path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
stm32f746g-disco_hal_lib/Utilities/FatFs/doc/ja/dstat.html
WarlockD/arm-cortex-v7-unix
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="up" title="FatFs" href="../00index_j.html"> <link rel="alternate" hreflang="en" title="English" href="../en/dstat.html"> <link rel="stylesheet" href="../css_j.css" type="text/css" media="screen" title="ELM Default"> <title>FatFs - disk_status</title> </head> <body> <div class="para func"> <h2>disk_status</h2> <p>ストレージ デバイスの状態を取得します。</p> <pre> DSTATUS disk_status ( BYTE <span class="arg">pdrv</span> <span class="c">/* [IN] 物理ドライブ番号 */</span> ); </pre> </div> <div class="para arg"> <h4>引数</h4> <dl class="par"> <dt>pdrv</dt> <dd>対象のデバイスを識別する物理ドライブ番号(0-9)が指定されます。物理ドライブが1台のときは、常に0になります。</dd> </dl> </div> <div class="para ret"> <h4>戻り値</h4> <p>現在のストレージ デバイスの状態を次のフラグの組み合わせ値で返します。</p> <dl class="ret"> <dt>STA_NOINIT</dt> <dd>デバイスが初期化されていないことを示すフラグ。システム リセットやメディアの取り外し等でセットされ、<tt>disk_initialize</tt>関数の正常終了でクリア、失敗でセットされます。メディア交換は非同期に発生するイベントなので、過去にメディア交換があった場合もこのフラグに反映させる必要があります。FatFsモジュールは、このフラグを参照してマウント動作が必要かどうかを判断します。</dd> <dt>STA_NODISK</dt> <dd>メディアが存在しないことを示すフラグ。メディアが取り外されている間はセットされ、セットされている間はクリアされます。固定ディスクでは常にクリアします。なお、このフラグはFatFsモジュールでは参照されません。</dd> <dt>STA_PROTECT</dt> <dd>メディアがライト プロテクトされていることを示すフラグ。ライト プロテクト機能をサポートしないときは、常にクリアします。リード オンリ構成では参照されません。</dd> </dl> </div> <p class="foot"><a href="../00index_j.html">戻る</a></p> </body> </html>
webapp/find-checkbox.html
rahulkavale/scalatest
<html> <head> <title>Check Box</title> </head> <body> <input type="checkbox" id="opt1" value="Option 1" CHECKED> Option 1 <input type="checkbox" name="opt2" value="value2"> Option 2 <input type="checkbox" name="opt2" value="value3" CHECKED> Option 3 <input type="text" id="text1" /> </body> </html>
gopherfaceq/templates/videopreview.html
GolangAce/gocodelab
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="/static/css/gopherface.css" /> </head> <body> <h1>GopherFace - Video Preview</h1> <div class="sectionContainer"> <div class="imageContainer"> <img src="{{.thumbnailPath}}"> </div> <div class="videoContainer"> <video loop autoplay width="720"> <source src="{{.videoPath}}" type="video/mp4"> Your browser does not support the video tag. </video> </div> </div> </body> </html>
LayoutTests/fast/dynamic/first-letter-after-list-marker.html
nwjs/blink
<style> li:first-letter { color: red; } li.green:first-letter { color: green; } </style> <ul style="font-family: Ahem; font-size: 100px; -webkit-font-smoothing: none;"> <li id="target">a</li> </ul> <script> document.body.offsetTop; document.getElementById("target").className = "green"; </script>
thirdparty/glm/doc/api/a00134_source.html
ronsaldo/loden
<!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.8"/> <title>0.9.6: type_vec3.hpp 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 id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">0.9.6 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_885cc87fac2d91e269af0a5a959fa5f6.html">E:</a></li><li class="navelem"><a class="el" href="dir_153b03dd71a7bff437c38ec53cb2e014.html">Source</a></li><li class="navelem"><a class="el" href="dir_0c6652232a835be54bedd6cfd7502504.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e2c7faa62a52820b5be8795affd6e495.html">glm</a></li><li class="navelem"><a class="el" href="dir_5cf96241cdcf6779b80e104875f9716f.html">glm</a></li><li class="navelem"><a class="el" href="dir_9b22c367036d391e575f56d067c9855b.html">detail</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">type_vec3.hpp</div> </div> </div><!--header--> <div class="contents"> <a href="a00134.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#pragma once</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="comment">//#include &quot;../fwd.hpp&quot;</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="a00131.html">type_vec.hpp</a>&quot;</span></div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#ifdef GLM_SWIZZLE</span></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor"># if GLM_HAS_ANONYMOUS_UNION</span></div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor"># include &quot;<a class="code" href="a00004.html">_swizzle.hpp</a>&quot;</span></div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor"># else</span></div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor"># include &quot;<a class="code" href="a00005.html">_swizzle_func.hpp</a>&quot;</span></div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor"># endif</span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#endif //GLM_SWIZZLE</span></div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#include &lt;cstddef&gt;</span></div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="keyword">namespace </span><a class="code" href="a00145.html">glm</a></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;{</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P = defaultp&gt;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keyword">struct </span>tvec3</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; { </div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="comment">// Implementation detail</span></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">typedef</span> tvec3&lt;T, P&gt; type;</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keyword">typedef</span> tvec3&lt;bool, P&gt; bool_type;</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">typedef</span> T value_type;</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="comment">// Data</span></div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor"># if GLM_HAS_ANONYMOUS_UNION</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keyword">union</span></div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; {</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keyword">struct</span>{ T x, y, z; };</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keyword">struct</span>{ T r, g, b; };</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keyword">struct</span>{ T s, t, p; };</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor"># ifdef GLM_SWIZZLE</span></div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; _GLM_SWIZZLE3_2_MEMBERS(T, P, tvec2, x, y, z)</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; _GLM_SWIZZLE3_2_MEMBERS(T, P, tvec2, r, g, b)</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; _GLM_SWIZZLE3_2_MEMBERS(T, P, tvec2, s, t, p)</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; _GLM_SWIZZLE3_3_MEMBERS(T, P, tvec3, x, y, z)</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; _GLM_SWIZZLE3_3_MEMBERS(T, P, tvec3, r, g, b)</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; _GLM_SWIZZLE3_3_MEMBERS(T, P, tvec3, s, t, p)</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; _GLM_SWIZZLE3_4_MEMBERS(T, P, tvec4, x, y, z)</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; _GLM_SWIZZLE3_4_MEMBERS(T, P, tvec4, r, g, b)</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; _GLM_SWIZZLE3_4_MEMBERS(T, P, tvec4, s, t, p)</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor"># endif//GLM_SWIZZLE</span></div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; };</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor"># else</span></div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keyword">union </span>{ T x, r, s; };</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keyword">union </span>{ T y, g, t; };</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">union </span>{ T z, b, p; };</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor"># ifdef GLM_SWIZZLE</span></div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; GLM_SWIZZLE_GEN_VEC_FROM_VEC3(T, P, tvec3, tvec2, tvec3, tvec4)</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor"># endif//GLM_SWIZZLE</span></div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor"># endif//GLM_LANG</span></div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="comment">// Component accesses</span></div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor"># ifdef GLM_FORCE_SIZE_FUNC</span></div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">size_t</span> size_type;</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; GLM_FUNC_DECL GLM_CONSTEXPR size_type size() <span class="keyword">const</span>;</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; GLM_FUNC_DECL T &amp; operator[](size_type i);</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; GLM_FUNC_DECL T <span class="keyword">const</span> &amp; operator[](size_type i) <span class="keyword">const</span>;</div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="preprocessor"># else</span></div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keyword">typedef</span> length_t length_type;</div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; GLM_FUNC_DECL GLM_CONSTEXPR length_type <a class="code" href="a00151.html#ga18d45e3d4c7705e67ccfabd99e521604">length</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; GLM_FUNC_DECL T &amp; operator[](length_type i);</div> <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; GLM_FUNC_DECL T <span class="keyword">const</span> &amp; operator[](length_type i) <span class="keyword">const</span>;</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor"># endif//GLM_FORCE_SIZE_FUNC</span></div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="comment">// Implicit basic constructors</span></div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; GLM_FUNC_DECL tvec3();</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keyword">template</span> &lt;precision Q&gt;</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; GLM_FUNC_DECL tvec3(tvec3&lt;T, Q&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <span class="comment">// Explicit basic constructors</span></div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(ctor);</div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; GLM_FUNC_DECL tvec3(T <span class="keyword">const</span> &amp; a, T <span class="keyword">const</span> &amp; b, T <span class="keyword">const</span> &amp; c);</div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;</div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="comment">// Conversion scalar constructors</span></div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> A, <span class="keyword">typename</span> B, <span class="keyword">typename</span> C&gt;</div> <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; GLM_FUNC_DECL tvec3(A <span class="keyword">const</span> &amp; a, B <span class="keyword">const</span> &amp; b, C <span class="keyword">const</span> &amp; c);</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> A, <span class="keyword">typename</span> B, <span class="keyword">typename</span> C&gt;</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; GLM_FUNC_DECL tvec3(tvec1&lt;A, P&gt; <span class="keyword">const</span> &amp; a, tvec1&lt;B, P&gt; <span class="keyword">const</span> &amp; b, tvec1&lt;C, P&gt; <span class="keyword">const</span> &amp; c);</div> <div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="comment">// Conversion vector constructors</span></div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;</div> <div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> A, <span class="keyword">typename</span> B, precision Q&gt;</div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(tvec2&lt;A, Q&gt; <span class="keyword">const</span> &amp; a, B <span class="keyword">const</span> &amp; b);</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> A, <span class="keyword">typename</span> B, precision Q&gt;</div> <div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(tvec2&lt;A, Q&gt; <span class="keyword">const</span> &amp; a, tvec1&lt;B, Q&gt; <span class="keyword">const</span> &amp; b);</div> <div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> A, <span class="keyword">typename</span> B, precision Q&gt;</div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(A <span class="keyword">const</span> &amp; a, tvec2&lt;B, Q&gt; <span class="keyword">const</span> &amp; b);</div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> A, <span class="keyword">typename</span> B, precision Q&gt;</div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(tvec1&lt;A, Q&gt; <span class="keyword">const</span> &amp; a, tvec2&lt;B, Q&gt; <span class="keyword">const</span> &amp; b);</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U, precision Q&gt;</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(tvec4&lt;U, Q&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;</div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="preprocessor"># ifdef GLM_FORCE_EXPLICIT_CTOR</span></div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U, precision Q&gt;</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; GLM_FUNC_DECL <span class="keyword">explicit</span> tvec3(tvec3&lt;U, Q&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;<span class="preprocessor"># else</span></div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U, precision Q&gt;</div> <div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; GLM_FUNC_DECL tvec3(tvec3&lt;U, Q&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="preprocessor"># endif</span></div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;</div> <div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; <span class="comment">// Swizzle constructors</span></div> <div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;</div> <div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="preprocessor"># if GLM_HAS_ANONYMOUS_UNION &amp;&amp; defined(GLM_SWIZZLE)</span></div> <div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">int</span> E0, <span class="keywordtype">int</span> E1, <span class="keywordtype">int</span> E2&gt;</div> <div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; GLM_FUNC_DECL tvec3(detail::_swizzle&lt;3, T, P, tvec3&lt;T, P&gt;, E0, E1, E2, -1&gt; <span class="keyword">const</span> &amp; that)</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; {</div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; *<span class="keyword">this</span> = that();</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; }</div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;</div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">int</span> E0, <span class="keywordtype">int</span> E1&gt;</div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; GLM_FUNC_DECL tvec3(detail::_swizzle&lt;2, T, P, tvec2&lt;T, P&gt;, E0, E1, -1, -2&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s)</div> <div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; {</div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; *<span class="keyword">this</span> = tvec3&lt;T, P&gt;(v(), s);</div> <div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; }</div> <div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;</div> <div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <span class="keyword">template</span> &lt;<span class="keywordtype">int</span> E0, <span class="keywordtype">int</span> E1&gt;</div> <div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; GLM_FUNC_DECL tvec3(T <span class="keyword">const</span> &amp; s, detail::_swizzle&lt;2, T, P, tvec2&lt;T, P&gt;, E0, E1, -1, -2&gt; <span class="keyword">const</span> &amp; v)</div> <div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; {</div> <div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; *<span class="keyword">this</span> = tvec3&lt;T, P&gt;(s, v());</div> <div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; }</div> <div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="preprocessor"># endif// GLM_HAS_ANONYMOUS_UNION &amp;&amp; defined(GLM_SWIZZLE)</span></div> <div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;</div> <div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; <span class="comment">// Unary arithmetic operators</span></div> <div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;</div> <div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator+=(U s);</div> <div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator+=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator+=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator-=(U s);</div> <div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator-=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator-=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator*=(U s);</div> <div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator*=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator*=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator/=(U s);</div> <div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator/=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator/=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;</div> <div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <span class="comment">// Increment and decrement operators</span></div> <div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;</div> <div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator++();</div> <div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator--();</div> <div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator++(<span class="keywordtype">int</span>);</div> <div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator--(<span class="keywordtype">int</span>);</div> <div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160;</div> <div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; <span class="comment">// Unary bit operators</span></div> <div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;</div> <div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator%=(U s);</div> <div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator%=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator%=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&amp;=(U s);</div> <div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&amp;=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&amp;=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator|=(U s);</div> <div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator|=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator|=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator^=(U s);</div> <div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator^=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator^=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&lt;&lt;=(U s);</div> <div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&lt;&lt;=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&lt;&lt;=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&gt;&gt;=(U s);</div> <div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&gt;&gt;=(tvec1&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div> <div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; &amp; operator&gt;&gt;=(tvec3&lt;U, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; };</div> <div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160;</div> <div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator+(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;</div> <div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator+(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;</div> <div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator+(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160;</div> <div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator+(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160;</div> <div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator+(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;</div> <div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator-(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160;</div> <div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator-(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160;</div> <div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator-(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160;</div> <div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator-(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160;</div> <div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator-(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160;</div> <div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator*(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160;</div> <div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator*(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;</div> <div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator*(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;</div> <div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator*(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160;</div> <div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator*(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160;</div> <div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator/(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160;</div> <div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator/(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160;</div> <div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator/(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;</div> <div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator/(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;</div> <div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator/(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160;</div> <div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator-(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;</div> <div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator%(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;</div> <div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator%(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;</div> <div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator%(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160;</div> <div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator%(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;</div> <div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator%(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;</div> <div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&amp;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;</div> <div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&amp;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;</div> <div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&amp;(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160;</div> <div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&amp;(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;</div> <div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&amp;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160;</div> <div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator|(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160;</div> <div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator|(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160;</div> <div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator|(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;</div> <div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator|(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;</div> <div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator|(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;</div> <div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator^(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160;</div> <div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator^(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160;</div> <div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator^(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160;</div> <div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator^(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;</div> <div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator^(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160;</div> <div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&lt;&lt;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160;</div> <div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&lt;&lt;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160;</div> <div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&lt;&lt;(T const &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;</div> <div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&lt;&lt;(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160;</div> <div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&lt;&lt;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160;</div> <div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&gt;&gt;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, T <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160;</div> <div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&gt;&gt;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v, tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s);</div> <div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160;</div> <div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&gt;&gt;(T <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;</div> <div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&gt;&gt;(tvec1&lt;T, P&gt; <span class="keyword">const</span> &amp; s, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;</div> <div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt;</div> <div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator&gt;&gt;(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v1, tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v2);</div> <div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;</div> <div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T, precision P&gt; </div> <div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160; GLM_FUNC_DECL tvec3&lt;T, P&gt; operator~(tvec3&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div> <div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160;}<span class="comment">//namespace glm</span></div> <div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;</div> <div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160;<span class="preprocessor">#ifndef GLM_EXTERNAL_TEMPLATE</span></div> <div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;<span class="preprocessor">#include &quot;type_vec3.inl&quot;</span></div> <div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160;<span class="preprocessor">#endif//GLM_EXTERNAL_TEMPLATE</span></div> <div class="ttc" id="a00005_html"><div class="ttname"><a href="a00005.html">_swizzle_func.hpp</a></div><div class="ttdoc">OpenGL Mathematics (glm.g-truc.net) </div></div> <div class="ttc" id="a00151_html_ga18d45e3d4c7705e67ccfabd99e521604"><div class="ttname"><a href="a00151.html#ga18d45e3d4c7705e67ccfabd99e521604">glm::length</a></div><div class="ttdeci">GLM_FUNC_DECL T length(vecType&lt; T, P &gt; const &amp;x)</div><div class="ttdoc">Returns the length of x, i.e., sqrt(x * x). </div></div> <div class="ttc" id="a00145_html"><div class="ttname"><a href="a00145.html">glm</a></div><div class="ttdef"><b>Definition:</b> <a href="a00003_source.html#l00039">_noise.hpp:39</a></div></div> <div class="ttc" id="a00131_html"><div class="ttname"><a href="a00131.html">type_vec.hpp</a></div><div class="ttdoc">OpenGL Mathematics (glm.g-truc.net) </div></div> <div class="ttc" id="a00004_html"><div class="ttname"><a href="a00004.html">_swizzle.hpp</a></div><div class="ttdoc">OpenGL Mathematics (glm.g-truc.net) </div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.8 </small></address> </body> </html>
src/server/server/static/css/main.css
FroeMic/CDTM-Backend-Workshop-WT2016
html, body { color: rgba(0, 0, 0, 0.8); min-height: 100vh; } @media (min-width: 992px) { .content { padding-left: 300px; } } .hidden { display: none !important; } .loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; color: #153d77; z-index: 9999; display: inline-block; } .loading > div { top: 35%; width: 80px; margin: auto calc(50vw - 40px); position: fixed; text-align: center; } .loading img { width: 100%; } .nonselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } .no-event { pointer-events: none; } .due { color: red; } .error { margin: 0 0 20px 0; color: red; } .clickable { cursor: pointer; } .text-primary { color: #153d77 !important; } .text-accent { color: rgb(0,148,64) !important; } .primary { background-color: #153d77 !important; } .primary.btn:hover, .primary.btn:active, .primary.btn:focus { background-color: rgb(0,101,189) !important; } .accent{ background-color: rgb(0,148,64) !important; } .overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; } .parrallax img { background-image: url("/assets/meeting.jpg"); background-repeat: no-repeat; background-position: top; background-size: cover; } svg { color: inherit; fill: currentColor; } .toast { background-color: #ff363e; } .section { width: 100%; } .picker__date-display { background-color: #153d77; } .picker__weekday-display { background-color: #0e346b; } .picker__day.picker__day--today, .picker__close, .picker__today { color: #153d77; } input:focus:not([readonly]), textarea:focus:not([readonly]), .chips.focus { border-bottom: 1px solid #153d77 !important; -webkit-box-shadow: 0 1px 0 0 #153d77 !important; -moz-box-shadow: 0 1px 0 0 #153d77 !important; box-shadow: 0 1px 0 0 #153d77 !important; } .subtle, .subtle:active, .subtle:focus { border-bottom: 1px solid #153d77; box-shadow: 0 1px 0 0 #153d77; } input[type=text].subtle { border-bottom: 0 none white !important; } input[type=text]:focus:not([readonly]).subtle { background: rgba(0, 0, 0, 0.05); border-style: none !important; border-width: 0 !important; box-shadow: 0 0 0 0 white !important; } nav ul li a{ color: #153d77; } nav a i{ color: #153d77; } nav .nav-wrapper .brand-logo { color: rgba(0, 0, 0, 0.8); height: 64px; text-align: center; white-space: nowrap; } nav .nav-wrapper .brand-logo > span { display: inline-block; height: 95%; margin-bottom: 5%; vertical-align: middle; font-size: 0.8em; color: #153d77; } nav .nav-wrapper .brand-logo img { height: 50px; margin: 8px 8px 8px 8px; vertical-align: middle; } @media (max-width: 600px) { nav .nav-wrapper .brand-logo { height: 56px; } nav .nav-wrapper .brand-logo img { height: 40px; } } .config-bar { background: rgba(255,255,255,0.8); position:relative; z-index:1; } .config-bar > div:first-of-type { height: 21.75px; } #port { height:25px; width:45px; text-align: right; padding: 0 5px; } .input-card { height: 70px; margin: 0 0 1px 0; } .input-card input { box-sizing: border-box; font-size: inherit; height: 70px; padding: 0 20px; } .input-footer { padding-top: 20px; text-align: center; color: rgba(0,0,0,0.4); } .input-footer a { color: inherit; } .task-card { font-size: 1.3em; min-height: 70px; margin: 0 0 1px 0; } .task-card.completed { color: rgba(0,0,0,0.4); text-decoration: line-through; } .task-card .checkbox { width: 40px; height: 40px; margin: 0.75rem; padding: 0; background: url("/assets/icons/circle.svg"); background-repeat: no-repeat; } .task-card .duedate { font-size: 0.65em; width: 30%; text-align: right; } .task-card .delete { width: 24px; height: 24px; margin: 0.75rem; margin-left: 0; padding: 0; padding-left: 10px; background: rgba(0,0,0,0); } .task-card:hover .delete { background: url("/assets/icons/delete.svg"); background-repeat: no-repeat; } .task-card .delete:hover { background: url("/assets/icons/delete_now.svg"); background-repeat: no-repeat; } .task-card .edit { width: 28px; height: 22px; margin: 0.75rem 0; padding: 0; padding-left: 10px; background: rgba(0,0,0,0); } .task-card:hover .edit { background: url("/assets/icons/edit.svg"); background-size: contain; background-repeat: no-repeat; } .task-card .edit:hover { background: url("/assets/icons/edit_filled.svg"); background-size: contain; background-repeat: no-repeat; } .task-card img { margin: auto auto; padding: 0.5rem; } .task-card .checkbox img { display: none; } .task-card.completed .checkbox img { display: block; } .task-card .card-title { /* Due date?? margins??*/ width: calc(100% - 4.5rem - 88px); width: -webkit-calc(100% - 4.5rem - 88px); width: -moz-calc(100% - 4.5rem - 88px); } .modal { max-height: 80%; } .modal drop-zone#multifile-drop { height: 100%; padding: 12px; margin: 12px; width: calc(100% - 24px); height: calc(100% - 56px - 24px); } .modal drop-zone#multifile-drop #drop-indicator { /*Important: Cancel all pointer events on the overlay.*/ pointer-events: none; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; display: none; } .modal drop-zone#multifile-drop.over #drop-indicator { display: block; background: rgba(255, 255, 255, 0.9); border-style: dashed; border-width: 4px; border-color: rgb(150,150,150); } .modal drop-zone#multifile-drop #drop-indicator p{ color: rgb(150,150,150); font-size: 24pt; text-align: center; margin-top: 40%; } .modal.modal-fixed-footer { height: 80%; } @media (max-height: 720px) { .modal .picker--opened .picker__frame { top: 5%; bottom: auto; } .modal { top: 5% !important; max-height: 90%; } .modal.modal-fixed-footer { height: 90%; } } .modal .card-title { font-size: 32px; font-weight: 300; } .modal .task-header { text-decoration: none; color: rgba(0, 0, 0, 0.8); } .modal .completed .task-header { text-decoration: line-through; color: rgba(0, 0, 0, 0.4); } .modal .task-header input { box-sizing: border-box; height: 70px; padding: 0 20px; margin-bottom: 0; } .modal .task-body { width: 90%; margin: 30px 5% 0 5%; } .modal .valign-wrapper { margin: 0; } .modal hr { width: 90%; margin: 0 5%; border-width: 0 0 0 0; border-top: 1px solid rgba(0,0,0,0.1); } .modal h5 { font-size: 18px; } .modal .description { min-height: 10em; } .modal .attachment-field { font-size: 11pt; } .modal .hint { font-size: 10pt; font-style: italic; color: grey; } .modal .input-field { margin-top: 0; } .modal .input-field h5 { margin-top: 0; } .modal.list { height: 400px; } .modal.list .edit-list-wrapper { width: 90%; margin: 15px 5% 0 5%; } .modal.list .task-card .card-title { width: calc(100% - 3.0rem); width: -webkit-calc(100% - 3.0rem); width: -mozt-calc(100% - 3.0rem); } .modal.list.create { margin-top: 100px; height: 200px; } .modal.list.create .create-list-wrapper { width: 90%; margin: 15px 5% 0 5%; } .modal.list.create .create-list-wrapper .row { margin: 0; } .waves-effect.waves-blue .waves-ripple { background-color: rgba(21, 61, 119, 0.50); } .chip img { padding: 4px 4px 4px 0; } h1 svg { width: 60px; vertical-align: middle; } .side-nav a { height: 48px; } list-view .collection-item { border-style: none !important; padding: 0 !important; } list-view a { padding:0 !important; } list-view .active a{ background: #153d77; color: white; } list-view .active a:hover { background: rgba(23,77,124, 1); color: white; } list-view .list-title svg { width: 25px; vertical-align: middle; margin-right: 5px; fill: #153d77; } list-view .active .list-title svg { fill: white; } list-view .list-title { width:100%; height:100%; float: left; padding-left: 10px; background: inherit; color: inherit; } list-view .active .list-title { color: white } list-view .list-actions { float: right; height: 100%; } list-view .list-notifications { width: 32px; height:100%; display: inline-block; background: inherit; color: inherit; } list-view .list-notifications .badge { font-weight: 300; } list-view .active .list-notifications { color: white } list-view .active .list-notifications .badge { color: rgba(255, 255, 255, 0.7); } list-view .list-notifications .new.badge { background-color: #153d77 } list-view .active .list-notifications .new.badge { color: #153d77; background-color: rgba(255, 255, 255, 1.0); } list-view .active .list-notifications { color: white } list-view .list-edit { width: 28px; height:100%; display: inline-block; background: inherit; color: inherit; } list-view .list-edit .edit { width: 28px; height: 22px; margin: 0.75rem 0; padding: 0; background: rgba(0,0,0,0); } list-view list-element:hover .edit { background: url("/assets/icons/edit.svg"); background-size: contain; background-repeat: no-repeat; } list-view list-element:hover .active .edit { background: url("/assets/icons/edit_grey.svg"); background-size: contain; background-repeat: no-repeat; } list-view .list-edit .edit:hover { background: url("/assets/icons/edit_filled.svg"); background-size: contain; background-repeat: no-repeat; } list-view list-element .active .edit:hover { background: url("/assets/icons/edit_white.svg"); background-size: contain; background-repeat: no-repeat; } /* BUG FIXES Materialize*/ .modal-overlay { width: 100vw !important; height: 100vh !important; background: black !important; position: absolute !important; top: 0 !important; } /* ANIMATIONS */ .animated { animation-duration: 0.5s; animation-fill-mode: both; animation-timing-function: ease-in-out; } .animated.long { animation-duration: 1.0s; } @keyframes shake { 0%, 100% {transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 20%, 40%, 60%, 80% {transform: translateX(10px);} } .shake { animation-name: shake; } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, -50%, 0); } } .fadeOutUp { animation-name: fadeOutUp; }
doc/doc2/compute_rdf.html
qipa/lammps
<HTML> <CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A> </CENTER> <HR> <H3>compute rdf command </H3> <P><B>Syntax:</B> </P> <PRE>compute ID group-ID rdf Nbin itype1 jtype1 itype2 jtype2 ... </PRE> <UL><LI>ID, group-ID are documented in <A HREF = "compute.html">compute</A> command <LI>rdf = style name of this compute command <LI>Nbin = number of RDF bins <LI>itypeN = central atom type for Nth RDF histogram (see asterisk form below) <LI>jtypeN = distribution atom type for Nth RDF histogram (see asterisk form below) </UL> <P><B>Examples:</B> </P> <PRE>compute 1 all rdf 100 compute 1 all rdf 100 1 1 compute 1 all rdf 100 * 3 compute 1 fluid rdf 500 1 1 1 2 2 1 2 2 compute 1 fluid rdf 500 1*3 2 5 *10 </PRE> <P><B>Description:</B> </P> <P>Define a computation that calculates the radial distribution function (RDF), also called g(r), and the coordination number for a group of particles. Both are calculated in histogram form by binning pairwise distances into <I>Nbin</I> bins from 0.0 to the maximum force cutoff defined by the <A HREF = "pair_style.html">pair_style</A> command. The bins are of uniform size in radial distance. Thus a single bin encompasses a thin shell of distances in 3d and a thin ring of distances in 2d. </P> <P>IMPORTANT NOTE: If you have a bonded system, then the settings of <A HREF = "special_bonds.html">special_bonds</A> command can remove pairwise interactions between atoms in the same bond, angle, or dihedral. This is the default setting for the <A HREF = "special_bonds.html">special_bonds</A> command, and means those pairwise interactions do not appear in the neighbor list. Because this fix uses the neighbor list, it also means those pairs will not be included in the RDF. One way to get around this, is to write a dump file, and use the <A HREF = "rerun.html">rerun</A> command to compute the RDF for snapshots in the dump file. The rerun script can use a <A HREF = "special_bonds.html">special_bonds</A> command that includes all pairs in the neighbor list. </P> <P>The <I>itypeN</I> and <I>jtypeN</I> arguments are optional. These arguments must come in pairs. If no pairs are listed, then a single histogram is computed for g(r) between all atom types. If one or more pairs are listed, then a separate histogram is generated for each <I>itype</I>,<I>jtype</I> pair. </P> <P>The <I>itypeN</I> and <I>jtypeN</I> settings can be specified in one of two ways. An explicit numeric value can be used, as in the 4th example above. Or a wild-card asterisk can be used to specify a range of atom types. This takes the form "*" or "*n" or "n*" or "m*n". If N = the number of atom types, then an asterisk with no numeric values means all types from 1 to N. A leading asterisk means all types from 1 to n (inclusive). A trailing asterisk means all types from n to N (inclusive). A middle asterisk means all types from m to n (inclusive). </P> <P>If both <I>itypeN</I> and <I>jtypeN</I> are single values, as in the 4th example above, this means that a g(r) is computed where atoms of type <I>itypeN</I> are the central atom, and atoms of type <I>jtypeN</I> are the distribution atom. If either <I>itypeN</I> and <I>jtypeN</I> represent a range of values via the wild-card asterisk, as in the 5th example above, this means that a g(r) is computed where atoms of any of the range of types represented by <I>itypeN</I> are the central atom, and atoms of any of the range of types represented by <I>jtypeN</I> are the distribution atom. </P> <P>Pairwise distances are generated by looping over a pairwise neighbor list, just as they would be in a <A HREF = "pair_style.html">pair_style</A> computation. The distance between two atoms I and J is included in a specific histogram if the following criteria are met: </P> <UL><LI>atoms I,J are both in the specified compute group <LI>the distance between atoms I,J is less than the maximum force cutoff <LI>the type of the I atom matches itypeN (one or a range of types) <LI>the type of the J atom matches jtypeN (one or a range of types) </UL> <P>It is OK if a particular pairwise distance is included in more than one individual histogram, due to the way the <I>itypeN</I> and <I>jtypeN</I> arguments are specified. </P> <P>The g(r) value for a bin is calculated from the histogram count by scaling it by the idealized number of how many counts there would be if atoms of type <I>jtypeN</I> were uniformly distributed. Thus it involves the count of <I>itypeN</I> atoms, the count of <I>jtypeN</I> atoms, the volume of the entire simulation box, and the volume of the bin's thin shell in 3d (or the area of the bin's thin ring in 2d). </P> <P>A coordination number coord(r) is also calculated, which is the number of atoms of type <I>jtypeN</I> within the current bin or closer, averaged over atoms of type <I>itypeN</I>. This is calculated as the area- or volume-weighted sum of g(r) values over all bins up to and including the current bin, multiplied by the global average volume density of atoms of type jtypeN. </P> <P>The simplest way to output the results of the compute rdf calculation to a file is to use the <A HREF = "fix_ave_time.html">fix ave/time</A> command, for example: </P> <PRE>compute myRDF all rdf 50 fix 1 all ave/time 100 1 100 c_myRDF file tmp.rdf mode vector </PRE> <P><B>Output info:</B> </P> <P>This compute calculates a global array with the number of rows = <I>Nbins</I>, and the number of columns = 1 + 2*Npairs, where Npairs is the number of I,J pairings specified. The first column has the bin coordinate (center of the bin), Each successive set of 2 columns has the g(r) and coord(r) values for a specific set of <I>itypeN</I> versus <I>jtypeN</I> interactions, as described above. These values can be used by any command that uses a global values from a compute as input. See <A HREF = "Section_howto.html#howto_15">Section_howto 15</A> for an overview of LAMMPS output options. </P> <P>The array values calculated by this compute are all "intensive". </P> <P>The first column of array values will be in distance <A HREF = "units.html">units</A>. The g(r) columns of array values are normalized numbers >= 0.0. The coordination number columns of array values are also numbers >= 0.0. </P> <P><B>Restrictions:</B> </P> <P>The RDF is not computed for distances longer than the force cutoff, since processors (in parallel) don't know about atom coordinates for atoms further away than that distance. If you want an RDF for larger distances, you can use the <A HREF = "rerun.html">rerun</A> command to post-process a dump file. The definition of g(r) used by LAMMPS is only appropriate for characterizing atoms that are uniformly distributed throughout the simulation cell. In such cases, the coordination number is still correct and meaningful. As an example, if a large simulation cell contains only one atom of type <I>itypeN</I> and one of <I>jtypeN</I>, then g(r) will register an arbitrarily large spike at whatever distance they happen to be at, and zero everywhere else. coord(r) will show a step change from zero to one at the location of the spike in g(r). </P> <P><B>Related commands:</B> </P> <P><A HREF = "fix_ave_time.html">fix ave/time</A> </P> <P><B>Default:</B> none </P> </HTML>
wp-content/themes/magexpress/wpbakery/templatera/assets/css/themes/frameless_orange.css
jfbelisle/magexpress
.vct_frameless_orange { /** Toggle/FAQ **/ /** Tabs **/ /** Tour **/ /* Accordion */ /* Call to Action box **/ /* Separator */ /* Message box */ /* Bar Graph */ /* Button */ /** Colors */ /* Google maps */ } .vct_frameless_orange .clearfix { *zoom: 1; } .vct_frameless_orange .clearfix:before, .vct_frameless_orange .clearfix:after { display: table; content: ""; } .vct_frameless_orange .clearfix:after { clear: both; } .vct_frameless_orange .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .vct_frameless_orange .input-block-level { display: block; width: 100%; min-height: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .vct_frameless_orange #content h4.wpb_toggle, .vct_frameless_orange h4.wpb_toggle { position: relative; padding: 7px 15px 7px 35px; border: 1px solid #f3f3f3; border-left: 0; border-right: 0; margin: 0 0 10px 0; font-weight: normal; background: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -ms-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out; transition: color 0.3s ease-out; } .vct_frameless_orange #content h4.wpb_toggle:hover, .vct_frameless_orange h4.wpb_toggle:hover { cursor: pointer; } .vct_frameless_orange #content h4.wpb_toggle:hover, .vct_frameless_orange h4.wpb_toggle:hover { color: #ffac14; } .vct_frameless_orange #content h4.wpb_toggle.wpb_toggle_title_active, .vct_frameless_orange h4.wpb_toggle.wpb_toggle_title_active { color: #ffac14; border-top: 3px solid #ffac14; padding-top: 5px; } .vct_frameless_orange h4.wpb_toggle { color: #333333; } .vct_frameless_orange h4.wpb_toggle:before { content: ''; display: block; position: absolute; left: 0px; top: 0px; width: 35px; height: 100%; font-weight: normal; font-size: 15px; line-height: 37px; text-align: center; background: url(../../images/toggle_open.png) no-repeat center center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .vct_frameless_orange h4.wpb_toggle_title_active:before { background-image: url(../../images/toggle_close.png); } .vct_frameless_orange .wpb_toggle_content { position: relative; padding: 0px 15px 20px; margin: 0; } .vct_frameless_orange .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab { padding: 0; background: none; } .vct_frameless_orange .wpb_tour_tabs_wrapper .wpb_tabs_nav { padding: 0; border-bottom: 1px solid #f3f3f3; margin-bottom: 15px !important; } .vct_frameless_orange .wpb_tour_tabs_wrapper .wpb_tabs_nav li { list-style: none; margin: 0 15px 0 0; float: left; background: none; } .vct_frameless_orange .wpb_tour_tabs_wrapper .wpb_tabs_nav li a { font-weight: normal; margin: 0; display: block; padding: 8px 5px; color: #ffac14; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -ms-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out; transition: color 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -ms-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } .vct_frameless_orange .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active a { color: #ffac14; border-bottom: 3px solid #ffac14; opacity: 1; filter: alpha(opacity=100); } .vct_frameless_orange .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover a { opacity: 1; filter: alpha(opacity=100); } .vct_frameless_orange .wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab { padding: 0 0px 0 22px; } .vct_frameless_orange .wpb_tour .wpb_tour_tabs_wrapper .wpb_tour_next_prev_nav a { color: #ffac14; border-color: #f3f3f3; } .vct_frameless_orange .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav { border-bottom: none; border-top: 1px solid #f3f3f3; } .vct_frameless_orange .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li { float: none; margin: 0 0 1px 0; } .vct_frameless_orange .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li a { border-bottom: 1px solid #f3f3f3; } .vct_frameless_orange .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active a { color: #ffac14; border-bottom: 3px solid #ffac14; opacity: 1; filter: alpha(opacity=100); padding: 8px 5px 6px 5px; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content { padding: 0 15px 15px 15px; background: #ffffff; color: #333333; } .vct_frameless_orange .wpb_accordion_section { margin-top: -2px; position: relative; top: 2px; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header { color: #333333; border: 1px solid #f3f3f3; border-left: 0; border-right: 0; padding: 8px 15px; background: none; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:after { content: ""; display: block; position: absolute; top: 0px; right: 0px; color: #f3f3f3; background: #ffffff url(../../images/toggle_open.png) no-repeat center center; width: 35px; height: 100%; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active { border-bottom-color: transparent; border-top: 3px solid #ffac14; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active:after { background-image: url(../../images/toggle_close.png); } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active:after, .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-hover:after { color: #ffac14; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a:hover, .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a { color: #ffac14; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a { padding: 0; color: inherit; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .vct_frameless_orange .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header > span { display: none; } .vct_frameless_orange .wpb_call_to_action { background: none; border: 1px solid #f3f3f3; border-left: 0; border-right: 0; padding: 30px 25px; position: relative; } .vct_frameless_orange .wpb_call_to_action:before { content: ""; display: block; position: absolute; bottom: -7px; left: 0; width: 100%; height: 1px; border-bottom: 3px solid #f3f3f3; } .vct_frameless_orange .wpb_call_to_action .wpb_call_text { font-weight: normal; color: #ffac14; } .vct_frameless_orange .wpb_separator, .vct_frameless_orange .vc_text_separator { position: relative; border-bottom: 1px solid #f3f3f3; } .vct_frameless_orange .wpb_separator:after, .vct_frameless_orange .vc_text_separator:after { content: ""; position: absolute; top: 4px; left: 0; width: 100%; height: 1px; border-bottom: 3px solid #f3f3f3; } .vct_frameless_orange .vc_text_separator div { top: -9px; color: #ffac14; background: #ffffff; position: relative; z-index: 1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .vct_frameless_orange .wpb_alert .messagebox_text { padding-left: 40px; } .vct_frameless_orange .wpb_alert { color: #aa8a02; border: 1px solid #fdda48; text-shadow: none; padding: 15px 25px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .vct_frameless_orange .wpb_alert-success { border: 1px solid #6ab165; } .vct_frameless_orange .wpb_alert-success p { color: #2d532a; } .vct_frameless_orange .wpb_alert-error { border: 1px solid #d95757; } .vct_frameless_orange .wpb_alert-error p { color: #7b1c1c; } .vct_frameless_orange .wpb_alert-info { border: 1px solid #686b72; } .vct_frameless_orange .wpb_alert-info p { color: #1f2022; } .vct_frameless_orange .vc_progress_bar .vc_single_bar { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 1px solid #f3f3f3; background: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .vct_frameless_orange .vc_progress_bar .vc_single_bar .vc_bar { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .vct_frameless_orange .vc_progress_bar .bar_grey .vc_label { color: #ffffff; } .vct_frameless_orange .vc_progress_bar .bar_grey .vc_bar { background: #ffac14; } .vct_frameless_orange .wpb_button { border: 0; padding: 6px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-shadow: none; } .vct_frameless_orange .wpb_btn-mini { padding: 3px 7px 4px 7px; font-size: 85%; line-height: 110%; } .vct_frameless_orange .wpb_btn-small { padding: 5px 10px 5px; font-size: 85%; line-height: 110%; } .vct_frameless_orange .wpb_regularsize { padding: 8px 20px; } .vct_frameless_orange .wpb_btn-large { padding: 10px 25px; font-size: 120%; } .vct_frameless_orange .wpb_wpb_button { background: #ffac14; color: #ffffff; } .vct_frameless_orange .wpb_wpb_button:hover { background: #404040; } .vct_frameless_orange .wpb_btn-inverse { background: #414141; } .vct_frameless_orange .wpb_btn-inverse:hover { background: #272727; } .vct_frameless_orange .wpb_btn-danger { background: #DA4F49; } .vct_frameless_orange .wpb_btn-danger:hover { background: #c72f29; } .vct_frameless_orange .wpb_btn-success { background: #5BB75B; } .vct_frameless_orange .wpb_btn-success:hover { background: #449b44; } .vct_frameless_orange .wpb_btn-warning { background: #FAA732; } .vct_frameless_orange .wpb_btn-warning:hover { background: #f39106; } .vct_frameless_orange .wpb_gmaps_widget .wpb_map_wraper { padding: 5px; border: 1px solid #f3f3f3; background-color: #f8f8f8; background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff); background-image: -ms-linear-gradient(top, #f3f3f3, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ffffff)); background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff); background-image: -o-linear-gradient(top, #f3f3f3, #ffffff); background-image: linear-gradient(top, #f3f3f3, #ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
target/doc/libc/unix/enum.fpos64_t.html
ssgrn/Rust-Matrix-Computations
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../libc/enum.fpos64_t.html"> </head> <body> <p>Redirecting to <a href="../../libc/enum.fpos64_t.html">../../libc/enum.fpos64_t.html</a>...</p> <script>location.replace("../../libc/enum.fpos64_t.html" + location.search + location.hash);</script> </body> </html>
tests/wpt/web-platform-tests/css/css-text/i18n/reference/css3-text-line-break-opclns-251-ref.html
vwvww/servo
<!DOCTYPE html> <html lang="en" > <head> <meta charset="utf-8"/> <title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I</title> <link rel='author' title='Richard Ishida' href='mailto:[email protected]'> <meta name='flags' content=''> <style type='text/css'> @font-face { font-family: 'mplus-1p-regular'; src: url('support/mplus-1p-regular.woff') format('woff'); /* filesize: 803K */ } .test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } </style> </head> <body> <p class="instructions">Test passes if the two orange boxes are identical.</p> <div class='ref'>かか<br />か&#x3043;な</div> <div class='ref'>かか<br />か&#x3043;な</div> </body> </html>
wicket-core/src/test/java/org/apache/wicket/markup/parser/filter/DynamicMarkupPageWithNonClosedTags_expected.html
dashorst/wicket
<html><body><span wicket:id="label"><img alt="logo" src="../logo.png"><br>Some text<br>Some more text</span></body></html>
trace_viewer/tracing/tracks/trace_model_track.css
bpsinc-native/src_third_party_trace-viewer
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .model-track { -webkit-box-flex: 1; }
website/_includes/navbar.html
JonathanUsername/flow
{% include vars.html %} <nav class="navbar navbar-full navbar-fixed-top navbar-dark"> <div class="container"> <a class="navbar-brand" href="{{url_base}}/"> {% include svg/logo-flow-nav.svg %} <span class="sr-only">Flow</span> </a> <div class="clearfix hidden-lg-up"> <button class="navbar-toggler float-xs-right" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="exCollapsingNavbar2" aria-expanded="false" aria-label="Toggle navigation"> <!-- &#9776; --> </button> </div> <div class="collapse navbar-toggleable-md" id="navbar"> <ul class="nav navbar-nav"> <li class="nav-item"> <a class="nav-link" href="{{url_base}}/docs/getting-started/">{{i18n.navbar_getting_started}}</a> </li> <li class="nav-item"> <a class="nav-link" href="{{url_base}}/docs/">{{i18n.navbar_documentation}}</a> </li> <li class="nav-item"> <a class="nav-link" href="{{base_url}}/try/">{{i18n.navbar_try}}</a> </li> <li class="nav-item"> <a class="nav-link" href="{{base_url}}/blog/">{{i18n.navbar_blog}}</a> </li> </ul> <ul class="nav navbar-nav float-lg-right"> {% assign path = page.url | split: '/' %} {% unless true || path[1] == 'blog' %} <li class="nav-item dropdown"> <a id="dropdownNavLanguage" class="nav-link dropdown-toggle" role="button" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% include svg/icon-language.svg class="navbar-icon" %} <span class="navbar-language-label">{{lang.name}}</span> </a> <div class="dropdown-menu" aria-labelledby="dropdownNavLanguage"> {% for language in site.data.languages %} {% if language.enabled %} <a href="{{site.baseurl}}/{{language.tag}}/{{url_relative}}" class="dropdown-item{% if lang.tag == language.tag %} active{% endif %}" data-lang="{{language.accept_languages[0]}}"> {{language.name}} </a> {% endif %} {% endfor %} </div> </li> {% endunless %} <li class="nav-item"> <a class="nav-link" href="https://twitter.com/flowtype"> {% include svg/icon-twitter.svg class="navbar-icon" %} <span class="sr-only">{{i18n.navbar_twitter}}</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="http://stackoverflow.com/questions/tagged/flowtype"> {% include svg/icon-stackoverflow.svg class="navbar-icon" %} <span class="sr-only">{{i18n.navbar_stackoverflow}}</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="https://github.com/facebook/flow"> {% include svg/icon-github.svg class="navbar-icon" %} <span class="sr-only">{{i18n.navbar_github}}</span> </a> </li> </ul> </div> </div> </nav>
test/div_nesting.html
creationix/haml-js
<div>Does not close properly<div>Nested same level as next div</div></div><div>Will be nested, but should be top level</div>
ftc_app-master/doc/javadoc/com/qualcomm/robotcore/util/package-summary.html
lasarobotics/FTC5998-2016
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>com.qualcomm.robotcore.util</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="com.qualcomm.robotcore.util"; } //--> </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 class="navBarCell1Rev">Package</li> <li>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/qualcomm/robotcore/hardware/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/firstinspires/ftc/robotcore/external/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/qualcomm/robotcore/util/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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="Package" class="title">Package&nbsp;com.qualcomm.robotcore.util</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/qualcomm/robotcore/util/ElapsedTime.html" title="class in com.qualcomm.robotcore.util">ElapsedTime</a></td> <td class="colLast"> <div class="block">The <a href="../../../../com/qualcomm/robotcore/util/ElapsedTime.html" title="class in com.qualcomm.robotcore.util"><code>ElapsedTime</code></a> class provides a simple handy timer to measure elapsed time intervals.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/qualcomm/robotcore/util/Range.html" title="class in com.qualcomm.robotcore.util">Range</a></td> <td class="colLast"> <div class="block">Utility class for performing range operations</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/qualcomm/robotcore/util/SerialNumber.html" title="class in com.qualcomm.robotcore.util">SerialNumber</a></td> <td class="colLast"> <div class="block">Instances of <a href="../../../../com/qualcomm/robotcore/util/SerialNumber.html" title="class in com.qualcomm.robotcore.util"><code>SerialNumber</code></a> represent serial numbers of devices on the USB bus.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/qualcomm/robotcore/util/TypeConversion.html" title="class in com.qualcomm.robotcore.util">TypeConversion</a></td> <td class="colLast"> <div class="block">Utility class for performing type conversions</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Enum</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/qualcomm/robotcore/util/ElapsedTime.Resolution.html" title="enum in com.qualcomm.robotcore.util">ElapsedTime.Resolution</a></td> <td class="colLast"> <div class="block">An indicator of the resolution of a timer.</div> </td> </tr> </tbody> </table> </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 class="navBarCell1Rev">Package</li> <li>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/qualcomm/robotcore/hardware/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/firstinspires/ftc/robotcore/external/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/qualcomm/robotcore/util/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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>
mod/turnitintool/lang/sv_utf8/help/turnitintool/partnames.html
ctestlms/portal
<p><b><img alt="" src="<?php echo $CFG->wwwroot; ?>/mod/turnitintool/icon.gif" />&nbsp;Turnitin Uppgifter&nbsp;-&nbsp;Uppgiftsdelar</b></p> <p>Bestämmer huruvida delarna av denna uppgift är namngivna delar eller om den här uppgiften är en portfoliouppgift.</p>
tools/epydoc/doc/epytext.html
regular/pyglet-avbin-optimizations
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>The Epytext Markup Language</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: epytext.html 1211 2006-04-10 19:38:37Z edloper $ --> <body> <div class="body"> <h1>The Epytext Markup Language</h1> <a name="overview"/> <h2> 1. Overview </h2> <p> Epytext is a lightweight markup language for Python docstrings. The epytext markup language is used by epydoc to parse docstrings and create structured API documentation. Epytext markup is broken up into the following categories: </p> <ul> <li> <b><i>Block Structure</i></b> divides the docstring into nested blocks of text, such as paragraphs and lists. <ul> <li> <b><i>Basic Blocks</i></b> are the basic unit of block structure. </li> <li> <b><i>Hierarchical blocks</i></b> represent the nesting structure of the docstring. </li> </ul> </li> <li> <b><i>Inline Markup</i></b> marks regions of text within a basic block with properties, such as italics and hyperlinks. </li> </ul> <!-- =========== BLOCK STRUCTURE ============= --> <a name="block_structure"/> <h2> 2. Block Structure </h2> <p> Block structure is encoded using indentation, blank lines, and a handful of special character sequences. </p> <ul> <li> Indentation is used to encode the nesting structure of hierarchical blocks. The indentation of a line is defined as the number of leading spaces on that line; and the indentation of a block is typically the indentation of its first line. </li> <li> Blank lines are used to separate blocks. A blank line is a line that only contains whitespace. </li> <li> Special character sequences are used to mark the beginnings of some blocks. For example, "<code>-</code>" is used as a bullet for unordered list items, and "<code>&gt;&gt;&gt;</code>" is used to mark doctest blocks. </li> </ul> <p> The following sections describe how to use each type of block structure. </p> <a name="paragraph"/> <h3> 2.1. Paragraphs </h3> <p> A paragraph is the simplest type of basic block. It consists of one or more lines of text. Paragraphs must be left justified (i.e., every line must have the same indentation). The following example illustrates how paragraphs can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This is a paragraph. Paragraphs can span multiple lines, and can contain I{inline markup}. This is another paragraph. Paragraphs are separated by blank lines. """</code> <i>[...]</i> </pre> </td><td> <p> This is a paragraph. Paragraphs can span multiple lines, and contain <i>inline markup</i>. </p> <p> This is another paragraph. Paragraphs are separated from each other by blank lines. </p> </td></tr> </table> <a name="list"/> <h3> 2.2. Lists </h3> <p> Epytext supports both ordered and unordered lists. A list consists of one or more consecutive <i>list items</i> of the same type (ordered or unordered), with the same indentation. Each list item is marked by a <i>bullet</i>. The bullet for unordered list items is a single dash character ("<code>-</code>"). Bullets for ordered list items consist of a series of numbers followed by periods, such as "<code>12.</code>" or "<code>1.2.8.</code>". </p> <p> List items typically consist of a bullet followed by a space and a single paragraph. The paragraph may be indented more than the list item's bullet; often, the paragraph is intended two or three characters, so that its left margin lines up with the right side of the bullet. The following example illustrates a simple ordered list. </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" 1. This is an ordered list item. 2. This is a another ordered list item. 3. This is a third list item. Note that the paragraph may be indented more than the bullet. """</code> <i>[...]</i> </pre> </td><td> <ol> <li> This is an ordered list item. </li> <li> This is another ordered list item. </li> <li> This is a third list item. Note that the paragraph may be indented more than the bullet.</li> </td></tr> </table> <p> List items can contain more than one paragraph; and they can also contain sublists, literal blocks, and doctest blocks. All of the blocks contained by a list item must all have equal indentation, and that indentation must be greater than or equal to the indentation of the list item's bullet. If the first contained block is a paragraph, it may appear on the same line as the bullet, separated from the bullet by one or more spaces, as shown in the previous example. All other block types must follow on separate lines. </p> <p> Every list must be separated from surrounding blocks by indentation: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This is a paragraph. 1. This is a list item. 2. This a second list item. - This is a sublist """</code> <i>[...]</i> </pre> </td><td> This is a paragraph. <ol> <li> This is a list item. </li> <li> This is a second list item. <ul><li>This is a sublist.</li></ul></li> </ol> </td></tr> </table> <p> Note that sublists must be separated from the blocks in their parent list item by indentation. In particular, the following docstring generates an error, since the sublist is not separated from the paragraph in its parent list item by indentation: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" 1. This is a list item. Its paragraph is indented 7 spaces. - This is a sublist. It is indented 7 spaces. """</code> <i>[...]</i> </pre> </td><td> <b>L5: Error: Lists must be indented.</b> </td></tr> </table> <p> The following example illustrates how lists can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This is a paragraph. 1. This is a list item. - This is a sublist. - The sublist contains two items. - The second item of the sublist has its own sublist. 2. This list item contains two paragraphs and a doctest block. &gt;&gt;&gt; print 'This is a doctest block' This is a doctest block This is the second paragraph. """</code> <i>[...]</i> </pre> </td><td> This is a paragraph. <ol> <li> This is a list item. </li> <ul> <li> This is a sublist. </li> <li> The sublist contains two items. </li> <ul> <li> The second item of the sublist has its own own sublist. </li> </ul> </ul> <li> This list item contains two paragraphs and a doctest block. <pre> <code class="prompt">&gt;&gt;&gt;</code> <code class="keyword">print</code> <code class="string">'This is a doctest block'</code> <code class="output">This is a doctest block</code></pre> <p> This is the second paragraph. </p> </li> </ol> </td></tr> </table> <p> Epytext will treat any line that begins with a bullet as a list item. If you want to include bullet-like text in a paragraph, then you must either ensure that it is not at the beginning of the line, or use <a href="#escaping">escaping</a> to prevent epytext from treating it as markup: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This sentence ends with the number 1. Epytext can't tell if the "1." is a bullet or part of the paragraph, so it generates an error. """</code> <i>[...]</i> </pre> </td><td> <b> L4: Error: Lists must be indented. </b> </td></tr> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This sentence ends with the number 1. This sentence ends with the number E{1}. """</code> <i>[...]</i> </pre> </td><td> This sentence ends with the number 1. <p> This sentence ends with the number 1.</p> </td></tr> </table> <a name="section"/> <h3> 2.3. Sections </h3> <p> A section consists of a heading followed by one or more child blocks. </p> <ul> <li> The heading is a single underlined line of text. Top-level section headings are underlined with the "=" character; subsection headings are underlined with the "-" character; and subsubsection headings are underlined with the "~" character. The length of the underline must exactly match the length of the heading.</li> <li> The child blocks can be paragraphs, lists, literal blocks, doctest blocks, or sections. Each child must have equal indentation, and that indentation must be greater than or equal to the heading's indentation. </li> </ul> <p> The following example illustrates how sections can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This paragraph is not in any section. Section 1 ========= This is a paragraph in section 1. Section 1.1 ----------- This is a paragraph in section 1.1. Section 2 ========= This is a paragraph in section 2. """</code> <i>[...]</i> </pre> </td><td> <b><font size="+2">Section 1</font></b><br> This is a paragraph in section 1. <br><br> <b><font size="+1">Section 1.1</font></b><br> This is a paragraph in section 1.1. <br><br> <b><font size="+2">Section 2</font></b><br> This is a paragraph in section 2. </table> <a name="literal"/> <h3> 2.4. Literal Blocks </h3> <p> Literal blocks are used to represent "preformatted" text. Everything within a literal block should be displayed exactly as it appears in plaintext. In particular: </p> <ul> <li> Spaces and newlines are preserved. </li> <li> Text is shown in a monospaced font. </li> <li> Inline markup is not detected. </li> </ul> <p> Literal blocks are introduced by paragraphs ending in the special sequence "<code>::</code>". Literal blocks end at the first line whose indentation is equal to or less than that of the paragraph that introduces them. The following example shows how literal blocks can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" The following is a literal block:: Literal / / Block This is a paragraph following the literal block. """</code> <i>[...]</i> </pre> </td><td> <p>The following is a literal block:</p> <pre> Literal / / Block </pre> <p>This is a paragraph following the literal block.</p> </table> <p> Literal blocks are indented relative to the paragraphs that introduce them; for example, in the previous example, the word "Literal" is displayed with four leading spaces, not eight. Also, note that the double colon ("<code>::</code>") that introduces the literal block is rendered as a single colon. </p> <a name="doctest"/> <h3> 2.5. Doctest Blocks </h3> <p> Doctest blocks contain examples consisting of Python expressions and their output. Doctest blocks can be used by the <a href="http://www.python.org/doc/current/lib/module-doctest.html">doctest</a> module to test the documented object. Doctest blocks begin with the special sequence "<code>&gt;&gt;&gt;</code>". Doctest blocks are delimited from surrounding blocks by blank lines. Doctest blocks may not contain blank lines. The following example shows how doctest blocks can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" The following is a doctest block: &gt;&gt;&gt; print (1+3, ... 3+5) (4, 8) &gt;&gt;&gt; 'a-b-c-d-e'.split('-') ['a', 'b', 'c', 'd', 'e'] This is a paragraph following the doctest block. """</code> <i>[...]</i> </pre> </td><td> <p> The following is a doctest block: </p> <pre> <code class="prompt">&gt;&gt;&gt;</code> <code class="keyword">print</code> <code class="pycode">(1+3,</code> <code class="prompt">...</code> <code class="pycode">3+5)</code> <code class="output">(4, 8)</code> <code class="prompt">&gt;&gt;&gt;</code> <code class="string">'a-b-c-d-e'</code><code class="pycode">.split('-')</code> <code class="output">['a', 'b', 'c', 'd', 'e']</code> </pre> <p>This is a paragraph following the doctest block.</p> </table> <a name="fieldlist"/> <h3> 2.6. Fields </h3> <p> Fields are used to describe specific properties of a documented object. For example, fields can be used to define the parameters and return value of a function; the instance variables of a class; and the author of a module. Each field is marked by a <i>field tag</i>, which consist of an at sign ("<code>@</code>") followed by a <i>field name</i>, optionally followed by a space and a <i>field argument</i>, followed by a colon ("<code>:</code>"). For example, "<code>@return:</code>" and "<code>@param&nbsp;x:</code>" are field tags. </p> <p> Fields can contain paragraphs, lists, literal blocks, and doctest blocks. All of the blocks contained by a field must all have equal indentation, and that indentation must be greater than or equal to the indentation of the field's tag. If the first contained block is a paragraph, it may appear on the same line as the field tag, separated from the field tag by one or more spaces. All other block types must follow on separate lines. </p> <p> Fields must be placed at the end of the docstring, after the description of the object. Fields may be included in any order. </p> <p> Fields do not need to be separated from other blocks by a blank line. Any line that begins with a field tag followed by a space or newline is considered a field. </p> <p> The following example illustrates how fields can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" <code class="field">@param x:</code> This is a description of the parameter x to a function. Note that the description is indented four spaces. <code class="field">@type x:</code> This is a description of x's type. <code class="field">@return:</code> This is a description of the function's return value. It contains two paragraphs. """</code> <i>[...]</i> </pre> </td><td> <dl><dt><b>Parameters:</b></dt> <dd><code><b>x</b></code> - This is a description of the parameter x to a function. Note that the description is indented four spaces. <br><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (type=This is a description of x's type.)</i> </dd> </dl> <dl><dt><b>Returns:</b></dt> <dd> This is a description of the function's return value. <p>It contains two paragraphs.</p> </dd> </td></tr> </table> <p> For a list of the fields that are supported by epydoc, see the <a href="fields.html#fields">epydoc fields page</a>. <!-- =========== INLINE MARKUP ============= --> <a name="inline"/> <h2> 3. Inline Markup </h2> <p> Inline markup has the form "<i>x</i><code>{</code>...<code>}</code>", where "<i>x</i>" is a single capital letter that specifies how the text between the braces should be rendered. Inline markup is recognized within paragraphs and section headings. It is <i>not</i> recognized within literal and doctest blocks. Inline markup can contain multiple words, and can span multiple lines. Inline markup may be nested. </p> <p> A matching pair of curly braces is only interpreted as inline markup if the left brace is immediately preceeded by a capital letter. So in most cases, you can use curly braces in your text without any form of escaping. However, you <i>do</i> need to escape curly braces when: </p> <ol> <li> You want to include a single (un-matched) curly brace. <li> You want to preceed a matched pair of curly braces with a capital letter. </li> </ol> <p> Note that there is no valid Python expression where a pair of matched curly braces is immediately preceeded by a capital letter (except within string literals). In particular, you never need to escape braces when writing Python dictionaries. See <a href="#escaping">section 3.5</a> for a discussion of escaping. </p> <a name="basic_inline"/> <h3> 3.1. Basic Inline Markup </h3> <p> Epytext defines four types of inline markup that specify how text should be displayed: </p> <ul> <li> <code>I{</code>...<code>}</code>: Italicized text. </li> <li> <code>B{</code>...<code>}</code>: Bold-faced text. </li> <li> <code>C{</code>...<code>}</code>: Source code or a Python identifier. </li> <li> <code>M{</code>...<code>}</code>: A mathematical expression. </li> </ul> <p> By default, source code is rendered in a fixed width font; and mathematical expressions are rendered in italics. But those defaults may be changed by modifying the CSS stylesheet. The following example illustrates how the four basic markup types can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" I{B{Inline markup} may be nested; and it may span} multiple lines. - I{Italicized text} - B{Bold-faced text} - C{Source code} - M{Math} Without the capital letter, matching braces are not interpreted as markup: C{my_dict={1:2, 3:4}}. """</code> <i>[...]</i> </pre> </td><td> <i><b>Inline markup</b> may be nested; and it may span</i> multiple lines. <ul> <li> <i>Italicized text</i> </li> <li> <b>Bold-faced text</b> </li> <li> <code>Source code</code> </li> <li> Math: <i>m*x+b</i> </li> </ul> Without the capital letter, matching braces are not interpreted as markup: <code>my_dict={1:2, 3:4}</code>. </td></tr> </table> <a name="urls"/> <h3> 3.2. URLs </h3> <p> The inline markup construct "<code>U{</code><i>text</i><code>&lt;</code><i>url</i><code>&gt;}</code>" is used to create links to external URLs and URIs. "<i>Text</i>" is the text that should be displayed for the link, and "<i>url</i>" is the target of the link. If you wish to use the URL as the text for the link, you can simply write "<code>U{</code><i>url</i><code>}</code>". Whitespace within URL targets is ignored. In particular, URL targets may be split over multiple lines. The following example illustrates how URLs can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td rowspan="2"> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" - U{www.python.org} - U{http://www.python.org} - U{The epydoc homepage&lt;http:// epydoc.sourceforge.net&gt;} - U{The B{I{Python}} homepage &lt;www.python.org&gt;} - U{Edward Loper&lt;mailto:edloper@ gradient.cis.upenn.edu&gt;} """</code> <i>[...]</i> </pre> </td><td> <ul> <li> <a href="http://www.python.org">www.python.org</a> </li> <li> <a href="http://www.python.org">http://www.python.org</a> </li> <li> <a href="http://epydoc.sourceforge.net">The epydoc homepage</a> </li> <li> <a href="http://www.python.org">The <b><i>Python</i></b> homepage</a> </li> <li> <a href="mailto:[email protected]">Edward Loper</a> </li> </ul> </td></tr> </table> <a name="links"/> <h3> 3.3. Documentation Crossreference Links </h3> <p> The inline markup construct "<code>L{</code><i>text</i><code>&lt;</code><i>object</i><code>&gt;}</code>" is used to create links to the documentation for other Python objects. "<i>Text</i>" is the text that should be displayed for the link, and "<i>object</i>" is the name of the Python object that should be linked to. If you wish to use the name of the Python object as the text for the link, you can simply write "<code>L{</code><i>object</i><code>}</code>". Whitespace within object names is ignored. In particular, object names may be split over multiple lines. The following example illustrates how documentation crossreference links can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td rowspan="2"> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" - L{x_transform} - L{search&lt;re.search&gt;} - L{The I{x-transform} function &lt;x_transform&gt;} """</code> <i>[...]</i> </pre> </td><td> <ul> <li> <a href="examples/example.html#x_intercept" ><code>x_transform</code></a></li> <li> <a href="examples/sre.html#search" ><code>search</code></a></li> <li> <a href="examples/example.html#x_intercept" ><code>The <i>x-transform</i> function</code></a></li> </ul> </td></tr> </table> <p> In order to find the object that corresponds to a given name, epydoc checks the following locations, in order: </p> <ol> <li> If the link is made from a class or method docstring, then epydoc checks for a method, instance variable, or class variable with the given name. </li> <li> Next, epydoc looks for an object with the given name in the current module. </li> <li> Epydoc then tries to import the given name as a module. If the current module is contained in a package, then epydoc will also try importing the given name from all packages containing the current module. </li> <li> Finally, epydoc tries to divide the given name into a module name and an object name, and to import the object from the module. If the current module is contained in a package, then epydoc will also try importing the module name from all packages containing the current module. </li> </ol> <p> If no object is found that corresponds with the given name, then epydoc issues a warning. </p> <a name="indexed"/> <h3> 3.4. Indexed Terms </h3> <p> Epydoc automatically creates an index of term definitions for the API documentation. The inline markup construct "<code>X{</code>...<code>}</code>" is used to mark terms for inclusion in the index. The term itself will be italicized; and a link will be created from the index page to the location of the term in the text. The following example illustrates how index terms can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td rowspan="2"> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" An X{index term} is a term that should be included in the index. """</code> <i>[...]</i> </pre> </td><td> An <a name="index-index_term"/><i>index term</i> is a term that should be included in the index. </td></tr><tr><td> <table border="1" cellpadding="3" cellspacing="0" width="95%" class="grayf"> <tr> <th colspan="2" class="grayc">Index</th></tr> <tr><td width="15%">index&nbsp;term</td> <td><i><a href="#index-index_term">example</a></i></tr></td> <tr><td width="15%">x&nbsp;intercept</td> <td><i><a href="examples/example.html#index-x_intercept">x_intercept</a></i></tr></td> <tr><td width="15%">y&nbsp;intercept</td> <td><i><a href="examples/example.html#index-y_intercept">x_intercept</a></i></tr></td> </table> </td></tr> </table> <a name="symbols"/> <h3> 3.5. Symbols </h3> <p> Symbols are used to insert special characters in your documentation. A symbol has the form "<code>S{</code><i>code</i><code>}</code>", where <i>code</i> is a symbol code that specifies what character should be produced. The following example illustrates how symbols can be used to generate special characters: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td rowspan="2"> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" Symbols can be used in equations: - S{sum}S{alpha}/x S{<=} S{beta} S{<-} and S{larr} both give left arrows. Some other arrows are S{rarr}, S{uarr}, and S{darr}. """</code> <i>[...]</i> </pre> </td><td> <p>Symbols can be used in equations:</p> <ul><li>&sum;&alpha;/x &le; &beta;</li></ul> <p>&larr; and &larr; both give left arrows. Some other arrows are &rarr;, &uarr;, and &darr;.</p> </td></tr> </table> <p> Although symbols can be quite useful, you should keep in mind that they can make it harder to read your docstring in plaintext. In general, symbols should be used sparingly. For a complete list of the symbols that are currently supported, see the reference documentation for <a href="api/public/epydoc.markup.epytext-module.html#SYMBOLS" >epydoc.epytext.SYMBOLS</a>. </p> <a name="escaping"/> <h3> 3.6. Escaping </h3> <p> Escaping is used to write text that would otherwise be interpreted as epytext markup. Epytext was carefully constructed to minimize the need for this type of escaping; but sometimes, it is unavoidable. Escaped text has the form "<code>E{</code><i>code</i><code>}</code>", where <i>code</i> is an escape code that specifies what character should be produced. If the escape code is a single character (other than "<code>{</code>" or "<code>}</code>"), then that character is produced. For example, to begin a paragraph with a dash (which would normally signal a list item), write "<code>E{-}</code>". In addition, two special escape codes are defined: "<code>E{lb}</code>" produces a left curly brace ("<code>{</code>"); and "<code>E{rb}</code>" produces a right curly brace ("<code>}</code>"). The following example illustrates how escaping can be used: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td rowspan="2"> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" This paragraph ends with two colons, but does not introduce a literal blockE{:}E{:} E{-} This is not a list item. Escapes can be used to write unmatched curly braces: E{rb}E{lb} """</code> <i>[...]</i> </pre> </td><td> <p>This paragraph ends with two colons, but does not introduce a literal block::</p> <p>- This is not a list item.</p> <p>Escapes can be used to write unmatched curly braces: }{</p> </td></tr> </table> <a name="graphs"/> <h3> 3.7. Graphs </h3> <p> The inline markup construct "<code>G{</code><i>graphtype</i> <i>args...</i>}</code>" is used to insert automatically generated graphs. The following graphs generation constructions are currently defines:</p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="10%">Markup</th><th width="90%">Description</th></tr> <tr valign="top"> <td><pre>G{classtree <code class="user">classes...</code>}</pre></td> <td> Display a class hierarchy for the given class or classes (including all superclasses &amp; subclasses). If no class is specified, and the directive is used in a class's docstring, then that class's class hierarchy will be displayed. </td></tr> <tr valign="top"> <td><pre>G{packagetree <code class="user">modules...</code>}</pre></td> <td> Display a package hierarchy for the given module or modules (including all subpackages and submodules). If no module is specified, and the directive is used in a module's docstring, then that module's package hierarchy will be displayed. </td></tr> <tr valign="top"> <td><pre>G{impotgraph <code class="user">modules...</code>}</pre></td> <td> Display an import graph for the given module or modules. If no module is specified, and the directive is used in a module's docstring, then that module's import graph will be displayed. </td></tr> <tr valign="top"> <td><pre>G{callgraph <code class="user">functions...</code>}</pre></td> <td> Display a call graph for the given function or functions. If no function is specified, and the directive is used in a function's docstring, then that function's call graph will be displayed. </td></tr> </table> <!-- =========== CHARACTERS ============= --> <a name="characters"/> <h2> 4. Characters </h2> <a name="valid_characters"/> <h3> 4.1. Valid Characters </h3> <p> Valid characters for an epytext docstring are space ("\040"); newline ("\012"); and any letter, digit, or punctuation, as defined by the current locale. Control characters ("\000"-"\010" and "\013"-"\037") are not valid content characters. Tabs ("\011") are expanded to spaces, using the same algorithm used by the Python parser. Carridge-return/newline pairs ("\015\012") are converted to newlines. </p> <a name="content_characters"/> <h3> 4.2. Content Characters </h3> <p> Characters in a docstring that are not involved in markup are called <i>content characters</i>. Content characters are always displayed as-is. In particular, HTML codes are <i>not</i> passed through. For example, consider the following example: </p> <table border="1" cellspacing="0" cellpadding="3" width="95%"> <tr><th width="50%">Docstring Input</th><th width="50%">Rendered Output</th> <tr valign="top"><td> <pre> <code class="keyword">def</code> <code class="function">example</code>(): <code class="string">""" &lt;B&gt;test&lt;/B&gt; """</code> <i>[...]</i> </pre> </td><td> &lt;B&gt;test&lt;/B&gt; </table> <p> The docstring is rendered as "&lt;B&gt;test&lt;/B&gt;", and not as the word "test" in bold face. </p> <a name="whitespace"/> <h3> 4.3. Spaces and Newlines </h3> <p> In general, spaces and newlines within docstrings are treated as <i>soft spaces</i>. In other words, sequences of spaces and newlines (that do not contain a blank line) are rendered as a single space, and words may wrapped at spaces. However, within literal blocks and doctest blocks, spaces and newlines are preserved, and no word-wrapping occurs; and within URL targets and documentation link targets, whitespace is ignored. </p> <!-- =========== WARNINGS ============= --> <!-- (make sure this is consistant w/ the man page!!) --> <a name="warnings"/> <h2> 5. Warnings and Errors </h2> <p>If epydoc encounters an error while processing a docstring, it issues a warning message that describes the error, and attempts to continue generating documentation. Errors related to epytext are divided into three categories: </p> <ul> <li> <b>Epytext Warnings</b> are caused by epytext docstrings that contain questionable or suspicious markup. Epytext warnings do not prevent the docstring in question from being parsed. </li> <li> <b> Field Warnings</b> are caused by epytext docstrings containing invalid fields. The contents of the invalid field are generally ignored. </li> <li> <b>Epytext Errors</b> are caused by epytext docstrings that contain invalid markup. Whenever an epytext error is detected, the docstring in question is treated as a plaintext docstring. </li> </ul> <p> The following sections list and describe the warning messages that epydoc can generate. They are intended as a reference resource, which you can search for more information and possible causes if you encounter an error and do not understand it. These descriptions are also available in the <a href="epydoc-man.html#lbAH"><code>epydoc(1)</code> man page</a>. </p> <h3> 5.1. Epytext Warnings </h3> <ul> <li><b class="error">Possible mal-formatted field item.</b> <br /> Epytext detected a line that looks like a field item, but is not correctly formatted. This typically occurs when the trailing colon (<b>":"</b>) is not included in the field tag. <li><b class="error">Possible heading typo.</b> <br /> Epytext detected a pair of lines that looks like a heading, but the number of underline characters does not match the number of characters in the heading. The number of characters in these two lines must match exactly for them to be considered a heading. </ul> <h3> 5.2. Field Warnings </h3> <ul> <li><b class="error"><code>@param</code> for unknown parameter <i>param</i>.</b> <br /> A <code>@param</code> field was used to specify the type for a parameter that is not included in the function's signature. This is typically caused by a typo in the parameter name. <li><b class="error"><i>tag</i> did not expect an argument.</b> <br /> The field tag <i>tag</i> was used with an argument, but it does not take one. <li><b class="error"><i>tag</i> expected an argument.</b> <br /> The field tag <i>tag</i> was used without an argument, but it requires one. <li><b class="error"><code>@type</code> for unknown parameter <i>param</i>.</b> <br /> A <code>@type</code> field was used to specify the type for a parameter that is not included in the function's signature. This is typically caused by a typo in the parameter name. <li><b class="error"><code>@type</code> for unknown variable <i>var</i>.</b> <br /> A <code>@type</code> field was used to specify the type for a variable, but no other information is known about the variable. This is typically caused by a typo in the variable name. <li><b class="error">Unknown field tag <i>tag</i>.</b> <br /> A docstring contains a field with the unknown tag <i>tag</i>. <li><b class="error">Redefinition of <i>field</i>.</b> <br /> Multiple field tags define the value of <i>field</i> in the same docstring, but <i>field</i> can only take a single value. </ul> <h3> 5.3. Epytext Errors </h3> <ul> <li><b class="error">Bad link target.</b> <br /> The target specified for an inline link contruction (<code>L{...}</code>) is not well-formed. Link targets must be valid python identifiers. <li><b class="error">Bad uri target.</b> <br /> The target specified for an inline uri contruction (<code>U{...}</code>) is not well-formed. This typically occurs if inline markup is nested inside the URI target. <li><b class="error">Fields must be at the top level.</b> <br /> The list of fields (<code>@param</code>, etc.) is contained by some other block structure (such as a list or a section). <li><b class="error">Fields must be the final elements in an epytext string.</b> <br /> The list of fields (<code>@param</code>, etc.) is not at the end of a docstring. <li><b class="error">Headings must occur at top level.</b> <br /> The heading is contianed in some other block structure (such as a list). <li><b class="error">Improper doctest block indentation.</b> <br /> The doctest block dedents past the indentation of its initial prompt line. <li><b class="error">Improper heading indentation.</b> <br /> The heading for a section is not left-aligned with the paragraphs in the section that contains it. <li><b class="error">Improper paragraph indentation.</b> <br /> The paragraphs within a block are not left-aligned. This error is often generated when plaintext docstrings are parsed using epytext. <li><b class="error">Invalid escape.</b> <br /> An unknown escape sequence was used with the inline escape construction (<code>E{...}</code>). <li><b class="error">Lists must be indented.</b> <br /> An unindented line immediately following a paragraph starts with a list bullet. Epydoc is not sure whether you meant to start a new list item, or meant for a paragraph to include a word that looks like a bullet. If you intended the former, then indent the list. If you intended the latter, then change the word-wrapping of the paragraph, or escape the first character of the word that looks like a bullet. <li><b class="error">Unbalanced '{'.</b> <br /> The docstring contains unbalanced braces. Epytext requires that all braces must be balanced. To include a single unbalanced brace, use the escape sequences <code>E{lb}</code> (left brace) and <code>E{rb}</code> (right brace). <li><b class="error">Unbalanced '}'.</b> <br /> The docstring contains unbalanced braces. Epytext requires that all braces must be balanced. To include a single unbalanced brace, use the escape sequences <code>E{lb}</code> (left brace) and <code>E{rb}</code> (right brace). <li><b class="error">Unknown inline markup tag.</b> <br /> An unknown tag was used with the inline markup construction (<code><i>x</i>{...}</code>). <li><b class="error">Wrong underline character for heading.</b> <br /> The underline character used for this section heading does not indicate an appopriate section level. The "<code>=</code>" character should be used to underline sections; "<code>-</code>" for subsections; and "<code>~</code>" for subsubsections. </ul> </div> <table width="100%" class="navbox" cellpadding="1" cellspacing="0"> <tr> <a class="nav" href="index.html"> <td align="center" width="20%" class="nav"> <a class="nav" href="index.html"> Home</a></td></a> <a class="nav" href="installing.html"> <td align="center" width="20%" class="nav"> <a class="nav" href="installing.html"> Installing Epydoc</a></td></a> <a class="nav" href="using.html"> <td align="center" width="20%" class="nav"> <a class="nav" href="using.html"> Using Epydoc</a></td></a> <a class="nav" href="epytext.html"> <td align="center" width="20%" class="navselect" class="nav"> <a class="nav" href="epytext.html"> Epytext</a></td></a> <td align="center" width="20%" class="nav"> <A href="http://sourceforge.net/projects/epydoc"> <IMG src="sflogo.png" width="88" height="26" border="0" alt="SourceForge" align="top"/></A></td> </tr> </table> </body> </html>
dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/angular-forms/custom-dataentry-form.html
minagri-rwanda/DHIS2-Agriculture
<d2-custom-data-entry-form custom-data-entry-form="customDataEntryForm"></d2-custom-data-entry-form>
tools/findbugs/doc/bugDescriptions.html
1049884729/owasp-java-html-sanitizer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>FindBugs Bug Descriptions</title> <link rel="stylesheet" type="text/css" href="findbugs.css"/> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/> </head><body> <table width="100%"><tr> <td bgcolor="#b9b9fe" valign="top" align="left" width="20%"> <table width="100%" cellspacing="0" border="0"> <tr><td><a class="sidebar" href="index.html"><img src="umdFindbugs.png" alt="FindBugs"></a></td></tr> <tr><td>&nbsp;</td></tr> <tr><td><b>Docs and Info</b></td></tr> <tr><td><font size="-1"><a class="sidebar" href="findbugs2.html">FindBugs 2.0</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="users.html">Users and supporters</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="http://findbugs.blogspot.com/">FindBugs blog</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="factSheet.html">Fact sheet</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="manual/index.html">Manual</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="ja/manual/index.html">Manual(ja/&#26085;&#26412;&#35486;)</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="FAQ.html">FAQ</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="bugDescriptions.html">Bug descriptions</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="mailingLists.html">Mailing lists</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="publications.html">Documents and Publications</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="links.html">Links</a></font></td></tr> <tr><td>&nbsp;</td></tr> <tr><td><a class="sidebar" href="downloads.html"><b>Downloads</b></a></td></tr> <tr><td>&nbsp;</td></tr> <tr><td><a class="sidebar" href="http://www.cafeshops.com/findbugs"><b>FindBugs Swag</b></a></td></tr> <tr><td>&nbsp;</td></tr> <tr><td><b>Development</b></td></tr> <tr><td><font size="-1"><a class="sidebar" href="http://sourceforge.net/tracker/?group_id=96405">Open bugs</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="reportingBugs.html">Reporting bugs</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="contributing.html">Contributing</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="team.html">Dev team</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="api/index.html">API</a> <a class="sidebar" href="api/overview-summary.html">[no frames]</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="Changes.html">Change log</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="http://sourceforge.net/projects/findbugs">SF project page</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="http://code.google.com/p/findbugs/source/browse/">Browse source</a></font></td></tr> <tr><td><font size="-1"><a class="sidebar" href="http://code.google.com/p/findbugs/source/list">Latest code changes</a></font></td></tr> </table> </td> <td align="left" valign="top"> <h1>FindBugs Bug Descriptions</h1> <p>This document lists the standard bug patterns reported by <a href="http://findbugs.sourceforge.net">FindBugs</a> version 2.0.3.</p> <h2>Summary</h2> <table width="100%"> <tr bgcolor="#b9b9fe"><th>Description</th><th>Category</th></tr> <tr bgcolor="#eeeeee"><td><a href="#BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS">BC: Equals method should not assume anything about the type of its argument</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#BIT_SIGNED_CHECK">BIT: Check for sign of bitwise operation</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#CN_IDIOM">CN: Class implements Cloneable but does not define or use clone method</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#CN_IDIOM_NO_SUPER_CALL">CN: clone method does not call super.clone()</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE">CN: Class defines clone() but doesn't implement Cloneable</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#CO_ABSTRACT_SELF">Co: Abstract class defines covariant compareTo() method</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#CO_SELF_NO_OBJECT">Co: Covariant compareTo() method defined</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#DE_MIGHT_DROP">DE: Method might drop exception</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DE_MIGHT_IGNORE">DE: Method might ignore exception</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS">DMI: Adding elements of an entry set may fail due to reuse of Entry objects</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_RANDOM_USED_ONLY_ONCE">DMI: Random object created and used only once</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_USING_REMOVEALL_TO_CLEAR_COLLECTION">DMI: Don't use removeAll to clear a collection</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_EXIT">Dm: Method invokes System.exit(...)</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_RUN_FINALIZERS_ON_EXIT">Dm: Method invokes dangerous method runFinalizersOnExit</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ES_COMPARING_PARAMETER_STRING_WITH_EQ">ES: Comparison of String parameter using == or !=</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#ES_COMPARING_STRINGS_WITH_EQ">ES: Comparison of String objects using == or !=</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_ABSTRACT_SELF">Eq: Abstract class defines covariant equals() method</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS">Eq: Equals checks for incompatible operand</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_COMPARETO_USE_OBJECT_EQUALS">Eq: Class defines compareTo(...) and uses Object.equals()</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_GETCLASS_AND_CLASS_CONSTANT">Eq: equals method fails for subtypes</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_SELF_NO_OBJECT">Eq: Covariant equals() method defined</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#FI_EMPTY">FI: Empty finalizer should be deleted</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#FI_EXPLICIT_INVOCATION">FI: Explicit invocation of finalizer</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#FI_FINALIZER_NULLS_FIELDS">FI: Finalizer nulls fields</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#FI_FINALIZER_ONLY_NULLS_FIELDS">FI: Finalizer only nulls fields</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#FI_MISSING_SUPER_CALL">FI: Finalizer does not call superclass finalizer</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#FI_NULLIFY_SUPER">FI: Finalizer nullifies superclass finalizer</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#FI_USELESS">FI: Finalizer does nothing but call superclass finalizer</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VA_FORMAT_STRING_USES_NEWLINE">FS: Format string should use %n rather than \n</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#GC_UNCHECKED_TYPE_IN_GENERIC_CALL">GC: Unchecked type in generic call</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#HE_EQUALS_NO_HASHCODE">HE: Class defines equals() but not hashCode()</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#HE_EQUALS_USE_HASHCODE">HE: Class defines equals() and uses Object.hashCode()</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#HE_HASHCODE_NO_EQUALS">HE: Class defines hashCode() but not equals()</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#HE_HASHCODE_USE_OBJECT_EQUALS">HE: Class defines hashCode() and uses Object.equals()</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#HE_INHERITS_EQUALS_USE_HASHCODE">HE: Class inherits equals() and uses Object.hashCode()</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION">IC: Superclass uses subclass during initialization</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IMSE_DONT_CATCH_IMSE">IMSE: Dubious catching of IllegalMonitorStateException</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#ISC_INSTANTIATE_STATIC_CLASS">ISC: Needless instantiation of class that only supplies static methods</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IT_NO_SUCH_ELEMENT">It: Iterator next() method can't throw NoSuchElementException</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION">J2EE: Store of non serializable object into HttpSession</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS">JCIP: Fields of immutable classes should be final</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_BOOLEAN_RETURN_NULL">NP: Method with Boolean return type returns explicit null</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_CLONE_COULD_RETURN_NULL">NP: Clone method may return null</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT">NP: equals() method does not check for null argument</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_TOSTRING_COULD_RETURN_NULL">NP: toString method may return null</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_CLASS_NAMING_CONVENTION">Nm: Class names should start with an upper case letter</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_CLASS_NOT_EXCEPTION">Nm: Class is not derived from an Exception, even though it is named as such</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_CONFUSING">Nm: Confusing method names</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_FIELD_NAMING_CONVENTION">Nm: Field names should start with a lower case letter</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_FUTURE_KEYWORD_USED_AS_IDENTIFIER">Nm: Use of identifier that is a keyword in later versions of Java</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_FUTURE_KEYWORD_USED_AS_MEMBER_IDENTIFIER">Nm: Use of identifier that is a keyword in later versions of Java</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_METHOD_NAMING_CONVENTION">Nm: Method names should start with a lower case letter</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_SAME_SIMPLE_NAME_AS_INTERFACE">Nm: Class names shouldn't shadow simple name of implemented interface</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">Nm: Class names shouldn't shadow simple name of superclass</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_VERY_CONFUSING_INTENTIONAL">Nm: Very confusing method names (but perhaps intentional)</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_WRONG_PACKAGE_INTENTIONAL">Nm: Method doesn't override method in superclass due to wrong package for parameter</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ODR_OPEN_DATABASE_RESOURCE">ODR: Method may fail to close database resource</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH">ODR: Method may fail to close database resource on exception</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#OS_OPEN_STREAM">OS: Method may fail to close stream</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#OS_OPEN_STREAM_EXCEPTION_PATH">OS: Method may fail to close stream on exception</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#PZ_DONT_REUSE_ENTRY_OBJECTS_IN_ITERATORS">PZ: Don't reuse entry objects in iterators</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#RC_REF_COMPARISON_BAD_PRACTICE">RC: Suspicious reference comparison to constant</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN">RC: Suspicious reference comparison of Boolean values</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#RR_NOT_CHECKED">RR: Method ignores results of InputStream.read()</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SR_NOT_CHECKED">RR: Method ignores results of InputStream.skip()</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#RV_NEGATING_RESULT_OF_COMPARETO">RV: Negating the result of compareTo()/compare()</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV: Method ignores exceptional return value</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SI_INSTANCE_BEFORE_FINALS_ASSIGNED">SI: Static initializer creates instance before all static final fields assigned</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SW_SWING_METHODS_INVOKED_IN_SWING_THREAD">SW: Certain swing methods needs to be invoked in Swing thread</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_BAD_FIELD">Se: Non-transient non-serializable instance field in serializable class</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_BAD_FIELD_INNER_CLASS">Se: Non-serializable class has a serializable inner class</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_BAD_FIELD_STORE">Se: Non-serializable value stored into instance field of a serializable class</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_COMPARATOR_SHOULD_BE_SERIALIZABLE">Se: Comparator doesn't implement Serializable</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_INNER_CLASS">Se: Serializable inner class</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_NONFINAL_SERIALVERSIONID">Se: serialVersionUID isn't final</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_NONLONG_SERIALVERSIONID">Se: serialVersionUID isn't long</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_NONSTATIC_SERIALVERSIONID">Se: serialVersionUID isn't static</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_NO_SUITABLE_CONSTRUCTOR">Se: Class is Serializable but its superclass doesn't define a void constructor</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION">Se: Class is Externalizable but doesn't define a void constructor</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_READ_RESOLVE_MUST_RETURN_OBJECT">Se: The readResolve method must be declared with a return type of Object. </a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_TRANSIENT_FIELD_NOT_RESTORED">Se: Transient field that isn't set by deserialization. </a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_NO_SERIALVERSIONID">SnVI: Class is Serializable, but doesn't define serialVersionUID</a></td><td>Bad practice</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UI_INHERITANCE_UNSAFE_GETRESOURCE">UI: Usage of GetResource may be unsafe if class is extended</a></td><td>Bad practice</td></tr> <tr bgcolor="#ffffff"><td><a href="#BC_IMPOSSIBLE_CAST">BC: Impossible cast</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BC_IMPOSSIBLE_DOWNCAST">BC: Impossible downcast</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#BC_IMPOSSIBLE_DOWNCAST_OF_TOARRAY">BC: Impossible downcast of toArray() result</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BC_IMPOSSIBLE_INSTANCEOF">BC: instanceof will always return false</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#BIT_ADD_OF_SIGNED_BYTE">BIT: Bitwise add of signed byte value</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BIT_AND">BIT: Incompatible bit masks</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#BIT_AND_ZZ">BIT: Check to see if ((...) & 0) == 0</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BIT_IOR">BIT: Incompatible bit masks</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#BIT_IOR_OF_SIGNED_BYTE">BIT: Bitwise OR of signed byte value</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BIT_SIGNED_CHECK_HIGH_BIT">BIT: Check for sign of bitwise operation</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#BOA_BADLY_OVERRIDDEN_ADAPTER">BOA: Class overrides a method implemented in super class Adapter wrongly</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ICAST_BAD_SHIFT_AMOUNT">BSHIFT: 32 bit int shifted by an amount not in the range -31..31</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#BX_UNBOXED_AND_COERCED_FOR_TERNARY_OPERATOR">Bx: Primitive value is unboxed and coerced for ternary operator</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#CO_COMPARETO_RESULTS_MIN_VALUE">Co: compareTo()/compare() returns Integer.MIN_VALUE</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DLS_DEAD_LOCAL_INCREMENT_IN_RETURN">DLS: Useless increment in return statement</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DLS_DEAD_STORE_OF_CLASS_LITERAL">DLS: Dead store of class literal</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DLS_OVERWRITTEN_INCREMENT">DLS: Overwritten increment</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_ARGUMENTS_WRONG_ORDER">DMI: Reversed method arguments</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_BAD_MONTH">DMI: Bad constant value for month</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_BIGDECIMAL_CONSTRUCTED_FROM_DOUBLE">DMI: BigDecimal constructed from double that isn't represented precisely</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_CALLING_NEXT_FROM_HASNEXT">DMI: hasNext method invokes next</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_COLLECTIONS_SHOULD_NOT_CONTAIN_THEMSELVES">DMI: Collections should not contain themselves</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_DOH">DMI: D'oh! A nonsensical method invocation</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_INVOKING_HASHCODE_ON_ARRAY">DMI: Invocation of hashCode on an array</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_LONG_BITS_TO_DOUBLE_INVOKED_ON_INT">DMI: Double.longBitsToDouble invoked on an int</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_VACUOUS_SELF_COLLECTION_CALL">DMI: Vacuous call to collections</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_ANNOTATION_IS_NOT_VISIBLE_TO_REFLECTION">Dm: Can't use reflection to check for presence of annotation without runtime retention</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_FUTILE_ATTEMPT_TO_CHANGE_MAXPOOL_SIZE_OF_SCHEDULED_THREAD_POOL_EXECUTOR">Dm: Futile attempt to change max pool size of ScheduledThreadPoolExecutor</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_SCHEDULED_THREAD_POOL_EXECUTOR_WITH_ZERO_CORE_THREADS">Dm: Creation of ScheduledThreadPoolExecutor with zero core threads</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD">Dm: Useless/vacuous call to EasyMock method</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EC_ARRAY_AND_NONARRAY">EC: equals() used to compare array and nonarray</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EC_BAD_ARRAY_COMPARE">EC: Invocation of equals() on an array, which is equivalent to ==</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EC_INCOMPATIBLE_ARRAY_COMPARE">EC: equals(...) used to compare incompatible arrays</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EC_NULL_ARG">EC: Call to equals(null)</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EC_UNRELATED_CLASS_AND_INTERFACE">EC: Call to equals() comparing unrelated class and interface</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EC_UNRELATED_INTERFACES">EC: Call to equals() comparing different interface types</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EC_UNRELATED_TYPES">EC: Call to equals() comparing different types</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EC_UNRELATED_TYPES_USING_POINTER_EQUALITY">EC: Using pointer equality to compare different types</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_ALWAYS_FALSE">Eq: equals method always returns false</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_ALWAYS_TRUE">Eq: equals method always returns true</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_COMPARING_CLASS_NAMES">Eq: equals method compares class names rather than class objects</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_DONT_DEFINE_EQUALS_FOR_ENUM">Eq: Covariant equals() method defined for enum</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_OTHER_NO_OBJECT">Eq: equals() method defined that doesn't override equals(Object)</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_OTHER_USE_OBJECT">Eq: equals() method defined that doesn't override Object.equals(Object)</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC">Eq: equals method overrides equals in superclass and may not be symmetric</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_SELF_USE_OBJECT">Eq: Covariant equals() method defined, Object.equals(Object) inherited</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#FE_TEST_IF_EQUAL_TO_NOT_A_NUMBER">FE: Doomed test for equality to NaN</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VA_FORMAT_STRING_BAD_ARGUMENT">FS: Format string placeholder incompatible with passed argument</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#VA_FORMAT_STRING_BAD_CONVERSION">FS: The type of a supplied argument doesn't match format specifier</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VA_FORMAT_STRING_EXPECTED_MESSAGE_FORMAT_SUPPLIED">FS: MessageFormat supplied where printf style format expected</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#VA_FORMAT_STRING_EXTRA_ARGUMENTS_PASSED">FS: More arguments are passed than are actually used in the format string</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VA_FORMAT_STRING_ILLEGAL">FS: Illegal format string</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#VA_FORMAT_STRING_MISSING_ARGUMENT">FS: Format string references missing argument</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VA_FORMAT_STRING_NO_PREVIOUS_ARGUMENT">FS: No previous argument for format string</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#GC_UNRELATED_TYPES">GC: No relationship between generic parameter and method argument</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#HE_SIGNATURE_DECLARES_HASHING_OF_UNHASHABLE_CLASS">HE: Signature declares use of unhashable class in hashed construct</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#HE_USE_OF_UNHASHABLE_CLASS">HE: Use of class without a hashCode() method in a hashed data structure</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ICAST_INT_2_LONG_AS_INSTANT">ICAST: int value converted to long and used as absolute time</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#ICAST_INT_CAST_TO_DOUBLE_PASSED_TO_CEIL">ICAST: Integral value cast to double and then passed to Math.ceil</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ICAST_INT_CAST_TO_FLOAT_PASSED_TO_ROUND">ICAST: int value cast to float and then passed to Math.round</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IJU_ASSERT_METHOD_INVOKED_FROM_RUN_METHOD">IJU: JUnit assertion in run method will not be noticed by JUnit</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IJU_BAD_SUITE_METHOD">IJU: TestCase declares a bad suite method </a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IJU_NO_TESTS">IJU: TestCase has no tests</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IJU_SETUP_NO_SUPER">IJU: TestCase defines setUp that doesn't call super.setUp()</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IJU_SUITE_NOT_STATIC">IJU: TestCase implements a non-static suite method </a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IJU_TEARDOWN_NO_SUPER">IJU: TestCase defines tearDown that doesn't call super.tearDown()</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IL_CONTAINER_ADDED_TO_ITSELF">IL: A collection is added to itself</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IL_INFINITE_LOOP">IL: An apparent infinite loop</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IL_INFINITE_RECURSIVE_LOOP">IL: An apparent infinite recursive loop</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IM_MULTIPLYING_RESULT_OF_IREM">IM: Integer multiply of result of integer remainder</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#INT_BAD_COMPARISON_WITH_INT_VALUE">INT: Bad comparison of int value with long constant</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE">INT: Bad comparison of nonnegative value with negative constant</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#INT_BAD_COMPARISON_WITH_SIGNED_BYTE">INT: Bad comparison of signed byte</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IO_APPENDING_TO_OBJECT_OUTPUT_STREAM">IO: Doomed attempt to append to an object output stream</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IP_PARAMETER_IS_DEAD_BUT_OVERWRITTEN">IP: A parameter is dead upon entry to a method but overwritten</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MF_CLASS_MASKS_FIELD">MF: Class defines field that masks a superclass field</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#MF_METHOD_MASKS_FIELD">MF: Method defines a variable that obscures a field</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_ALWAYS_NULL">NP: Null pointer dereference</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_ALWAYS_NULL_EXCEPTION">NP: Null pointer dereference in method on exception path</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_ARGUMENT_MIGHT_BE_NULL">NP: Method does not check for null argument</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_CLOSING_NULL">NP: close() invoked on a value that is always null</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_GUARANTEED_DEREF">NP: Null value is guaranteed to be dereferenced</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_GUARANTEED_DEREF_ON_EXCEPTION_PATH">NP: Value is null and guaranteed to be dereferenced on exception path</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR">NP: Nonnull field is not initialized</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_NONNULL_PARAM_VIOLATION">NP: Method call passes null to a nonnull parameter </a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_NONNULL_RETURN_VIOLATION">NP: Method may return null, but is declared @NonNull</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_NULL_INSTANCEOF">NP: A known null value is checked to see if it is an instance of a type</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_NULL_ON_SOME_PATH">NP: Possible null pointer dereference</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_NULL_ON_SOME_PATH_EXCEPTION">NP: Possible null pointer dereference in method on exception path</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_NULL_PARAM_DEREF">NP: Method call passes null for nonnull parameter</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS">NP: Method call passes null for nonnull parameter</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_NULL_PARAM_DEREF_NONVIRTUAL">NP: Non-virtual method call passes null for nonnull parameter</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_STORE_INTO_NONNULL_FIELD">NP: Store of null value into field annotated NonNull</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_UNWRITTEN_FIELD">NP: Read of unwritten field</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_BAD_EQUAL">Nm: Class defines equal(Object); should it be equals(Object)?</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_LCASE_HASHCODE">Nm: Class defines hashcode(); should it be hashCode()?</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_LCASE_TOSTRING">Nm: Class defines tostring(); should it be toString()?</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_METHOD_CONSTRUCTOR_CONFUSION">Nm: Apparent method/constructor confusion</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NM_VERY_CONFUSING">Nm: Very confusing method names</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NM_WRONG_PACKAGE">Nm: Method doesn't override method in superclass due to wrong package for parameter</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT">QBA: Method assigns boolean literal in boolean expression</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RC_REF_COMPARISON">RC: Suspicious reference comparison</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE">RCN: Nullcheck of value previously dereferenced</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RE_BAD_SYNTAX_FOR_REGULAR_EXPRESSION">RE: Invalid syntax for regular expression</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RE_CANT_USE_FILE_SEPARATOR_AS_REGULAR_EXPRESSION">RE: File.separator used for regular expression</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RE_POSSIBLE_UNINTENDED_PATTERN">RE: "." or "|" used for regular expression</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RV_01_TO_INT">RV: Random value from 0 to 1 is coerced to the integer 0</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_ABSOLUTE_VALUE_OF_HASHCODE">RV: Bad attempt to compute absolute value of signed 32-bit hashcode </a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RV_ABSOLUTE_VALUE_OF_RANDOM_INT">RV: Bad attempt to compute absolute value of signed random integer</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_CHECK_COMPARETO_FOR_SPECIFIC_RETURN_VALUE">RV: Code checks for specific values returned by compareTo</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RV_EXCEPTION_NOT_THROWN">RV: Exception created and dropped rather than thrown</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_RETURN_VALUE_IGNORED">RV: Method ignores return value</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RpC_REPEATED_CONDITIONAL_TEST">RpC: Repeated conditional tests</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SA_FIELD_SELF_ASSIGNMENT">SA: Self assignment of field</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SA_FIELD_SELF_COMPARISON">SA: Self comparison of field with itself</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SA_FIELD_SELF_COMPUTATION">SA: Nonsensical self computation involving a field (e.g., x & x)</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SA_LOCAL_SELF_ASSIGNMENT_INSTEAD_OF_FIELD">SA: Self assignment of local rather than assignment to field</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SA_LOCAL_SELF_COMPARISON">SA: Self comparison of value with itself</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SA_LOCAL_SELF_COMPUTATION">SA: Nonsensical self computation involving a variable (e.g., x & x)</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH">SF: Dead store due to switch statement fall through</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH_TO_THROW">SF: Dead store due to switch statement fall through to throw</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SIC_THREADLOCAL_DEADLY_EMBRACE">SIC: Deadly embrace of non-static inner class and thread local</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SIO_SUPERFLUOUS_INSTANCEOF">SIO: Unnecessary type check done using instanceof operator</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SQL_BAD_PREPARED_STATEMENT_ACCESS">SQL: Method attempts to access a prepared statement parameter with index 0</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SQL_BAD_RESULTSET_ACCESS">SQL: Method attempts to access a result set field with index 0</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#STI_INTERRUPTED_ON_CURRENTTHREAD">STI: Unneeded use of currentThread() call, to call interrupted() </a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#STI_INTERRUPTED_ON_UNKNOWNTHREAD">STI: Static Thread.interrupted() method invoked on thread instance</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_METHOD_MUST_BE_PRIVATE">Se: Method must be private in order for serialization to work</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_READ_RESOLVE_IS_STATIC">Se: The readResolve method must not be declared as a static method. </a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED">TQ: Value annotated as carrying a type qualifier used where a value that must not carry that qualifier is required</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#TQ_COMPARING_VALUES_WITH_INCOMPATIBLE_TYPE_QUALIFIERS">TQ: Comparing values with incompatible type qualifiers</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#TQ_MAYBE_SOURCE_VALUE_REACHES_ALWAYS_SINK">TQ: Value that might not carry a type qualifier is always used in a way requires that type qualifier</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#TQ_MAYBE_SOURCE_VALUE_REACHES_NEVER_SINK">TQ: Value that might carry a type qualifier is always used in a way prohibits it from having that type qualifier</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED">TQ: Value annotated as never carrying a type qualifier used where value carrying that qualifier is required</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED">TQ: Value without a type qualifier used where a value is required to have that qualifier</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS">UMAC: Uncallable method defined in anonymous class</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#UR_UNINIT_READ">UR: Uninitialized read of field in constructor</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR">UR: Uninitialized read of field method called from constructor of superclass</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_INVOKING_TOSTRING_ON_ANONYMOUS_ARRAY">USELESS_STRING: Invocation of toString on an unnamed array</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_INVOKING_TOSTRING_ON_ARRAY">USELESS_STRING: Invocation of toString on an array</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#VA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY">USELESS_STRING: Array formatted in useless way using format string</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UWF_NULL_FIELD">UwF: Field only ever set to null</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#UWF_UNWRITTEN_FIELD">UwF: Unwritten field</a></td><td>Correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VA_PRIMITIVE_ARRAY_PASSED_TO_OBJECT_VARARG">VA: Primitive array passed to function expecting a variable number of object arguments</a></td><td>Correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#LG_LOST_LOGGER_DUE_TO_WEAK_REFERENCE">LG: Potential lost logger changes due to weak reference in OpenJDK</a></td><td>Experimental</td></tr> <tr bgcolor="#eeeeee"><td><a href="#OBL_UNSATISFIED_OBLIGATION">OBL: Method may fail to clean up stream or resource</a></td><td>Experimental</td></tr> <tr bgcolor="#ffffff"><td><a href="#OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE">OBL: Method may fail to clean up stream or resource on checked exception</a></td><td>Experimental</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_CONVERT_CASE">Dm: Consider using Locale parameterized version of invoked method</a></td><td>Internationalization</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_DEFAULT_ENCODING">Dm: Reliance on default encoding</a></td><td>Internationalization</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED">DP: Classloaders should only be created inside doPrivileged block</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#DP_DO_INSIDE_DO_PRIVILEGED">DP: Method invoked that should be only be invoked inside a doPrivileged block</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EI_EXPOSE_REP">EI: May expose internal representation by returning reference to mutable object</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#EI_EXPOSE_REP2">EI2: May expose internal representation by incorporating reference to mutable object</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#FI_PUBLIC_SHOULD_BE_PROTECTED">FI: Finalizer should be protected, not public</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#EI_EXPOSE_STATIC_REP2">MS: May expose internal static state by storing a mutable object into a static field</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MS_CANNOT_BE_FINAL">MS: Field isn't final and can't be protected from malicious code</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#MS_EXPOSE_REP">MS: Public static method may expose internal representation by returning array</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MS_FINAL_PKGPROTECT">MS: Field should be both final and package protected</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#MS_MUTABLE_ARRAY">MS: Field is a mutable array</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MS_MUTABLE_HASHTABLE">MS: Field is a mutable Hashtable</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#MS_OOI_PKGPROTECT">MS: Field should be moved out of an interface and made package protected</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MS_PKGPROTECT">MS: Field should be package protected</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#MS_SHOULD_BE_FINAL">MS: Field isn't final but should be</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MS_SHOULD_BE_REFACTORED_TO_BE_FINAL">MS: Field isn't final but should be refactored to be so</a></td><td>Malicious code vulnerability</td></tr> <tr bgcolor="#ffffff"><td><a href="#AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION">AT: Sequence of calls to concurrent abstraction may not be atomic</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DC_DOUBLECHECK">DC: Possible double check of field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DL_SYNCHRONIZATION_ON_BOOLEAN">DL: Synchronization on Boolean</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DL_SYNCHRONIZATION_ON_BOXED_PRIMITIVE">DL: Synchronization on boxed primitive</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DL_SYNCHRONIZATION_ON_SHARED_CONSTANT">DL: Synchronization on interned String </a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DL_SYNCHRONIZATION_ON_UNSHARED_BOXED_PRIMITIVE">DL: Synchronization on boxed primitive values</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_MONITOR_WAIT_ON_CONDITION">Dm: Monitor wait() called on Condition</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_USELESS_THREAD">Dm: A thread was created using the default empty run method</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#ESync_EMPTY_SYNC">ESync: Empty synchronized block</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IS2_INCONSISTENT_SYNC">IS: Inconsistent synchronization</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#IS_FIELD_NOT_GUARDED">IS: Field not guarded against concurrent access</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#JLM_JSR166_LOCK_MONITORENTER">JLM: Synchronization performed on Lock</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#JLM_JSR166_UTILCONCURRENT_MONITORENTER">JLM: Synchronization performed on util.concurrent instance</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#JML_JSR166_CALLING_WAIT_RATHER_THAN_AWAIT">JLM: Using monitor style wait methods on util.concurrent abstraction</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#LI_LAZY_INIT_STATIC">LI: Incorrect lazy initialization of static field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#LI_LAZY_INIT_UPDATE_STATIC">LI: Incorrect lazy initialization and update of static field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD">ML: Synchronization on field in futile attempt to guard that field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ML_SYNC_ON_UPDATED_FIELD">ML: Method synchronizes on an updated field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#MSF_MUTABLE_SERVLET_FIELD">MSF: Mutable servlet field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MWN_MISMATCHED_NOTIFY">MWN: Mismatched notify()</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#MWN_MISMATCHED_WAIT">MWN: Mismatched wait()</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NN_NAKED_NOTIFY">NN: Naked notify</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_SYNC_AND_NULL_CHECK_FIELD">NP: Synchronize and null check on the same field.</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NO_NOTIFY_NOT_NOTIFYALL">No: Using notify() rather than notifyAll()</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RS_READOBJECT_SYNC">RS: Class's readObject() method is synchronized</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED">RV: Return value of putIfAbsent ignored, value passed to putIfAbsent reused</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#RU_INVOKE_RUN">Ru: Invokes run on a thread (did you mean to start it instead?)</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SC_START_IN_CTOR">SC: Constructor invokes Thread.start()</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#SP_SPIN_ON_FIELD">SP: Method spins on field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#STCAL_INVOKE_ON_STATIC_CALENDAR_INSTANCE">STCAL: Call to static Calendar</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE">STCAL: Call to static DateFormat</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#STCAL_STATIC_CALENDAR_INSTANCE">STCAL: Static Calendar field</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE">STCAL: Static DateFormat</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SWL_SLEEP_WITH_LOCK_HELD">SWL: Method calls Thread.sleep() with a lock held</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#TLW_TWO_LOCK_WAIT">TLW: Wait with two locks held</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UG_SYNC_SET_UNSYNC_GET">UG: Unsynchronized get method, synchronized set method</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#UL_UNRELEASED_LOCK">UL: Method does not release lock on all paths</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UL_UNRELEASED_LOCK_EXCEPTION_PATH">UL: Method does not release lock on all exception paths</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#UW_UNCOND_WAIT">UW: Unconditional wait</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#VO_VOLATILE_INCREMENT">VO: An increment to a volatile field isn't atomic</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#VO_VOLATILE_REFERENCE_TO_ARRAY">VO: A volatile reference to an array doesn't treat the array elements as volatile</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#WL_USING_GETCLASS_RATHER_THAN_CLASS_LITERAL">WL: Synchronization on getClass rather than class literal</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#WS_WRITEOBJECT_SYNC">WS: Class's writeObject() method is synchronized but nothing else is</a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#WA_AWAIT_NOT_IN_LOOP">Wa: Condition.await() not in loop </a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#ffffff"><td><a href="#WA_NOT_IN_LOOP">Wa: Wait not in loop </a></td><td>Multithreaded correctness</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BX_BOXING_IMMEDIATELY_UNBOXED">Bx: Primitive value is boxed and then immediately unboxed</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCION">Bx: Primitive value is boxed then unboxed to perform primitive coercion</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BX_UNBOXING_IMMEDIATELY_REBOXED">Bx: Boxed value is unboxed and then immediately reboxed</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_BOXED_PRIMITIVE_FOR_PARSING">Bx: Boxing/unboxing to parse a primitive</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_BOXED_PRIMITIVE_TOSTRING">Bx: Method allocates a boxed primitive just to call toString</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_FP_NUMBER_CTOR">Bx: Method invokes inefficient floating-point Number constructor; use static valueOf instead</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_NUMBER_CTOR">Bx: Method invokes inefficient Number constructor; use static valueOf instead</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_BLOCKING_METHODS_ON_URL">Dm: The equals and hashCode methods of URL are blocking</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_COLLECTION_OF_URLS">Dm: Maps and sets of URLs can be performance hogs</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_BOOLEAN_CTOR">Dm: Method invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_GC">Dm: Explicit garbage collection; extremely dubious except in benchmarking code</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_NEW_FOR_GETCLASS">Dm: Method allocates an object, only to get the class object</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_NEXTINT_VIA_NEXTDOUBLE">Dm: Use the nextInt method of Random rather than nextDouble to generate a random integer</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_STRING_CTOR">Dm: Method invokes inefficient new String(String) constructor</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DM_STRING_TOSTRING">Dm: Method invokes toString() method on a String</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#DM_STRING_VOID_CTOR">Dm: Method invokes inefficient new String() constructor</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#HSC_HUGE_SHARED_STRING_CONSTANT">HSC: Huge string constants is duplicated across multiple class files</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#ITA_INEFFICIENT_TO_ARRAY">ITA: Method uses toArray() with zero-length array argument</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SBSC_USE_STRINGBUFFER_CONCATENATION">SBSC: Method concatenates strings using + in a loop</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#SIC_INNER_SHOULD_BE_STATIC">SIC: Should be a static inner class</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SIC_INNER_SHOULD_BE_STATIC_ANON">SIC: Could be refactored into a named static inner class</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS">SIC: Could be refactored into a static inner class</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SS_SHOULD_BE_STATIC">SS: Unread field: should this field be static?</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#UM_UNNECESSARY_MATH">UM: Method calls static Math class method on a constant value</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UPM_UNCALLED_PRIVATE_METHOD">UPM: Private method is never called</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#URF_UNREAD_FIELD">UrF: Unread field</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UUF_UNUSED_FIELD">UuF: Unused field</a></td><td>Performance</td></tr> <tr bgcolor="#ffffff"><td><a href="#WMI_WRONG_MAP_ITERATOR">WMI: Inefficient use of keySet iterator instead of entrySet iterator</a></td><td>Performance</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_CONSTANT_DB_PASSWORD">Dm: Hardcoded constant database password</a></td><td>Security</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_EMPTY_DB_PASSWORD">Dm: Empty database password</a></td><td>Security</td></tr> <tr bgcolor="#eeeeee"><td><a href="#HRS_REQUEST_PARAMETER_TO_COOKIE">HRS: HTTP cookie formed from untrusted input</a></td><td>Security</td></tr> <tr bgcolor="#ffffff"><td><a href="#HRS_REQUEST_PARAMETER_TO_HTTP_HEADER">HRS: HTTP Response splitting vulnerability</a></td><td>Security</td></tr> <tr bgcolor="#eeeeee"><td><a href="#PT_ABSOLUTE_PATH_TRAVERSAL">PT: Absolute path traversal in servlet</a></td><td>Security</td></tr> <tr bgcolor="#ffffff"><td><a href="#PT_RELATIVE_PATH_TRAVERSAL">PT: Relative path traversal in servlet</a></td><td>Security</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE">SQL: Nonconstant string passed to execute method on an SQL statement</a></td><td>Security</td></tr> <tr bgcolor="#ffffff"><td><a href="#SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING">SQL: A prepared statement is generated from a nonconstant String</a></td><td>Security</td></tr> <tr bgcolor="#eeeeee"><td><a href="#XSS_REQUEST_PARAMETER_TO_JSP_WRITER">XSS: JSP reflected cross site scripting vulnerability</a></td><td>Security</td></tr> <tr bgcolor="#ffffff"><td><a href="#XSS_REQUEST_PARAMETER_TO_SEND_ERROR">XSS: Servlet reflected cross site scripting vulnerability in error page</a></td><td>Security</td></tr> <tr bgcolor="#eeeeee"><td><a href="#XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER">XSS: Servlet reflected cross site scripting vulnerability</a></td><td>Security</td></tr> <tr bgcolor="#ffffff"><td><a href="#BC_BAD_CAST_TO_ABSTRACT_COLLECTION">BC: Questionable cast to abstract collection </a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BC_BAD_CAST_TO_CONCRETE_COLLECTION">BC: Questionable cast to concrete collection</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#BC_UNCONFIRMED_CAST">BC: Unchecked/unconfirmed cast</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#BC_UNCONFIRMED_CAST_OF_RETURN_VALUE">BC: Unchecked/unconfirmed cast of return value from method</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#BC_VACUOUS_INSTANCEOF">BC: instanceof will always return true</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ICAST_QUESTIONABLE_UNSIGNED_RIGHT_SHIFT">BSHIFT: Unsigned right shift cast to short/byte</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#CI_CONFUSED_INHERITANCE">CI: Class is final but declares protected field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DB_DUPLICATE_BRANCHES">DB: Method uses the same code for two branches</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#DB_DUPLICATE_SWITCH_CLAUSES">DB: Method uses the same code for two switch clauses</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DLS_DEAD_LOCAL_STORE">DLS: Dead store to local variable</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#DLS_DEAD_LOCAL_STORE_IN_RETURN">DLS: Useless assignment in return statement</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DLS_DEAD_LOCAL_STORE_OF_NULL">DLS: Dead store of null to local variable</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD">DLS: Dead store to local variable that shadows field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_HARDCODED_ABSOLUTE_FILENAME">DMI: Code contains a hard coded reference to an absolute pathname</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_NONSERIALIZABLE_OBJECT_WRITTEN">DMI: Non serializable object written to ObjectOutput</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#DMI_USELESS_SUBSTRING">DMI: Invocation of substring(0), which returns the original value</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#DMI_THREAD_PASSED_WHERE_RUNNABLE_EXPECTED">Dm: Thread passed where Runnable expected</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#EQ_DOESNT_OVERRIDE_EQUALS">Eq: Class doesn't override equals in superclass</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#EQ_UNUSUAL">Eq: Unusual equals method </a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#FE_FLOATING_POINT_EQUALITY">FE: Test for floating point equality</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#VA_FORMAT_STRING_BAD_CONVERSION_TO_BOOLEAN">FS: Non-Boolean argument formatted using %b format specifier</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD">IA: Potentially ambiguous invocation of either an inherited or outer method</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#IC_INIT_CIRCULARITY">IC: Initialization circularity</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ICAST_IDIV_CAST_TO_DOUBLE">ICAST: Integral division result cast to double or float</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#ICAST_INTEGER_MULTIPLY_CAST_TO_LONG">ICAST: Result of integer multiplication cast to long</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#IM_AVERAGE_COMPUTATION_COULD_OVERFLOW">IM: Computation of average could overflow</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#IM_BAD_CHECK_FOR_ODD">IM: Check for oddness that won't work for negative numbers </a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#INT_BAD_REM_BY_1">INT: Integer remainder modulo 1</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#INT_VACUOUS_BIT_OPERATION">INT: Vacuous bit mask operation on integer value</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#INT_VACUOUS_COMPARISON">INT: Vacuous comparison of integer value</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#MTIA_SUSPECT_SERVLET_INSTANCE_FIELD">MTIA: Class extends Servlet class and uses instance variables</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#MTIA_SUSPECT_STRUTS_INSTANCE_FIELD">MTIA: Class extends Struts Action class and uses instance variables</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_DEREFERENCE_OF_READLINE_VALUE">NP: Dereference of the result of readLine() without nullcheck</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_IMMEDIATE_DEREFERENCE_OF_READLINE">NP: Immediate dereference of the result of readLine()</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_LOAD_OF_KNOWN_NULL_VALUE">NP: Load of known null value</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION">NP: Method tightens nullness annotation on parameter</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_METHOD_RETURN_RELAXING_ANNOTATION">NP: Method relaxes nullness annotation on return value</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE">NP: Possible null pointer dereference due to return value of called method</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE">NP: Possible null pointer dereference on branch that might be infeasible</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE">NP: Parameter must be nonnull but is marked as nullable</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD">NP: Read of unwritten public or protected field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#NS_DANGEROUS_NON_SHORT_CIRCUIT">NS: Potentially dangerous use of non-short-circuit logic</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#NS_NON_SHORT_CIRCUIT">NS: Questionable use of non-short-circuit logic</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#PZLA_PREFER_ZERO_LENGTH_ARRAYS">PZLA: Consider returning a zero length array rather than null</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#QF_QUESTIONABLE_FOR_LOOP">QF: Complicated, subtle or wrong increment in for-loop </a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RCN_REDUNDANT_COMPARISON_OF_NULL_AND_NONNULL_VALUE">RCN: Redundant comparison of non-null value to null</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#RCN_REDUNDANT_COMPARISON_TWO_NULL_VALUES">RCN: Redundant comparison of two null values</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE">RCN: Redundant nullcheck of value known to be non-null</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE">RCN: Redundant nullcheck of value known to be null</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#REC_CATCH_EXCEPTION">REC: Exception is caught when Exception is not thrown</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#RI_REDUNDANT_INTERFACES">RI: Class implements same interface as superclass</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_CHECK_FOR_POSITIVE_INDEXOF">RV: Method checks to see if result of String.indexOf is positive</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#RV_DONT_JUST_NULL_CHECK_READLINE">RV: Method discards result of readLine after checking if it is nonnull</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_REM_OF_HASHCODE">RV: Remainder of hashCode could be negative</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#RV_REM_OF_RANDOM_INT">RV: Remainder of 32-bit signed random integer</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#RV_RETURN_VALUE_IGNORED_INFERRED">RV: Method ignores return value, is this OK?</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#SA_FIELD_DOUBLE_ASSIGNMENT">SA: Double assignment of field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SA_LOCAL_DOUBLE_ASSIGNMENT">SA: Double assignment of local variable </a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#SA_LOCAL_SELF_ASSIGNMENT">SA: Self assignment of local variable</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SF_SWITCH_FALLTHROUGH">SF: Switch statement found where one case falls through to the next case</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#SF_SWITCH_NO_DEFAULT">SF: Switch statement found where default case is missing</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD">ST: Write to static field from instance method</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#SE_PRIVATE_READ_RESOLVE_NOT_INHERITED">Se: Private readResolve method not inherited by subclasses</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS">Se: Transient field of class that isn't Serializable. </a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_ALWAYS_SINK">TQ: Value required to have type qualifier, but marked as unknown</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_NEVER_SINK">TQ: Value required to not have type qualifier, but marked as unknown</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#UCF_USELESS_CONTROL_FLOW">UCF: Useless control flow</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UCF_USELESS_CONTROL_FLOW_NEXT_LINE">UCF: Useless control flow to next line</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD">UrF: Unread public/protected field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD">UuF: Unused public or protected field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR">UwF: Field not initialized in constructor but dereferenced without null check</a></td><td>Dodgy code</td></tr> <tr bgcolor="#eeeeee"><td><a href="#UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD">UwF: Unwritten public or protected field</a></td><td>Dodgy code</td></tr> <tr bgcolor="#ffffff"><td><a href="#XFB_XML_FACTORY_BYPASS">XFB: Method directly allocates a specific implementation of xml interfaces</a></td><td>Dodgy code</td></tr> </table> <h2>Descriptions</h2> <h3><a name="BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS">BC: Equals method should not assume anything about the type of its argument (BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS)</a></h3> <p> The <code>equals(Object o)</code> method shouldn't make any assumptions about the type of <code>o</code>. It should simply return false if <code>o</code> is not the same type as <code>this</code>. </p> <h3><a name="BIT_SIGNED_CHECK">BIT: Check for sign of bitwise operation (BIT_SIGNED_CHECK)</a></h3> <p> This method compares an expression such as</p> <pre>((event.detail &amp; SWT.SELECTED) &gt; 0)</pre>. <p>Using bit arithmetic and then comparing with the greater than operator can lead to unexpected results (of course depending on the value of SWT.SELECTED). If SWT.SELECTED is a negative number, this is a candidate for a bug. Even when SWT.SELECTED is not negative, it seems good practice to use '!= 0' instead of '&gt; 0'. </p> <p> <em>Boris Bokowski</em> </p> <h3><a name="CN_IDIOM">CN: Class implements Cloneable but does not define or use clone method (CN_IDIOM)</a></h3> <p> Class implements Cloneable but does not define or use the clone method.</p> <h3><a name="CN_IDIOM_NO_SUPER_CALL">CN: clone method does not call super.clone() (CN_IDIOM_NO_SUPER_CALL)</a></h3> <p> This non-final class defines a clone() method that does not call super.clone(). If this class ("<i>A</i>") is extended by a subclass ("<i>B</i>"), and the subclass <i>B</i> calls super.clone(), then it is likely that <i>B</i>'s clone() method will return an object of type <i>A</i>, which violates the standard contract for clone().</p> <p> If all clone() methods call super.clone(), then they are guaranteed to use Object.clone(), which always returns an object of the correct type.</p> <h3><a name="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE">CN: Class defines clone() but doesn't implement Cloneable (CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE)</a></h3> <p> This class defines a clone() method but the class doesn't implement Cloneable. There are some situations in which this is OK (e.g., you want to control how subclasses can clone themselves), but just make sure that this is what you intended. </p> <h3><a name="CO_ABSTRACT_SELF">Co: Abstract class defines covariant compareTo() method (CO_ABSTRACT_SELF)</a></h3> <p> This class defines a covariant version of <code>compareTo()</code>.&nbsp; To correctly override the <code>compareTo()</code> method in the <code>Comparable</code> interface, the parameter of <code>compareTo()</code> must have type <code>java.lang.Object</code>.</p> <h3><a name="CO_SELF_NO_OBJECT">Co: Covariant compareTo() method defined (CO_SELF_NO_OBJECT)</a></h3> <p> This class defines a covariant version of <code>compareTo()</code>.&nbsp; To correctly override the <code>compareTo()</code> method in the <code>Comparable</code> interface, the parameter of <code>compareTo()</code> must have type <code>java.lang.Object</code>.</p> <h3><a name="DE_MIGHT_DROP">DE: Method might drop exception (DE_MIGHT_DROP)</a></h3> <p> This method might drop an exception.&nbsp; In general, exceptions should be handled or reported in some way, or they should be thrown out of the method.</p> <h3><a name="DE_MIGHT_IGNORE">DE: Method might ignore exception (DE_MIGHT_IGNORE)</a></h3> <p> This method might ignore an exception.&nbsp; In general, exceptions should be handled or reported in some way, or they should be thrown out of the method.</p> <h3><a name="DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS">DMI: Adding elements of an entry set may fail due to reuse of Entry objects (DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS)</a></h3> <p> The entrySet() method is allowed to return a view of the underlying Map in which a single Entry object is reused and returned during the iteration. As of Java 1.6, both IdentityHashMap and EnumMap did so. When iterating through such a Map, the Entry value is only valid until you advance to the next iteration. If, for example, you try to pass such an entrySet to an addAll method, things will go badly wrong. </p> <h3><a name="DMI_RANDOM_USED_ONLY_ONCE">DMI: Random object created and used only once (DMI_RANDOM_USED_ONLY_ONCE)</a></h3> <p> This code creates a java.util.Random object, uses it to generate one random number, and then discards the Random object. This produces mediocre quality random numbers and is inefficient. If possible, rewrite the code so that the Random object is created once and saved, and each time a new random number is required invoke a method on the existing Random object to obtain it. </p> <p>If it is important that the generated Random numbers not be guessable, you <em>must</em> not create a new Random for each random number; the values are too easily guessable. You should strongly consider using a java.security.SecureRandom instead (and avoid allocating a new SecureRandom for each random number needed). </p> <h3><a name="DMI_USING_REMOVEALL_TO_CLEAR_COLLECTION">DMI: Don't use removeAll to clear a collection (DMI_USING_REMOVEALL_TO_CLEAR_COLLECTION)</a></h3> <p> If you want to remove all elements from a collection <code>c</code>, use <code>c.clear</code>, not <code>c.removeAll(c)</code>. Calling <code>c.removeAll(c)</code> to clear a collection is less clear, susceptible to errors from typos, less efficient and for some collections, might throw a <code>ConcurrentModificationException</code>. </p> <h3><a name="DM_EXIT">Dm: Method invokes System.exit(...) (DM_EXIT)</a></h3> <p> Invoking System.exit shuts down the entire Java virtual machine. This should only been done when it is appropriate. Such calls make it hard or impossible for your code to be invoked by other code. Consider throwing a RuntimeException instead.</p> <h3><a name="DM_RUN_FINALIZERS_ON_EXIT">Dm: Method invokes dangerous method runFinalizersOnExit (DM_RUN_FINALIZERS_ON_EXIT)</a></h3> <p> <em>Never call System.runFinalizersOnExit or Runtime.runFinalizersOnExit for any reason: they are among the most dangerous methods in the Java libraries.</em> -- Joshua Bloch</p> <h3><a name="ES_COMPARING_PARAMETER_STRING_WITH_EQ">ES: Comparison of String parameter using == or != (ES_COMPARING_PARAMETER_STRING_WITH_EQ)</a></h3> <p>This code compares a <code>java.lang.String</code> parameter for reference equality using the == or != operators. Requiring callers to pass only String constants or interned strings to a method is unnecessarily fragile, and rarely leads to measurable performance gains. Consider using the <code>equals(Object)</code> method instead.</p> <h3><a name="ES_COMPARING_STRINGS_WITH_EQ">ES: Comparison of String objects using == or != (ES_COMPARING_STRINGS_WITH_EQ)</a></h3> <p>This code compares <code>java.lang.String</code> objects for reference equality using the == or != operators. Unless both strings are either constants in a source file, or have been interned using the <code>String.intern()</code> method, the same string value may be represented by two different String objects. Consider using the <code>equals(Object)</code> method instead.</p> <h3><a name="EQ_ABSTRACT_SELF">Eq: Abstract class defines covariant equals() method (EQ_ABSTRACT_SELF)</a></h3> <p> This class defines a covariant version of <code>equals()</code>.&nbsp; To correctly override the <code>equals()</code> method in <code>java.lang.Object</code>, the parameter of <code>equals()</code> must have type <code>java.lang.Object</code>.</p> <h3><a name="EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS">Eq: Equals checks for incompatible operand (EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS)</a></h3> <p> This equals method is checking to see if the argument is some incompatible type (i.e., a class that is neither a supertype nor subtype of the class that defines the equals method). For example, the Foo class might have an equals method that looks like: </p> <pre> public boolean equals(Object o) { if (o instanceof Foo) return name.equals(((Foo)o).name); else if (o instanceof String) return name.equals(o); else return false; </pre> <p>This is considered bad practice, as it makes it very hard to implement an equals method that is symmetric and transitive. Without those properties, very unexpected behavoirs are possible. </p> <h3><a name="EQ_COMPARETO_USE_OBJECT_EQUALS">Eq: Class defines compareTo(...) and uses Object.equals() (EQ_COMPARETO_USE_OBJECT_EQUALS)</a></h3> <p> This class defines a <code>compareTo(...)</code> method but inherits its <code>equals()</code> method from <code>java.lang.Object</code>. Generally, the value of compareTo should return zero if and only if equals returns true. If this is violated, weird and unpredictable failures will occur in classes such as PriorityQueue. In Java 5 the PriorityQueue.remove method uses the compareTo method, while in Java 6 it uses the equals method. <p>From the JavaDoc for the compareTo method in the Comparable interface: <blockquote> It is strongly recommended, but not strictly required that <code>(x.compareTo(y)==0) == (x.equals(y))</code>. Generally speaking, any class that implements the Comparable interface and violates this condition should clearly indicate this fact. The recommended language is "Note: this class has a natural ordering that is inconsistent with equals." </blockquote> <h3><a name="EQ_GETCLASS_AND_CLASS_CONSTANT">Eq: equals method fails for subtypes (EQ_GETCLASS_AND_CLASS_CONSTANT)</a></h3> <p> This class has an equals method that will be broken if it is inherited by subclasses. It compares a class literal with the class of the argument (e.g., in class <code>Foo</code> it might check if <code>Foo.class == o.getClass()</code>). It is better to check if <code>this.getClass() == o.getClass()</code>. </p> <h3><a name="EQ_SELF_NO_OBJECT">Eq: Covariant equals() method defined (EQ_SELF_NO_OBJECT)</a></h3> <p> This class defines a covariant version of <code>equals()</code>.&nbsp; To correctly override the <code>equals()</code> method in <code>java.lang.Object</code>, the parameter of <code>equals()</code> must have type <code>java.lang.Object</code>.</p> <h3><a name="FI_EMPTY">FI: Empty finalizer should be deleted (FI_EMPTY)</a></h3> <p> Empty <code>finalize()</code> methods are useless, so they should be deleted.</p> <h3><a name="FI_EXPLICIT_INVOCATION">FI: Explicit invocation of finalizer (FI_EXPLICIT_INVOCATION)</a></h3> <p> This method contains an explicit invocation of the <code>finalize()</code> method on an object.&nbsp; Because finalizer methods are supposed to be executed once, and only by the VM, this is a bad idea.</p> <p>If a connected set of objects beings finalizable, then the VM will invoke the finalize method on all the finalizable object, possibly at the same time in different threads. Thus, it is a particularly bad idea, in the finalize method for a class X, invoke finalize on objects referenced by X, because they may already be getting finalized in a separate thread. <h3><a name="FI_FINALIZER_NULLS_FIELDS">FI: Finalizer nulls fields (FI_FINALIZER_NULLS_FIELDS)</a></h3> <p> This finalizer nulls out fields. This is usually an error, as it does not aid garbage collection, and the object is going to be garbage collected anyway. <h3><a name="FI_FINALIZER_ONLY_NULLS_FIELDS">FI: Finalizer only nulls fields (FI_FINALIZER_ONLY_NULLS_FIELDS)</a></h3> <p> This finalizer does nothing except null out fields. This is completely pointless, and requires that the object be garbage collected, finalized, and then garbage collected again. You should just remove the finalize method. <h3><a name="FI_MISSING_SUPER_CALL">FI: Finalizer does not call superclass finalizer (FI_MISSING_SUPER_CALL)</a></h3> <p> This <code>finalize()</code> method does not make a call to its superclass's <code>finalize()</code> method.&nbsp; So, any finalizer actions defined for the superclass will not be performed.&nbsp; Add a call to <code>super.finalize()</code>.</p> <h3><a name="FI_NULLIFY_SUPER">FI: Finalizer nullifies superclass finalizer (FI_NULLIFY_SUPER)</a></h3> <p> This empty <code>finalize()</code> method explicitly negates the effect of any finalizer defined by its superclass.&nbsp; Any finalizer actions defined for the superclass will not be performed.&nbsp; Unless this is intended, delete this method.</p> <h3><a name="FI_USELESS">FI: Finalizer does nothing but call superclass finalizer (FI_USELESS)</a></h3> <p> The only thing this <code>finalize()</code> method does is call the superclass's <code>finalize()</code> method, making it redundant.&nbsp; Delete it.</p> <h3><a name="VA_FORMAT_STRING_USES_NEWLINE">FS: Format string should use %n rather than \n (VA_FORMAT_STRING_USES_NEWLINE)</a></h3> <p> This format string include a newline character (\n). In format strings, it is generally preferable better to use %n, which will produce the platform-specific line separator. </p> <h3><a name="GC_UNCHECKED_TYPE_IN_GENERIC_CALL">GC: Unchecked type in generic call (GC_UNCHECKED_TYPE_IN_GENERIC_CALL)</a></h3> <p> This call to a generic collection method passes an argument while compile type Object where a specific type from the generic type parameters is expected. Thus, neither the standard Java type system nor static analysis can provide useful information on whether the object being passed as a parameter is of an appropriate type. </p> <h3><a name="HE_EQUALS_NO_HASHCODE">HE: Class defines equals() but not hashCode() (HE_EQUALS_NO_HASHCODE)</a></h3> <p> This class overrides <code>equals(Object)</code>, but does not override <code>hashCode()</code>.&nbsp; Therefore, the class may violate the invariant that equal objects must have equal hashcodes.</p> <h3><a name="HE_EQUALS_USE_HASHCODE">HE: Class defines equals() and uses Object.hashCode() (HE_EQUALS_USE_HASHCODE)</a></h3> <p> This class overrides <code>equals(Object)</code>, but does not override <code>hashCode()</code>, and inherits the implementation of <code>hashCode()</code> from <code>java.lang.Object</code> (which returns the identity hash code, an arbitrary value assigned to the object by the VM).&nbsp; Therefore, the class is very likely to violate the invariant that equal objects must have equal hashcodes.</p> <p>If you don't think instances of this class will ever be inserted into a HashMap/HashTable, the recommended <code>hashCode</code> implementation to use is:</p> <pre>public int hashCode() { assert false : "hashCode not designed"; return 42; // any arbitrary constant will do }</pre> <h3><a name="HE_HASHCODE_NO_EQUALS">HE: Class defines hashCode() but not equals() (HE_HASHCODE_NO_EQUALS)</a></h3> <p> This class defines a <code>hashCode()</code> method but not an <code>equals()</code> method.&nbsp; Therefore, the class may violate the invariant that equal objects must have equal hashcodes.</p> <h3><a name="HE_HASHCODE_USE_OBJECT_EQUALS">HE: Class defines hashCode() and uses Object.equals() (HE_HASHCODE_USE_OBJECT_EQUALS)</a></h3> <p> This class defines a <code>hashCode()</code> method but inherits its <code>equals()</code> method from <code>java.lang.Object</code> (which defines equality by comparing object references).&nbsp; Although this will probably satisfy the contract that equal objects must have equal hashcodes, it is probably not what was intended by overriding the <code>hashCode()</code> method.&nbsp; (Overriding <code>hashCode()</code> implies that the object's identity is based on criteria more complicated than simple reference equality.)</p> <p>If you don't think instances of this class will ever be inserted into a HashMap/HashTable, the recommended <code>hashCode</code> implementation to use is:</p> <pre>public int hashCode() { assert false : "hashCode not designed"; return 42; // any arbitrary constant will do }</pre> <h3><a name="HE_INHERITS_EQUALS_USE_HASHCODE">HE: Class inherits equals() and uses Object.hashCode() (HE_INHERITS_EQUALS_USE_HASHCODE)</a></h3> <p> This class inherits <code>equals(Object)</code> from an abstract superclass, and <code>hashCode()</code> from <code>java.lang.Object</code> (which returns the identity hash code, an arbitrary value assigned to the object by the VM).&nbsp; Therefore, the class is very likely to violate the invariant that equal objects must have equal hashcodes.</p> <p>If you don't want to define a hashCode method, and/or don't believe the object will ever be put into a HashMap/Hashtable, define the <code>hashCode()</code> method to throw <code>UnsupportedOperationException</code>.</p> <h3><a name="IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION">IC: Superclass uses subclass during initialization (IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION)</a></h3> <p> During the initialization of a class, the class makes an active use of a subclass. That subclass will not yet be initialized at the time of this use. For example, in the following code, <code>foo</code> will be null.</p> <pre> public class CircularClassInitialization { static class InnerClassSingleton extends CircularClassInitialization { static InnerClassSingleton singleton = new InnerClassSingleton(); } static CircularClassInitialization foo = InnerClassSingleton.singleton; } </pre> <h3><a name="IMSE_DONT_CATCH_IMSE">IMSE: Dubious catching of IllegalMonitorStateException (IMSE_DONT_CATCH_IMSE)</a></h3> <p>IllegalMonitorStateException is generally only thrown in case of a design flaw in your code (calling wait or notify on an object you do not hold a lock on).</p> <h3><a name="ISC_INSTANTIATE_STATIC_CLASS">ISC: Needless instantiation of class that only supplies static methods (ISC_INSTANTIATE_STATIC_CLASS)</a></h3> <p> This class allocates an object that is based on a class that only supplies static methods. This object does not need to be created, just access the static methods directly using the class name as a qualifier.</p> <h3><a name="IT_NO_SUCH_ELEMENT">It: Iterator next() method can't throw NoSuchElementException (IT_NO_SUCH_ELEMENT)</a></h3> <p> This class implements the <code>java.util.Iterator</code> interface.&nbsp; However, its <code>next()</code> method is not capable of throwing <code>java.util.NoSuchElementException</code>.&nbsp; The <code>next()</code> method should be changed so it throws <code>NoSuchElementException</code> if is called when there are no more elements to return.</p> <h3><a name="J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION">J2EE: Store of non serializable object into HttpSession (J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION)</a></h3> <p> This code seems to be storing a non-serializable object into an HttpSession. If this session is passivated or migrated, an error will result. </p> <h3><a name="JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS">JCIP: Fields of immutable classes should be final (JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS)</a></h3> <p> The class is annotated with net.jcip.annotations.Immutable or javax.annotation.concurrent.Immutable, and the rules for those annotations require that all fields are final. .</p> <h3><a name="NP_BOOLEAN_RETURN_NULL">NP: Method with Boolean return type returns explicit null (NP_BOOLEAN_RETURN_NULL)</a></h3> <p> A method that returns either Boolean.TRUE, Boolean.FALSE or null is an accident waiting to happen. This method can be invoked as though it returned a value of type boolean, and the compiler will insert automatic unboxing of the Boolean value. If a null value is returned, this will result in a NullPointerException. </p> <h3><a name="NP_CLONE_COULD_RETURN_NULL">NP: Clone method may return null (NP_CLONE_COULD_RETURN_NULL)</a></h3> <p> This clone method seems to return null in some circumstances, but clone is never allowed to return a null value. If you are convinced this path is unreachable, throw an AssertionError instead. </p> <h3><a name="NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT">NP: equals() method does not check for null argument (NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT)</a></h3> <p> This implementation of equals(Object) violates the contract defined by java.lang.Object.equals() because it does not check for null being passed as the argument. All equals() methods should return false if passed a null value. </p> <h3><a name="NP_TOSTRING_COULD_RETURN_NULL">NP: toString method may return null (NP_TOSTRING_COULD_RETURN_NULL)</a></h3> <p> This toString method seems to return null in some circumstances. A liberal reading of the spec could be interpreted as allowing this, but it is probably a bad idea and could cause other code to break. Return the empty string or some other appropriate string rather than null. </p> <h3><a name="NM_CLASS_NAMING_CONVENTION">Nm: Class names should start with an upper case letter (NM_CLASS_NAMING_CONVENTION)</a></h3> <p> Class names should be nouns, in mixed case with the first letter of each internal word capitalized. Try to keep your class names simple and descriptive. Use whole words-avoid acronyms and abbreviations (unless the abbreviation is much more widely used than the long form, such as URL or HTML). </p> <h3><a name="NM_CLASS_NOT_EXCEPTION">Nm: Class is not derived from an Exception, even though it is named as such (NM_CLASS_NOT_EXCEPTION)</a></h3> <p> This class is not derived from another exception, but ends with 'Exception'. This will be confusing to users of this class.</p> <h3><a name="NM_CONFUSING">Nm: Confusing method names (NM_CONFUSING)</a></h3> <p> The referenced methods have names that differ only by capitalization.</p> <h3><a name="NM_FIELD_NAMING_CONVENTION">Nm: Field names should start with a lower case letter (NM_FIELD_NAMING_CONVENTION)</a></h3> <p> Names of fields that are not final should be in mixed case with a lowercase first letter and the first letters of subsequent words capitalized. </p> <h3><a name="NM_FUTURE_KEYWORD_USED_AS_IDENTIFIER">Nm: Use of identifier that is a keyword in later versions of Java (NM_FUTURE_KEYWORD_USED_AS_IDENTIFIER)</a></h3> <p>The identifier is a word that is reserved as a keyword in later versions of Java, and your code will need to be changed in order to compile it in later versions of Java.</p> <h3><a name="NM_FUTURE_KEYWORD_USED_AS_MEMBER_IDENTIFIER">Nm: Use of identifier that is a keyword in later versions of Java (NM_FUTURE_KEYWORD_USED_AS_MEMBER_IDENTIFIER)</a></h3> <p>This identifier is used as a keyword in later versions of Java. This code, and any code that references this API, will need to be changed in order to compile it in later versions of Java.</p> <h3><a name="NM_METHOD_NAMING_CONVENTION">Nm: Method names should start with a lower case letter (NM_METHOD_NAMING_CONVENTION)</a></h3> <p> Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. </p> <h3><a name="NM_SAME_SIMPLE_NAME_AS_INTERFACE">Nm: Class names shouldn't shadow simple name of implemented interface (NM_SAME_SIMPLE_NAME_AS_INTERFACE)</a></h3> <p> This class/interface has a simple name that is identical to that of an implemented/extended interface, except that the interface is in a different package (e.g., <code>alpha.Foo</code> extends <code>beta.Foo</code>). This can be exceptionally confusing, create lots of situations in which you have to look at import statements to resolve references and creates many opportunities to accidently define methods that do not override methods in their superclasses. </p> <h3><a name="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">Nm: Class names shouldn't shadow simple name of superclass (NM_SAME_SIMPLE_NAME_AS_SUPERCLASS)</a></h3> <p> This class has a simple name that is identical to that of its superclass, except that its superclass is in a different package (e.g., <code>alpha.Foo</code> extends <code>beta.Foo</code>). This can be exceptionally confusing, create lots of situations in which you have to look at import statements to resolve references and creates many opportunities to accidently define methods that do not override methods in their superclasses. </p> <h3><a name="NM_VERY_CONFUSING_INTENTIONAL">Nm: Very confusing method names (but perhaps intentional) (NM_VERY_CONFUSING_INTENTIONAL)</a></h3> <p> The referenced methods have names that differ only by capitalization. This is very confusing because if the capitalization were identical then one of the methods would override the other. From the existence of other methods, it seems that the existence of both of these methods is intentional, but is sure is confusing. You should try hard to eliminate one of them, unless you are forced to have both due to frozen APIs. </p> <h3><a name="NM_WRONG_PACKAGE_INTENTIONAL">Nm: Method doesn't override method in superclass due to wrong package for parameter (NM_WRONG_PACKAGE_INTENTIONAL)</a></h3> <p> The method in the subclass doesn't override a similar method in a superclass because the type of a parameter doesn't exactly match the type of the corresponding parameter in the superclass. For example, if you have:</p> <blockquote> <pre> import alpha.Foo; public class A { public int f(Foo x) { return 17; } } ---- import beta.Foo; public class B extends A { public int f(Foo x) { return 42; } public int f(alpha.Foo x) { return 27; } } </pre> </blockquote> <p>The <code>f(Foo)</code> method defined in class <code>B</code> doesn't override the <code>f(Foo)</code> method defined in class <code>A</code>, because the argument types are <code>Foo</code>'s from different packages. </p> <p>In this case, the subclass does define a method with a signature identical to the method in the superclass, so this is presumably understood. However, such methods are exceptionally confusing. You should strongly consider removing or deprecating the method with the similar but not identical signature. </p> <h3><a name="ODR_OPEN_DATABASE_RESOURCE">ODR: Method may fail to close database resource (ODR_OPEN_DATABASE_RESOURCE)</a></h3> <p> The method creates a database resource (such as a database connection or row set), does not assign it to any fields, pass it to other methods, or return it, and does not appear to close the object on all paths out of the method.&nbsp; Failure to close database resources on all paths out of a method may result in poor performance, and could cause the application to have problems communicating with the database. </p> <h3><a name="ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH">ODR: Method may fail to close database resource on exception (ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH)</a></h3> <p> The method creates a database resource (such as a database connection or row set), does not assign it to any fields, pass it to other methods, or return it, and does not appear to close the object on all exception paths out of the method.&nbsp; Failure to close database resources on all paths out of a method may result in poor performance, and could cause the application to have problems communicating with the database.</p> <h3><a name="OS_OPEN_STREAM">OS: Method may fail to close stream (OS_OPEN_STREAM)</a></h3> <p> The method creates an IO stream object, does not assign it to any fields, pass it to other methods that might close it, or return it, and does not appear to close the stream on all paths out of the method.&nbsp; This may result in a file descriptor leak.&nbsp; It is generally a good idea to use a <code>finally</code> block to ensure that streams are closed.</p> <h3><a name="OS_OPEN_STREAM_EXCEPTION_PATH">OS: Method may fail to close stream on exception (OS_OPEN_STREAM_EXCEPTION_PATH)</a></h3> <p> The method creates an IO stream object, does not assign it to any fields, pass it to other methods, or return it, and does not appear to close it on all possible exception paths out of the method.&nbsp; This may result in a file descriptor leak.&nbsp; It is generally a good idea to use a <code>finally</code> block to ensure that streams are closed.</p> <h3><a name="PZ_DONT_REUSE_ENTRY_OBJECTS_IN_ITERATORS">PZ: Don't reuse entry objects in iterators (PZ_DONT_REUSE_ENTRY_OBJECTS_IN_ITERATORS)</a></h3> <p> The entrySet() method is allowed to return a view of the underlying Map in which an Iterator and Map.Entry. This clever idea was used in several Map implementations, but introduces the possibility of nasty coding mistakes. If a map <code>m</code> returns such an iterator for an entrySet, then <code>c.addAll(m.entrySet())</code> will go badly wrong. All of the Map implementations in OpenJDK 1.7 have been rewritten to avoid this, you should to. </p> <h3><a name="RC_REF_COMPARISON_BAD_PRACTICE">RC: Suspicious reference comparison to constant (RC_REF_COMPARISON_BAD_PRACTICE)</a></h3> <p> This method compares a reference value to a constant using the == or != operator, where the correct way to compare instances of this type is generally with the equals() method. It is possible to create distinct instances that are equal but do not compare as == since they are different objects. Examples of classes which should generally not be compared by reference are java.lang.Integer, java.lang.Float, etc.</p> <h3><a name="RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN">RC: Suspicious reference comparison of Boolean values (RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN)</a></h3> <p> This method compares two Boolean values using the == or != operator. Normally, there are only two Boolean values (Boolean.TRUE and Boolean.FALSE), but it is possible to create other Boolean objects using the <code>new Boolean(b)</code> constructor. It is best to avoid such objects, but if they do exist, then checking Boolean objects for equality using == or != will give results than are different than you would get using <code>.equals(...)</code> </p> <h3><a name="RR_NOT_CHECKED">RR: Method ignores results of InputStream.read() (RR_NOT_CHECKED)</a></h3> <p> This method ignores the return value of one of the variants of <code>java.io.InputStream.read()</code> which can return multiple bytes.&nbsp; If the return value is not checked, the caller will not be able to correctly handle the case where fewer bytes were read than the caller requested.&nbsp; This is a particularly insidious kind of bug, because in many programs, reads from input streams usually do read the full amount of data requested, causing the program to fail only sporadically.</p> <h3><a name="SR_NOT_CHECKED">RR: Method ignores results of InputStream.skip() (SR_NOT_CHECKED)</a></h3> <p> This method ignores the return value of <code>java.io.InputStream.skip()</code> which can skip multiple bytes.&nbsp; If the return value is not checked, the caller will not be able to correctly handle the case where fewer bytes were skipped than the caller requested.&nbsp; This is a particularly insidious kind of bug, because in many programs, skips from input streams usually do skip the full amount of data requested, causing the program to fail only sporadically. With Buffered streams, however, skip() will only skip data in the buffer, and will routinely fail to skip the requested number of bytes.</p> <h3><a name="RV_NEGATING_RESULT_OF_COMPARETO">RV: Negating the result of compareTo()/compare() (RV_NEGATING_RESULT_OF_COMPARETO)</a></h3> <p> This code negatives the return value of a compareTo or compare method. This is a questionable or bad programming practice, since if the return value is Integer.MIN_VALUE, negating the return value won't negate the sign of the result. You can achieve the same intended result by reversing the order of the operands rather than by negating the results. </p> <h3><a name="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV: Method ignores exceptional return value (RV_RETURN_VALUE_IGNORED_BAD_PRACTICE)</a></h3> <p> This method returns a value that is not checked. The return value should be checked since it can indicate an unusual or unexpected function execution. For example, the <code>File.delete()</code> method returns false if the file could not be successfully deleted (rather than throwing an Exception). If you don't check the result, you won't notice if the method invocation signals unexpected behavior by returning an atypical return value. </p> <h3><a name="SI_INSTANCE_BEFORE_FINALS_ASSIGNED">SI: Static initializer creates instance before all static final fields assigned (SI_INSTANCE_BEFORE_FINALS_ASSIGNED)</a></h3> <p> The class's static initializer creates an instance of the class before all of the static final fields are assigned.</p> <h3><a name="SW_SWING_METHODS_INVOKED_IN_SWING_THREAD">SW: Certain swing methods needs to be invoked in Swing thread (SW_SWING_METHODS_INVOKED_IN_SWING_THREAD)</a></h3> <p>(<a href="http://web.archive.org/web/20090526170426/http://java.sun.com/developer/JDCTechTips/2003/tt1208.html">From JDC Tech Tip</a>): The Swing methods show(), setVisible(), and pack() will create the associated peer for the frame. With the creation of the peer, the system creates the event dispatch thread. This makes things problematic because the event dispatch thread could be notifying listeners while pack and validate are still processing. This situation could result in two threads going through the Swing component-based GUI -- it's a serious flaw that could result in deadlocks or other related threading issues. A pack call causes components to be realized. As they are being realized (that is, not necessarily visible), they could trigger listener notification on the event dispatch thread.</p> <h3><a name="SE_BAD_FIELD">Se: Non-transient non-serializable instance field in serializable class (SE_BAD_FIELD)</a></h3> <p> This Serializable class defines a non-primitive instance field which is neither transient, Serializable, or <code>java.lang.Object</code>, and does not appear to implement the <code>Externalizable</code> interface or the <code>readObject()</code> and <code>writeObject()</code> methods.&nbsp; Objects of this class will not be deserialized correctly if a non-Serializable object is stored in this field.</p> <h3><a name="SE_BAD_FIELD_INNER_CLASS">Se: Non-serializable class has a serializable inner class (SE_BAD_FIELD_INNER_CLASS)</a></h3> <p> This Serializable class is an inner class of a non-serializable class. Thus, attempts to serialize it will also attempt to associate instance of the outer class with which it is associated, leading to a runtime error. </p> <p>If possible, making the inner class a static inner class should solve the problem. Making the outer class serializable might also work, but that would mean serializing an instance of the inner class would always also serialize the instance of the outer class, which it often not what you really want. <h3><a name="SE_BAD_FIELD_STORE">Se: Non-serializable value stored into instance field of a serializable class (SE_BAD_FIELD_STORE)</a></h3> <p> A non-serializable value is stored into a non-transient field of a serializable class.</p> <h3><a name="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE">Se: Comparator doesn't implement Serializable (SE_COMPARATOR_SHOULD_BE_SERIALIZABLE)</a></h3> <p> This class implements the <code>Comparator</code> interface. You should consider whether or not it should also implement the <code>Serializable</code> interface. If a comparator is used to construct an ordered collection such as a <code>TreeMap</code>, then the <code>TreeMap</code> will be serializable only if the comparator is also serializable. As most comparators have little or no state, making them serializable is generally easy and good defensive programming. </p> <h3><a name="SE_INNER_CLASS">Se: Serializable inner class (SE_INNER_CLASS)</a></h3> <p> This Serializable class is an inner class. Any attempt to serialize it will also serialize the associated outer instance. The outer instance is serializable, so this won't fail, but it might serialize a lot more data than intended. If possible, making the inner class a static inner class (also known as a nested class) should solve the problem. <h3><a name="SE_NONFINAL_SERIALVERSIONID">Se: serialVersionUID isn't final (SE_NONFINAL_SERIALVERSIONID)</a></h3> <p> This class defines a <code>serialVersionUID</code> field that is not final.&nbsp; The field should be made final if it is intended to specify the version UID for purposes of serialization.</p> <h3><a name="SE_NONLONG_SERIALVERSIONID">Se: serialVersionUID isn't long (SE_NONLONG_SERIALVERSIONID)</a></h3> <p> This class defines a <code>serialVersionUID</code> field that is not long.&nbsp; The field should be made long if it is intended to specify the version UID for purposes of serialization.</p> <h3><a name="SE_NONSTATIC_SERIALVERSIONID">Se: serialVersionUID isn't static (SE_NONSTATIC_SERIALVERSIONID)</a></h3> <p> This class defines a <code>serialVersionUID</code> field that is not static.&nbsp; The field should be made static if it is intended to specify the version UID for purposes of serialization.</p> <h3><a name="SE_NO_SUITABLE_CONSTRUCTOR">Se: Class is Serializable but its superclass doesn't define a void constructor (SE_NO_SUITABLE_CONSTRUCTOR)</a></h3> <p> This class implements the <code>Serializable</code> interface and its superclass does not. When such an object is deserialized, the fields of the superclass need to be initialized by invoking the void constructor of the superclass. Since the superclass does not have one, serialization and deserialization will fail at runtime.</p> <h3><a name="SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION">Se: Class is Externalizable but doesn't define a void constructor (SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION)</a></h3> <p> This class implements the <code>Externalizable</code> interface, but does not define a void constructor. When Externalizable objects are deserialized, they first need to be constructed by invoking the void constructor. Since this class does not have one, serialization and deserialization will fail at runtime.</p> <h3><a name="SE_READ_RESOLVE_MUST_RETURN_OBJECT">Se: The readResolve method must be declared with a return type of Object. (SE_READ_RESOLVE_MUST_RETURN_OBJECT)</a></h3> <p> In order for the readResolve method to be recognized by the serialization mechanism, it must be declared to have a return type of Object. </p> <h3><a name="SE_TRANSIENT_FIELD_NOT_RESTORED">Se: Transient field that isn't set by deserialization. (SE_TRANSIENT_FIELD_NOT_RESTORED)</a></h3> <p> This class contains a field that is updated at multiple places in the class, thus it seems to be part of the state of the class. However, since the field is marked as transient and not set in readObject or readResolve, it will contain the default value in any deserialized instance of the class. </p> <h3><a name="SE_NO_SERIALVERSIONID">SnVI: Class is Serializable, but doesn't define serialVersionUID (SE_NO_SERIALVERSIONID)</a></h3> <p> This class implements the <code>Serializable</code> interface, but does not define a <code>serialVersionUID</code> field.&nbsp; A change as simple as adding a reference to a .class object will add synthetic fields to the class, which will unfortunately change the implicit serialVersionUID (e.g., adding a reference to <code>String.class</code> will generate a static field <code>class$java$lang$String</code>). Also, different source code to bytecode compilers may use different naming conventions for synthetic variables generated for references to class objects or inner classes. To ensure interoperability of Serializable across versions, consider adding an explicit serialVersionUID.</p> <h3><a name="UI_INHERITANCE_UNSAFE_GETRESOURCE">UI: Usage of GetResource may be unsafe if class is extended (UI_INHERITANCE_UNSAFE_GETRESOURCE)</a></h3> <p>Calling <code>this.getClass().getResource(...)</code> could give results other than expected if this class is extended by a class in another package.</p> <h3><a name="BC_IMPOSSIBLE_CAST">BC: Impossible cast (BC_IMPOSSIBLE_CAST)</a></h3> <p> This cast will always throw a ClassCastException. FindBugs tracks type information from instanceof checks, and also uses more precise information about the types of values returned from methods and loaded from fields. Thus, it may have more precise information that just the declared type of a variable, and can use this to determine that a cast will always throw an exception at runtime. </p> <h3><a name="BC_IMPOSSIBLE_DOWNCAST">BC: Impossible downcast (BC_IMPOSSIBLE_DOWNCAST)</a></h3> <p> This cast will always throw a ClassCastException. The analysis believes it knows the precise type of the value being cast, and the attempt to downcast it to a subtype will always fail by throwing a ClassCastException. </p> <h3><a name="BC_IMPOSSIBLE_DOWNCAST_OF_TOARRAY">BC: Impossible downcast of toArray() result (BC_IMPOSSIBLE_DOWNCAST_OF_TOARRAY)</a></h3> <p> This code is casting the result of calling <code>toArray()</code> on a collection to a type more specific than <code>Object[]</code>, as in:</p> <pre> String[] getAsArray(Collection&lt;String&gt; c) { return (String[]) c.toArray(); } </pre> <p>This will usually fail by throwing a ClassCastException. The <code>toArray()</code> of almost all collections return an <code>Object[]</code>. They can't really do anything else, since the Collection object has no reference to the declared generic type of the collection. <p>The correct way to do get an array of a specific type from a collection is to use <code>c.toArray(new String[]);</code> or <code>c.toArray(new String[c.size()]);</code> (the latter is slightly more efficient). <p>There is one common/known exception exception to this. The <code>toArray()</code> method of lists returned by <code>Arrays.asList(...)</code> will return a covariantly typed array. For example, <code>Arrays.asArray(new String[] { "a" }).toArray()</code> will return a <code>String []</code>. FindBugs attempts to detect and suppress such cases, but may miss some. </p> <h3><a name="BC_IMPOSSIBLE_INSTANCEOF">BC: instanceof will always return false (BC_IMPOSSIBLE_INSTANCEOF)</a></h3> <p> This instanceof test will always return false. Although this is safe, make sure it isn't an indication of some misunderstanding or some other logic error. </p> <h3><a name="BIT_ADD_OF_SIGNED_BYTE">BIT: Bitwise add of signed byte value (BIT_ADD_OF_SIGNED_BYTE)</a></h3> <p> Adds a byte value and a value which is known to have the 8 lower bits clear. Values loaded from a byte array are sign extended to 32 bits before any any bitwise operations are performed on the value. Thus, if <code>b[0]</code> contains the value <code>0xff</code>, and <code>x</code> is initially 0, then the code <code>((x &lt;&lt; 8) + b[0])</code> will sign extend <code>0xff</code> to get <code>0xffffffff</code>, and thus give the value <code>0xffffffff</code> as the result. </p> <p>In particular, the following code for packing a byte array into an int is badly wrong: </p> <pre> int result = 0; for(int i = 0; i &lt; 4; i++) result = ((result &lt;&lt; 8) + b[i]); </pre> <p>The following idiom will work instead: </p> <pre> int result = 0; for(int i = 0; i &lt; 4; i++) result = ((result &lt;&lt; 8) + (b[i] &amp; 0xff)); </pre> <h3><a name="BIT_AND">BIT: Incompatible bit masks (BIT_AND)</a></h3> <p> This method compares an expression of the form (e &amp; C) to D, which will always compare unequal due to the specific values of constants C and D. This may indicate a logic error or typo.</p> <h3><a name="BIT_AND_ZZ">BIT: Check to see if ((...) & 0) == 0 (BIT_AND_ZZ)</a></h3> <p> This method compares an expression of the form (e &amp; 0) to 0, which will always compare equal. This may indicate a logic error or typo.</p> <h3><a name="BIT_IOR">BIT: Incompatible bit masks (BIT_IOR)</a></h3> <p> This method compares an expression of the form (e | C) to D. which will always compare unequal due to the specific values of constants C and D. This may indicate a logic error or typo.</p> <p> Typically, this bug occurs because the code wants to perform a membership test in a bit set, but uses the bitwise OR operator ("|") instead of bitwise AND ("&amp;").</p> <h3><a name="BIT_IOR_OF_SIGNED_BYTE">BIT: Bitwise OR of signed byte value (BIT_IOR_OF_SIGNED_BYTE)</a></h3> <p> Loads a byte value (e.g., a value loaded from a byte array or returned by a method with return type byte) and performs a bitwise OR with that value. Byte values are sign extended to 32 bits before any any bitwise operations are performed on the value. Thus, if <code>b[0]</code> contains the value <code>0xff</code>, and <code>x</code> is initially 0, then the code <code>((x &lt;&lt; 8) | b[0])</code> will sign extend <code>0xff</code> to get <code>0xffffffff</code>, and thus give the value <code>0xffffffff</code> as the result. </p> <p>In particular, the following code for packing a byte array into an int is badly wrong: </p> <pre> int result = 0; for(int i = 0; i &lt; 4; i++) result = ((result &lt;&lt; 8) | b[i]); </pre> <p>The following idiom will work instead: </p> <pre> int result = 0; for(int i = 0; i &lt; 4; i++) result = ((result &lt;&lt; 8) | (b[i] &amp; 0xff)); </pre> <h3><a name="BIT_SIGNED_CHECK_HIGH_BIT">BIT: Check for sign of bitwise operation (BIT_SIGNED_CHECK_HIGH_BIT)</a></h3> <p> This method compares an expression such as</p> <pre>((event.detail &amp; SWT.SELECTED) &gt; 0)</pre>. <p>Using bit arithmetic and then comparing with the greater than operator can lead to unexpected results (of course depending on the value of SWT.SELECTED). If SWT.SELECTED is a negative number, this is a candidate for a bug. Even when SWT.SELECTED is not negative, it seems good practice to use '!= 0' instead of '&gt; 0'. </p> <p> <em>Boris Bokowski</em> </p> <h3><a name="BOA_BADLY_OVERRIDDEN_ADAPTER">BOA: Class overrides a method implemented in super class Adapter wrongly (BOA_BADLY_OVERRIDDEN_ADAPTER)</a></h3> <p> This method overrides a method found in a parent class, where that class is an Adapter that implements a listener defined in the java.awt.event or javax.swing.event package. As a result, this method will not get called when the event occurs.</p> <h3><a name="ICAST_BAD_SHIFT_AMOUNT">BSHIFT: 32 bit int shifted by an amount not in the range -31..31 (ICAST_BAD_SHIFT_AMOUNT)</a></h3> <p> The code performs shift of a 32 bit int by a constant amount outside the range -31..31. The effect of this is to use the lower 5 bits of the integer value to decide how much to shift by (e.g., shifting by 40 bits is the same as shifting by 8 bits, and shifting by 32 bits is the same as shifting by zero bits). This probably isn't what was expected, and it is at least confusing. </p> <h3><a name="BX_UNBOXED_AND_COERCED_FOR_TERNARY_OPERATOR">Bx: Primitive value is unboxed and coerced for ternary operator (BX_UNBOXED_AND_COERCED_FOR_TERNARY_OPERATOR)</a></h3> <p>A wrapped primitive value is unboxed and converted to another primitive type as part of the evaluation of a conditional ternary operator (the <code> b ? e1 : e2</code> operator). The semantics of Java mandate that if <code>e1</code> and <code>e2</code> are wrapped numeric values, the values are unboxed and converted/coerced to their common type (e.g, if <code>e1</code> is of type <code>Integer</code> and <code>e2</code> is of type <code>Float</code>, then <code>e1</code> is unboxed, converted to a floating point value, and boxed. See JLS Section 15.25. </p> <h3><a name="CO_COMPARETO_RESULTS_MIN_VALUE">Co: compareTo()/compare() returns Integer.MIN_VALUE (CO_COMPARETO_RESULTS_MIN_VALUE)</a></h3> <p> In some situation, this compareTo or compare method returns the constant Integer.MIN_VALUE, which is an exceptionally bad practice. The only thing that matters about the return value of compareTo is the sign of the result. But people will sometimes negate the return value of compareTo, expecting that this will negate the sign of the result. And it will, except in the case where the value returned is Integer.MIN_VALUE. So just return -1 rather than Integer.MIN_VALUE. <h3><a name="DLS_DEAD_LOCAL_INCREMENT_IN_RETURN">DLS: Useless increment in return statement (DLS_DEAD_LOCAL_INCREMENT_IN_RETURN)</a></h3> <p>This statement has a return such as <code>return x++;</code>. A postfix increment/decrement does not impact the value of the expression, so this increment/decrement has no effect. Please verify that this statement does the right thing. </p> <h3><a name="DLS_DEAD_STORE_OF_CLASS_LITERAL">DLS: Dead store of class literal (DLS_DEAD_STORE_OF_CLASS_LITERAL)</a></h3> <p> This instruction assigns a class literal to a variable and then never uses it. <a href="//java.sun.com/j2se/1.5.0/compatibility.html#literal">The behavior of this differs in Java 1.4 and in Java 5.</a> In Java 1.4 and earlier, a reference to <code>Foo.class</code> would force the static initializer for <code>Foo</code> to be executed, if it has not been executed already. In Java 5 and later, it does not. </p> <p>See Sun's <a href="//java.sun.com/j2se/1.5.0/compatibility.html#literal">article on Java SE compatibility</a> for more details and examples, and suggestions on how to force class initialization in Java 5. </p> <h3><a name="DLS_OVERWRITTEN_INCREMENT">DLS: Overwritten increment (DLS_OVERWRITTEN_INCREMENT)</a></h3> <p> The code performs an increment operation (e.g., <code>i++</code>) and then immediately overwrites it. For example, <code>i = i++</code> immediately overwrites the incremented value with the original value. </p> <h3><a name="DMI_ARGUMENTS_WRONG_ORDER">DMI: Reversed method arguments (DMI_ARGUMENTS_WRONG_ORDER)</a></h3> <p> The arguments to this method call seem to be in the wrong order. For example, a call <code>Preconditions.checkNotNull("message", message)</code> has reserved arguments: the value to be checked is the first argument. </p> <h3><a name="DMI_BAD_MONTH">DMI: Bad constant value for month (DMI_BAD_MONTH)</a></h3> <p> This code passes a constant month value outside the expected range of 0..11 to a method. </p> <h3><a name="DMI_BIGDECIMAL_CONSTRUCTED_FROM_DOUBLE">DMI: BigDecimal constructed from double that isn't represented precisely (DMI_BIGDECIMAL_CONSTRUCTED_FROM_DOUBLE)</a></h3> <p> This code creates a BigDecimal from a double value that doesn't translate well to a decimal number. For example, one might assume that writing new BigDecimal(0.1) in Java creates a BigDecimal which is exactly equal to 0.1 (an unscaled value of 1, with a scale of 1), but it is actually equal to 0.1000000000000000055511151231257827021181583404541015625. You probably want to use the BigDecimal.valueOf(double d) method, which uses the String representation of the double to create the BigDecimal (e.g., BigDecimal.valueOf(0.1) gives 0.1). </p> <h3><a name="DMI_CALLING_NEXT_FROM_HASNEXT">DMI: hasNext method invokes next (DMI_CALLING_NEXT_FROM_HASNEXT)</a></h3> <p> The hasNext() method invokes the next() method. This is almost certainly wrong, since the hasNext() method is not supposed to change the state of the iterator, and the next method is supposed to change the state of the iterator. </p> <h3><a name="DMI_COLLECTIONS_SHOULD_NOT_CONTAIN_THEMSELVES">DMI: Collections should not contain themselves (DMI_COLLECTIONS_SHOULD_NOT_CONTAIN_THEMSELVES)</a></h3> <p> This call to a generic collection's method would only make sense if a collection contained itself (e.g., if <code>s.contains(s)</code> were true). This is unlikely to be true and would cause problems if it were true (such as the computation of the hash code resulting in infinite recursion). It is likely that the wrong value is being passed as a parameter. </p> <h3><a name="DMI_DOH">DMI: D'oh! A nonsensical method invocation (DMI_DOH)</a></h3> <p> This partical method invocation doesn't make sense, for reasons that should be apparent from inspection. </p> <h3><a name="DMI_INVOKING_HASHCODE_ON_ARRAY">DMI: Invocation of hashCode on an array (DMI_INVOKING_HASHCODE_ON_ARRAY)</a></h3> <p> The code invokes hashCode on an array. Calling hashCode on an array returns the same value as System.identityHashCode, and ingores the contents and length of the array. If you need a hashCode that depends on the contents of an array <code>a</code>, use <code>java.util.Arrays.hashCode(a)</code>. </p> <h3><a name="DMI_LONG_BITS_TO_DOUBLE_INVOKED_ON_INT">DMI: Double.longBitsToDouble invoked on an int (DMI_LONG_BITS_TO_DOUBLE_INVOKED_ON_INT)</a></h3> <p> The Double.longBitsToDouble method is invoked, but a 32 bit int value is passed as an argument. This almostly certainly is not intended and is unlikely to give the intended result. </p> <h3><a name="DMI_VACUOUS_SELF_COLLECTION_CALL">DMI: Vacuous call to collections (DMI_VACUOUS_SELF_COLLECTION_CALL)</a></h3> <p> This call doesn't make sense. For any collection <code>c</code>, calling <code>c.containsAll(c)</code> should always be true, and <code>c.retainAll(c)</code> should have no effect. </p> <h3><a name="DMI_ANNOTATION_IS_NOT_VISIBLE_TO_REFLECTION">Dm: Can't use reflection to check for presence of annotation without runtime retention (DMI_ANNOTATION_IS_NOT_VISIBLE_TO_REFLECTION)</a></h3> <p> Unless an annotation has itself been annotated with @Retention(RetentionPolicy.RUNTIME), the annotation can't be observed using reflection (e.g., by using the isAnnotationPresent method). .</p> <h3><a name="DMI_FUTILE_ATTEMPT_TO_CHANGE_MAXPOOL_SIZE_OF_SCHEDULED_THREAD_POOL_EXECUTOR">Dm: Futile attempt to change max pool size of ScheduledThreadPoolExecutor (DMI_FUTILE_ATTEMPT_TO_CHANGE_MAXPOOL_SIZE_OF_SCHEDULED_THREAD_POOL_EXECUTOR)</a></h3> <p>(<a href="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html">Javadoc</a>) While ScheduledThreadPoolExecutor inherits from ThreadPoolExecutor, a few of the inherited tuning methods are not useful for it. In particular, because it acts as a fixed-sized pool using corePoolSize threads and an unbounded queue, adjustments to maximumPoolSize have no useful effect. </p> <h3><a name="DMI_SCHEDULED_THREAD_POOL_EXECUTOR_WITH_ZERO_CORE_THREADS">Dm: Creation of ScheduledThreadPoolExecutor with zero core threads (DMI_SCHEDULED_THREAD_POOL_EXECUTOR_WITH_ZERO_CORE_THREADS)</a></h3> <p>(<a href="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ScheduledThreadPoolExecutor.html#ScheduledThreadPoolExecutor(int)">Javadoc</a>) A ScheduledThreadPoolExecutor with zero core threads will never execute anything; changes to the max pool size are ignored. </p> <h3><a name="DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD">Dm: Useless/vacuous call to EasyMock method (DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD)</a></h3> <p>This call doesn't pass any objects to the EasyMock method, so the call doesn't do anything. </p> <h3><a name="EC_ARRAY_AND_NONARRAY">EC: equals() used to compare array and nonarray (EC_ARRAY_AND_NONARRAY)</a></h3> <p> This method invokes the .equals(Object o) to compare an array and a reference that doesn't seem to be an array. If things being compared are of different types, they are guaranteed to be unequal and the comparison is almost certainly an error. Even if they are both arrays, the equals method on arrays only determines of the two arrays are the same object. To compare the contents of the arrays, use java.util.Arrays.equals(Object[], Object[]). </p> <h3><a name="EC_BAD_ARRAY_COMPARE">EC: Invocation of equals() on an array, which is equivalent to == (EC_BAD_ARRAY_COMPARE)</a></h3> <p> This method invokes the .equals(Object o) method on an array. Since arrays do not override the equals method of Object, calling equals on an array is the same as comparing their addresses. To compare the contents of the arrays, use <code>java.util.Arrays.equals(Object[], Object[])</code>. To compare the addresses of the arrays, it would be less confusing to explicitly check pointer equality using <code>==</code>. </p> <h3><a name="EC_INCOMPATIBLE_ARRAY_COMPARE">EC: equals(...) used to compare incompatible arrays (EC_INCOMPATIBLE_ARRAY_COMPARE)</a></h3> <p> This method invokes the .equals(Object o) to compare two arrays, but the arrays of of incompatible types (e.g., String[] and StringBuffer[], or String[] and int[]). They will never be equal. In addition, when equals(...) is used to compare arrays it only checks to see if they are the same array, and ignores the contents of the arrays. </p> <h3><a name="EC_NULL_ARG">EC: Call to equals(null) (EC_NULL_ARG)</a></h3> <p> This method calls equals(Object), passing a null value as the argument. According to the contract of the equals() method, this call should always return <code>false</code>.</p> <h3><a name="EC_UNRELATED_CLASS_AND_INTERFACE">EC: Call to equals() comparing unrelated class and interface (EC_UNRELATED_CLASS_AND_INTERFACE)</a></h3> <p> This method calls equals(Object) on two references, one of which is a class and the other an interface, where neither the class nor any of its non-abstract subclasses implement the interface. Therefore, the objects being compared are unlikely to be members of the same class at runtime (unless some application classes were not analyzed, or dynamic class loading can occur at runtime). According to the contract of equals(), objects of different classes should always compare as unequal; therefore, according to the contract defined by java.lang.Object.equals(Object), the result of this comparison will always be false at runtime. </p> <h3><a name="EC_UNRELATED_INTERFACES">EC: Call to equals() comparing different interface types (EC_UNRELATED_INTERFACES)</a></h3> <p> This method calls equals(Object) on two references of unrelated interface types, where neither is a subtype of the other, and there are no known non-abstract classes which implement both interfaces. Therefore, the objects being compared are unlikely to be members of the same class at runtime (unless some application classes were not analyzed, or dynamic class loading can occur at runtime). According to the contract of equals(), objects of different classes should always compare as unequal; therefore, according to the contract defined by java.lang.Object.equals(Object), the result of this comparison will always be false at runtime. </p> <h3><a name="EC_UNRELATED_TYPES">EC: Call to equals() comparing different types (EC_UNRELATED_TYPES)</a></h3> <p> This method calls equals(Object) on two references of different class types with no common subclasses. Therefore, the objects being compared are unlikely to be members of the same class at runtime (unless some application classes were not analyzed, or dynamic class loading can occur at runtime). According to the contract of equals(), objects of different classes should always compare as unequal; therefore, according to the contract defined by java.lang.Object.equals(Object), the result of this comparison will always be false at runtime. </p> <h3><a name="EC_UNRELATED_TYPES_USING_POINTER_EQUALITY">EC: Using pointer equality to compare different types (EC_UNRELATED_TYPES_USING_POINTER_EQUALITY)</a></h3> <p> This method uses using pointer equality to compare two references that seem to be of different types. The result of this comparison will always be false at runtime. </p> <h3><a name="EQ_ALWAYS_FALSE">Eq: equals method always returns false (EQ_ALWAYS_FALSE)</a></h3> <p> This class defines an equals method that always returns false. This means that an object is not equal to itself, and it is impossible to create useful Maps or Sets of this class. More fundamentally, it means that equals is not reflexive, one of the requirements of the equals method.</p> <p>The likely intended semantics are object identity: that an object is equal to itself. This is the behavior inherited from class <code>Object</code>. If you need to override an equals inherited from a different superclass, you can use use:</p> <pre> public boolean equals(Object o) { return this == o; } </pre> <h3><a name="EQ_ALWAYS_TRUE">Eq: equals method always returns true (EQ_ALWAYS_TRUE)</a></h3> <p> This class defines an equals method that always returns true. This is imaginative, but not very smart. Plus, it means that the equals method is not symmetric. </p> <h3><a name="EQ_COMPARING_CLASS_NAMES">Eq: equals method compares class names rather than class objects (EQ_COMPARING_CLASS_NAMES)</a></h3> <p> This method checks to see if two objects are the same class by checking to see if the names of their classes are equal. You can have different classes with the same name if they are loaded by different class loaders. Just check to see if the class objects are the same. </p> <h3><a name="EQ_DONT_DEFINE_EQUALS_FOR_ENUM">Eq: Covariant equals() method defined for enum (EQ_DONT_DEFINE_EQUALS_FOR_ENUM)</a></h3> <p> This class defines an enumeration, and equality on enumerations are defined using object identity. Defining a covariant equals method for an enumeration value is exceptionally bad practice, since it would likely result in having two different enumeration values that compare as equals using the covariant enum method, and as not equal when compared normally. Don't do it. </p> <h3><a name="EQ_OTHER_NO_OBJECT">Eq: equals() method defined that doesn't override equals(Object) (EQ_OTHER_NO_OBJECT)</a></h3> <p> This class defines an <code>equals()</code> method, that doesn't override the normal <code>equals(Object)</code> method defined in the base <code>java.lang.Object</code> class.&nbsp; Instead, it inherits an <code>equals(Object)</code> method from a superclass. The class should probably define a <code>boolean equals(Object)</code> method. </p> <h3><a name="EQ_OTHER_USE_OBJECT">Eq: equals() method defined that doesn't override Object.equals(Object) (EQ_OTHER_USE_OBJECT)</a></h3> <p> This class defines an <code>equals()</code> method, that doesn't override the normal <code>equals(Object)</code> method defined in the base <code>java.lang.Object</code> class.&nbsp; The class should probably define a <code>boolean equals(Object)</code> method. </p> <h3><a name="EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC">Eq: equals method overrides equals in superclass and may not be symmetric (EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC)</a></h3> <p> This class defines an equals method that overrides an equals method in a superclass. Both equals methods methods use <code>instanceof</code> in the determination of whether two objects are equal. This is fraught with peril, since it is important that the equals method is symmetrical (in other words, <code>a.equals(b) == b.equals(a)</code>). If B is a subtype of A, and A's equals method checks that the argument is an instanceof A, and B's equals method checks that the argument is an instanceof B, it is quite likely that the equivalence relation defined by these methods is not symmetric. </p> <h3><a name="EQ_SELF_USE_OBJECT">Eq: Covariant equals() method defined, Object.equals(Object) inherited (EQ_SELF_USE_OBJECT)</a></h3> <p> This class defines a covariant version of the <code>equals()</code> method, but inherits the normal <code>equals(Object)</code> method defined in the base <code>java.lang.Object</code> class.&nbsp; The class should probably define a <code>boolean equals(Object)</code> method. </p> <h3><a name="FE_TEST_IF_EQUAL_TO_NOT_A_NUMBER">FE: Doomed test for equality to NaN (FE_TEST_IF_EQUAL_TO_NOT_A_NUMBER)</a></h3> <p> This code checks to see if a floating point value is equal to the special Not A Number value (e.g., <code>if (x == Double.NaN)</code>). However, because of the special semantics of <code>NaN</code>, no value is equal to <code>Nan</code>, including <code>NaN</code>. Thus, <code>x == Double.NaN</code> always evaluates to false. To check to see if a value contained in <code>x</code> is the special Not A Number value, use <code>Double.isNaN(x)</code> (or <code>Float.isNaN(x)</code> if <code>x</code> is floating point precision). </p> <h3><a name="VA_FORMAT_STRING_BAD_ARGUMENT">FS: Format string placeholder incompatible with passed argument (VA_FORMAT_STRING_BAD_ARGUMENT)</a></h3> <p> The format string placeholder is incompatible with the corresponding argument. For example, <code> System.out.println("%d\n", "hello"); </code> <p>The %d placeholder requires a numeric argument, but a string value is passed instead. A runtime exception will occur when this statement is executed. </p> <h3><a name="VA_FORMAT_STRING_BAD_CONVERSION">FS: The type of a supplied argument doesn't match format specifier (VA_FORMAT_STRING_BAD_CONVERSION)</a></h3> <p> One of the arguments is uncompatible with the corresponding format string specifier. As a result, this will generate a runtime exception when executed. For example, <code>String.format("%d", "1")</code> will generate an exception, since the String "1" is incompatible with the format specifier %d. </p> <h3><a name="VA_FORMAT_STRING_EXPECTED_MESSAGE_FORMAT_SUPPLIED">FS: MessageFormat supplied where printf style format expected (VA_FORMAT_STRING_EXPECTED_MESSAGE_FORMAT_SUPPLIED)</a></h3> <p> A method is called that expects a Java printf format string and a list of arguments. However, the format string doesn't contain any format specifiers (e.g., %s) but does contain message format elements (e.g., {0}). It is likely that the code is supplying a MessageFormat string when a printf-style format string is required. At runtime, all of the arguments will be ignored and the format string will be returned exactly as provided without any formatting. </p> <h3><a name="VA_FORMAT_STRING_EXTRA_ARGUMENTS_PASSED">FS: More arguments are passed than are actually used in the format string (VA_FORMAT_STRING_EXTRA_ARGUMENTS_PASSED)</a></h3> <p> A format-string method with a variable number of arguments is called, but more arguments are passed than are actually used by the format string. This won't cause a runtime exception, but the code may be silently omitting information that was intended to be included in the formatted string. </p> <h3><a name="VA_FORMAT_STRING_ILLEGAL">FS: Illegal format string (VA_FORMAT_STRING_ILLEGAL)</a></h3> <p> The format string is syntactically invalid, and a runtime exception will occur when this statement is executed. </p> <h3><a name="VA_FORMAT_STRING_MISSING_ARGUMENT">FS: Format string references missing argument (VA_FORMAT_STRING_MISSING_ARGUMENT)</a></h3> <p> Not enough arguments are passed to satisfy a placeholder in the format string. A runtime exception will occur when this statement is executed. </p> <h3><a name="VA_FORMAT_STRING_NO_PREVIOUS_ARGUMENT">FS: No previous argument for format string (VA_FORMAT_STRING_NO_PREVIOUS_ARGUMENT)</a></h3> <p> The format string specifies a relative index to request that the argument for the previous format specifier be reused. However, there is no previous argument. For example, </p> <p><code>formatter.format("%&lt;s %s", "a", "b")</code> </p> <p>would throw a MissingFormatArgumentException when executed. </p> <h3><a name="GC_UNRELATED_TYPES">GC: No relationship between generic parameter and method argument (GC_UNRELATED_TYPES)</a></h3> <p> This call to a generic collection method contains an argument with an incompatible class from that of the collection's parameter (i.e., the type of the argument is neither a supertype nor a subtype of the corresponding generic type argument). Therefore, it is unlikely that the collection contains any objects that are equal to the method argument used here. Most likely, the wrong value is being passed to the method.</p> <p>In general, instances of two unrelated classes are not equal. For example, if the <code>Foo</code> and <code>Bar</code> classes are not related by subtyping, then an instance of <code>Foo</code> should not be equal to an instance of <code>Bar</code>. Among other issues, doing so will likely result in an equals method that is not symmetrical. For example, if you define the <code>Foo</code> class so that a <code>Foo</code> can be equal to a <code>String</code>, your equals method isn't symmetrical since a <code>String</code> can only be equal to a <code>String</code>. </p> <p>In rare cases, people do define nonsymmetrical equals methods and still manage to make their code work. Although none of the APIs document or guarantee it, it is typically the case that if you check if a <code>Collection&lt;String&gt;</code> contains a <code>Foo</code>, the equals method of argument (e.g., the equals method of the <code>Foo</code> class) used to perform the equality checks. </p> <h3><a name="HE_SIGNATURE_DECLARES_HASHING_OF_UNHASHABLE_CLASS">HE: Signature declares use of unhashable class in hashed construct (HE_SIGNATURE_DECLARES_HASHING_OF_UNHASHABLE_CLASS)</a></h3> <p> A method, field or class declares a generic signature where a non-hashable class is used in context where a hashable class is required. A class that declares an equals method but inherits a hashCode() method from Object is unhashable, since it doesn't fulfill the requirement that equal objects have equal hashCodes. </p> <h3><a name="HE_USE_OF_UNHASHABLE_CLASS">HE: Use of class without a hashCode() method in a hashed data structure (HE_USE_OF_UNHASHABLE_CLASS)</a></h3> <p> A class defines an equals(Object) method but not a hashCode() method, and thus doesn't fulfill the requirement that equal objects have equal hashCodes. An instance of this class is used in a hash data structure, making the need to fix this problem of highest importance. <h3><a name="ICAST_INT_2_LONG_AS_INSTANT">ICAST: int value converted to long and used as absolute time (ICAST_INT_2_LONG_AS_INSTANT)</a></h3> <p> This code converts a 32-bit int value to a 64-bit long value, and then passes that value for a method parameter that requires an absolute time value. An absolute time value is the number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. For example, the following method, intended to convert seconds since the epoc into a Date, is badly broken:</p> <pre> Date getDate(int seconds) { return new Date(seconds * 1000); } </pre> <p>The multiplication is done using 32-bit arithmetic, and then converted to a 64-bit value. When a 32-bit value is converted to 64-bits and used to express an absolute time value, only dates in December 1969 and January 1970 can be represented.</p> <p>Correct implementations for the above method are:</p> <pre> // Fails for dates after 2037 Date getDate(int seconds) { return new Date(seconds * 1000L); } // better, works for all dates Date getDate(long seconds) { return new Date(seconds * 1000); } </pre> <h3><a name="ICAST_INT_CAST_TO_DOUBLE_PASSED_TO_CEIL">ICAST: Integral value cast to double and then passed to Math.ceil (ICAST_INT_CAST_TO_DOUBLE_PASSED_TO_CEIL)</a></h3> <p> This code converts an integral value (e.g., int or long) to a double precision floating point number and then passing the result to the Math.ceil() function, which rounds a double to the next higher integer value. This operation should always be a no-op, since the converting an integer to a double should give a number with no fractional part. It is likely that the operation that generated the value to be passed to Math.ceil was intended to be performed using double precision floating point arithmetic. </p> <h3><a name="ICAST_INT_CAST_TO_FLOAT_PASSED_TO_ROUND">ICAST: int value cast to float and then passed to Math.round (ICAST_INT_CAST_TO_FLOAT_PASSED_TO_ROUND)</a></h3> <p> This code converts an int value to a float precision floating point number and then passing the result to the Math.round() function, which returns the int/long closest to the argument. This operation should always be a no-op, since the converting an integer to a float should give a number with no fractional part. It is likely that the operation that generated the value to be passed to Math.round was intended to be performed using floating point arithmetic. </p> <h3><a name="IJU_ASSERT_METHOD_INVOKED_FROM_RUN_METHOD">IJU: JUnit assertion in run method will not be noticed by JUnit (IJU_ASSERT_METHOD_INVOKED_FROM_RUN_METHOD)</a></h3> <p> A JUnit assertion is performed in a run method. Failed JUnit assertions just result in exceptions being thrown. Thus, if this exception occurs in a thread other than the thread that invokes the test method, the exception will terminate the thread but not result in the test failing. </p> <h3><a name="IJU_BAD_SUITE_METHOD">IJU: TestCase declares a bad suite method (IJU_BAD_SUITE_METHOD)</a></h3> <p> Class is a JUnit TestCase and defines a suite() method. However, the suite method needs to be declared as either</p> <pre>public static junit.framework.Test suite()</pre> or <pre>public static junit.framework.TestSuite suite()</pre> <h3><a name="IJU_NO_TESTS">IJU: TestCase has no tests (IJU_NO_TESTS)</a></h3> <p> Class is a JUnit TestCase but has not implemented any test methods</p> <h3><a name="IJU_SETUP_NO_SUPER">IJU: TestCase defines setUp that doesn't call super.setUp() (IJU_SETUP_NO_SUPER)</a></h3> <p> Class is a JUnit TestCase and implements the setUp method. The setUp method should call super.setUp(), but doesn't.</p> <h3><a name="IJU_SUITE_NOT_STATIC">IJU: TestCase implements a non-static suite method (IJU_SUITE_NOT_STATIC)</a></h3> <p> Class is a JUnit TestCase and implements the suite() method. The suite method should be declared as being static, but isn't.</p> <h3><a name="IJU_TEARDOWN_NO_SUPER">IJU: TestCase defines tearDown that doesn't call super.tearDown() (IJU_TEARDOWN_NO_SUPER)</a></h3> <p> Class is a JUnit TestCase and implements the tearDown method. The tearDown method should call super.tearDown(), but doesn't.</p> <h3><a name="IL_CONTAINER_ADDED_TO_ITSELF">IL: A collection is added to itself (IL_CONTAINER_ADDED_TO_ITSELF)</a></h3> <p>A collection is added to itself. As a result, computing the hashCode of this set will throw a StackOverflowException. </p> <h3><a name="IL_INFINITE_LOOP">IL: An apparent infinite loop (IL_INFINITE_LOOP)</a></h3> <p>This loop doesn't seem to have a way to terminate (other than by perhaps throwing an exception).</p> <h3><a name="IL_INFINITE_RECURSIVE_LOOP">IL: An apparent infinite recursive loop (IL_INFINITE_RECURSIVE_LOOP)</a></h3> <p>This method unconditionally invokes itself. This would seem to indicate an infinite recursive loop that will result in a stack overflow.</p> <h3><a name="IM_MULTIPLYING_RESULT_OF_IREM">IM: Integer multiply of result of integer remainder (IM_MULTIPLYING_RESULT_OF_IREM)</a></h3> <p> The code multiplies the result of an integer remaining by an integer constant. Be sure you don't have your operator precedence confused. For example i % 60 * 1000 is (i % 60) * 1000, not i % (60 * 1000). </p> <h3><a name="INT_BAD_COMPARISON_WITH_INT_VALUE">INT: Bad comparison of int value with long constant (INT_BAD_COMPARISON_WITH_INT_VALUE)</a></h3> <p> This code compares an int value with a long constant that is outside the range of values that can be represented as an int value. This comparison is vacuous and possibily to be incorrect. </p> <h3><a name="INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE">INT: Bad comparison of nonnegative value with negative constant (INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE)</a></h3> <p> This code compares a value that is guaranteed to be non-negative with a negative constant. </p> <h3><a name="INT_BAD_COMPARISON_WITH_SIGNED_BYTE">INT: Bad comparison of signed byte (INT_BAD_COMPARISON_WITH_SIGNED_BYTE)</a></h3> <p> Signed bytes can only have a value in the range -128 to 127. Comparing a signed byte with a value outside that range is vacuous and likely to be incorrect. To convert a signed byte <code>b</code> to an unsigned value in the range 0..255, use <code>0xff &amp; b</code> </p> <h3><a name="IO_APPENDING_TO_OBJECT_OUTPUT_STREAM">IO: Doomed attempt to append to an object output stream (IO_APPENDING_TO_OBJECT_OUTPUT_STREAM)</a></h3> <p> This code opens a file in append mode and then wraps the result in an object output stream. This won't allow you to append to an existing object output stream stored in a file. If you want to be able to append to an object output stream, you need to keep the object output stream open. </p> <p>The only situation in which opening a file in append mode and the writing an object output stream could work is if on reading the file you plan to open it in random access mode and seek to the byte offset where the append started. </p> <p> TODO: example. </p> <h3><a name="IP_PARAMETER_IS_DEAD_BUT_OVERWRITTEN">IP: A parameter is dead upon entry to a method but overwritten (IP_PARAMETER_IS_DEAD_BUT_OVERWRITTEN)</a></h3> <p> The initial value of this parameter is ignored, and the parameter is overwritten here. This often indicates a mistaken belief that the write to the parameter will be conveyed back to the caller. </p> <h3><a name="MF_CLASS_MASKS_FIELD">MF: Class defines field that masks a superclass field (MF_CLASS_MASKS_FIELD)</a></h3> <p> This class defines a field with the same name as a visible instance field in a superclass. This is confusing, and may indicate an error if methods update or access one of the fields when they wanted the other.</p> <h3><a name="MF_METHOD_MASKS_FIELD">MF: Method defines a variable that obscures a field (MF_METHOD_MASKS_FIELD)</a></h3> <p> This method defines a local variable with the same name as a field in this class or a superclass. This may cause the method to read an uninitialized value from the field, leave the field uninitialized, or both.</p> <h3><a name="NP_ALWAYS_NULL">NP: Null pointer dereference (NP_ALWAYS_NULL)</a></h3> <p> A null pointer is dereferenced here.&nbsp; This will lead to a <code>NullPointerException</code> when the code is executed.</p> <h3><a name="NP_ALWAYS_NULL_EXCEPTION">NP: Null pointer dereference in method on exception path (NP_ALWAYS_NULL_EXCEPTION)</a></h3> <p> A pointer which is null on an exception path is dereferenced here.&nbsp; This will lead to a <code>NullPointerException</code> when the code is executed.&nbsp; Note that because FindBugs currently does not prune infeasible exception paths, this may be a false warning.</p> <p> Also note that FindBugs considers the default case of a switch statement to be an exception path, since the default case is often infeasible.</p> <h3><a name="NP_ARGUMENT_MIGHT_BE_NULL">NP: Method does not check for null argument (NP_ARGUMENT_MIGHT_BE_NULL)</a></h3> <p> A parameter to this method has been identified as a value that should always be checked to see whether or not it is null, but it is being dereferenced without a preceding null check. </p> <h3><a name="NP_CLOSING_NULL">NP: close() invoked on a value that is always null (NP_CLOSING_NULL)</a></h3> <p> close() is being invoked on a value that is always null. If this statement is executed, a null pointer exception will occur. But the big risk here you never close something that should be closed. <h3><a name="NP_GUARANTEED_DEREF">NP: Null value is guaranteed to be dereferenced (NP_GUARANTEED_DEREF)</a></h3> <p> There is a statement or branch that if executed guarantees that a value is null at this point, and that value that is guaranteed to be dereferenced (except on forward paths involving runtime exceptions). </p> <p>Note that a check such as <code>if (x == null) throw new NullPointerException();</code> is treated as a dereference of <code>x</code>. <h3><a name="NP_GUARANTEED_DEREF_ON_EXCEPTION_PATH">NP: Value is null and guaranteed to be dereferenced on exception path (NP_GUARANTEED_DEREF_ON_EXCEPTION_PATH)</a></h3> <p> There is a statement or branch on an exception path that if executed guarantees that a value is null at this point, and that value that is guaranteed to be dereferenced (except on forward paths involving runtime exceptions). </p> <h3><a name="NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR">NP: Nonnull field is not initialized (NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR)</a></h3> <p> The field is marked as nonnull, but isn't written to by the constructor. The field might be initialized elsewhere during constructor, or might always be initialized before use. </p> <h3><a name="NP_NONNULL_PARAM_VIOLATION">NP: Method call passes null to a nonnull parameter (NP_NONNULL_PARAM_VIOLATION)</a></h3> <p> This method passes a null value as the parameter of a method which must be nonnull. Either this parameter has been explicitly marked as @Nonnull, or analysis has determined that this parameter is always dereferenced. </p> <h3><a name="NP_NONNULL_RETURN_VIOLATION">NP: Method may return null, but is declared @NonNull (NP_NONNULL_RETURN_VIOLATION)</a></h3> <p> This method may return a null value, but the method (or a superclass method which it overrides) is declared to return @NonNull. </p> <h3><a name="NP_NULL_INSTANCEOF">NP: A known null value is checked to see if it is an instance of a type (NP_NULL_INSTANCEOF)</a></h3> <p> This instanceof test will always return false, since the value being checked is guaranteed to be null. Although this is safe, make sure it isn't an indication of some misunderstanding or some other logic error. </p> <h3><a name="NP_NULL_ON_SOME_PATH">NP: Possible null pointer dereference (NP_NULL_ON_SOME_PATH)</a></h3> <p> There is a branch of statement that, <em>if executed,</em> guarantees that a null value will be dereferenced, which would generate a <code>NullPointerException</code> when the code is executed. Of course, the problem might be that the branch or statement is infeasible and that the null pointer exception can't ever be executed; deciding that is beyond the ability of FindBugs. </p> <h3><a name="NP_NULL_ON_SOME_PATH_EXCEPTION">NP: Possible null pointer dereference in method on exception path (NP_NULL_ON_SOME_PATH_EXCEPTION)</a></h3> <p> A reference value which is null on some exception control path is dereferenced here.&nbsp; This may lead to a <code>NullPointerException</code> when the code is executed.&nbsp; Note that because FindBugs currently does not prune infeasible exception paths, this may be a false warning.</p> <p> Also note that FindBugs considers the default case of a switch statement to be an exception path, since the default case is often infeasible.</p> <h3><a name="NP_NULL_PARAM_DEREF">NP: Method call passes null for nonnull parameter (NP_NULL_PARAM_DEREF)</a></h3> <p> This method call passes a null value for a nonnull method parameter. Either the parameter is annotated as a parameter that should always be nonnull, or analysis has shown that it will always be dereferenced. </p> <h3><a name="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS">NP: Method call passes null for nonnull parameter (NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS)</a></h3> <p> A possibly-null value is passed at a call site where all known target methods require the parameter to be nonnull. Either the parameter is annotated as a parameter that should always be nonnull, or analysis has shown that it will always be dereferenced. </p> <h3><a name="NP_NULL_PARAM_DEREF_NONVIRTUAL">NP: Non-virtual method call passes null for nonnull parameter (NP_NULL_PARAM_DEREF_NONVIRTUAL)</a></h3> <p> A possibly-null value is passed to a nonnull method parameter. Either the parameter is annotated as a parameter that should always be nonnull, or analysis has shown that it will always be dereferenced. </p> <h3><a name="NP_STORE_INTO_NONNULL_FIELD">NP: Store of null value into field annotated NonNull (NP_STORE_INTO_NONNULL_FIELD)</a></h3> <p> A value that could be null is stored into a field that has been annotated as NonNull. </p> <h3><a name="NP_UNWRITTEN_FIELD">NP: Read of unwritten field (NP_UNWRITTEN_FIELD)</a></h3> <p> The program is dereferencing a field that does not seem to ever have a non-null value written to it. Unless the field is initialized via some mechanism not seen by the analysis, dereferencing this value will generate a null pointer exception. </p> <h3><a name="NM_BAD_EQUAL">Nm: Class defines equal(Object); should it be equals(Object)? (NM_BAD_EQUAL)</a></h3> <p> This class defines a method <code>equal(Object)</code>.&nbsp; This method does not override the <code>equals(Object)</code> method in <code>java.lang.Object</code>, which is probably what was intended.</p> <h3><a name="NM_LCASE_HASHCODE">Nm: Class defines hashcode(); should it be hashCode()? (NM_LCASE_HASHCODE)</a></h3> <p> This class defines a method called <code>hashcode()</code>.&nbsp; This method does not override the <code>hashCode()</code> method in <code>java.lang.Object</code>, which is probably what was intended.</p> <h3><a name="NM_LCASE_TOSTRING">Nm: Class defines tostring(); should it be toString()? (NM_LCASE_TOSTRING)</a></h3> <p> This class defines a method called <code>tostring()</code>.&nbsp; This method does not override the <code>toString()</code> method in <code>java.lang.Object</code>, which is probably what was intended.</p> <h3><a name="NM_METHOD_CONSTRUCTOR_CONFUSION">Nm: Apparent method/constructor confusion (NM_METHOD_CONSTRUCTOR_CONFUSION)</a></h3> <p> This regular method has the same name as the class it is defined in. It is likely that this was intended to be a constructor. If it was intended to be a constructor, remove the declaration of a void return value. If you had accidently defined this method, realized the mistake, defined a proper constructor but can't get rid of this method due to backwards compatibility, deprecate the method. </p> <h3><a name="NM_VERY_CONFUSING">Nm: Very confusing method names (NM_VERY_CONFUSING)</a></h3> <p> The referenced methods have names that differ only by capitalization. This is very confusing because if the capitalization were identical then one of the methods would override the other. </p> <h3><a name="NM_WRONG_PACKAGE">Nm: Method doesn't override method in superclass due to wrong package for parameter (NM_WRONG_PACKAGE)</a></h3> <p> The method in the subclass doesn't override a similar method in a superclass because the type of a parameter doesn't exactly match the type of the corresponding parameter in the superclass. For example, if you have:</p> <blockquote> <pre> import alpha.Foo; public class A { public int f(Foo x) { return 17; } } ---- import beta.Foo; public class B extends A { public int f(Foo x) { return 42; } } </pre> </blockquote> <p>The <code>f(Foo)</code> method defined in class <code>B</code> doesn't override the <code>f(Foo)</code> method defined in class <code>A</code>, because the argument types are <code>Foo</code>'s from different packages. </p> <h3><a name="QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT">QBA: Method assigns boolean literal in boolean expression (QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT)</a></h3> <p> This method assigns a literal boolean value (true or false) to a boolean variable inside an if or while expression. Most probably this was supposed to be a boolean comparison using ==, not an assignment using =. </p> <h3><a name="RC_REF_COMPARISON">RC: Suspicious reference comparison (RC_REF_COMPARISON)</a></h3> <p> This method compares two reference values using the == or != operator, where the correct way to compare instances of this type is generally with the equals() method. It is possible to create distinct instances that are equal but do not compare as == since they are different objects. Examples of classes which should generally not be compared by reference are java.lang.Integer, java.lang.Float, etc.</p> <h3><a name="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE">RCN: Nullcheck of value previously dereferenced (RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE)</a></h3> <p> A value is checked here to see whether it is null, but this value can't be null because it was previously dereferenced and if it were null a null pointer exception would have occurred at the earlier dereference. Essentially, this code and the previous dereference disagree as to whether this value is allowed to be null. Either the check is redundant or the previous dereference is erroneous.</p> <h3><a name="RE_BAD_SYNTAX_FOR_REGULAR_EXPRESSION">RE: Invalid syntax for regular expression (RE_BAD_SYNTAX_FOR_REGULAR_EXPRESSION)</a></h3> <p> The code here uses a regular expression that is invalid according to the syntax for regular expressions. This statement will throw a PatternSyntaxException when executed. </p> <h3><a name="RE_CANT_USE_FILE_SEPARATOR_AS_REGULAR_EXPRESSION">RE: File.separator used for regular expression (RE_CANT_USE_FILE_SEPARATOR_AS_REGULAR_EXPRESSION)</a></h3> <p> The code here uses <code>File.separator</code> where a regular expression is required. This will fail on Windows platforms, where the <code>File.separator</code> is a backslash, which is interpreted in a regular expression as an escape character. Amoung other options, you can just use <code>File.separatorChar=='\\' ? "\\\\" : File.separator</code> instead of <code>File.separator</code> </p> <h3><a name="RE_POSSIBLE_UNINTENDED_PATTERN">RE: "." or "|" used for regular expression (RE_POSSIBLE_UNINTENDED_PATTERN)</a></h3> <p> A String function is being invoked and "." or "|" is being passed to a parameter that takes a regular expression as an argument. Is this what you intended? For example <li>s.replaceAll(".", "/") will return a String in which <em>every</em> character has been replaced by a '/' character <li>s.split(".") <em>always</em> returns a zero length array of String <li>"ab|cd".replaceAll("|", "/") will return "/a/b/|/c/d/" <li>"ab|cd".split("|") will return array with six (!) elements: [, a, b, |, c, d] </p> <h3><a name="RV_01_TO_INT">RV: Random value from 0 to 1 is coerced to the integer 0 (RV_01_TO_INT)</a></h3> <p>A random value from 0 to 1 is being coerced to the integer value 0. You probably want to multiple the random value by something else before coercing it to an integer, or use the <code>Random.nextInt(n)</code> method. </p> <h3><a name="RV_ABSOLUTE_VALUE_OF_HASHCODE">RV: Bad attempt to compute absolute value of signed 32-bit hashcode (RV_ABSOLUTE_VALUE_OF_HASHCODE)</a></h3> <p> This code generates a hashcode and then computes the absolute value of that hashcode. If the hashcode is <code>Integer.MIN_VALUE</code>, then the result will be negative as well (since <code>Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE</code>). </p> <p>One out of 2^32 strings have a hashCode of Integer.MIN_VALUE, including "polygenelubricants" "GydZG_" and ""DESIGNING WORKHOUSES". </p> <h3><a name="RV_ABSOLUTE_VALUE_OF_RANDOM_INT">RV: Bad attempt to compute absolute value of signed random integer (RV_ABSOLUTE_VALUE_OF_RANDOM_INT)</a></h3> <p> This code generates a random signed integer and then computes the absolute value of that random integer. If the number returned by the random number generator is <code>Integer.MIN_VALUE</code>, then the result will be negative as well (since <code>Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE</code>). (Same problem arised for long values as well). </p> <h3><a name="RV_CHECK_COMPARETO_FOR_SPECIFIC_RETURN_VALUE">RV: Code checks for specific values returned by compareTo (RV_CHECK_COMPARETO_FOR_SPECIFIC_RETURN_VALUE)</a></h3> <p> This code invoked a compareTo or compare method, and checks to see if the return value is a specific value, such as 1 or -1. When invoking these methods, you should only check the sign of the result, not for any specific non-zero value. While many or most compareTo and compare methods only return -1, 0 or 1, some of them will return other values. <h3><a name="RV_EXCEPTION_NOT_THROWN">RV: Exception created and dropped rather than thrown (RV_EXCEPTION_NOT_THROWN)</a></h3> <p> This code creates an exception (or error) object, but doesn't do anything with it. For example, something like </p> <blockquote> <pre> if (x &lt; 0) new IllegalArgumentException("x must be nonnegative"); </pre> </blockquote> <p>It was probably the intent of the programmer to throw the created exception:</p> <blockquote> <pre> if (x &lt; 0) throw new IllegalArgumentException("x must be nonnegative"); </pre> </blockquote> <h3><a name="RV_RETURN_VALUE_IGNORED">RV: Method ignores return value (RV_RETURN_VALUE_IGNORED)</a></h3> <p> The return value of this method should be checked. One common cause of this warning is to invoke a method on an immutable object, thinking that it updates the object. For example, in the following code fragment,</p> <blockquote> <pre> String dateString = getHeaderField(name); dateString.trim(); </pre> </blockquote> <p>the programmer seems to be thinking that the trim() method will update the String referenced by dateString. But since Strings are immutable, the trim() function returns a new String value, which is being ignored here. The code should be corrected to: </p> <blockquote> <pre> String dateString = getHeaderField(name); dateString = dateString.trim(); </pre> </blockquote> <h3><a name="RpC_REPEATED_CONDITIONAL_TEST">RpC: Repeated conditional tests (RpC_REPEATED_CONDITIONAL_TEST)</a></h3> <p>The code contains a conditional test is performed twice, one right after the other (e.g., <code>x == 0 || x == 0</code>). Perhaps the second occurrence is intended to be something else (e.g., <code>x == 0 || y == 0</code>). </p> <h3><a name="SA_FIELD_SELF_ASSIGNMENT">SA: Self assignment of field (SA_FIELD_SELF_ASSIGNMENT)</a></h3> <p> This method contains a self assignment of a field; e.g. </p> <pre> int x; public void foo() { x = x; } </pre> <p>Such assignments are useless, and may indicate a logic error or typo.</p> <h3><a name="SA_FIELD_SELF_COMPARISON">SA: Self comparison of field with itself (SA_FIELD_SELF_COMPARISON)</a></h3> <p> This method compares a field with itself, and may indicate a typo or a logic error. Make sure that you are comparing the right things. </p> <h3><a name="SA_FIELD_SELF_COMPUTATION">SA: Nonsensical self computation involving a field (e.g., x & x) (SA_FIELD_SELF_COMPUTATION)</a></h3> <p> This method performs a nonsensical computation of a field with another reference to the same field (e.g., x&x or x-x). Because of the nature of the computation, this operation doesn't seem to make sense, and may indicate a typo or a logic error. Double check the computation. </p> <h3><a name="SA_LOCAL_SELF_ASSIGNMENT_INSTEAD_OF_FIELD">SA: Self assignment of local rather than assignment to field (SA_LOCAL_SELF_ASSIGNMENT_INSTEAD_OF_FIELD)</a></h3> <p> This method contains a self assignment of a local variable, and there is a field with an identical name. assignment appears to have been ; e.g.</p> <pre> int foo; public void setFoo(int foo) { foo = foo; } </pre> <p>The assignment is useless. Did you mean to assign to the field instead?</p> <h3><a name="SA_LOCAL_SELF_COMPARISON">SA: Self comparison of value with itself (SA_LOCAL_SELF_COMPARISON)</a></h3> <p> This method compares a local variable with itself, and may indicate a typo or a logic error. Make sure that you are comparing the right things. </p> <h3><a name="SA_LOCAL_SELF_COMPUTATION">SA: Nonsensical self computation involving a variable (e.g., x & x) (SA_LOCAL_SELF_COMPUTATION)</a></h3> <p> This method performs a nonsensical computation of a local variable with another reference to the same variable (e.g., x&x or x-x). Because of the nature of the computation, this operation doesn't seem to make sense, and may indicate a typo or a logic error. Double check the computation. </p> <h3><a name="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH">SF: Dead store due to switch statement fall through (SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH)</a></h3> <p> A value stored in the previous switch case is overwritten here due to a switch fall through. It is likely that you forgot to put a break or return at the end of the previous case. </p> <h3><a name="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH_TO_THROW">SF: Dead store due to switch statement fall through to throw (SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH_TO_THROW)</a></h3> <p> A value stored in the previous switch case is ignored here due to a switch fall through to a place where an exception is thrown. It is likely that you forgot to put a break or return at the end of the previous case. </p> <h3><a name="SIC_THREADLOCAL_DEADLY_EMBRACE">SIC: Deadly embrace of non-static inner class and thread local (SIC_THREADLOCAL_DEADLY_EMBRACE)</a></h3> <p> This class is an inner class, but should probably be a static inner class. As it is, there is a serious danger of a deadly embrace between the inner class and the thread local in the outer class. Because the inner class isn't static, it retains a reference to the outer class. If the thread local contains a reference to an instance of the inner class, the inner and outer instance will both be reachable and not eligible for garbage collection. </p> <h3><a name="SIO_SUPERFLUOUS_INSTANCEOF">SIO: Unnecessary type check done using instanceof operator (SIO_SUPERFLUOUS_INSTANCEOF)</a></h3> <p> Type check performed using the instanceof operator where it can be statically determined whether the object is of the type requested. </p> <h3><a name="SQL_BAD_PREPARED_STATEMENT_ACCESS">SQL: Method attempts to access a prepared statement parameter with index 0 (SQL_BAD_PREPARED_STATEMENT_ACCESS)</a></h3> <p> A call to a setXXX method of a prepared statement was made where the parameter index is 0. As parameter indexes start at index 1, this is always a mistake.</p> <h3><a name="SQL_BAD_RESULTSET_ACCESS">SQL: Method attempts to access a result set field with index 0 (SQL_BAD_RESULTSET_ACCESS)</a></h3> <p> A call to getXXX or updateXXX methods of a result set was made where the field index is 0. As ResultSet fields start at index 1, this is always a mistake.</p> <h3><a name="STI_INTERRUPTED_ON_CURRENTTHREAD">STI: Unneeded use of currentThread() call, to call interrupted() (STI_INTERRUPTED_ON_CURRENTTHREAD)</a></h3> <p> This method invokes the Thread.currentThread() call, just to call the interrupted() method. As interrupted() is a static method, is more simple and clear to use Thread.interrupted(). </p> <h3><a name="STI_INTERRUPTED_ON_UNKNOWNTHREAD">STI: Static Thread.interrupted() method invoked on thread instance (STI_INTERRUPTED_ON_UNKNOWNTHREAD)</a></h3> <p> This method invokes the Thread.interrupted() method on a Thread object that appears to be a Thread object that is not the current thread. As the interrupted() method is static, the interrupted method will be called on a different object than the one the author intended. </p> <h3><a name="SE_METHOD_MUST_BE_PRIVATE">Se: Method must be private in order for serialization to work (SE_METHOD_MUST_BE_PRIVATE)</a></h3> <p> This class implements the <code>Serializable</code> interface, and defines a method for custom serialization/deserialization. But since that method isn't declared private, it will be silently ignored by the serialization/deserialization API.</p> <h3><a name="SE_READ_RESOLVE_IS_STATIC">Se: The readResolve method must not be declared as a static method. (SE_READ_RESOLVE_IS_STATIC)</a></h3> <p> In order for the readResolve method to be recognized by the serialization mechanism, it must not be declared as a static method. </p> <h3><a name="TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED">TQ: Value annotated as carrying a type qualifier used where a value that must not carry that qualifier is required (TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED)</a></h3> <p> A value specified as carrying a type qualifier annotation is consumed in a location or locations requiring that the value not carry that annotation. </p> <p> More precisely, a value annotated with a type qualifier specifying when=ALWAYS is guaranteed to reach a use or uses where the same type qualifier specifies when=NEVER. </p> <p> For example, say that @NonNegative is a nickname for the type qualifier annotation @Negative(when=When.NEVER). The following code will generate this warning because the return statement requires a @NonNegative value, but receives one that is marked as @Negative. </p> <blockquote> <pre> public @NonNegative Integer example(@Negative Integer value) { return value; } </pre> </blockquote> <h3><a name="TQ_COMPARING_VALUES_WITH_INCOMPATIBLE_TYPE_QUALIFIERS">TQ: Comparing values with incompatible type qualifiers (TQ_COMPARING_VALUES_WITH_INCOMPATIBLE_TYPE_QUALIFIERS)</a></h3> <p> A value specified as carrying a type qualifier annotation is compared with a value that doesn't ever carry that qualifier. </p> <p> More precisely, a value annotated with a type qualifier specifying when=ALWAYS is compared with a value that where the same type qualifier specifies when=NEVER. </p> <p> For example, say that @NonNegative is a nickname for the type qualifier annotation @Negative(when=When.NEVER). The following code will generate this warning because the return statement requires a @NonNegative value, but receives one that is marked as @Negative. </p> <blockquote> <pre> public boolean example(@Negative Integer value1, @NonNegative Integer value2) { return value1.equals(value2); } </pre> </blockquote> <h3><a name="TQ_MAYBE_SOURCE_VALUE_REACHES_ALWAYS_SINK">TQ: Value that might not carry a type qualifier is always used in a way requires that type qualifier (TQ_MAYBE_SOURCE_VALUE_REACHES_ALWAYS_SINK)</a></h3> <p> A value that is annotated as possibility not being an instance of the values denoted by the type qualifier, and the value is guaranteed to be used in a way that requires values denoted by that type qualifier. </p> <h3><a name="TQ_MAYBE_SOURCE_VALUE_REACHES_NEVER_SINK">TQ: Value that might carry a type qualifier is always used in a way prohibits it from having that type qualifier (TQ_MAYBE_SOURCE_VALUE_REACHES_NEVER_SINK)</a></h3> <p> A value that is annotated as possibility being an instance of the values denoted by the type qualifier, and the value is guaranteed to be used in a way that prohibits values denoted by that type qualifier. </p> <h3><a name="TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED">TQ: Value annotated as never carrying a type qualifier used where value carrying that qualifier is required (TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED)</a></h3> <p> A value specified as not carrying a type qualifier annotation is guaranteed to be consumed in a location or locations requiring that the value does carry that annotation. </p> <p> More precisely, a value annotated with a type qualifier specifying when=NEVER is guaranteed to reach a use or uses where the same type qualifier specifies when=ALWAYS. </p> <p> TODO: example </p> <h3><a name="TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED">TQ: Value without a type qualifier used where a value is required to have that qualifier (TQ_UNKNOWN_VALUE_USED_WHERE_ALWAYS_STRICTLY_REQUIRED)</a></h3> <p> A value is being used in a way that requires the value be annotation with a type qualifier. The type qualifier is strict, so the tool rejects any values that do not have the appropriate annotation. </p> <p> To coerce a value to have a strict annotation, define an identity function where the return value is annotated with the strict annotation. This is the only way to turn a non-annotated value into a value with a strict type qualifier annotation. </p> <h3><a name="UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS">UMAC: Uncallable method defined in anonymous class (UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS)</a></h3> <p> This anonymous class defined a method that is not directly invoked and does not override a method in a superclass. Since methods in other classes cannot directly invoke methods declared in an anonymous class, it seems that this method is uncallable. The method might simply be dead code, but it is also possible that the method is intended to override a method declared in a superclass, and due to an typo or other error the method does not, in fact, override the method it is intended to. </p> <h3><a name="UR_UNINIT_READ">UR: Uninitialized read of field in constructor (UR_UNINIT_READ)</a></h3> <p> This constructor reads a field which has not yet been assigned a value.&nbsp; This is often caused when the programmer mistakenly uses the field instead of one of the constructor's parameters.</p> <h3><a name="UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR">UR: Uninitialized read of field method called from constructor of superclass (UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR)</a></h3> <p> This method is invoked in the constructor of of the superclass. At this point, the fields of the class have not yet initialized.</p> <p>To make this more concrete, consider the following classes:</p> <pre>abstract class A { int hashCode; abstract Object getValue(); A() { hashCode = getValue().hashCode(); } } class B extends A { Object value; B(Object v) { this.value = v; } Object getValue() { return value; } }</pre> <p>When a <code>B</code> is constructed, the constructor for the <code>A</code> class is invoked <em>before</em> the constructor for <code>B</code> sets <code>value</code>. Thus, when the constructor for <code>A</code> invokes <code>getValue</code>, an uninitialized value is read for <code>value</code> </p> <h3><a name="DMI_INVOKING_TOSTRING_ON_ANONYMOUS_ARRAY">USELESS_STRING: Invocation of toString on an unnamed array (DMI_INVOKING_TOSTRING_ON_ANONYMOUS_ARRAY)</a></h3> <p> The code invokes toString on an (anonymous) array. Calling toString on an array generates a fairly useless result such as [C@16f0472. Consider using Arrays.toString to convert the array into a readable String that gives the contents of the array. See Programming Puzzlers, chapter 3, puzzle 12. </p> <h3><a name="DMI_INVOKING_TOSTRING_ON_ARRAY">USELESS_STRING: Invocation of toString on an array (DMI_INVOKING_TOSTRING_ON_ARRAY)</a></h3> <p> The code invokes toString on an array, which will generate a fairly useless result such as [C@16f0472. Consider using Arrays.toString to convert the array into a readable String that gives the contents of the array. See Programming Puzzlers, chapter 3, puzzle 12. </p> <h3><a name="VA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY">USELESS_STRING: Array formatted in useless way using format string (VA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY)</a></h3> <p> One of the arguments being formatted with a format string is an array. This will be formatted using a fairly useless format, such as [I@304282, which doesn't actually show the contents of the array. Consider wrapping the array using <code>Arrays.asList(...)</code> before handling it off to a formatted. </p> <h3><a name="UWF_NULL_FIELD">UwF: Field only ever set to null (UWF_NULL_FIELD)</a></h3> <p> All writes to this field are of the constant value null, and thus all reads of the field will return null. Check for errors, or remove it if it is useless.</p> <h3><a name="UWF_UNWRITTEN_FIELD">UwF: Unwritten field (UWF_UNWRITTEN_FIELD)</a></h3> <p> This field is never written.&nbsp; All reads of it will return the default value. Check for errors (should it have been initialized?), or remove it if it is useless.</p> <h3><a name="VA_PRIMITIVE_ARRAY_PASSED_TO_OBJECT_VARARG">VA: Primitive array passed to function expecting a variable number of object arguments (VA_PRIMITIVE_ARRAY_PASSED_TO_OBJECT_VARARG)</a></h3> <p> This code passes a primitive array to a function that takes a variable number of object arguments. This creates an array of length one to hold the primitive array and passes it to the function. </p> <h3><a name="LG_LOST_LOGGER_DUE_TO_WEAK_REFERENCE">LG: Potential lost logger changes due to weak reference in OpenJDK (LG_LOST_LOGGER_DUE_TO_WEAK_REFERENCE)</a></h3> <p>OpenJDK introduces a potential incompatibility. In particular, the java.util.logging.Logger behavior has changed. Instead of using strong references, it now uses weak references internally. That's a reasonable change, but unfortunately some code relies on the old behavior - when changing logger configuration, it simply drops the logger reference. That means that the garbage collector is free to reclaim that memory, which means that the logger configuration is lost. For example, consider: </p> <pre>public static void initLogging() throws Exception { Logger logger = Logger.getLogger("edu.umd.cs"); logger.addHandler(new FileHandler()); // call to change logger configuration logger.setUseParentHandlers(false); // another call to change logger configuration }</pre> <p>The logger reference is lost at the end of the method (it doesn't escape the method), so if you have a garbage collection cycle just after the call to initLogging, the logger configuration is lost (because Logger only keeps weak references).</p> <pre>public static void main(String[] args) throws Exception { initLogging(); // adds a file handler to the logger System.gc(); // logger configuration lost Logger.getLogger("edu.umd.cs").info("Some message"); // this isn't logged to the file as expected }</pre> <p><em>Ulf Ochsenfahrt and Eric Fellheimer</em></p> <h3><a name="OBL_UNSATISFIED_OBLIGATION">OBL: Method may fail to clean up stream or resource (OBL_UNSATISFIED_OBLIGATION)</a></h3> <p> This method may fail to clean up (close, dispose of) a stream, database object, or other resource requiring an explicit cleanup operation. </p> <p> In general, if a method opens a stream or other resource, the method should use a try/finally block to ensure that the stream or resource is cleaned up before the method returns. </p> <p> This bug pattern is essentially the same as the OS_OPEN_STREAM and ODR_OPEN_DATABASE_RESOURCE bug patterns, but is based on a different (and hopefully better) static analysis technique. We are interested is getting feedback about the usefulness of this bug pattern. To send feedback, either: </p> <ul> <li>send email to [email protected]</li> <li>file a bug report: <a href="http://findbugs.sourceforge.net/reportingBugs.html">http://findbugs.sourceforge.net/reportingBugs.html</a></li> </ul> <p> In particular, the false-positive suppression heuristics for this bug pattern have not been extensively tuned, so reports about false positives are helpful to us. </p> <p> See Weimer and Necula, <i>Finding and Preventing Run-Time Error Handling Mistakes</i>, for a description of the analysis technique. </p> <h3><a name="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE">OBL: Method may fail to clean up stream or resource on checked exception (OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE)</a></h3> <p> This method may fail to clean up (close, dispose of) a stream, database object, or other resource requiring an explicit cleanup operation. </p> <p> In general, if a method opens a stream or other resource, the method should use a try/finally block to ensure that the stream or resource is cleaned up before the method returns. </p> <p> This bug pattern is essentially the same as the OS_OPEN_STREAM and ODR_OPEN_DATABASE_RESOURCE bug patterns, but is based on a different (and hopefully better) static analysis technique. We are interested is getting feedback about the usefulness of this bug pattern. To send feedback, either: </p> <ul> <li>send email to [email protected]</li> <li>file a bug report: <a href="http://findbugs.sourceforge.net/reportingBugs.html">http://findbugs.sourceforge.net/reportingBugs.html</a></li> </ul> <p> In particular, the false-positive suppression heuristics for this bug pattern have not been extensively tuned, so reports about false positives are helpful to us. </p> <p> See Weimer and Necula, <i>Finding and Preventing Run-Time Error Handling Mistakes</i>, for a description of the analysis technique. </p> <h3><a name="DM_CONVERT_CASE">Dm: Consider using Locale parameterized version of invoked method (DM_CONVERT_CASE)</a></h3> <p> A String is being converted to upper or lowercase, using the platform's default encoding. This may result in improper conversions when used with international characters. Use the </p> <ul> <li>String.toUpperCase( Locale l )</li> <li>String.toLowerCase( Locale l )</li> </ul> <p>versions instead.</p> <h3><a name="DM_DEFAULT_ENCODING">Dm: Reliance on default encoding (DM_DEFAULT_ENCODING)</a></h3> <p> Found a call to a method which will perform a byte to String (or String to byte) conversion, and will assume that the default platform encoding is suitable. This will cause the application behaviour to vary between platforms. Use an alternative API and specify a charset name or Charset object explicitly. </p> <h3><a name="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED">DP: Classloaders should only be created inside doPrivileged block (DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED)</a></h3> <p> This code creates a classloader, which needs permission if a security manage is installed. If this code might be invoked by code that does not have security permissions, then the classloader creation needs to occur inside a doPrivileged block.</p> <h3><a name="DP_DO_INSIDE_DO_PRIVILEGED">DP: Method invoked that should be only be invoked inside a doPrivileged block (DP_DO_INSIDE_DO_PRIVILEGED)</a></h3> <p> This code invokes a method that requires a security permission check. If this code will be granted security permissions, but might be invoked by code that does not have security permissions, then the invocation needs to occur inside a doPrivileged block.</p> <h3><a name="EI_EXPOSE_REP">EI: May expose internal representation by returning reference to mutable object (EI_EXPOSE_REP)</a></h3> <p> Returning a reference to a mutable object value stored in one of the object's fields exposes the internal representation of the object.&nbsp; If instances are accessed by untrusted code, and unchecked changes to the mutable object would compromise security or other important properties, you will need to do something different. Returning a new copy of the object is better approach in many situations.</p> <h3><a name="EI_EXPOSE_REP2">EI2: May expose internal representation by incorporating reference to mutable object (EI_EXPOSE_REP2)</a></h3> <p> This code stores a reference to an externally mutable object into the internal representation of the object.&nbsp; If instances are accessed by untrusted code, and unchecked changes to the mutable object would compromise security or other important properties, you will need to do something different. Storing a copy of the object is better approach in many situations.</p> <h3><a name="FI_PUBLIC_SHOULD_BE_PROTECTED">FI: Finalizer should be protected, not public (FI_PUBLIC_SHOULD_BE_PROTECTED)</a></h3> <p> A class's <code>finalize()</code> method should have protected access, not public.</p> <h3><a name="EI_EXPOSE_STATIC_REP2">MS: May expose internal static state by storing a mutable object into a static field (EI_EXPOSE_STATIC_REP2)</a></h3> <p> This code stores a reference to an externally mutable object into a static field. If unchecked changes to the mutable object would compromise security or other important properties, you will need to do something different. Storing a copy of the object is better approach in many situations.</p> <h3><a name="MS_CANNOT_BE_FINAL">MS: Field isn't final and can't be protected from malicious code (MS_CANNOT_BE_FINAL)</a></h3> <p> A mutable static field could be changed by malicious code or by accident from another package. Unfortunately, the way the field is used doesn't allow any easy fix to this problem.</p> <h3><a name="MS_EXPOSE_REP">MS: Public static method may expose internal representation by returning array (MS_EXPOSE_REP)</a></h3> <p> A public static method returns a reference to an array that is part of the static state of the class. Any code that calls this method can freely modify the underlying array. One fix is to return a copy of the array.</p> <h3><a name="MS_FINAL_PKGPROTECT">MS: Field should be both final and package protected (MS_FINAL_PKGPROTECT)</a></h3> <p> A mutable static field could be changed by malicious code or by accident from another package. The field could be made package protected and/or made final to avoid this vulnerability.</p> <h3><a name="MS_MUTABLE_ARRAY">MS: Field is a mutable array (MS_MUTABLE_ARRAY)</a></h3> <p> A final static field references an array and can be accessed by malicious code or by accident from another package. This code can freely modify the contents of the array.</p> <h3><a name="MS_MUTABLE_HASHTABLE">MS: Field is a mutable Hashtable (MS_MUTABLE_HASHTABLE)</a></h3> <p>A final static field references a Hashtable and can be accessed by malicious code or by accident from another package. This code can freely modify the contents of the Hashtable.</p> <h3><a name="MS_OOI_PKGPROTECT">MS: Field should be moved out of an interface and made package protected (MS_OOI_PKGPROTECT)</a></h3> <p> A final static field that is defined in an interface references a mutable object such as an array or hashtable. This mutable object could be changed by malicious code or by accident from another package. To solve this, the field needs to be moved to a class and made package protected to avoid this vulnerability.</p> <h3><a name="MS_PKGPROTECT">MS: Field should be package protected (MS_PKGPROTECT)</a></h3> <p> A mutable static field could be changed by malicious code or by accident. The field could be made package protected to avoid this vulnerability.</p> <h3><a name="MS_SHOULD_BE_FINAL">MS: Field isn't final but should be (MS_SHOULD_BE_FINAL)</a></h3> <p> This static field public but not final, and could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.</p> <h3><a name="MS_SHOULD_BE_REFACTORED_TO_BE_FINAL">MS: Field isn't final but should be refactored to be so (MS_SHOULD_BE_REFACTORED_TO_BE_FINAL)</a></h3> <p> This static field public but not final, and could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability. However, the static initializer contains more than one write to the field, so doing so will require some refactoring. </p> <h3><a name="AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION">AT: Sequence of calls to concurrent abstraction may not be atomic (AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION)</a></h3> <p>This code contains a sequence of calls to a concurrent abstraction (such as a concurrent hash map). These calls will not be executed atomically. <h3><a name="DC_DOUBLECHECK">DC: Possible double check of field (DC_DOUBLECHECK)</a></h3> <p> This method may contain an instance of double-checked locking.&nbsp; This idiom is not correct according to the semantics of the Java memory model.&nbsp; For more information, see the web page <a href="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html" >http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html</a>.</p> <h3><a name="DL_SYNCHRONIZATION_ON_BOOLEAN">DL: Synchronization on Boolean (DL_SYNCHRONIZATION_ON_BOOLEAN)</a></h3> <p> The code synchronizes on a boxed primitive constant, such as an Boolean.</p> <pre> private static Boolean inited = Boolean.FALSE; ... synchronized(inited) { if (!inited) { init(); inited = Boolean.TRUE; } } ... </pre> <p>Since there normally exist only two Boolean objects, this code could be synchronizing on the same object as other, unrelated code, leading to unresponsiveness and possible deadlock</p> <p>See CERT <a href="https://www.securecoding.cert.org/confluence/display/java/CON08-J.+Do+not+synchronize+on+objects+that+may+be+reused">CON08-J. Do not synchronize on objects that may be reused</a> for more information.</p> <h3><a name="DL_SYNCHRONIZATION_ON_BOXED_PRIMITIVE">DL: Synchronization on boxed primitive (DL_SYNCHRONIZATION_ON_BOXED_PRIMITIVE)</a></h3> <p> The code synchronizes on a boxed primitive constant, such as an Integer.</p> <pre> private static Integer count = 0; ... synchronized(count) { count++; } ... </pre> <p>Since Integer objects can be cached and shared, this code could be synchronizing on the same object as other, unrelated code, leading to unresponsiveness and possible deadlock</p> <p>See CERT <a href="https://www.securecoding.cert.org/confluence/display/java/CON08-J.+Do+not+synchronize+on+objects+that+may+be+reused">CON08-J. Do not synchronize on objects that may be reused</a> for more information.</p> <h3><a name="DL_SYNCHRONIZATION_ON_SHARED_CONSTANT">DL: Synchronization on interned String (DL_SYNCHRONIZATION_ON_SHARED_CONSTANT)</a></h3> <p> The code synchronizes on interned String.</p> <pre> private static String LOCK = "LOCK"; ... synchronized(LOCK) { ...} ... </pre> <p>Constant Strings are interned and shared across all other classes loaded by the JVM. Thus, this could is locking on something that other code might also be locking. This could result in very strange and hard to diagnose blocking and deadlock behavior. See <a href="http://www.javalobby.org/java/forums/t96352.html">http://www.javalobby.org/java/forums/t96352.html</a> and <a href="http://jira.codehaus.org/browse/JETTY-352">http://jira.codehaus.org/browse/JETTY-352</a>. </p> <p>See CERT <a href="https://www.securecoding.cert.org/confluence/display/java/CON08-J.+Do+not+synchronize+on+objects+that+may+be+reused">CON08-J. Do not synchronize on objects that may be reused</a> for more information.</p> <h3><a name="DL_SYNCHRONIZATION_ON_UNSHARED_BOXED_PRIMITIVE">DL: Synchronization on boxed primitive values (DL_SYNCHRONIZATION_ON_UNSHARED_BOXED_PRIMITIVE)</a></h3> <p> The code synchronizes on an apparently unshared boxed primitive, such as an Integer.</p> <pre> private static final Integer fileLock = new Integer(1); ... synchronized(fileLock) { .. do something .. } ... </pre> <p>It would be much better, in this code, to redeclare fileLock as</p> <pre> private static final Object fileLock = new Object(); </pre> <p> The existing code might be OK, but it is confusing and a future refactoring, such as the "Remove Boxing" refactoring in IntelliJ, might replace this with the use of an interned Integer object shared throughout the JVM, leading to very confusing behavior and potential deadlock. </p> <h3><a name="DM_MONITOR_WAIT_ON_CONDITION">Dm: Monitor wait() called on Condition (DM_MONITOR_WAIT_ON_CONDITION)</a></h3> <p> This method calls <code>wait()</code> on a <code>java.util.concurrent.locks.Condition</code> object.&nbsp; Waiting for a <code>Condition</code> should be done using one of the <code>await()</code> methods defined by the <code>Condition</code> interface. </p> <h3><a name="DM_USELESS_THREAD">Dm: A thread was created using the default empty run method (DM_USELESS_THREAD)</a></h3> <p>This method creates a thread without specifying a run method either by deriving from the Thread class, or by passing a Runnable object. This thread, then, does nothing but waste time. </p> <h3><a name="ESync_EMPTY_SYNC">ESync: Empty synchronized block (ESync_EMPTY_SYNC)</a></h3> <p> The code contains an empty synchronized block:</p> <pre> synchronized() {} </pre> <p>Empty synchronized blocks are far more subtle and hard to use correctly than most people recognize, and empty synchronized blocks are almost never a better solution than less contrived solutions. </p> <h3><a name="IS2_INCONSISTENT_SYNC">IS: Inconsistent synchronization (IS2_INCONSISTENT_SYNC)</a></h3> <p> The fields of this class appear to be accessed inconsistently with respect to synchronization.&nbsp; This bug report indicates that the bug pattern detector judged that </p> <ul> <li> The class contains a mix of locked and unlocked accesses,</li> <li> The class is <b>not</b> annotated as javax.annotation.concurrent.NotThreadSafe,</li> <li> At least one locked access was performed by one of the class's own methods, and</li> <li> The number of unsynchronized field accesses (reads and writes) was no more than one third of all accesses, with writes being weighed twice as high as reads</li> </ul> <p> A typical bug matching this bug pattern is forgetting to synchronize one of the methods in a class that is intended to be thread-safe.</p> <p> You can select the nodes labeled "Unsynchronized access" to show the code locations where the detector believed that a field was accessed without synchronization.</p> <p> Note that there are various sources of inaccuracy in this detector; for example, the detector cannot statically detect all situations in which a lock is held.&nbsp; Also, even when the detector is accurate in distinguishing locked vs. unlocked accesses, the code in question may still be correct.</p> <h3><a name="IS_FIELD_NOT_GUARDED">IS: Field not guarded against concurrent access (IS_FIELD_NOT_GUARDED)</a></h3> <p> This field is annotated with net.jcip.annotations.GuardedBy or javax.annotation.concurrent.GuardedBy, but can be accessed in a way that seems to violate those annotations.</p> <h3><a name="JLM_JSR166_LOCK_MONITORENTER">JLM: Synchronization performed on Lock (JLM_JSR166_LOCK_MONITORENTER)</a></h3> <p> This method performs synchronization an object that implements java.util.concurrent.locks.Lock. Such an object is locked/unlocked using <code>acquire()</code>/<code>release()</code> rather than using the <code>synchronized (...)</code> construct. </p> <h3><a name="JLM_JSR166_UTILCONCURRENT_MONITORENTER">JLM: Synchronization performed on util.concurrent instance (JLM_JSR166_UTILCONCURRENT_MONITORENTER)</a></h3> <p> This method performs synchronization an object that is an instance of a class from the java.util.concurrent package (or its subclasses). Instances of these classes have their own concurrency control mechanisms that are orthogonal to the synchronization provided by the Java keyword <code>synchronized</code>. For example, synchronizing on an <code>AtomicBoolean</code> will not prevent other threads from modifying the <code>AtomicBoolean</code>.</p> <p>Such code may be correct, but should be carefully reviewed and documented, and may confuse people who have to maintain the code at a later date. </p> <h3><a name="JML_JSR166_CALLING_WAIT_RATHER_THAN_AWAIT">JLM: Using monitor style wait methods on util.concurrent abstraction (JML_JSR166_CALLING_WAIT_RATHER_THAN_AWAIT)</a></h3> <p> This method calls <code>wait()</code>, <code>notify()</code> or <code>notifyAll()()</code> on an object that also provides an <code>await()</code>, <code>signal()</code>, <code>signalAll()</code> method (such as util.concurrent Condition objects). This probably isn't what you want, and even if you do want it, you should consider changing your design, as other developers will find it exceptionally confusing. </p> <h3><a name="LI_LAZY_INIT_STATIC">LI: Incorrect lazy initialization of static field (LI_LAZY_INIT_STATIC)</a></h3> <p> This method contains an unsynchronized lazy initialization of a non-volatile static field. Because the compiler or processor may reorder instructions, threads are not guaranteed to see a completely initialized object, <em>if the method can be called by multiple threads</em>. You can make the field volatile to correct the problem. For more information, see the <a href="http://www.cs.umd.edu/~pugh/java/memoryModel/">Java Memory Model web site</a>. </p> <h3><a name="LI_LAZY_INIT_UPDATE_STATIC">LI: Incorrect lazy initialization and update of static field (LI_LAZY_INIT_UPDATE_STATIC)</a></h3> <p> This method contains an unsynchronized lazy initialization of a static field. After the field is set, the object stored into that location is further updated or accessed. The setting of the field is visible to other threads as soon as it is set. If the futher accesses in the method that set the field serve to initialize the object, then you have a <em>very serious</em> multithreading bug, unless something else prevents any other thread from accessing the stored object until it is fully initialized. </p> <p>Even if you feel confident that the method is never called by multiple threads, it might be better to not set the static field until the value you are setting it to is fully populated/initialized. <h3><a name="ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD">ML: Synchronization on field in futile attempt to guard that field (ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD)</a></h3> <p> This method synchronizes on a field in what appears to be an attempt to guard against simultaneous updates to that field. But guarding a field gets a lock on the referenced object, not on the field. This may not provide the mutual exclusion you need, and other threads might be obtaining locks on the referenced objects (for other purposes). An example of this pattern would be:</p> <pre> private Long myNtfSeqNbrCounter = new Long(0); private Long getNotificationSequenceNumber() { Long result = null; synchronized(myNtfSeqNbrCounter) { result = new Long(myNtfSeqNbrCounter.longValue() + 1); myNtfSeqNbrCounter = new Long(result.longValue()); } return result; } </pre> <h3><a name="ML_SYNC_ON_UPDATED_FIELD">ML: Method synchronizes on an updated field (ML_SYNC_ON_UPDATED_FIELD)</a></h3> <p> This method synchronizes on an object referenced from a mutable field. This is unlikely to have useful semantics, since different threads may be synchronizing on different objects.</p> <h3><a name="MSF_MUTABLE_SERVLET_FIELD">MSF: Mutable servlet field (MSF_MUTABLE_SERVLET_FIELD)</a></h3> <p>A web server generally only creates one instance of servlet or jsp class (i.e., treats the class as a Singleton), and will have multiple threads invoke methods on that instance to service multiple simultaneous requests. Thus, having a mutable instance field generally creates race conditions. <h3><a name="MWN_MISMATCHED_NOTIFY">MWN: Mismatched notify() (MWN_MISMATCHED_NOTIFY)</a></h3> <p> This method calls Object.notify() or Object.notifyAll() without obviously holding a lock on the object.&nbsp; Calling notify() or notifyAll() without a lock held will result in an <code>IllegalMonitorStateException</code> being thrown.</p> <h3><a name="MWN_MISMATCHED_WAIT">MWN: Mismatched wait() (MWN_MISMATCHED_WAIT)</a></h3> <p> This method calls Object.wait() without obviously holding a lock on the object.&nbsp; Calling wait() without a lock held will result in an <code>IllegalMonitorStateException</code> being thrown.</p> <h3><a name="NN_NAKED_NOTIFY">NN: Naked notify (NN_NAKED_NOTIFY)</a></h3> <p> A call to <code>notify()</code> or <code>notifyAll()</code> was made without any (apparent) accompanying modification to mutable object state.&nbsp; In general, calling a notify method on a monitor is done because some condition another thread is waiting for has become true.&nbsp; However, for the condition to be meaningful, it must involve a heap object that is visible to both threads.</p> <p> This bug does not necessarily indicate an error, since the change to mutable object state may have taken place in a method which then called the method containing the notification.</p> <h3><a name="NP_SYNC_AND_NULL_CHECK_FIELD">NP: Synchronize and null check on the same field. (NP_SYNC_AND_NULL_CHECK_FIELD)</a></h3> <p>Since the field is synchronized on, it seems not likely to be null. If it is null and then synchronized on a NullPointerException will be thrown and the check would be pointless. Better to synchronize on another field.</p> <h3><a name="NO_NOTIFY_NOT_NOTIFYALL">No: Using notify() rather than notifyAll() (NO_NOTIFY_NOT_NOTIFYALL)</a></h3> <p> This method calls <code>notify()</code> rather than <code>notifyAll()</code>.&nbsp; Java monitors are often used for multiple conditions.&nbsp; Calling <code>notify()</code> only wakes up one thread, meaning that the thread woken up might not be the one waiting for the condition that the caller just satisfied.</p> <h3><a name="RS_READOBJECT_SYNC">RS: Class's readObject() method is synchronized (RS_READOBJECT_SYNC)</a></h3> <p> This serializable class defines a <code>readObject()</code> which is synchronized.&nbsp; By definition, an object created by deserialization is only reachable by one thread, and thus there is no need for <code>readObject()</code> to be synchronized.&nbsp; If the <code>readObject()</code> method itself is causing the object to become visible to another thread, that is an example of very dubious coding style.</p> <h3><a name="RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED">RV: Return value of putIfAbsent ignored, value passed to putIfAbsent reused (RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED)</a></h3> The <code>putIfAbsent</code> method is typically used to ensure that a single value is associated with a given key (the first value for which put if absent succeeds). If you ignore the return value and retain a reference to the value passed in, you run the risk of retaining a value that is not the one that is associated with the key in the map. If it matters which one you use and you use the one that isn't stored in the map, your program will behave incorrectly. <h3><a name="RU_INVOKE_RUN">Ru: Invokes run on a thread (did you mean to start it instead?) (RU_INVOKE_RUN)</a></h3> <p> This method explicitly invokes <code>run()</code> on an object.&nbsp; In general, classes implement the <code>Runnable</code> interface because they are going to have their <code>run()</code> method invoked in a new thread, in which case <code>Thread.start()</code> is the right method to call.</p> <h3><a name="SC_START_IN_CTOR">SC: Constructor invokes Thread.start() (SC_START_IN_CTOR)</a></h3> <p> The constructor starts a thread. This is likely to be wrong if the class is ever extended/subclassed, since the thread will be started before the subclass constructor is started.</p> <h3><a name="SP_SPIN_ON_FIELD">SP: Method spins on field (SP_SPIN_ON_FIELD)</a></h3> <p> This method spins in a loop which reads a field.&nbsp; The compiler may legally hoist the read out of the loop, turning the code into an infinite loop.&nbsp; The class should be changed so it uses proper synchronization (including wait and notify calls).</p> <h3><a name="STCAL_INVOKE_ON_STATIC_CALENDAR_INSTANCE">STCAL: Call to static Calendar (STCAL_INVOKE_ON_STATIC_CALENDAR_INSTANCE)</a></h3> <p>Even though the JavaDoc does not contain a hint about it, Calendars are inherently unsafe for multihtreaded use. The detector has found a call to an instance of Calendar that has been obtained via a static field. This looks suspicous.</p> <p>For more information on this see <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6231579">Sun Bug #6231579</a> and <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6178997">Sun Bug #6178997</a>.</p> <h3><a name="STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE">STCAL: Call to static DateFormat (STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE)</a></h3> <p>As the JavaDoc states, DateFormats are inherently unsafe for multithreaded use. The detector has found a call to an instance of DateFormat that has been obtained via a static field. This looks suspicous.</p> <p>For more information on this see <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6231579">Sun Bug #6231579</a> and <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6178997">Sun Bug #6178997</a>.</p> <h3><a name="STCAL_STATIC_CALENDAR_INSTANCE">STCAL: Static Calendar field (STCAL_STATIC_CALENDAR_INSTANCE)</a></h3> <p>Even though the JavaDoc does not contain a hint about it, Calendars are inherently unsafe for multihtreaded use. Sharing a single instance across thread boundaries without proper synchronization will result in erratic behavior of the application. Under 1.4 problems seem to surface less often than under Java 5 where you will probably see random ArrayIndexOutOfBoundsExceptions or IndexOutOfBoundsExceptions in sun.util.calendar.BaseCalendar.getCalendarDateFromFixedDate().</p> <p>You may also experience serialization problems.</p> <p>Using an instance field is recommended.</p> <p>For more information on this see <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6231579">Sun Bug #6231579</a> and <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6178997">Sun Bug #6178997</a>.</p> <h3><a name="STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE">STCAL: Static DateFormat (STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE)</a></h3> <p>As the JavaDoc states, DateFormats are inherently unsafe for multithreaded use. Sharing a single instance across thread boundaries without proper synchronization will result in erratic behavior of the application.</p> <p>You may also experience serialization problems.</p> <p>Using an instance field is recommended.</p> <p>For more information on this see <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6231579">Sun Bug #6231579</a> and <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6178997">Sun Bug #6178997</a>.</p> <h3><a name="SWL_SLEEP_WITH_LOCK_HELD">SWL: Method calls Thread.sleep() with a lock held (SWL_SLEEP_WITH_LOCK_HELD)</a></h3> <p> This method calls Thread.sleep() with a lock held. This may result in very poor performance and scalability, or a deadlock, since other threads may be waiting to acquire the lock. It is a much better idea to call wait() on the lock, which releases the lock and allows other threads to run. </p> <h3><a name="TLW_TWO_LOCK_WAIT">TLW: Wait with two locks held (TLW_TWO_LOCK_WAIT)</a></h3> <p> Waiting on a monitor while two locks are held may cause deadlock. &nbsp; Performing a wait only releases the lock on the object being waited on, not any other locks. &nbsp; This not necessarily a bug, but is worth examining closely.</p> <h3><a name="UG_SYNC_SET_UNSYNC_GET">UG: Unsynchronized get method, synchronized set method (UG_SYNC_SET_UNSYNC_GET)</a></h3> <p> This class contains similarly-named get and set methods where the set method is synchronized and the get method is not.&nbsp; This may result in incorrect behavior at runtime, as callers of the get method will not necessarily see a consistent state for the object.&nbsp; The get method should be made synchronized.</p> <h3><a name="UL_UNRELEASED_LOCK">UL: Method does not release lock on all paths (UL_UNRELEASED_LOCK)</a></h3> <p> This method acquires a JSR-166 (<code>java.util.concurrent</code>) lock, but does not release it on all paths out of the method. In general, the correct idiom for using a JSR-166 lock is: </p> <pre> Lock l = ...; l.lock(); try { // do something } finally { l.unlock(); } </pre> <h3><a name="UL_UNRELEASED_LOCK_EXCEPTION_PATH">UL: Method does not release lock on all exception paths (UL_UNRELEASED_LOCK_EXCEPTION_PATH)</a></h3> <p> This method acquires a JSR-166 (<code>java.util.concurrent</code>) lock, but does not release it on all exception paths out of the method. In general, the correct idiom for using a JSR-166 lock is: </p> <pre> Lock l = ...; l.lock(); try { // do something } finally { l.unlock(); } </pre> <h3><a name="UW_UNCOND_WAIT">UW: Unconditional wait (UW_UNCOND_WAIT)</a></h3> <p> This method contains a call to <code>java.lang.Object.wait()</code> which is not guarded by conditional control flow.&nbsp; The code should verify that condition it intends to wait for is not already satisfied before calling wait; any previous notifications will be ignored. </p> <h3><a name="VO_VOLATILE_INCREMENT">VO: An increment to a volatile field isn't atomic (VO_VOLATILE_INCREMENT)</a></h3> <p>This code increments a volatile field. Increments of volatile fields aren't atomic. If more than one thread is incrementing the field at the same time, increments could be lost. </p> <h3><a name="VO_VOLATILE_REFERENCE_TO_ARRAY">VO: A volatile reference to an array doesn't treat the array elements as volatile (VO_VOLATILE_REFERENCE_TO_ARRAY)</a></h3> <p>This declares a volatile reference to an array, which might not be what you want. With a volatile reference to an array, reads and writes of the reference to the array are treated as volatile, but the array elements are non-volatile. To get volatile array elements, you will need to use one of the atomic array classes in java.util.concurrent (provided in Java 5.0).</p> <h3><a name="WL_USING_GETCLASS_RATHER_THAN_CLASS_LITERAL">WL: Synchronization on getClass rather than class literal (WL_USING_GETCLASS_RATHER_THAN_CLASS_LITERAL)</a></h3> <p> This instance method synchronizes on <code>this.getClass()</code>. If this class is subclassed, subclasses will synchronize on the class object for the subclass, which isn't likely what was intended. For example, consider this code from java.awt.Label:</p> <pre> private static final String base = "label"; private static int nameCounter = 0; String constructComponentName() { synchronized (getClass()) { return base + nameCounter++; } } </pre> <p>Subclasses of <code>Label</code> won't synchronize on the same subclass, giving rise to a datarace. Instead, this code should be synchronizing on <code>Label.class</code></p> <pre> private static final String base = "label"; private static int nameCounter = 0; String constructComponentName() { synchronized (Label.class) { return base + nameCounter++; } } </pre> <p>Bug pattern contributed by Jason Mehrens</p> <h3><a name="WS_WRITEOBJECT_SYNC">WS: Class's writeObject() method is synchronized but nothing else is (WS_WRITEOBJECT_SYNC)</a></h3> <p> This class has a <code>writeObject()</code> method which is synchronized; however, no other method of the class is synchronized.</p> <h3><a name="WA_AWAIT_NOT_IN_LOOP">Wa: Condition.await() not in loop (WA_AWAIT_NOT_IN_LOOP)</a></h3> <p> This method contains a call to <code>java.util.concurrent.await()</code> (or variants) which is not in a loop.&nbsp; If the object is used for multiple conditions, the condition the caller intended to wait for might not be the one that actually occurred.</p> <h3><a name="WA_NOT_IN_LOOP">Wa: Wait not in loop (WA_NOT_IN_LOOP)</a></h3> <p> This method contains a call to <code>java.lang.Object.wait()</code> which is not in a loop.&nbsp; If the monitor is used for multiple conditions, the condition the caller intended to wait for might not be the one that actually occurred.</p> <h3><a name="BX_BOXING_IMMEDIATELY_UNBOXED">Bx: Primitive value is boxed and then immediately unboxed (BX_BOXING_IMMEDIATELY_UNBOXED)</a></h3> <p>A primitive is boxed, and then immediately unboxed. This probably is due to a manual boxing in a place where an unboxed value is required, thus forcing the compiler to immediately undo the work of the boxing. </p> <h3><a name="BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCION">Bx: Primitive value is boxed then unboxed to perform primitive coercion (BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCION)</a></h3> <p>A primitive boxed value constructed and then immediately converted into a different primitive type (e.g., <code>new Double(d).intValue()</code>). Just perform direct primitive coercion (e.g., <code>(int) d</code>).</p> <h3><a name="BX_UNBOXING_IMMEDIATELY_REBOXED">Bx: Boxed value is unboxed and then immediately reboxed (BX_UNBOXING_IMMEDIATELY_REBOXED)</a></h3> <p>A boxed value is unboxed and then immediately reboxed. </p> <h3><a name="DM_BOXED_PRIMITIVE_FOR_PARSING">Bx: Boxing/unboxing to parse a primitive (DM_BOXED_PRIMITIVE_FOR_PARSING)</a></h3> <p>A boxed primitive is created from a String, just to extract the unboxed primitive value. It is more efficient to just call the static parseXXX method.</p> <h3><a name="DM_BOXED_PRIMITIVE_TOSTRING">Bx: Method allocates a boxed primitive just to call toString (DM_BOXED_PRIMITIVE_TOSTRING)</a></h3> <p>A boxed primitive is allocated just to call toString(). It is more effective to just use the static form of toString which takes the primitive value. So,</p> <table> <tr><th>Replace...</th><th>With this...</th></tr> <tr><td>new Integer(1).toString()</td><td>Integer.toString(1)</td></tr> <tr><td>new Long(1).toString()</td><td>Long.toString(1)</td></tr> <tr><td>new Float(1.0).toString()</td><td>Float.toString(1.0)</td></tr> <tr><td>new Double(1.0).toString()</td><td>Double.toString(1.0)</td></tr> <tr><td>new Byte(1).toString()</td><td>Byte.toString(1)</td></tr> <tr><td>new Short(1).toString()</td><td>Short.toString(1)</td></tr> <tr><td>new Boolean(true).toString()</td><td>Boolean.toString(true)</td></tr> </table> <h3><a name="DM_FP_NUMBER_CTOR">Bx: Method invokes inefficient floating-point Number constructor; use static valueOf instead (DM_FP_NUMBER_CTOR)</a></h3> <p> Using <code>new Double(double)</code> is guaranteed to always result in a new object whereas <code>Double.valueOf(double)</code> allows caching of values to be done by the compiler, class library, or JVM. Using of cached values avoids object allocation and the code will be faster. </p> <p> Unless the class must be compatible with JVMs predating Java 1.5, use either autoboxing or the <code>valueOf()</code> method when creating instances of <code>Double</code> and <code>Float</code>. </p> <h3><a name="DM_NUMBER_CTOR">Bx: Method invokes inefficient Number constructor; use static valueOf instead (DM_NUMBER_CTOR)</a></h3> <p> Using <code>new Integer(int)</code> is guaranteed to always result in a new object whereas <code>Integer.valueOf(int)</code> allows caching of values to be done by the compiler, class library, or JVM. Using of cached values avoids object allocation and the code will be faster. </p> <p> Values between -128 and 127 are guaranteed to have corresponding cached instances and using <code>valueOf</code> is approximately 3.5 times faster than using constructor. For values outside the constant range the performance of both styles is the same. </p> <p> Unless the class must be compatible with JVMs predating Java 1.5, use either autoboxing or the <code>valueOf()</code> method when creating instances of <code>Long</code>, <code>Integer</code>, <code>Short</code>, <code>Character</code>, and <code>Byte</code>. </p> <h3><a name="DMI_BLOCKING_METHODS_ON_URL">Dm: The equals and hashCode methods of URL are blocking (DMI_BLOCKING_METHODS_ON_URL)</a></h3> <p> The equals and hashCode method of URL perform domain name resolution, this can result in a big performance hit. See <a href="http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html">http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html</a> for more information. Consider using <code>java.net.URI</code> instead. </p> <h3><a name="DMI_COLLECTION_OF_URLS">Dm: Maps and sets of URLs can be performance hogs (DMI_COLLECTION_OF_URLS)</a></h3> <p> This method or field is or uses a Map or Set of URLs. Since both the equals and hashCode method of URL perform domain name resolution, this can result in a big performance hit. See <a href="http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html">http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html</a> for more information. Consider using <code>java.net.URI</code> instead. </p> <h3><a name="DM_BOOLEAN_CTOR">Dm: Method invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead (DM_BOOLEAN_CTOR)</a></h3> <p> Creating new instances of <code>java.lang.Boolean</code> wastes memory, since <code>Boolean</code> objects are immutable and there are only two useful values of this type.&nbsp; Use the <code>Boolean.valueOf()</code> method (or Java 1.5 autoboxing) to create <code>Boolean</code> objects instead.</p> <h3><a name="DM_GC">Dm: Explicit garbage collection; extremely dubious except in benchmarking code (DM_GC)</a></h3> <p> Code explicitly invokes garbage collection. Except for specific use in benchmarking, this is very dubious.</p> <p>In the past, situations where people have explicitly invoked the garbage collector in routines such as close or finalize methods has led to huge performance black holes. Garbage collection can be expensive. Any situation that forces hundreds or thousands of garbage collections will bring the machine to a crawl.</p> <h3><a name="DM_NEW_FOR_GETCLASS">Dm: Method allocates an object, only to get the class object (DM_NEW_FOR_GETCLASS)</a></h3> <p>This method allocates an object just to call getClass() on it, in order to retrieve the Class object for it. It is simpler to just access the .class property of the class.</p> <h3><a name="DM_NEXTINT_VIA_NEXTDOUBLE">Dm: Use the nextInt method of Random rather than nextDouble to generate a random integer (DM_NEXTINT_VIA_NEXTDOUBLE)</a></h3> <p>If <code>r</code> is a <code>java.util.Random</code>, you can generate a random number from <code>0</code> to <code>n-1</code> using <code>r.nextInt(n)</code>, rather than using <code>(int)(r.nextDouble() * n)</code>. </p> <p>The argument to nextInt must be positive. If, for example, you want to generate a random value from -99 to 0, use <code>-r.nextInt(100)</code>. </p> <h3><a name="DM_STRING_CTOR">Dm: Method invokes inefficient new String(String) constructor (DM_STRING_CTOR)</a></h3> <p> Using the <code>java.lang.String(String)</code> constructor wastes memory because the object so constructed will be functionally indistinguishable from the <code>String</code> passed as a parameter.&nbsp; Just use the argument <code>String</code> directly.</p> <h3><a name="DM_STRING_TOSTRING">Dm: Method invokes toString() method on a String (DM_STRING_TOSTRING)</a></h3> <p> Calling <code>String.toString()</code> is just a redundant operation. Just use the String.</p> <h3><a name="DM_STRING_VOID_CTOR">Dm: Method invokes inefficient new String() constructor (DM_STRING_VOID_CTOR)</a></h3> <p> Creating a new <code>java.lang.String</code> object using the no-argument constructor wastes memory because the object so created will be functionally indistinguishable from the empty string constant <code>""</code>.&nbsp; Java guarantees that identical string constants will be represented by the same <code>String</code> object.&nbsp; Therefore, you should just use the empty string constant directly.</p> <h3><a name="HSC_HUGE_SHARED_STRING_CONSTANT">HSC: Huge string constants is duplicated across multiple class files (HSC_HUGE_SHARED_STRING_CONSTANT)</a></h3> <p> A large String constant is duplicated across multiple class files. This is likely because a final field is initialized to a String constant, and the Java language mandates that all references to a final field from other classes be inlined into that classfile. See <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6447475">JDK bug 6447475</a> for a description of an occurrence of this bug in the JDK and how resolving it reduced the size of the JDK by 1 megabyte. </p> <h3><a name="ITA_INEFFICIENT_TO_ARRAY">ITA: Method uses toArray() with zero-length array argument (ITA_INEFFICIENT_TO_ARRAY)</a></h3> <p> This method uses the toArray() method of a collection derived class, and passes in a zero-length prototype array argument. It is more efficient to use <code>myCollection.toArray(new Foo[myCollection.size()])</code> If the array passed in is big enough to store all of the elements of the collection, then it is populated and returned directly. This avoids the need to create a second array (by reflection) to return as the result.</p> <h3><a name="SBSC_USE_STRINGBUFFER_CONCATENATION">SBSC: Method concatenates strings using + in a loop (SBSC_USE_STRINGBUFFER_CONCATENATION)</a></h3> <p> The method seems to be building a String using concatenation in a loop. In each iteration, the String is converted to a StringBuffer/StringBuilder, appended to, and converted back to a String. This can lead to a cost quadratic in the number of iterations, as the growing string is recopied in each iteration. </p> <p>Better performance can be obtained by using a StringBuffer (or StringBuilder in Java 1.5) explicitly.</p> <p> For example:</p> <pre> // This is bad String s = ""; for (int i = 0; i &lt; field.length; ++i) { s = s + field[i]; } // This is better StringBuffer buf = new StringBuffer(); for (int i = 0; i &lt; field.length; ++i) { buf.append(field[i]); } String s = buf.toString(); </pre> <h3><a name="SIC_INNER_SHOULD_BE_STATIC">SIC: Should be a static inner class (SIC_INNER_SHOULD_BE_STATIC)</a></h3> <p> This class is an inner class, but does not use its embedded reference to the object which created it.&nbsp; This reference makes the instances of the class larger, and may keep the reference to the creator object alive longer than necessary.&nbsp; If possible, the class should be made static. </p> <h3><a name="SIC_INNER_SHOULD_BE_STATIC_ANON">SIC: Could be refactored into a named static inner class (SIC_INNER_SHOULD_BE_STATIC_ANON)</a></h3> <p> This class is an inner class, but does not use its embedded reference to the object which created it.&nbsp; This reference makes the instances of the class larger, and may keep the reference to the creator object alive longer than necessary.&nbsp; If possible, the class should be made into a <em>static</em> inner class. Since anonymous inner classes cannot be marked as static, doing this will require refactoring the inner class so that it is a named inner class.</p> <h3><a name="SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS">SIC: Could be refactored into a static inner class (SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS)</a></h3> <p> This class is an inner class, but does not use its embedded reference to the object which created it except during construction of the inner object.&nbsp; This reference makes the instances of the class larger, and may keep the reference to the creator object alive longer than necessary.&nbsp; If possible, the class should be made into a <em>static</em> inner class. Since the reference to the outer object is required during construction of the inner instance, the inner class will need to be refactored so as to pass a reference to the outer instance to the constructor for the inner class.</p> <h3><a name="SS_SHOULD_BE_STATIC">SS: Unread field: should this field be static? (SS_SHOULD_BE_STATIC)</a></h3> <p> This class contains an instance final field that is initialized to a compile-time static value. Consider making the field static.</p> <h3><a name="UM_UNNECESSARY_MATH">UM: Method calls static Math class method on a constant value (UM_UNNECESSARY_MATH)</a></h3> <p> This method uses a static method from java.lang.Math on a constant value. This method's result in this case, can be determined statically, and is faster and sometimes more accurate to just use the constant. Methods detected are: </p> <table> <tr> <th>Method</th> <th>Parameter</th> </tr> <tr> <td>abs</td> <td>-any-</td> </tr> <tr> <td>acos</td> <td>0.0 or 1.0</td> </tr> <tr> <td>asin</td> <td>0.0 or 1.0</td> </tr> <tr> <td>atan</td> <td>0.0 or 1.0</td> </tr> <tr> <td>atan2</td> <td>0.0</td> </tr> <tr> <td>cbrt</td> <td>0.0 or 1.0</td> </tr> <tr> <td>ceil</td> <td>-any-</td> </tr> <tr> <td>cos</td> <td>0.0</td> </tr> <tr> <td>cosh</td> <td>0.0</td> </tr> <tr> <td>exp</td> <td>0.0 or 1.0</td> </tr> <tr> <td>expm1</td> <td>0.0</td> </tr> <tr> <td>floor</td> <td>-any-</td> </tr> <tr> <td>log</td> <td>0.0 or 1.0</td> </tr> <tr> <td>log10</td> <td>0.0 or 1.0</td> </tr> <tr> <td>rint</td> <td>-any-</td> </tr> <tr> <td>round</td> <td>-any-</td> </tr> <tr> <td>sin</td> <td>0.0</td> </tr> <tr> <td>sinh</td> <td>0.0</td> </tr> <tr> <td>sqrt</td> <td>0.0 or 1.0</td> </tr> <tr> <td>tan</td> <td>0.0</td> </tr> <tr> <td>tanh</td> <td>0.0</td> </tr> <tr> <td>toDegrees</td> <td>0.0 or 1.0</td> </tr> <tr> <td>toRadians</td> <td>0.0</td> </tr> </table> <h3><a name="UPM_UNCALLED_PRIVATE_METHOD">UPM: Private method is never called (UPM_UNCALLED_PRIVATE_METHOD)</a></h3> <p> This private method is never called. Although it is possible that the method will be invoked through reflection, it is more likely that the method is never used, and should be removed. </p> <h3><a name="URF_UNREAD_FIELD">UrF: Unread field (URF_UNREAD_FIELD)</a></h3> <p> This field is never read.&nbsp; Consider removing it from the class.</p> <h3><a name="UUF_UNUSED_FIELD">UuF: Unused field (UUF_UNUSED_FIELD)</a></h3> <p> This field is never used.&nbsp; Consider removing it from the class.</p> <h3><a name="WMI_WRONG_MAP_ITERATOR">WMI: Inefficient use of keySet iterator instead of entrySet iterator (WMI_WRONG_MAP_ITERATOR)</a></h3> <p> This method accesses the value of a Map entry, using a key that was retrieved from a keySet iterator. It is more efficient to use an iterator on the entrySet of the map, to avoid the Map.get(key) lookup.</p> <h3><a name="DMI_CONSTANT_DB_PASSWORD">Dm: Hardcoded constant database password (DMI_CONSTANT_DB_PASSWORD)</a></h3> <p>This code creates a database connect using a hardcoded, constant password. Anyone with access to either the source code or the compiled code can easily learn the password. </p> <h3><a name="DMI_EMPTY_DB_PASSWORD">Dm: Empty database password (DMI_EMPTY_DB_PASSWORD)</a></h3> <p>This code creates a database connect using a blank or empty password. This indicates that the database is not protected by a password. </p> <h3><a name="HRS_REQUEST_PARAMETER_TO_COOKIE">HRS: HTTP cookie formed from untrusted input (HRS_REQUEST_PARAMETER_TO_COOKIE)</a></h3> <p>This code constructs an HTTP Cookie using an untrusted HTTP parameter. If this cookie is added to an HTTP response, it will allow a HTTP response splitting vulnerability. See <a href="http://en.wikipedia.org/wiki/HTTP_response_splitting">http://en.wikipedia.org/wiki/HTTP_response_splitting</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of HTTP response splitting. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more vulnerabilities that FindBugs doesn't report. If you are concerned about HTTP response splitting, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="HRS_REQUEST_PARAMETER_TO_HTTP_HEADER">HRS: HTTP Response splitting vulnerability (HRS_REQUEST_PARAMETER_TO_HTTP_HEADER)</a></h3> <p>This code directly writes an HTTP parameter to an HTTP header, which allows for a HTTP response splitting vulnerability. See <a href="http://en.wikipedia.org/wiki/HTTP_response_splitting">http://en.wikipedia.org/wiki/HTTP_response_splitting</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of HTTP response splitting. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more vulnerabilities that FindBugs doesn't report. If you are concerned about HTTP response splitting, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="PT_ABSOLUTE_PATH_TRAVERSAL">PT: Absolute path traversal in servlet (PT_ABSOLUTE_PATH_TRAVERSAL)</a></h3> <p>The software uses an HTTP request parameter to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory. See <a href="http://cwe.mitre.org/data/definitions/36.html">http://cwe.mitre.org/data/definitions/36.html</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of absolute path traversal. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more vulnerabilities that FindBugs doesn't report. If you are concerned about absolute path traversal, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="PT_RELATIVE_PATH_TRAVERSAL">PT: Relative path traversal in servlet (PT_RELATIVE_PATH_TRAVERSAL)</a></h3> <p>The software uses an HTTP request parameter to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory. See <a href="http://cwe.mitre.org/data/definitions/23.html">http://cwe.mitre.org/data/definitions/23.html</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of relative path traversal. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more vulnerabilities that FindBugs doesn't report. If you are concerned about relative path traversal, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE">SQL: Nonconstant string passed to execute method on an SQL statement (SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE)</a></h3> <p>The method invokes the execute method on an SQL statement with a String that seems to be dynamically generated. Consider using a prepared statement instead. It is more efficient and less vulnerable to SQL injection attacks. </p> <h3><a name="SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING">SQL: A prepared statement is generated from a nonconstant String (SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING)</a></h3> <p>The code creates an SQL prepared statement from a nonconstant String. If unchecked, tainted data from a user is used in building this String, SQL injection could be used to make the prepared statement do something unexpected and undesirable. </p> <h3><a name="XSS_REQUEST_PARAMETER_TO_JSP_WRITER">XSS: JSP reflected cross site scripting vulnerability (XSS_REQUEST_PARAMETER_TO_JSP_WRITER)</a></h3> <p>This code directly writes an HTTP parameter to JSP output, which allows for a cross site scripting vulnerability. See <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">http://en.wikipedia.org/wiki/Cross-site_scripting</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of cross site scripting. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more cross site scripting vulnerabilities that FindBugs doesn't report. If you are concerned about cross site scripting, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="XSS_REQUEST_PARAMETER_TO_SEND_ERROR">XSS: Servlet reflected cross site scripting vulnerability in error page (XSS_REQUEST_PARAMETER_TO_SEND_ERROR)</a></h3> <p>This code directly writes an HTTP parameter to a Server error page (using HttpServletResponse.sendError). Echoing this untrusted input allows for a reflected cross site scripting vulnerability. See <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">http://en.wikipedia.org/wiki/Cross-site_scripting</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of cross site scripting. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more cross site scripting vulnerabilities that FindBugs doesn't report. If you are concerned about cross site scripting, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER">XSS: Servlet reflected cross site scripting vulnerability (XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER)</a></h3> <p>This code directly writes an HTTP parameter to Servlet output, which allows for a reflected cross site scripting vulnerability. See <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">http://en.wikipedia.org/wiki/Cross-site_scripting</a> for more information.</p> <p>FindBugs looks only for the most blatant, obvious cases of cross site scripting. If FindBugs found <em>any</em>, you <em>almost certainly</em> have more cross site scripting vulnerabilities that FindBugs doesn't report. If you are concerned about cross site scripting, you should seriously consider using a commercial static analysis or pen-testing tool. </p> <h3><a name="BC_BAD_CAST_TO_ABSTRACT_COLLECTION">BC: Questionable cast to abstract collection (BC_BAD_CAST_TO_ABSTRACT_COLLECTION)</a></h3> <p> This code casts a Collection to an abstract collection (such as <code>List</code>, <code>Set</code>, or <code>Map</code>). Ensure that you are guaranteed that the object is of the type you are casting to. If all you need is to be able to iterate through a collection, you don't need to cast it to a Set or List. </p> <h3><a name="BC_BAD_CAST_TO_CONCRETE_COLLECTION">BC: Questionable cast to concrete collection (BC_BAD_CAST_TO_CONCRETE_COLLECTION)</a></h3> <p> This code casts an abstract collection (such as a Collection, List, or Set) to a specific concrete implementation (such as an ArrayList or HashSet). This might not be correct, and it may make your code fragile, since it makes it harder to switch to other concrete implementations at a future point. Unless you have a particular reason to do so, just use the abstract collection class. </p> <h3><a name="BC_UNCONFIRMED_CAST">BC: Unchecked/unconfirmed cast (BC_UNCONFIRMED_CAST)</a></h3> <p> This cast is unchecked, and not all instances of the type casted from can be cast to the type it is being cast to. Check that your program logic ensures that this cast will not fail. </p> <h3><a name="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE">BC: Unchecked/unconfirmed cast of return value from method (BC_UNCONFIRMED_CAST_OF_RETURN_VALUE)</a></h3> <p> This code performs an unchecked cast of the return value of a method. The code might be calling the method in such a way that the cast is guaranteed to be safe, but FindBugs is unable to verify that the cast is safe. Check that your program logic ensures that this cast will not fail. </p> <h3><a name="BC_VACUOUS_INSTANCEOF">BC: instanceof will always return true (BC_VACUOUS_INSTANCEOF)</a></h3> <p> This instanceof test will always return true (unless the value being tested is null). Although this is safe, make sure it isn't an indication of some misunderstanding or some other logic error. If you really want to test the value for being null, perhaps it would be clearer to do better to do a null test rather than an instanceof test. </p> <h3><a name="ICAST_QUESTIONABLE_UNSIGNED_RIGHT_SHIFT">BSHIFT: Unsigned right shift cast to short/byte (ICAST_QUESTIONABLE_UNSIGNED_RIGHT_SHIFT)</a></h3> <p> The code performs an unsigned right shift, whose result is then cast to a short or byte, which discards the upper bits of the result. Since the upper bits are discarded, there may be no difference between a signed and unsigned right shift (depending upon the size of the shift). </p> <h3><a name="CI_CONFUSED_INHERITANCE">CI: Class is final but declares protected field (CI_CONFUSED_INHERITANCE)</a></h3> <p> This class is declared to be final, but declares fields to be protected. Since the class is final, it can not be derived from, and the use of protected is confusing. The access modifier for the field should be changed to private or public to represent the true use for the field. </p> <h3><a name="DB_DUPLICATE_BRANCHES">DB: Method uses the same code for two branches (DB_DUPLICATE_BRANCHES)</a></h3> <p> This method uses the same code to implement two branches of a conditional branch. Check to ensure that this isn't a coding mistake. </p> <h3><a name="DB_DUPLICATE_SWITCH_CLAUSES">DB: Method uses the same code for two switch clauses (DB_DUPLICATE_SWITCH_CLAUSES)</a></h3> <p> This method uses the same code to implement two clauses of a switch statement. This could be a case of duplicate code, but it might also indicate a coding mistake. </p> <h3><a name="DLS_DEAD_LOCAL_STORE">DLS: Dead store to local variable (DLS_DEAD_LOCAL_STORE)</a></h3> <p> This instruction assigns a value to a local variable, but the value is not read or used in any subsequent instruction. Often, this indicates an error, because the value computed is never used. </p> <p> Note that Sun's javac compiler often generates dead stores for final local variables. Because FindBugs is a bytecode-based tool, there is no easy way to eliminate these false positives. </p> <h3><a name="DLS_DEAD_LOCAL_STORE_IN_RETURN">DLS: Useless assignment in return statement (DLS_DEAD_LOCAL_STORE_IN_RETURN)</a></h3> <p> This statement assigns to a local variable in a return statement. This assignment has effect. Please verify that this statement does the right thing. </p> <h3><a name="DLS_DEAD_LOCAL_STORE_OF_NULL">DLS: Dead store of null to local variable (DLS_DEAD_LOCAL_STORE_OF_NULL)</a></h3> <p>The code stores null into a local variable, and the stored value is not read. This store may have been introduced to assist the garbage collector, but as of Java SE 6.0, this is no longer needed or useful. </p> <h3><a name="DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD">DLS: Dead store to local variable that shadows field (DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD)</a></h3> <p> This instruction assigns a value to a local variable, but the value is not read or used in any subsequent instruction. Often, this indicates an error, because the value computed is never used. There is a field with the same name as the local variable. Did you mean to assign to that variable instead? </p> <h3><a name="DMI_HARDCODED_ABSOLUTE_FILENAME">DMI: Code contains a hard coded reference to an absolute pathname (DMI_HARDCODED_ABSOLUTE_FILENAME)</a></h3> <p>This code constructs a File object using a hard coded to an absolute pathname (e.g., <code>new File("/home/dannyc/workspace/j2ee/src/share/com/sun/enterprise/deployment");</code> </p> <h3><a name="DMI_NONSERIALIZABLE_OBJECT_WRITTEN">DMI: Non serializable object written to ObjectOutput (DMI_NONSERIALIZABLE_OBJECT_WRITTEN)</a></h3> <p> This code seems to be passing a non-serializable object to the ObjectOutput.writeObject method. If the object is, indeed, non-serializable, an error will result. </p> <h3><a name="DMI_USELESS_SUBSTRING">DMI: Invocation of substring(0), which returns the original value (DMI_USELESS_SUBSTRING)</a></h3> <p> This code invokes substring(0) on a String, which returns the original value. </p> <h3><a name="DMI_THREAD_PASSED_WHERE_RUNNABLE_EXPECTED">Dm: Thread passed where Runnable expected (DMI_THREAD_PASSED_WHERE_RUNNABLE_EXPECTED)</a></h3> <p> A Thread object is passed as a parameter to a method where a Runnable is expected. This is rather unusual, and may indicate a logic error or cause unexpected behavior. </p> <h3><a name="EQ_DOESNT_OVERRIDE_EQUALS">Eq: Class doesn't override equals in superclass (EQ_DOESNT_OVERRIDE_EQUALS)</a></h3> <p> This class extends a class that defines an equals method and adds fields, but doesn't define an equals method itself. Thus, equality on instances of this class will ignore the identity of the subclass and the added fields. Be sure this is what is intended, and that you don't need to override the equals method. Even if you don't need to override the equals method, consider overriding it anyway to document the fact that the equals method for the subclass just return the result of invoking super.equals(o). </p> <h3><a name="EQ_UNUSUAL">Eq: Unusual equals method (EQ_UNUSUAL)</a></h3> <p> This class doesn't do any of the patterns we recognize for checking that the type of the argument is compatible with the type of the <code>this</code> object. There might not be anything wrong with this code, but it is worth reviewing. </p> <h3><a name="FE_FLOATING_POINT_EQUALITY">FE: Test for floating point equality (FE_FLOATING_POINT_EQUALITY)</a></h3> <p> This operation compares two floating point values for equality. Because floating point calculations may involve rounding, calculated float and double values may not be accurate. For values that must be precise, such as monetary values, consider using a fixed-precision type such as BigDecimal. For values that need not be precise, consider comparing for equality within some range, for example: <code>if ( Math.abs(x - y) &lt; .0000001 )</code>. See the Java Language Specification, section 4.2.4. </p> <h3><a name="VA_FORMAT_STRING_BAD_CONVERSION_TO_BOOLEAN">FS: Non-Boolean argument formatted using %b format specifier (VA_FORMAT_STRING_BAD_CONVERSION_TO_BOOLEAN)</a></h3> <p> An argument not of type Boolean is being formatted with a %b format specifier. This won't throw an exception; instead, it will print true for any nonnull value, and false for null. This feature of format strings is strange, and may not be what you intended. </p> <h3><a name="IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD">IA: Potentially ambiguous invocation of either an inherited or outer method (IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD)</a></h3> <p> An inner class is invoking a method that could be resolved to either a inherited method or a method defined in an outer class. For example, you invoke <code>foo(17)</code>, which is defined in both a superclass and in an outer method. By the Java semantics, it will be resolved to invoke the inherited method, but this may not be want you intend. </p> <p>If you really intend to invoke the inherited method, invoke it by invoking the method on super (e.g., invoke super.foo(17)), and thus it will be clear to other readers of your code and to FindBugs that you want to invoke the inherited method, not the method in the outer class. </p> <p>If you call <code>this.foo(17)</code>, then the inherited method will be invoked. However, since FindBugs only looks at classfiles, it can't tell the difference between an invocation of <code>this.foo(17)</code> and <code>foo(17)</code>, it will still complain about a potential ambiguous invocation. </p> <h3><a name="IC_INIT_CIRCULARITY">IC: Initialization circularity (IC_INIT_CIRCULARITY)</a></h3> <p> A circularity was detected in the static initializers of the two classes referenced by the bug instance.&nbsp; Many kinds of unexpected behavior may arise from such circularity.</p> <h3><a name="ICAST_IDIV_CAST_TO_DOUBLE">ICAST: Integral division result cast to double or float (ICAST_IDIV_CAST_TO_DOUBLE)</a></h3> <p> This code casts the result of an integral division (e.g., int or long division) operation to double or float. Doing division on integers truncates the result to the integer value closest to zero. The fact that the result was cast to double suggests that this precision should have been retained. What was probably meant was to cast one or both of the operands to double <em>before</em> performing the division. Here is an example: </p> <blockquote> <pre> int x = 2; int y = 5; // Wrong: yields result 0.0 double value1 = x / y; // Right: yields result 0.4 double value2 = x / (double) y; </pre> </blockquote> <h3><a name="ICAST_INTEGER_MULTIPLY_CAST_TO_LONG">ICAST: Result of integer multiplication cast to long (ICAST_INTEGER_MULTIPLY_CAST_TO_LONG)</a></h3> <p> This code performs integer multiply and then converts the result to a long, as in:</p> <pre> long convertDaysToMilliseconds(int days) { return 1000*3600*24*days; } </pre> <p> If the multiplication is done using long arithmetic, you can avoid the possibility that the result will overflow. For example, you could fix the above code to:</p> <pre> long convertDaysToMilliseconds(int days) { return 1000L*3600*24*days; } </pre> or <pre> static final long MILLISECONDS_PER_DAY = 24L*3600*1000; long convertDaysToMilliseconds(int days) { return days * MILLISECONDS_PER_DAY; } </pre> <h3><a name="IM_AVERAGE_COMPUTATION_COULD_OVERFLOW">IM: Computation of average could overflow (IM_AVERAGE_COMPUTATION_COULD_OVERFLOW)</a></h3> <p>The code computes the average of two integers using either division or signed right shift, and then uses the result as the index of an array. If the values being averaged are very large, this can overflow (resulting in the computation of a negative average). Assuming that the result is intended to be nonnegative, you can use an unsigned right shift instead. In other words, rather that using <code>(low+high)/2</code>, use <code>(low+high) &gt;&gt;&gt; 1</code> </p> <p>This bug exists in many earlier implementations of binary search and merge sort. Martin Buchholz <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6412541">found and fixed it</a> in the JDK libraries, and Joshua Bloch <a href="http://googleresearch.blogspot.com/2006/06/extra-extra-read-all-about-it-nearly.html">widely publicized the bug pattern</a>. </p> <h3><a name="IM_BAD_CHECK_FOR_ODD">IM: Check for oddness that won't work for negative numbers (IM_BAD_CHECK_FOR_ODD)</a></h3> <p> The code uses x % 2 == 1 to check to see if a value is odd, but this won't work for negative numbers (e.g., (-5) % 2 == -1). If this code is intending to check for oddness, consider using x &amp; 1 == 1, or x % 2 != 0. </p> <h3><a name="INT_BAD_REM_BY_1">INT: Integer remainder modulo 1 (INT_BAD_REM_BY_1)</a></h3> <p> Any expression (exp % 1) is guaranteed to always return zero. Did you mean (exp &amp; 1) or (exp % 2) instead? </p> <h3><a name="INT_VACUOUS_BIT_OPERATION">INT: Vacuous bit mask operation on integer value (INT_VACUOUS_BIT_OPERATION)</a></h3> <p> This is an integer bit operation (and, or, or exclusive or) that doesn't do any useful work (e.g., <code>v & 0xffffffff</code>). </p> <h3><a name="INT_VACUOUS_COMPARISON">INT: Vacuous comparison of integer value (INT_VACUOUS_COMPARISON)</a></h3> <p> There is an integer comparison that always returns the same value (e.g., x &lt;= Integer.MAX_VALUE). </p> <h3><a name="MTIA_SUSPECT_SERVLET_INSTANCE_FIELD">MTIA: Class extends Servlet class and uses instance variables (MTIA_SUSPECT_SERVLET_INSTANCE_FIELD)</a></h3> <p> This class extends from a Servlet class, and uses an instance member variable. Since only one instance of a Servlet class is created by the J2EE framework, and used in a multithreaded way, this paradigm is highly discouraged and most likely problematic. Consider only using method local variables. </p> <h3><a name="MTIA_SUSPECT_STRUTS_INSTANCE_FIELD">MTIA: Class extends Struts Action class and uses instance variables (MTIA_SUSPECT_STRUTS_INSTANCE_FIELD)</a></h3> <p> This class extends from a Struts Action class, and uses an instance member variable. Since only one instance of a struts Action class is created by the Struts framework, and used in a multithreaded way, this paradigm is highly discouraged and most likely problematic. Consider only using method local variables. Only instance fields that are written outside of a monitor are reported. </p> <h3><a name="NP_DEREFERENCE_OF_READLINE_VALUE">NP: Dereference of the result of readLine() without nullcheck (NP_DEREFERENCE_OF_READLINE_VALUE)</a></h3> <p> The result of invoking readLine() is dereferenced without checking to see if the result is null. If there are no more lines of text to read, readLine() will return null and dereferencing that will generate a null pointer exception. </p> <h3><a name="NP_IMMEDIATE_DEREFERENCE_OF_READLINE">NP: Immediate dereference of the result of readLine() (NP_IMMEDIATE_DEREFERENCE_OF_READLINE)</a></h3> <p> The result of invoking readLine() is immediately dereferenced. If there are no more lines of text to read, readLine() will return null and dereferencing that will generate a null pointer exception. </p> <h3><a name="NP_LOAD_OF_KNOWN_NULL_VALUE">NP: Load of known null value (NP_LOAD_OF_KNOWN_NULL_VALUE)</a></h3> <p> The variable referenced at this point is known to be null due to an earlier check against null. Although this is valid, it might be a mistake (perhaps you intended to refer to a different variable, or perhaps the earlier check to see if the variable is null should have been a check to see if it was nonnull). </p> <h3><a name="NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION">NP: Method tightens nullness annotation on parameter (NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION)</a></h3> <p> A method should always implement the contract of a method it overrides. Thus, if a method takes a parameter that is marked as @Nullable, you shouldn't override that method in a subclass with a method where that parameter is @Nonnull. Doing so violates the contract that the method should handle a null parameter. </p> <h3><a name="NP_METHOD_RETURN_RELAXING_ANNOTATION">NP: Method relaxes nullness annotation on return value (NP_METHOD_RETURN_RELAXING_ANNOTATION)</a></h3> <p> A method should always implement the contract of a method it overrides. Thus, if a method takes is annotated as returning a @Nonnull value, you shouldn't override that method in a subclass with a method annotated as returning a @Nullable or @CheckForNull value. Doing so violates the contract that the method shouldn't return null. </p> <h3><a name="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE">NP: Possible null pointer dereference due to return value of called method (NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE)</a></h3> <p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p> <h3><a name="NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE">NP: Possible null pointer dereference on branch that might be infeasible (NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE)</a></h3> <p> There is a branch of statement that, <em>if executed,</em> guarantees that a null value will be dereferenced, which would generate a <code>NullPointerException</code> when the code is executed. Of course, the problem might be that the branch or statement is infeasible and that the null pointer exception can't ever be executed; deciding that is beyond the ability of FindBugs. Due to the fact that this value had been previously tested for nullness, this is a definite possibility. </p> <h3><a name="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE">NP: Parameter must be nonnull but is marked as nullable (NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE)</a></h3> <p> This parameter is always used in a way that requires it to be nonnull, but the parameter is explicitly annotated as being Nullable. Either the use of the parameter or the annotation is wrong. </p> <h3><a name="NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD">NP: Read of unwritten public or protected field (NP_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD)</a></h3> <p> The program is dereferencing a public or protected field that does not seem to ever have a non-null value written to it. Unless the field is initialized via some mechanism not seen by the analysis, dereferencing this value will generate a null pointer exception. </p> <h3><a name="NS_DANGEROUS_NON_SHORT_CIRCUIT">NS: Potentially dangerous use of non-short-circuit logic (NS_DANGEROUS_NON_SHORT_CIRCUIT)</a></h3> <p> This code seems to be using non-short-circuit logic (e.g., &amp; or |) rather than short-circuit logic (&amp;&amp; or ||). In addition, it seem possible that, depending on the value of the left hand side, you might not want to evaluate the right hand side (because it would have side effects, could cause an exception or could be expensive.</p> <p> Non-short-circuit logic causes both sides of the expression to be evaluated even when the result can be inferred from knowing the left-hand side. This can be less efficient and can result in errors if the left-hand side guards cases when evaluating the right-hand side can generate an error. </p> <p>See <a href="http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.22.2">the Java Language Specification</a> for details </p> <h3><a name="NS_NON_SHORT_CIRCUIT">NS: Questionable use of non-short-circuit logic (NS_NON_SHORT_CIRCUIT)</a></h3> <p> This code seems to be using non-short-circuit logic (e.g., &amp; or |) rather than short-circuit logic (&amp;&amp; or ||). Non-short-circuit logic causes both sides of the expression to be evaluated even when the result can be inferred from knowing the left-hand side. This can be less efficient and can result in errors if the left-hand side guards cases when evaluating the right-hand side can generate an error. <p>See <a href="http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.22.2">the Java Language Specification</a> for details </p> <h3><a name="PZLA_PREFER_ZERO_LENGTH_ARRAYS">PZLA: Consider returning a zero length array rather than null (PZLA_PREFER_ZERO_LENGTH_ARRAYS)</a></h3> <p> It is often a better design to return a length zero array rather than a null reference to indicate that there are no results (i.e., an empty list of results). This way, no explicit check for null is needed by clients of the method.</p> <p>On the other hand, using null to indicate "there is no answer to this question" is probably appropriate. For example, <code>File.listFiles()</code> returns an empty list if given a directory containing no files, and returns null if the file is not a directory.</p> <h3><a name="QF_QUESTIONABLE_FOR_LOOP">QF: Complicated, subtle or wrong increment in for-loop (QF_QUESTIONABLE_FOR_LOOP)</a></h3> <p>Are you sure this for loop is incrementing the correct variable? It appears that another variable is being initialized and checked by the for loop. </p> <h3><a name="RCN_REDUNDANT_COMPARISON_OF_NULL_AND_NONNULL_VALUE">RCN: Redundant comparison of non-null value to null (RCN_REDUNDANT_COMPARISON_OF_NULL_AND_NONNULL_VALUE)</a></h3> <p> This method contains a reference known to be non-null with another reference known to be null.</p> <h3><a name="RCN_REDUNDANT_COMPARISON_TWO_NULL_VALUES">RCN: Redundant comparison of two null values (RCN_REDUNDANT_COMPARISON_TWO_NULL_VALUES)</a></h3> <p> This method contains a redundant comparison of two references known to both be definitely null.</p> <h3><a name="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE">RCN: Redundant nullcheck of value known to be non-null (RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE)</a></h3> <p> This method contains a redundant check of a known non-null value against the constant null.</p> <h3><a name="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE">RCN: Redundant nullcheck of value known to be null (RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE)</a></h3> <p> This method contains a redundant check of a known null value against the constant null.</p> <h3><a name="REC_CATCH_EXCEPTION">REC: Exception is caught when Exception is not thrown (REC_CATCH_EXCEPTION)</a></h3> <p> This method uses a try-catch block that catches Exception objects, but Exception is not thrown within the try block, and RuntimeException is not explicitly caught. It is a common bug pattern to say try { ... } catch (Exception e) { something } as a shorthand for catching a number of types of exception each of whose catch blocks is identical, but this construct also accidentally catches RuntimeException as well, masking potential bugs. </p> <p>A better approach is to either explicitly catch the specific exceptions that are thrown, or to explicitly catch RuntimeException exception, rethrow it, and then catch all non-Runtime Exceptions, as shown below:</p> <pre> try { ... } catch (RuntimeException e) { throw e; } catch (Exception e) { ... deal with all non-runtime exceptions ... }</pre> <h3><a name="RI_REDUNDANT_INTERFACES">RI: Class implements same interface as superclass (RI_REDUNDANT_INTERFACES)</a></h3> <p> This class declares that it implements an interface that is also implemented by a superclass. This is redundant because once a superclass implements an interface, all subclasses by default also implement this interface. It may point out that the inheritance hierarchy has changed since this class was created, and consideration should be given to the ownership of the interface's implementation. </p> <h3><a name="RV_CHECK_FOR_POSITIVE_INDEXOF">RV: Method checks to see if result of String.indexOf is positive (RV_CHECK_FOR_POSITIVE_INDEXOF)</a></h3> <p> The method invokes String.indexOf and checks to see if the result is positive or non-positive. It is much more typical to check to see if the result is negative or non-negative. It is positive only if the substring checked for occurs at some place other than at the beginning of the String.</p> <h3><a name="RV_DONT_JUST_NULL_CHECK_READLINE">RV: Method discards result of readLine after checking if it is nonnull (RV_DONT_JUST_NULL_CHECK_READLINE)</a></h3> <p> The value returned by readLine is discarded after checking to see if the return value is non-null. In almost all situations, if the result is non-null, you will want to use that non-null value. Calling readLine again will give you a different line.</p> <h3><a name="RV_REM_OF_HASHCODE">RV: Remainder of hashCode could be negative (RV_REM_OF_HASHCODE)</a></h3> <p> This code computes a hashCode, and then computes the remainder of that value modulo another value. Since the hashCode can be negative, the result of the remainder operation can also be negative. </p> <p> Assuming you want to ensure that the result of your computation is nonnegative, you may need to change your code. If you know the divisor is a power of 2, you can use a bitwise and operator instead (i.e., instead of using <code>x.hashCode()%n</code>, use <code>x.hashCode()&amp;(n-1)</code>. This is probably faster than computing the remainder as well. If you don't know that the divisor is a power of 2, take the absolute value of the result of the remainder operation (i.e., use <code>Math.abs(x.hashCode()%n)</code> </p> <h3><a name="RV_REM_OF_RANDOM_INT">RV: Remainder of 32-bit signed random integer (RV_REM_OF_RANDOM_INT)</a></h3> <p> This code generates a random signed integer and then computes the remainder of that value modulo another value. Since the random number can be negative, the result of the remainder operation can also be negative. Be sure this is intended, and strongly consider using the Random.nextInt(int) method instead. </p> <h3><a name="RV_RETURN_VALUE_IGNORED_INFERRED">RV: Method ignores return value, is this OK? (RV_RETURN_VALUE_IGNORED_INFERRED)</a></h3> <p>This code calls a method and ignores the return value. The return value is the same type as the type the method is invoked on, and from our analysis it looks like the return value might be important (e.g., like ignoring the return value of <code>String.toLowerCase()</code>). </p> <p>We are guessing that ignoring the return value might be a bad idea just from a simple analysis of the body of the method. You can use a @CheckReturnValue annotation to instruct FindBugs as to whether ignoring the return value of this method is important or acceptable. </p> <p>Please investigate this closely to decide whether it is OK to ignore the return value. </p> <h3><a name="SA_FIELD_DOUBLE_ASSIGNMENT">SA: Double assignment of field (SA_FIELD_DOUBLE_ASSIGNMENT)</a></h3> <p> This method contains a double assignment of a field; e.g. </p> <pre> int x,y; public void foo() { x = x = 17; } </pre> <p>Assigning to a field twice is useless, and may indicate a logic error or typo.</p> <h3><a name="SA_LOCAL_DOUBLE_ASSIGNMENT">SA: Double assignment of local variable (SA_LOCAL_DOUBLE_ASSIGNMENT)</a></h3> <p> This method contains a double assignment of a local variable; e.g. </p> <pre> public void foo() { int x,y; x = x = 17; } </pre> <p>Assigning the same value to a variable twice is useless, and may indicate a logic error or typo.</p> <h3><a name="SA_LOCAL_SELF_ASSIGNMENT">SA: Self assignment of local variable (SA_LOCAL_SELF_ASSIGNMENT)</a></h3> <p> This method contains a self assignment of a local variable; e.g.</p> <pre> public void foo() { int x = 3; x = x; } </pre> <p> Such assignments are useless, and may indicate a logic error or typo. </p> <h3><a name="SF_SWITCH_FALLTHROUGH">SF: Switch statement found where one case falls through to the next case (SF_SWITCH_FALLTHROUGH)</a></h3> <p> This method contains a switch statement where one case branch will fall through to the next case. Usually you need to end this case with a break or return.</p> <h3><a name="SF_SWITCH_NO_DEFAULT">SF: Switch statement found where default case is missing (SF_SWITCH_NO_DEFAULT)</a></h3> <p> This method contains a switch statement where default case is missing. Usually you need to provide a default case.</p> <p>Because the analysis only looks at the generated bytecode, this warning can be incorrect triggered if the default case is at the end of the switch statement and doesn't end with a break statement. <h3><a name="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD">ST: Write to static field from instance method (ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD)</a></h3> <p> This instance method writes to a static field. This is tricky to get correct if multiple instances are being manipulated, and generally bad practice. </p> <h3><a name="SE_PRIVATE_READ_RESOLVE_NOT_INHERITED">Se: Private readResolve method not inherited by subclasses (SE_PRIVATE_READ_RESOLVE_NOT_INHERITED)</a></h3> <p> This class defines a private readResolve method. Since it is private, it won't be inherited by subclasses. This might be intentional and OK, but should be reviewed to ensure it is what is intended. </p> <h3><a name="SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS">Se: Transient field of class that isn't Serializable. (SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS)</a></h3> <p> The field is marked as transient, but the class isn't Serializable, so marking it as transient has absolutely no effect. This may be leftover marking from a previous version of the code in which the class was transient, or it may indicate a misunderstanding of how serialization works. </p> <h3><a name="TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_ALWAYS_SINK">TQ: Value required to have type qualifier, but marked as unknown (TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_ALWAYS_SINK)</a></h3> <p> A value is used in a way that requires it to be always be a value denoted by a type qualifier, but there is an explicit annotation stating that it is not known where the value is required to have that type qualifier. Either the usage or the annotation is incorrect. </p> <h3><a name="TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_NEVER_SINK">TQ: Value required to not have type qualifier, but marked as unknown (TQ_EXPLICIT_UNKNOWN_SOURCE_VALUE_REACHES_NEVER_SINK)</a></h3> <p> A value is used in a way that requires it to be never be a value denoted by a type qualifier, but there is an explicit annotation stating that it is not known where the value is prohibited from having that type qualifier. Either the usage or the annotation is incorrect. </p> <h3><a name="UCF_USELESS_CONTROL_FLOW">UCF: Useless control flow (UCF_USELESS_CONTROL_FLOW)</a></h3> <p> This method contains a useless control flow statement, where control flow continues onto the same place regardless of whether or not the branch is taken. For example, this is caused by having an empty statement block for an <code>if</code> statement:</p> <pre> if (argv.length == 0) { // TODO: handle this case } </pre> <h3><a name="UCF_USELESS_CONTROL_FLOW_NEXT_LINE">UCF: Useless control flow to next line (UCF_USELESS_CONTROL_FLOW_NEXT_LINE)</a></h3> <p> This method contains a useless control flow statement in which control flow follows to the same or following line regardless of whether or not the branch is taken. Often, this is caused by inadvertently using an empty statement as the body of an <code>if</code> statement, e.g.:</p> <pre> if (argv.length == 1); System.out.println("Hello, " + argv[0]); </pre> <h3><a name="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD">UrF: Unread public/protected field (URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD)</a></h3> <p> This field is never read.&nbsp; The field is public or protected, so perhaps it is intended to be used with classes not seen as part of the analysis. If not, consider removing it from the class.</p> <h3><a name="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD">UuF: Unused public or protected field (UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD)</a></h3> <p> This field is never used.&nbsp; The field is public or protected, so perhaps it is intended to be used with classes not seen as part of the analysis. If not, consider removing it from the class.</p> <h3><a name="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR">UwF: Field not initialized in constructor but dereferenced without null check (UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR)</a></h3> <p> This field is never initialized within any constructor, and is therefore could be null after the object is constructed. Elsewhere, it is loaded and dereferenced without a null check. This could be a either an error or a questionable design, since it means a null pointer exception will be generated if that field is dereferenced before being initialized. </p> <h3><a name="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD">UwF: Unwritten public or protected field (UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD)</a></h3> <p> No writes were seen to this public/protected field.&nbsp; All reads of it will return the default value. Check for errors (should it have been initialized?), or remove it if it is useless.</p> <h3><a name="XFB_XML_FACTORY_BYPASS">XFB: Method directly allocates a specific implementation of xml interfaces (XFB_XML_FACTORY_BYPASS)</a></h3> <p> This method allocates a specific implementation of an xml interface. It is preferable to use the supplied factory classes to create these objects so that the implementation can be changed at runtime. See </p> <ul> <li>javax.xml.parsers.DocumentBuilderFactory</li> <li>javax.xml.parsers.SAXParserFactory</li> <li>javax.xml.transform.TransformerFactory</li> <li>org.w3c.dom.Document.create<i>XXXX</i></li> </ul> <p>for details.</p> <hr> <p> <script language="JavaScript" type="text/javascript"> <!---//hide script from old browsers document.write( "Last updated "+ document.lastModified + "." ); //end hiding contents ---> </script> <p> Send comments to <a class="sidebar" href="mailto:[email protected]">[email protected]</a> <p> <A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=96405&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A> </td></tr></table> </body></html>
doc/themes/geogit_docs/static/offcanvas.css
state-hiu/GeoGit
@media screen and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { .row-offcanvas { position: relative; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .row-offcanvas-right .sidebar-offcanvas { right: -85%; } .row-offcanvas-right.active { right: 85%; } .sidebar-offcanvas { position: fixed; top: 0; width: 85%; } } #menu-btn { display: none; } @media screen and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { #menu-btn { display: block; position: absolute; right: 15px; padding-bottom: 3px; } } #menu-btn .btn-back { display: none; } #menu-btn .btn-text { display: none; font-size: 1.2em; } #menu-btn .active { display: inline !important; } #sidebar { overflow-y: scroll; height: 85%; max-width: 400px; } #sidebar .list-group { background-color: transparent; border: 0; } #sidebar .list-group .list-group-item { border: 0; margin-left: 20px; color: #666; } @media screen and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { #sidebar { position: absolute; margin-left: 185%; top: 20px; } } .btn-blue { background-color: #7eb5d3; color: #fff; } .btn-blue:hover, .btn-blue:focus { background-color: #a4cbe0; color: #000; outline: none !important; }
xampp/apache/manual/misc/index.html
Dokaponteam/ITF_Project
# GENERATED FROM XML -- DO NOT EDIT URI: index.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 URI: index.html.fr Content-Language: fr Content-type: text/html; charset=ISO-8859-1 URI: index.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR URI: index.html.tr.utf8 Content-Language: tr Content-type: text/html; charset=UTF-8 URI: index.html.zh-cn.utf8 Content-Language: zh-cn Content-type: text/html; charset=UTF-8
dashboard/src/app/navbar/notification/navbar-notification.html
Mirage20/che
<md-menu md-offset="40 25"> <div ng-click="$mdOpenMenu($event)" class="navbar-notification-container" ng-disabled="navbarNotificationController.getNotificationsCount() === 0"> <i class="fa fa-bell-o fa-2x navbar-notification-icon"></i> <div class="navbar-notification-count" ng-if="navbarNotificationController.getNotificationsCount() > 0"> {{navbarNotificationController.getNotificationsCount()}} </div> </div> <md-menu-content> <md-menu-item layout="column" class="navbar-notification" ng-repeat="notification in navbarNotificationController.getNotifications()"> <div class="navbar-notification-title-{{notification.type}} navbar-notification-title" layout="row" layout-align="start center"> <i ng-if="!notification.icon" ng-class="{'fa-exclamation-triangle' : (notification.type === 'warning' || notification.type === 'error'), 'fa-info-circle': notification.type === 'info'}" class="fa fa-2x navbar-notification-title-icon"></i> <i ng-if="notification.icon" class="fa {{notification.icon}} fa-2x navbar-notification-title-icon"></i> <div>{{notification.title}}</div> </div> <div class="navbar-notification-content"> {{notification.content}} </div> </md-menu-item> </md-menu-content> </md-menu>
wts/tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_exists.html
hgl888/web-testing-service
<!DOCTYPE html> <!-- Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Cao, Jun <[email protected]> --> <html> <head> <title>WebGL Test: webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_exists</title> <link rel="author" title="Intel" href="http://www.intel.com" /> <link rel="help" href="https://www.khronos.org/registry/webgl/specs/1.0/" /> <meta name="flags" content="" /> <meta name="assert" content="Check if WebGLRenderingContext.RENDERBUFFER_STENCIL_SIZE exists"/> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script src="support/webgl.js"></script> </head> <body> <div id="log"></div> <canvas id="canvas" width="200" height="100" style="border:1px solid #c3c3c3;"> Your browser does not support the canvas element. </canvas> <script> getwebgl(); webgl_property_exists(webgl, 'RENDERBUFFER_STENCIL_SIZE'); </script> </body> </html>
wts/tests/webgl/khronos/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html
crosswalk-project/web-testing-service
<!DOCTYPE html> <!-- this file is auto-generated. DO NOT EDIT. /* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, including ** without limitation the rights to use, copy, modify, merge, publish, ** distribute, sublicense, and/or sell copies of the Materials, and to ** permit persons to whom the Materials are furnished to do so, subject to ** the following conditions: ** ** The above copyright notice and this permission notice shall be included ** in all copies or substantial portions of the Materials. ** ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. */ --> <html> <head> <meta charset="utf-8"> <title>WebGL GLSL conformance test: swizzlers_073_to_080.html</title> <link rel="stylesheet" href="../../../../resources/js-test-style.css" /> <link rel="stylesheet" href="../../../resources/ogles-tests.css" /> <script src="../../../../resources/js-test-pre.js"></script> <script src="../../../resources/webgl-test-utils.js"></script> <script src="../../ogles-utils.js"></script> </head> <body> <canvas id="example" width="500" height="500" style="width: 16px; height: 16px;"></canvas> <div id="description"></div> <div id="console"></div> </body> <script> "use strict"; OpenGLESTestRunner.run({ "tests": [ { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": null, "testProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "vec3_rg_b_1vec2_1float_frag.frag" }, "name": "vec3_rg_b_1vec2_1float_frag.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": "grid", "testProgram": { "vertexShader": "vec3_rg_b_1vec2_1float_vert.vert", "fragmentShader": "../default/default.frag" }, "name": "vec3_rg_b_1vec2_1float_vert.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": null, "testProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "vec3_rb_g_1vec2_1float_frag.frag" }, "name": "vec3_rb_g_1vec2_1float_frag.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": "grid", "testProgram": { "vertexShader": "vec3_rb_g_1vec2_1float_vert.vert", "fragmentShader": "../default/default.frag" }, "name": "vec3_rb_g_1vec2_1float_vert.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": null, "testProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "vec3_gb_r_1vec2_1float_frag.frag" }, "name": "vec3_gb_r_1vec2_1float_frag.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": "grid", "testProgram": { "vertexShader": "vec3_gb_r_1vec2_1float_vert.vert", "fragmentShader": "../default/default.frag" }, "name": "vec3_gb_r_1vec2_1float_vert.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": null, "testProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "vec3_br_g_1vec2_1float_frag.frag" }, "name": "vec3_br_g_1vec2_1float_frag.test.html", "pattern": "compare" }, { "referenceProgram": { "vertexShader": "../default/default.vert", "fragmentShader": "../default/default.frag" }, "model": "grid", "testProgram": { "vertexShader": "vec3_br_g_1vec2_1float_vert.vert", "fragmentShader": "../default/default.frag" }, "name": "vec3_br_g_1vec2_1float_vert.test.html", "pattern": "compare" } ] }); var successfullyParsed = true; </script> </html>
third_party/blink/web_tests/external/wpt/css/css-cascade/parsing/layer.html
chromium/chromium
<!doctype html> <meta charset="utf-8"> <title>@layer rule parsing / serialization</title> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]"> <link rel="author" title="Mozilla" href="https://mozilla.org"> <link rel="help" href="https://drafts.csswg.org/css-cascade-5/#layering"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> <script> test_valid_rule("@layer A;"); test_valid_rule("@layer A, B, C;"); test_valid_rule("@layer A.A;"); test_valid_rule("@layer A, B.C.D, C;"); test_invalid_rule("@layer;"); test_invalid_rule("@layer A . A;"); test_valid_rule("@layer {\n}"); test_valid_rule("@layer A {\n}"); test_valid_rule("@layer A.B {\n}"); test_invalid_rule("@layer A . B {\n}"); test_invalid_rule("@layer A, B, C {\n}"); </script>
FeedReader/js/pages/news/news.html
gforguru/Windows-universal-samples
<!-- THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved --> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>News</title> <!-- WinJS references --> <link href="/Microsoft.WinJS.4.0/css/ui-dark.css" rel="stylesheet" /> <script src="/Microsoft.WinJS.4.0/js/WinJS.js"></script> <link href="/css/default.css" rel="stylesheet" /> <link href="/pages/news/news.css" rel="stylesheet" /> <script src="/pages/news/news.js"></script> </head> <body> <!-- Template for the feed header --> <div id="feedHeaderTemplate" data-win-control="WinJS.Binding.Template" data-win-options="{extractChild: true}"> <button class="group-header win-type-x-large win-type-interactive" data-win-bind="groupKey: key" role="link"> <span class="group-title win-type-x-large win-type-ellipsis" data-win-bind="innerText: title;" ></span> <span class="group-chevron"></span> </button> </div> <!-- Template for the image article item --> <div id="imageArticleTemplate" data-win-control="WinJS.Binding.Template" data-win-options="{extractChild: true}"> <div data-win-bind="className: tileType"> <div class="image" data-win-bind="style.background: imageBackground"></div> <div class="overlay"> <h4 class="title" data-win-bind="innerText: title"></h4> </div> </div> </div> <!-- Template for the text article item --> <div id="textArticleTemplate" data-win-control="WinJS.Binding.Template" data-win-options="{extractChild: true}"> <div data-win-bind="className: tileType"> <h2 class="title" data-win-bind="innerText: title"></h2> </div> </div> <!-- Template for feed error --> <div id="errorTemplate" data-win-control="WinJS.Binding.Template"> <div data-win-bind="className: tileType"> <h2 class="error" data-win-bind="innerText: error"></h2> </div> </div> <!-- Template for the feed item --> <div id="feedTileTemplate" data-win-control="WinJS.Binding.Template" data-win-options="{extractChild: true}"> <div class="feedTile"> <h2 class="title" data-win-bind="innerText: title"></h2> </div> </div> <!-- The content that will be loaded and displayed. --> <div id="news" class="fragment"> <header aria-label="Header content" role="banner"> <h1 class="titlearea win-type-ellipsis"> <span class="pagetitle">News</span> </h1> </header> <section aria-label="Main content" role="main"> <div id="errorDiv"></div> <div id="articlesListViewArea" data-win-control="WinJS.UI.SemanticZoom"> <!-- The control that provides the zoomed-in view. --> <div id="articlesListView-in" aria-label="List of articles" data-win-control="WinJS.UI.ListView" data-win-options="{ selectionMode: 'none' }"></div> <!-- The control that provides the zoomed-out view. --> <div id="articlesListView-out" aria-label="List of feeds" data-win-control="WinJS.UI.ListView" data-win-options="{ selectionMode: 'none', tapBehavior: 'invokeOnly' }"> </div> </div> </section> </div> </body> </html>
web/bundles/layout/Frontend/assets/plugins/revolution_slider/index.html
EssamKhaled/es-blog
<!DOCTYPE html> <!-- ####################################### - THE HEAD PART - ###################################### --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>SLIDER REVOLUTION - The Responsive Slider jQuery Plugin</title> <link rel="icon" type="image/png" href="images/sitelogo.png" /> <!-- commented, remove this line to use IE & iOS favicons --> <link rel="shortcut icon" href="images/favicon.ico" /> <!-- get jQuery from the google apis --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.js?ver=3.4.2'></script> <!-- CSS STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> <link rel="stylesheet" type="text/css" href="css/preview.css" media="screen" /> <!-- jQuery KenBurn Slider --> <script type="text/javascript" src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script> <script type="text/javascript" src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script> <!-- MODULES ONLY FOR THE DEMONSTATION --> <script type="text/javascript" src="previewjs/preview-normal.js"></script> <!-- REVOLUTION BANNER CSS SETTINGS --> <link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css" media="screen" /> <link rel="stylesheet" type="text/css" href="rs-plugin/css/captions.css" media="screen" /> <!-- GOOGLE FONTS --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600' rel='stylesheet' type='text/css'> </head> <!-- ####################################### - THE BODY PART - ###################################### --> <body class="body-dark"> <!-- <div id="debug" style="position:fixed; top:10px; left:10px; background:#000; color:#efefef; width:100px; height:100px;z-index:10000;"></div> --> <div class="header"> <!-- LOGO AND BUY BUTTON --> <div class="left"> <div class="logo"></div> </div> <div class="right"> <a href="http://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848"><div class="purchase"><div class="purchase-inside">BUY NOW <strong>FOR $15</strong></div></div></a> </div> <div class="clear"></div> <div class="divider"></div> <!-- MENU --> <div class="menu"> <div class="left"> <a class="menupoint red"href="index.html">RESPONSIVE</a> <a class="menupoint"href="index-fullwidth.html">FULL-WIDTH</a> <a class="menupoint"href="index-static.html">FIXED</a> </div> <div class="right"> <a class="menupoint red"href="index.html">HOW TO GET STARTED?</a> </div> <div class="clear"></div> </div> <div class="divider"></div> </div> <div class="space30"></div> <!-- ################################# - THEMEPUNCH BANNER - ################################# --> <div class="bannercontainer responsive"> <div class="banner"> <ul> <!-- THE FIRST SLIDE --> <li data-transition="3dcurtain-vertical" data-slotamount="10" data-masterspeed="300" data-thumb="images/thumbs/thumb1.jpg"> <!-- THE MAIN IMAGE IN THE SLIDE --> <img src="images/slides/slide13.jpg" > <!-- THE CAPTIONS OF THE FIRST SLIDE --> <div class="caption large_text sfb" data-x="44" data-y="47" data-speed="300" data-start="800" data-easing="easeOutExpo" >OVER <span style="color: #ffcc00;">1000</span> SATISFIED CUSTOMERS</div> <div class="caption randomrotate" data-x="48" data-y="131" data-speed="600" data-start="1100" data-easing="easeOutExpo" ><img src="images/slides/p1.jpg" alt="Image 2"></div> <div class="caption randomrotate" data-x="90" data-y="206" data-speed="600" data-start="1200" data-easing="easeOutExpo" ><img src="images/slides/p2.jpg" alt="Image 3"></div> <div class="caption randomrotate" data-x="205" data-y="140" data-speed="600" data-start="1300" data-easing="easeOutExpo" ><img src="images/slides/p3.jpg" alt="Image 4"></div> <div class="caption randomrotate" data-x="188" data-y="246" data-speed="300" data-start="1400" data-easing="easeOutExpo" ><img src="images/slides/p4.jpg" alt="Image 5"></div> <div class="caption randomrotate" data-x="55" data-y="316" data-speed="600" data-start="1500" data-easing="easeOutExpo" ><img src="images/slides/p5.jpg" alt="Image 6"></div> <div class="caption randomrotate" data-x="173" data-y="329" data-speed="300" data-start="1600" data-easing="easeOutExpo" ><img src="images/slides/p6.jpg" alt="Image 7"></div> <div class="caption randomrotate" data-x="255" data-y="294" data-speed="300" data-start="1700" data-easing="easeOutExpo" ><img src="images/slides/p7.jpg" alt="Image 8"></div> <div class="caption randomrotate" data-x="275" data-y="166" data-speed="300" data-start="1800" data-easing="easeOutExpo" ><img src="images/slides/p8.jpg" alt="Image 9"></div> <div class="caption randomrotate" data-x="84" data-y="113" data-speed="300" data-start="1900" data-easing="easeOutExpo" ><img src="images/slides/p9.jpg" alt="Image 10"></div> <div class="caption randomrotate" data-x="26" data-y="225" data-speed="300" data-start="2000" data-easing="easeOutExpo" ><img src="images/slides/p10.jpg" alt="Image 11"></div> <div class="caption randomrotate" data-x="110" data-y="187" data-speed="300" data-start="2100" data-easing="easeOutExpo" ><img src="images/slides/p11.jpg" alt="Image 12"></div> <div class="caption randomrotate" data-x="183" data-y="221" data-speed="300" data-start="2200" data-easing="easeOutExpo" ><img src="images/slides/p12.jpg" alt="Image 13"></div> </li> <!-- THE SECOND SLIDE --> <li data-transition="papercut" data-slotamount="15" data-masterspeed="300" data-delay="9400" data-thumb="images/thumbs/thumb2.jpg"> <img src="images/slides/slide21.jpg" > <div class="caption very_big_white lfl stl" data-x="18" data-y="293" data-speed="300" data-start="500" data-easing="easeOutExpo" data-end="8800" data-endspeed="300" data-endeasing="easeInSine" >TIMELINED CAPTIONS</div> <div class="caption big_white lfl stl" data-x="18" data-y="333" data-speed="300" data-start="800" data-easing="easeOutExpo" data-end="9100" data-endspeed="300" data-endeasing="easeInSine" >MOVE CAPTIONS IN AND OUT ON ONE SLIDE</div> <div class="caption lft ltb" data-x="500" data-y="0" data-speed="600" data-start="1100" data-easing="easeOutExpo" data-end="3100" data-endspeed="600" data-endeasing="easeInSine" ><img src="images/slides/drink1.jpg" alt="Image 3"></div> <div class="caption bold_red_text sft stb" data-x="720" data-y="290" data-speed="300" data-start="1400" data-easing="easeOutExpo" data-end="3300" data-endspeed="300" data-endeasing="easeInSine" >STRAWBERRY COCTAIL</div> <div class="caption big_black sfb stb" data-x="720" data-y="320" data-speed="300" data-start="1700" data-easing="easeOutExpo" data-end="3200" data-endspeed="300" data-endeasing="easeInSine" >$ 7.49</div> <div class="caption lft ltb" data-x="500" data-y="0" data-speed="600" data-start="3600" data-easing="easeOutExpo" data-end="5600" data-endspeed="600" data-endeasing="easeInSine" ><img src="images/slides/drink2.jpg" alt="Image 6"></div> <div class="caption bold_brown_text sft stb" data-x="720" data-y="290" data-speed="300" data-start="3900" data-easing="easeOutExpo" data-end="5800" data-endspeed="300" data-endeasing="easeInSine" >COKE & RUM</div> <div class="caption big_black sfb stb" data-x="720" data-y="320" data-speed="300" data-start="4200" data-easing="easeOutExpo" data-end="5700" data-endspeed="300" data-endeasing="easeInSine" >$ 5.99</div> <div class="caption lft ltb" data-x="500" data-y="0" data-speed="600" data-start="6100" data-easing="easeOutExpo" data-end="8100" data-endspeed="300" data-endeasing="easeInSine" ><img src="images/slides/drink3.jpg" alt="Image 9"></div> <div class="caption bold_green_text sft stb" data-x="720" data-y="290" data-speed="300" data-start="6400" data-easing="easeOutExpo" data-end="8300" data-endspeed="300" data-endeasing="easeInSine" >MOJITO COCTAIL</div> <div class="caption big_black sfb stb" data-x="720" data-y="320" data-speed="300" data-start="6700" data-easing="easeOutExpo" data-end="8200" data-endspeed="300" data-endeasing="easeInSine" >$ 6.79</div> </li> <li data-transition="turnoff" data-slotamount="1" data-masterspeed="300" > <img src="images/slides/slide31.jpg" > <div class="caption large_text fade" data-x="509" data-y="290" data-speed="300" data-start="800" data-easing="easeOutExpo" ></div> <div class="caption very_large_black_text randomrotate" data-x="641" data-y="95" data-speed="300" data-start="1100" data-easing="easeOutExpo" >SLIDER</div> <div class="caption large_black_text randomrotate" data-x="642" data-y="161" data-speed="300" data-start="1400" data-easing="easeOutExpo" >REVOLUTION</div> <div class="caption bold_red_text randomrotate" data-x="645" data-y="201" data-speed="300" data-start="1700" data-easing="easeOutExpo" >GOT FULLSCREEN VIDEO</div> <div class="caption sfb" data-x="640" data-y="223" data-speed="300" data-start="2000" data-easing="easeOutBack" ><img src="images/slides/video.jpg" alt="Image 7"></div> <div class="caption sft" data-x="639" data-y="383" data-speed="300" data-start="2300" data-easing="easeOutExpo" data-linktoslide="4" ><img src="images/slides/videobutton.jpg" alt="Image 8"></div> </li> <!-- THE THIRD SLIDE --> <li data-transition="slidedown" data-slotamount="7" data-masterspeed="300" data-thumb="images/thumbs/thumb4.jpg"> <img src="images/slides/black.jpg" > <div class="caption fade fullscreenvideo" data-autoplay="false" data-x="0" data-y="0" data-speed="500" data-start="10" data-easing="easeOutBack"><iframe src="http://player.vimeo.com/video/22775048?title=0&amp;byline=0&amp;portrait=0;api=1" width="100%" height="100%"></iframe></div> <div class="caption big_white sft stt" data-x="327" data-y="25" data-speed="300" data-start="500" data-easing="easeOutExpo" data-end="4000" data-endspeed="300" data-endeasing="easeInSine" >Have Fun Watching the Video</div> </li> <!-- THE FOURTH SLIDE --> <li data-transition="slideleft" data-slotamount="1" data-masterspeed="300" data-thumb="images/thumbs/thumb5.jpg"> <img src="images/slides/slide4.jpg" > <div class="caption large_text sft" data-x="50" data-y="44" data-speed="300" data-start="800" data-easing="easeOutExpo" >TOUCH ENABLED</div> <div class="caption medium_text sfl" data-x="79" data-y="82" data-speed="300" data-start="1100" data-easing="easeOutExpo" >AND</div> <div class="caption large_text sfr" data-x="128" data-y="78" data-speed="300" data-start="1100" data-easing="easeOutExpo" ><span style="color: #ffc600;">RESPONSIVE</span></div> <div class="caption lfl" data-x="53" data-y="192" data-speed="300" data-start="1400" data-easing="easeOutExpo" ><img src="images/slides/imac.png" alt="Image 4"></div> <div class="caption lfl" data-x="253" data-y="282" data-speed="300" data-start="1500" data-easing="easeOutExpo" ><img src="images/slides/ipad.png" alt="Image 5"></div> <div class="caption lfl" data-x="322" data-y="313" data-speed="300" data-start="1600" data-easing="easeOutExpo" ><img src="images/slides/iphone.png" alt="Image 6"></div> </li> <!-- THE FIFTH SLIDE --> <li data-transition="flyin" data-slotamount="1" data-masterspeed="300" data-thumb="images/thumbs/thumb6.jpg"> <img src="images/slides/slide51.jpg" > <div class="caption large_text sfl" data-x="38" data-y="200" data-speed="300" data-start="1000" data-easing="easeOutExpo" >A Happy</div> <div class="caption large_text sfl" data-x="37" data-y="243" data-speed="300" data-start="1300" data-easing="easeOutExpo" >Holiday Season</div> <div class="caption randomrotate" data-x="610" data-y="174" data-speed="800" data-start="1600" data-easing="easeOutExpo" ><img src="images/slides/TP_logo.png" alt="Image 4"></div> </li> </ul> <div class="tp-bannertimer"></div> </div> </div> <div id="unvisible_button"></div> <div class="space30"></div> <div class="configurator"> <!-- THE 1ST CONFIG FIELD -- TRANSITIONS --> <div class="one_third"> <table> <tbody> <tr> <td class="config_title">1</td> <td class="divider"></td> </tr> </tbody> </table> <div class="space15"></div> <div class="conftitle">TRANSITION <span>(TAKES IMMEDIATE EFFECT)</span></div> <div class="selecter"> <div class="dropdown"> <div class="dropcontent">Select a Transition Type</div> <div class="dropbutton"></div> <div class="clear"></div> </div> <select class="selecttransition"> <option value="Demo">ORIGINAL PREVIEW</option> <option value="random">&nbsp;&nbsp;&nbsp;Random Transitions</option> <option value="random-standard">STANDARD</option> <option value="boxslide">&nbsp;&nbsp;&nbsp;Box Mask</option> <option value="boxfade">&nbsp;&nbsp;&nbsp;Box Mask Mosaic</option> <option value="slotzoom-horizontal">&nbsp;&nbsp;&nbsp;Slot Zoom Horizontal</option> <option value="slotslide-horizontal">&nbsp;&nbsp;&nbsp;Slot Slide Horizontal</option> <option value="slotfade-horizontal">&nbsp;&nbsp;&nbsp;Slot Fade Horizontal</option> <option value="slotzoom-vertical">&nbsp;&nbsp;&nbsp;Slot Zoom Vertical</option> <option value="slotslide-vertical">&nbsp;&nbsp;&nbsp;Slot Slide Vertical</option> <option value="slotfade-vertical">&nbsp;&nbsp;&nbsp;Slot Fade Vertical</option> <option value="curtain-1">&nbsp;&nbsp;&nbsp;Curtain One</option> <option value="curtain-2">&nbsp;&nbsp;&nbsp;Curtain Two</option> <option value="curtain-3">&nbsp;&nbsp;&nbsp;Curtain Three</option> <option value="slideleft">&nbsp;&nbsp;&nbsp;Slide Left</option> <option value="slideright">&nbsp;&nbsp;&nbsp;Slide Right</option> <option value="slideup">&nbsp;&nbsp;&nbsp;Slide Up</option> <option value="slidedown">&nbsp;&nbsp;&nbsp;Slide Down</option> <option value="fade">&nbsp;&nbsp;&nbsp;Fade</option> <option value="random-premium">PREMIUM</option> <option value="flyin">&nbsp;&nbsp;&nbsp;Fly In</option> <option value="cubic">&nbsp;&nbsp;&nbsp;Cubic</option> <option value="turnoff">&nbsp;&nbsp;&nbsp;Turn Off</option> <option value="3dcurtain-horizontal">&nbsp;&nbsp;&nbsp;3D Curtain Horizontal</option> <option value="3dcurtain-vertical">&nbsp;&nbsp;&nbsp;3D Curtain Vertical</option> <option value="papercut">&nbsp;&nbsp;&nbsp;Paper Cut</option> </select> </div> </div> <!-- THE 2ND CONFIG FIELD -- ROTATOR --> <div class="one_third"> <table> <tbody> <tr> <td class="config_title">2</td> <td class="divider"></td> </tr> </tbody> </table> <div class="space15"></div> <div class="rotbutcont"> <div style="float:left"> <div class="rotator"><div class="rotator-line"></div></div> </div> <div style="float:left"> <div class="conftitle">ROTATION <span>(SIMPLE TRANSITIONS)</span></div> <div class="rotatefield inputfield">0 degrees</div> </div> <div class="clear"></div> </div> </div> <!-- THE 3thd CONFIG FIELD -- SLOT AMOUNT --> <div class="one_third last"> <table> <tbody> <tr> <td class="config_title">3</td> <td class="divider"></td> </tr> </tbody> </table> <div class="space15"></div> <div class="conftitle">SLOT AMOUNT <span>(USED IN TRANSITIONS)</span></div> <div class="pmbutcont"> <div class="slotamount inputfield" style="float:left;margin-right:5px;width:130px;">Pre Defined Slots</div> <div class="slot plus"></div><div class="slot minus"></div> <div class="clear"></div> </div> </div> <div class="clear"></div> <div class="space10"></div> <table> <tbody> <tr> <td class="config_title">4</td> <td class="divider"></td> </tr> </tbody> </table> <!-- THE 4th CONFIGS WITH THREE DROP DOWN LISTS --> <div class="one_third"> <div class="space15"></div> <div class="conftitle">NAVIGATION STYLE</div> <div class="selecter"> <div class="dropdown"> <div class="dropcontent">Select a Navigation Style</div> <div class="dropbutton"></div> <div class="clear"></div> </div> <select class="selectnavstyle dselect"> <option value="round">Round Bullets</option> <option value="navbar">NavBar with Bullets</option> <option value="round-old">Round Bullets (old version)</option> <option value="square-old">Square Bullets (old version)</option> <option value="navbar-old">NavBar with Bullets (old version)</option> </select> </div> </div> <div class="one_third"> <div class="space15"></div> <div class="conftitle">NAVIGATION ARROWS</div> <div class="selecter"> <div class="dropdown"> <div class="dropcontent">Select Position of Arrows</div> <div class="dropbutton"></div> <div class="clear"></div> </div> <select class="selectnavarrows dselect"> <option value="verticalcentered">Vertical Centered</option> <option value="nexttobullets">Next to Bullets</option> <option value="none">Hide Arrows</option> </select> </div> </div> <div class="one_third last"> <div class="space15"></div> <div class="conftitle">NAVIGATION THUMBS</div> <div class="selecter"> <div class="dropdown"> <div class="dropcontent">Select Navigation Type</div> <div class="dropbutton"></div> <div class="clear"></div> </div> <select class="selectnavtype dselect"> <option value="bullet">Bullets</option> <option value="thumb">Thumbnails</option> <option value="none">No Navigation</option> </select> </select> </div> </div> <div class="clear"></div> <div style="width:100%;height:75px;"></div> <!-- What Else do we have ? --> <table> <tbody> <tr> <td class="config_title small">What else can you set ?</td> <td class="divider small"></td> </tr> </tbody> </table> <div class="space15"></div> <div class="one_third"> <div class="infofield"> <ul> <li>Change <span>Speed of Transitions</span></li> <li>Set <span>Countdown time per slide</span> and/or Global</li> <li>Turn on / off <span>Visibility of Countdown</span></li> <li>Set the <span>Position of Contdown</span></li> <li>Set per slide <span>Link and Target</span></li> <li>Add <span>Unlimited</span> amount of <span>Captions</span></li> <li>Set <span>Start time and speed</span> of Captions</li> <li>Set <span>End time and speed</span> of Captions</li> </ul> </div> </div> <div class="one_third"> <div class="infofield"> <ul> <li>Set different<span>End and Start Transitions</span> of Captions</li> <li><span>Randomrotate, slide, fade</span> Caption Transitions</li> <li>Turn on/off <span>Hiding Navigation</span> and set delay</li> <li>Set <span>link</span> per Captions</li> <li>Add <span>YouTube and Vimeo</span> Captions</li> <li>Set <span>Fullscreen</span> YouTube and Vimeo Videos</li> <li>Set <span>AutoStart</span> for Videos</li> <li>Video Playback stops Countdown</li> </ul> </div> </div> <div class="one_third last"> <div class="infofield"> <ul> <li>Turn on/off <span>Hover functions</span></li> <li>Set <span>Size and Amount</span> of visible Thumbs</li> <li>Turn on / off <span>Touch</span> functions</li> <li>Choose between 3 different <span>Shadows</span></li> <li>Use <span>Api</span> to stop, play, swap slides, and many more.</li> <li>Set <span>FullWidth</span>,<span>Responsive</span> or <span>Static</span> size.</li> <li>Turn on/off <span>on Hover Stop</span> function</li> <li>Option to <span>Link within the slides</span> via Captions</li> </ul> </div> </div> <div class="clear"></div> <div style="width:100%;height:60px;"></div> <!-- SOME INFORMATIONS HERE --> <table> <tbody> <tr> <td class="config_title small">Why Use Slider Revolution</td> <td class="divider small"></td> </tr> </tbody> </table> <div class="space15"></div> <div class="infofield"> <span>With an abundance of sliders and banner rotators available on the web, why exactly should you chose Slider Revolution over other products?</span><br>Slider Revolution is a fully developed slide displaying system offering the capability to show images, videos and captions paired with simple, modern and fancy 3D transitions. On top of that, Slider Revolution is fully responsive and mobile optimized and can take on any dimensions. </div> <div style="width:100%;height:60px;"></div> <!-- SOME INFORMATIONS HERE --> <table> <tbody> <tr> <td class="config_title small">Slider Compatibility</td> <td class="divider small"></td> </tr> </tbody> </table> <table class="features"> <tbody> <tr class="titles"> <td></td> <td>BASIC SLIDER FEATURES</td> <td>SIMPLE TRANSITIONS</td> <td>PREMIUM TRANSITIONS</td> <td>ROTATION</td> </tr> <tr> <td>FIREFOX<span> 10+</span></td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> </tr> <tr> <td>WEBKIT<br><span> CHROME,SAFARI,OPERA</td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> </tr> <tr> <td>IE9</td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> <td><div class="nop"></div></td> <td><div class="nop"></div></td> </tr> <tr> <td>IE7 + 8</td> <td><div class="yo"></div></td> <td><div class="yo"></div></td> <td><div class="nop"></div></td> <td><div class="nop"></div></td> </tr> </tbody> </table> <div style="width:100%;height:60px;"></div> <!-- SOME INFORMATIONS HERE --> <table> <tbody> <tr> <td class="config_title small">Testimonials</td> <td class="divider small"></td> </tr> </tbody> </table> <div class="space15"></div> <div class="slogan">Over 1000+ happy buyers can‘t be wrong!</div> <div class="space40"></div> <div class="testimonials"> <span>Nicolas-Gilles</span> says:<br> <i>Just to let my testimony of appreciation for the support. Efficiency and speed ! 5/5<br>Good Work<br>Nicolas-Gilles</i> </div> <div class="testimonials"> <span>rhj123456</span> says:<br> <i>Wow, you did a really great job on this. I have a whole slider built without looking at the docs. I love that.<br>Nice work!!!.</i> </div> <div class="testimonials"> <span>tverdouw</span> says:<br> <i>Awesome slider, with awesome options. Thanks!</i> </div> <div class="testimonials"> <span>dervish01</span> says:<br> <i>Hi just purchased the plugin and I have to say a great plugin.<br>You can see it at www.acornwebstudio.co.uk<br>really makes websites look great.<br>THANKS .</i> </div> <div class="testimonials"> <span>themesplugins</span> says:<br> <i>We selected your plugin as Top 100 Plugins for WordPress.</i> </div> <div class="testimonials"> <span>sailo</span> says:<br> <i>Perfect, thanks themepunch </i> </div> </div> <!-- END OF CONFIGURATOR --> <div style="width:100%;height:60px;"></div> <script> var api; jQuery(document).ready(function() { api = jQuery('.banner').revolution( { delay:5000, startheight:500, startwidth:960, hideThumbs:300, thumbWidth:100, // Thumb With and Height and Amount (only if navigation Tyope set to thumb !) thumbHeight:50, thumbAmount:5, navigationType:"bullet", // bullet, thumb, none navigationArrows:"nexttobullets", // nexttobullets, solo (old name verticalcentered), none navigationStyle:"round", // round,square,navbar,round-old,square-old,navbar-old, or any from the list in the docu (choose between 50+ different item), custom navigationHAlign:"center", // Vertical Align top,center,bottom navigationVAlign:"bottom", // Horizontal Align left,center,right navigationHOffset:0, navigationVOffset:20, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0, touchenabled:"on", // Enable Swipe Function : on/off onHoverStop:"on", // Stop Banner Timet at Hover on Slide on/off stopAtSlide:-1, stopAfterLoops:-1, shadow:1, //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows (No Shadow in Fullwidth Version !) fullWidth:"off" // Turns On or Off the Fullwidth Image Centering in FullWidth Modus }); }); </script> </body> </html>
static/bootstrap/issues/283.html
weidongwanga/framework
<!DOCTYPE html> <html> <head> <title>Use resetView to reset the header width</title> <meta charset="utf-8"> <link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="../assets/bootstrap-table/src/bootstrap-table.css"> <link rel="stylesheet" href="../assets/examples.css"> <script src="../assets/jquery.min.js"></script> <script src="../assets/bootstrap/js/bootstrap.min.js"></script> <script src="../assets/bootstrap-table/src/bootstrap-table.js"></script> <script src="../ga.js"></script> <style> .div-table { /*display: table;*/ border: 1px solid #ccc; } .cell-left { /*display: table-cell;*/ float: left; width:80%; } .cell-right { /*display: table-cell;*/ float: right; width:20%; } </style> </head> <body> <div class="container"> <h1>Use resetView to reset the header width(<a href="https://github.com/wenzhixin/bootstrap-table/issues/283" target="_blank">#283</a>).</h1> <p> <button id="b" type="button" class="btn btn-default">Larger</button> <button id="s" type="button" class="btn btn-default">Smaller</button> </p> <div id="d" class="div-table"> <div class="cell-left"> <table id="table" data-height="500"></table> </div> <div class="cell-right"> RRR </div> <div class="clearfix"></div> </div> </div> <script> var $table = $('#table'); $(function () { buildTable($('#table'), 10, 50); var $d = $('#d'); var width = $d.width(); $('#b').click(function(){ width = width + 100; $d.css('width', width + 'px'); $('#table').bootstrapTable('resetView'); }); $('#s').click(function(){ width = width - 100; $d.css('width', width + 'px'); $('#table').bootstrapTable('resetView'); }); }); function buildTable($el, cells, rows) { var i, j, row, columns = [], data = []; for (i = 0; i < cells; i++) { columns.push({ field: 'field' + i, title: 'Cell' + i }); } for (i = 0; i < rows; i++) { row = {}; for (j = 0; j < cells; j++) { row['field' + j] = 'Row-' + i + '-' + j; } data.push(row); } $el.bootstrapTable('destroy').bootstrapTable({ columns: columns, data: data }); } </script> </body> </html>
web/css/ceacecb_part_1_bootstrap-datepicker_1.css
dedraks/cadpaz
/*! * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker) * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */ .datepicker { padding: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; direction: ltr; } .datepicker-inline { width: 220px; } .datepicker.datepicker-rtl { direction: rtl; } .datepicker.datepicker-rtl table tr td span { float: right; } .datepicker-dropdown { top: 0; left: 0; } .datepicker-dropdown:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-top: 0; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; } .datepicker-dropdown:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; border-top: 0; position: absolute; } .datepicker-dropdown.datepicker-orient-left:before { left: 6px; } .datepicker-dropdown.datepicker-orient-left:after { left: 7px; } .datepicker-dropdown.datepicker-orient-right:before { right: 6px; } .datepicker-dropdown.datepicker-orient-right:after { right: 7px; } .datepicker-dropdown.datepicker-orient-bottom:before { top: -7px; } .datepicker-dropdown.datepicker-orient-bottom:after { top: -6px; } .datepicker-dropdown.datepicker-orient-top:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #999; } .datepicker-dropdown.datepicker-orient-top:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #ffffff; } .datepicker > div { display: none; } .datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years { display: block; } .datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none; } .table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent; } .datepicker table tr td.day:hover, .datepicker table tr td.day.focused { background: #eeeeee; cursor: pointer; } .datepicker table tr td.old, .datepicker table tr td.new { color: #999999; } .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background: none; color: #999999; cursor: default; } .datepicker table tr td.highlighted { background: #d9edf7; border-radius: 0; } .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover { background-color: #fde19a; background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a); background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a)); background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a); background-image: -o-linear-gradient(top, #fdd49a, #fdf59a); background-image: linear-gradient(top, #fdd49a, #fdf59a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0); border-color: #fdf59a #fdf59a #fbed50; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #000; } .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] { background-color: #fdf59a; } .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active { background-color: #fbf069 \9; } .datepicker table tr td.today:hover:hover { color: #000; } .datepicker table tr td.today.active:hover { color: #fff; } .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover { background: #eeeeee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover { background-color: #f3d17a; background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a); background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a)); background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a); background-image: -o-linear-gradient(top, #f3c17a, #f3e97a); background-image: linear-gradient(top, #f3c17a, #f3e97a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0); border-color: #f3e97a #f3e97a #edde34; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] { background-color: #f3e97a; } .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active { background-color: #efe24b \9; } .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover { background-color: #9e9e9e; background-image: -moz-linear-gradient(top, #b3b3b3, #808080); background-image: -ms-linear-gradient(top, #b3b3b3, #808080); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080)); background-image: -webkit-linear-gradient(top, #b3b3b3, #808080); background-image: -o-linear-gradient(top, #b3b3b3, #808080); background-image: linear-gradient(top, #b3b3b3, #808080); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0); border-color: #808080 #808080 #595959; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] { background-color: #808080; } .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active { background-color: #666666 \9; } .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover { background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -ms-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] { background-color: #0044cc; } .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active { background-color: #003399 \9; } .datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker table tr td span:hover { background: #eeeeee; } .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover { background: none; color: #999999; cursor: default; } .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover { background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -ms-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] { background-color: #0044cc; } .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active { background-color: #003399 \9; } .datepicker table tr td span.old, .datepicker table tr td span.new { color: #999999; } .datepicker .datepicker-switch { width: 145px; } .datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th { cursor: pointer; } .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover { background: #eeeeee; } .datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle; } .input-append.date .add-on, .input-prepend.date .add-on { cursor: pointer; } .input-append.date .add-on i, .input-prepend.date .add-on i { margin-top: 3px; } .input-daterange input { text-align: center; } .input-daterange input:first-child { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-daterange input:last-child { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .input-daterange .add-on { display: inline-block; width: auto; min-width: 16px; height: 18px; padding: 4px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #ffffff; vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; margin-left: -5px; margin-right: -5px; }
tests/clone_detector_tests/jquery/test/data/offset/body.html
daejunpark/jsaf
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>body</title> <style type="text/css" media="screen"> body { margin: 1px; padding: 5px; } #marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; } </style> <script src="../include_js.php"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { $('body').click(function() { $('#marker').css( $(this).offset() ); return false; }); }); </script> </head> <body> <div id="marker"></div> </body> </html>
third_party/blink/web_tests/external/wpt/css/css-variables/variable-declaration-18.html
scheib/chromium
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <title>CSS Test: Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference.</title> <link rel="author" title="Cameron McCormack" href="mailto:[email protected]"> <link rel="help" href="http://www.w3.org/TR/css-variables-1/#syntax"> <link rel="match" href="variable-declaration-18-ref.html"> <meta name="flags" content="ahem"> <link rel="stylesheet" href="/fonts/ahem.css" type="text/css"> <style> body { font-family: serif; } p { font-family: monospace; --a: Ahem var(--b) sans-serif; --b: ,; font-family: var(--a); } </style> <p>This text must be in Ahem.</p>
sdk/android/src/sdk/doc/com/microsoft/windowsazure/mobileservices/table/serialization/package-summary.html
pragnagopa/azure-mobile-services
<!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 Tue Aug 12 11:16:05 PDT 2014 --> <title>com.microsoft.windowsazure.mobileservices.table.serialization</title> <meta name="date" content="2014-08-12"> <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="com.microsoft.windowsazure.mobileservices.table.serialization"; } } 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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.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="../../../../../../com/microsoft/windowsazure/mobileservices/table/query/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../com/microsoft/windowsazure/mobileservices/table/sync/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/microsoft/windowsazure/mobileservices/table/serialization/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;com.microsoft.windowsazure.mobileservices.table.serialization</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../com/microsoft/windowsazure/mobileservices/table/serialization/DateSerializer.html" title="class in com.microsoft.windowsazure.mobileservices.table.serialization">DateSerializer</a></td> <td class="colLast"> <div class="block">Date Serializer/Deserializer to make Mobile Services and Java dates compatible</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../com/microsoft/windowsazure/mobileservices/table/serialization/JsonEntityParser.html" title="class in com.microsoft.windowsazure.mobileservices.table.serialization">JsonEntityParser</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../com/microsoft/windowsazure/mobileservices/table/serialization/LongSerializer.html" title="class in com.microsoft.windowsazure.mobileservices.table.serialization">LongSerializer</a></td> <td class="colLast"> <div class="block">Long Serializer to avoid losing precision when sending data to Mobile Services</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.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="../../../../../../com/microsoft/windowsazure/mobileservices/table/query/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../../com/microsoft/windowsazure/mobileservices/table/sync/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/microsoft/windowsazure/mobileservices/table/serialization/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
javadocs/com/jwetherell/augmented_reality/ui/objects/package-frame.html
gulingfengze/Guide-AR
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Dec 26 19:42:35 EST 2013 --> <title>com.jwetherell.augmented_reality.ui.objects</title> <meta name="date" content="2013-12-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../com/jwetherell/augmented_reality/ui/objects/package-summary.html" target="classFrame">com.jwetherell.augmented_reality.ui.objects</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="PaintableBox.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableBox</a></li> <li><a href="PaintableBoxedText.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableBoxedText</a></li> <li><a href="PaintableCircle.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableCircle</a></li> <li><a href="PaintableGps.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableGps</a></li> <li><a href="PaintableIcon.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableIcon</a></li> <li><a href="PaintableLine.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableLine</a></li> <li><a href="PaintableObject.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableObject</a></li> <li><a href="PaintablePoint.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintablePoint</a></li> <li><a href="PaintablePosition.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintablePosition</a></li> <li><a href="PaintableRadarPoints.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableRadarPoints</a></li> <li><a href="PaintableText.html" title="class in com.jwetherell.augmented_reality.ui.objects" target="classFrame">PaintableText</a></li> </ul> </div> </body> </html>
javadocs/overview-frame.html
gulingfengze/Guide-AR
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Dec 26 19:42:35 EST 2013 --> <title>Overview List</title> <meta name="date" content="2013-12-26"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <div class="indexHeader"><a href="allclasses-frame.html" target="packageFrame">All Classes</a></div> <div class="indexContainer"> <h2 title="Packages">Packages</h2> <ul title="Packages"> <li><a href="com/jwetherell/augmented_reality/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality</a></li> <li><a href="com/jwetherell/augmented_reality/activity/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.activity</a></li> <li><a href="com/jwetherell/augmented_reality/camera/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.camera</a></li> <li><a href="com/jwetherell/augmented_reality/common/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.common</a></li> <li><a href="com/jwetherell/augmented_reality/data/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.data</a></li> <li><a href="com/jwetherell/augmented_reality/ui/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.ui</a></li> <li><a href="com/jwetherell/augmented_reality/ui/objects/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.ui.objects</a></li> <li><a href="com/jwetherell/augmented_reality/widget/package-frame.html" target="packageFrame">com.jwetherell.augmented_reality.widget</a></li> </ul> </div> <p>&nbsp;</p> </body> </html>
third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/form-controls/input-placeholder-line-height.html
scheib/chromium
<!doctype html> <title>line-height has no effect on placeholder</title> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1714631"> <link rel="match" href="input-placeholder-line-height-ref.html"> <style> input::placeholder { line-height: 0; } </style> <input placeholder=Foo>
resources/library/interactivities/Train.wgt/css/ubw-main.css
DIP-SEM/OpenBoard
html, body { margin:0; padding: 0; font-family: "helvetica neue"; font-size: 14px; color: #666666; } #ubwidget { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url("images/bg.png"); } .theme-pad #ubwidget { border-radius: 40px; border-width: 52px; -webkit-border-image: url("images/pad-bd.png") 52 repeat; -moz-border-image: url("images/pad-bd.png") 52 repeat; border-image: url("images/pad-bd.png") 52 repeat; } .theme-slate #ubwidget { border-radius: 44px; border-width: 52px; -webkit-border-image: url("images/slate-bd.png") 52 repeat; -moz-border-image: url("images/slate-bd.png") 52 repeat; border-image: url("images/slate-bd.png") 52 repeat; } #ubwidget > .wrapper { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; overflow: hidden; } .theme-slate #ubwidget > .wrapper, .theme-pad #ubwidget > .wrapper { position: absolute; top: -49px; bottom: -5px; left: -5px; right: -5px; overflow: hidden; } #toolbar { display: table; width: 100%; height: 44px; font-size: 24px; color: #FFCC99; padding:0 10px; } .theme-pad #toolbar, .theme-slate #toolbar { height: 38px; padding: 6px 0 0; } .theme-slate #toolbar { color: #7F613F; text-shadow: #FFDCA9 0 1px 0; } #toolbar > * { display: table-cell; height: 100%; vertical-align: middle; } #toolbar .actions { text-align: right; } #toolbar button, h1 { font-weight: normal; font-size: 24px; color: #FFCC99; margin: 0; } .theme-slate #toolbar button, .theme-slate h1 { color: #7F613F; text-shadow: #FFDCA9 0 1px 0; } #toolbar button { border: none; padding: none; outline: none; background: none; cursor: pointer; padding-left: 34px; margin-left: 10px; height: 32px; } #toolbar button span { display: block; line-height: 32px; } #toolbar button[role='edit'] { background: url("images/toolbar-edit.png") left top no-repeat; } #toolbar button[role='view'] { display: none; color: #FFF; background: url("images/toolbar-edit.png") left -32px no-repeat; } #toolbar button[role='reload'] { background: url("images/toolbar-reload.png") left top no-repeat; } #toolbar button[role='help'] { background: url("images/toolbar-help.png") left top no-repeat; display: none; } .hasHelp #toolbar button[role='help'] { display: inline-block; } .showHelp #toolbar button[role='help'] { color: #FFF; background-position: left -32px; } .theme-slate #toolbar button[role='edit'] { background-image: url("images/slate-toolbar-edit.png"); } .theme-slate #toolbar button[role='view'] { text-shadow: #7F613F 0 -1px 0; background: url("images/slate-toolbar-edit.png") left -32px no-repeat; } .theme-slate #toolbar button[role='reload'] { background-image: url("images/slate-toolbar-reload.png"); } .theme-slate #toolbar button[role='help'] { background-image: url("images/slate-toolbar-help.png"); } .showHelp.theme-slate #toolbar button[role='help'] { text-shadow: #7F613F 0 -1px 0; } .onEdit #toolbar button[role='view'] { display: inline-block; } .onEdit #toolbar button[role='edit'] { display: none; } #help { width: 300px; height: 400px; position: absolute; margin-top: 10px; right: 10px; z-index: 10000; display: none; } .showHelp #help { display: block; } #content { position: absolute; top: 44px; bottom: 0; overflow: auto; left: 0; right: 0; background-image: -moz-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: -webkit-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: -o-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: -ms-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); } #parameters { display:none; padding: 10px 20px; background: url("images/parameters-bg.png"); -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -mz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } #parameters label { font-style: italic; } #parameters label > select, #parameters label > input{ margin-left: 10px; width: 80px; } #parameters > div.inline { display: inline-block; } #parameters > div.inline+div.inline { margin-left: 20px; } #parameters input[type=text], #parameters input[type=number] { height: 26px; border: 1px solid #BBB; background-color: #FFF; padding: 0 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 0 #FFF; -moz-box-shadow: 0 1px 0 #FFF; -ms-box-shadow: 0 1px 0 #FFF; box-shadow: 0 1px 0 #FFF; } #parameters input.tiny { width: 40px; } #parameters input.small { width: 80px; } #parameters input.medium { width: 120px; } #parameters input.long { width: 160px; } #scene { padding: 20px; } #scene > * { margin: 0 auto; } .onEdit #scene { } .onEdit #parameters { display: block; } /* .card-container { -webkit-perspective: 600px; width:100%; height: 100%; } .card { position: relative; width:100%; height: 100%; } .card > div { position: absolute; width:100%; height: 100%; -webkit-transform-style: preserve-3d; -webkit-transition: all .5s ease-in-out; -webkit-backface-visibility: hidden; } .card > div:first-child { -webkit-transform: rotateY( 0deg ); } .card > div:last-child { -webkit-transform: rotateY( -180deg ); } .card.flip > div:first-child { -webkit-transform: rotateY( 180deg ); } .card.flip > div:last-child { -webkit-transform: rotateY( 0deg ); } */
wp/wp-includes/blocks/file/editor-rtl.min.css
CityOfPhiladelphia/phila.gov
.wp-block-file{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:0}.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{height:auto}.wp-block-file .components-resizable-box__container{margin-bottom:1em}.wp-block-file .wp-block-file__preview{margin-bottom:1em;width:100%;height:100%}.wp-block-file .wp-block-file__preview-overlay{position:absolute;top:0;left:0;bottom:0;right:0}.wp-block-file .wp-block-file__content-wrapper{flex-grow:1}.wp-block-file a{min-width:1em}.wp-block-file .wp-block-file__button-richtext-wrapper{display:inline-block;margin-right:.75em}
third_party/WebKit/LayoutTests/svg/dom/svglist-immutable.html
js0701/chromium-crosswalk
<!DOCTYPE html> <title>SVG*List immutability</title> <script src=../../resources/testharness.js></script> <script src=../../resources/testharnessreport.js></script> <script> var root = document.createElementNS('http://www.w3.org/2000/svg', 'svg'); [ { element: 'polygon', attr: 'points', value: '0,0 10,10', listName: 'SVGPointList', accessor: function(elm) { return elm.animatedPoints; }, constructItem: function(elm) { return root.createSVGPoint(); } }, { element: 'text', attr: 'x', value: '0 10', listName: 'SVGLengthList', accessor: function(elm) { return elm.x.animVal; }, constructItem: function(elm) { return root.createSVGLength(); } }, { element: 'rect', attr: 'transform', value: 'rotate(0) scale(1)', listName: 'SVGTransformList', accessor: function(elm) { return elm.transform.animVal; }, constructItem: function(elm) { return root.createSVGTransform(); } } ].forEach(function(testItem) { var element = document.createElementNS('http://www.w3.org/2000/svg', testItem.element); element.setAttribute(testItem.attr, testItem.value); var list = testItem.accessor(element); var item = testItem.constructItem(element); test(function() { assert_equals(list.length, 2); assert_throws('NoModificationAllowedError', function() { list.clear(); }); assert_throws('NoModificationAllowedError', function() { list.initialize(item); }); assert_throws('NoModificationAllowedError', function() { list[0] = item; }); assert_throws('NoModificationAllowedError', function() { list.insertItemBefore(item, 0); }); assert_throws('NoModificationAllowedError', function() { list.replaceItem(item, 0); }); assert_throws('NoModificationAllowedError', function() { list.removeItem(0); }); assert_throws('NoModificationAllowedError', function() { list.appendItem(item); }); }, document.title + ', ' + testItem.listName); }); </script>
spec/fixtures/pages/window-open.html
renaesop/electron
<html> <body> <script type="text/javascript" charset="utf-8"> window.open('http://host', 'host', 'this-is-not-a-standard-feature'); </script> </body> </html>
src/test/resources/javascript/atoms/test/dom_test.html
SeleniumHQ/htmlunit-driver
<!DOCTYPE html> <html> <head> <title>dom_test</title> <script src="test_bootstrap.js"></script> <script type="text/javascript"> goog.require('bot.dom.core'); goog.require('bot.userAgent'); goog.require('goog.testing.jsunit'); goog.require('goog.userAgent'); </script> <body> <script type="text/javascript"> function testStandardizeStyleAttributeReturnsIdenticalStringWithLowercasedPropertyNames() { var toTest = [ {input: "Left: 0px; Text-align: center;", expected: "left: 0px; text-align: center;"}, {input: "background-image: url('testdata/kitten3.jpg');", expected: "background-image: url('testdata/kitten3.jpg');"}, {input: "-ms-filter: 'progid:DXImageTransform(strength=50)," + " progid:DXImageTransform.(mirror=1)';", expected: "-ms-filter: 'progid:DXImageTransform(strength=50)," + " progid:DXImageTransform.(mirror=1)';"} ]; for (var i = 0; i < toTest.length; i++) { assertObjectEquals(toTest[i].expected, bot.dom.core.standardizeStyleAttribute_(toTest[i].input)); } } function testStandardizeStyleAttributeAppendsAMissingSemicolonToTheEndOfTheString() { assertEquals("background-color:green; width:100px; height:50px;", bot.dom.core.standardizeStyleAttribute_( "background-color:green; width:100px; height:50px") ); } function testStandardizeStyleAttributeShouldWorkWithQuotesAndParens() { if (goog.userAgent.IE && !bot.userAgent.isProductVersion(7)) { // IE6 cannot properly parse the embedded semicolons in the strings below. return; } var toTest = [ {input: "key:value", expected: "key:value;"}, {input: "key:value;", expected: "key:value;"}, {input: "key1:value1; key2: value2", expected: "key1:value1; key2: value2;"}, {input: "key1:value1; key2: value2(semi;colons;in;here;)", expected: "key1:value1; key2: value2(semi;colons;in;here;);"}, {input: "key1:value1; key2: 'string; with; semicolons; and more';", expected: "key1:value1; key2: 'string; with; semicolons; and more';"}, {input: "key1:value1; key2: 'string; with; semicolons; and more'", expected: "key1:value1; key2: 'string; with; semicolons; and more';"}, {input: "key1:value1;" + " key2: url('something;with;semicolons;?oh=yeah&x=y');" + " key3:'string;with;semicolons;'", expected: "key1:value1;" + " key2: url('something;with;semicolons;?oh=yeah&x=y');" + " key3:'string;with;semicolons;';"}, {input: "key1:\"double;quoted;string!\";" + " key2:'single;quoted;string;';" + " key3:it(is;in;parens);", expected: "key1:\"double;quoted;string!\";" + " key2:'single;quoted;string;'; key3:it(is;in;parens);"} ]; for (var i = 0; i < toTest.length; i++) { assertObjectEquals(toTest[i].expected, bot.dom.core.standardizeStyleAttribute_(toTest[i].input)); } } </script> </body> </html>
javadoc/com/google/common/collect/class-use/Multimap.html
MedwynLiang/google-collections
<!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-google-internal) on Wed Dec 30 10:35:12 PST 2009 --> <TITLE> Uses of Interface com.google.common.collect.Multimap (Google Collections Library 1.0 (FINAL)) </TITLE> <META NAME="date" CONTENT="2009-12-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface com.google.common.collect.Multimap (Google Collections Library 1.0 (FINAL))"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/google/common/collect//class-useMultimap.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Multimap.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>com.google.common.collect.Multimap</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.google.common.collect"><B>com.google.common.collect</B></A></TD> <TD>This package contains generic collection interfaces and implementations, and other utilities for working with collections.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.google.common.collect"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> in <A HREF="../../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> in <A HREF="../../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;interface</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <code>Multimap</code> that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;interface</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <code>Multimap</code> that cannot hold duplicate key-value pairs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;interface</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <code>SetMultimap</code> whose set of values for a given key are kept sorted; that is, they comprise a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util"><CODE>SortedSet</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A> that implement <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect">ArrayListMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of <code>Multimap</code> that uses an <code>ArrayList</code> to store the values for a given key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A multimap which forwards all its method calls to another multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/HashMultimap.html" title="class in com.google.common.collect">HashMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A> using hash tables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <A HREF="../../../../../com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect"><CODE>ListMultimap</CODE></A> with reliable user-specified key and value iteration order.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <A HREF="../../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect"><CODE>SetMultimap</CODE></A> with reliable user-specified key and value iteration order.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of <code>Multimap</code> that does not allow duplicate key-value entries and that returns collections whose iterators follow the ordering in which the data was added to the multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An implementation of <code>ListMultimap</code> that supports deterministic iteration order for both keys and values.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of <code>Multimap</code> whose keys and values are ordered by their natural ordering or by supplied comparators.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A> with type parameters of type <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V,M extends <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;&gt; <BR> M</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#invertFrom(com.google.common.collect.Multimap, M)">invertFrom</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends V,? extends K&gt;&nbsp;source, M&nbsp;dest)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies each key-value mapping in <code>source</code> into <code>dest</code>, with its key and value reversed.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A> that return <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected abstract &nbsp;<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;<A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html" title="type parameter in ForwardingMultimap">K</A>,<A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html" title="type parameter in ForwardingMultimap">V</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ForwardingMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html#delegate()">delegate</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#newMultimap(java.util.Map, com.google.common.base.Supplier)">newMultimap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;V&gt;&gt;&nbsp;map, <A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A>&lt;? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;V&gt;&gt;&nbsp;factory)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new <code>Multimap</code> that uses the provided map and factory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#synchronizedMultimap(com.google.common.collect.Multimap)">synchronizedMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) multimap backed by the specified multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableMultimap(com.google.common.collect.Multimap)">unmodifiableMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;&nbsp;delegate)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an unmodifiable view of the specified multimap.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A> with parameters of type <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>ImmutableListMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.html#copyOf(com.google.common.collect.Multimap)">copyOf</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the same mappings as <code>multimap</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>ImmutableSetMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.html#copyOf(com.google.common.collect.Multimap)">copyOf</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable set multimap containing the same mappings as <code>multimap</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>ImmutableMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html#copyOf(com.google.common.collect.Multimap)">copyOf</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable multimap containing the same mappings as <code>multimap</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>,V extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&gt; <BR> <A HREF="../../../../../com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>TreeMultimap.</B><B><A HREF="../../../../../com/google/common/collect/TreeMultimap.html#create(com.google.common.collect.Multimap)">create</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>TreeMultimap</code>, ordered by the natural ordering of its keys and values, with the same mappings as the specified multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/HashMultimap.html" title="class in com.google.common.collect">HashMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>HashMultimap.</B><B><A HREF="../../../../../com/google/common/collect/HashMultimap.html#create(com.google.common.collect.Multimap)">create</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>HashMultimap</code> with the same mappings as the specified multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect">ArrayListMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>ArrayListMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ArrayListMultimap.html#create(com.google.common.collect.Multimap)">create</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an <code>ArrayListMultimap</code> with the same mappings as the specified multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>LinkedListMultimap.</B><B><A HREF="../../../../../com/google/common/collect/LinkedListMultimap.html#create(com.google.common.collect.Multimap)">create</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>LinkedListMultimap</code> with the same mappings as the specified <code>Multimap</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>LinkedHashMultimap.</B><B><A HREF="../../../../../com/google/common/collect/LinkedHashMultimap.html#create(com.google.common.collect.Multimap)">create</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends K,? extends V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>LinkedHashMultimap</code> with the same mappings as the specified multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V,M extends <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;&gt; <BR> M</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#invertFrom(com.google.common.collect.Multimap, M)">invertFrom</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends V,? extends K&gt;&nbsp;source, M&nbsp;dest)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies each key-value mapping in <code>source</code> into <code>dest</code>, with its key and value reversed.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A>&lt;<A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">K</A>,<A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">V</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ImmutableListMultimap.Builder.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.Builder.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">K</A>,? extends <A HREF="../../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores another multimap's entries in the built multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A>&lt;<A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">K</A>,<A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">V</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ImmutableSetMultimap.Builder.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.Builder.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">K</A>,? extends <A HREF="../../../../../com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores another multimap's entries in the built multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ForwardingMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html" title="type parameter in ForwardingMultimap">K</A>,? extends <A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html" title="type parameter in ForwardingMultimap">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>Multimap.</B><B><A HREF="../../../../../com/google/common/collect/Multimap.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/Multimap.html" title="type parameter in Multimap">K</A>,? extends <A HREF="../../../../../com/google/common/collect/Multimap.html" title="type parameter in Multimap">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copies all of another multimap's key-value pairs into this multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>LinkedListMultimap.</B><B><A HREF="../../../../../com/google/common/collect/LinkedListMultimap.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/LinkedListMultimap.html" title="type parameter in LinkedListMultimap">K</A>,? extends <A HREF="../../../../../com/google/common/collect/LinkedListMultimap.html" title="type parameter in LinkedListMultimap">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ImmutableMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">K</A>,? extends <A HREF="../../../../../com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the multimap unmodified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A>&lt;<A HREF="../../../../../com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">K</A>,<A HREF="../../../../../com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">V</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ImmutableMultimap.Builder.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableMultimap.Builder.html#putAll(com.google.common.collect.Multimap)">putAll</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;? extends <A HREF="../../../../../com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">K</A>,? extends <A HREF="../../../../../com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">V</A>&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores another multimap's entries in the built multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#synchronizedMultimap(com.google.common.collect.Multimap)">synchronizedMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;&nbsp;multimap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a synchronized (thread-safe) multimap backed by the specified multimap.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableMultimap(com.google.common.collect.Multimap)">unmodifiableMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A>&lt;K,V&gt;&nbsp;delegate)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an unmodifiable view of the specified multimap.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/google/common/collect//class-useMultimap.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Multimap.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
doc/api/module-zrender_tool_http.html
yckrasnodar/zrender
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Module: zrender/tool/http</title> <meta property="og:title" content=""/> <meta property="og:type" content="website"/> <meta property="og:image" content=""/> <meta property="og:url" content=""/> <script src="scripts/prettify/prettify.js"></script> <script src="scripts/prettify/lang-css.js"></script> <script src="scripts/jquery.min.js"></script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="styles/jaguar.css"> <script> var config = {"monospaceLinks":false,"cleverLinks":false,"applicationName":"ZRender","disqus":"","googleAnalytics":"","openGraph":{"title":"","type":"website","image":"","site_name":"","url":""},"meta":{"title":"","description":"","keyword":""},"default":{}}; </script> </head> <body> <div id="wrap" class="clearfix"> <div class="navigation"> <h3 class="applicationName"><a href="index.html">ZRender</a></h3> <div class="search"> <input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations"> </div> <ul class="list"> <li class="item" data-name="module:zrender"> <span class="title"> <a href="module-zrender.html">module:zrender</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender.version"><a href="module-zrender.html#.version">version</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender.delInstance"><a href="module-zrender.html#.delInstance">delInstance</a></li> <li data-name="module:zrender.dispose"><a href="module-zrender.html#.dispose">dispose</a></li> <li data-name="module:zrender.getInstance"><a href="module-zrender.html#.getInstance">getInstance</a></li> <li data-name="module:zrender.init"><a href="module-zrender.html#.init">init</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/animation/Animation"> <span class="title"> <a href="module-zrender_animation_Animation.html">module:zrender/animation/Animation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/animation/Animation~IZRenderStage"><a href="module-zrender_animation_Animation.html#~IZRenderStage">IZRenderStage</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/animation/Animation#add"><a href="module-zrender_animation_Animation.html#add">add</a></li> <li data-name="module:zrender/animation/Animation#animate"><a href="module-zrender_animation_Animation.html#animate">animate</a></li> <li data-name="module:zrender/animation/Animation#clear"><a href="module-zrender_animation_Animation.html#clear">clear</a></li> <li data-name="module:zrender/animation/Animation#remove"><a href="module-zrender_animation_Animation.html#remove">remove</a></li> <li data-name="module:zrender/animation/Animation#start"><a href="module-zrender_animation_Animation.html#start">start</a></li> <li data-name="module:zrender/animation/Animation#stop"><a href="module-zrender_animation_Animation.html#stop">stop</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/animation/easing"> <span class="title"> <a href="module-zrender_animation_easing.html">module:zrender/animation/easing</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/animation/easing.BackIn"><a href="module-zrender_animation_easing.html#.BackIn">BackIn</a></li> <li data-name="module:zrender/animation/easing.BackInOut"><a href="module-zrender_animation_easing.html#.BackInOut">BackInOut</a></li> <li data-name="module:zrender/animation/easing.BackOut"><a href="module-zrender_animation_easing.html#.BackOut">BackOut</a></li> <li data-name="module:zrender/animation/easing.BounceIn"><a href="module-zrender_animation_easing.html#.BounceIn">BounceIn</a></li> <li data-name="module:zrender/animation/easing.BounceInOut"><a href="module-zrender_animation_easing.html#.BounceInOut">BounceInOut</a></li> <li data-name="module:zrender/animation/easing.BounceOut"><a href="module-zrender_animation_easing.html#.BounceOut">BounceOut</a></li> <li data-name="module:zrender/animation/easing.CircularIn"><a href="module-zrender_animation_easing.html#.CircularIn">CircularIn</a></li> <li data-name="module:zrender/animation/easing.CircularInOut"><a href="module-zrender_animation_easing.html#.CircularInOut">CircularInOut</a></li> <li data-name="module:zrender/animation/easing.CircularOut"><a href="module-zrender_animation_easing.html#.CircularOut">CircularOut</a></li> <li data-name="module:zrender/animation/easing.CubicIn"><a href="module-zrender_animation_easing.html#.CubicIn">CubicIn</a></li> <li data-name="module:zrender/animation/easing.CubicInOut"><a href="module-zrender_animation_easing.html#.CubicInOut">CubicInOut</a></li> <li data-name="module:zrender/animation/easing.CubicOut"><a href="module-zrender_animation_easing.html#.CubicOut">CubicOut</a></li> <li data-name="module:zrender/animation/easing.ElasticIn"><a href="module-zrender_animation_easing.html#.ElasticIn">ElasticIn</a></li> <li data-name="module:zrender/animation/easing.ElasticInOut"><a href="module-zrender_animation_easing.html#.ElasticInOut">ElasticInOut</a></li> <li data-name="module:zrender/animation/easing.ElasticOut"><a href="module-zrender_animation_easing.html#.ElasticOut">ElasticOut</a></li> <li data-name="module:zrender/animation/easing.ExponentialIn"><a href="module-zrender_animation_easing.html#.ExponentialIn">ExponentialIn</a></li> <li data-name="module:zrender/animation/easing.ExponentialInOut"><a href="module-zrender_animation_easing.html#.ExponentialInOut">ExponentialInOut</a></li> <li data-name="module:zrender/animation/easing.ExponentialOut"><a href="module-zrender_animation_easing.html#.ExponentialOut">ExponentialOut</a></li> <li data-name="module:zrender/animation/easing.Linear"><a href="module-zrender_animation_easing.html#.Linear">Linear</a></li> <li data-name="module:zrender/animation/easing.QuadraticIn"><a href="module-zrender_animation_easing.html#.QuadraticIn">QuadraticIn</a></li> <li data-name="module:zrender/animation/easing.QuadraticInOut"><a href="module-zrender_animation_easing.html#.QuadraticInOut">QuadraticInOut</a></li> <li data-name="module:zrender/animation/easing.QuadraticOut"><a href="module-zrender_animation_easing.html#.QuadraticOut">QuadraticOut</a></li> <li data-name="module:zrender/animation/easing.QuarticIn"><a href="module-zrender_animation_easing.html#.QuarticIn">QuarticIn</a></li> <li data-name="module:zrender/animation/easing.QuarticInOut"><a href="module-zrender_animation_easing.html#.QuarticInOut">QuarticInOut</a></li> <li data-name="module:zrender/animation/easing.QuarticOut"><a href="module-zrender_animation_easing.html#.QuarticOut">QuarticOut</a></li> <li data-name="module:zrender/animation/easing.QuinticIn"><a href="module-zrender_animation_easing.html#.QuinticIn">QuinticIn</a></li> <li data-name="module:zrender/animation/easing.QuinticInOut"><a href="module-zrender_animation_easing.html#.QuinticInOut">QuinticInOut</a></li> <li data-name="module:zrender/animation/easing.QuinticOut"><a href="module-zrender_animation_easing.html#.QuinticOut">QuinticOut</a></li> <li data-name="module:zrender/animation/easing.SinusoidalIn"><a href="module-zrender_animation_easing.html#.SinusoidalIn">SinusoidalIn</a></li> <li data-name="module:zrender/animation/easing.SinusoidalInOut"><a href="module-zrender_animation_easing.html#.SinusoidalInOut">SinusoidalInOut</a></li> <li data-name="module:zrender/animation/easing.SinusoidalOut"><a href="module-zrender_animation_easing.html#.SinusoidalOut">SinusoidalOut</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/config"> <span class="title"> <a href="module-zrender_config.html">module:zrender/config</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/config.debugMode"><a href="module-zrender_config.html#.debugMode">debugMode</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/Group"> <span class="title"> <a href="module-zrender_Group.html">module:zrender/Group</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/Group#clipShape"><a href="module-zrender_Group.html#clipShape">clipShape</a></li> <li data-name="module:zrender/Group#id"><a href="module-zrender_Group.html#id">id</a></li> <li data-name="module:zrender/Group#ignore"><a href="module-zrender_Group.html#ignore">ignore</a></li> <li data-name="module:zrender/Group#type"><a href="module-zrender_Group.html#type">type</a></li> <li data-name="module:zrender/Group#position"><a href="module-zrender_Group.html#position">position</a></li> <li data-name="module:zrender/Group#rotation"><a href="module-zrender_Group.html#rotation">rotation</a></li> <li data-name="module:zrender/Group#scale"><a href="module-zrender_Group.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/Group#addChild"><a href="module-zrender_Group.html#addChild">addChild</a></li> <li data-name="module:zrender/Group#childAt"><a href="module-zrender_Group.html#childAt">childAt</a></li> <li data-name="module:zrender/Group#children"><a href="module-zrender_Group.html#children">children</a></li> <li data-name="module:zrender/Group#clearChildren"><a href="module-zrender_Group.html#clearChildren">clearChildren</a></li> <li data-name="module:zrender/Group#eachChild"><a href="module-zrender_Group.html#eachChild">eachChild</a></li> <li data-name="module:zrender/Group#removeChild"><a href="module-zrender_Group.html#removeChild">removeChild</a></li> <li data-name="module:zrender/Group#traverse"><a href="module-zrender_Group.html#traverse">traverse</a></li> <li data-name="module:zrender/Group#bind"><a href="module-zrender_Group.html#bind">bind</a></li> <li data-name="module:zrender/Group#decomposeTransform"><a href="module-zrender_Group.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/Group#dispatch"><a href="module-zrender_Group.html#dispatch">dispatch</a></li> <li data-name="module:zrender/Group#dispatchWithContext"><a href="module-zrender_Group.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/Group#lookAt"><a href="module-zrender_Group.html#lookAt">lookAt</a></li> <li data-name="module:zrender/Group#one"><a href="module-zrender_Group.html#one">one</a></li> <li data-name="module:zrender/Group#setTransform"><a href="module-zrender_Group.html#setTransform">setTransform</a></li> <li data-name="module:zrender/Group#transformCoordToLocal"><a href="module-zrender_Group.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/Group#unbind"><a href="module-zrender_Group.html#unbind">unbind</a></li> <li data-name="module:zrender/Group#updateTransform"><a href="module-zrender_Group.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/Group#event:onclick"><a href="module-zrender_Group.html#event:onclick">onclick</a></li> <li data-name="module:zrender/Group#event:ondragend"><a href="module-zrender_Group.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/Group#event:ondragenter"><a href="module-zrender_Group.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/Group#event:ondragleave"><a href="module-zrender_Group.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/Group#event:ondragover"><a href="module-zrender_Group.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/Group#event:ondragstart"><a href="module-zrender_Group.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/Group#event:ondrop"><a href="module-zrender_Group.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/Group#event:onmousedown"><a href="module-zrender_Group.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/Group#event:onmousemove"><a href="module-zrender_Group.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/Group#event:onmouseout"><a href="module-zrender_Group.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/Group#event:onmouseover"><a href="module-zrender_Group.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/Group#event:onmouseup"><a href="module-zrender_Group.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/Group#event:onmousewheel"><a href="module-zrender_Group.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/Handler"> <span class="title"> <a href="module-zrender_Handler.html">module:zrender/Handler</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/Handler#dispose"><a href="module-zrender_Handler.html#dispose">dispose</a></li> <li data-name="module:zrender/Handler#on"><a href="module-zrender_Handler.html#on">on</a></li> <li data-name="module:zrender/Handler#trigger"><a href="module-zrender_Handler.html#trigger">trigger</a></li> <li data-name="module:zrender/Handler#un"><a href="module-zrender_Handler.html#un">un</a></li> <li data-name="module:zrender/Handler#bind"><a href="module-zrender_Handler.html#bind">bind</a></li> <li data-name="module:zrender/Handler#dispatch"><a href="module-zrender_Handler.html#dispatch">dispatch</a></li> <li data-name="module:zrender/Handler#dispatchWithContext"><a href="module-zrender_Handler.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/Handler#one"><a href="module-zrender_Handler.html#one">one</a></li> <li data-name="module:zrender/Handler#unbind"><a href="module-zrender_Handler.html#unbind">unbind</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/Handler#event:onclick"><a href="module-zrender_Handler.html#event:onclick">onclick</a></li> <li data-name="module:zrender/Handler#event:ondragend"><a href="module-zrender_Handler.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/Handler#event:ondragenter"><a href="module-zrender_Handler.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/Handler#event:ondragleave"><a href="module-zrender_Handler.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/Handler#event:ondragover"><a href="module-zrender_Handler.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/Handler#event:ondragstart"><a href="module-zrender_Handler.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/Handler#event:ondrop"><a href="module-zrender_Handler.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/Handler#event:onmousedown"><a href="module-zrender_Handler.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/Handler#event:onmousemove"><a href="module-zrender_Handler.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/Handler#event:onmouseout"><a href="module-zrender_Handler.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/Handler#event:onmouseover"><a href="module-zrender_Handler.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/Handler#event:onmouseup"><a href="module-zrender_Handler.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/Handler#event:onmousewheel"><a href="module-zrender_Handler.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/Layer"> <span class="title"> <a href="module-zrender_Layer.html">module:zrender/Layer</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/Layer#clearColor"><a href="module-zrender_Layer.html#clearColor">clearColor</a></li> <li data-name="module:zrender/Layer#lastFrameAlpha"><a href="module-zrender_Layer.html#lastFrameAlpha">lastFrameAlpha</a></li> <li data-name="module:zrender/Layer#motionBlur"><a href="module-zrender_Layer.html#motionBlur">motionBlur</a></li> <li data-name="module:zrender/Layer#panable"><a href="module-zrender_Layer.html#panable">panable</a></li> <li data-name="module:zrender/Layer#zoomable"><a href="module-zrender_Layer.html#zoomable">zoomable</a></li> <li data-name="module:zrender/Layer#position"><a href="module-zrender_Layer.html#position">position</a></li> <li data-name="module:zrender/Layer#rotation"><a href="module-zrender_Layer.html#rotation">rotation</a></li> <li data-name="module:zrender/Layer#scale"><a href="module-zrender_Layer.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/Layer#clear"><a href="module-zrender_Layer.html#clear">clear</a></li> <li data-name="module:zrender/Layer#resize"><a href="module-zrender_Layer.html#resize">resize</a></li> <li data-name="module:zrender/Layer#decomposeTransform"><a href="module-zrender_Layer.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/Layer#lookAt"><a href="module-zrender_Layer.html#lookAt">lookAt</a></li> <li data-name="module:zrender/Layer#setTransform"><a href="module-zrender_Layer.html#setTransform">setTransform</a></li> <li data-name="module:zrender/Layer#transformCoordToLocal"><a href="module-zrender_Layer.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/Layer#updateTransform"><a href="module-zrender_Layer.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/mixin/Eventful"> <span class="title"> <a href="module-zrender_mixin_Eventful.html">module:zrender/mixin/Eventful</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/mixin/Eventful#bind"><a href="module-zrender_mixin_Eventful.html#bind">bind</a></li> <li data-name="module:zrender/mixin/Eventful#dispatch"><a href="module-zrender_mixin_Eventful.html#dispatch">dispatch</a></li> <li data-name="module:zrender/mixin/Eventful#dispatchWithContext"><a href="module-zrender_mixin_Eventful.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/mixin/Eventful#one"><a href="module-zrender_mixin_Eventful.html#one">one</a></li> <li data-name="module:zrender/mixin/Eventful#unbind"><a href="module-zrender_mixin_Eventful.html#unbind">unbind</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/mixin/Eventful#event:onclick"><a href="module-zrender_mixin_Eventful.html#event:onclick">onclick</a></li> <li data-name="module:zrender/mixin/Eventful#event:ondragend"><a href="module-zrender_mixin_Eventful.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/mixin/Eventful#event:ondragenter"><a href="module-zrender_mixin_Eventful.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/mixin/Eventful#event:ondragleave"><a href="module-zrender_mixin_Eventful.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/mixin/Eventful#event:ondragover"><a href="module-zrender_mixin_Eventful.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/mixin/Eventful#event:ondragstart"><a href="module-zrender_mixin_Eventful.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/mixin/Eventful#event:ondrop"><a href="module-zrender_mixin_Eventful.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/mixin/Eventful#event:onmousedown"><a href="module-zrender_mixin_Eventful.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/mixin/Eventful#event:onmousemove"><a href="module-zrender_mixin_Eventful.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/mixin/Eventful#event:onmouseout"><a href="module-zrender_mixin_Eventful.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/mixin/Eventful#event:onmouseover"><a href="module-zrender_mixin_Eventful.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/mixin/Eventful#event:onmouseup"><a href="module-zrender_mixin_Eventful.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/mixin/Eventful#event:onmousewheel"><a href="module-zrender_mixin_Eventful.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/mixin/Transformable"> <span class="title"> <a href="module-zrender_mixin_Transformable.html">module:zrender/mixin/Transformable</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/mixin/Transformable#needTransform"><a href="module-zrender_mixin_Transformable.html#needTransform">needTransform</a></li> <li data-name="module:zrender/mixin/Transformable#position"><a href="module-zrender_mixin_Transformable.html#position">position</a></li> <li data-name="module:zrender/mixin/Transformable#rotation"><a href="module-zrender_mixin_Transformable.html#rotation">rotation</a></li> <li data-name="module:zrender/mixin/Transformable#scale"><a href="module-zrender_mixin_Transformable.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/mixin/Transformable#decomposeTransform"><a href="module-zrender_mixin_Transformable.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/mixin/Transformable#lookAt"><a href="module-zrender_mixin_Transformable.html#lookAt">lookAt</a></li> <li data-name="module:zrender/mixin/Transformable#setTransform"><a href="module-zrender_mixin_Transformable.html#setTransform">setTransform</a></li> <li data-name="module:zrender/mixin/Transformable#transformCoordToLocal"><a href="module-zrender_mixin_Transformable.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/mixin/Transformable#updateTransform"><a href="module-zrender_mixin_Transformable.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/Painter"> <span class="title"> <a href="module-zrender_Painter.html">module:zrender/Painter</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/Painter#root"><a href="module-zrender_Painter.html#root">root</a></li> <li data-name="module:zrender/Painter#storage"><a href="module-zrender_Painter.html#storage">storage</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/Painter#clear"><a href="module-zrender_Painter.html#clear">clear</a></li> <li data-name="module:zrender/Painter#clearHover"><a href="module-zrender_Painter.html#clearHover">clearHover</a></li> <li data-name="module:zrender/Painter#clearLayer"><a href="module-zrender_Painter.html#clearLayer">clearLayer</a></li> <li data-name="module:zrender/Painter#delLayer"><a href="module-zrender_Painter.html#delLayer">delLayer</a></li> <li data-name="module:zrender/Painter#dispose"><a href="module-zrender_Painter.html#dispose">dispose</a></li> <li data-name="module:zrender/Painter#getHeight"><a href="module-zrender_Painter.html#getHeight">getHeight</a></li> <li data-name="module:zrender/Painter#getLayer"><a href="module-zrender_Painter.html#getLayer">getLayer</a></li> <li data-name="module:zrender/Painter#getLayers"><a href="module-zrender_Painter.html#getLayers">getLayers</a></li> <li data-name="module:zrender/Painter#getWidth"><a href="module-zrender_Painter.html#getWidth">getWidth</a></li> <li data-name="module:zrender/Painter#hideLoading"><a href="module-zrender_Painter.html#hideLoading">hideLoading</a></li> <li data-name="module:zrender/Painter#isLoading"><a href="module-zrender_Painter.html#isLoading">isLoading</a></li> <li data-name="module:zrender/Painter#modLayer"><a href="module-zrender_Painter.html#modLayer">modLayer</a></li> <li data-name="module:zrender/Painter#refresh"><a href="module-zrender_Painter.html#refresh">refresh</a></li> <li data-name="module:zrender/Painter#refreshHover"><a href="module-zrender_Painter.html#refreshHover">refreshHover</a></li> <li data-name="module:zrender/Painter#refreshShapes"><a href="module-zrender_Painter.html#refreshShapes">refreshShapes</a></li> <li data-name="module:zrender/Painter#render"><a href="module-zrender_Painter.html#render">render</a></li> <li data-name="module:zrender/Painter#resize"><a href="module-zrender_Painter.html#resize">resize</a></li> <li data-name="module:zrender/Painter#setLoadingEffect"><a href="module-zrender_Painter.html#setLoadingEffect">setLoadingEffect</a></li> <li data-name="module:zrender/Painter#showLoading"><a href="module-zrender_Painter.html#showLoading">showLoading</a></li> <li data-name="module:zrender/Painter#toDataURL"><a href="module-zrender_Painter.html#toDataURL">toDataURL</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/Base"> <span class="title"> <a href="module-zrender_shape_Base.html">module:zrender/shape/Base</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Base#clickable"><a href="module-zrender_shape_Base.html#clickable">clickable</a></li> <li data-name="module:zrender/shape/Base#draggable"><a href="module-zrender_shape_Base.html#draggable">draggable</a></li> <li data-name="module:zrender/shape/Base#highlightStyle"><a href="module-zrender_shape_Base.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Base#hoverable"><a href="module-zrender_shape_Base.html#hoverable">hoverable</a></li> <li data-name="module:zrender/shape/Base#id"><a href="module-zrender_shape_Base.html#id">id</a></li> <li data-name="module:zrender/shape/Base#ignore"><a href="module-zrender_shape_Base.html#ignore">ignore</a></li> <li data-name="module:zrender/shape/Base#invisible"><a href="module-zrender_shape_Base.html#invisible">invisible</a></li> <li data-name="module:zrender/shape/Base#parent"><a href="module-zrender_shape_Base.html#parent">parent</a></li> <li data-name="module:zrender/shape/Base#style"><a href="module-zrender_shape_Base.html#style">style</a></li> <li data-name="module:zrender/shape/Base#z"><a href="module-zrender_shape_Base.html#z">z</a></li> <li data-name="module:zrender/shape/Base#zlevel"><a href="module-zrender_shape_Base.html#zlevel">zlevel</a></li> <li data-name="module:zrender/shape/Base#position"><a href="module-zrender_shape_Base.html#position">position</a></li> <li data-name="module:zrender/shape/Base#rotation"><a href="module-zrender_shape_Base.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Base#scale"><a href="module-zrender_shape_Base.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Base~IBaseShapeStyle"><a href="module-zrender_shape_Base.html#~IBaseShapeStyle">IBaseShapeStyle</a></li> <li data-name="module:zrender/shape/Base~IBoundingRect"><a href="module-zrender_shape_Base.html#~IBoundingRect">IBoundingRect</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Base#afterBrush"><a href="module-zrender_shape_Base.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Base#beforeBrush"><a href="module-zrender_shape_Base.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Base#brush"><a href="module-zrender_shape_Base.html#brush">brush</a></li> <li data-name="module:zrender/shape/Base#buildPath"><a href="module-zrender_shape_Base.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Base#drawText"><a href="module-zrender_shape_Base.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Base#drift"><a href="module-zrender_shape_Base.html#drift">drift</a></li> <li data-name="module:zrender/shape/Base#getHighlightStyle"><a href="module-zrender_shape_Base.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Base#getRect"><a href="module-zrender_shape_Base.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Base#isCover"><a href="module-zrender_shape_Base.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Base#isSilent"><a href="module-zrender_shape_Base.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Base#setContext"><a href="module-zrender_shape_Base.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Base#bind"><a href="module-zrender_shape_Base.html#bind">bind</a></li> <li data-name="module:zrender/shape/Base#decomposeTransform"><a href="module-zrender_shape_Base.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Base#dispatch"><a href="module-zrender_shape_Base.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Base#dispatchWithContext"><a href="module-zrender_shape_Base.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Base#lookAt"><a href="module-zrender_shape_Base.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Base#one"><a href="module-zrender_shape_Base.html#one">one</a></li> <li data-name="module:zrender/shape/Base#setTransform"><a href="module-zrender_shape_Base.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Base#transformCoordToLocal"><a href="module-zrender_shape_Base.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Base#unbind"><a href="module-zrender_shape_Base.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Base#updateTransform"><a href="module-zrender_shape_Base.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Base#event:onclick"><a href="module-zrender_shape_Base.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Base#event:ondragend"><a href="module-zrender_shape_Base.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Base#event:ondragenter"><a href="module-zrender_shape_Base.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Base#event:ondragleave"><a href="module-zrender_shape_Base.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Base#event:ondragover"><a href="module-zrender_shape_Base.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Base#event:ondragstart"><a href="module-zrender_shape_Base.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Base#event:ondrop"><a href="module-zrender_shape_Base.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Base#event:onmousedown"><a href="module-zrender_shape_Base.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Base#event:onmousemove"><a href="module-zrender_shape_Base.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Base#event:onmouseout"><a href="module-zrender_shape_Base.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Base#event:onmouseover"><a href="module-zrender_shape_Base.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Base#event:onmouseup"><a href="module-zrender_shape_Base.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Base#event:onmousewheel"><a href="module-zrender_shape_Base.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/BezierCurve"> <span class="title"> <a href="module-zrender_shape_BezierCurve.html">module:zrender/shape/BezierCurve</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/BezierCurve#highlightStyle"><a href="module-zrender_shape_BezierCurve.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/BezierCurve#style"><a href="module-zrender_shape_BezierCurve.html#style">style</a></li> <li data-name="module:zrender/shape/BezierCurve#id"><a href="module-zrender_shape_BezierCurve.html#id">id</a></li> <li data-name="module:zrender/shape/BezierCurve#parent"><a href="module-zrender_shape_BezierCurve.html#parent">parent</a></li> <li data-name="module:zrender/shape/BezierCurve#position"><a href="module-zrender_shape_BezierCurve.html#position">position</a></li> <li data-name="module:zrender/shape/BezierCurve#rotation"><a href="module-zrender_shape_BezierCurve.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/BezierCurve#scale"><a href="module-zrender_shape_BezierCurve.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/BezierCurve~IBezierCurveStyle"><a href="module-zrender_shape_BezierCurve.html#~IBezierCurveStyle">IBezierCurveStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/BezierCurve#buildPath"><a href="module-zrender_shape_BezierCurve.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/BezierCurve#getRect"><a href="module-zrender_shape_BezierCurve.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/BezierCurve#afterBrush"><a href="module-zrender_shape_BezierCurve.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/BezierCurve#beforeBrush"><a href="module-zrender_shape_BezierCurve.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/BezierCurve#bind"><a href="module-zrender_shape_BezierCurve.html#bind">bind</a></li> <li data-name="module:zrender/shape/BezierCurve#brush"><a href="module-zrender_shape_BezierCurve.html#brush">brush</a></li> <li data-name="module:zrender/shape/BezierCurve#decomposeTransform"><a href="module-zrender_shape_BezierCurve.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/BezierCurve#dispatch"><a href="module-zrender_shape_BezierCurve.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/BezierCurve#dispatchWithContext"><a href="module-zrender_shape_BezierCurve.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/BezierCurve#drawText"><a href="module-zrender_shape_BezierCurve.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/BezierCurve#drift"><a href="module-zrender_shape_BezierCurve.html#drift">drift</a></li> <li data-name="module:zrender/shape/BezierCurve#getHighlightStyle"><a href="module-zrender_shape_BezierCurve.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/BezierCurve#isCover"><a href="module-zrender_shape_BezierCurve.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/BezierCurve#isSilent"><a href="module-zrender_shape_BezierCurve.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/BezierCurve#lookAt"><a href="module-zrender_shape_BezierCurve.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/BezierCurve#one"><a href="module-zrender_shape_BezierCurve.html#one">one</a></li> <li data-name="module:zrender/shape/BezierCurve#setContext"><a href="module-zrender_shape_BezierCurve.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/BezierCurve#setTransform"><a href="module-zrender_shape_BezierCurve.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/BezierCurve#transformCoordToLocal"><a href="module-zrender_shape_BezierCurve.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/BezierCurve#unbind"><a href="module-zrender_shape_BezierCurve.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/BezierCurve#updateTransform"><a href="module-zrender_shape_BezierCurve.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/BezierCurve#event:onclick"><a href="module-zrender_shape_BezierCurve.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/BezierCurve#event:ondragend"><a href="module-zrender_shape_BezierCurve.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/BezierCurve#event:ondragenter"><a href="module-zrender_shape_BezierCurve.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/BezierCurve#event:ondragleave"><a href="module-zrender_shape_BezierCurve.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/BezierCurve#event:ondragover"><a href="module-zrender_shape_BezierCurve.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/BezierCurve#event:ondragstart"><a href="module-zrender_shape_BezierCurve.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/BezierCurve#event:ondrop"><a href="module-zrender_shape_BezierCurve.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/BezierCurve#event:onmousedown"><a href="module-zrender_shape_BezierCurve.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/BezierCurve#event:onmousemove"><a href="module-zrender_shape_BezierCurve.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/BezierCurve#event:onmouseout"><a href="module-zrender_shape_BezierCurve.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/BezierCurve#event:onmouseover"><a href="module-zrender_shape_BezierCurve.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/BezierCurve#event:onmouseup"><a href="module-zrender_shape_BezierCurve.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/BezierCurve#event:onmousewheel"><a href="module-zrender_shape_BezierCurve.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Circle"> <span class="title"> <a href="module-zrender_shape_Circle.html">module:zrender/shape/Circle</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Circle#highlightStyle"><a href="module-zrender_shape_Circle.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Circle#style"><a href="module-zrender_shape_Circle.html#style">style</a></li> <li data-name="module:zrender/shape/Circle#id"><a href="module-zrender_shape_Circle.html#id">id</a></li> <li data-name="module:zrender/shape/Circle#parent"><a href="module-zrender_shape_Circle.html#parent">parent</a></li> <li data-name="module:zrender/shape/Circle#position"><a href="module-zrender_shape_Circle.html#position">position</a></li> <li data-name="module:zrender/shape/Circle#rotation"><a href="module-zrender_shape_Circle.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Circle#scale"><a href="module-zrender_shape_Circle.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Circle~ICircleStyle"><a href="module-zrender_shape_Circle.html#~ICircleStyle">ICircleStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Circle#buildPath"><a href="module-zrender_shape_Circle.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Circle#getRect"><a href="module-zrender_shape_Circle.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Circle#afterBrush"><a href="module-zrender_shape_Circle.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Circle#beforeBrush"><a href="module-zrender_shape_Circle.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Circle#bind"><a href="module-zrender_shape_Circle.html#bind">bind</a></li> <li data-name="module:zrender/shape/Circle#brush"><a href="module-zrender_shape_Circle.html#brush">brush</a></li> <li data-name="module:zrender/shape/Circle#decomposeTransform"><a href="module-zrender_shape_Circle.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Circle#dispatch"><a href="module-zrender_shape_Circle.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Circle#dispatchWithContext"><a href="module-zrender_shape_Circle.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Circle#drawText"><a href="module-zrender_shape_Circle.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Circle#drift"><a href="module-zrender_shape_Circle.html#drift">drift</a></li> <li data-name="module:zrender/shape/Circle#getHighlightStyle"><a href="module-zrender_shape_Circle.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Circle#isCover"><a href="module-zrender_shape_Circle.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Circle#isSilent"><a href="module-zrender_shape_Circle.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Circle#lookAt"><a href="module-zrender_shape_Circle.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Circle#one"><a href="module-zrender_shape_Circle.html#one">one</a></li> <li data-name="module:zrender/shape/Circle#setContext"><a href="module-zrender_shape_Circle.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Circle#setTransform"><a href="module-zrender_shape_Circle.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Circle#transformCoordToLocal"><a href="module-zrender_shape_Circle.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Circle#unbind"><a href="module-zrender_shape_Circle.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Circle#updateTransform"><a href="module-zrender_shape_Circle.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Circle#event:onclick"><a href="module-zrender_shape_Circle.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Circle#event:ondragend"><a href="module-zrender_shape_Circle.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Circle#event:ondragenter"><a href="module-zrender_shape_Circle.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Circle#event:ondragleave"><a href="module-zrender_shape_Circle.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Circle#event:ondragover"><a href="module-zrender_shape_Circle.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Circle#event:ondragstart"><a href="module-zrender_shape_Circle.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Circle#event:ondrop"><a href="module-zrender_shape_Circle.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Circle#event:onmousedown"><a href="module-zrender_shape_Circle.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Circle#event:onmousemove"><a href="module-zrender_shape_Circle.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Circle#event:onmouseout"><a href="module-zrender_shape_Circle.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Circle#event:onmouseover"><a href="module-zrender_shape_Circle.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Circle#event:onmouseup"><a href="module-zrender_shape_Circle.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Circle#event:onmousewheel"><a href="module-zrender_shape_Circle.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Droplet"> <span class="title"> <a href="module-zrender_shape_Droplet.html">module:zrender/shape/Droplet</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Droplet#highlightStyle"><a href="module-zrender_shape_Droplet.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Droplet#style"><a href="module-zrender_shape_Droplet.html#style">style</a></li> <li data-name="module:zrender/shape/Droplet#id"><a href="module-zrender_shape_Droplet.html#id">id</a></li> <li data-name="module:zrender/shape/Droplet#parent"><a href="module-zrender_shape_Droplet.html#parent">parent</a></li> <li data-name="module:zrender/shape/Droplet#position"><a href="module-zrender_shape_Droplet.html#position">position</a></li> <li data-name="module:zrender/shape/Droplet#rotation"><a href="module-zrender_shape_Droplet.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Droplet#scale"><a href="module-zrender_shape_Droplet.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Droplet~IDropletStyle"><a href="module-zrender_shape_Droplet.html#~IDropletStyle">IDropletStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Droplet#buildPath"><a href="module-zrender_shape_Droplet.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Droplet#getRect"><a href="module-zrender_shape_Droplet.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Droplet#afterBrush"><a href="module-zrender_shape_Droplet.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Droplet#beforeBrush"><a href="module-zrender_shape_Droplet.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Droplet#bind"><a href="module-zrender_shape_Droplet.html#bind">bind</a></li> <li data-name="module:zrender/shape/Droplet#brush"><a href="module-zrender_shape_Droplet.html#brush">brush</a></li> <li data-name="module:zrender/shape/Droplet#decomposeTransform"><a href="module-zrender_shape_Droplet.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Droplet#dispatch"><a href="module-zrender_shape_Droplet.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Droplet#dispatchWithContext"><a href="module-zrender_shape_Droplet.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Droplet#drawText"><a href="module-zrender_shape_Droplet.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Droplet#drift"><a href="module-zrender_shape_Droplet.html#drift">drift</a></li> <li data-name="module:zrender/shape/Droplet#getHighlightStyle"><a href="module-zrender_shape_Droplet.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Droplet#isCover"><a href="module-zrender_shape_Droplet.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Droplet#isSilent"><a href="module-zrender_shape_Droplet.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Droplet#lookAt"><a href="module-zrender_shape_Droplet.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Droplet#one"><a href="module-zrender_shape_Droplet.html#one">one</a></li> <li data-name="module:zrender/shape/Droplet#setContext"><a href="module-zrender_shape_Droplet.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Droplet#setTransform"><a href="module-zrender_shape_Droplet.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Droplet#transformCoordToLocal"><a href="module-zrender_shape_Droplet.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Droplet#unbind"><a href="module-zrender_shape_Droplet.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Droplet#updateTransform"><a href="module-zrender_shape_Droplet.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Droplet#event:onclick"><a href="module-zrender_shape_Droplet.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Droplet#event:ondragend"><a href="module-zrender_shape_Droplet.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Droplet#event:ondragenter"><a href="module-zrender_shape_Droplet.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Droplet#event:ondragleave"><a href="module-zrender_shape_Droplet.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Droplet#event:ondragover"><a href="module-zrender_shape_Droplet.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Droplet#event:ondragstart"><a href="module-zrender_shape_Droplet.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Droplet#event:ondrop"><a href="module-zrender_shape_Droplet.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Droplet#event:onmousedown"><a href="module-zrender_shape_Droplet.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Droplet#event:onmousemove"><a href="module-zrender_shape_Droplet.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Droplet#event:onmouseout"><a href="module-zrender_shape_Droplet.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Droplet#event:onmouseover"><a href="module-zrender_shape_Droplet.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Droplet#event:onmouseup"><a href="module-zrender_shape_Droplet.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Droplet#event:onmousewheel"><a href="module-zrender_shape_Droplet.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Ellipse"> <span class="title"> <a href="module-zrender_shape_Ellipse.html">module:zrender/shape/Ellipse</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Ellipse#highlightStyle"><a href="module-zrender_shape_Ellipse.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Ellipse#style"><a href="module-zrender_shape_Ellipse.html#style">style</a></li> <li data-name="module:zrender/shape/Ellipse#id"><a href="module-zrender_shape_Ellipse.html#id">id</a></li> <li data-name="module:zrender/shape/Ellipse#parent"><a href="module-zrender_shape_Ellipse.html#parent">parent</a></li> <li data-name="module:zrender/shape/Ellipse#position"><a href="module-zrender_shape_Ellipse.html#position">position</a></li> <li data-name="module:zrender/shape/Ellipse#rotation"><a href="module-zrender_shape_Ellipse.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Ellipse#scale"><a href="module-zrender_shape_Ellipse.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Ellipse~IEllipseStyle"><a href="module-zrender_shape_Ellipse.html#~IEllipseStyle">IEllipseStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Ellipse#buildPath"><a href="module-zrender_shape_Ellipse.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Ellipse#getRect"><a href="module-zrender_shape_Ellipse.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Ellipse#afterBrush"><a href="module-zrender_shape_Ellipse.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Ellipse#beforeBrush"><a href="module-zrender_shape_Ellipse.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Ellipse#bind"><a href="module-zrender_shape_Ellipse.html#bind">bind</a></li> <li data-name="module:zrender/shape/Ellipse#brush"><a href="module-zrender_shape_Ellipse.html#brush">brush</a></li> <li data-name="module:zrender/shape/Ellipse#decomposeTransform"><a href="module-zrender_shape_Ellipse.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Ellipse#dispatch"><a href="module-zrender_shape_Ellipse.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Ellipse#dispatchWithContext"><a href="module-zrender_shape_Ellipse.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Ellipse#drawText"><a href="module-zrender_shape_Ellipse.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Ellipse#drift"><a href="module-zrender_shape_Ellipse.html#drift">drift</a></li> <li data-name="module:zrender/shape/Ellipse#getHighlightStyle"><a href="module-zrender_shape_Ellipse.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Ellipse#isCover"><a href="module-zrender_shape_Ellipse.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Ellipse#isSilent"><a href="module-zrender_shape_Ellipse.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Ellipse#lookAt"><a href="module-zrender_shape_Ellipse.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Ellipse#one"><a href="module-zrender_shape_Ellipse.html#one">one</a></li> <li data-name="module:zrender/shape/Ellipse#setContext"><a href="module-zrender_shape_Ellipse.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Ellipse#setTransform"><a href="module-zrender_shape_Ellipse.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Ellipse#transformCoordToLocal"><a href="module-zrender_shape_Ellipse.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Ellipse#unbind"><a href="module-zrender_shape_Ellipse.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Ellipse#updateTransform"><a href="module-zrender_shape_Ellipse.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Ellipse#event:onclick"><a href="module-zrender_shape_Ellipse.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Ellipse#event:ondragend"><a href="module-zrender_shape_Ellipse.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Ellipse#event:ondragenter"><a href="module-zrender_shape_Ellipse.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Ellipse#event:ondragleave"><a href="module-zrender_shape_Ellipse.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Ellipse#event:ondragover"><a href="module-zrender_shape_Ellipse.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Ellipse#event:ondragstart"><a href="module-zrender_shape_Ellipse.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Ellipse#event:ondrop"><a href="module-zrender_shape_Ellipse.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Ellipse#event:onmousedown"><a href="module-zrender_shape_Ellipse.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Ellipse#event:onmousemove"><a href="module-zrender_shape_Ellipse.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Ellipse#event:onmouseout"><a href="module-zrender_shape_Ellipse.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Ellipse#event:onmouseover"><a href="module-zrender_shape_Ellipse.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Ellipse#event:onmouseup"><a href="module-zrender_shape_Ellipse.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Ellipse#event:onmousewheel"><a href="module-zrender_shape_Ellipse.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Heart"> <span class="title"> <a href="module-zrender_shape_Heart.html">module:zrender/shape/Heart</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Heart#highlightStyle"><a href="module-zrender_shape_Heart.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Heart#style"><a href="module-zrender_shape_Heart.html#style">style</a></li> <li data-name="module:zrender/shape/Heart#id"><a href="module-zrender_shape_Heart.html#id">id</a></li> <li data-name="module:zrender/shape/Heart#parent"><a href="module-zrender_shape_Heart.html#parent">parent</a></li> <li data-name="module:zrender/shape/Heart#position"><a href="module-zrender_shape_Heart.html#position">position</a></li> <li data-name="module:zrender/shape/Heart#rotation"><a href="module-zrender_shape_Heart.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Heart#scale"><a href="module-zrender_shape_Heart.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Heart~IHeartStyle"><a href="module-zrender_shape_Heart.html#~IHeartStyle">IHeartStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Heart#buildPath"><a href="module-zrender_shape_Heart.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Heart#getRect"><a href="module-zrender_shape_Heart.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Heart#afterBrush"><a href="module-zrender_shape_Heart.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Heart#beforeBrush"><a href="module-zrender_shape_Heart.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Heart#bind"><a href="module-zrender_shape_Heart.html#bind">bind</a></li> <li data-name="module:zrender/shape/Heart#brush"><a href="module-zrender_shape_Heart.html#brush">brush</a></li> <li data-name="module:zrender/shape/Heart#decomposeTransform"><a href="module-zrender_shape_Heart.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Heart#dispatch"><a href="module-zrender_shape_Heart.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Heart#dispatchWithContext"><a href="module-zrender_shape_Heart.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Heart#drawText"><a href="module-zrender_shape_Heart.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Heart#drift"><a href="module-zrender_shape_Heart.html#drift">drift</a></li> <li data-name="module:zrender/shape/Heart#getHighlightStyle"><a href="module-zrender_shape_Heart.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Heart#isCover"><a href="module-zrender_shape_Heart.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Heart#isSilent"><a href="module-zrender_shape_Heart.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Heart#lookAt"><a href="module-zrender_shape_Heart.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Heart#one"><a href="module-zrender_shape_Heart.html#one">one</a></li> <li data-name="module:zrender/shape/Heart#setContext"><a href="module-zrender_shape_Heart.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Heart#setTransform"><a href="module-zrender_shape_Heart.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Heart#transformCoordToLocal"><a href="module-zrender_shape_Heart.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Heart#unbind"><a href="module-zrender_shape_Heart.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Heart#updateTransform"><a href="module-zrender_shape_Heart.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Heart#event:onclick"><a href="module-zrender_shape_Heart.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Heart#event:ondragend"><a href="module-zrender_shape_Heart.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Heart#event:ondragenter"><a href="module-zrender_shape_Heart.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Heart#event:ondragleave"><a href="module-zrender_shape_Heart.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Heart#event:ondragover"><a href="module-zrender_shape_Heart.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Heart#event:ondragstart"><a href="module-zrender_shape_Heart.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Heart#event:ondrop"><a href="module-zrender_shape_Heart.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Heart#event:onmousedown"><a href="module-zrender_shape_Heart.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Heart#event:onmousemove"><a href="module-zrender_shape_Heart.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Heart#event:onmouseout"><a href="module-zrender_shape_Heart.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Heart#event:onmouseover"><a href="module-zrender_shape_Heart.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Heart#event:onmouseup"><a href="module-zrender_shape_Heart.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Heart#event:onmousewheel"><a href="module-zrender_shape_Heart.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Image"> <span class="title"> <a href="module-zrender_shape_Image.html">module:zrender/shape/Image</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Image#highlightStyle"><a href="module-zrender_shape_Image.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Image#style"><a href="module-zrender_shape_Image.html#style">style</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Image~IImageStyle"><a href="module-zrender_shape_Image.html#~IImageStyle">IImageStyle</a></li> </ul> <ul class="methods itemMembers"> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/Isogon"> <span class="title"> <a href="module-zrender_shape_Isogon.html">module:zrender/shape/Isogon</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Isogon#highlightStyle"><a href="module-zrender_shape_Isogon.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Isogon#style"><a href="module-zrender_shape_Isogon.html#style">style</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Isogon~IIsogonStyle"><a href="module-zrender_shape_Isogon.html#~IIsogonStyle">IIsogonStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Isogon#buildPath"><a href="module-zrender_shape_Isogon.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Isogon#getRect"><a href="module-zrender_shape_Isogon.html#getRect">getRect</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/Line"> <span class="title"> <a href="module-zrender_shape_Line.html">module:zrender/shape/Line</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Line#highlightStyle"><a href="module-zrender_shape_Line.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Line#style"><a href="module-zrender_shape_Line.html#style">style</a></li> <li data-name="module:zrender/shape/Line#id"><a href="module-zrender_shape_Line.html#id">id</a></li> <li data-name="module:zrender/shape/Line#parent"><a href="module-zrender_shape_Line.html#parent">parent</a></li> <li data-name="module:zrender/shape/Line#position"><a href="module-zrender_shape_Line.html#position">position</a></li> <li data-name="module:zrender/shape/Line#rotation"><a href="module-zrender_shape_Line.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Line#scale"><a href="module-zrender_shape_Line.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Line~ILineStyle"><a href="module-zrender_shape_Line.html#~ILineStyle">ILineStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Line#buildPath"><a href="module-zrender_shape_Line.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Line#getRect"><a href="module-zrender_shape_Line.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Line#afterBrush"><a href="module-zrender_shape_Line.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Line#beforeBrush"><a href="module-zrender_shape_Line.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Line#bind"><a href="module-zrender_shape_Line.html#bind">bind</a></li> <li data-name="module:zrender/shape/Line#brush"><a href="module-zrender_shape_Line.html#brush">brush</a></li> <li data-name="module:zrender/shape/Line#decomposeTransform"><a href="module-zrender_shape_Line.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Line#dispatch"><a href="module-zrender_shape_Line.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Line#dispatchWithContext"><a href="module-zrender_shape_Line.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Line#drawText"><a href="module-zrender_shape_Line.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Line#drift"><a href="module-zrender_shape_Line.html#drift">drift</a></li> <li data-name="module:zrender/shape/Line#getHighlightStyle"><a href="module-zrender_shape_Line.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Line#isCover"><a href="module-zrender_shape_Line.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Line#isSilent"><a href="module-zrender_shape_Line.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Line#lookAt"><a href="module-zrender_shape_Line.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Line#one"><a href="module-zrender_shape_Line.html#one">one</a></li> <li data-name="module:zrender/shape/Line#setContext"><a href="module-zrender_shape_Line.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Line#setTransform"><a href="module-zrender_shape_Line.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Line#transformCoordToLocal"><a href="module-zrender_shape_Line.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Line#unbind"><a href="module-zrender_shape_Line.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Line#updateTransform"><a href="module-zrender_shape_Line.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Line#event:onclick"><a href="module-zrender_shape_Line.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Line#event:ondragend"><a href="module-zrender_shape_Line.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Line#event:ondragenter"><a href="module-zrender_shape_Line.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Line#event:ondragleave"><a href="module-zrender_shape_Line.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Line#event:ondragover"><a href="module-zrender_shape_Line.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Line#event:ondragstart"><a href="module-zrender_shape_Line.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Line#event:ondrop"><a href="module-zrender_shape_Line.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Line#event:onmousedown"><a href="module-zrender_shape_Line.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Line#event:onmousemove"><a href="module-zrender_shape_Line.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Line#event:onmouseout"><a href="module-zrender_shape_Line.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Line#event:onmouseover"><a href="module-zrender_shape_Line.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Line#event:onmouseup"><a href="module-zrender_shape_Line.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Line#event:onmousewheel"><a href="module-zrender_shape_Line.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Path"> <span class="title"> <a href="module-zrender_shape_Path.html">module:zrender/shape/Path</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Path#highlightStyle"><a href="module-zrender_shape_Path.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Path#style"><a href="module-zrender_shape_Path.html#style">style</a></li> <li data-name="module:zrender/shape/Path#id"><a href="module-zrender_shape_Path.html#id">id</a></li> <li data-name="module:zrender/shape/Path#parent"><a href="module-zrender_shape_Path.html#parent">parent</a></li> <li data-name="module:zrender/shape/Path#position"><a href="module-zrender_shape_Path.html#position">position</a></li> <li data-name="module:zrender/shape/Path#rotation"><a href="module-zrender_shape_Path.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Path#scale"><a href="module-zrender_shape_Path.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Path~IPathStyle"><a href="module-zrender_shape_Path.html#~IPathStyle">IPathStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Path#buildPath"><a href="module-zrender_shape_Path.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Path#getRect"><a href="module-zrender_shape_Path.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Path#afterBrush"><a href="module-zrender_shape_Path.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Path#beforeBrush"><a href="module-zrender_shape_Path.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Path#bind"><a href="module-zrender_shape_Path.html#bind">bind</a></li> <li data-name="module:zrender/shape/Path#brush"><a href="module-zrender_shape_Path.html#brush">brush</a></li> <li data-name="module:zrender/shape/Path#decomposeTransform"><a href="module-zrender_shape_Path.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Path#dispatch"><a href="module-zrender_shape_Path.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Path#dispatchWithContext"><a href="module-zrender_shape_Path.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Path#drawText"><a href="module-zrender_shape_Path.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Path#drift"><a href="module-zrender_shape_Path.html#drift">drift</a></li> <li data-name="module:zrender/shape/Path#getHighlightStyle"><a href="module-zrender_shape_Path.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Path#isCover"><a href="module-zrender_shape_Path.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Path#isSilent"><a href="module-zrender_shape_Path.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Path#lookAt"><a href="module-zrender_shape_Path.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Path#one"><a href="module-zrender_shape_Path.html#one">one</a></li> <li data-name="module:zrender/shape/Path#setContext"><a href="module-zrender_shape_Path.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Path#setTransform"><a href="module-zrender_shape_Path.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Path#transformCoordToLocal"><a href="module-zrender_shape_Path.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Path#unbind"><a href="module-zrender_shape_Path.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Path#updateTransform"><a href="module-zrender_shape_Path.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Path#event:onclick"><a href="module-zrender_shape_Path.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Path#event:ondragend"><a href="module-zrender_shape_Path.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Path#event:ondragenter"><a href="module-zrender_shape_Path.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Path#event:ondragleave"><a href="module-zrender_shape_Path.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Path#event:ondragover"><a href="module-zrender_shape_Path.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Path#event:ondragstart"><a href="module-zrender_shape_Path.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Path#event:ondrop"><a href="module-zrender_shape_Path.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Path#event:onmousedown"><a href="module-zrender_shape_Path.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Path#event:onmousemove"><a href="module-zrender_shape_Path.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Path#event:onmouseout"><a href="module-zrender_shape_Path.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Path#event:onmouseover"><a href="module-zrender_shape_Path.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Path#event:onmouseup"><a href="module-zrender_shape_Path.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Path#event:onmousewheel"><a href="module-zrender_shape_Path.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Polygon"> <span class="title"> <a href="module-zrender_shape_Polygon.html">module:zrender/shape/Polygon</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Polygon#highlightStyle"><a href="module-zrender_shape_Polygon.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Polygon#style"><a href="module-zrender_shape_Polygon.html#style">style</a></li> <li data-name="module:zrender/shape/Polygon#id"><a href="module-zrender_shape_Polygon.html#id">id</a></li> <li data-name="module:zrender/shape/Polygon#parent"><a href="module-zrender_shape_Polygon.html#parent">parent</a></li> <li data-name="module:zrender/shape/Polygon#position"><a href="module-zrender_shape_Polygon.html#position">position</a></li> <li data-name="module:zrender/shape/Polygon#rotation"><a href="module-zrender_shape_Polygon.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Polygon#scale"><a href="module-zrender_shape_Polygon.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Polygon~IPolygonStyle"><a href="module-zrender_shape_Polygon.html#~IPolygonStyle">IPolygonStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Polygon#buildPath"><a href="module-zrender_shape_Polygon.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Polygon#getRect"><a href="module-zrender_shape_Polygon.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Polygon#afterBrush"><a href="module-zrender_shape_Polygon.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Polygon#beforeBrush"><a href="module-zrender_shape_Polygon.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Polygon#bind"><a href="module-zrender_shape_Polygon.html#bind">bind</a></li> <li data-name="module:zrender/shape/Polygon#brush"><a href="module-zrender_shape_Polygon.html#brush">brush</a></li> <li data-name="module:zrender/shape/Polygon#decomposeTransform"><a href="module-zrender_shape_Polygon.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Polygon#dispatch"><a href="module-zrender_shape_Polygon.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Polygon#dispatchWithContext"><a href="module-zrender_shape_Polygon.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Polygon#drawText"><a href="module-zrender_shape_Polygon.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Polygon#drift"><a href="module-zrender_shape_Polygon.html#drift">drift</a></li> <li data-name="module:zrender/shape/Polygon#getHighlightStyle"><a href="module-zrender_shape_Polygon.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Polygon#isCover"><a href="module-zrender_shape_Polygon.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Polygon#isSilent"><a href="module-zrender_shape_Polygon.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Polygon#lookAt"><a href="module-zrender_shape_Polygon.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Polygon#one"><a href="module-zrender_shape_Polygon.html#one">one</a></li> <li data-name="module:zrender/shape/Polygon#setContext"><a href="module-zrender_shape_Polygon.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Polygon#setTransform"><a href="module-zrender_shape_Polygon.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Polygon#transformCoordToLocal"><a href="module-zrender_shape_Polygon.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Polygon#unbind"><a href="module-zrender_shape_Polygon.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Polygon#updateTransform"><a href="module-zrender_shape_Polygon.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Polygon#event:onclick"><a href="module-zrender_shape_Polygon.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Polygon#event:ondragend"><a href="module-zrender_shape_Polygon.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Polygon#event:ondragenter"><a href="module-zrender_shape_Polygon.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Polygon#event:ondragleave"><a href="module-zrender_shape_Polygon.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Polygon#event:ondragover"><a href="module-zrender_shape_Polygon.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Polygon#event:ondragstart"><a href="module-zrender_shape_Polygon.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Polygon#event:ondrop"><a href="module-zrender_shape_Polygon.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Polygon#event:onmousedown"><a href="module-zrender_shape_Polygon.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Polygon#event:onmousemove"><a href="module-zrender_shape_Polygon.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Polygon#event:onmouseout"><a href="module-zrender_shape_Polygon.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Polygon#event:onmouseover"><a href="module-zrender_shape_Polygon.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Polygon#event:onmouseup"><a href="module-zrender_shape_Polygon.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Polygon#event:onmousewheel"><a href="module-zrender_shape_Polygon.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Polyline"> <span class="title"> <a href="module-zrender_shape_Polyline.html">module:zrender/shape/Polyline</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Polyline#highlightStyle"><a href="module-zrender_shape_Polyline.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Polyline#style"><a href="module-zrender_shape_Polyline.html#style">style</a></li> <li data-name="module:zrender/shape/Polyline#id"><a href="module-zrender_shape_Polyline.html#id">id</a></li> <li data-name="module:zrender/shape/Polyline#parent"><a href="module-zrender_shape_Polyline.html#parent">parent</a></li> <li data-name="module:zrender/shape/Polyline#position"><a href="module-zrender_shape_Polyline.html#position">position</a></li> <li data-name="module:zrender/shape/Polyline#rotation"><a href="module-zrender_shape_Polyline.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Polyline#scale"><a href="module-zrender_shape_Polyline.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Polyline~IPolylineStyle"><a href="module-zrender_shape_Polyline.html#~IPolylineStyle">IPolylineStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Polyline#buildPath"><a href="module-zrender_shape_Polyline.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Polyline#getRect"><a href="module-zrender_shape_Polyline.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Polyline#afterBrush"><a href="module-zrender_shape_Polyline.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Polyline#beforeBrush"><a href="module-zrender_shape_Polyline.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Polyline#bind"><a href="module-zrender_shape_Polyline.html#bind">bind</a></li> <li data-name="module:zrender/shape/Polyline#brush"><a href="module-zrender_shape_Polyline.html#brush">brush</a></li> <li data-name="module:zrender/shape/Polyline#decomposeTransform"><a href="module-zrender_shape_Polyline.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Polyline#dispatch"><a href="module-zrender_shape_Polyline.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Polyline#dispatchWithContext"><a href="module-zrender_shape_Polyline.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Polyline#drawText"><a href="module-zrender_shape_Polyline.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Polyline#drift"><a href="module-zrender_shape_Polyline.html#drift">drift</a></li> <li data-name="module:zrender/shape/Polyline#getHighlightStyle"><a href="module-zrender_shape_Polyline.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Polyline#isCover"><a href="module-zrender_shape_Polyline.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Polyline#isSilent"><a href="module-zrender_shape_Polyline.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Polyline#lookAt"><a href="module-zrender_shape_Polyline.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Polyline#one"><a href="module-zrender_shape_Polyline.html#one">one</a></li> <li data-name="module:zrender/shape/Polyline#setContext"><a href="module-zrender_shape_Polyline.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Polyline#setTransform"><a href="module-zrender_shape_Polyline.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Polyline#transformCoordToLocal"><a href="module-zrender_shape_Polyline.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Polyline#unbind"><a href="module-zrender_shape_Polyline.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Polyline#updateTransform"><a href="module-zrender_shape_Polyline.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Polyline#event:onclick"><a href="module-zrender_shape_Polyline.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Polyline#event:ondragend"><a href="module-zrender_shape_Polyline.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Polyline#event:ondragenter"><a href="module-zrender_shape_Polyline.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Polyline#event:ondragleave"><a href="module-zrender_shape_Polyline.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Polyline#event:ondragover"><a href="module-zrender_shape_Polyline.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Polyline#event:ondragstart"><a href="module-zrender_shape_Polyline.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Polyline#event:ondrop"><a href="module-zrender_shape_Polyline.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Polyline#event:onmousedown"><a href="module-zrender_shape_Polyline.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Polyline#event:onmousemove"><a href="module-zrender_shape_Polyline.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Polyline#event:onmouseout"><a href="module-zrender_shape_Polyline.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Polyline#event:onmouseover"><a href="module-zrender_shape_Polyline.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Polyline#event:onmouseup"><a href="module-zrender_shape_Polyline.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Polyline#event:onmousewheel"><a href="module-zrender_shape_Polyline.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Rectangle"> <span class="title"> <a href="module-zrender_shape_Rectangle.html">module:zrender/shape/Rectangle</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Rectangle#highlightStyle"><a href="module-zrender_shape_Rectangle.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Rectangle#style"><a href="module-zrender_shape_Rectangle.html#style">style</a></li> <li data-name="module:zrender/shape/Rectangle#id"><a href="module-zrender_shape_Rectangle.html#id">id</a></li> <li data-name="module:zrender/shape/Rectangle#parent"><a href="module-zrender_shape_Rectangle.html#parent">parent</a></li> <li data-name="module:zrender/shape/Rectangle#position"><a href="module-zrender_shape_Rectangle.html#position">position</a></li> <li data-name="module:zrender/shape/Rectangle#rotation"><a href="module-zrender_shape_Rectangle.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Rectangle#scale"><a href="module-zrender_shape_Rectangle.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Rectangle~IRectangleStyle"><a href="module-zrender_shape_Rectangle.html#~IRectangleStyle">IRectangleStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Rectangle#buildPath"><a href="module-zrender_shape_Rectangle.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Rectangle#getRect"><a href="module-zrender_shape_Rectangle.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Rectangle#afterBrush"><a href="module-zrender_shape_Rectangle.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Rectangle#beforeBrush"><a href="module-zrender_shape_Rectangle.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Rectangle#bind"><a href="module-zrender_shape_Rectangle.html#bind">bind</a></li> <li data-name="module:zrender/shape/Rectangle#brush"><a href="module-zrender_shape_Rectangle.html#brush">brush</a></li> <li data-name="module:zrender/shape/Rectangle#decomposeTransform"><a href="module-zrender_shape_Rectangle.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Rectangle#dispatch"><a href="module-zrender_shape_Rectangle.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Rectangle#dispatchWithContext"><a href="module-zrender_shape_Rectangle.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Rectangle#drawText"><a href="module-zrender_shape_Rectangle.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Rectangle#drift"><a href="module-zrender_shape_Rectangle.html#drift">drift</a></li> <li data-name="module:zrender/shape/Rectangle#getHighlightStyle"><a href="module-zrender_shape_Rectangle.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Rectangle#isCover"><a href="module-zrender_shape_Rectangle.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Rectangle#isSilent"><a href="module-zrender_shape_Rectangle.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Rectangle#lookAt"><a href="module-zrender_shape_Rectangle.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Rectangle#one"><a href="module-zrender_shape_Rectangle.html#one">one</a></li> <li data-name="module:zrender/shape/Rectangle#setContext"><a href="module-zrender_shape_Rectangle.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Rectangle#setTransform"><a href="module-zrender_shape_Rectangle.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Rectangle#transformCoordToLocal"><a href="module-zrender_shape_Rectangle.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Rectangle#unbind"><a href="module-zrender_shape_Rectangle.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Rectangle#updateTransform"><a href="module-zrender_shape_Rectangle.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Rectangle#event:onclick"><a href="module-zrender_shape_Rectangle.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Rectangle#event:ondragend"><a href="module-zrender_shape_Rectangle.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Rectangle#event:ondragenter"><a href="module-zrender_shape_Rectangle.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Rectangle#event:ondragleave"><a href="module-zrender_shape_Rectangle.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Rectangle#event:ondragover"><a href="module-zrender_shape_Rectangle.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Rectangle#event:ondragstart"><a href="module-zrender_shape_Rectangle.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Rectangle#event:ondrop"><a href="module-zrender_shape_Rectangle.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Rectangle#event:onmousedown"><a href="module-zrender_shape_Rectangle.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Rectangle#event:onmousemove"><a href="module-zrender_shape_Rectangle.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Rectangle#event:onmouseout"><a href="module-zrender_shape_Rectangle.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Rectangle#event:onmouseover"><a href="module-zrender_shape_Rectangle.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Rectangle#event:onmouseup"><a href="module-zrender_shape_Rectangle.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Rectangle#event:onmousewheel"><a href="module-zrender_shape_Rectangle.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Ring"> <span class="title"> <a href="module-zrender_shape_Ring.html">module:zrender/shape/Ring</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Ring#highlightStyle"><a href="module-zrender_shape_Ring.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Ring#style"><a href="module-zrender_shape_Ring.html#style">style</a></li> <li data-name="module:zrender/shape/Ring#id"><a href="module-zrender_shape_Ring.html#id">id</a></li> <li data-name="module:zrender/shape/Ring#parent"><a href="module-zrender_shape_Ring.html#parent">parent</a></li> <li data-name="module:zrender/shape/Ring#position"><a href="module-zrender_shape_Ring.html#position">position</a></li> <li data-name="module:zrender/shape/Ring#rotation"><a href="module-zrender_shape_Ring.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Ring#scale"><a href="module-zrender_shape_Ring.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Ring~IRingStyle"><a href="module-zrender_shape_Ring.html#~IRingStyle">IRingStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Ring#buildPath"><a href="module-zrender_shape_Ring.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Ring#getRect"><a href="module-zrender_shape_Ring.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Ring#afterBrush"><a href="module-zrender_shape_Ring.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Ring#beforeBrush"><a href="module-zrender_shape_Ring.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Ring#bind"><a href="module-zrender_shape_Ring.html#bind">bind</a></li> <li data-name="module:zrender/shape/Ring#brush"><a href="module-zrender_shape_Ring.html#brush">brush</a></li> <li data-name="module:zrender/shape/Ring#decomposeTransform"><a href="module-zrender_shape_Ring.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Ring#dispatch"><a href="module-zrender_shape_Ring.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Ring#dispatchWithContext"><a href="module-zrender_shape_Ring.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Ring#drawText"><a href="module-zrender_shape_Ring.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Ring#drift"><a href="module-zrender_shape_Ring.html#drift">drift</a></li> <li data-name="module:zrender/shape/Ring#getHighlightStyle"><a href="module-zrender_shape_Ring.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Ring#isCover"><a href="module-zrender_shape_Ring.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Ring#isSilent"><a href="module-zrender_shape_Ring.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Ring#lookAt"><a href="module-zrender_shape_Ring.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Ring#one"><a href="module-zrender_shape_Ring.html#one">one</a></li> <li data-name="module:zrender/shape/Ring#setContext"><a href="module-zrender_shape_Ring.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Ring#setTransform"><a href="module-zrender_shape_Ring.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Ring#transformCoordToLocal"><a href="module-zrender_shape_Ring.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Ring#unbind"><a href="module-zrender_shape_Ring.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Ring#updateTransform"><a href="module-zrender_shape_Ring.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Ring#event:onclick"><a href="module-zrender_shape_Ring.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Ring#event:ondragend"><a href="module-zrender_shape_Ring.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Ring#event:ondragenter"><a href="module-zrender_shape_Ring.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Ring#event:ondragleave"><a href="module-zrender_shape_Ring.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Ring#event:ondragover"><a href="module-zrender_shape_Ring.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Ring#event:ondragstart"><a href="module-zrender_shape_Ring.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Ring#event:ondrop"><a href="module-zrender_shape_Ring.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Ring#event:onmousedown"><a href="module-zrender_shape_Ring.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Ring#event:onmousemove"><a href="module-zrender_shape_Ring.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Ring#event:onmouseout"><a href="module-zrender_shape_Ring.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Ring#event:onmouseover"><a href="module-zrender_shape_Ring.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Ring#event:onmouseup"><a href="module-zrender_shape_Ring.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Ring#event:onmousewheel"><a href="module-zrender_shape_Ring.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Rose"> <span class="title"> <a href="module-zrender_shape_Rose.html">module:zrender/shape/Rose</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Rose#highlightStyle"><a href="module-zrender_shape_Rose.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Rose#style"><a href="module-zrender_shape_Rose.html#style">style</a></li> <li data-name="module:zrender/shape/Rose#id"><a href="module-zrender_shape_Rose.html#id">id</a></li> <li data-name="module:zrender/shape/Rose#parent"><a href="module-zrender_shape_Rose.html#parent">parent</a></li> <li data-name="module:zrender/shape/Rose#position"><a href="module-zrender_shape_Rose.html#position">position</a></li> <li data-name="module:zrender/shape/Rose#rotation"><a href="module-zrender_shape_Rose.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Rose#scale"><a href="module-zrender_shape_Rose.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Rose~IRoseStyle"><a href="module-zrender_shape_Rose.html#~IRoseStyle">IRoseStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Rose#buildPath"><a href="module-zrender_shape_Rose.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Rose#getRect"><a href="module-zrender_shape_Rose.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Rose#afterBrush"><a href="module-zrender_shape_Rose.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Rose#beforeBrush"><a href="module-zrender_shape_Rose.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Rose#bind"><a href="module-zrender_shape_Rose.html#bind">bind</a></li> <li data-name="module:zrender/shape/Rose#brush"><a href="module-zrender_shape_Rose.html#brush">brush</a></li> <li data-name="module:zrender/shape/Rose#decomposeTransform"><a href="module-zrender_shape_Rose.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Rose#dispatch"><a href="module-zrender_shape_Rose.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Rose#dispatchWithContext"><a href="module-zrender_shape_Rose.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Rose#drawText"><a href="module-zrender_shape_Rose.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Rose#drift"><a href="module-zrender_shape_Rose.html#drift">drift</a></li> <li data-name="module:zrender/shape/Rose#getHighlightStyle"><a href="module-zrender_shape_Rose.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Rose#isCover"><a href="module-zrender_shape_Rose.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Rose#isSilent"><a href="module-zrender_shape_Rose.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Rose#lookAt"><a href="module-zrender_shape_Rose.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Rose#one"><a href="module-zrender_shape_Rose.html#one">one</a></li> <li data-name="module:zrender/shape/Rose#setContext"><a href="module-zrender_shape_Rose.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Rose#setTransform"><a href="module-zrender_shape_Rose.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Rose#transformCoordToLocal"><a href="module-zrender_shape_Rose.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Rose#unbind"><a href="module-zrender_shape_Rose.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Rose#updateTransform"><a href="module-zrender_shape_Rose.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Rose#event:onclick"><a href="module-zrender_shape_Rose.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Rose#event:ondragend"><a href="module-zrender_shape_Rose.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Rose#event:ondragenter"><a href="module-zrender_shape_Rose.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Rose#event:ondragleave"><a href="module-zrender_shape_Rose.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Rose#event:ondragover"><a href="module-zrender_shape_Rose.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Rose#event:ondragstart"><a href="module-zrender_shape_Rose.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Rose#event:ondrop"><a href="module-zrender_shape_Rose.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Rose#event:onmousedown"><a href="module-zrender_shape_Rose.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Rose#event:onmousemove"><a href="module-zrender_shape_Rose.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Rose#event:onmouseout"><a href="module-zrender_shape_Rose.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Rose#event:onmouseover"><a href="module-zrender_shape_Rose.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Rose#event:onmouseup"><a href="module-zrender_shape_Rose.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Rose#event:onmousewheel"><a href="module-zrender_shape_Rose.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Sector"> <span class="title"> <a href="module-zrender_shape_Sector.html">module:zrender/shape/Sector</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Sector#highlightStyle"><a href="module-zrender_shape_Sector.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Sector#style"><a href="module-zrender_shape_Sector.html#style">style</a></li> <li data-name="module:zrender/shape/Sector#id"><a href="module-zrender_shape_Sector.html#id">id</a></li> <li data-name="module:zrender/shape/Sector#parent"><a href="module-zrender_shape_Sector.html#parent">parent</a></li> <li data-name="module:zrender/shape/Sector#position"><a href="module-zrender_shape_Sector.html#position">position</a></li> <li data-name="module:zrender/shape/Sector#rotation"><a href="module-zrender_shape_Sector.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Sector#scale"><a href="module-zrender_shape_Sector.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Sector~ISectorStyle"><a href="module-zrender_shape_Sector.html#~ISectorStyle">ISectorStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Sector#buildPath"><a href="module-zrender_shape_Sector.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Sector#getRect"><a href="module-zrender_shape_Sector.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Sector#afterBrush"><a href="module-zrender_shape_Sector.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Sector#beforeBrush"><a href="module-zrender_shape_Sector.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Sector#bind"><a href="module-zrender_shape_Sector.html#bind">bind</a></li> <li data-name="module:zrender/shape/Sector#brush"><a href="module-zrender_shape_Sector.html#brush">brush</a></li> <li data-name="module:zrender/shape/Sector#decomposeTransform"><a href="module-zrender_shape_Sector.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Sector#dispatch"><a href="module-zrender_shape_Sector.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Sector#dispatchWithContext"><a href="module-zrender_shape_Sector.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Sector#drawText"><a href="module-zrender_shape_Sector.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Sector#drift"><a href="module-zrender_shape_Sector.html#drift">drift</a></li> <li data-name="module:zrender/shape/Sector#getHighlightStyle"><a href="module-zrender_shape_Sector.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Sector#isCover"><a href="module-zrender_shape_Sector.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Sector#isSilent"><a href="module-zrender_shape_Sector.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Sector#lookAt"><a href="module-zrender_shape_Sector.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Sector#one"><a href="module-zrender_shape_Sector.html#one">one</a></li> <li data-name="module:zrender/shape/Sector#setContext"><a href="module-zrender_shape_Sector.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Sector#setTransform"><a href="module-zrender_shape_Sector.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Sector#transformCoordToLocal"><a href="module-zrender_shape_Sector.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Sector#unbind"><a href="module-zrender_shape_Sector.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Sector#updateTransform"><a href="module-zrender_shape_Sector.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Sector#event:onclick"><a href="module-zrender_shape_Sector.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Sector#event:ondragend"><a href="module-zrender_shape_Sector.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Sector#event:ondragenter"><a href="module-zrender_shape_Sector.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Sector#event:ondragleave"><a href="module-zrender_shape_Sector.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Sector#event:ondragover"><a href="module-zrender_shape_Sector.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Sector#event:ondragstart"><a href="module-zrender_shape_Sector.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Sector#event:ondrop"><a href="module-zrender_shape_Sector.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Sector#event:onmousedown"><a href="module-zrender_shape_Sector.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Sector#event:onmousemove"><a href="module-zrender_shape_Sector.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Sector#event:onmouseout"><a href="module-zrender_shape_Sector.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Sector#event:onmouseover"><a href="module-zrender_shape_Sector.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Sector#event:onmouseup"><a href="module-zrender_shape_Sector.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Sector#event:onmousewheel"><a href="module-zrender_shape_Sector.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/ShapeBundle"> <span class="title"> <a href="module-zrender_shape_ShapeBundle.html">module:zrender/shape/ShapeBundle</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/ShapeBundle#highlightStyle"><a href="module-zrender_shape_ShapeBundle.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/ShapeBundle#style"><a href="module-zrender_shape_ShapeBundle.html#style">style</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/ShapeBundle~IShapeBundleStyle"><a href="module-zrender_shape_ShapeBundle.html#~IShapeBundleStyle">IShapeBundleStyle</a></li> </ul> <ul class="methods itemMembers"> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/Star"> <span class="title"> <a href="module-zrender_shape_Star.html">module:zrender/shape/Star</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Star#highlightStyle"><a href="module-zrender_shape_Star.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Star#style"><a href="module-zrender_shape_Star.html#style">style</a></li> <li data-name="module:zrender/shape/Star#id"><a href="module-zrender_shape_Star.html#id">id</a></li> <li data-name="module:zrender/shape/Star#parent"><a href="module-zrender_shape_Star.html#parent">parent</a></li> <li data-name="module:zrender/shape/Star#position"><a href="module-zrender_shape_Star.html#position">position</a></li> <li data-name="module:zrender/shape/Star#rotation"><a href="module-zrender_shape_Star.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Star#scale"><a href="module-zrender_shape_Star.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Star~IStarStyle"><a href="module-zrender_shape_Star.html#~IStarStyle">IStarStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Star#buildPath"><a href="module-zrender_shape_Star.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Star#getRect"><a href="module-zrender_shape_Star.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Star#afterBrush"><a href="module-zrender_shape_Star.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Star#beforeBrush"><a href="module-zrender_shape_Star.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Star#bind"><a href="module-zrender_shape_Star.html#bind">bind</a></li> <li data-name="module:zrender/shape/Star#brush"><a href="module-zrender_shape_Star.html#brush">brush</a></li> <li data-name="module:zrender/shape/Star#decomposeTransform"><a href="module-zrender_shape_Star.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Star#dispatch"><a href="module-zrender_shape_Star.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Star#dispatchWithContext"><a href="module-zrender_shape_Star.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Star#drawText"><a href="module-zrender_shape_Star.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Star#drift"><a href="module-zrender_shape_Star.html#drift">drift</a></li> <li data-name="module:zrender/shape/Star#getHighlightStyle"><a href="module-zrender_shape_Star.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Star#isCover"><a href="module-zrender_shape_Star.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Star#isSilent"><a href="module-zrender_shape_Star.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Star#lookAt"><a href="module-zrender_shape_Star.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Star#one"><a href="module-zrender_shape_Star.html#one">one</a></li> <li data-name="module:zrender/shape/Star#setContext"><a href="module-zrender_shape_Star.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Star#setTransform"><a href="module-zrender_shape_Star.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Star#transformCoordToLocal"><a href="module-zrender_shape_Star.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Star#unbind"><a href="module-zrender_shape_Star.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Star#updateTransform"><a href="module-zrender_shape_Star.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Star#event:onclick"><a href="module-zrender_shape_Star.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Star#event:ondragend"><a href="module-zrender_shape_Star.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Star#event:ondragenter"><a href="module-zrender_shape_Star.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Star#event:ondragleave"><a href="module-zrender_shape_Star.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Star#event:ondragover"><a href="module-zrender_shape_Star.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Star#event:ondragstart"><a href="module-zrender_shape_Star.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Star#event:ondrop"><a href="module-zrender_shape_Star.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Star#event:onmousedown"><a href="module-zrender_shape_Star.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Star#event:onmousemove"><a href="module-zrender_shape_Star.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Star#event:onmouseout"><a href="module-zrender_shape_Star.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Star#event:onmouseover"><a href="module-zrender_shape_Star.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Star#event:onmouseup"><a href="module-zrender_shape_Star.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Star#event:onmousewheel"><a href="module-zrender_shape_Star.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/Text"> <span class="title"> <a href="module-zrender_shape_Text.html">module:zrender/shape/Text</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Text#highlightStyle"><a href="module-zrender_shape_Text.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Text#style"><a href="module-zrender_shape_Text.html#style">style</a></li> <li data-name="module:zrender/shape/Text#id"><a href="module-zrender_shape_Text.html#id">id</a></li> <li data-name="module:zrender/shape/Text#parent"><a href="module-zrender_shape_Text.html#parent">parent</a></li> <li data-name="module:zrender/shape/Text#position"><a href="module-zrender_shape_Text.html#position">position</a></li> <li data-name="module:zrender/shape/Text#rotation"><a href="module-zrender_shape_Text.html#rotation">rotation</a></li> <li data-name="module:zrender/shape/Text#scale"><a href="module-zrender_shape_Text.html#scale">scale</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Text~ITextStyle"><a href="module-zrender_shape_Text.html#~ITextStyle">ITextStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Text#getRect"><a href="module-zrender_shape_Text.html#getRect">getRect</a></li> <li data-name="module:zrender/shape/Text#afterBrush"><a href="module-zrender_shape_Text.html#afterBrush">afterBrush</a></li> <li data-name="module:zrender/shape/Text#beforeBrush"><a href="module-zrender_shape_Text.html#beforeBrush">beforeBrush</a></li> <li data-name="module:zrender/shape/Text#bind"><a href="module-zrender_shape_Text.html#bind">bind</a></li> <li data-name="module:zrender/shape/Text#brush"><a href="module-zrender_shape_Text.html#brush">brush</a></li> <li data-name="module:zrender/shape/Text#buildPath"><a href="module-zrender_shape_Text.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Text#decomposeTransform"><a href="module-zrender_shape_Text.html#decomposeTransform">decomposeTransform</a></li> <li data-name="module:zrender/shape/Text#dispatch"><a href="module-zrender_shape_Text.html#dispatch">dispatch</a></li> <li data-name="module:zrender/shape/Text#dispatchWithContext"><a href="module-zrender_shape_Text.html#dispatchWithContext">dispatchWithContext</a></li> <li data-name="module:zrender/shape/Text#drawText"><a href="module-zrender_shape_Text.html#drawText">drawText</a></li> <li data-name="module:zrender/shape/Text#drift"><a href="module-zrender_shape_Text.html#drift">drift</a></li> <li data-name="module:zrender/shape/Text#getHighlightStyle"><a href="module-zrender_shape_Text.html#getHighlightStyle">getHighlightStyle</a></li> <li data-name="module:zrender/shape/Text#isCover"><a href="module-zrender_shape_Text.html#isCover">isCover</a></li> <li data-name="module:zrender/shape/Text#isSilent"><a href="module-zrender_shape_Text.html#isSilent">isSilent</a></li> <li data-name="module:zrender/shape/Text#lookAt"><a href="module-zrender_shape_Text.html#lookAt">lookAt</a></li> <li data-name="module:zrender/shape/Text#one"><a href="module-zrender_shape_Text.html#one">one</a></li> <li data-name="module:zrender/shape/Text#setContext"><a href="module-zrender_shape_Text.html#setContext">setContext</a></li> <li data-name="module:zrender/shape/Text#setTransform"><a href="module-zrender_shape_Text.html#setTransform">setTransform</a></li> <li data-name="module:zrender/shape/Text#transformCoordToLocal"><a href="module-zrender_shape_Text.html#transformCoordToLocal">transformCoordToLocal</a></li> <li data-name="module:zrender/shape/Text#unbind"><a href="module-zrender_shape_Text.html#unbind">unbind</a></li> <li data-name="module:zrender/shape/Text#updateTransform"><a href="module-zrender_shape_Text.html#updateTransform">updateTransform</a></li> </ul> <ul class="events itemMembers"> <span class="subtitle">Events</span> <li data-name="module:zrender/shape/Text#event:onclick"><a href="module-zrender_shape_Text.html#event:onclick">onclick</a></li> <li data-name="module:zrender/shape/Text#event:ondragend"><a href="module-zrender_shape_Text.html#event:ondragend">ondragend</a></li> <li data-name="module:zrender/shape/Text#event:ondragenter"><a href="module-zrender_shape_Text.html#event:ondragenter">ondragenter</a></li> <li data-name="module:zrender/shape/Text#event:ondragleave"><a href="module-zrender_shape_Text.html#event:ondragleave">ondragleave</a></li> <li data-name="module:zrender/shape/Text#event:ondragover"><a href="module-zrender_shape_Text.html#event:ondragover">ondragover</a></li> <li data-name="module:zrender/shape/Text#event:ondragstart"><a href="module-zrender_shape_Text.html#event:ondragstart">ondragstart</a></li> <li data-name="module:zrender/shape/Text#event:ondrop"><a href="module-zrender_shape_Text.html#event:ondrop">ondrop</a></li> <li data-name="module:zrender/shape/Text#event:onmousedown"><a href="module-zrender_shape_Text.html#event:onmousedown">onmousedown</a></li> <li data-name="module:zrender/shape/Text#event:onmousemove"><a href="module-zrender_shape_Text.html#event:onmousemove">onmousemove</a></li> <li data-name="module:zrender/shape/Text#event:onmouseout"><a href="module-zrender_shape_Text.html#event:onmouseout">onmouseout</a></li> <li data-name="module:zrender/shape/Text#event:onmouseover"><a href="module-zrender_shape_Text.html#event:onmouseover">onmouseover</a></li> <li data-name="module:zrender/shape/Text#event:onmouseup"><a href="module-zrender_shape_Text.html#event:onmouseup">onmouseup</a></li> <li data-name="module:zrender/shape/Text#event:onmousewheel"><a href="module-zrender_shape_Text.html#event:onmousewheel">onmousewheel</a></li> </ul> </li> <li class="item" data-name="module:zrender/shape/tool/PathProxy"> <span class="title"> <a href="module-zrender_shape_tool_PathProxy.html">module:zrender/shape/tool/PathProxy</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/tool/PathProxy#pathCommands"><a href="module-zrender_shape_tool_PathProxy.html#pathCommands">pathCommands</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/tool/PathProxy#arc"><a href="module-zrender_shape_tool_PathProxy.html#arc">arc</a></li> <li data-name="module:zrender/shape/tool/PathProxy#begin"><a href="module-zrender_shape_tool_PathProxy.html#begin">begin</a></li> <li data-name="module:zrender/shape/tool/PathProxy#bezierCurveTo"><a href="module-zrender_shape_tool_PathProxy.html#bezierCurveTo">bezierCurveTo</a></li> <li data-name="module:zrender/shape/tool/PathProxy#closePath"><a href="module-zrender_shape_tool_PathProxy.html#closePath">closePath</a></li> <li data-name="module:zrender/shape/tool/PathProxy#fastBoundingRect"><a href="module-zrender_shape_tool_PathProxy.html#fastBoundingRect">fastBoundingRect</a></li> <li data-name="module:zrender/shape/tool/PathProxy#isEmpty"><a href="module-zrender_shape_tool_PathProxy.html#isEmpty">isEmpty</a></li> <li data-name="module:zrender/shape/tool/PathProxy#lineTo"><a href="module-zrender_shape_tool_PathProxy.html#lineTo">lineTo</a></li> <li data-name="module:zrender/shape/tool/PathProxy#moveTo"><a href="module-zrender_shape_tool_PathProxy.html#moveTo">moveTo</a></li> <li data-name="module:zrender/shape/tool/PathProxy#quadraticCurveTo"><a href="module-zrender_shape_tool_PathProxy.html#quadraticCurveTo">quadraticCurveTo</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/Trochold"> <span class="title"> <a href="module-zrender_shape_Trochold.html">module:zrender/shape/Trochold</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/shape/Trochold#highlightStyle"><a href="module-zrender_shape_Trochold.html#highlightStyle">highlightStyle</a></li> <li data-name="module:zrender/shape/Trochold#style"><a href="module-zrender_shape_Trochold.html#style">style</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/shape/Trochold~ITrocholdStyle"><a href="module-zrender_shape_Trochold.html#~ITrocholdStyle">ITrocholdStyle</a></li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/shape/Trochold#buildPath"><a href="module-zrender_shape_Trochold.html#buildPath">buildPath</a></li> <li data-name="module:zrender/shape/Trochold#getRect"><a href="module-zrender_shape_Trochold.html#getRect">getRect</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/util/smoothBezier"> <span class="title"> <a href="module-zrender_shape_util_smoothBezier.html">module:zrender/shape/util/smoothBezier</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/shape/util/smoothSpline"> <span class="title"> <a href="module-zrender_shape_util_smoothSpline.html">module:zrender/shape/util/smoothSpline</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/Storage"> <span class="title"> <a href="module-zrender_Storage.html">module:zrender/Storage</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/Storage#addHover"><a href="module-zrender_Storage.html#addHover">addHover</a></li> <li data-name="module:zrender/Storage#addRoot"><a href="module-zrender_Storage.html#addRoot">addRoot</a></li> <li data-name="module:zrender/Storage#delHover"><a href="module-zrender_Storage.html#delHover">delHover</a></li> <li data-name="module:zrender/Storage#delRoot"><a href="module-zrender_Storage.html#delRoot">delRoot</a></li> <li data-name="module:zrender/Storage#dispose"><a href="module-zrender_Storage.html#dispose">dispose</a></li> <li data-name="module:zrender/Storage#drift"><a href="module-zrender_Storage.html#drift">drift</a></li> <li data-name="module:zrender/Storage#getHoverShapes"><a href="module-zrender_Storage.html#getHoverShapes">getHoverShapes</a></li> <li data-name="module:zrender/Storage#getShapeList"><a href="module-zrender_Storage.html#getShapeList">getShapeList</a></li> <li data-name="module:zrender/Storage#hasHoverShape"><a href="module-zrender_Storage.html#hasHoverShape">hasHoverShape</a></li> <li data-name="module:zrender/Storage#iterShape"><a href="module-zrender_Storage.html#iterShape">iterShape</a></li> <li data-name="module:zrender/Storage#mod"><a href="module-zrender_Storage.html#mod">mod</a></li> <li data-name="module:zrender/Storage#updateShapeList"><a href="module-zrender_Storage.html#updateShapeList">updateShapeList</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/color"> <span class="title"> <a href="module-zrender_tool_color.html">module:zrender/tool/color</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/color.alpha"><a href="module-zrender_tool_color.html#.alpha">alpha</a></li> <li data-name="module:zrender/tool/color.getColor"><a href="module-zrender_tool_color.html#.getColor">getColor</a></li> <li data-name="module:zrender/tool/color.getGradientColors"><a href="module-zrender_tool_color.html#.getGradientColors">getGradientColors</a></li> <li data-name="module:zrender/tool/color.getRadialGradient"><a href="module-zrender_tool_color.html#.getRadialGradient">getRadialGradient</a></li> <li data-name="module:zrender/tool/color.lift"><a href="module-zrender_tool_color.html#.lift">lift</a></li> <li data-name="module:zrender/tool/color.mix"><a href="module-zrender_tool_color.html#.mix">mix</a></li> <li data-name="module:zrender/tool/color.normalize"><a href="module-zrender_tool_color.html#.normalize">normalize</a></li> <li data-name="module:zrender/tool/color.reverse"><a href="module-zrender_tool_color.html#.reverse">reverse</a></li> <li data-name="module:zrender/tool/color.toArray"><a href="module-zrender_tool_color.html#.toArray">toArray</a></li> <li data-name="module:zrender/tool/color.toHSB"><a href="module-zrender_tool_color.html#.toHSB">toHSB</a></li> <li data-name="module:zrender/tool/color.toHSBA"><a href="module-zrender_tool_color.html#.toHSBA">toHSBA</a></li> <li data-name="module:zrender/tool/color.toHSL"><a href="module-zrender_tool_color.html#.toHSL">toHSL</a></li> <li data-name="module:zrender/tool/color.toHSLA"><a href="module-zrender_tool_color.html#.toHSLA">toHSLA</a></li> <li data-name="module:zrender/tool/color.toHSV"><a href="module-zrender_tool_color.html#.toHSV">toHSV</a></li> <li data-name="module:zrender/tool/color.toHSVA"><a href="module-zrender_tool_color.html#.toHSVA">toHSVA</a></li> <li data-name="module:zrender/tool/color.toHex"><a href="module-zrender_tool_color.html#.toHex">toHex</a></li> <li data-name="module:zrender/tool/color.toRGB"><a href="module-zrender_tool_color.html#.toRGB">toRGB</a></li> <li data-name="module:zrender/tool/color.toRGBA"><a href="module-zrender_tool_color.html#.toRGBA">toRGBA</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/computeBoundingBox"> <span class="title"> <a href="module-zrender_tool_computeBoundingBox.html">module:zrender/tool/computeBoundingBox</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/computeBoundingBox.computeArcBoundingBox"><a href="module-zrender_tool_computeBoundingBox.html#.computeArcBoundingBox">computeArcBoundingBox</a></li> <li data-name="module:zrender/tool/computeBoundingBox.computeCubeBezierBoundingBox"><a href="module-zrender_tool_computeBoundingBox.html#.computeCubeBezierBoundingBox">computeCubeBezierBoundingBox</a></li> <li data-name="module:zrender/tool/computeBoundingBox.computeQuadraticBezierBoundingBox"><a href="module-zrender_tool_computeBoundingBox.html#.computeQuadraticBezierBoundingBox">computeQuadraticBezierBoundingBox</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/curve"> <span class="title"> <a href="module-zrender_tool_curve.html">module:zrender/tool/curve</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/curve.cubicAt"><a href="module-zrender_tool_curve.html#.cubicAt">cubicAt</a></li> <li data-name="module:zrender/tool/curve.cubicDerivativeAt"><a href="module-zrender_tool_curve.html#.cubicDerivativeAt">cubicDerivativeAt</a></li> <li data-name="module:zrender/tool/curve.cubicExtrema"><a href="module-zrender_tool_curve.html#.cubicExtrema">cubicExtrema</a></li> <li data-name="module:zrender/tool/curve.cubicRootAt"><a href="module-zrender_tool_curve.html#.cubicRootAt">cubicRootAt</a></li> <li data-name="module:zrender/tool/curve.cubicSubdivide"><a href="module-zrender_tool_curve.html#.cubicSubdivide">cubicSubdivide</a></li> <li data-name="module:zrender/tool/curve.quadraticExtremum"><a href="module-zrender_tool_curve.html#.quadraticExtremum">quadraticExtremum</a></li> <li data-name="module:zrender/tool/curve.quadraticSubdivide"><a href="module-zrender_tool_curve.html#.quadraticSubdivide">quadraticSubdivide</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/event"> <span class="title"> <a href="module-zrender_tool_event.html">module:zrender/tool/event</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/event.getDelta"><a href="module-zrender_tool_event.html#.getDelta">getDelta</a></li> <li data-name="module:zrender/tool/event.getX"><a href="module-zrender_tool_event.html#.getX">getX</a></li> <li data-name="module:zrender/tool/event.getY"><a href="module-zrender_tool_event.html#.getY">getY</a></li> <li data-name="module:zrender/tool/event.stop"><a href="module-zrender_tool_event.html#.stop">stop</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/http"> <span class="title"> <a href="module-zrender_tool_http.html">module:zrender/tool/http</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="module:zrender/tool/http~IHTTPGetOption"><a href="module-zrender_tool_http.html#~IHTTPGetOption">IHTTPGetOption</a></li> </ul> <ul class="methods itemMembers"> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/matrix"> <span class="title"> <a href="module-zrender_tool_matrix.html">module:zrender/tool/matrix</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/matrix.copy"><a href="module-zrender_tool_matrix.html#.copy">copy</a></li> <li data-name="module:zrender/tool/matrix.create"><a href="module-zrender_tool_matrix.html#.create">create</a></li> <li data-name="module:zrender/tool/matrix.identity"><a href="module-zrender_tool_matrix.html#.identity">identity</a></li> <li data-name="module:zrender/tool/matrix.invert"><a href="module-zrender_tool_matrix.html#.invert">invert</a></li> <li data-name="module:zrender/tool/matrix.mul"><a href="module-zrender_tool_matrix.html#.mul">mul</a></li> <li data-name="module:zrender/tool/matrix.rotate"><a href="module-zrender_tool_matrix.html#.rotate">rotate</a></li> <li data-name="module:zrender/tool/matrix.scale"><a href="module-zrender_tool_matrix.html#.scale">scale</a></li> <li data-name="module:zrender/tool/matrix.translate"><a href="module-zrender_tool_matrix.html#.translate">translate</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/util"> <span class="title"> <a href="module-zrender_tool_util.html">module:zrender/tool/util</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/util.clone"><a href="module-zrender_tool_util.html#.clone">clone</a></li> <li data-name="module:zrender/tool/util.each"><a href="module-zrender_tool_util.html#.each">each</a></li> <li data-name="module:zrender/tool/util.filter"><a href="module-zrender_tool_util.html#.filter">filter</a></li> <li data-name="module:zrender/tool/util.indexOf"><a href="module-zrender_tool_util.html#.indexOf">indexOf</a></li> <li data-name="module:zrender/tool/util.inherits"><a href="module-zrender_tool_util.html#.inherits">inherits</a></li> <li data-name="module:zrender/tool/util.map"><a href="module-zrender_tool_util.html#.map">map</a></li> <li data-name="module:zrender/tool/util.merge"><a href="module-zrender_tool_util.html#.merge">merge</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/tool/vector"> <span class="title"> <a href="module-zrender_tool_vector.html">module:zrender/tool/vector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/tool/vector.add"><a href="module-zrender_tool_vector.html#.add">add</a></li> <li data-name="module:zrender/tool/vector.applyTransform"><a href="module-zrender_tool_vector.html#.applyTransform">applyTransform</a></li> <li data-name="module:zrender/tool/vector.clone"><a href="module-zrender_tool_vector.html#.clone">clone</a></li> <li data-name="module:zrender/tool/vector.copy"><a href="module-zrender_tool_vector.html#.copy">copy</a></li> <li data-name="module:zrender/tool/vector.create"><a href="module-zrender_tool_vector.html#.create">create</a></li> <li data-name="module:zrender/tool/vector.distance"><a href="module-zrender_tool_vector.html#.distance">distance</a></li> <li data-name="module:zrender/tool/vector.distanceSquare"><a href="module-zrender_tool_vector.html#.distanceSquare">distanceSquare</a></li> <li data-name="module:zrender/tool/vector.div"><a href="module-zrender_tool_vector.html#.div">div</a></li> <li data-name="module:zrender/tool/vector.dot"><a href="module-zrender_tool_vector.html#.dot">dot</a></li> <li data-name="module:zrender/tool/vector.len"><a href="module-zrender_tool_vector.html#.len">len</a></li> <li data-name="module:zrender/tool/vector.lenSquare"><a href="module-zrender_tool_vector.html#.lenSquare">lenSquare</a></li> <li data-name="module:zrender/tool/vector.lerp"><a href="module-zrender_tool_vector.html#.lerp">lerp</a></li> <li data-name="module:zrender/tool/vector.max"><a href="module-zrender_tool_vector.html#.max">max</a></li> <li data-name="module:zrender/tool/vector.min"><a href="module-zrender_tool_vector.html#.min">min</a></li> <li data-name="module:zrender/tool/vector.mul"><a href="module-zrender_tool_vector.html#.mul">mul</a></li> <li data-name="module:zrender/tool/vector.negate"><a href="module-zrender_tool_vector.html#.negate">negate</a></li> <li data-name="module:zrender/tool/vector.normalize"><a href="module-zrender_tool_vector.html#.normalize">normalize</a></li> <li data-name="module:zrender/tool/vector.scale"><a href="module-zrender_tool_vector.html#.scale">scale</a></li> <li data-name="module:zrender/tool/vector.scaleAndAdd"><a href="module-zrender_tool_vector.html#.scaleAndAdd">scaleAndAdd</a></li> <li data-name="module:zrender/tool/vector.set"><a href="module-zrender_tool_vector.html#.set">set</a></li> <li data-name="module:zrender/tool/vector.sub"><a href="module-zrender_tool_vector.html#.sub">sub</a></li> </ul> <ul class="events itemMembers"> </ul> </li> <li class="item" data-name="module:zrender/ZRender"> <span class="title"> <a href="module-zrender_ZRender.html">module:zrender/ZRender</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="module:zrender/ZRender#animation"><a href="module-zrender_ZRender.html#animation">animation</a></li> <li data-name="module:zrender/ZRender#id"><a href="module-zrender_ZRender.html#id">id</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="module:zrender/ZRender#addElement"><a href="module-zrender_ZRender.html#addElement">addElement</a></li> <li data-name="module:zrender/ZRender#addGroup"><a href="module-zrender_ZRender.html#addGroup">addGroup</a></li> <li data-name="module:zrender/ZRender#addHoverShape"><a href="module-zrender_ZRender.html#addHoverShape">addHoverShape</a></li> <li data-name="module:zrender/ZRender#addShape"><a href="module-zrender_ZRender.html#addShape">addShape</a></li> <li data-name="module:zrender/ZRender#animate"><a href="module-zrender_ZRender.html#animate">animate</a></li> <li data-name="module:zrender/ZRender#clear"><a href="module-zrender_ZRender.html#clear">clear</a></li> <li data-name="module:zrender/ZRender#clearAnimation"><a href="module-zrender_ZRender.html#clearAnimation">clearAnimation</a></li> <li data-name="module:zrender/ZRender#delElement"><a href="module-zrender_ZRender.html#delElement">delElement</a></li> <li data-name="module:zrender/ZRender#delGroup"><a href="module-zrender_ZRender.html#delGroup">delGroup</a></li> <li data-name="module:zrender/ZRender#delShape"><a href="module-zrender_ZRender.html#delShape">delShape</a></li> <li data-name="module:zrender/ZRender#dispose"><a href="module-zrender_ZRender.html#dispose">dispose</a></li> <li data-name="module:zrender/ZRender#getHeight"><a href="module-zrender_ZRender.html#getHeight">getHeight</a></li> <li data-name="module:zrender/ZRender#getId"><a href="module-zrender_ZRender.html#getId">getId</a></li> <li data-name="module:zrender/ZRender#getWidth"><a href="module-zrender_ZRender.html#getWidth">getWidth</a></li> <li data-name="module:zrender/ZRender#hideLoading"><a href="module-zrender_ZRender.html#hideLoading">hideLoading</a></li> <li data-name="module:zrender/ZRender#modElement"><a href="module-zrender_ZRender.html#modElement">modElement</a></li> <li data-name="module:zrender/ZRender#modGroup"><a href="module-zrender_ZRender.html#modGroup">modGroup</a></li> <li data-name="module:zrender/ZRender#modLayer"><a href="module-zrender_ZRender.html#modLayer">modLayer</a></li> <li data-name="module:zrender/ZRender#modShape"><a href="module-zrender_ZRender.html#modShape">modShape</a></li> <li data-name="module:zrender/ZRender#on"><a href="module-zrender_ZRender.html#on">on</a></li> <li data-name="module:zrender/ZRender#refresh"><a href="module-zrender_ZRender.html#refresh">refresh</a></li> <li data-name="module:zrender/ZRender#refreshHover"><a href="module-zrender_ZRender.html#refreshHover">refreshHover</a></li> <li data-name="module:zrender/ZRender#refreshNextFrame"><a href="module-zrender_ZRender.html#refreshNextFrame">refreshNextFrame</a></li> <li data-name="module:zrender/ZRender#refreshShapes"><a href="module-zrender_ZRender.html#refreshShapes">refreshShapes</a></li> <li data-name="module:zrender/ZRender#render"><a href="module-zrender_ZRender.html#render">render</a></li> <li data-name="module:zrender/ZRender#resize"><a href="module-zrender_ZRender.html#resize">resize</a></li> <li data-name="module:zrender/ZRender#shapeToImage"><a href="module-zrender_ZRender.html#shapeToImage">shapeToImage</a></li> <li data-name="module:zrender/ZRender#showLoading"><a href="module-zrender_ZRender.html#showLoading">showLoading</a></li> <li data-name="module:zrender/ZRender#stopAnimation"><a href="module-zrender_ZRender.html#stopAnimation">stopAnimation</a></li> <li data-name="module:zrender/ZRender#toDataURL"><a href="module-zrender_ZRender.html#toDataURL">toDataURL</a></li> <li data-name="module:zrender/ZRender#trigger"><a href="module-zrender_ZRender.html#trigger">trigger</a></li> <li data-name="module:zrender/ZRender#un"><a href="module-zrender_ZRender.html#un">un</a></li> </ul> <ul class="events itemMembers"> </ul> </li> </ul> </div> <div class="main"> <h1 class="page-title" data-filename="module-zrender_tool_http.html">Module: zrender/tool/http</h1> <section> <header> <h2> zrender/tool/http </h2> </header> <article> <div class="container-overview"> <dl class="details"> </dl> </div> <h3 class="subsection-title">Type Definitions</h3> <dl> <dt> <div class="nameContainer"> <h4 class="name" id="~IHTTPGetOption"> IHTTPGetOption<span class="type-signature type object">Object</span> </h4> </div> </dt> <dd> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>url</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>onsuccess</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="attributes"> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>onerror</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"></td> </tr> </tbody> </table></dl> </dl> </dd> </dl> </article> </section> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a> on Thu May 28 2015 14:42:44 GMT+0800 (CST) </footer> </div> </div> <script>prettyPrint();</script> <script src="scripts/linenumber.js"></script> <script src="scripts/main.js"></script> </body> </html>
test/memory.html
lkiarest/zrender
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Canvas Test</title> <script type="text/javascript" src="../doc/asset/js/esl/esl.js"></script> <style> html, body, #main { margin: 0; } </style> </head> <body> <div id="main"></div> <script type="text/javascript"> require.config({ packages: [ { name: 'zrender', location: '../src', main: 'zrender' } ] }); require( [ "zrender", "zrender/graphic/shape/Rectangle" ], function(zrender, RectangleShape) { for (var i = 0; i < 200; i++) { var dom = document.createElement('div'); dom.style.width = '700px'; dom.style.height = '400px'; document.getElementById('main').appendChild(dom); var zr = zrender.init(dom, { // renderer: 'svg' }); for (var j = 0; j < 50; j++) { zr.addElement(new RectangleShape({ shape: { x: j * 14, width: 10, height: Math.round(Math.random() * 300) }, style: { // fill: '#02f', fill: '#f20' } })); } } } ) </script> </body> </html>
resources/public/bower_components/ng-table/examples-old/demo32.html
sorlandoiii/dynasty-league
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/bootstrap.min.css"> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="../bower_components/angular/angular.js"></script> <script src="../dist/ng-table.js"></script> <link rel="stylesheet" href="../dist/ng-table.css"> <style> /* original source: http://elvery.net/demo/responsive-tables/ */ @media only screen and (max-width: 800px){ .demo-reponsiveTable table, .demo-reponsiveTable thead, .demo-reponsiveTable tbody, .demo-reponsiveTable th, .demo-reponsiveTable td, .demo-reponsiveTable tr { display: block; } /* Hide table sorting (but not display: none;, for accessibility) */ /* Note: we're hiding the sorting because it looks terrible! Making this pretty is an exercise for the reader*/ .demo-reponsiveTable thead tr:first-child { position: absolute; top: -9999px; left: -9999px; } .demo-reponsiveTable tr { border: 1px solid #ccc; } .demo-reponsiveTable table>tbody>tr>td, .demo-reponsiveTable table>thead>tr>th { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; white-space: normal; text-align: left; } .demo-reponsiveTable table>tbody>tr>td:before, .demo-reponsiveTable table>thead>tr>th:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; /* Label the data */ content: attr(data-title-text); } } </style> </head> <body ng-app="main"> <h1>Responsive table</h1> <p><strong>Resize the the width of browser window to see table switch to <em>'card view'</em></strong></p> <div ng-controller="DemoCtrl" class="demo-reponsiveTable clearfix"> <button class="btn btn-default" ng-click="removeFilters()">Remove filters</button> <button class="btn btn-default" ng-click="addFilters()">Add filters</button> <table ng-table="tableParams" class="table table-bordered table-striped"> <tr ng-repeat="user in $data"> <td title="'Full Name'" title-alt="'Name'" sortable="'name'" filter="filters.name"> {{user.name}} </td> <td title="'Age'" sortable="'age'" filter="filters.age"> {{user.age}} </td> </tr> </table> <script> var app = angular.module('main', ['ngTable']). controller('DemoCtrl', function ($scope, $filter, NgTableParams) { var data = [ {name: "Moroni", age: 50}, {name: "Tiancum", age: 43}, {name: "Jacob", age: 27}, {name: "Nephi", age: 29}, {name: "Enos", age: 34}, {name: "Tiancum", age: 43}, {name: "Jacob", age: 27}, {name: "Nephi", age: 29}, {name: "Enos", age: 34}, {name: "Tiancum", age: 43}, {name: "Jacob", age: 27}, {name: "Nephi", age: 29}, {name: "Enos", age: 34}, {name: "Tiancum", age: 43}, {name: "Jacob", age: 27}, {name: "Nephi", age: 29}, {name: "Enos", age: 34} ]; $scope.data = data; $scope.removeFilters = function(){ $scope.filters = { name: false, age: false }; }; $scope.addFilters = function(){ $scope.filters = { name: { 'name': 'text' }, age: { 'age': 'number' } }; }; $scope.addFilters(); $scope.tableParams = new NgTableParams({ page: 1, // show first page count: 10, // count per page filter: { //name: 'M' // initial filter }, sorting: { //name: 'asc' // initial sorting } }, { filterOptions: { filterDelay: 0 }, total: data.length, // length of data getData: function ($defer, params) { // use built-in angular filter var filteredData = params.filter() ? $filter('filter')(data, params.filter()) : data; var orderedData = params.sorting() ? $filter('orderBy')(filteredData, params.orderBy()) : data; params.total(orderedData.length); // set total for recalc pagination $defer.resolve(orderedData.slice((params.page() - 1) * params.count(), params.page() * params.count())); } }); }) </script> </div> </body> </html>
wp-content/plugins/wp-uber-menu/styles/skins/greywhite.css
level09/wp34
#megaMenu ul.megaMenu{ background-color:#222; border:1px solid #222; } #megaMenu ul.megaMenu > li > a{ font-size:12px; color:#d9d9d9; text-shadow:none; font-weight:bold; text-transform:uppercase; text-shadow:0px 1px 1px #000; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a{ background-color:#111; color:#fff; text-shadow:0px 1px 1px #000; } #megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li.megaHover > a{ border-color:transparent; } #megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu{ border-color:#000; color:#777; text-shadow:0px 1px 1px #fff; } #megaMenu ul.megaMenu > li.ss-nav-menu-mega:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub:hover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-mega.megaHover > a, #megaMenu ul.megaMenu > li.ss-nav-menu-reg.mega-with-sub.megaHover > a{ border-bottom-color:#000; } #megaMenu.megaMenuHorizontal ul ul.sub-menu-1{ top:100% !important; } #megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.ss-nav-menu-reg ul.sub-menu{ background-color:#e9e9e9; } #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a{ color:#444; font-size:12px; text-shadow:0px 1px 1px #fff; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a, #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, .wpmega-widgetarea h2.widgettitle{ color:#222; font-size:12px; font-weight:bold; text-shadow:0px 1px 1px #fff; text-transform:uppercase; } #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a{ /*background-color:#222; color:#fff; text-shadow:0px 1px 1px #000;*/ color:#000; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li.ss-nav-menu-highlight > a, #megaMenu ul li.ss-nav-menu-reg ul.sub-menu li.ss-nav-menu-highlight > a{ color:#8f0000; } .ss-nav-menu-with-img .wpmega-link-title, .ss-nav-menu-with-img .wpmega-link-description{ /*padding-left:20px;*/ } .ss-nav-menu-with-img{ min-height:20px; } #megaMenu ul.megaMenu > li.ss-nav-menu-reg ul.sub-menu > li > ul.sub-menu{ top:-1px; border-left-color:#e9e9e9; } .wpmega-item-description{ font-size:9px; } #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li ul.wpmega-postlist img { background:#fff; border:1px solid #ddd; float:left; padding:4px; } /* IE7 Hacks */ #megaMenu.megaMenuHorizontal ul.megaMenu{ *border-bottom:none; } #megaMenu.megaMenuVertical ul.megaMenu{ *border-right:none; } /* Top Level Searchbar */ #megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="text"]{ background:#d9d9d9; color:#444; text-shadow:0px 1px 1px #fff; } #megaMenu > ul.megaMenu > li > .wpmega-widgetarea > ul > li > form#searchform input[type="submit"]{ background-color:#aaa; border-color:#000; }
tests/wpt/web-platform-tests/css/css-text-3/i18n/reference/css3-text-line-break-opclns-258-ref.html
shinglyu/servo
<!DOCTYPE html> <html lang="en" > <head> <meta charset="utf-8"/> <title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO </title> <link rel='author' title='Richard Ishida' href='mailto:[email protected]'> <meta name='flags' content='font'> <style type='text/css'> @font-face { font-family: 'mplus-1p-regular'; src: url('support/mplus-1p-regular.woff') format('woff'); /* filesize: 803K */ } .test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } </style> </head> <body> <p class="instructions">Test passes if the two orange boxes are identical.</p> <div class='ref'>かか<br />か&#x3087;な</div> <div class='ref'>かか<br />か&#x3087;な</div> </body> </html>
docs/libc/unix/notbsd/linux/other/LC_PAPER.v.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.LC_PAPER.html"> </head> <body> <p>Redirecting to <a href="constant.LC_PAPER.html">constant.LC_PAPER.html</a>...</p> <script>location.replace("constant.LC_PAPER.html" + location.search + location.hash);</script> </body> </html>
tests/wpt/web-platform-tests/css/css-values/support/vh_not_refreshing_on_chrome_iframe.html
anthgur/servo
<!DOCTYPE html> <html> <!-- Submitted from TestTWF Paris --> <head> <title>CSS Values and Units Test: vh-based dimension doesn't change when the element other dimension doesn't change.</title> <style type="text/css"> * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } /* the first test box has its vertical dimension is set to some vh units */ #testBoxWithVhOnly { background: #F00; width: 60px; height: 20vh; float: left; } /* the second test box, with fixed height */ #testBoxNotGrownHorizontallyByJS { background: #F0F; width: 20vh; height: 60px; float: left; } /* third box, changed by using CSS transition */ #testBoxWithTransition { background: #FF0; width: 20vh; height: 40px; float: left; transition-property: width, height; transition-duration: 0.3s; transition-delay: 0; } /* the reference box, growing in both directions (height by js, width by vh unit */ #referenceBoxGrownHorizontallyByJS { background: #0F0; width: 20vh; height: 40px; float: left; } p { clear: both; margin: 10px 0; } </style> </head> <body> <p> All boxes should end up the same size. The green box is the reference one. </p> <div id="testBoxWithVhOnly"></div> <div id="testBoxNotGrownHorizontallyByJS"></div> <div id="testBoxWithTransition"></div> <div id="referenceBoxGrownHorizontallyByJS"></div> <script type="text/javascript"> 'use strict'; // In case this file was opened by mistake, redirects to proper test if (window.top.location.href === document.location.href) { window.top.location.href = "vh_not_refreshing_on_chrome.html"; } function setDimension(id, dimension, value) { var element = document.getElementById(id); element.style[dimension] = value + "px"; } function animate() { var viewportHeight = document.documentElement.clientHeight; var sizeH = 20; var referenceDimension = Math.round(sizeH * viewportHeight / 100); setDimension('referenceBoxGrownHorizontallyByJS', 'height', referenceDimension); if (referenceDimension < 60) { setTimeout(animate, 20); } else { parent.postMessage('referenceBoxGrownHorizontallyByJS', '*'); } } setTimeout(animate, 20); addEventListener('transitionend', function() { parent.postMessage('testBoxWithTransition', '*'); }, false); var transitionedTestBoxStyle = document.getElementById('testBoxWithTransition').style; transitionedTestBoxStyle.height = "60px"; </script> </body> </html>
supporting-layer/descriptive-analytics/src/assets/lib/fullcalendar/demos/default.html
ubiquitous-computing-lab/Mining-Minds
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <link href='../fullcalendar.css' rel='stylesheet' /> <link href='../fullcalendar.print.css' rel='stylesheet' media='print' /> <script src='../lib/moment.min.js'></script> <script src='../lib/jquery.min.js'></script> <script src='../lib/jquery-ui.custom.min.js'></script> <script src='../fullcalendar.min.js'></script> <script> $(document).ready(function() { $('#calendar').fullCalendar({ defaultDate: '2014-06-12', editable: true, events: [ { title: 'All Day Event', start: '2014-06-01' }, { title: 'Long Event', start: '2014-06-07', end: '2014-06-10' }, { id: 999, title: 'Repeating Event', start: '2014-06-09T16:00:00' }, { id: 999, title: 'Repeating Event', start: '2014-06-16T16:00:00' }, { title: 'Meeting', start: '2014-06-12T10:30:00', end: '2014-06-12T12:30:00' }, { title: 'Lunch', start: '2014-06-12T12:00:00' }, { title: 'Birthday Party', start: '2014-06-13T07:00:00' }, { title: 'Click for Google', url: 'http://google.com/', start: '2014-06-28' } ] }); }); </script> <style> body { margin: 0; padding: 0; font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; font-size: 14px; } #calendar { width: 900px; margin: 40px auto; } </style> </head> <body> <div id='calendar'></div> </body> </html>
third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/flex-legend-float-abspos.html
scheib/chromium
<!doctype html> <title> legend and float and position: absolute/fixed when the display type of the fieldset is flex. </title> <script src=/resources/testharness.js></script> <script src=/resources/testharnessreport.js></script> <style> body { margin: 0; } fieldset { border: 10px solid; display: flex; margin: 0; padding: 20px; width: 300px; } legend { height: 10px; } #legend1 { float: left; } #legend2 { float: right; } #legend3 { position: absolute; } #legend4 { position: fixed; } </style> <fieldset id=fieldset> <div>div</div> <legend id=legend1>legend1</legend> <legend id=legend2>legend2</legend> <legend id=legend3>legend3</legend> <legend id=legend4>legend4</legend> <legend id=legend5>legend5</legend> </fieldset> <script> const fieldset = document.getElementById('fieldset'); const legends = document.getElementsByTagName('legend'); const [legend1, legend2, legend3, legend4, legend5] = legends; const expectedTop = 0; const expectedLeft = 10 + 20; function assert_rendered_legend(legend) { assert_equals(legend.offsetTop, expectedTop, `${legend.id}.offsetTop`); assert_equals(legend.offsetLeft, expectedLeft, `${legend.id}.offsetLeft`); for (const other of legends) { if (other === legend) { continue; } if (other.offsetTop === expectedTop && other.offsetLeft === expectedLeft) { assert_unreached(`${other.id} should not be the "rendered legend"`); } } } test(t => { assert_rendered_legend(legend5); }, 'no dynamic changes'); test(t => { const legend = document.createElement('legend'); t.add_cleanup(() => { legend.remove(); }); legend.id = 'script-inserted'; legend.textContent = 'script-inserted legend'; fieldset.insertBefore(legend, legend1); assert_rendered_legend(legend); legend.remove(); assert_rendered_legend(legend5); }, 'inserting a new legend and removing it again'); test(t => { t.add_cleanup(() => { legend1.id = 'legend1'; legend2.id = 'legend2'; }); legend2.id = ''; assert_rendered_legend(legend2); legend1.id = ''; assert_rendered_legend(legend1); legend1.id = 'legend1'; assert_rendered_legend(legend2); legend2.id = 'legend2'; assert_rendered_legend(legend5); }, 'dynamic changes to float'); test(t => { t.add_cleanup(() => { legend3.id = 'legend3'; legend4.id = 'legend4'; }); legend4.id = ''; assert_rendered_legend(legend4); legend3.id = ''; assert_rendered_legend(legend3); legend3.id = 'legend3'; assert_rendered_legend(legend4); legend4.id = 'legend4'; assert_rendered_legend(legend5); }, 'dynamic changes to position'); </script>
_octopress/source/functions/array_intersect_key/_comments.html
cigraphics/phpjs
<!-- Generated by Rakefile:build --> <strong> TeMc </strong> on 2012-04-06 21:31:15 <br /> @Jean Marie: 1) Maybe it should be limited to arrays, like PHP does 2) No, because the purpose of this website is to re-create php functions in javascript. Feature requests are not accepted here by design. <hr /> <strong> <a href="http://brett-zamir.me" rel="nofollow">Brett Zamir</a> </strong> on 2009-08-11 19:43:20 <br /> Sorry again, but my reply is mistaken as well. And it will all really depend on whether you are trying to build a return array which returns all of the keys shared across arrays based on the first one, and those subkeys which are shared as well, or if you want to ensure that those whose keys match across all arrays must also, if they are objects, have subkeys which are also contained across all arrays (or otherwise not include them)... <hr /> <strong> <a href="http://brett-zamir.me" rel="nofollow">Brett Zamir</a> </strong> on 2009-08-11 19:23:18 <br /> Sorry, I realized the long 'if' should be changed to this to account for null values: <pre><code>if (i === arguments.length-1 &amp;&amp; (typeof arr1[k1] !== 'object' || typeof arr1[k1] === null || ct(arr[k]) === ct( this.array_intersect_key_recursive.apply(this, tempArr)))) {</code></pre> <hr /> <strong> <a href="http://brett-zamir.me" rel="nofollow">Brett Zamir</a> </strong> on 2009-08-11 19:04:33 <br /> @Jean Marie: Glad to hear it fit your needs... Since there is otherwise no reasonable way for us to represent associative arrays in JavaScript, the PHP.JS project generally considers objects to be as arrays. As far as your question, I am guessing you want to ensure that only those keys are returned where there is a perfect match, including any subkeys? Here is a recursive version that seems to work for this: <pre><code>var_dump( array_intersect_key_recursive({a:3, b:{c:5, d:5}, q:{r:5}}, {a:'z', c:'y', b:{c:6, d:8}, q:{s:5}}) ); function array_intersect_key_recursive () { var arr1 = arguments[0], retArr = {}; var k1 = '', arr = {}, i = 0, k = ''; var ct = function (obj) { var c = 0; for (var p in obj) { c++; } return c; }; arr1keys: for (k1 in arr1) { var tempArr = [arr1[k1]]; arrs: for (i=1; i &lt; arguments.length; i++) { arr = arguments[i]; for (k in arr) { if (k === k1) { tempArr.push(arr[k]); if (i === arguments.length-1 &amp;&amp; (typeof arr1[k1] !== 'object' || ct(arr[k]) === ct( this.array_intersect_key_recursive.apply(this, tempArr)))) { retArr[k1] = arr1[k1]; } // If the innermost loop always leads at least once to an equal value, continue the loop until done continue arrs; } } // If it reaches here, it wasn't found in at least one array, so try next value continue arr1keys; } } return retArr; }</code></pre> <hr /> <strong> Jean Marie </strong> on 2009-08-11 11:28:37 <br /> Hi, nice function i was looking for. Thanks! Two points to mention: 1) You're not handling arrays! It should be named object_intersect_key(). 2) Is it possible to get this working in recursive. Best regards Jean Marie <hr />
www/vendor/angular/docs/examples/example-example92/index.html
abique/scissy
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example92</title> <script src="../../../angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="eventExampleApp"> <div ng-controller="EventController"> <button ng-click="clickMe($event)">Event</button> <p><code>$event</code>: <pre> {{$event | json}}</pre></p> <p><code>clickEvent</code>: <pre>{{clickEvent | json}}</pre></p> </div> </body> </html>
web/core/themes/stable/css/system/components/progress.module.css
JeramyK/training
/** * @file * Progress behavior. * * @see progress.js */ .progress { position: relative; } .progress__track { background-color: #fff; border: 1px solid; margin-top: 5px; max-width: 100%; min-width: 100px; height: 16px; } .progress__bar { background-color: #000; height: 1.5em; width: 3%; min-width: 3%; max-width: 100%; } .progress__description, .progress__percentage { color: #555; overflow: hidden; font-size: .875em; margin-top: 0.2em; } .progress__description { float: left; /* LTR */ } [dir="rtl"] .progress__description { float: right; } .progress__percentage { float: right; /* LTR */ } [dir="rtl"] .progress__percentage { float: left; } .progress--small .progress__track { height: 7px; } .progress--small .progress__bar { height: 7px; background-size: 20px 20px; }
v2/docs/Phaser.LoaderParser.html
clark-stevenson/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: LoaderParser</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.AbstractFilter.html">AbstractFilter</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.EarCut.html">EarCut</a> </li> <li class="class-depth-1"> <a href="PIXI.Event.html">Event</a> </li> <li class="class-depth-1"> <a href="PIXI.EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="PIXI.GraphicsData.html">GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-2"> <a href="PIXI.PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.Strip.html">Strip</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.TilingSprite.html">TilingSprite</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <!--<h1 class="page-title">Class: LoaderParser</h1>--> <section> <header> <h2> <span class="ancestors"><a href="Phaser.html">Phaser</a>.</span> LoaderParser </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name " id="LoaderParser"><span class="type-signature"></span>new LoaderParser<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Phaser.LoaderParser parses data objects from Phaser.Loader that need more preparation before they can be inserted into the Cache.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_loader_LoaderParser.js.html">loader/LoaderParser.js</a>, <a href="src_loader_LoaderParser.js.html#sunlight-1-line-12">line 12</a> </dt> </dl> </dd> </div> <h3 class="subsection-title">Methods</h3> <dl> <dt> <h4 class="name " id=".bitmapFont"><span class="type-signature">&lt;static> </span>bitmapFont<span class="signature">(xml, baseTexture, <span class="optional">xSpacing</span>, <span class="optional">ySpacing</span>)</span><span class="type-signature"> &rarr; {object}</span></h4> </dt> <dd> <div class="description"> <p>Alias for xmlBitmapFont, for backwards compatibility.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>xml</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>XML data you want to parse.</p></td> </tr> <tr> <td class="name"><code>baseTexture</code></td> <td class="type"> <span class="param-type"><a href="PIXI.BaseTexture.html">PIXI.BaseTexture</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The BaseTexture this font uses.</p></td> </tr> <tr> <td class="name"><code>xSpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Additional horizontal spacing between the characters.</p></td> </tr> <tr> <td class="name"><code>ySpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Additional vertical spacing between the characters.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">object</span> - </div> <div class="returns-desc param-desc"> <p>The parsed Bitmap Font data.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_loader_LoaderParser.js.html">loader/LoaderParser.js</a>, <a href="src_loader_LoaderParser.js.html#sunlight-1-line-14">line 14</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".jsonBitmapFont"><span class="type-signature">&lt;static> </span>jsonBitmapFont<span class="signature">(json, baseTexture, <span class="optional">xSpacing</span>, <span class="optional">ySpacing</span>)</span><span class="type-signature"> &rarr; {object}</span></h4> </dt> <dd> <div class="description"> <p>Parse a Bitmap Font from a JSON file.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>json</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>JSON data you want to parse.</p></td> </tr> <tr> <td class="name"><code>baseTexture</code></td> <td class="type"> <span class="param-type"><a href="PIXI.BaseTexture.html">PIXI.BaseTexture</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The BaseTexture this font uses.</p></td> </tr> <tr> <td class="name"><code>xSpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Additional horizontal spacing between the characters.</p></td> </tr> <tr> <td class="name"><code>ySpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Additional vertical spacing between the characters.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">object</span> - </div> <div class="returns-desc param-desc"> <p>The parsed Bitmap Font data.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_loader_LoaderParser.js.html">loader/LoaderParser.js</a>, <a href="src_loader_LoaderParser.js.html#sunlight-1-line-84">line 84</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".xmlBitmapFont"><span class="type-signature">&lt;static> </span>xmlBitmapFont<span class="signature">(xml, baseTexture, <span class="optional">xSpacing</span>, <span class="optional">ySpacing</span>)</span><span class="type-signature"> &rarr; {object}</span></h4> </dt> <dd> <div class="description"> <p>Parse a Bitmap Font from an XML file.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>xml</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>XML data you want to parse.</p></td> </tr> <tr> <td class="name"><code>baseTexture</code></td> <td class="type"> <span class="param-type"><a href="PIXI.BaseTexture.html">PIXI.BaseTexture</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The BaseTexture this font uses.</p></td> </tr> <tr> <td class="name"><code>xSpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Additional horizontal spacing between the characters.</p></td> </tr> <tr> <td class="name"><code>ySpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>Additional vertical spacing between the characters.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">object</span> - </div> <div class="returns-desc param-desc"> <p>The parsed Bitmap Font data.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_loader_LoaderParser.js.html">loader/LoaderParser.js</a>, <a href="src_loader_LoaderParser.js.html#sunlight-1-line-30">line 30</a> </dt> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Fri Aug 26 2016 01:16:14 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
v2/docs/src_animation_Animation.js.html
clark-stevenson/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/animation/Animation.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.AbstractFilter.html">AbstractFilter</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.EarCut.html">EarCut</a> </li> <li class="class-depth-1"> <a href="PIXI.Event.html">Event</a> </li> <li class="class-depth-1"> <a href="PIXI.EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="PIXI.GraphicsData.html">GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-2"> <a href="PIXI.PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.Strip.html">Strip</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.TilingSprite.html">TilingSprite</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/animation/Animation.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Richard Davey &lt;[email protected]> * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * An Animation instance contains a single animation and the controls to play it. * * It is created by the AnimationManager, consists of Animation.Frame objects and belongs to a single Game Object such as a Sprite. * * @class Phaser.Animation * @constructor * @param {Phaser.Game} game - A reference to the currently running game. * @param {Phaser.Sprite} parent - A reference to the owner of this Animation. * @param {string} name - The unique name for this animation, used in playback commands. * @param {Phaser.FrameData} frameData - The FrameData object that contains all frames used by this Animation. * @param {number[]|string[]} frames - An array of numbers or strings indicating which frames to play in which order. * @param {number} [frameRate=60] - The speed at which the animation should play. The speed is given in frames per second. * @param {boolean} [loop=false] - Whether or not the animation is looped or just plays once. */ Phaser.Animation = function (game, parent, name, frameData, frames, frameRate, loop) { if (loop === undefined) { loop = false; } /** * @property {Phaser.Game} game - A reference to the currently running Game. */ this.game = game; /** * @property {Phaser.Sprite} _parent - A reference to the parent Sprite that owns this Animation. * @private */ this._parent = parent; /** * @property {Phaser.FrameData} _frameData - The FrameData the Animation uses. * @private */ this._frameData = frameData; /** * @property {string} name - The user defined name given to this Animation. */ this.name = name; /** * @property {array} _frames * @private */ this._frames = []; this._frames = this._frames.concat(frames); /** * @property {number} delay - The delay in ms between each frame of the Animation, based on the given frameRate. */ this.delay = 1000 / frameRate; /** * @property {boolean} loop - The loop state of the Animation. */ this.loop = loop; /** * @property {number} loopCount - The number of times the animation has looped since it was last started. */ this.loopCount = 0; /** * @property {boolean} killOnComplete - Should the parent of this Animation be killed when the animation completes? * @default */ this.killOnComplete = false; /** * @property {boolean} isFinished - The finished state of the Animation. Set to true once playback completes, false during playback. * @default */ this.isFinished = false; /** * @property {boolean} isPlaying - The playing state of the Animation. Set to false once playback completes, true during playback. * @default */ this.isPlaying = false; /** * @property {boolean} isPaused - The paused state of the Animation. * @default */ this.isPaused = false; /** * @property {boolean} _pauseStartTime - The time the animation paused. * @private * @default */ this._pauseStartTime = 0; /** * @property {number} _frameIndex * @private * @default */ this._frameIndex = 0; /** * @property {number} _frameDiff * @private * @default */ this._frameDiff = 0; /** * @property {number} _frameSkip * @private * @default */ this._frameSkip = 1; /** * @property {Phaser.Frame} currentFrame - The currently displayed frame of the Animation. */ this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]); /** * @property {Phaser.Signal} onStart - This event is dispatched when this Animation starts playback. */ this.onStart = new Phaser.Signal(); /** * This event is dispatched when the Animation changes frame. * By default this event is disabled due to its intensive nature. Enable it with: `Animation.enableUpdate = true`. * Note that the event is only dispatched with the current frame. In a low-FPS environment Animations * will automatically frame-skip to try and claw back time, so do not base your code on expecting to * receive a perfectly sequential set of frames from this event. * @property {Phaser.Signal|null} onUpdate * @default */ this.onUpdate = null; /** * @property {Phaser.Signal} onComplete - This event is dispatched when this Animation completes playback. If the animation is set to loop this is never fired, listen for onLoop instead. */ this.onComplete = new Phaser.Signal(); /** * @property {Phaser.Signal} onLoop - This event is dispatched when this Animation loops. */ this.onLoop = new Phaser.Signal(); /** * @property {boolean} isReversed - Indicates if the animation will play backwards. * @default */ this.isReversed = false; // Set-up some event listeners this.game.onPause.add(this.onPause, this); this.game.onResume.add(this.onResume, this); }; Phaser.Animation.prototype = { /** * Plays this animation. * * @method Phaser.Animation#play * @param {number} [frameRate=null] - The framerate to play the animation at. The speed is given in frames per second. If not provided the previously set frameRate of the Animation is used. * @param {boolean} [loop=false] - Should the animation be looped after playback. If not provided the previously set loop value of the Animation is used. * @param {boolean} [killOnComplete=false] - If set to true when the animation completes (only happens if loop=false) the parent Sprite will be killed. * @return {Phaser.Animation} - A reference to this Animation instance. */ play: function (frameRate, loop, killOnComplete) { if (typeof frameRate === 'number') { // If they set a new frame rate then use it, otherwise use the one set on creation this.delay = 1000 / frameRate; } if (typeof loop === 'boolean') { // If they set a new loop value then use it, otherwise use the one set on creation this.loop = loop; } if (typeof killOnComplete !== 'undefined') { // Remove the parent sprite once the animation has finished? this.killOnComplete = killOnComplete; } this.isPlaying = true; this.isFinished = false; this.paused = false; this.loopCount = 0; this._timeLastFrame = this.game.time.time; this._timeNextFrame = this.game.time.time + this.delay; this._frameIndex = this.isReversed ? this._frames.length - 1 : 0; this.updateCurrentFrame(false, true); this._parent.events.onAnimationStart$dispatch(this._parent, this); this.onStart.dispatch(this._parent, this); this._parent.animations.currentAnim = this; this._parent.animations.currentFrame = this.currentFrame; return this; }, /** * Sets this animation back to the first frame and restarts the animation. * * @method Phaser.Animation#restart */ restart: function () { this.isPlaying = true; this.isFinished = false; this.paused = false; this.loopCount = 0; this._timeLastFrame = this.game.time.time; this._timeNextFrame = this.game.time.time + this.delay; this._frameIndex = 0; this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]); this._parent.setFrame(this.currentFrame); this._parent.animations.currentAnim = this; this._parent.animations.currentFrame = this.currentFrame; this.onStart.dispatch(this._parent, this); }, /** * Reverses the animation direction. * * @method Phaser.Animation#reverse * @return {Phaser.Animation} The animation instance. */ reverse: function () { this.reversed = !this.reversed; return this; }, /** * Reverses the animation direction for the current/next animation only * Once the onComplete event is called this method will be called again and revert * the reversed state. * * @method Phaser.Animation#reverseOnce * @return {Phaser.Animation} The animation instance. */ reverseOnce: function () { this.onComplete.addOnce(this.reverse, this); return this.reverse(); }, /** * Sets this animations playback to a given frame with the given ID. * * @method Phaser.Animation#setFrame * @param {string|number} [frameId] - The identifier of the frame to set. Can be the name of the frame, the sprite index of the frame, or the animation-local frame index. * @param {boolean} [useLocalFrameIndex=false] - If you provide a number for frameId, should it use the numeric indexes of the frameData, or the 0-indexed frame index local to the animation. */ setFrame: function(frameId, useLocalFrameIndex) { var frameIndex; if (useLocalFrameIndex === undefined) { useLocalFrameIndex = false; } // Find the index to the desired frame. if (typeof frameId === "string") { for (var i = 0; i &lt; this._frames.length; i++) { if (this._frameData.getFrame(this._frames[i]).name === frameId) { frameIndex = i; } } } else if (typeof frameId === "number") { if (useLocalFrameIndex) { frameIndex = frameId; } else { for (var i = 0; i &lt; this._frames.length; i++) { if (this._frames[i] === frameId) { frameIndex = i; } } } } if (frameIndex) { // Set the current frame index to the found index. Subtract 1 so that it animates to the desired frame on update. this._frameIndex = frameIndex - 1; // Make the animation update at next update this._timeNextFrame = this.game.time.time; this.update(); } }, /** * Stops playback of this animation and set it to a finished state. If a resetFrame is provided it will stop playback and set frame to the first in the animation. * If `dispatchComplete` is true it will dispatch the complete events, otherwise they'll be ignored. * * @method Phaser.Animation#stop * @param {boolean} [resetFrame=false] - If true after the animation stops the currentFrame value will be set to the first frame in this animation. * @param {boolean} [dispatchComplete=false] - Dispatch the Animation.onComplete and parent.onAnimationComplete events? */ stop: function (resetFrame, dispatchComplete) { if (resetFrame === undefined) { resetFrame = false; } if (dispatchComplete === undefined) { dispatchComplete = false; } this.isPlaying = false; this.isFinished = true; this.paused = false; if (resetFrame) { this.currentFrame = this._frameData.getFrame(this._frames[0]); this._parent.setFrame(this.currentFrame); } if (dispatchComplete) { this._parent.events.onAnimationComplete$dispatch(this._parent, this); this.onComplete.dispatch(this._parent, this); } }, /** * Called when the Game enters a paused state. * * @method Phaser.Animation#onPause */ onPause: function () { if (this.isPlaying) { this._frameDiff = this._timeNextFrame - this.game.time.time; } }, /** * Called when the Game resumes from a paused state. * * @method Phaser.Animation#onResume */ onResume: function () { if (this.isPlaying) { this._timeNextFrame = this.game.time.time + this._frameDiff; } }, /** * Updates this animation. Called automatically by the AnimationManager. * * @method Phaser.Animation#update */ update: function () { if (this.isPaused) { return false; } if (this.isPlaying &amp;&amp; this.game.time.time >= this._timeNextFrame) { this._frameSkip = 1; // Lagging? this._frameDiff = this.game.time.time - this._timeNextFrame; this._timeLastFrame = this.game.time.time; if (this._frameDiff > this.delay) { // We need to skip a frame, work out how many this._frameSkip = Math.floor(this._frameDiff / this.delay); this._frameDiff -= (this._frameSkip * this.delay); } // And what's left now? this._timeNextFrame = this.game.time.time + (this.delay - this._frameDiff); if (this.isReversed) { this._frameIndex -= this._frameSkip; } else { this._frameIndex += this._frameSkip; } if (!this.isReversed &amp;&amp; this._frameIndex >= this._frames.length || this.isReversed &amp;&amp; this._frameIndex &lt;= -1) { if (this.loop) { // Update current state before event callback this._frameIndex = Math.abs(this._frameIndex) % this._frames.length; if (this.isReversed) { this._frameIndex = this._frames.length - 1 - this._frameIndex; } this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]); // Instead of calling updateCurrentFrame we do it here instead if (this.currentFrame) { this._parent.setFrame(this.currentFrame); } this.loopCount++; this._parent.events.onAnimationLoop$dispatch(this._parent, this); this.onLoop.dispatch(this._parent, this); if (this.onUpdate) { this.onUpdate.dispatch(this, this.currentFrame); // False if the animation was destroyed from within a callback return !!this._frameData; } else { return true; } } else { this.complete(); return false; } } else { return this.updateCurrentFrame(true); } } return false; }, /** * Changes the currentFrame per the _frameIndex, updates the display state, * and triggers the update signal. * * Returns true if the current frame update was 'successful', false otherwise. * * @method Phaser.Animation#updateCurrentFrame * @private * @param {boolean} signalUpdate - If true the `Animation.onUpdate` signal will be dispatched. * @param {boolean} fromPlay - Was this call made from the playing of a new animation? * @return {boolean} True if the current frame was updated, otherwise false. */ updateCurrentFrame: function (signalUpdate, fromPlay) { if (fromPlay === undefined) { fromPlay = false; } if (!this._frameData) { // The animation is already destroyed, probably from a callback return false; } // Previous index var idx = this.currentFrame.index; this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]); if (this.currentFrame &amp;&amp; (fromPlay || (!fromPlay &amp;&amp; idx !== this.currentFrame.index))) { this._parent.setFrame(this.currentFrame); } if (this.onUpdate &amp;&amp; signalUpdate) { this.onUpdate.dispatch(this, this.currentFrame); // False if the animation was destroyed from within a callback return !!this._frameData; } else { return true; } }, /** * Advances by the given number of frames in the Animation, taking the loop value into consideration. * * @method Phaser.Animation#next * @param {number} [quantity=1] - The number of frames to advance. */ next: function (quantity) { if (quantity === undefined) { quantity = 1; } var frame = this._frameIndex + quantity; if (frame >= this._frames.length) { if (this.loop) { frame %= this._frames.length; } else { frame = this._frames.length - 1; } } if (frame !== this._frameIndex) { this._frameIndex = frame; this.updateCurrentFrame(true); } }, /** * Moves backwards the given number of frames in the Animation, taking the loop value into consideration. * * @method Phaser.Animation#previous * @param {number} [quantity=1] - The number of frames to move back. */ previous: function (quantity) { if (quantity === undefined) { quantity = 1; } var frame = this._frameIndex - quantity; if (frame &lt; 0) { if (this.loop) { frame = this._frames.length + frame; } else { frame++; } } if (frame !== this._frameIndex) { this._frameIndex = frame; this.updateCurrentFrame(true); } }, /** * Changes the FrameData object this Animation is using. * * @method Phaser.Animation#updateFrameData * @param {Phaser.FrameData} frameData - The FrameData object that contains all frames used by this Animation. */ updateFrameData: function (frameData) { this._frameData = frameData; this.currentFrame = this._frameData ? this._frameData.getFrame(this._frames[this._frameIndex % this._frames.length]) : null; }, /** * Cleans up this animation ready for deletion. Nulls all values and references. * * @method Phaser.Animation#destroy */ destroy: function () { if (!this._frameData) { // Already destroyed return; } this.game.onPause.remove(this.onPause, this); this.game.onResume.remove(this.onResume, this); this.game = null; this._parent = null; this._frames = null; this._frameData = null; this.currentFrame = null; this.isPlaying = false; this.onStart.dispose(); this.onLoop.dispose(); this.onComplete.dispose(); if (this.onUpdate) { this.onUpdate.dispose(); } }, /** * Called internally when the animation finishes playback. * Sets the isPlaying and isFinished states and dispatches the onAnimationComplete event if it exists on the parent and local onComplete event. * * @method Phaser.Animation#complete */ complete: function () { this._frameIndex = this._frames.length - 1; this.currentFrame = this._frameData.getFrame(this._frames[this._frameIndex]); this.isPlaying = false; this.isFinished = true; this.paused = false; this._parent.events.onAnimationComplete$dispatch(this._parent, this); this.onComplete.dispatch(this._parent, this); if (this.killOnComplete) { this._parent.kill(); } } }; Phaser.Animation.prototype.constructor = Phaser.Animation; /** * @name Phaser.Animation#paused * @property {boolean} paused - Gets and sets the paused state of this Animation. */ Object.defineProperty(Phaser.Animation.prototype, 'paused', { get: function () { return this.isPaused; }, set: function (value) { this.isPaused = value; if (value) { // Paused this._pauseStartTime = this.game.time.time; } else { // Un-paused if (this.isPlaying) { this._timeNextFrame = this.game.time.time + this.delay; } } } }); /** * @name Phaser.Animation#reversed * @property {boolean} reversed - Gets and sets the isReversed state of this Animation. */ Object.defineProperty(Phaser.Animation.prototype, 'reversed', { get: function () { return this.isReversed; }, set: function (value) { this.isReversed = value; } }); /** * @name Phaser.Animation#frameTotal * @property {number} frameTotal - The total number of frames in the currently loaded FrameData, or -1 if no FrameData is loaded. * @readonly */ Object.defineProperty(Phaser.Animation.prototype, 'frameTotal', { get: function () { return this._frames.length; } }); /** * @name Phaser.Animation#frame * @property {number} frame - Gets or sets the current frame index and updates the Texture Cache for display. */ Object.defineProperty(Phaser.Animation.prototype, 'frame', { get: function () { if (this.currentFrame !== null) { return this.currentFrame.index; } else { return this._frameIndex; } }, set: function (value) { this.currentFrame = this._frameData.getFrame(this._frames[value]); if (this.currentFrame !== null) { this._frameIndex = value; this._parent.setFrame(this.currentFrame); if (this.onUpdate) { this.onUpdate.dispatch(this, this.currentFrame); } } } }); /** * @name Phaser.Animation#speed * @property {number} speed - Gets or sets the current speed of the animation in frames per second. Changing this in a playing animation will take effect from the next frame. Value must be greater than 0. */ Object.defineProperty(Phaser.Animation.prototype, 'speed', { get: function () { return 1000 / this.delay; }, set: function (value) { if (value > 0) { this.delay = 1000 / value; } } }); /** * @name Phaser.Animation#enableUpdate * @property {boolean} enableUpdate - Gets or sets if this animation will dispatch the onUpdate events upon changing frame. */ Object.defineProperty(Phaser.Animation.prototype, 'enableUpdate', { get: function () { return (this.onUpdate !== null); }, set: function (value) { if (value &amp;&amp; this.onUpdate === null) { this.onUpdate = new Phaser.Signal(); } else if (!value &amp;&amp; this.onUpdate !== null) { this.onUpdate.dispose(); this.onUpdate = null; } } }); /** * Really handy function for when you are creating arrays of animation data but it's using frame names and not numbers. * For example imagine you've got 30 frames named: 'explosion_0001-large' to 'explosion_0030-large' * You could use this function to generate those by doing: Phaser.Animation.generateFrameNames('explosion_', 1, 30, '-large', 4); * * @method Phaser.Animation.generateFrameNames * @static * @param {string} prefix - The start of the filename. If the filename was 'explosion_0001-large' the prefix would be 'explosion_'. * @param {number} start - The number to start sequentially counting from. If your frames are named 'explosion_0001' to 'explosion_0034' the start is 1. * @param {number} stop - The number to count to. If your frames are named 'explosion_0001' to 'explosion_0034' the stop value is 34. * @param {string} [suffix=''] - The end of the filename. If the filename was 'explosion_0001-large' the prefix would be '-large'. * @param {number} [zeroPad=0] - The number of zeros to pad the min and max values with. If your frames are named 'explosion_0001' to 'explosion_0034' then the zeroPad is 4. * @return {string[]} An array of framenames. */ Phaser.Animation.generateFrameNames = function (prefix, start, stop, suffix, zeroPad) { if (suffix === undefined) { suffix = ''; } var output = []; var frame = ''; if (start &lt; stop) { for (var i = start; i &lt;= stop; i++) { if (typeof zeroPad === 'number') { // str, len, pad, dir frame = Phaser.Utils.pad(i.toString(), zeroPad, '0', 1); } else { frame = i.toString(); } frame = prefix + frame + suffix; output.push(frame); } } else { for (var i = start; i >= stop; i--) { if (typeof zeroPad === 'number') { // str, len, pad, dir frame = Phaser.Utils.pad(i.toString(), zeroPad, '0', 1); } else { frame = i.toString(); } frame = prefix + frame + suffix; output.push(frame); } } return output; }; </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Fri Aug 26 2016 01:16:09 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
dep/RakNet/Help/Doxygen/html/structRakNet_1_1Clans__GrantLeader-members.html
JayStilla/AIEComplexSystems
<!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>RakNet: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">RakNet &#160;<span id="projectnumber">4.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.2 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceRakNet.html">RakNet</a></li><li class="navelem"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">Clans_GrantLeader</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">RakNet::Clans_GrantLeader Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a6e29d665abe3559b60e9fadfb2fa1b40">callbackId</a></td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a7d2c66bbb0ffbcda05e83e936976c41a">CallCallback</a>(Lobby2Callbacks *cb)=0</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html#a206ef0066b727e6bd46fb3dba7405cba">CancelOnDisconnect</a>(void) const </td><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a73681a9a5bcfe6d7344cb7500c1bae72">ClientImpl</a>(RakNet::Lobby2Plugin *client)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#ad48d6053a9d086c29dc3108e7de557dc">DebugMsg</a>(RakNet::RakString &amp;out) const =0</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#accf4946d351e9bb17ad197fc21b0b473">DebugPrintf</a>(void) const </td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a5046c82fcca8bac36babe863c55ec9eb">extendedResultCode</a></td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a92248c1609297987f41dbfcfd75806f9">GetID</a>(void) const =0</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#ae417f773c4d48bc1cce69c656f2952fd">GetName</a>(void) const =0</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html#aa033ee181c38996e109b44f637ec6969">PrevalidateInput</a>(void)</td><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a49c6460be7043aa3dd8f69955a4fb426">requestId</a></td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html#a0bcda1db110f90411dc45be3fd1aceca">RequiresAdmin</a>(void) const </td><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html#a7bbb41b4f12f9ecfe1775089e557c1a2">RequiresLogin</a>(void) const </td><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html#a7a36443cc7e2797278fca73c418c779b">RequiresRankingPermission</a>(void) const </td><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a750b6a5d792d6f6c2532bfc7e3f74c99">resultCode</a></td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html#ac71663037f32c161577d5603c82e9524">Serialize</a>(bool writeToBitstream, bool serializeOutput, RakNet::BitStream *bitStream)</td><td class="entry"><a class="el" href="structRakNet_1_1Clans__GrantLeader.html">RakNet::Clans_GrantLeader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a39a885f1a8d8b636e5c7bbeb13d4f822">ServerDBImpl</a>(Lobby2ServerCommand *command, void *databaseInterface)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a62cc92ba3fb0e6562cf77d929d231a35">ServerPostDBMemoryImpl</a>(Lobby2Server *server, RakString userHandle)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a5213270ccd16a7bc6afc8df001b623e7">ServerPreDBMemoryImpl</a>(Lobby2Server *server, RakString userHandle)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#af510ed0df868969f12118ea32027334b">ValidateBinary</a>(RakNetSmartPtr&lt; BinaryDataBlock &gt;binaryDataBlock)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#aec0eeb9161acabd01464f4b875abed31">ValidateEmailAddress</a>(RakNet::RakString *text)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a6a85caa9e47c7d9fec7f156c5e7c723a">ValidateHandle</a>(RakNet::RakString *handle)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#a4cf58429201d0c452d354b6add784712">ValidatePassword</a>(RakNet::RakString *text)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html#ada4ddbe1b8d880b6beb3cec2d107c3cf">ValidateRequiredText</a>(RakNet::RakString *text)</td><td class="entry"><a class="el" href="structRakNet_1_1Lobby2Message.html">RakNet::Lobby2Message</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Jun 2 2014 20:10:30 for RakNet by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.2 </small></address> </body> </html>
hue-3.8.1-bluemix/desktop/core/ext-py/lxml/doc/html/api/lxml.html-module.html
vmanoria/bluemix-hue-filebrowser
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>lxml.html</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://codespeak.net/lxml/">lxml API</a></th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="lxml-module.html">Package&nbsp;lxml</a> :: Package&nbsp;html </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="lxml.html-module.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== PACKAGE DESCRIPTION ==================== --> <h1 class="epydoc">Package html</h1><p class="nomargin-top"><span class="codelink"><a href="lxml.html-pysrc.html">source&nbsp;code</a></span></p> The <tt class="rst-rst-rst-docutils literal rst-rst-docutils literal rst-docutils literal"><span class="pre">lxml.html</span></tt> tool set for HTML handling. <!-- ==================== SUBMODULES ==================== --> <a name="section-Submodules"></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">Submodules</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Submodules" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr><td class="summary"> <ul class="nomargin"> <li> <strong class="uidlink"><a href="lxml.html.ElementSoup-module.html">lxml.html.ElementSoup</a></strong>: <em class="summary">Legacy interface to the BeautifulSoup HTML parser.</em> </li> <li class="private"> <strong class="uidlink">lxml.html._dictmixin</strong> </li> <li class="private"> <strong class="uidlink">lxml.html._setmixin</strong> </li> <li> <strong class="uidlink"><a href="lxml.html.builder-module.html">lxml.html.builder</a></strong>: <em class="summary">A set of HTML generator tags for building HTML documents.</em> </li> <li> <strong class="uidlink"><a href="lxml.html.clean-module.html">lxml.html.clean</a></strong>: <em class="summary">A cleanup tool for HTML.</em> </li> <li> <strong class="uidlink"><a href="lxml.html.defs-module.html">lxml.html.defs</a></strong> </li> <li> <strong class="uidlink"><a href="lxml.html.diff-module.html">lxml.html.diff</a></strong> </li> <li> <strong class="uidlink"><a href="lxml.html.formfill-module.html">lxml.html.formfill</a></strong> </li> <li> <strong class="uidlink"><a href="lxml.html.html5parser-module.html">lxml.html.html5parser</a></strong>: <em class="summary">An interface to html5lib.</em> </li> <li> <strong class="uidlink"><a href="lxml.html.soupparser-module.html">lxml.html.soupparser</a></strong>: <em class="summary">External interface to the BeautifulSoup HTML parser.</em> </li> <li> <strong class="uidlink"><a href="lxml.html.usedoctest-module.html">lxml.html.usedoctest</a></strong>: <em class="summary">Doctest module for HTML comparison.</em> </li> </ul></td></tr> </table> <br /> <!-- ==================== CLASSES ==================== --> <a name="section-Classes"></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">Classes</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Classes" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HtmlMixin-class.html" class="summary-name" onclick="show_private();">HtmlMixin</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html._MethodFunc-class.html" class="summary-name" onclick="show_private();">_MethodFunc</a><br /> An object that represents a method on an element as a function; the function takes either an element or an HTML string. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HtmlComment-class.html" class="summary-name" onclick="show_private();">HtmlComment</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HtmlElement-class.html" class="summary-name" onclick="show_private();">HtmlElement</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HtmlProcessingInstruction-class.html" class="summary-name" onclick="show_private();">HtmlProcessingInstruction</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HtmlEntity-class.html" class="summary-name" onclick="show_private();">HtmlEntity</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HtmlElementClassLookup-class.html" class="summary-name" onclick="show_private();">HtmlElementClassLookup</a><br /> A lookup scheme for HTML Element classes. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.FormElement-class.html" class="summary-name" onclick="show_private();">FormElement</a><br /> Represents a &lt;form&gt; element. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.FieldsDict-class.html" class="summary-name" onclick="show_private();">FieldsDict</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.InputGetter-class.html" class="summary-name" onclick="show_private();">InputGetter</a><br /> An accessor that represents all the input fields in a form. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.InputMixin-class.html" class="summary-name" onclick="show_private();">InputMixin</a><br /> Mix-in for all input elements (input, select, and textarea) </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.TextareaElement-class.html" class="summary-name" onclick="show_private();">TextareaElement</a><br /> <tt class="rst-rst-rst-rst-docutils literal rst-rst-rst-docutils literal rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;textarea&gt;</span></tt> element. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.SelectElement-class.html" class="summary-name" onclick="show_private();">SelectElement</a><br /> <tt class="rst-rst-rst-rst-docutils literal rst-rst-rst-docutils literal rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;select&gt;</span></tt> element. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.MultipleSelectOptions-class.html" class="summary-name" onclick="show_private();">MultipleSelectOptions</a><br /> Represents all the selected options in a <tt class="rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;select</span> <span class="pre">multiple&gt;</span></tt> element. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.RadioGroup-class.html" class="summary-name" onclick="show_private();">RadioGroup</a><br /> This object represents several <tt class="rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;input</span> <span class="pre">type=radio&gt;</span></tt> elements that have the same name. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.CheckboxGroup-class.html" class="summary-name" onclick="show_private();">CheckboxGroup</a><br /> Represents a group of checkboxes (<tt class="rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;input</span> <span class="pre">type=checkbox&gt;</span></tt>) that have the same name. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.CheckboxValues-class.html" class="summary-name" onclick="show_private();">CheckboxValues</a><br /> Represents the values of the checked checkboxes in a group of checkboxes with the same name. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.InputElement-class.html" class="summary-name" onclick="show_private();">InputElement</a><br /> Represents an <tt class="rst-rst-rst-rst-docutils literal rst-rst-rst-docutils literal rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;input&gt;</span></tt> element. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.LabelElement-class.html" class="summary-name" onclick="show_private();">LabelElement</a><br /> Represents a <tt class="rst-rst-rst-docutils literal rst-rst-docutils literal rst-docutils literal"><span class="pre">&lt;label&gt;</span></tt> element. </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.HTMLParser-class.html" class="summary-name" onclick="show_private();">HTMLParser</a> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html.XHTMLParser-class.html" class="summary-name" onclick="show_private();">XHTMLParser</a> </td> </tr> </table> <!-- ==================== FUNCTIONS ==================== --> <a name="section-Functions"></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">Functions</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Functions" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__fix_docstring"></a><span class="summary-sig-name">__fix_docstring</span>(<span class="summary-sig-arg">s</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#__fix_docstring">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_unquote_match"></a><span class="summary-sig-name">_unquote_match</span>(<span class="summary-sig-arg">s</span>, <span class="summary-sig-arg">pos</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#_unquote_match">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_transform_result"></a><span class="summary-sig-name">_transform_result</span>(<span class="summary-sig-arg">typ</span>, <span class="summary-sig-arg">result</span>)</span><br /> Convert the result back into the input type.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#_transform_result">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_nons"></a><span class="summary-sig-name">_nons</span>(<span class="summary-sig-arg">tag</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#_nons">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="document_fromstring"></a><span class="summary-sig-name">document_fromstring</span>(<span class="summary-sig-arg">html</span>, <span class="summary-sig-arg">parser</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">**kw</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#document_fromstring">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#fragments_fromstring" class="summary-sig-name">fragments_fromstring</a>(<span class="summary-sig-arg">html</span>, <span class="summary-sig-arg">no_leading_text</span>=<span class="summary-sig-default">False</span>, <span class="summary-sig-arg">base_url</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">parser</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">**kw</span>)</span><br /> Parses several HTML elements, returning a list of elements.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#fragments_fromstring">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#fragment_fromstring" class="summary-sig-name">fragment_fromstring</a>(<span class="summary-sig-arg">html</span>, <span class="summary-sig-arg">create_parent</span>=<span class="summary-sig-default">False</span>, <span class="summary-sig-arg">base_url</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">parser</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">**kw</span>)</span><br /> Parses a single HTML element; it is an error if there is more than one element, or if anything but whitespace precedes or follows the element.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#fragment_fromstring">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#fromstring" class="summary-sig-name">fromstring</a>(<span class="summary-sig-arg">html</span>, <span class="summary-sig-arg">base_url</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">parser</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">**kw</span>)</span><br /> Parse the html, returning a single element/document.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#fromstring">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#parse" class="summary-sig-name">parse</a>(<span class="summary-sig-arg">filename_or_url</span>, <span class="summary-sig-arg">parser</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">base_url</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">**kw</span>)</span><br /> Parse a filename, URL, or file-like object into an HTML document tree.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#parse">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_contains_block_level_tag"></a><span class="summary-sig-name">_contains_block_level_tag</span>(<span class="summary-sig-arg">el</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#_contains_block_level_tag">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_element_name"></a><span class="summary-sig-name">_element_name</span>(<span class="summary-sig-arg">el</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#_element_name">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#submit_form" class="summary-sig-name">submit_form</a>(<span class="summary-sig-arg">form</span>, <span class="summary-sig-arg">extra_values</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">open_http</span>=<span class="summary-sig-default">None</span>)</span><br /> Helper function to submit a form.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#submit_form">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="open_http_urllib"></a><span class="summary-sig-name">open_http_urllib</span>(<span class="summary-sig-arg">method</span>, <span class="summary-sig-arg">url</span>, <span class="summary-sig-arg">values</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#open_http_urllib">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="html_to_xhtml"></a><span class="summary-sig-name">html_to_xhtml</span>(<span class="summary-sig-arg">html</span>)</span><br /> Convert all tags in an HTML tree to XHTML by moving them to the XHTML namespace.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#html_to_xhtml">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="xhtml_to_html"></a><span class="summary-sig-name">xhtml_to_html</span>(<span class="summary-sig-arg">xhtml</span>)</span><br /> Convert all tags in an XHTML tree to HTML by removing their XHTML namespace.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#xhtml_to_html">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__str_replace_meta_content_type"></a><span class="summary-sig-name">__str_replace_meta_content_type</span>(<span class="summary-sig-arg">...</span>)</span><br /> sub(repl, string[, count = 0]) --&gt; newstring Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#__str_replace_meta_content_type">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__bytes_replace_meta_content_type"></a><span class="summary-sig-name">__bytes_replace_meta_content_type</span>(<span class="summary-sig-arg">...</span>)</span><br /> sub(repl, string[, count = 0]) --&gt; newstring Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#__bytes_replace_meta_content_type">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#tostring" class="summary-sig-name">tostring</a>(<span class="summary-sig-arg">doc</span>, <span class="summary-sig-arg">pretty_print</span>=<span class="summary-sig-default">False</span>, <span class="summary-sig-arg">include_meta_content_type</span>=<span class="summary-sig-default">False</span>, <span class="summary-sig-arg">encoding</span>=<span class="summary-sig-default">None</span>, <span class="summary-sig-arg">method</span>=<span class="summary-sig-default"><code class="variable-quote">'</code><code class="variable-string">html</code><code class="variable-quote">'</code></span>)</span><br /> Return an HTML string representation of the document.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#tostring">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="open_in_browser"></a><span class="summary-sig-name">open_in_browser</span>(<span class="summary-sig-arg">doc</span>)</span><br /> Open the HTML document in a web browser (saving it to a temporary file to open it).</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#open_in_browser">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.html-module.html#Element" class="summary-sig-name">Element</a>(<span class="summary-sig-arg">*args</span>, <span class="summary-sig-arg">**kw</span>)</span><br /> Create a new HTML Element.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.html-pysrc.html#Element">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> </table> <!-- ==================== VARIABLES ==================== --> <a name="section-Variables"></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">Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Variables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="XHTML_NAMESPACE"></a><span class="summary-name">XHTML_NAMESPACE</span> = <code title="'http://www.w3.org/1999/xhtml'"><code class="variable-quote">'</code><code class="variable-string">http://www.w3.org/1999/xhtml</code><code class="variable-quote">'</code></code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html-module.html#_rel_links_xpath" class="summary-name" onclick="show_private();">_rel_links_xpath</a> = <code title="descendant-or-self::a[@rel]|descendant-or-self::x:a[@rel]">descendant-or-self::a[@rel]|descendant-or-s<code class="variable-ellipsis">...</code></code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html-module.html#_options_xpath" class="summary-name" onclick="show_private();">_options_xpath</a> = <code title="descendant-or-self::option|descendant-or-self::x:option">descendant-or-self::option|descendant-or-self<code class="variable-ellipsis">...</code></code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html-module.html#_forms_xpath" class="summary-name" onclick="show_private();">_forms_xpath</a> = <code title="descendant-or-self::form|descendant-or-self::x:form">descendant-or-self::form|descendant-or-self::x:<code class="variable-ellipsis">...</code></code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html-module.html#_class_xpath" class="summary-name" onclick="show_private();">_class_xpath</a> = <code title="descendant-or-self::*[@class and contains(concat(' ', normalize-space(\ @class), ' '), concat(' ', $class_name, ' '))]">descendant-or-self::*[@class and contains(conca<code class="variable-ellipsis">...</code></code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="_id_xpath"></a><span class="summary-name">_id_xpath</span> = <code title="descendant-or-self::*[@id=$id]">descendant-or-self::*[@id=$id]</code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="_collect_string_content"></a><span class="summary-name">_collect_string_content</span> = <code title="string()">string()</code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html-module.html#_css_url_re" class="summary-name" onclick="show_private();">_css_url_re</a> = <code title="re.compile(r'(?i)url\((&quot;[^&quot;]*&quot;|\'[^\']*\'|[^\)]*)\)')">re.compile(r'<code class="re-flags">(?i)</code>url\(<code class="re-group">(</code>&quot;<code class="re-group">[^</code>&quot;<code class="re-group">]</code><code class="re-op">*</code>&quot;<code class="re-op">|</code>\'<code class="re-group">[^</code>\'<code class="re-group">]</code><code class="re-op">*</code>\'<code class="re-op">|</code><code class="re-group">[^</code>\)<code class="re-group">]</code><code class="re-op">*</code><code class="variable-ellipsis">...</code></code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="_css_import_re"></a><span class="summary-name">_css_import_re</span> = <code title="re.compile(r'@import &quot;(.*?)&quot;')">re.compile(r'@import &quot;<code class="re-group">(</code>.<code class="re-op">*?</code><code class="re-group">)</code>&quot;')</code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="_label_xpath"></a><span class="summary-name">_label_xpath</span> = <code title="//label[@for=$id]|//x:label[@for=$id]">//label[@for=$id]|//x:label[@for=$id]</code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="_archive_re"></a><span class="summary-name">_archive_re</span> = <code title="re.compile(r'[^ ]+')">re.compile(r'<code class="re-group">[^</code> <code class="re-group">]</code><code class="re-op">+</code>')</code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="find_rel_links"></a><span class="summary-name">find_rel_links</span> = <code title="_MethodFunc('find_rel_links', copy= False)">_MethodFunc('find_rel_links', copy= False)</code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="find_class"></a><span class="summary-name">find_class</span> = <code title="_MethodFunc('find_class', copy= False)">_MethodFunc('find_class', copy= False)</code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.html-module.html#make_links_absolute" class="summary-name">make_links_absolute</a> = <code title="_MethodFunc('make_links_absolute', copy= True)">_MethodFunc('make_links_absolute', copy=<code class="variable-ellipsis">...</code></code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="resolve_base_href"></a><span class="summary-name">resolve_base_href</span> = <code title="_MethodFunc('resolve_base_href', copy= True)">_MethodFunc('resolve_base_href', copy= True)</code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="iterlinks"></a><span class="summary-name">iterlinks</span> = <code title="_MethodFunc('iterlinks', copy= False)">_MethodFunc('iterlinks', copy= False)</code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="rewrite_links"></a><span class="summary-name">rewrite_links</span> = <code title="_MethodFunc('rewrite_links', copy= True)">_MethodFunc('rewrite_links', copy= True)</code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="html_parser"></a><span class="summary-name">html_parser</span> = <code title="HTMLParser()">HTMLParser()</code> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="xhtml_parser"></a><span class="summary-name">xhtml_parser</span> = <code title="XHTMLParser()">XHTMLParser()</code> </td> </tr> </table> <!-- ==================== FUNCTION DETAILS ==================== --> <a name="section-FunctionDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Function Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-FunctionDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="fragments_fromstring"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">fragments_fromstring</span>(<span class="sig-arg">html</span>, <span class="sig-arg">no_leading_text</span>=<span class="sig-default">False</span>, <span class="sig-arg">base_url</span>=<span class="sig-default">None</span>, <span class="sig-arg">parser</span>=<span class="sig-default">None</span>, <span class="sig-arg">**kw</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#fragments_fromstring">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Parses several HTML elements, returning a list of elements.</p> <p>The first item in the list may be a string (though leading whitespace is removed). If no_leading_text is true, then it will be an error if there is leading text, and it will always be a list of only elements.</p> <p>base_url will set the document's base_url attribute (and the tree's docinfo.URL)</p> <dl class="fields"> </dl> </td></tr></table> </div> <a name="fragment_fromstring"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">fragment_fromstring</span>(<span class="sig-arg">html</span>, <span class="sig-arg">create_parent</span>=<span class="sig-default">False</span>, <span class="sig-arg">base_url</span>=<span class="sig-default">None</span>, <span class="sig-arg">parser</span>=<span class="sig-default">None</span>, <span class="sig-arg">**kw</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#fragment_fromstring">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Parses a single HTML element; it is an error if there is more than one element, or if anything but whitespace precedes or follows the element.</p> <p>If create_parent is true (or is a tag name) then a parent node will be created to encapsulate the HTML in a single element.</p> <p>base_url will set the document's base_url attribute (and the tree's docinfo.URL)</p> <dl class="fields"> </dl> </td></tr></table> </div> <a name="fromstring"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">fromstring</span>(<span class="sig-arg">html</span>, <span class="sig-arg">base_url</span>=<span class="sig-default">None</span>, <span class="sig-arg">parser</span>=<span class="sig-default">None</span>, <span class="sig-arg">**kw</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#fromstring">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Parse the html, returning a single element/document.</p> <p>This tries to minimally parse the chunk of text, without knowing if it is a fragment or a document.</p> <p>base_url will set the document's base_url attribute (and the tree's docinfo.URL)</p> <dl class="fields"> </dl> </td></tr></table> </div> <a name="parse"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">parse</span>(<span class="sig-arg">filename_or_url</span>, <span class="sig-arg">parser</span>=<span class="sig-default">None</span>, <span class="sig-arg">base_url</span>=<span class="sig-default">None</span>, <span class="sig-arg">**kw</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#parse">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Parse a filename, URL, or file-like object into an HTML document tree. Note: this returns a tree, not an element. Use <tt class="rst-docutils literal"><span class="pre">parse(...).getroot()</span></tt> to get the document root.</p> <p>You can override the base URL with the <tt class="rst-docutils literal"><span class="pre">base_url</span></tt> keyword. This is most useful when parsing from a file-like object.</p> <dl class="fields"> </dl> </td></tr></table> </div> <a name="submit_form"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">submit_form</span>(<span class="sig-arg">form</span>, <span class="sig-arg">extra_values</span>=<span class="sig-default">None</span>, <span class="sig-arg">open_http</span>=<span class="sig-default">None</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#submit_form">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Helper function to submit a form. Returns a file-like object, as from <tt class="rst-docutils literal"><span class="pre">urllib.urlopen()</span></tt>. This object also has a <tt class="rst-docutils literal"><span class="pre">.geturl()</span></tt> function, which shows the URL if there were any redirects.</p> <p>You can use this like:</p> <pre class="rst-literal-block"> form = doc.forms[0] form.inputs['foo'].value = 'bar' # etc response = form.submit() doc = parse(response) doc.make_links_absolute(response.geturl()) </pre> <p>To change the HTTP requester, pass a function as <tt class="rst-docutils literal"><span class="pre">open_http</span></tt> keyword argument that opens the URL for you. The function must have the following signature:</p> <pre class="rst-literal-block"> open_http(method, URL, values) </pre> <p>The action is one of 'GET' or 'POST', the URL is the target URL as a string, and the values are a sequence of <tt class="rst-docutils literal"><span class="pre">(name,</span> <span class="pre">value)</span></tt> tuples with the form data.</p> <dl class="fields"> </dl> </td></tr></table> </div> <a name="tostring"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">tostring</span>(<span class="sig-arg">doc</span>, <span class="sig-arg">pretty_print</span>=<span class="sig-default">False</span>, <span class="sig-arg">include_meta_content_type</span>=<span class="sig-default">False</span>, <span class="sig-arg">encoding</span>=<span class="sig-default">None</span>, <span class="sig-arg">method</span>=<span class="sig-default"><code class="variable-quote">'</code><code class="variable-string">html</code><code class="variable-quote">'</code></span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#tostring">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Return an HTML string representation of the document.</p> <p>Note: if include_meta_content_type is true this will create a <tt class="rst-docutils literal"><span class="pre">&lt;meta</span> <span class="pre">http-equiv=&quot;Content-Type&quot;</span> <span class="pre">...&gt;</span></tt> tag in the head; regardless of the value of include_meta_content_type any existing <tt class="rst-docutils literal"><span class="pre">&lt;meta</span> <span class="pre">http-equiv=&quot;Content-Type&quot;</span> <span class="pre">...&gt;</span></tt> tag will be removed</p> <p>The <tt class="rst-docutils literal"><span class="pre">encoding</span></tt> argument controls the output encoding (defauts to ASCII, with &amp;#...; character references for any characters outside of ASCII).</p> <p>The <tt class="rst-docutils literal"><span class="pre">method</span></tt> argument defines the output method. It defaults to 'html', but can also be 'xml' for xhtml output, or 'text' to serialise to plain text without markup. Note that you can pass the builtin <tt class="rst-docutils literal"><span class="pre">unicode</span></tt> type as <tt class="rst-docutils literal"><span class="pre">encoding</span></tt> argument to serialise to a unicode string.</p> <p>Example:</p> <pre class="rst-literal-block"> &gt;&gt;&gt; from lxml import html &gt;&gt;&gt; root = html.fragment_fromstring('&lt;p&gt;Hello&lt;br&gt;world!&lt;/p&gt;') &gt;&gt;&gt; html.tostring(root) '&lt;p&gt;Hello&lt;br&gt;world!&lt;/p&gt;' &gt;&gt;&gt; html.tostring(root, method='html') '&lt;p&gt;Hello&lt;br&gt;world!&lt;/p&gt;' &gt;&gt;&gt; html.tostring(root, method='xml') '&lt;p&gt;Hello&lt;br/&gt;world!&lt;/p&gt;' &gt;&gt;&gt; html.tostring(root, method='text') 'Helloworld!' &gt;&gt;&gt; html.tostring(root, method='text', encoding=unicode) u'Helloworld!' </pre> <dl class="fields"> </dl> </td></tr></table> </div> <a name="Element"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">Element</span>(<span class="sig-arg">*args</span>, <span class="sig-arg">**kw</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.html-pysrc.html#Element">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Create a new HTML Element.</p> <p>This can also be used for XHTML documents.</p> <dl class="fields"> </dl> </td></tr></table> </div> <br /> <!-- ==================== VARIABLES DETAILS ==================== --> <a name="section-VariablesDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Variables Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-VariablesDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="_rel_links_xpath"></a> <div class="private"> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">_rel_links_xpath</h3> <dl class="fields"> </dl> <dl class="fields"> <dt>Value:</dt> <dd><table><tr><td><pre class="variable"> descendant-or-self::a[@rel]|descendant-or-self::x:a[@rel] </pre></td></tr></table> </dd> </dl> </td></tr></table> </div> <a name="_options_xpath"></a> <div class="private"> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">_options_xpath</h3> <dl class="fields"> </dl> <dl class="fields"> <dt>Value:</dt> <dd><table><tr><td><pre class="variable"> descendant-or-self::option|descendant-or-self::x:option </pre></td></tr></table> </dd> </dl> </td></tr></table> </div> <a name="_forms_xpath"></a> <div class="private"> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">_forms_xpath</h3> <dl class="fields"> </dl> <dl class="fields"> <dt>Value:</dt> <dd><table><tr><td><pre class="variable"> descendant-or-self::form|descendant-or-self::x:form </pre></td></tr></table> </dd> </dl> </td></tr></table> </div> <a name="_class_xpath"></a> <div class="private"> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">_class_xpath</h3> <dl class="fields"> </dl> <dl class="fields"> <dt>Value:</dt> <dd><table><tr><td><pre class="variable"> descendant-or-self::*[@class and contains(concat(' ', normalize-space(<span class="variable-linewrap"><img src="crarr.png" alt="\" /></span> @class), ' '), concat(' ', $class_name, ' '))] </pre></td></tr></table> </dd> </dl> </td></tr></table> </div> <a name="_css_url_re"></a> <div class="private"> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">_css_url_re</h3> <dl class="fields"> </dl> <dl class="fields"> <dt>Value:</dt> <dd><table><tr><td><pre class="variable"> re.compile(r'<code class="re-flags">(?i)</code>url\(<code class="re-group">(</code>&quot;<code class="re-group">[^</code>&quot;<code class="re-group">]</code><code class="re-op">*</code>&quot;<code class="re-op">|</code>\'<code class="re-group">[^</code>\'<code class="re-group">]</code><code class="re-op">*</code>\'<code class="re-op">|</code><code class="re-group">[^</code>\)<code class="re-group">]</code><code class="re-op">*</code><code class="re-group">)</code>\)') </pre></td></tr></table> </dd> </dl> </td></tr></table> </div> <a name="make_links_absolute"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">make_links_absolute</h3> <dl class="fields"> </dl> <dl class="fields"> <dt>Value:</dt> <dd><table><tr><td><pre class="variable"> _MethodFunc('make_links_absolute', copy= True) </pre></td></tr></table> </dd> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="http://codespeak.net/lxml/">lxml API</a></th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0 on Sun Jun 21 09:44:36 2009 </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>
vendor/js/esri/arcgis_js_api/library/3.12/3.12compact/dojox/mobile/themes/windows/TextArea-compat.css
aconyteds/Esri-Ozone-Map-Widget
.mblTextArea {overflow: auto;}.dj_ff3 .mblTextArea {-moz-border-radius: 0;}
wip/pdp-2017/bower_components/owl.carousel/docs/docs/support-contact.html
chester0516/htc-prototype-bak
<!DOCTYPE html> <html lang="en"> <head> <!-- head --> <meta charset="utf-8"> <meta name="msapplication-tap-highlight" content="no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Owl Carousel Documentation"> <meta name="author" content="David Deutsch"> <title> Contact | Owl Carousel | 2.2.1 </title> <!-- Stylesheets --> <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,300italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../assets/css/docs.theme.min.css"> <!-- Owl Stylesheets --> <link rel="stylesheet" href="../assets/owlcarousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="../assets/owlcarousel/assets/owl.theme.default.min.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[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]--> <!-- Favicons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="../assets/ico/favicon.png"> <link rel="shortcut icon" href="favicon.ico"> <!-- Yeah i know js should not be in header. Its required for demos.--> <!-- javascript --> <script src="../assets/vendors/jquery.min.js"></script> <script src="../assets/owlcarousel/owl.carousel.js"></script> </head> <body> <!-- header --> <header class="header"> <div class="row"> <div class="large-12 columns"> <div class="brand left"> <h3> <a href="/OwlCarousel2/">owl.carousel.js</a> </h3> </div> <a id="toggle-nav" class="right"> <span></span> <span></span> <span></span> </a> <div class="nav-bar"> <ul class="clearfix"> <li> <a href="/OwlCarousel2/index.html">Home</a> </li> <li> <a href="/OwlCarousel2/demos/demos.html">Demos</a> </li> <li class="active"> <a href="/OwlCarousel2/docs/started-welcome.html">Docs</a> </li> <li> <a href="https://github.com/OwlCarousel2/OwlCarousel2/archive/2.2.1.zip">Download</a> <span class="download"></span> </li> </ul> </div> </div> </div> </header> <!-- title --> <section class="title"> <div class="row"> <div class="large-12 columns"> <h1>Support</h1> </div> </div> </section> <div id="docs"> <div class="row"> <div class="small-12 medium-3 large-3 columns"> <ul class="side-nav"> <li class="side-nav-head">Getting Started</li> <li> <a href="started-welcome.html">Welcome</a> </li> <li> <a href="started-installation.html">Installation</a> </li> <li> <a href="started-faq.html">FAQ</a> </li> </ul> <ul class="side-nav"> <li class="side-nav-head">API</li> <li> <a href="api-options.html">Options</a> </li> <li> <a href="api-classes.html">Classes</a> </li> <li> <a href="api-events.html">Events</a> </li> </ul> <ul class="side-nav"> <li class="side-nav-head">Development</li> <li> <a href="dev-buildin-plugins.html">Built-in Plugins</a> </li> <li> <a href="dev-plugin-api.html">Plugin API</a> </li> <li> <a href="dev-styles.html">Sass Styles</a> </li> <li> <a href="dev-external.html">External Libs</a> </li> </ul> <ul class="side-nav"> <li class="side-nav-head">Support</li> <li> <a href="support-contributing.html">Contributing</a> </li> <li> <a href="support-changelog.html">Changelog</a> </li> <li> <a href="support-contact.html">Contact</a> </li> </ul> </div> <div class="small-12 medium-9 large-9 columns"> <article class="docs-content"> <h2 id="contact">Contact</h2> <hr> <p>If you are looking for help then the best place to ask a question is <a href="https://github.com/OwlCarousel2/OwlCarousel2/issues">Github</a> . Also don&#39;t forget to add a <a href="https://jsfiddle.net/">jsfiddle</a> or a link to your demo/example website!</p> <h3 id="report-a-bug">Report a bug</h3> <p>Please use <a href="https://github.com/OwlCarousel2/OwlCarousel2/issues">Github</a> to report bugs.</p> </article> </div> </div> </div> <!-- footer --> <footer class="footer"> <div class="row"> <div class="large-12 columns"> <h5> <a href="/OwlCarousel2/docs/support-contact.html">David Deutsch</a> <a id="custom-tweet-button" href="https://twitter.com/share?url=https://github.com/OwlCarousel2/OwlCarousel2&text=Owl Carousel - This is so awesome! " target="_blank"></a> </h5> </div> </div> </footer> <!-- vendors --> <script src="../assets/vendors/highlight.js"></script> <script src="../assets/js/app.js"></script> </body> </html>
templates/frontend_theme/adminlte/plugins/datatables/extensions/ColReorder/examples/integration/state_save.html
antho-firuze/_g.ene.sys_remake_
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - State saving</title> <link rel="stylesheet" type="text/css" href="../../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../../css/colReorder.dataTables.css"> <link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.12.0.min.js"> </script> <script type="text/javascript" language="javascript" src="../../../../media/js/jquery.dataTables.js"> </script> <script type="text/javascript" language="javascript" src="../../js/dataTables.colReorder.js"> </script> <script type="text/javascript" language="javascript" src="../../../../examples/resources/syntax/shCore.js"> </script> <script type="text/javascript" language="javascript" src="../../../../examples/resources/demo.js"> </script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').dataTable( { colReorder: true, stateSave: true } ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>ColReorder example <span>State saving</span></h1> <div class="info"> <p>A useful interaction pattern to use in DataTables is state saving, so when the end user reloads or revisits a page its previous state is retained. ColReorder works seamlessly with state saving in DataTables (<a href="//datatables.net/reference/option/stateSave"><code class="option" title= "DataTables initialisation option">stateSave</code></a>), remembering and restoring the column positions, as well as everything else such as sorting and filtering.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() { $('#example').dataTable( { colReorder: true, stateSave: true } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li> <a href="//code.jquery.com/jquery-1.12.0.min.js">//code.jquery.com/jquery-1.12.0.min.js</a> </li> <li> <a href="../../../../media/js/jquery.dataTables.js">../../../../media/js/jquery.dataTables.js</a> </li> <li> <a href="../../js/dataTables.colReorder.js">../../js/dataTables.colReorder.js</a> </li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline language-css"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li> <a href="../../../../media/css/jquery.dataTables.css">../../../../media/css/jquery.dataTables.css</a> </li> <li> <a href="../../css/colReorder.dataTables.css">../../css/colReorder.dataTables.css</a> </li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="../initialisation/index.html">Initialisation and options</a></h3> <ul class="toc"> <li> <a href="../initialisation/simple.html">Basic initialisation</a> </li> <li> <a href="../initialisation/scrolling.html">Scrolling table</a> </li> <li> <a href="../initialisation/predefined.html">Predefined column ordering</a> </li> <li> <a href="../initialisation/realtime.html">Realtime updating</a> </li> <li> <a href="../initialisation/col_filter.html">Individual column filtering</a> </li> <li> <a href="../initialisation/new_init.html">Initialisation using `new`</a> </li> <li> <a href="../initialisation/reset.html">Reset ordering API</a> </li> </ul> </div> <div class="toc-group"> <h3><a href="./index.html">Integration with other DataTables extensions</a></h3> <ul class="toc active"> <li> <a href="./colvis.html">Column visibility integration</a> </li> <li> <a href="./fixedcolumns.html">FixedColumns integration</a> </li> <li> <a href="./fixedheader.html">FixedHeader integration</a> </li> <li> <a href="./responsive.html">Responsive integration</a> </li> <li> <a href="./server_side.html">Server-side processing</a> </li> <li class="active"> <a href="./state_save.html">State saving</a> </li> </ul> </div> <div class="toc-group"> <h3><a href="../styling/index.html">Styling</a></h3> <ul class="toc"> <li> <a href="../styling/alt_insert.html">Alternative insert styling</a> </li> <li> <a href="../styling/bootstrap.html">Bootstrap styling</a> </li> <li> <a href="../styling/foundation.html">Foundation styling</a> </li> <li> <a href="../styling/jqueryui.html">jQuery UI styling</a> </li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href= "http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2016<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
node_modules/govuk_template_mustache/assets/stylesheets/govuk-template-ie7.css
littlednet/in-progress
/* govuk_frontend_toolkit includes */ @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @font-face { font-family: GDS-Logo; src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica"); } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } #global-header .header-wrapper, #global-header .header-wrapper .header-global, #global-header .header-wrapper .header-global .header-logo, #global-header .header-proposition #proposition-link, #global-header .header-proposition #proposition-links, #global-header-bar, #global-cookie-message .outer-block, #footer .footer-wrapper, #footer .footer-meta { zoom: 1; } #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after, #global-header .header-proposition #proposition-links:after, #global-header-bar:after, #global-cookie-message .outer-block:after, #footer .footer-wrapper:after, #footer .footer-meta:after { content: ""; display: block; clear: both; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } #global-header .header-wrapper, #global-header .header-wrapper .header-global, #global-header .header-wrapper .header-global .header-logo, #global-header .header-proposition #proposition-link, #global-header .header-proposition #proposition-links, #global-header-bar, #global-cookie-message .outer-block, #footer .footer-wrapper, #footer .footer-meta { zoom: 1; } #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after, #global-header .header-proposition #proposition-links:after, #global-header-bar:after, #global-cookie-message .outer-block:after, #footer .footer-wrapper:after, #footer .footer-meta:after { content: ""; display: block; clear: both; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } /* local styleguide includes */ /* Old depricated greys, new things should use the toolkit greys */ html, body, button, input, table, td, th { font-family: "nta", Arial, sans-serif; } html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup, nav, section { margin: 0; padding: 0; vertical-align: baseline; } main { display: block; } .group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .group:after { clear: both; } .group { zoom: 1; } .content-fixed { top: 0; position: fixed; } .shim { display: block; } /* * 1. Prevents iOS text size adjust after orientation change, without disabling * user zoom. */ html { -webkit-text-size-adjust: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 1 */ background-color: #dee0e2; } /* Force the scrollbar to always display in IE10/11 */ html { -ms-overflow-style: scrollbar; } body { background: white; color: #0b0c0c; line-height: 1.5; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ol, ul, nav ol, nav ul { list-style: inherit; } fieldset { border: none; padding: 0; } a:link { color: #005ea5; } a:visited { color: #4c2c92; } a:hover { color: #2e8aca; } a:active { color: #2e8aca; } a[rel="external"]:after { background-image: url(external-links/external-link.png?0.12.0); background-repeat: no-repeat; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { a[rel="external"]:after { background-image: url(external-links/external-link-24x24.png?0.12.0); background-size: 12px 400px; } } a[rel="external"]:after { content: "\A0\A0\A0\A0"; background-position: right 6px; } a[rel="external"]:hover:after { background-position: right -382px; } .external-link:after { content: "\A0\A0\A0\A0\A0\A0\A0\A0"; background-position: right 0px; } .external-link:hover:after { background-position: right 0px; } .external-link:after { background-image: url(external-links/external-link-black-12x12.png?0.12.0); background-repeat: no-repeat; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .external-link:after { background-image: url(external-links/external-link-black-24x24.png?0.12.0); background-size: 12px 400px; } } /* * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units * http://clagnut.com/blog/348/#c790 * note - font-size reduced to 62.5% to allow simple rem/px font-sizing and fallback * http://snook.ca/archives/html_and_css/font-size-with-rem * 2. Keeps page centred in all browsers regardless of content height * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted * www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/ */ html { font-size: 62.5%; /* 1 */ overflow-y: scroll; /* 2 */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 3 */ } /* * 1. Font-size increased to compensate for change to html element font-size in * order to support beta typography which was set in ems * (62.5% * 160% = 100%) * 2. Addresses margins handled incorrectly in IE6/7 */ body { font-size: 160%; /* 1 */ margin: 0; /* 2 */ } b, strong { font-weight: 600; } img { border: 0; } button { overflow: visible; } abbr[title] { cursor: help; } /* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; margin-right: 2px; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* For image replacement */ .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } .ir br { display: none; } /* Hide for both screenreaders and browsers */ .hidden { display: none; visibility: hidden; } /* Hide only visually, but have it available for screenreaders */ .visuallyhidden { position: absolute; left: -9999em; /* * Extends the .visuallyhidden class to allow the element to be * focusable when navigated to via the keyboard */ } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* Give a strong clear visual idea as to what is currently in focus */ a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); } a:focus { background-color: #ffbf47; outline: 3px solid #ffbf47; } /* Make skiplinks visible when they are tabbed to */ .skiplink { position: absolute; left: -9999em; } .skiplink:focus { position: static; } #skiplink-container { text-align: center; background: #0b0c0c; } #skiplink-container div { text-align: left; margin: 0 auto; max-width: 1020px; } #skiplink-container .skiplink { display: -moz-inline-stack; display: inline-block; zoom: 1; display: inline; margin: 0.75em 0 0 30px; } input:focus, textarea:focus, select:focus, button:focus, #global-header input:focus { outline: 3px solid #ffbf47; } #global-header h1 a:focus { background-color: transparent; outline: none; } #global-header a:focus { color: #0b0c0c; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } #global-header .header-wrapper, #global-header .header-wrapper .header-global, #global-header .header-wrapper .header-global .header-logo, #global-header .header-proposition #proposition-link, #global-header .header-proposition #proposition-links, #global-header-bar, #global-cookie-message .outer-block, #footer .footer-wrapper, #footer .footer-meta { zoom: 1; } #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after, #global-header .header-proposition #proposition-links:after, #global-header-bar:after, #global-cookie-message .outer-block:after, #footer .footer-wrapper:after, #footer .footer-meta:after { content: ""; display: block; clear: both; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } #global-header { background-color: #0b0c0c; width: 100%; } #global-header .header-wrapper { background-color: #0b0c0c; max-width: 990px; margin: 0 auto; padding-top: 8px; padding-bottom: 8px; padding-left: 15px; padding-right: 15px; width: 990px; } #global-header .header-wrapper .header-global .header-logo { float: left; width: 33.33%; } @media screen and (max-width: 379px) { #global-header .header-wrapper .header-global .header-logo { width: auto; float: none; } } #global-header .header-wrapper .header-global .header-logo .content { margin: 0 15px; } #global-header .header-wrapper .header-global .header-logo { margin: 5px 0 2px; } #global-header.with-proposition .header-wrapper .header-global { float: left; width: 33.33%; } #global-header.with-proposition .header-wrapper .header-global .header-logo, #global-header.with-proposition .header-wrapper .header-global .site-search { width: 100%; } #global-header.with-proposition .header-wrapper .header-proposition { width: 66.66%; float: left; } #global-header.with-proposition .header-wrapper .header-proposition .content { margin: 0 15px; } #global-header #logo { float: left; position: relative; top: 1px; height: 30px; overflow: visible; vertical-align: baseline; color: white; font-weight: bold; font-size: 30px; line-height: 1em; text-decoration: none; text-rendering: optimizeLegibility; margin-bottom: -1px; padding-bottom: 1px; } #global-header #logo img { position: relative; top: -2px; width: 35px; height: 31px; padding-right: 6px; float: left; display: inline; line-height: inherit; border: none; } #global-header #logo:hover, #global-header #logo:focus { text-decoration: none; border-bottom: 1px solid; padding-bottom: 0; } #global-header #logo:active { color: #2b8cc4; } #global-header .header-proposition { padding-top: 10px; padding-top: 0; } #global-header .header-proposition #proposition-name { font-family: "nta", Arial, sans-serif; font-size: 24px; line-height: 1.25; font-weight: 400; text-transform: none; font-weight: bold; color: white; text-decoration: none; } @media (max-width: 640px) { #global-header .header-proposition #proposition-name { font-size: 18px; line-height: 1.2; } } #global-header .header-proposition a#proposition-name:hover { text-decoration: underline; } #global-header .header-proposition a.menu { font-family: "nta", Arial, sans-serif; font-size: 16px; line-height: 1.25; font-weight: 400; text-transform: none; color: white; display: block; float: right; text-decoration: none; padding-top: 6px; display: none; } @media (max-width: 640px) { #global-header .header-proposition a.menu { font-size: 14px; line-height: 1.14286; } } #global-header .header-proposition a.menu:hover { text-decoration: underline; } #global-header .header-proposition a.menu:after { display: inline-block; font-size: 8px; height: 8px; padding-left: 5px; vertical-align: middle; content: " \25BC"; } #global-header .header-proposition a.menu.js-hidden:after { content: " \25B2"; } #global-header .header-proposition #proposition-menu { margin-top: 5px; } #global-header .header-proposition #proposition-menu.no-proposition-name { margin-top: 37px; } #global-header .header-proposition #proposition-link, #global-header .header-proposition #proposition-links { clear: both; margin: 2px 0 0 0; padding: 0; } .js-enabled #global-header .header-proposition #proposition-link, .js-enabled #global-header .header-proposition #proposition-links { display: none; display: block; } .js-enabled #global-header .header-proposition #proposition-link.js-visible, .js-enabled #global-header .header-proposition #proposition-links.js-visible { display: block; } #global-header .header-proposition #proposition-link li, #global-header .header-proposition #proposition-links li { float: left; width: 50%; padding: 3px 0; border-bottom: 1px solid #2e3133; display: block; width: auto; padding: 0 15px 0 0; border-bottom: 0; } #global-header .header-proposition #proposition-link li.clear-child, #global-header .header-proposition #proposition-links li.clear-child { clear: left; } #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { color: white; text-decoration: none; font-family: "nta", Arial, sans-serif; font-size: 14px; line-height: 1.42857; font-weight: 700; text-transform: none; font-family: "nta", Arial, sans-serif; font-size: 16px; line-height: 1.25; font-weight: 700; text-transform: none; line-height: 23px; } @media (max-width: 640px) { #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { font-size: 12px; line-height: 1.25; } } @media (max-width: 640px) { #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { font-size: 14px; line-height: 1.14286; } } #global-header .header-proposition #proposition-link a:hover, #global-header .header-proposition #proposition-links a:hover { text-decoration: underline; } #global-header .header-proposition #proposition-link a.active, #global-header .header-proposition #proposition-links a.active { color: #1d8feb; } #global-header .header-proposition #proposition-link a:focus, #global-header .header-proposition #proposition-links a:focus { color: #0b0c0c; } #global-header .header-proposition #proposition-link { float: right; line-height: 22px; float: none; } .js-enabled #global-header .header-proposition #proposition-link { display: block; } /* Global header bar */ #global-header-bar { margin: 0 auto; width: auto; max-width: 1020px; width: 1020px; } #global-header-bar .inner-block { padding-left: 15px; padding-right: 15px; padding-left: 30px; padding-right: 30px; } #global-header-bar .header-bar { height: 10px; background-color: #005ea5; font-size: 0; } /* Global cookie message */ .js-enabled #global-cookie-message { display: none; /* shown with JS, always on for non-JS */ } #global-cookie-message { background-color: #d5e8f3; padding-top: 10px; padding-bottom: 10px; } #global-cookie-message .outer-block { margin: 0 auto; width: auto; max-width: 1020px; width: 1020px; } #global-cookie-message .inner-block { padding-left: 15px; padding-right: 15px; padding-left: 30px; padding-right: 30px; } #global-cookie-message p { font-family: "nta", Arial, sans-serif; font-size: 16px; line-height: 1.25; font-weight: 400; text-transform: none; margin: 0; } @media (max-width: 640px) { #global-cookie-message p { font-size: 14px; line-height: 1.14286; } } /* Global footer */ #footer { background-color: #dee0e2; border-top: 1px solid #a1acb2; } #footer .footer-wrapper { margin: 0 auto; width: auto; max-width: 1020px; width: 1020px; padding-top: 20px; padding-top: 60px; background-color: #dee0e2; margin: 0 auto; } #footer a { color: #454a4c; } #footer a:hover { color: #171819; } #footer h2 { font-family: "nta", Arial, sans-serif; font-size: 24px; line-height: 1.25; font-weight: 400; text-transform: none; font-weight: bold; color: #171819; margin: 0; } @media (max-width: 640px) { #footer h2 { font-size: 18px; line-height: 1.2; } } #footer h2 a { color: inherit; } #footer .footer-meta { padding-left: 15px; padding-right: 15px; padding-left: 30px; padding-right: 30px; padding-bottom: 60px; clear: both; font-size: 0; color: #454a4c; } #footer .footer-meta .footer-meta-inner { display: inline-block; vertical-align: bottom; width: 100%; width: 75%; float: left; display: block; } #footer .footer-meta .footer-meta-inner ul { font-family: "nta", Arial, sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; text-transform: none; display: inline-block; list-style: none; margin: 0 0 1.5em 0; padding: 0; margin: 0 0 1em 0; } @media (max-width: 640px) { #footer .footer-meta .footer-meta-inner ul { font-size: 14px; line-height: 1.5; } } #footer .footer-meta .footer-meta-inner ul li { display: inline-block; margin: 0 15px 0 0; display: inline; margin-right: 0; padding-right: 15px; } #footer .footer-meta .footer-meta-inner .open-government-licence { clear: left; position: relative; padding-left: 53px; } #footer .footer-meta .footer-meta-inner .open-government-licence .logo { margin-bottom: 1em; padding-top: 0; position: absolute; left: 0; top: 0; width: 41px; height: 100%; } #footer .footer-meta .footer-meta-inner .open-government-licence .logo a { display: block; width: 41px; height: 17px; overflow: hidden; text-indent: -999em; background: url(images/open-government-licence.png?0.12.0) 0 0 no-repeat; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { #footer .footer-meta .footer-meta-inner .open-government-licence .logo a { background-image: url(images/open-government-licence_2x.png?0.12.0); background-size: 41px 17px; } } #footer .footer-meta .footer-meta-inner .open-government-licence p { font-family: "nta", Arial, sans-serif; font-size: 16px; line-height: 1.25; font-weight: 400; text-transform: none; margin: 0; padding-top: 0.1em; } @media (max-width: 640px) { #footer .footer-meta .footer-meta-inner .open-government-licence p { font-size: 14px; line-height: 1.14286; } } #footer .footer-meta .copyright { font-family: "nta", Arial, sans-serif; font-size: 16px; line-height: 1.25; font-weight: 400; text-transform: none; margin: 30px 0 0 0; width: 100%; display: block; display: inline-block; text-align: inherit; width: 25%; padding-top: 15px; margin-top: 0; float: right; height: 150px; width: 24%; } @media (max-width: 640px) { #footer .footer-meta .copyright { font-size: 14px; line-height: 1.14286; } } #footer .footer-meta .copyright a { display: block; background-image: url(images/govuk-crest.png?0.12.0); background-repeat: no-repeat; background-position: 50% 0%; background-position: 100% 0%; text-align: center; text-decoration: none; text-align: right; padding: 115px 0 0 0; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { #footer .footer-meta .copyright a { background-image: url(images/govuk-crest-2x.png?0.12.0); background-size: 125px 102px; } }
python/resources/intentionDescriptions/SpecifyTypeInDocstringIntention/description.html
asedunov/intellij-community
<html> <body> <span> This intention used to specify type for expression in docstring. </span> </body> </html>
zhiliao/grappellisafe/static/grappelli/css/typography.css
gladgod/zhiliao
/* Global Settings ------------------------------------------------------------------------------------------------------ */ h1, h2, h3, h4, h5 { font-weight: bold; } p, ol, ul, dl { margin: 0; } /* Headings ------------------------------------------------------------------------------------------------------ */ h1 { position: relative; z-index: 800; margin: 26px 0 10px; font-size: 16px; line-height: 20px; } .pretitle + h1 { margin-top: 0; } h2 { font-size: 16px; } h3 { font-size: 14px; } h4 { font-size: 12px; } h5 { font-size: 10px; } /* Links ------------------------------------------------------------------------------------------------------ */ a { text-decoration: none; outline: none; } a:link, a:visited { color: #309bbf; } a:hover, a:active { color: #444; } a.inverse:link, a.inverse:visited { color: #444 !important; } a.inverse:hover, a.inverse:active { color: #309bbf !important; } /* Images in Links ........................................... */ a img { border: none; outline: none; } a:link img.preview, a:visited img.preview { margin-top: 5px; padding: 5px; border: 1px solid #309bbf; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #fff; } a:hover img.preview, a:active img.preview { border-color: #666; } /* Section ........................................... */ a.section:link, a.section:visited { color: #fff; } /* Pretitle ........................................... */ .pretitle { margin: -16px 0 0; } .pretitle a { font-size: 11px; line-height: 15px; font-weight: bold; } /* Iconic Links ------------------------------------------------------------------------------------------------------ */ a.addlink, a.changelink, a.deletelink, a.add-another, a.related-lookup, a.fb_show { background-repeat: no-repeat; background-color: transparent; } /* Hide Images in Templates ........................................... */ a.add-another img, a.related-lookup img { opacity: 0; } a.related-lookup img { display: none; } /* Add, Change, Delete, Add-Another ........................................... */ a.addlink, a.changelink, a.deletelink { position: relative; top: 0; margin: 0 0 -1px 10px; padding: 1px 0 0 14px; background-position: 0 50%; } a.addlink:link, a.addlink:visited { background-image: url('../img/icons/icon-addlink.png'); } a.addlink:hover, a.addlink:active { background-image: url('../img/icons/icon-addlink-hover.png'); } a.changelink:link, a.changelink:visited { background-image: url('../img/icons/icon-changelink.png'); } a.changelink:hover, a.changelink:active { background-image: url('../img/icons/icon-changelink-hover.png'); } a.deletelink { margin: 0; } a.add-another { position: relative; top: -2px; margin-left: 3px; vertical-align: top; font-size: 11px; line-height: 16px; background-position: 50% 50%; } a.add-another:link, a.add-another:visited { background-image: url('../img/icons/icon-add_another.png'); } a.add-another:hover, a.add-another:active { background-image: url('../img/icons/icon-add_another-hover.png'); } .change-list form table tbody td a.add-another, .change-list form table tbody th a.add-another { position: relative; top: -7px; } .radiolist.inline + a.add-another, .checkboxlist.inline + a.add-another { margin-left: -4px; } .vAutocompleteRawIdAdminField + a.add-another, .vM2MAutocompleteRawIdAdminField + a.add-another { /*margin-left: -8px;*/ } #changelist .result-list .vAutocompleteRawIdAdminField + a.add-another, #changelist .result-list .vM2MAutocompleteRawIdAdminField + a.add-another { /*margin-left: -9px;*/ } /* Related Lookup ........................................... */ a.related-lookup { background-position: 5px 5px; } a.related-lookup:link, a.related-lookup:visited { position: relative; top: 1px; padding: 6px 12px 5px; line-height: 0 !important; background-image: url('../img/icons/icon-related_lookup.png'); } a.related-lookup:hover, a.related-lookup:active { background-image: url('../img/icons/icon-related_lookup-hover.png'); } a.related-lookup + strong { position: relative; top: 1px; left: -6px; color: #555; font-size: 11px; font-weight: bold; } #changelist .result-list a.related-lookup { top: -1px; } /* Filebrowser ........................................... */ a.fb_show img { width: 0; height: 0; opacity: 0; } a.fb_show { background-position: 2px 3px; } a.fb_show:link, a.fb_show:visited { position: relative; padding: 7px 14px; line-height: 0 !important; border: none; background-image: url('../img/icons/icon-fb_show.png'); } a.fb_show:hover, a.fb_show:active { background-image: url('../img/icons/icon-fb_show-hover.png'); } /* Paragraphs ------------------------------------------------------------------------------------------------------ */ p { padding: 0; } h1 + p { margin: 0 0 15px; } .object-history p { padding: 5px 10px; } /* Listings ------------------------------------------------------------------------------------------------------ */ ul li { list-style-type: none; padding: 1px 0; } ul.plainlist { margin-left: 0; } ul.plainlist li { list-style-type: none; } #content ul { font-weight: bold; } #content p + ul, #content ul + ul { margin: 0 0 15px; } #content li ul { margin: 5px 0 0 15px; font-weight: normal; } dt { font-weight: bold; margin-top: 4px; } dd { margin-left: 0; } /* Blockquote, Pre, Code ------------------------------------------------------------------------------------------------------ */ blockquote { margin-left: 2px; padding-left: 4px; color: #777; font-size: 11px; border-left: 5px solid #ddd; } code, pre { color: #666; font-size: 11px; font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace; background: inherit; } pre.literal-block { margin-top: 10px; padding: 6px 8px; background: #eee; } code strong { color: #930; } hr { clear: both; margin: 0; padding: 0; height: 1px; color: #eee; font-size: 1px; line-height: 1px; border: none; background-color: #eee; } /* Text Styles & Modifiers ------------------------------------------------------------------------------------------------------ */ .small { font-size: 11px; } .tiny { font-size: 10px; } p.tiny { margin-top: -2px; } .mini { font-size: 9px; } p.mini { margin-top: -3px; } .help, p.help { color: #999; font-size: 10px; } p img, h1 img, h2 img, h3 img, h4 img, td img { vertical-align: middle; } .quiet, a.quiet:link, a.quiet:visited { color: #999 !important; font-weight: normal !important; } .quiet strong { font-weight: bold !important; } .float-right { float: right; } .float-left { float: left; } .clear { clear: both; } .align-left { text-align: left; } .align-right { text-align: right; } .example { margin: 10px 0; padding: 5px 10px; background: #efefef; } .nowrap { white-space: nowrap; }
tests/wpt/web-platform-tests/intersection-observer/zero-area-element-visible.html
dsandeephegde/servo
<!DOCTYPE html> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="./resources/intersection-observer-test-utils.js"></script> <style> pre, #log { position: absolute; top: 0; left: 200px; } #target { width: 0px; height: 0px; } </style> <div id='target'></div> <script> var entries = []; runTestCycle(function() { var target = document.getElementById('target'); assert_true(!!target, "target exists"); var observer = new IntersectionObserver(function(changes) { entries = entries.concat(changes) }); observer.observe(target); entries = entries.concat(observer.takeRecords()); assert_equals(entries.length, 0, "No initial notifications."); runTestCycle(step0, "First rAF should generate a notification."); }, "Ensure that a zero-area target intersecting root generates a notification with intersectionRatio == 1"); function step0() { assert_equals(entries.length, 1, "One notification."); assert_equals(entries[0].intersectionRatio, 1, "intersectionRatio == 1"); } </script>
yui/as-docs/com/yahoo/astra/fl/utils/package-detail.html
recap/weevilscout
<!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=UTF-8"> <link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"> <link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"> <title>com.yahoo.astra.fl.utils Summary</title> </head> <body> <script type="text/javascript" language="javascript" src="../../../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../../../cookies.js"></script><script type="text/javascript" language="javascript"> <!-- asdocTitle = 'com.yahoo.astra.fl.utils Package - YUI AS Component Documentation'; var baseRef = '../../../../../'; window.onload = configPage; --></script> <table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> <tr> <td align="left" class="titleTableTitle">YUI AS Component Documentation</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../package-summary.html">All&nbsp;Packages</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../class-summary.html">All&nbsp;Classes</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../../../index-list.html')" href="../../../../../all-index-A.html">Index</a>&nbsp;|&nbsp;<a href="../../../../../index.html?com/yahoo/astra/fl/utils/package-detail.html&amp;com/yahoo/astra/fl/utils/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No&nbsp;Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../../../images/logo.jpg"></td> </tr> <tr class="titleTableRow2"> <td align="left" id="subTitle" class="titleTableSubTitle">Package&nbsp;com.yahoo.astra.fl.utils</td><td align="right" id="subNav" class="titleTableSubNav"><a href="package-detail.html#classSummary">Classes</a></td> </tr> <tr class="titleTableRow3"> <td colspan="2">&nbsp;</td> </tr> </table> <script type="text/javascript" language="javascript"> <!-- if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Package com.yahoo.astra.fl.utils"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false,false,true,false);} --></script> <div class="MainContent"> <br> <br> <hr> <a name="classSummary"></a> <div class="summaryTableTitle">Classes</div> <table class="summaryTable" cellspacing="0" cellpadding="3"> <tr> <th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th> </tr> <tr class="prow1"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="UIComponentUtil.html">UIComponentUtil</a></td><td class="summaryTableLastCol"> Utility functions for use with UIComponents.</td> </tr> </table> <p></p> <div> <p></p> <center class="copyright"> </center> </div> </div> </body> </html> <!-- -->
wts/tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_auto.html
hgl888/web-testing-service
<!DOCTYPE html> <!-- Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Liu, Jinfeng <[email protected]> --> <html> <head> <title>CSS3 Backgrounds Test: CSS3BG_border-image-repeat_repeat-x_url_png_auto</title> <link rel="author" title="Intel" href="http://www.intel.com/" /> <link rel="help" href="http://www.w3.org/TR/2012/CR-css3-background-20120724/#border-image-repeat" /> <meta name="flags" content="" /> <meta name="assert" content="Check if 'border-image-repeat:repeat-x;border-image-source:url(support/swatch-orange.png);border-image-width:auto' on test div" /> <script type="text/javascript" src="../resources/testharness.js"></script> <script type="text/javascript" src="../resources/testharnessreport.js"></script> <script type="text/javascript" src="support/support.js"></script> <style> #test{ height: 200px; width: 300px; padding: 5px; border: 5px solid black; margin: 5px; background: blue; } </style> </head> <body> <div id="log"></div> <div id="test"></div> <script type="text/javascript"> var div = document.querySelector("#test"); var t = async_test(document.title, {timeout: 500}); t.step(function () { div.style[headProp("border-image-repeat")] = "repeat-x"; div.style[headProp("border-image-source")] = "url(support/swatch-orange.png)"; div.style[headProp("border-image-width")] = "auto"; var propvalue = GetCurrentStyle("border-image-repeat"); assert_equals(propvalue, "stretch", "The element border-image-repeat should "); var borderImageWidth = GetCurrentStyle("border-image-width"); assert_equals(borderImageWidth, "auto", "The element border-image-width should "); var borderImageSource = GetCurrentStyle("border-image-source"); prop = borderImageSource.indexOf("support/swatch-orange.png") != -1; assert_true(prop, "The element border-image-source should be url(support/swatch-orange.png)"); }); t.done(); </script> </body> </html>
wp-content/themes/vantage/extras/settings/css/tour.css
cristylk/hemeramarketing-website
#settings-tour-modal, #settings-tour-overlay { position: fixed; z-index: 150000; } #settings-tour-modal { background: #F9F9F9; top: 50%; left: 50%; width: 1180px; margin: -213px 0 0 -590px; } #settings-tour-modal #settings-tour-step-content { padding: 20px; } #settings-tour-modal #settings-tour-step-content .left-column { position: relative; float: left; width: 460px; height: 100%; } #settings-tour-modal #settings-tour-step-content .left-column .play-video { top: 0; left: 0; width: 460px; height: 320px; background: url("../images/video.png") no-repeat; position: absolute; } #settings-tour-modal #settings-tour-step-content .left-column img { border: 1px solid #E0E0E0; } #settings-tour-modal #settings-tour-step-content .right-column { float: right; width: 640px; height: 100%; } #settings-tour-modal #settings-tour-step-content .right-column h2 { font-weight: 200; font-size: 28px; margin: 0.4em 0 1em 0; color: #505050; } #settings-tour-modal #settings-tour-step-content .right-column p.step-content { color: #6a6a6a; font-size: 1.1em; margin: 1em 0; } #settings-tour-modal #settings-tour-step-content .siteorigin-settings-form { margin-top: 2em; } #settings-tour-modal #settings-tour-step-content .siteorigin-settings-form .form-table th { width: 1%; white-space: nowrap; padding: 10px 40px 10px 0; } #settings-tour-modal #settings-tour-step-content .siteorigin-settings-form .form-table td { padding: 0; } #settings-tour-modal #settings-tour-step-content .siteorigin-settings-form .description { font-size: 0.75em; } #settings-tour-modal #settings-tour-toolbar { background: #FFFFFF; border-top: 1px solid #dddddd; padding: 15px 20px; text-align: right; } #settings-tour-modal #settings-tour-toolbar input { display: inline-block; margin-left: 6px; } #settings-tour-modal #settings-tour-toolbar input:active, #settings-tour-modal #settings-tour-toolbar input:focus { outline: none; } #settings-tour-modal #settings-tour-toolbar .cancel { margin-left: 12px; text-decoration: none; color: #333333; } #settings-tour-modal #settings-tour-toolbar .cancel:hover { text-decoration: underline; } #settings-tour-modal #settings-tour-toolbar .tour-progress { float: left; margin-top: 6px; color: #666666; } #settings-tour-modal #siteorigin-settings-tour-navigation { margin-top: 0.75em; float: right; } #settings-tour-modal .dashicons, #settings-tour-modal .tour-next, #settings-tour-modal .tour-previous { cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #settings-tour-modal .settings-form-buttons { margin-top: 2em; } #settings-tour-modal .settings-form-buttons .tour-next { position: relative; padding-right: 2.25em; } #settings-tour-modal .settings-form-buttons .tour-next .dashicons { font-size: 1em; display: inline; width: auto; height: auto; position: absolute; top: 50%; right: 12px; margin-top: -0.475em; } #settings-tour-overlay { background: rgba(0, 0, 0, 0.8); top: 0; left: 0; width: 100%; height: 100%; }
webpage/jupyter_notebook_jekyll_theme/_layouts/archive-taxonomy.html
BiG-CZ/notebook_data_demo
--- layout: default author_profile: false --- <div id="main" role="main"> {% include sidebar.html %} <div class="archive"> <h1 class="page__title">{{ page.title }}</h1> {% include base_path %} {% for post in page.posts %} {% include archive-single.html %} {% endfor %} </div> </div>
vendor/aosp/framework-res/res/raw-es/loaderror.html
baidurom/devices-base
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> <title>P&aacute;gina web no disponible</title> <style type="text/css"> body { margin-top: 0px; padding-top: 0px; } h2 { margin-top: 5px; padding-top: 0px; } </style> <body> <img src="file:///android_asset/webkit/android-weberror.png" align="top" /> <h2>P&aacute;gina web no disponible</h2> <p>La p&aacute;gina web <a href="%s">%s</a> no se ha podido cargar como:</p> <!-- The %e is replaced by a localized error string --> <p>%e</p> </body> </head> </html>
third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html
XiaosongWei/chromium-crosswalk
<!DOCTYPE html> <html> <head> <title> Test case for https://bugs.webkit.org/show_bug.cgi?id=61338 </title> <style> .rotated { transform:rotate(50deg); } </style> <script src="resources/text-based-repaint.js" type="text/javascript"></script> <script> function repaintTest() { document.getElementById('rel').classList.remove('rotated'); } </script> </head> <body onload="runRepaintTest()"> <!-- <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=61338">61338</a>: Element not fully repainted after application and removal of transform </p> <p> The test PASSES only if all the four borders of the box are displayed in green</p> --> <div id="rel" class="rotated" style="height:50px; width:200px; background-color:yellow ; border:10px solid green;"> </div> </body> </html>
website/tools/compressor/tests/test_templates/test_block_super_multiple_cached/base.html
hzlf/openbroadcast
{% spaceless %} {% block js %} <script type="text/javascript"> alert("test using multiple inheritance and block.super"); </script> {% endblock %} {% block css %} <style type="text/css"> body { background: red; } </style> {% endblock %} {% endspaceless %}
xworker_explorer/xworker/webroot/fckeditor/4_1/samples/old/appendto.html
x-meta/xworker
<!DOCTYPE html> <!-- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license --> <html> <head> <meta charset="utf-8"> <title>Append To Page Element Using JavaScript Code &mdash; CKEditor Sample</title> <script src="../../ckeditor.js"></script> <link rel="stylesheet" href="sample.css"> </head> <body> <h1 class="samples"> <a href="index.html">CKEditor Samples</a> &raquo; Append To Page Element Using JavaScript Code </h1> <div class="warning deprecated"> This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. </div> <div id="section1"> <div class="description"> <p> The <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR-method-appendTo">CKEDITOR.appendTo()</a></code> method serves to to place editors inside existing DOM elements. Unlike <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR-method-replace">CKEDITOR.replace()</a></code>, a target container to be replaced is no longer necessary. A new editor instance is inserted directly wherever it is desired. </p> <pre class="samples">CKEDITOR.appendTo( '<em>container_id</em>', { /* Configuration options to be used. */ } 'Editor content to be used.' );</pre> </div> <script> // This call can be placed at any point after the // DOM element to append CKEditor to or inside the <head><script> // in a window.onload event handler. // Append a CKEditor instance using the default configuration and the // provided content to the <div> element of ID "section1". CKEDITOR.appendTo( 'section1', null, '<p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>' ); </script> </div> <br> <div id="footer"> <hr> <p> CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> </body> </html>
_includes/head.html
lachlanhurst/observedearth-web
<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, maximum-scale=1.0"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <meta name="author" content="{{ site.author.name }}" /> {% if page.subtitle %} <meta name="description" content="{{ page.subtitle }}"> {% endif %} <link rel="alternate" type="application/rss+xml" title="{{ site.title }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" /> {% if layout.common-ext-css %} {% for css in layout.common-ext-css %} <link rel="stylesheet" href="{{ css }}" /> {% endfor %} {% endif %} {% if layout.common-css %} {% for css in layout.common-css %} <link rel="stylesheet" href="{{ css | prepend: site.baseurl | replace: '//', '/' }}" /> {% endfor %} {% endif %} {% if layout.common-googlefonts %} {% for font in layout.common-googlefonts %} <link rel="stylesheet" href="//fonts.googleapis.com/css?family={{ font }}" /> {% endfor %} {% endif %} {% if page.ext-css %} {% for css in page.ext-css %} <link rel="stylesheet" href="{{ css }}" /> {% endfor %} {% endif %} {% if page.css %} {% for css in page.css %} <link rel="stylesheet" href="{{ css | prepend: site.baseurl | replace: '//', '/' }}" /> {% endfor %} {% endif %} {% if page.googlefonts %} {% for font in page.googlefonts %} <link rel="stylesheet" href="//fonts.googleapis.com/css?family={{ font }}" /> {% endfor %} {% endif %} <!-- Facebook OpenGraph tags --> <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" /> <meta property="og:type" content="website" /> {% if page.id %} <meta property="og:url" content="{{ site.url }}{{ page.url }}/" /> {% else %} <meta property="og:url" content="{{ site.url }}{{ page.url | remove: '/index.html' | remove: '.html' }}" /> {% endif %} {% if page.fb-img %} <meta property="og:image" content="{{ page.fb-img }}" /> {% elsif site.avatar %} <meta property="og:image" content="{{ site.url }}{{ site.avatar }}" /> {% else %} <meta property="og:image" content="" /> {% endif %} </head>
static/themes/bootstrap/filter.css
devinbalkind/eden
#datatable-filter-form td, #summary-filter-form td, #datalist-filter-form td { border: none; } .filter-controls { clear: both; } /*button.btn.btn-primary.btn-filter,*/ input.btn.btn-primary.filter-submit { width: 90%; padding-right: 5px; padding-left: 5px; } input.btn.btn-primary.filter-submit.filter-ajax { width: 100%; margin-top: 15px; margin-bottom: -15px; margin-left: -1px; } /* Responsive styling */ input.filter-search{ width: 50%; text-align: left; } /* Large desktop */ @media (min-width: 1200px) { input.filter-search{ width: 66%; } } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { input.filter-search{ width: 33%; } input.btn.btn-primary.filter-submit.filter-ajax { width: 100%; margin-left: -1px; } } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { input.filter-search{ width: 100% !important; } input.btn.btn-primary.filter-submit.filter-ajax { width: 100%; margin-left: -1px; } } /* Landscape phones and down */ @media (max-width: 480px) { input.filter-search{ width: 100% !important; } }
tools/addon-sdk-1.16/lib/sdk/ui/frame/view.html
willium/browser-extension
<script> // HACK: This is not an ideal way to deliver chrome messages // to a innef frame content but seems only way that would // make `event.source` an this (outer frame) window. window.onmessage = function(event) { var frame = document.querySelector("iframe"); var content = frame.contentWindow; // If message is posted from chrome it has no `event.source`. if (event.source === null) content.postMessage(event.data, "*"); }; // Hack: Ideally we would have used srcdoc on iframe, but in // that case origin of document is either content which is unable // to load add-on resources or a chrome to which add-on resource // can not send messages back. document.documentElement.style.overflow = "hidden"; document.documentElement.innerHTML = atob(location.hash.substr(1)); </script>
third_party/blink/web_tests/external/wpt/css/css-backgrounds/border-image-slice-shorthand-reset.html
scheib/chromium
<!DOCTYPE html> <link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-image-slice" /> <link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-image" /> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <style> div { border: 1px solid; border-image-slice: 1; } div { /* Should reset border-image-slice */ border-image: linear-gradient(black, black); } </style> <div>This text should not have a border, just corner dots</div> <script> test(() => { assert_equals(getComputedStyle(document.querySelector("div")).borderImageSlice, "100%"); }, "Check that the border-image shorthand resets border-image-slice to its initial value."); </script>
ajax/libs/oojs-ui/0.12.4/oojs-ui-mediawiki-icons-editing-styling.rtl.css
brix/cdnjs
/*! * OOjs UI v0.12.4 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2015 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2015-08-13T21:01:12Z */ .oo-ui-icon-bigger { background-image: url("themes/mediawiki/images/icons/bigger-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bigger-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bigger-rtl.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bigger-rtl.png"); } .oo-ui-icon-bigger-invert { background-image: url("themes/mediawiki/images/icons/bigger-rtl-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bigger-rtl-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bigger-rtl-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bigger-rtl-invert.png"); } .oo-ui-icon-smaller { background-image: url("themes/mediawiki/images/icons/smaller-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/smaller-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/smaller-rtl.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/smaller-rtl.png"); } .oo-ui-icon-smaller-invert { background-image: url("themes/mediawiki/images/icons/smaller-rtl-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/smaller-rtl-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/smaller-rtl-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/smaller-rtl-invert.png"); } .oo-ui-icon-subscript { background-image: url("themes/mediawiki/images/icons/subscript-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/subscript-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/subscript-rtl.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/subscript-rtl.png"); } .oo-ui-icon-subscript-invert { background-image: url("themes/mediawiki/images/icons/subscript-rtl-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/subscript-rtl-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/subscript-rtl-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/subscript-rtl-invert.png"); } .oo-ui-icon-superscript { background-image: url("themes/mediawiki/images/icons/superscript-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/superscript-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/superscript-rtl.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/superscript-rtl.png"); } .oo-ui-icon-superscript-invert { background-image: url("themes/mediawiki/images/icons/superscript-rtl-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/superscript-rtl-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/superscript-rtl-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/superscript-rtl-invert.png"); } .oo-ui-icon-bold { background-image: url("themes/mediawiki/images/icons/bold-a.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-a.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-a.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-a.png"); } /* @noflip */ .oo-ui-icon-bold:lang(ar) { background-image: url("themes/mediawiki/images/icons/bold-arab-ain.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-ain.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-ain.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-arab-ain.png"); } /* @noflip */ .oo-ui-icon-bold:lang(be) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-te.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-te.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-te.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-te.png"); } /* @noflip */ .oo-ui-icon-bold:lang(cs) { background-image: url("themes/mediawiki/images/icons/bold-b.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b.png"); } /* @noflip */ .oo-ui-icon-bold:lang(en) { background-image: url("themes/mediawiki/images/icons/bold-b.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b.png"); } /* @noflip */ .oo-ui-icon-bold:lang(he) { background-image: url("themes/mediawiki/images/icons/bold-b.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b.png"); } /* @noflip */ .oo-ui-icon-bold:lang(ml) { background-image: url("themes/mediawiki/images/icons/bold-b.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b.png"); } /* @noflip */ .oo-ui-icon-bold:lang(pl) { background-image: url("themes/mediawiki/images/icons/bold-b.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b.png"); } /* @noflip */ .oo-ui-icon-bold:lang(sco) { background-image: url("themes/mediawiki/images/icons/bold-b.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b.png"); } /* @noflip */ .oo-ui-icon-bold:lang(da) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(de) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(hu) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(ksh) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(nn) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(no) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(sv) { background-image: url("themes/mediawiki/images/icons/bold-f.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f.png"); } /* @noflip */ .oo-ui-icon-bold:lang(es) { background-image: url("themes/mediawiki/images/icons/bold-n.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-n.png"); } /* @noflip */ .oo-ui-icon-bold:lang(gl) { background-image: url("themes/mediawiki/images/icons/bold-n.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-n.png"); } /* @noflip */ .oo-ui-icon-bold:lang(pt) { background-image: url("themes/mediawiki/images/icons/bold-n.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-n.png"); } /* @noflip */ .oo-ui-icon-bold:lang(eu) { background-image: url("themes/mediawiki/images/icons/bold-l.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-l.png"); } /* @noflip */ .oo-ui-icon-bold:lang(fi) { background-image: url("themes/mediawiki/images/icons/bold-l.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-l.png"); } /* @noflip */ .oo-ui-icon-bold:lang(fa) { background-image: url("themes/mediawiki/images/icons/bold-arab-dad.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-dad.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-dad.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-arab-dad.png"); } /* @noflip */ .oo-ui-icon-bold:lang(fr) { background-image: url("themes/mediawiki/images/icons/bold-g.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-g.png"); } /* @noflip */ .oo-ui-icon-bold:lang(it) { background-image: url("themes/mediawiki/images/icons/bold-g.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-g.png"); } /* @noflip */ .oo-ui-icon-bold:lang(hy) { background-image: url("themes/mediawiki/images/icons/bold-armn-to.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-armn-to.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-armn-to.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-armn-to.png"); } /* @noflip */ .oo-ui-icon-bold:lang(ka) { background-image: url("themes/mediawiki/images/icons/bold-geor-man.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-geor-man.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-geor-man.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-geor-man.png"); } /* @noflip */ .oo-ui-icon-bold:lang(ky) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-zhe.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-zhe.png"); } /* @noflip */ .oo-ui-icon-bold:lang(ru) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-zhe.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-zhe.png"); } /* @noflip */ .oo-ui-icon-bold:lang(nl) { background-image: url("themes/mediawiki/images/icons/bold-v.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-v.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-v.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-v.png"); } /* @noflip */ .oo-ui-icon-bold:lang(os) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-be.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-be.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-be.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-be.png"); } .oo-ui-icon-bold-invert { background-image: url("themes/mediawiki/images/icons/bold-a-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-a-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-a-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-a-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(ar) { background-image: url("themes/mediawiki/images/icons/bold-arab-ain-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-ain-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-ain-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-arab-ain-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(be) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-te-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-te-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-te-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-te-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(cs) { background-image: url("themes/mediawiki/images/icons/bold-b-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(en) { background-image: url("themes/mediawiki/images/icons/bold-b-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(he) { background-image: url("themes/mediawiki/images/icons/bold-b-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(ml) { background-image: url("themes/mediawiki/images/icons/bold-b-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(pl) { background-image: url("themes/mediawiki/images/icons/bold-b-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(sco) { background-image: url("themes/mediawiki/images/icons/bold-b-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-b-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-b-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(da) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(de) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(hu) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(ksh) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(nn) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(no) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(sv) { background-image: url("themes/mediawiki/images/icons/bold-f-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-f-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-f-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(es) { background-image: url("themes/mediawiki/images/icons/bold-n-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-n-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(gl) { background-image: url("themes/mediawiki/images/icons/bold-n-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-n-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(pt) { background-image: url("themes/mediawiki/images/icons/bold-n-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-n-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-n-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(eu) { background-image: url("themes/mediawiki/images/icons/bold-l-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-l-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(fi) { background-image: url("themes/mediawiki/images/icons/bold-l-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-l-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-l-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(fa) { background-image: url("themes/mediawiki/images/icons/bold-arab-dad-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-dad-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-arab-dad-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-arab-dad-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(fr) { background-image: url("themes/mediawiki/images/icons/bold-g-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-g-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(it) { background-image: url("themes/mediawiki/images/icons/bold-g-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-g-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-g-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(hy) { background-image: url("themes/mediawiki/images/icons/bold-armn-to-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-armn-to-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-armn-to-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-armn-to-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(ka) { background-image: url("themes/mediawiki/images/icons/bold-geor-man-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-geor-man-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-geor-man-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-geor-man-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(ky) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(ru) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-zhe-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(nl) { background-image: url("themes/mediawiki/images/icons/bold-v-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-v-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-v-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-v-invert.png"); } /* @noflip */ .oo-ui-icon-bold-invert:lang(os) { background-image: url("themes/mediawiki/images/icons/bold-cyrl-be-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-be-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/bold-cyrl-be-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/bold-cyrl-be-invert.png"); } .oo-ui-icon-italic { background-image: url("themes/mediawiki/images/icons/italic-a.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-a.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-a.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-a.png"); } /* @noflip */ .oo-ui-icon-italic:lang(ar) { background-image: url("themes/mediawiki/images/icons/italic-arab-meem.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-meem.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-meem.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-arab-meem.png"); } /* @noflip */ .oo-ui-icon-italic:lang(cs) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(en) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(fr) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(he) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(ml) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(pl) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(pt) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(sco) { background-image: url("themes/mediawiki/images/icons/italic-i.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i.png"); } /* @noflip */ .oo-ui-icon-italic:lang(be) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(da) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(de) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(fi) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(ky) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(nn) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(no) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(os) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(sv) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(ru) { background-image: url("themes/mediawiki/images/icons/italic-k.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k.png"); } /* @noflip */ .oo-ui-icon-italic:lang(es) { background-image: url("themes/mediawiki/images/icons/italic-c.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c.png"); } /* @noflip */ .oo-ui-icon-italic:lang(gl) { background-image: url("themes/mediawiki/images/icons/italic-c.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c.png"); } /* @noflip */ .oo-ui-icon-italic:lang(it) { background-image: url("themes/mediawiki/images/icons/italic-c.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c.png"); } /* @noflip */ .oo-ui-icon-italic:lang(nl) { background-image: url("themes/mediawiki/images/icons/italic-c.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c.png"); } /* @noflip */ .oo-ui-icon-italic:lang(eu) { background-image: url("themes/mediawiki/images/icons/italic-e.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-e.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-e.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-e.png"); } /* @noflip */ .oo-ui-icon-italic:lang(fa) { background-image: url("themes/mediawiki/images/icons/italic-arab-keheh-jeem.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-keheh-jeem.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-keheh-jeem.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-arab-keheh-jeem.png"); } /* @noflip */ .oo-ui-icon-italic:lang(hu) { background-image: url("themes/mediawiki/images/icons/italic-d.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-d.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-d.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-d.png"); } /* @noflip */ .oo-ui-icon-italic:lang(hy) { background-image: url("themes/mediawiki/images/icons/italic-armn-sha.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-armn-sha.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-armn-sha.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-armn-sha.png"); } /* @noflip */ .oo-ui-icon-italic:lang(ksh) { background-image: url("themes/mediawiki/images/icons/italic-s.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-s.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-s.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-s.png"); } /* @noflip */ .oo-ui-icon-italic:lang(ka) { background-image: url("themes/mediawiki/images/icons/italic-geor-kan.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-geor-kan.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-geor-kan.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-geor-kan.png"); } .oo-ui-icon-italic-invert { background-image: url("themes/mediawiki/images/icons/italic-a-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-a-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-a-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-a-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(ar) { background-image: url("themes/mediawiki/images/icons/italic-arab-meem-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-meem-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-meem-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-arab-meem-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(cs) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(en) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(fr) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(he) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(ml) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(pl) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(pt) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(sco) { background-image: url("themes/mediawiki/images/icons/italic-i-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-i-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-i-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(be) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(da) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(de) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(fi) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(ky) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(nn) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(no) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(os) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(sv) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(ru) { background-image: url("themes/mediawiki/images/icons/italic-k-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-k-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-k-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(es) { background-image: url("themes/mediawiki/images/icons/italic-c-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(gl) { background-image: url("themes/mediawiki/images/icons/italic-c-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(it) { background-image: url("themes/mediawiki/images/icons/italic-c-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(nl) { background-image: url("themes/mediawiki/images/icons/italic-c-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-c-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-c-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(eu) { background-image: url("themes/mediawiki/images/icons/italic-e-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-e-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-e-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-e-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(fa) { background-image: url("themes/mediawiki/images/icons/italic-arab-keheh-jeem-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-keheh-jeem-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-arab-keheh-jeem-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-arab-keheh-jeem-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(hu) { background-image: url("themes/mediawiki/images/icons/italic-d-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-d-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-d-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-d-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(hy) { background-image: url("themes/mediawiki/images/icons/italic-armn-sha-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-armn-sha-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-armn-sha-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-armn-sha-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(ksh) { background-image: url("themes/mediawiki/images/icons/italic-s-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-s-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-s-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-s-invert.png"); } /* @noflip */ .oo-ui-icon-italic-invert:lang(ka) { background-image: url("themes/mediawiki/images/icons/italic-geor-kan-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-geor-kan-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/italic-geor-kan-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/italic-geor-kan-invert.png"); } .oo-ui-icon-strikethrough { background-image: url("themes/mediawiki/images/icons/strikethrough-a.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-a.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-a.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/strikethrough-a.png"); } /* @noflip */ .oo-ui-icon-strikethrough:lang(en) { background-image: url("themes/mediawiki/images/icons/strikethrough-s.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-s.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-s.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/strikethrough-s.png"); } /* @noflip */ .oo-ui-icon-strikethrough:lang(fi) { background-image: url("themes/mediawiki/images/icons/strikethrough-y.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-y.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-y.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/strikethrough-y.png"); } .oo-ui-icon-strikethrough-invert { background-image: url("themes/mediawiki/images/icons/strikethrough-a-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-a-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-a-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/strikethrough-a-invert.png"); } /* @noflip */ .oo-ui-icon-strikethrough-invert:lang(en) { background-image: url("themes/mediawiki/images/icons/strikethrough-s-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-s-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-s-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/strikethrough-s-invert.png"); } /* @noflip */ .oo-ui-icon-strikethrough-invert:lang(fi) { background-image: url("themes/mediawiki/images/icons/strikethrough-y-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-y-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/strikethrough-y-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/strikethrough-y-invert.png"); } .oo-ui-icon-underline { background-image: url("themes/mediawiki/images/icons/underline-a.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-a.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-a.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/underline-a.png"); } /* @noflip */ .oo-ui-icon-underline:lang(en) { background-image: url("themes/mediawiki/images/icons/underline-u.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-u.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-u.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/underline-u.png"); } .oo-ui-icon-underline-invert { background-image: url("themes/mediawiki/images/icons/underline-a-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-a-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-a-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/underline-a-invert.png"); } /* @noflip */ .oo-ui-icon-underline-invert:lang(en) { background-image: url("themes/mediawiki/images/icons/underline-u-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-u-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/underline-u-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/underline-u-invert.png"); } .oo-ui-icon-textLanguage { background-image: url("themes/mediawiki/images/icons/language.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/language.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/language.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/language.png"); } .oo-ui-icon-textLanguage-invert { background-image: url("themes/mediawiki/images/icons/language-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/language-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/language-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/language-invert.png"); } .oo-ui-icon-textDirLTR { background-image: url("themes/mediawiki/images/icons/text-dir-lefttoright.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-lefttoright.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-lefttoright.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/text-dir-lefttoright.png"); } .oo-ui-icon-textDirLTR-invert { background-image: url("themes/mediawiki/images/icons/text-dir-lefttoright-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-lefttoright-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-lefttoright-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/text-dir-lefttoright-invert.png"); } .oo-ui-icon-textDirRTL { background-image: url("themes/mediawiki/images/icons/text-dir-righttoleft.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-righttoleft.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-righttoleft.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/text-dir-righttoleft.png"); } .oo-ui-icon-textDirRTL-invert { background-image: url("themes/mediawiki/images/icons/text-dir-righttoleft-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-righttoleft-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-dir-righttoleft-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/text-dir-righttoleft-invert.png"); } .oo-ui-icon-textStyle { background-image: url("themes/mediawiki/images/icons/text-style.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-style.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-style.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/text-style.png"); } .oo-ui-icon-textStyle-invert { background-image: url("themes/mediawiki/images/icons/text-style-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-style-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/text-style-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/text-style-invert.png"); }
lib/oojs-ui/oojs-ui-mediawiki-icons-alerts.raster.css
jdloft/toolbar-proto
/*! * OOjs UI v0.9.7 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2015 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2015-04-03T21:10:27Z */ .oo-ui-icon-bell { background-image: /* @embed */ url(themes/mediawiki/images/icons/bell.png); } .oo-ui-icon-bellOn { background-image: /* @embed */ url(themes/mediawiki/images/icons/bellOn-ltr.png); } .oo-ui-icon-eye { background-image: /* @embed */ url(themes/mediawiki/images/icons/eye.png); } .oo-ui-icon-eyeClosed { background-image: /* @embed */ url(themes/mediawiki/images/icons/eyeClosed.png); } .oo-ui-icon-message { background-image: /* @embed */ url(themes/mediawiki/images/icons/message-ltr.png); } .oo-ui-icon-signature { background-image: /* @embed */ url(themes/mediawiki/images/icons/signature-ltr.png); } .oo-ui-icon-speechBubble { background-image: /* @embed */ url(themes/mediawiki/images/icons/speechBubble-ltr.png); } .oo-ui-icon-speechBubbleAdd { background-image: /* @embed */ url(themes/mediawiki/images/icons/speechBubbleAdd-ltr.png); } .oo-ui-icon-speechBubbles { background-image: /* @embed */ url(themes/mediawiki/images/icons/speechBubbles-ltr.png); }
chrome/common/extensions/docs/templates/public/apps/documentScan.html
Chilledheart/chromium
{{+partials.standard_apps_api api:apis.apps.document_scan intro:intros.documentScan chrome_os_only:true/}}
資源/Facemash/DataTables-1.9.4/examples/advanced_init/footer_callback.html
stevemoore113/ch_web_-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/media/images/favicon.ico" /> <title>DataTables example</title> <style type="text/css" title="currentStyle"> @import "../../media/css/demo_page.css"; @import "../../media/css/demo_table.css"; </style> <script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#example').dataTable( { "fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) { /* * Calculate the total market share for all browsers in this table (ie inc. outside * the pagination) */ var iTotalMarket = 0; for ( var i=0 ; i<aaData.length ; i++ ) { iTotalMarket += aaData[i][4]*1; } /* Calculate the market share for browsers on this page */ var iPageMarket = 0; for ( var i=iStart ; i<iEnd ; i++ ) { iPageMarket += aaData[ aiDisplay[i] ][4]*1; } /* Modify the footer row to match what we want */ var nCells = nRow.getElementsByTagName('th'); nCells[1].innerHTML = parseInt(iPageMarket * 100)/100 + '% ('+ parseInt(iTotalMarket * 100)/100 +'% total)'; } } ); } ); </script> </head> <body id="dt_example"> <div id="container"> <div class="full_width big"> DataTables footer callback example </div> <h1>Preamble</h1> <p>DataTables using the header and footer callback manipulation functions (fnHeaderCallback() and fnFooterCallback()) you can perform some powerful and useful data manipulation. The example given below shows how a callback function can be used to total up visible (and hidden) data, taking into account all of DataTable's features (pagination, filtering etc).</p> <h1>Live example</h1> <div id="demo"> <table cellpadding="0" cellspacing="0" border="0" class="display" id="example"> <thead> <tr> <th>Rendering engine</th> <th>Browser</th> <th>Engine version</th> <th>CSS grade</th> <th style="width: 150px">Market share (%)</th> </tr> </thead> <tbody> <tr class="gradeX"> <td>Trident</td> <td> Internet Explorer 4.0 </td> <td class="center">4</td> <td class="center">X</td> <td class="center">0.01</td> </tr> <tr class="gradeC"> <td>Trident</td> <td>Internet Explorer 5.0</td> <td class="center">5</td> <td class="center">C</td> <td class="center">0.1</td> </tr> <tr class="gradeA"> <td>Trident</td> <td>Internet Explorer 5.5</td> <td class="center">5.5</td> <td class="center">A</td> <td class="center">0.5</td> </tr> <tr class="gradeA"> <td>Trident</td> <td>Internet Explorer 6</td> <td class="center">6</td> <td class="center">A</td> <td class="center">36</td> </tr> <tr class="gradeA"> <td>Trident</td> <td>Internet Explorer 7</td> <td class="center">7</td> <td class="center">A</td> <td class="center">41</td> </tr> <tr class="gradeA"> <td>Trident</td> <td>AOL browser (AOL desktop)</td> <td class="center">6</td> <td class="center">A</td> <td class="center">1</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 1.0</td> <td class="center">1.7</td> <td class="center">A</td> <td class="center">0.1</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 1.5</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.5</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 2.0</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">7</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Firefox 3.0</td> <td class="center">1.9</td> <td class="center">A</td> <td class="center">9</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Camino 1.0</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Camino 1.5</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Netscape 7.2</td> <td class="center">1.7</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Netscape Browser 8</td> <td class="center">1.7</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Netscape Navigator 9</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.0</td> <td class="center">1</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.1</td> <td class="center">1.1</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.2</td> <td class="center">1.2</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.3</td> <td class="center">1.3</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.4</td> <td class="center">1.4</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.5</td> <td class="center">1.5</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.6</td> <td class="center">1.6</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.7</td> <td class="center">1.7</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Mozilla 1.8</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Seamonkey 1.1</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Gecko</td> <td>Epiphany 2.20</td> <td class="center">1.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 1.2</td> <td class="center">125.5</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 1.3</td> <td class="center">312.8</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 2.0</td> <td class="center">419.3</td> <td class="center">A</td> <td class="center">1</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>Safari 3.0</td> <td class="center">522.1</td> <td class="center">A</td> <td class="center">2.2</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>OmniWeb 5.5</td> <td class="center">420</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>iPod Touch / iPhone</td> <td class="center">420.1</td> <td class="center">A</td> <td class="center">0.05</td> </tr> <tr class="gradeA"> <td>Webkit</td> <td>S60</td> <td class="center">413</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 7.0</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 7.5</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 8.0</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 8.5</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 9.0</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.1</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 9.2</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.2</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera 9.5</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.8</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Opera for Wii</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Nokia N800</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Presto</td> <td>Nintendo DS browser</td> <td class="center">8.5</td> <td class="center">C/A<sup>1</sup></td> <td class="center">0.01</td> </tr> <tr class="gradeC"> <td>KHTML</td> <td>Konqureror 3.1</td> <td class="center">3.1</td> <td class="center">C</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>KHTML</td> <td>Konqureror 3.3</td> <td class="center">3.3</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>KHTML</td> <td>Konqureror 3.5</td> <td class="center">3.5</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeX"> <td>Tasman</td> <td>Internet Explorer 4.5</td> <td class="center">-</td> <td class="center">X</td> <td class="center">0.01</td> </tr> <tr class="gradeC"> <td>Tasman</td> <td>Internet Explorer 5.1</td> <td class="center">1</td> <td class="center">C</td> <td class="center">0.01</td> </tr> <tr class="gradeC"> <td>Tasman</td> <td>Internet Explorer 5.2</td> <td class="center">1</td> <td class="center">C</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Misc</td> <td>NetFront 3.1</td> <td class="center">-</td> <td class="center">C</td> <td class="center">0.01</td> </tr> <tr class="gradeA"> <td>Misc</td> <td>NetFront 3.4</td> <td class="center">-</td> <td class="center">A</td> <td class="center">0.01</td> </tr> <tr class="gradeX"> <td>Misc</td> <td>Dillo 0.8</td> <td class="center">-</td> <td class="center">X</td> <td class="center">0.01</td> </tr> <tr class="gradeX"> <td>Misc</td> <td>Links</td> <td class="center">-</td> <td class="center">X</td> <td class="center">0.01</td> </tr> <tr class="gradeX"> <td>Misc</td> <td>Lynx</td> <td class="center">-</td> <td class="center">X</td> <td class="center">0.01</td> </tr> <tr class="gradeC"> <td>Misc</td> <td>IE Mobile</td> <td class="center">-</td> <td class="center">C</td> <td class="center">0.01</td> </tr> <tr class="gradeC"> <td>Misc</td> <td>PSP browser</td> <td class="center">-</td> <td class="center">C</td> <td class="center">0.01</td> </tr> <tr class="gradeU"> <td>Other browsers</td> <td>All others</td> <td class="center">-</td> <td class="center">U</td> <td class="center">0.04</td> </tr> </tbody> <tfoot> <tr> <th style="text-align:right" colspan="4">Total:</th> <th></th> </tr> </tfoot> </table> </div> <div class="spacer"></div> <p class="space">Warning! The market share information given in this table is <b>fabricated</b> using a combination of (mild) judgement, the <a href="http://www.mail-archive.com/[email protected]/msg03899.html">BBC Browser Statistics</a> information and statistics from <a href="http://www.thecounter.com/stats/2008/August/browser.php">TheCounter.com</a>. THe lowest usage given to anyone browser is 0.01 for reasons of this example.</p> <h1>Initialisation code</h1> <pre class="brush: js;">$(document).ready(function() { $('#example').dataTable( { "fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) { /* * Calculate the total market share for all browsers in this table (ie inc. outside * the pagination) */ var iTotalMarket = 0; for ( var i=0 ; i&lt;aaData.length ; i++ ) { iTotalMarket += aaData[i][4]*1; } /* Calculate the market share for browsers on this page */ var iPageMarket = 0; for ( var i=iStart ; i&lt;iEnd ; i++ ) { iPageMarket += aaData[ aiDisplay[i] ][4]*1; } /* Modify the footer row to match what we want */ var nCells = nRow.getElementsByTagName('th'); nCells[1].innerHTML = parseInt(iPageMarket * 100)/100 + '% ('+ parseInt(iTotalMarket * 100)/100 +'% total)'; } } ); } );</pre> <style type="text/css"> @import "../examples_support/syntax/css/shCore.css"; </style> <script type="text/javascript" language="javascript" src="../examples_support/syntax/js/shCore.js"></script> <h1>Other examples</h1> <div class="demo_links"> <h2>Basic initialisation</h2> <ul> <li><a href="../basic_init/zero_config.html">Zero configuration</a></li> <li><a href="../basic_init/filter_only.html">Feature enablement</a></li> <li><a href="../basic_init/table_sorting.html">Sorting data</a></li> <li><a href="../basic_init/multi_col_sort.html">Multi-column sorting</a></li> <li><a href="../basic_init/multiple_tables.html">Multiple tables</a></li> <li><a href="../basic_init/hidden_columns.html">Hidden columns</a></li> <li><a href="../basic_init/complex_header.html">Complex headers - grouping with colspan</a></li> <li><a href="../basic_init/dom.html">DOM positioning</a></li> <li><a href="../basic_init/flexible_width.html">Flexible table width</a></li> <li><a href="../basic_init/state_save.html">State saving</a></li> <li><a href="../basic_init/alt_pagination.html">Alternative pagination styles</a></li> <li>Scrolling: <br> <a href="../basic_init/scroll_x.html">Horizontal</a> / <a href="../basic_init/scroll_y.html">Vertical</a> / <a href="../basic_init/scroll_xy.html">Both</a> / <a href="../basic_init/scroll_y_theme.html">Themed</a> / <a href="../basic_init/scroll_y_infinite.html">Infinite</a> </li> <li><a href="../basic_init/language.html">Change language information (internationalisation)</a></li> <li><a href="../basic_init/themes.html">ThemeRoller themes (Smoothness)</a></li> </ul> <h2>Advanced initialisation</h2> <ul> <li>Events: <br> <a href="../advanced_init/events_live.html">Live events</a> / <a href="../advanced_init/events_pre_init.html">Pre-init</a> / <a href="../advanced_init/events_post_init.html">Post-init</a> </li> <li><a href="../advanced_init/column_render.html">Column rendering</a></li> <li><a href="../advanced_init/html_sort.html">Sorting without HTML tags</a></li> <li><a href="../advanced_init/dom_multiple_elements.html">Multiple table controls (sDom)</a></li> <li><a href="../advanced_init/length_menu.html">Defining length menu options</a></li> <li><a href="../advanced_init/complex_header.html">Complex headers and hidden columns</a></li> <li><a href="../advanced_init/dom_toolbar.html">Custom toolbar (element) around table</a></li> <li><a href="../advanced_init/highlight.html">Row highlighting with CSS</a></li> <li><a href="../advanced_init/row_grouping.html">Row grouping</a></li> <li><a href="../advanced_init/row_callback.html">Row callback</a></li> <li><a href="../advanced_init/footer_callback.html">Footer callback</a></li> <li><a href="../advanced_init/sorting_control.html">Control sorting direction of columns</a></li> <li><a href="../advanced_init/language_file.html">Change language information from a file (internationalisation)</a></li> <li><a href="../advanced_init/defaults.html">Setting defaults</a></li> <li><a href="../advanced_init/localstorage.html">State saving with localStorage</a></li> <li><a href="../advanced_init/dt_events.html">Custom events</a></li> </ul> <h2>API</h2> <ul> <li><a href="../api/add_row.html">Dynamically add a new row</a></li> <li><a href="../api/multi_filter.html">Individual column filtering (using "input" elements)</a></li> <li><a href="../api/multi_filter_select.html">Individual column filtering (using "select" elements)</a></li> <li><a href="../api/highlight.html">Highlight rows and columns</a></li> <li><a href="../api/row_details.html">Show and hide details about a particular record</a></li> <li><a href="../api/select_row.html">User selectable rows (multiple rows)</a></li> <li><a href="../api/select_single_row.html">User selectable rows (single row) and delete rows</a></li> <li><a href="../api/editable.html">Editable rows (with jEditable)</a></li> <li><a href="../api/form.html">Submit form with elements in table</a></li> <li><a href="../api/counter_column.html">Index column (static number column)</a></li> <li><a href="../api/show_hide.html">Show and hide columns dynamically</a></li> <li><a href="../api/api_in_init.html">API function use in initialisation object (callback)</a></li> <li><a href="../api/tabs_and_scrolling.html">DataTables scrolling and tabs</a></li> <li><a href="../api/regex.html">Regular expression filtering</a></li> </ul> </div> <div class="demo_links"> <h2>Data sources</h2> <ul> <li><a href="../data_sources/dom.html">DOM</a></li> <li><a href="../data_sources/js_array.html">Javascript array</a></li> <li><a href="../data_sources/ajax.html">Ajax source</a></li> <li><a href="../data_sources/server_side.html">Server side processing</a></li> </ul> <h2>Server-side processing</h2> <ul> <li><a href="../server_side/server_side.html">Obtain server-side data</a></li> <li><a href="../server_side/custom_vars.html">Add extra HTTP variables</a></li> <li><a href="../server_side/post.html">Use HTTP POST</a></li> <li><a href="../server_side/ids.html">Automatic addition of IDs and classes to rows</a></li> <li><a href="../server_side/object_data.html">Reading table data from objects</a></li> <li><a href="../server_side/row_details.html">Show and hide details about a particular record</a></li> <li><a href="../server_side/select_rows.html">User selectable rows (multiple rows)</a></li> <li><a href="../server_side/jsonp.html">JSONP for a cross domain data source</a></li> <li><a href="../server_side/editable.html">jEditable integration with DataTables</a></li> <li><a href="../server_side/defer_loading.html">Deferred loading of Ajax data</a></li> <li><a href="../server_side/pipeline.html">Pipelining data (reduce Ajax calls for paging)</a></li> </ul> <h2>Ajax data source</h2> <ul> <li><a href="../ajax/ajax.html">Ajax sourced data (array of arrays)</a></li> <li><a href="../ajax/objects.html">Ajax sourced data (array of objects)</a></li> <li><a href="../ajax/defer_render.html">Deferred DOM creation for extra speed</a></li> <li><a href="../ajax/null_data_source.html">Empty data source columns</a></li> <li><a href="../ajax/custom_data_property.html">Use a data source other than aaData (the default)</a></li> <li><a href="../ajax/objects_subarrays.html">Read column data from sub-arrays</a></li> <li><a href="../ajax/deep.html">Read column data from deeply nested properties</a></li> </ul> <h2>Plug-ins</h2> <ul> <li><a href="../plug-ins/plugin_api.html">Add custom API functions</a></li> <li><a href="../plug-ins/sorting_plugin.html">Sorting and automatic type detection</a></li> <li><a href="../plug-ins/sorting_sType.html">Sorting without automatic type detection</a></li> <li><a href="../plug-ins/paging_plugin.html">Custom pagination controls</a></li> <li><a href="../plug-ins/range_filtering.html">Range filtering / custom filtering</a></li> <li><a href="../plug-ins/dom_sort.html">Live DOM sorting</a></li> <li><a href="../plug-ins/html_sort.html">Automatic HTML type detection</a></li> </ul> </div> <div id="footer" class="clear" style="text-align:center;"> <p> Please refer to the <a href="http://www.datatables.net/usage">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables. </p> <span style="font-size:10px;"> DataTables designed and created by <a href="http://www.sprymedia.co.uk">Allan Jardine</a> &copy; 2007-2011<br> DataTables is dual licensed under the <a href="http://www.datatables.net/license_gpl2">GPL v2 license</a> or a <a href="http://www.datatables.net/license_bsd">BSD (3-point) license</a>. </span> </div> </div> </body> </html>
third_party/blink/web_tests/external/wpt/service-workers/service-worker/webvtt-cross-origin.https.html
nwjs/chromium.src
<!DOCTYPE html> <meta charset="utf-8"> <title>cross-origin webvtt returned by service worker is detected</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/get-host-info.sub.js"></script> <script src="resources/test-helpers.sub.js?pipe=sub"></script> <body> <script> // This file tests responses for WebVTT text track from a service worker. It // creates an iframe with a <track> element, controlled by a service worker. // Each test tries to load a text track, the service worker intercepts the // requests and responds with opaque or non-opaque responses. As the // crossorigin attribute is not set, request's mode is always "same-origin", // and as specified in https://fetch.spec.whatwg.org/#http-fetch, // a response from a service worker whose type is neither "basic" nor // "default" is rejected. const host_info = get_host_info(); const kScript = 'resources/fetch-rewrite-worker.js'; // Add '?ignore' so the service worker falls back for the navigation. const kScope = 'resources/vtt-frame.html?ignore'; let frame; function load_track(url) { const track = frame.contentDocument.querySelector('track'); const result = new Promise((resolve, reject) => { track.onload = (e => { resolve('load event'); }); track.onerror = (e => { resolve('error event'); }); }); track.src = url; // Setting mode to hidden seems needed, or else the text track requests don't // occur. track.track.mode = 'hidden'; return result; } promise_test(t => { return service_worker_unregister_and_register(t, kScript, kScope) .then(registration => { promise_test(() => { frame.remove(); return registration.unregister(); }, 'restore global state'); return wait_for_state(t, registration.installing, 'activated'); }) .then(() => { return with_iframe(kScope); }) .then(f => { frame = f; }) }, 'initialize global state'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a same-origin URL. url += '?url=' + host_info.HTTPS_ORIGIN + '/media/foo.vtt'; return load_track(url) .then(result => { assert_equals(result, 'load event'); }); }, 'same-origin text track should load'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a cross-origin URL. url += '?url=' + get_host_info().HTTPS_REMOTE_ORIGIN + '/media/foo.vtt'; return load_track(url) .then(result => { assert_equals(result, 'error event'); }); }, 'cross-origin text track with no-cors request should not load'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a cross-origin URL that // doesn't support CORS. url += '?url=' + get_host_info().HTTPS_REMOTE_ORIGIN + '/media/foo-no-cors.vtt'; // Add '&mode' to tell the service worker to do a CORS request. url += '&mode=cors'; return load_track(url) .then(result => { assert_equals(result, 'error event'); }); }, 'cross-origin text track with rejected cors request should not load'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a cross-origin URL. url += '?url=' + get_host_info().HTTPS_REMOTE_ORIGIN + '/media/foo.vtt'; // Add '&mode' to tell the service worker to do a CORS request. url += '&mode=cors'; // Add '&credentials=same-origin' to allow Access-Control-Allow-Origin=* so // that CORS will succeed if the service approves it. url += '&credentials=same-origin'; return load_track(url) .then(result => { assert_equals(result, 'error event'); }); }, 'cross-origin text track with approved cors request should not load'); // Redirect tests. promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a same-origin URL that redirects... redirector_url = host_info.HTTPS_ORIGIN + base_path() + 'resources/redirect.py?Redirect='; // ... to a same-origin URL. redirect_target = host_info.HTTPS_ORIGIN + '/media/foo.vtt'; url += '?url=' + encodeURIComponent(redirector_url + encodeURIComponent(redirect_target)); return load_track(url) .then(result => { assert_equals(result, 'load event'); }); }, 'same-origin text track that redirects same-origin should load'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a same-origin URL that redirects... redirector_url = host_info.HTTPS_ORIGIN + base_path() + 'resources/redirect.py?Redirect='; // ... to a cross-origin URL. redirect_target = host_info.HTTPS_REMOTE_ORIGIN + '/media/foo.vtt'; url += '?url=' + encodeURIComponent(redirector_url + encodeURIComponent(redirect_target)); return load_track(url) .then(result => { assert_equals(result, 'error event'); }); }, 'same-origin text track that redirects cross-origin should not load'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a same-origin URL that redirects... redirector_url = host_info.HTTPS_ORIGIN + base_path() + 'resources/redirect.py?Redirect='; // ... to a cross-origin URL. redirect_target = host_info.HTTPS_REMOTE_ORIGIN + '/media/foo-no-cors.vtt'; url += '?url=' + encodeURIComponent(redirector_url + encodeURIComponent(redirect_target)); // Add '&mode' to tell the service worker to do a CORS request. url += '&mode=cors'; // Add '&credentials=same-origin' to allow Access-Control-Allow-Origin=* so // that CORS will succeed if the server approves it. url += '&credentials=same-origin'; return load_track(url) .then(result => { assert_equals(result, 'error event'); }); }, 'same-origin text track that redirects to a cross-origin text track with rejected cors should not load'); promise_test(t => { let url = '/media/foo.vtt'; // Add '?url' and tell the service worker to fetch a same-origin URL that redirects... redirector_url = host_info.HTTPS_ORIGIN + base_path() + 'resources/redirect.py?Redirect='; // ... to a cross-origin URL. redirect_target = host_info.HTTPS_REMOTE_ORIGIN + '/media/foo.vtt'; url += '?url=' + encodeURIComponent(redirector_url + encodeURIComponent(redirect_target)); // Add '&mode' to tell the service worker to do a CORS request. url += '&mode=cors'; // Add '&credentials=same-origin' to allow Access-Control-Allow-Origin=* so // that CORS will succeed if the server approves it. url += '&credentials=same-origin'; return load_track(url) .then(result => { assert_equals(result, 'error event'); }); }, 'same-origin text track that redirects to a cross-origin text track with approved cors should not load'); </script> </body>
third_party/WebKit/LayoutTests/storage/indexeddb/removed.html
js0701/chromium-crosswalk
<html> <head> <script src="../../resources/js-test.js"></script> <script src="resources/shared.js"></script> </head> <body> <script src="resources/removed.js"></script> </body> </html>
airflow/contrib/plugins/metastore_browser/templates/metastore_browser/base.html
mtustin-handy/airflow
{% extends 'airflow/master.html' %} {% block body %} <div> <h3 style="float: left"> {% block page_header %}Hive Metastore Browser{% endblock%} </h3> <div id="object" class="select2-drop-mask" style="margin-top: 25px; width: 400px;float: right"></div> <div style="clear: both"></div> </div> {% block plugin_content %}{% endblock %} {% endblock %} {% block head %} {{ super() }} <link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="dataTables.bootstrap.css") }}"> <link href="/admin/static/vendor/select2/select2.css" rel="stylesheet"> {% endblock %} {% block tail %} {{ super() }} <script src="{{ url_for('static', filename='jquery.dataTables.min.js') }}"></script> <script src="{{ url_for('static', filename='dataTables.bootstrap.js') }}"></script> <script src="/admin/static/vendor/select2/select2.min.js" type="text/javascript"></script> <script> // Filling up the table selector url = "{{ url_for('.objects') }}"; $.get(url, function( data ) { $("#object").select2({ data: data, placeholder: "Table Selector", }) .on("change", function(e){ window.location = "{{ url_for('.table') }}?table=" + e.val; }); }, "json"); </script> {% endblock %}
third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html
axinging/chromium-crosswalk
<!doctype html> <style> div { font-size: 50px; text-decoration: underline solid red; } </style> <script> onload = function() { target.style.textDecorationColor = "green"; }; </script> <p>Test that changes in text-decoration-color are recalculated correctly. PASS if the text below has a solid green underline, and no red.</p> <div id="target"> Filler text </div>
third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html
js0701/chromium-crosswalk
<html> <head> <script> if (window.testRunner) { testRunner.dumpAsText(); } </script> <style> @-webkit-keyframes anim { 42% { -webkit-border-horizontal-spacing: 42rem; } } body::first-letter { -webkit-animation-name: anim; } </style> </head> <body> This test passes if it does not crash. </body> </html>
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/dom/nodeoffset_test.html
LeoLombardi/tos-laimas-compass
<!DOCTYPE html> <html> <!-- Copyright 2008 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="UTF-8" /> <title>goog.dom.NodeOffset Tests</title> <script src="../base.js"></script> <script> goog.require('goog.dom.NodeOffsetTest'); </script> </head> <body> <div id="test1">Text<br> and <b>more <i id="i">text.</i></b></div> <div id="test2"></div> <div id="empty"></div> </body> </html>
weixinmenu/Content/easyui/jquery-easyui-1.3.5/demo/datebox/validate.html
jackche0214/wechatpaltform
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Validate DateBox - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/css" href="../demo.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> </head> <body> <h2>Validate DateBox</h2> <div class="demo-info"> <div class="demo-tip icon-tip"></div> <div>When the selected date is greater than specified date. The field validator will raise an error.</div> </div> <div style="margin:10px 0;"></div> <input class="easyui-datebox" required data-options="validType:'md[\'10/11/2012\']'"></input> <script> $.extend($.fn.validatebox.defaults.rules, { md: { validator: function(value, param){ var d1 = $.fn.datebox.defaults.parser(param[0]); var d2 = $.fn.datebox.defaults.parser(value); return d2<=d1; }, message: 'The date must be less than or equals to {0}.' } }) </script> </body> </html>
zResources/CodeIgniter/user_guide/installation/upgrade_200.html
angieshates/LyonSoftProject
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Upgrading from 1.7.2 to 2.0.0 : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 2.2.1</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Upgrading from 1.7.2 to 2.0.0 </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Upgrading from 1.7.2 to 2.0.0</h1> <p>Before performing an update you should take your site offline by replacing the index.php file with a static one.</p> <h2>Step 1: Update your CodeIgniter files</h2> <p>Replace all files and directories in your "system" folder <strong>except</strong> your <kbd>application</kbd> folder.</p> <p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p> <h2>Step 2: Adjust get_dir_file_info() where necessary</h2> <p>Version 2.0.0 brings a non-backwards compatible change to <kbd>get_dir_file_info()</kbd> in the <a href="../helpers/file_helper.html">File Helper</a>. Non-backwards compatible changes are extremely rare in CodeIgniter, but this one we feel was warranted due to how easy it was to create serious server performance issues. If you <em>need</em> recursiveness where you are using this helper function, change such instances, setting the second parameter, <kbd>$top_level_only</kbd> to FALSE:</p> <code>get_dir_file_info('/path/to/directory', <kbd>FALSE</kbd>);</code> </p> <h2>Step 3: Convert your Plugins to Helpers</h2> <p>2.0.0 gets rid of the "Plugin" system as their functionality was identical to Helpers, but non-extensible. You will need to rename your plugin files from <var>filename_pi.php</var> to <var>filename_helper.php</var>, move them to your <kbd>helpers</kbd> folder, and change all instances of: <code>$this->load->plugin('foo');</code> to <code>$this->load->helper('foo');</code> </p> <h2>Step 4: Update stored encrypted data</h2> <p class="important"><strong>Note:</strong> If your application does not use the Encryption library, does not store Encrypted data permanently, or is on an environment that does not support Mcrypt, you may skip this step.</p> <p>The Encryption library has had a number of improvements, some for encryption strength and some for performance, that has an unavoidable consequence of making it no longer possible to decode encrypted data produced by the original version of this library. To help with the transition, a new method has been added, <kbd>encode_from_legacy()</kbd> that will decode the data with the original algorithm and return a re-encoded string using the improved methods. This will enable you to easily replace stale encrypted data with fresh in your applications, either on the fly or en masse.</p> <p>Please read <a href="../libraries/encryption.html#legacy">how to use this method</a> in the Encryption library documentation.</p> <h2>Step 5: Remove loading calls for the compatibility helper.</h2> <p>The compatibility helper has been removed from the CodeIgniter core. All methods in it should be natively available in supported PHP versions.</p> <h2>Step 6: Update Class extension</h2> <p>All core classes are now prefixed with <kbd>CI_</kbd>. Update Models and Controllers to extend CI_Model and CI_Controller, respectively.</p> <h2>Step 7: Update Parent Constructor calls</h2> <p>All native CodeIgniter classes now use the PHP 5 <kbd>__construct()</kbd> convention. Please update extended libraries to call <kbd>parent::__construct()</kbd>.</p> <h2>Step 8: Update your user guide</h2> <p>Please replace your local copy of the user guide with the new version, including the image files.</p> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="index.html">Installation Instructions</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="troubleshooting.html">Troubleshooting</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 - 2014 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">EllisLab, Inc.</a> &nbsp;&middot;&nbsp; Copyright &#169; 2014 - 2015 &nbsp;&middot;&nbsp; <a href="http://bcit.ca/">British Columbia Institute of Technology</a></p> </div> </body> </html>
third_party/blink/web_tests/svg/custom/use-dynamic-attribute-setting-expected.html
nwjs/chromium.src
<!DOCTYPE HTML> <html> <body> This test passes if there are two green squares below:<br> <svg width="300" height="300"> <svg id="svg" width="100" height="100"> <rect width="100%" height="100%" fill="green"/> </svg> <svg id="svg" x="100" y="100" width="100" height="100"> <rect width="100%" height="100%" fill="green"/> </svg> </svg> </body> </html>
third_party/WebKit/LayoutTests/http/tests/appcache/abort-cache-onprogress.html
js0701/chromium-crosswalk
<html manifest="resources/abort-cache-onprogress.manifest"> <script> if (window.testRunner) { testRunner.dumpAsText() testRunner.waitUntilDone(); } function log(message) { document.getElementById("result").innerHTML += message + "\n"; } function onprogress(event) { log("loading resource: " + event.loaded + " / " + event.total); if (event.loaded == 3) applicationCache.abort(); } function onnoupdate() { log("FAILURE"); log("noupdate"); if (window.testRunner) testRunner.notifyDone(); } function oncached() { log("FAILURE"); log("CACHED"); if (window.testRunner) testRunner.notifyDone(); } function onupdateready() { log("FAILURE"); log("UPDATEREADY"); if (window.testRunner) testRunner.notifyDone(); } function onerror() { log("SUCCESS"); if (window.testRunner) testRunner.notifyDone(); } applicationCache.addEventListener('noupdate', onnoupdate, false); applicationCache.addEventListener('cached', oncached, false); applicationCache.addEventListener('error', onerror, false); applicationCache.addEventListener('updateready', onupdateready, false); applicationCache.addEventListener('progress', onprogress, false); </script> <div>This tests that download process was aborted after progress event.</div> <div id="result"></div> </html>
wsgi/wsgi/static/weblink/doc/api/t-pfcBase-Point3D.html
2014c2g12/c2g12
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title> CIP JavaScript documentation for sequence " pfcPoint3D" </title> <link href="cipdoc_default.css" type="text/css" rel="stylesheet"> <script language="JAVASCRIPT"> function findProperNode () { top.frames [0].document.apiwizard.api ( 2, 410 ); } </script> </head> <body onLoad="findProperNode()" class="frame-entity"> <table cellspacing="0" width="100%" border="0" class="toolbar"> <tr> <td class="toolbar-navigation"><a href="library.html">Library</a>&nbsp;|&nbsp;<a href="m-pfcBase.html">Module</a></td><td class="toolbar-lib-name"> </td> </tr> </table> <hr> <h2>Class&nbsp;pfcPoint3D</h2> <hr> <br> <b>Description</b> <br> <br>A 3x1 array that stores a three-dimensional point. <br> <br>Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.<br> <br> <hr> <br> <br> <b>Array Dimensions: [3] </b> <br> <hr> <br> <b>Method Summary</b> <br> <br> <table cellpadding="3" border="0" class="method-summary"> <tr> <td></td> </tr> <tr> <td class="return-type"><tt>number</tt></td><td class="func-signature"><tt><a class="method" href="#Item">Item</a> ( integer&nbsp;Index ) </tt></td> </tr> <tr> <td></td><td colspan="2" class="entities-text">Accesses an item by its index in the sequence.</td> </tr> <tr> <td class="return-type"><tt>void</tt></td><td class="func-signature"><tt><a class="method" href="#Set">Set</a> ( integer&nbsp;Index ,&nbsp;number&nbsp;Item ) </tt></td> </tr> <tr> <td></td><td colspan="2" class="entities-text">Assigns an item to the designated index in the sequence.</td> </tr> <tr> <td></td> </tr> </table> <br> <hr> <br> <b>Method Detail</b> <br> <hr> <br> <a name="Item"> <table cellpadding="5" cellspacing="0" border="0" class="method-def"> <tr> <td class="return-type"><tt>number</tt></td><td class="func-name"><tt>Item</tt></td><td class="func-params"><tt> ( integer&nbsp;Index ) </tt></td> </tr> </table> </a> <br>Accesses an item by its index in the sequence.<br> <br> <hr> <br> <a name="Set"> <table cellpadding="5" cellspacing="0" border="0" class="method-def"> <tr> <td class="return-type"><tt>void</tt></td><td class="func-name"><tt>Set</tt></td><td class="func-params"><tt> ( integer&nbsp;Index ,&nbsp;number&nbsp;Item ) </tt></td> </tr> </table> </a> <br>Assigns an item to the designated index in the sequence.</body> </html>
tensorflow/tensorboard/components/tf_imports_d3v4/d3.html
wangyum/tensorflow
<!-- @license Copyright 2016 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <script src="d3.js"></script>
vendors/dashboard/js/plugins/jQuery-ui-Slider-Pips/jquery-ui-slider-pips.css
Kangaroos/hystore
/* HORIZONTAL */ /* increase bottom margin to fit the pips */ .ui-slider-horizontal.ui-slider-pips { margin-bottom: 1.4em; } /* default hide the labels and pips that arnt visible */ /* we just use css to hide incase we want to show certain */ /* labels/pips individually later */ .ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide { display: none; } /* now we show any labels that we've set to show in the options */ .ui-slider-pips .ui-slider-pip-label .ui-slider-label { display: block; } /* PIP/LABEL WRAPPER */ /* position each pip absolutely just below the default slider */ /* and also prevent accidental selection */ .ui-slider-pips .ui-slider-pip { width: 2em; height: 1em; line-height: 1em; position: absolute; font-size: 0.8em; color: #999; overflow: visible; text-align: center; top: 20px; left: 20px; margin-left: -1em; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ui-state-disabled.ui-slider-pips .ui-slider-pip { cursor: default; } /* little pip/line position & size */ .ui-slider-pips .ui-slider-line { background: #999; width: 1px; height: 3px; position: absolute; left: 50%; } /* the text label postion & size */ /* it overflows so no need for width to be accurate */ .ui-slider-pips .ui-slider-label { position: absolute; top: 5px; left: 50%; margin-left: -1em; width: 2em; } /* make it easy to see when we hover a label */ .ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label { color: black; font-weight: bold; } /* VERTICAL */ /* vertical slider needs right-margin, not bottom */ .ui-slider-vertical.ui-slider-pips { margin-bottom: 1em; margin-right: 2em; } /* align vertical pips left and to right of the slider */ .ui-slider-vertical.ui-slider-pips .ui-slider-pip { text-align: left; top: auto; left: 20px; margin-left: 0; margin-bottom: -0.5em; } /* vertical line/pip should be horizontal instead */ .ui-slider-vertical.ui-slider-pips .ui-slider-line { width: 3px; height: 1px; position: absolute; top: 50%; left: 0; } .ui-slider-vertical.ui-slider-pips .ui-slider-label { top: 50%; left: 0.5em; margin-left: 0; margin-top: -0.5em; width: 2em; } /* FLOATING HORIZTONAL TOOLTIPS */ /* remove the godawful looking focus outline on handle and float */ .ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label { outline: none; } /* style tooltips on handles and on labels */ /* also has a nice transition */ .ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label { position: absolute; visibility: hidden; top: -40px; display: block; width: 34px; margin-left: -18px; left: 50%; height: 20px; line-height: 20px; background: white; border-radius: 3px; border: 1px solid #888; text-align: center; font-size: 12px; opacity: 0; color: #333; -webkit-transition-property: opacity, top, visibility; -moz-transition-property: opacity, top, visibility; -ms-transition-property: opacity, top, visibility; transition-property: opacity, top, visibility; -webkit-transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; -ms-transition-timing-function: ease-in; transition-timing-function: ease-in; -webkit-transition-duration: 200ms, 200ms, 0ms; -moz-transition-duration: 200ms, 200ms, 0ms; -ms-transition-duration: 200ms, 200ms, 0ms; transition-duration: 200ms, 200ms, 0ms; -webkit-transition-delay: 0ms, 0ms, 200ms; -moz-transition-delay: 0ms, 0ms, 200ms; -ms-transition-delay: 0ms, 0ms, 200ms; transition-delay: 0ms, 0ms, 200ms; } /* show the tooltip on hover or focus */ /* also switch transition delay around */ .ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { opacity: 1; top: -30px; visibility: visible; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transition-delay:200ms, 200ms, 0ms; -moz-transition-delay:200ms, 200ms, 0ms; -ms-transition-delay:200ms, 200ms, 0ms; transition-delay:200ms, 200ms, 0ms; } /* put label tooltips below slider */ .ui-slider-float .ui-slider-pip .ui-slider-tip-label { top: 42px; } .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 32px; font-weight: normal; } /* give the tooltip a css triangle arrow */ .ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { content: " "; width: 0; height: 0; border: 5px solid rgba(255,255,255,0); border-top-color: rgba(255,255,255,1); position: absolute; bottom: -10px; left: 50%; margin-left: -5px; } /* put a 1px border on the tooltip arrow to match tooltip border */ .ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { content: " "; width: 0; height: 0; border: 5px solid rgba(255,255,255,0); border-top-color: #888; position: absolute; bottom: -11px; left: 50%; margin-left: -5px; } /* switch the arrow to top on labels */ .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255,255,255,0); border-bottom-color: rgba(255,255,255,1); top: -10px; } .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255,255,255,0); border-bottom-color: #888; top: -11px; } /* FLOATING VERTICAL TOOLTIPS */ /* tooltip floats to left of handle */ .ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label { top: 50%; margin-top: -11px; width: 34px; margin-left: 0px; left: -60px; color: #333; -webkit-transition-duration: 200ms, 200ms, 0; -moz-transition-duration: 200ms, 200ms, 0; -ms-transition-duration: 200ms, 200ms, 0; transition-duration: 200ms, 200ms, 0; -webkit-transition-property: opacity, left, visibility; -moz-transition-property: opacity, left, visibility; -ms-transition-property: opacity, left, visibility; transition-property: opacity, left, visibility; -webkit-transition-delay: 0, 0, 200ms; -moz-transition-delay: 0, 0, 200ms; -ms-transition-delay: 0, 0, 200ms; transition-delay: 0, 0, 200ms; } .ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { top: 50%; margin-top: -11px; left: -50px; } /* put label tooltips to right of slider */ .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label { left: 47px; } .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label { left: 37px; } /* give the tooltip a css triangle arrow */ .ui-slider-vertical.ui-slider-float .ui-slider-tip:after, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255,255,255,0); border-left-color: rgba(255,255,255,1); border-top-color: transparent; position: absolute; bottom: 50%; margin-bottom: -5px; right: -10px; margin-left: 0; top: auto; left: auto; } .ui-slider-vertical.ui-slider-float .ui-slider-tip:before, .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255,255,255,0); border-left-color: #888; border-top-color: transparent; position: absolute; bottom: 50%; margin-bottom: -5px; right: -11px; margin-left: 0; top: auto; left: auto; } .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after { border: 5px solid rgba(255,255,255,0); border-right-color: rgba(255,255,255,1); right: auto; left: -10px; } .ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before { border: 5px solid rgba(255,255,255,0); border-right-color: #888; right: auto; left: -11px; } /* SELECTED STATES */ /* Comment out this chuck of code if you don't want to have the new label colours shown */ .ui-slider-pips [class*=ui-slider-pip-initial] { font-weight: bold; color: #14CA82; } .ui-slider-pips .ui-slider-pip-initial-1 { } .ui-slider-pips .ui-slider-pip-initial-2 { color: #1897C9; } .ui-slider-pips [class*=ui-slider-pip-selected] { font-weight: bold; color: #FF7A00; } .ui-slider-pips .ui-slider-pip-inrange { color: black; } .ui-slider-pips .ui-slider-pip-selected-1 { } .ui-slider-pips .ui-slider-pip-selected-2 { color: #E70081; } .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line { background: black; }
vendors/html2canvas/tests/cases/child-textnodes.html
robnightingale/ore-dashboard-beta
<!DOCTYPE html> <html> <head> <title>Inline text in the top element</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="../test.js"></script> <style> span { color:blue; } p { background-color: green; } </style> </head> <body> Some inline text <span> followed by text in span </span> followed by more inline text. <p>Then a block level element.</p> Then more inline text. </body> </html>
web/js/lib/OpenLayers-2.12/examples/osm-google.html
jcuanm/Japan-Digital-Archive
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>OpenLayers OSM and Google Example</title> <link rel="stylesheet" href="../theme/default/style.css" type="text/css"> <link rel="stylesheet" href="../theme/default/google.css" type="text/css"> <link rel="stylesheet" href="style.css" type="text/css"> <script src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script> <script src="../lib/OpenLayers.js"></script> <script src="osm-google.js"></script> </head> <body onload="init()"> <h1 id="title">OSM and Google Together</h1> <p id="shortdesc"> Demonstrate use of an OSM layer and a Google layer as base layers. </p> <div id="tags"> openstreetmap google light </div> <div id="map" class="smallmap"></div> <div id="docs"> <p> The Google(v3) layer and the OSM are both in the same projection - spherical mercator - and can be used on a map together. See the <a href="osm-google.js" target="_blank"> osm-google.js source</a> to see how this is done. </p> </div> </body> </html>
web_root/third-party/angularjs/angular-1.5.0/docs/examples/example-example104/index-jquery.html
keithbox/PPSP-360_Degree_Evaluation_System
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example104-jquery</title> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body ng-app="orderByExample"> <div ng-controller="ExampleController"> <table class="friend"> <tr> <th>Name</th> <th>Phone Number</th> <th>Age</th> </tr> <tr ng-repeat="friend in friends | orderBy:'-age'"> <td>{{friend.name}}</td> <td>{{friend.phone}}</td> <td>{{friend.age}}</td> </tr> </table> </div> </body> </html>
www/app/webroot/css/jquery-ui-timepicker-addon.css
xplico/CapAnalysis
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/one_line_cue_plus_wrapped_cue-ref.html
totallybradical/temp_servo2
<!DOCTYPE html> <title>Reference for WebVTT rendering, one line cue and cue that wraps - both should be fully visible</title> <style> html { overflow:hidden } body { margin:0 } .video { display: inline-block; width: 320px; height: 180px; position: relative; font-size: 9px; } .cue { position: absolute; bottom: 0; left: 15%; right: 0; width: 70%; text-align: center } .cue > span { font-family: Ahem, sans-serif; background: rgba(0,0,0,0.8); color: green; } </style> <div class="video"><span class="cue"><span>This is a test subtitle<br>This test subtitle wraps and should be visible</span></span></div>
ajax/libs/miniTip/0.3/miniTip.min.css
dc-js/cdnjs
#miniTip,#miniTip_a{position:absolute;top:0;left:0}#miniTip{background-color:#262626;max-width:250px;color:#fff;display:none;border-radius:3;opacity:.95;border:4px solid #000}#miniTip .bottom,#miniTip .top{border-left:8px solid transparent;border-right:8px solid transparent}#miniTip_a{width:0;height:0}#miniTip .top{border-top:8px solid #000;border-bottom:0}#miniTip .bottom{border-bottom:8px solid #000;border-top:0}#miniTip .left,#miniTip .right{border-bottom:8px solid transparent;border-top:8px solid transparent}#miniTip .right{border-right:8px solid #000;border-left:0}#miniTip .left{border-left:8px solid #000;border-right:0}#miniTip_t{padding:4 6;background-color:#191919;font-weight:700}#miniTip_c{padding:6px}
wp-content/themes/symetrio-theme/node_modules/gulp-sass/node_modules/node-sass/test/fixtures/spec/spec/extend-tests/125_test_nested_extender_with_early_child_selector/expected_output.css
studiochakra/teamlinkmuaythai.com
.foo > .bar, .foo > .bip + .baz { a: b; }