path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
doc/manual/how-to-add-a-event-handler.html
ajaxweb/ajaxweb
<html><head> <title>Ajax Web Developer Builder Manual</title> <meta content="Dennis Heine" name="AUTHOR"/> <link rel="stylesheet" type="text/css" href="css/doc.css" media="screen"/> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"/> </head> <body style="padding: 20px 30px 20px 30px; background-color: rgb(204, 204, 153);"> <table cellspacing="10" border="0" width="100%"> <tbody> <tr> <td align="left" class="highlight">Ajax Web Developer Manual </td> <td align="right"><img src="img/logo.gif" alt="Dennis Heine logo" width="116" height="44"/></td> </tr> </tbody> </table> <table cellspacing="10" cellpadding="20" border="0" width="100%"> <tbody> <tr style="background-color: rgb(255, 255, 255);"> <td valign="top" style="width: 30%; height: 768px;"><h2> Contents </h2> <UL class="index"> <LI><A HREF="index.html">Welcome to Ajax Web Developer</A> <LI>How to <UL> <LI><A HREF="how-to-install.html">How to install</A> <LI><A HREF="how-to-add-component-to-my-web-page.html">How to add component to my web page</A> <LI><A HREF="how-to-set-component-properties.html">How to set component properties</A> <LI><A HREF="how-to-add-new-items-to-a-menu-tab-stack.html">How to add new items to a menu/tab/stack</A> <LI><A HREF="how-to-copy-components.html">How copy components</A> <LI><A HREF="how-to-remove-components.html">How to remove components</A> <LI><A HREF="how-to-move-components.html">How to move components</A> <LI><A HREF="how-to-resize-components.html">How to resize components</A> <LI><A HREF="how-to-change-component-parent-container.html">How to change components' parent container</A> <LI><A HREF="how-to-customize-appearance.html">How to customize appearance</A> <LI><A HREF="how-to-add-a-event-handler.html">How to add an event handler</A> <LI><A HREF="how-to-know-property-event-meaning.html">How to know property/event meaning</A> <LI><A HREF="how-to-preview-execute-a-web-page.html">How to preview/execute a web page</A> <LI><A HREF="how-to-make-web-application-standalone.html">How to make web application standalone</A> <LI><A HREF="how-to-change-theme-of-my-application.html">How to change theme of my application</A> <LI><A HREF="how-to-make-app-fit-different-resolutions.html">How to make app fit different resolutions </A> </UL> <LI>Reference <UL> <LI><A HREF="sigma-visual-overview.html">Ajax Web Developer Overview</A> <LI><A HREF="main-buttons.html">Main Buttons</A> <LI>Design View <UL> <LI><A HREF="design-tool-bar.html">Design Tool Bar</A> <LI><A HREF="structure-dropdown-tree.html">Structure Dropdown Tree</A> <LI><A HREF="tool-box.html">Component Gallery</A> <LI><A HREF="component-config-window.html">Object Inspector</A> </UL> <LI><A HREF="normal-view.html">Normal View</A> <LI><A HREF="structure-view.html">Structure View</A> </UL></UL> </td> <td valign="top"><h1><B>How to add an event handler</B></h1> <P>In this section, you will learn how to create a web application with following feature.</P> <ul> <li>This application has one button with caption "say something".</li> <li>When user clicks that button, an asynchronous message box drops down from top of web page saying "hello, world".&nbsp;</li> </ul> <P>After you add a button component to your web page by dragging it from [Tool Box], a button will appear on your web page. Click the button to select it.</P> <ul> <li>Click the plus before [events] in [Component Config Window], then all the event for button will collapse.</li> <li><FONT SIZE="4" FACE="Times New Roman, times, roman, serif" >Click [events</FONT><FONT FACE="??" SIZE="3">&rarr;</FONT><FONT FACE="Times New Roman, times, roman, serif" SIZE="4">onClick] and then value of [event </FONT><FONT FACE="??" SIZE="3">&rarr;</FONT> onClick] will be highlighted, as the following figure shows.</li> </ul> <P align="center" ><FONT FACE="Times New Roman, times, roman, serif" COLOR="#800000" SIZE="4"><IMG SRC="img/add_event_handler1.png" alt="add an event handler" WIDTH="399" HEIGHT="284" BORDER="0"></FONT></P> <ul> <li>Click the button on the right side to pop up a dialog like the following figure.&nbsp;</li> <li>Input the following text.</li> </ul> <P><I>function (profile, e, value) {</I></P> <P><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linb.message("hello, world");</I></P> <P><FONT FACE="Times New Roman, times, roman, serif" SIZE="4"><I>}</I></FONT></P> <P>&nbsp;</P> <ul> <li>Press [OK] button to close window and save event handler code.&nbsp;</li> <li>Press [Run] button to preview result. </li> </ul> <h1>&nbsp;</h1> <h1>&nbsp;</h1> </td> </tr> </tbody> </table> <table style="margin:10px 0px 0px 0px;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td valign="top"> <div align="center" class="copyright" >All contents are (c) Copyright 2005 - 2008, Sigma Software Inc. All rights Reserved</div></td> </tr> </tbody> </table> </body></html>
doc/reference/o2job_is_enabled.html
tvannini/janox
<html><head><title>o2job_is_enabled</title><link rel='stylesheet' type='text/css' href='jxdoc.css'></head><body><center><br><small><a href='index.html#o2job_is_enabled'>Index</a></small><hr></center><p>(jobs)</p><h3>o2job_is_enabled</h3><code><i>boolean</i> o2job_is_enabled(<i>string</i> $job_name)</code><p>Returns TRUE if job is enabled, FALSE if it is disabled <br /> <br /> <br /> </p><fieldset><legend>Parameters:</legend><ol><li><b>$job_name</b></li> Name to look for</ol></fieldset><fieldset><legend>Related functions:</legend><p><a href="o2job_enable.html">o2job_enable</a></p><p><a href="o2job_get_by_name.html">o2job_get_by_name</a></p><p><a href="o2job_run.html">o2job_run</a></p></fieldset></body></html>
tnk1/nvia/yrmyhu/yr-14-11.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta charset='windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>îãåò ä&#039; ìà ÷éáì àú úôéìú éøîéäå ìîòï ùîå</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta property='og:url' content='https://tora.us.fm/tnk1/nvia/yrmyhu/yr-14-11.html'/> <meta name='author' content="àøàì" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/nvia/yrmyhu/yr-14-11.html" /> <meta name='tvnit' content="" /> <link rel='canonical' href='https://tora.us.fm/tnk1/nvia/yrmyhu/yr-14-11.html' /> </head> <!-- PHP Programming by Erel Segal-Halevi --> <body lang='he' dir='rtl' id = 'tnk1_nvia_yrmyhu_yr_14_11' class='dywn1 '> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/ljon/sug/LjonJm1.html'>ùîåú ùì ä÷á"ä</a>&gt;<a href='../../../tnk1/kma/qjrim1/lmanjm.html'>ìîòðê åìà ìîòððå</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/msr/1.html'>áéï ä' ìàãí</a>&gt;<a href='../../../tnk1/msr/cdq.html'>öã÷ åâîåì</a>&gt;<a href='../../../tnk1/msr/cdqysrel.html'>öã÷ éùøàì</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/sig/diff.html'>äáãìéí</a>&gt;<a href='../../../tnk1/sig/hvdlim2.html'>äáãìé ôøùåú</a>&gt;<a href='../../../tnk1/nvia/yrmyhu/asur_lhtpll.html'>àñåø ìäúôìì áòã äòí</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>îãåò ä' ìà ÷éáì àú úôéìú éøîéäå ìîòï ùîå</h1> <div id='idfields'> <p>÷åã: áéàåø:éøîéäå éã11 áúð"ê</p> <p>ñåâ: ãéåï1</p> <p>îàú: àøàì</p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <div id='tokn'> áú÷åôä ùì áöåøú ÷ùä, äúôìì éøîéäå äðáéà áòã òí éùøàì åàîø: <p> <ol> </ol> <ul> <li> <a class='psuq' href="/tnk1/prqim/t1114.htm#7">éøîéäå éã7-9</a>: "<q class="psuq">àÄí òåðéðå òÈðåÌ áÈðåÌ ä' òÂùÒÅä <b>ìÀîÇòÇï ùÑÀîÆêÈ</b> ëÌÄé øÇáÌåÌ îÀùÑåÌáÉúÅéðåÌ ìÀêÈ çÈèÈàðåÌ... ìÈîÌÈä úÄäÀéÆä ëÌÀàÄéùÑ ðÄãÀäÈí ëÌÀâÄáÌåÉø ìÉà éåÌëÇì ìÀäåÉùÑÄéòÇ åÀàÇúÌÈä á÷øáÈðåÌ ä' <b>åùÑÀîÆêÈ</b> òÈìÅéðåÌ ðÄ÷ÀøÈà àÇì úÌÇðÌÄçÅðåÌ</q>"</li></ul> úôéìúå ùì éøîéäå îáåññú òì ãáøéí ùä' áòöîå àîø, ùäåà îåùéò àú éùøàì ìîòï ùîå âí ëùàéðí øàåééí ìëê (<a href="/tnk1/kma/qjrim1/lmanjm.html">ôéøåè</a>). <p>àåìí ä' ìà ÷éáì àú úôéìúå ùì éøîéäå åòðä ìå ùúé úùåáåú: <br /><ul> <li> <a class='psuq' href="/tnk1/prqim/t1114.htm#10">éøîéäå éã10</a>: "<q class="psuq">ëÌÉä àÈîÇø ä' ìÈòÈí äÇæÌÆä: ëÌÅï àÈäÂáåÌ ìÈðåÌòÇ øÇâÀìÅéäÆí ìÉà çÈùÒÈëåÌ åä' ìÉà øÈöÈí òÇúÌÈä éÄæÀëÌÉø òåðí åÀéÄôÀ÷Éã çÇèÌÉàúÈí</q>"</li> <li> <a class='psuq' href="/tnk1/prqim/t1114.htm#11">éøîéäå éã11</a>: "<q class="psuq">åÇéÌÉàîÆø ä' àÅìÈé: àÇì úÌÄúÀôÌÇìÌÅì áÌÀòÇã äÈòÈí äÇæÌÆä ìÀèåÉáÈä</q>"<br /></li></ul> îãåò ä' ìà ÷éáì àú èòðúå ùì éøîéäå "<q class="psuq">òùä ìîòï ùîê... åùîê òìéðå ð÷øà</q>"? <p>1. ééúëï ùäñéáä äéà áôñå÷ 10: îëéååï ùáðé éùøàì "àäáå ìðåò", ìðãåã îàìéì ìàìéì, ùí ä' ëáø ìà ð÷øà òìéäí, "<q class="psuq">åä' ìà øöí</q>", åìëï äèòðä àéðä áúå÷ó (øàå <a href="/tnk1/nvia/yrmyhu/yr-14-10.html">ôéøåùéí ðåñôéí òì ôñå÷ 10</a>). <p>2. åééúëï ùäñéáä øîåæä áôñå÷ 11: "<q class="psuq">åéàîø ä' <b>àìé</b>: àì úúôìì áòã <b>äòí äæä</b> ìèåáä</q>". àúä îúôìì áùáéì äòí äæä, àáì äí òöîí ìà îúôììéí ëê; ìê àéùéú àëï çùåá ùùí ä' ìà éúçìì, àáì ìäí æä ìà çùåá. îëéååï ùùí ä' ìà çùåá ìäí, àé àôùø ìäùúîù áðéîå÷ äæä ìèåáúí. <p>áî÷åîåú àçøéí áñôø éøîéäå éùðï äåëçåú ùáðé éùøàì ëáø ìà îúçùáéí áùí ä': <br /> <ul> <li value="2"> <a class='psuq' href="/tnk1/prqim/t1107.htm#30">éøîéäå æ30</a>: "<q class="psuq">ëÌÄé òÈùÒåÌ áÀðÅé éÀäåÌãÈä äÈøÇò áÌÀòÅéðÇé ðÀàËåí ä', ùÒÈîåÌ ùÑÄ÷ÌåÌöÅéäÆí áÌÇáÌÇéÄú àÂùÑÆø ðÄ÷ÀøÈà <b> ùÑÀîÄé</b> òÈìÈéå ìÀèÇîÌÀàåÉ</q>". âí áôø÷ æ àñø ä' òì éøîéäå ìäúôìì áòã äòí (áôñå÷ 16) - øàå <a href="/tnk1/nvia/yrmyhu/asur_lhtpll.html">àñåø ìäúôìì áòã äòí</a>. <br /></li> <li> <a class='psuq' href="/tnk1/prqim/t1123.htm#27">éøîéäå ëâ27</a>: "<q class="psuq">äÇçÉùÑÀáÄéí ìÀäÇùÑÀëÌÄéçÇ àÆú òÇîÌÄé <b> ùÑÀîÄé</b> áÌÇçÂìåÉîÉúÈí àÂùÑÆø éÀñÇôÌÀøåÌ àÄéùÑ ìÀøÅòÅäåÌ ëÌÇàÂùÑÆø ùÑÈëÀçåÌ àÂáåÉúÈí àÆú <b> ùÑÀîÄé</b> áÌÇáÌÈòÇì</q>". âí áôø÷ðå ðæëøå ðáéàé ù÷ø - áôñå÷éí 13-16.</li></ul> åäîñø: âí ëùáðé éùøàì çåèàéí, öøéê ìäùúãì ùéùîøå ìôçåú òì äùí, òì ä÷ùø äñîìé áéðí ìáéï ä', ëê ùðåëì, áî÷øä äëé âøåò, ìá÷ù îä' ùéúçùá áðå "ìîòï ùîå". ëîåáï, òãéó ùéäéå ìðå æëåéåú éåúø îîùéåú... <p><div class="advanced"> <br />ùàìä: áäîùê úùåáú ä', éøîéäå éã12, ëúåá "<q class="psuq">ëé éöåîå, àéððé ùåîò àì <b>øéðúí</b></q>": àéæå øéðä àôùø ìøðï ëùöîéí, åòåã ëùéù øòá áàøõ åëåìí àáìéí?! ìîä ä' ìà àåîø ôùåè ùìà éùîò àì úôéìúí? <p></div> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li><a href="/tnk1/messages/nvia_yrmyhu_yr-14-11_0.html">æëåéåú îîùéåú éäéå ø÷ ìîé ù÷ééí çåáåú... <small>/ øîé ðéø</small></a> &nbsp;&nbsp;<span class='date'>[ðëúá á-21:26:13&nbsp;&nbsp;09.08.2008]</span></li> </ul><!--end--> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
doc/html/class_road.html
kidaa/Awakening-Core3
<!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.3.1"/> <title>Core3: Road Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">Core3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li 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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pri-attribs">Private Attributes</a> &#124; <a href="class_road-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">Road Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="_road_8h_source.html">Road.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for Road:</div> <div class="dyncontent"> <div class="center"> <img src="class_road.png" usemap="#Road_map" alt=""/> <map id="Road_map" name="Road_map"> <area href="class_template_variable.html" alt="TemplateVariable&lt;&apos;ROAD&apos;&gt;" shape="rect" coords="0,56,166,80"/> <area href="class_iff_template_variable.html" alt="IffTemplateVariable" shape="rect" coords="0,0,166,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a3fa0feda8a96c3763d5f5a1f06f2972e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_road.html#a3fa0feda8a96c3763d5f5a1f06f2972e">~Road</a> ()</td></tr> <tr class="separator:a3fa0feda8a96c3763d5f5a1f06f2972e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1746da5ea49a1af5d85d541c0d39e0ae"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_road.html#a1746da5ea49a1af5d85d541c0d39e0ae">parseFromIffStream</a> (engine::util::IffStream *iffStream)</td></tr> <tr class="separator:a1746da5ea49a1af5d85d541c0d39e0ae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a78db6369948b9869e64e83242b0382a1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_road.html#a78db6369948b9869e64e83242b0382a1">parseFromIffStream</a> (engine::util::IffStream *iffStream, <a class="el" href="struct_version.html">Version</a>&lt;'0001'&gt;)</td></tr> <tr class="separator:a78db6369948b9869e64e83242b0382a1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_class_template_variable"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_template_variable')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_template_variable.html">TemplateVariable&lt;&#39;ROAD&#39;&gt;</a></td></tr> <tr class="memitem:a82a29f78d4722a2663790ed7b8e650b2 inherit pub_methods_class_template_variable"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_template_variable.html#a82a29f78d4722a2663790ed7b8e650b2">~TemplateVariable</a> ()</td></tr> <tr class="separator:a82a29f78d4722a2663790ed7b8e650b2 inherit pub_methods_class_template_variable"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9f59670b785693a82b452c23120d5f8f inherit pub_methods_class_template_variable"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_template_variable.html#a9f59670b785693a82b452c23120d5f8f">readObject</a> (engine::util::IffStream *iffStream)</td></tr> <tr class="separator:a9f59670b785693a82b452c23120d5f8f inherit pub_methods_class_template_variable"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_class_iff_template_variable"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_iff_template_variable')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_iff_template_variable.html">IffTemplateVariable</a></td></tr> <tr class="memitem:ac86d24296de7607aa20ebc5f3a826288 inherit pub_methods_class_iff_template_variable"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_iff_template_variable.html#ac86d24296de7607aa20ebc5f3a826288">~IffTemplateVariable</a> ()</td></tr> <tr class="separator:ac86d24296de7607aa20ebc5f3a826288 inherit pub_methods_class_iff_template_variable"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a> Private Attributes</h2></td></tr> <tr class="memitem:abb88fec5132b873ec98481c787acf6f7"><td class="memItemLeft" align="right" valign="top">Vector&lt; <a class="el" href="class_segment.html">Segment</a> * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_road.html#abb88fec5132b873ec98481c787acf6f7">sgmts</a></td></tr> <tr class="separator:abb88fec5132b873ec98481c787acf6f7"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"> <p>Definition at line <a class="el" href="_road_8h_source.html#l00015">15</a> of file <a class="el" href="_road_8h_source.html">Road.h</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a3fa0feda8a96c3763d5f5a1f06f2972e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">Road::~Road </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_road_8h_source.html#l00019">19</a> of file <a class="el" href="_road_8h_source.html">Road.h</a>.</p> <p>References <a class="el" href="_road_8h_source.html#l00016">sgmts</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a1746da5ea49a1af5d85d541c0d39e0ae"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Road::parseFromIffStream </td> <td>(</td> <td class="paramtype">engine::util::IffStream *&#160;</td> <td class="paramname"><em>iffStream</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Reimplemented from <a class="el" href="class_template_variable.html#aab063c0fc8c894792609fdcedea0b6d1">TemplateVariable&lt;'ROAD'&gt;</a>.</p> <p>Definition at line <a class="el" href="_road_8h_source.html#l00024">24</a> of file <a class="el" href="_road_8h_source.html">Road.h</a>.</p> </div> </div> <a class="anchor" id="a78db6369948b9869e64e83242b0382a1"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void Road::parseFromIffStream </td> <td>(</td> <td class="paramtype">engine::util::IffStream *&#160;</td> <td class="paramname"><em>iffStream</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="struct_version.html">Version</a>&lt;'0001'&gt;&#160;</td> <td class="paramname">&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_road_8h_source.html#l00041">41</a> of file <a class="el" href="_road_8h_source.html">Road.h</a>.</p> <p>References <a class="el" href="_segment_8h_source.html#l00027">Segment::readObject()</a>, and <a class="el" href="_road_8h_source.html#l00016">sgmts</a>.</p> </div> </div> <h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="abb88fec5132b873ec98481c787acf6f7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">Vector&lt;<a class="el" href="class_segment.html">Segment</a>*&gt; Road::sgmts</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_road_8h_source.html#l00016">16</a> of file <a class="el" href="_road_8h_source.html">Road.h</a>.</p> <p>Referenced by <a class="el" href="_road_8h_source.html#l00041">parseFromIffStream()</a>, and <a class="el" href="_road_8h_source.html#l00019">~Road()</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>/Users/victor/git/Core3Mda/MMOCoreORB/src/server/zone/objects/terrain/layer/<a class="el" href="_road_8h_source.html">Road.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Oct 15 2013 17:29:36 for Core3 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
doc/org/voidsink/kussslib/AssessmentType.html
marunjar/kusssLibrary
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Thu Mar 12 12:38:13 CET 2015 --> <title>AssessmentType</title> <meta name="date" content="2015-03-12"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AssessmentType"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AssessmentType.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="../../../org/voidsink/kussslib/Assessment.html" title="interface in org.voidsink.kussslib"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/voidsink/kussslib/Course.html" title="interface in org.voidsink.kussslib"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/voidsink/kussslib/AssessmentType.html" target="_top">Frames</a></li> <li><a href="AssessmentType.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.voidsink.kussslib</div> <h2 title="Enum AssessmentType" class="title">Enum AssessmentType</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>&gt;</li> <li> <ul class="inheritance"> <li>org.voidsink.kussslib.AssessmentType</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>&gt;</dd> </dl> <hr> <br> <pre>public enum <span class="strong">AssessmentType</span> extends java.lang.Enum&lt;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>&gt;</pre> <div class="block">Enumeration contains all possible assessment types in KUSSS.</div> <dl><dt><span class="strong">Version:</span></dt> <dd>1.0</dd> <dt><span class="strong">Author:</span></dt> <dd>Paul Pretsch, Lukas Habring, Michaela Schoenbauer</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#ALL">ALL</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#FINAL_COURSE_ASSESSMENT">FINAL_COURSE_ASSESSMENT</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#FINAL_EXAM">FINAL_EXAM</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#INTERIM_COURSE_ASSESSMENT">INTERIM_COURSE_ASSESSMENT</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#NONE_AVAILABLE">NONE_AVAILABLE</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#RECOGNIZED_ASSESSMENT">RECOGNIZED_ASSESSMENT</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#RECOGNIZED_COURSE_CERTIFICATE">RECOGNIZED_COURSE_CERTIFICATE</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#RECOGNIZED_EXAM">RECOGNIZED_EXAM</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a></code></td> <td class="colLast"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#parseAssessmentType(java.lang.String)">parseAssessmentType</a></strong>(java.lang.String&nbsp;text)</code> <div class="block">Receives a string and parses the correct assessment type from it.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a></code></td> <td class="colLast"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../org/voidsink/kussslib/AssessmentType.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="INTERIM_COURSE_ASSESSMENT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>INTERIM_COURSE_ASSESSMENT</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> INTERIM_COURSE_ASSESSMENT</pre> </li> </ul> <a name="FINAL_COURSE_ASSESSMENT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FINAL_COURSE_ASSESSMENT</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> FINAL_COURSE_ASSESSMENT</pre> </li> </ul> <a name="RECOGNIZED_COURSE_CERTIFICATE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RECOGNIZED_COURSE_CERTIFICATE</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> RECOGNIZED_COURSE_CERTIFICATE</pre> </li> </ul> <a name="RECOGNIZED_EXAM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RECOGNIZED_EXAM</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> RECOGNIZED_EXAM</pre> </li> </ul> <a name="RECOGNIZED_ASSESSMENT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RECOGNIZED_ASSESSMENT</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> RECOGNIZED_ASSESSMENT</pre> </li> </ul> <a name="FINAL_EXAM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FINAL_EXAM</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> FINAL_EXAM</pre> </li> </ul> <a name="ALL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ALL</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> ALL</pre> </li> </ul> <a name="NONE_AVAILABLE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NONE_AVAILABLE</h4> <pre>public static final&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a> NONE_AVAILABLE</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (AssessmentType c : AssessmentType.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> <a name="parseAssessmentType(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>parseAssessmentType</h4> <pre>public static&nbsp;<a href="../../../org/voidsink/kussslib/AssessmentType.html" title="enum in org.voidsink.kussslib">AssessmentType</a>&nbsp;parseAssessmentType(java.lang.String&nbsp;text)</pre> <div class="block">Receives a string and parses the correct assessment type from it.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - The string which describes the assessment type</dd> <dt><span class="strong">Returns:</span></dt><dd>The assessment type parsed from the string</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AssessmentType.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="../../../org/voidsink/kussslib/Assessment.html" title="interface in org.voidsink.kussslib"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/voidsink/kussslib/Course.html" title="interface in org.voidsink.kussslib"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/voidsink/kussslib/AssessmentType.html" target="_top">Frames</a></li> <li><a href="AssessmentType.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
tryg/mcwa/243.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <link rel='stylesheet' href='../../_script/klli.css' /> <link rel='stylesheet' href='../_themes/klli.css' /> <title>ìàäåá ëì àãí îéùøàì</title> <meta name='author' content="" /> <meta name='receiver' content="" /> <meta name='jmQovc' content='tryg/mcwa/243' /> <meta name='tvnit' content='mcwa' /> </head> <body lang='he' class='mcwh'><div class='pnim'> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a href='../index.html'>øàùé</a>&gt;<a href='../mcwa/index.html'>îöååú ìôé ñôø äçéðåê</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ìàäåá ëì àãí îéùøàì</h1> <div id='idfields'> </div> <script type='text/javascript' src='../../_script/vars.js'></script> <script type='text/javascript'>kotrt()</script> <ul id='ulbnim'> <li>äâãøä: <a href='../../tnk1/kma/qjrim1/ahvot.html' class='hgdrh'>åàäáú ì- = øöåï ìúú åìòæåø<small> / àøàì</small></a></li> <li>äâãøä: <a href='../../tnk1/kma/qjrim1/rek.html' class='hgdrh'>øòê=<small> / àøàì (äâää: òåôø ìáéà)</small></a></li> <li>èòí: <span class='fem'>ëîå ùéòùä äåà ìçáøå ëï éòùä çáøå ìå åáæä éäéä ùìåí áï äáøéåú.<small> [çôöéáä àåðâø, òì-ôé ñôø äçéðåê]</small></span></li> <li>äâãøä: <a href='http://moreshet.co.il/web/shut/shut2.asp?id=53865' class='hgdrh' target='_blank'>äàãí öøéê ìàäåá àú øòäå, àáì ìà éåúø îàùø àú òöîå<small> / ùàìä: àøàì, úùåáä: äøá éåáì ùøìå -> ùå"ú îåøùú</small></a></li> <li>ôñå÷: <a href='../../tnk1/prqim/t0319.htm#18' class='pswq'>åàäáú ìøòê ëîåê<small> / åé÷øà éè 18</small></a></li> <li>äâãøä: <a href='http://hydepark.hevre.co.il/hydepark/topic.asp?topic_id=1177859&amp;whichpage=1' class='hgdrh' target='_blank'>åàäáú ìøòê ëîåê åùååéåï áùëø<small> / àøàì -> òöåø ëàï çåùáéí</small></a></li> <li>äâãøä: <a href='../messages/mcwa_243_0.html' class='hgdrh'>ìàäåá àú ääùú÷ôåú ùì øòê áê<small> / ãï (dreisner@netvision.net.il)</small></a></li> <li>äìëåú: <a href='http://mechon-mamre.org/i/1206.htm' class='hlkwt' target='_blank'>äìëåú îôåøèåú<small> / øîá"í -> äìëåú ãòåú ôø÷ å</small></a></li> <li>ñéååâ: <a href='../sug/xwbt_hadm_myjral.html' class='sywwg'>äçééá áîöåä: àãí îéùøàì</a></li> <li>äâãøä: <a href='../../tnk1/tora/wyqra/wy-19-18-xyim.html' class='hgdrh'>çåáä ìàäåá âí àãí ùôâò áðå áàåôï àéùé</a></li> <li>ãøê: <a href='../sug/ahbt_azrx.html' class='drk'>÷éùåøéí åãøëéí ì÷éåí äîöåä</a></li> <li>ñéååâ: <a href='../sug/rcon_mxjbh.html' class='sywwg'>øöåï: îçùáä</a></li> <li>ñéååâ: <a href='../sug/ecm_adm_xbr.html' class='sywwg'>àãí/çôõ: àãí îéùøàì</a></li> </ul><!--end--> <script type='text/javascript'>AnalyzeBnim(); ktov_bnim_mcwa()</script> <h2 id='tguvot'>úåñôåú åúâåáåú</h2> <script type='text/javascript'>ktov_bnim_axrim("<"+"ul>","</"+"ul>")</script> <script type='text/javascript'>tguva();txtit()</script> </div><!--pnim--> </body> </html>
docs/functions_f.html
frangio68/SubGrad-4-FC-MMCF
<!-- HTML header for doxygen 1.8.8--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>CNDSM: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="stylesheet.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">CNDSM &#160;<span id="projectnumber">1.00</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> <li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li class="current"><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_q.html#index_q"><span>q</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_x.html#index_x"><span>x</span></a></li> <li><a href="functions_y.html#index_y"><span>y</span></a></li> <li><a href="functions_z.html#index_z"><span>z</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('functions_f.html','');}); </script> <div id="doc-content"> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_f"></a>- f -</h3><ul> <li>FBse : <a class="el" href="classMMCFClass.html#a85b270fcf952040ec5743e3f85bc28ad">MMCFClass</a> </li> <li>Fi() : <a class="el" href="classFiOracle.html#aa90312f57c5be3fb8435a1f394c29533">FiOracle</a> </li> <li>FiAndGi() : <a class="el" href="classSubGrad.html#ada9fae89db1844e478bfee044c021b2c">SubGrad</a> </li> <li>FiBar : <a class="el" href="classSubGrad.html#a6108fff45cd16241d7c84fcbc1dc90ae">SubGrad</a> </li> <li>FiBest : <a class="el" href="classSubGrad.html#a4850219d46507cf28bb795f41e745a7c">SubGrad</a> </li> <li>FiEval() : <a class="el" href="classNDOSolver.html#a94c23b71f41deb617a84474d4265ab25">NDOSolver</a> </li> <li>FiEvaltns : <a class="el" href="classNDOSolver.html#a668f46932f6eff896863aa0adeb69e63">NDOSolver</a> </li> <li>FiHat : <a class="el" href="classSubGrad.html#af2b6ed57cee2309f7da9b3afe4d7cbae">SubGrad</a> </li> <li>FiLambda : <a class="el" href="classSubGrad.html#a2b73f0dbdcd7d715e4fdf3d9f6946412">SubGrad</a> </li> <li>FiLev : <a class="el" href="classStepsize.html#acc05a2f9a5f57fa82c7a27c8d5a170e5">Stepsize</a> </li> <li>FiLLvl : <a class="el" href="classFiOracle.html#a1fd13d86b57f9d3f02181d0439670117">FiOracle</a> </li> <li>FiLmbd : <a class="el" href="classKnpsFiOrcl.html#a0b9606f5b8634991b4a267d39c432c68">KnpsFiOrcl</a> </li> <li>FiLog : <a class="el" href="classFiOracle.html#a49d5dae033892e385945f7cbe99bdb99">FiOracle</a> </li> <li>FiOracle() : <a class="el" href="classFiOracle.html#ae6f8eccd8ffb760f2e13a6672dca6752">FiOracle</a> </li> <li>FiStatus : <a class="el" href="classFiOracle.html#a04867eec1c7917816fb94b85c12ba6db">FiOracle</a> </li> <li>Fit : <a class="el" href="classFiOracle.html#ae37f87b4def17d7b955b7d74a73e124a">FiOracle</a> </li> <li>FiTime() : <a class="el" href="classFiOracle.html#ae87131a6ed4539663f0406932bcfb007">FiOracle</a> </li> <li>FlwFiOrcl() : <a class="el" href="classFlwFiOrcl.html#a1bedd126dd189882b0bb0855962bc7f8">FlwFiOrcl</a> </li> <li>FlwParam : <a class="el" href="classFlwFiOrcl.html#a910766732a42bed0195cb243a22e3e42">FlwFiOrcl</a> </li> <li>FMat : <a class="el" href="classGraph.html#a6147b8769d68944cacb75c83dfeb7794">Graph</a> </li> <li>FNumber : <a class="el" href="classGraph.html#aeea3e5951d222b2a8e57de1b4246a909">Graph</a> , <a class="el" href="classMCFClass.html#aeea3e5951d222b2a8e57de1b4246a909">MCFClass</a> , <a class="el" href="classMMCFClass.html#aeea3e5951d222b2a8e57de1b4246a909">MMCFClass</a> </li> <li>FONumber : <a class="el" href="classGraph.html#af5ee7b3099b0bc780a6a4b43629488fa">Graph</a> , <a class="el" href="classMCFClass.html#af5ee7b3099b0bc780a6a4b43629488fa">MCFClass</a> , <a class="el" href="classMMCFClass.html#af5ee7b3099b0bc780a6a4b43629488fa">MMCFClass</a> </li> <li>Format() : <a class="el" href="classDeflection.html#ad999b7b0b829a9c37e3cd1e0391e4542">Deflection</a> , <a class="el" href="classStepsize.html#ad999b7b0b829a9c37e3cd1e0391e4542">Stepsize</a> </li> <li>FormD() : <a class="el" href="classSubGrad.html#a237e3a167830fdb29a3f0fff486c0109">SubGrad</a> </li> <li>FormLambda1() : <a class="el" href="classSubGrad.html#a8eeda37b978781a055c191f8de5a3f2d">SubGrad</a> </li> <li>FRow : <a class="el" href="classGraph.html#a9dae1f1a39c208ce3c2b337cd5bb3d00">Graph</a> , <a class="el" href="classMCFClass.html#a9dae1f1a39c208ce3c2b337cd5bb3d00">MCFClass</a> , <a class="el" href="classMMCFClass.html#a9dae1f1a39c208ce3c2b337cd5bb3d00">MMCFClass</a> </li> <li>fs : <a class="el" href="classSubGrad.html#a9040eafef7472ddeab108e810e1a057e">SubGrad</a> </li> <li>FsbEps : <a class="el" href="classMMCFClass.html#a92f91876360c7d17e55f2c861c5bda37">MMCFClass</a> </li> <li>FSol : <a class="el" href="classMMCFClass.html#ab0a6e3f152fd6f67200a1555f449b009">MMCFClass</a> </li> <li>FSolution : <a class="el" href="classKnpsFiOrcl.html#a39d407e6ef40467617262b2823bb45e1">KnpsFiOrcl</a> </li> <li>FumeroTV() : <a class="el" href="classFumeroTV.html#af079651b58c35f1a05d899b9d452e133">FumeroTV</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.8--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
app/elements/model-panel/model-panel.html
loopingz/webda-shell
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/paper-styles/typography.html"> <link rel="import" href="../../bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="../url-method-selector/url-method-selector.html"> <link rel="import" href="../route-edit-panel/route-edit-panel.html"> <dom-module id="model-panel"> <template> <style include="shared-styles"> </style> <div> <label>Model</label> <div>{{component.name}}</div> <require-panel file="{{component.src}}" add-js edit-mode></require-panel> </div> </template> <script> (function() { 'use strict'; Polymer({ is: 'model-panel', updateValues: function() { console.log('should update values'); }, init: function() { }, ready: function() { this.addEventListener("change", (evt) => { this.dirty = true; }); }, properties: { dirty: { type: Boolean, value: false, notify: true }, component: { type: Object, notify: true, observer: 'init' } } }); })(); </script> </dom-module>
doc/html/search/functions_75.html
BlueVia/Official-Library-Android
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_update"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_update')">update</a> <div class="SRChildren"> <a id="Item0_c0" onkeydown="return searchResults.NavChild(event,0,0)" onkeypress="return searchResults.NavChild(event,0,0)" onkeyup="return searchResults.NavChild(event,0,0)" class="SRScope" href="../classcom_1_1bluevia_1_1android_1_1commons_1_1client_1_1BVBaseClient.html#a534beb26d503a0e67cbc57078f396808" target="_parent">com::bluevia::android::commons::client::BVBaseClient.update()</a> <a id="Item0_c1" onkeydown="return searchResults.NavChild(event,0,1)" onkeypress="return searchResults.NavChild(event,0,1)" onkeyup="return searchResults.NavChild(event,0,1)" class="SRScope" href="../classcom_1_1bluevia_1_1android_1_1commons_1_1connector_1_1http_1_1HttpConnector.html#af55a3162f4680d4537447c5aa912b355" target="_parent">com::bluevia::android::commons::connector::http::HttpConnector.update()</a> <a id="Item0_c2" onkeydown="return searchResults.NavChild(event,0,2)" onkeypress="return searchResults.NavChild(event,0,2)" onkeyup="return searchResults.NavChild(event,0,2)" class="SRScope" href="../interfacecom_1_1bluevia_1_1android_1_1commons_1_1connector_1_1IConnector.html#a41fe93a1beb25f96a782f8ecff131e0c" target="_parent">com::bluevia::android::commons::connector::IConnector.update()</a> </div> </div> </div> <div class="SRResult" id="SR_userid"> <div class="SREntry"> <a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_userid')">UserId</a> <div class="SRChildren"> <a id="Item1_c0" onkeydown="return searchResults.NavChild(event,1,0)" onkeypress="return searchResults.NavChild(event,1,0)" onkeyup="return searchResults.NavChild(event,1,0)" class="SRScope" href="../classcom_1_1bluevia_1_1android_1_1commons_1_1data_1_1UserId.html#ae72b3c66fbe940ba898b6c8d6078047d" target="_parent">com::bluevia::android::commons::data::UserId.UserId()</a> <a id="Item1_c1" onkeydown="return searchResults.NavChild(event,1,1)" onkeypress="return searchResults.NavChild(event,1,1)" onkeyup="return searchResults.NavChild(event,1,1)" class="SRScope" href="../classcom_1_1bluevia_1_1android_1_1commons_1_1data_1_1UserId.html#af9ab6d470cec711b40da8df214ca674f" target="_parent">com::bluevia::android::commons::data::UserId.UserId(Type mType, String mUserIdValue)</a> </div> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
Source/GCC4/3rdParty/luaplus51-all/Src/Modules/stdlib/modules/mbox.html
kveratis/GameCode4
<html><head></head><body> <p> <h1>mbox<br></h1> mbox parser<br> based on code by Diego Nahab<br> </p><hr> </body></html>
docs/reference/html/files.html
orian/opennn
<!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.3.1"/> <title>OpenNN: File List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="opennn_icon_512x512.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenNN &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">Open Neural Networks Library</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">File List</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img id="arr_0_" src="ftv2mlastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('0_')"/><img id="img_0_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('0_')"/><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html" target="_self">source</a></td><td class="desc"></td></tr> <tr id="row_0_0_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="bounding__layer_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>bounding_layer.h</b></td><td class="desc"></td></tr> <tr id="row_0_1_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="conditions__layer_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>conditions_layer.h</b></td><td class="desc"></td></tr> <tr id="row_0_2_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="conjugate__gradient_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>conjugate_gradient.h</b></td><td class="desc"></td></tr> <tr id="row_0_3_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="cross__entropy__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>cross_entropy_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_4_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="data__set_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>data_set.h</b></td><td class="desc"></td></tr> <tr id="row_0_5_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="evolutionary__algorithm_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>evolutionary_algorithm.h</b></td><td class="desc"></td></tr> <tr id="row_0_6_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="final__solutions__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>final_solutions_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_7_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="gradient__descent_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>gradient_descent.h</b></td><td class="desc"></td></tr> <tr id="row_0_8_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="independent__parameters_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>independent_parameters.h</b></td><td class="desc"></td></tr> <tr id="row_0_9_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="independent__parameters__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>independent_parameters_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_10_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="inputs_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>inputs.h</b></td><td class="desc"></td></tr> <tr id="row_0_11_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="instances_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>instances.h</b></td><td class="desc"></td></tr> <tr id="row_0_12_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="inverse__sum__squared__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>inverse_sum_squared_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_13_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="levenberg__marquardt__algorithm_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>levenberg_marquardt_algorithm.h</b></td><td class="desc"></td></tr> <tr id="row_0_14_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="linear__algebraic__equations_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>linear_algebraic_equations.h</b></td><td class="desc"></td></tr> <tr id="row_0_15_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="mathematical__model_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>mathematical_model.h</b></td><td class="desc"></td></tr> <tr id="row_0_16_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="matrix_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>matrix.h</b></td><td class="desc"></td></tr> <tr id="row_0_17_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="mean__squared__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>mean_squared_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_18_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="minkowski__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>minkowski_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_19_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="model__selection_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>model_selection.h</b></td><td class="desc"></td></tr> <tr id="row_0_20_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="multilayer__perceptron_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>multilayer_perceptron.h</b></td><td class="desc"></td></tr> <tr id="row_0_21_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="neural__network_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>neural_network.h</b></td><td class="desc"></td></tr> <tr id="row_0_22_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="neural__parameters__norm_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>neural_parameters_norm.h</b></td><td class="desc"></td></tr> <tr id="row_0_23_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="newton__method_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>newton_method.h</b></td><td class="desc"></td></tr> <tr id="row_0_24_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="normalized__squared__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>normalized_squared_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_25_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="numerical__differentiation_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>numerical_differentiation.h</b></td><td class="desc"></td></tr> <tr id="row_0_26_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="numerical__integration_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>numerical_integration.h</b></td><td class="desc"></td></tr> <tr id="row_0_27_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="opennn_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>opennn.h</b></td><td class="desc"></td></tr> <tr id="row_0_28_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="ordinary__differential__equations_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>ordinary_differential_equations.h</b></td><td class="desc"></td></tr> <tr id="row_0_29_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="outputs_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>outputs.h</b></td><td class="desc"></td></tr> <tr id="row_0_30_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="outputs__integrals_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>outputs_integrals.h</b></td><td class="desc"></td></tr> <tr id="row_0_31_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="perceptron_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>perceptron.h</b></td><td class="desc"></td></tr> <tr id="row_0_32_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="perceptron__layer_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>perceptron_layer.h</b></td><td class="desc"></td></tr> <tr id="row_0_33_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="performance__functional_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>performance_functional.h</b></td><td class="desc"></td></tr> <tr id="row_0_34_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="performance__term_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>performance_term.h</b></td><td class="desc"></td></tr> <tr id="row_0_35_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="plug__in_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>plug_in.h</b></td><td class="desc"></td></tr> <tr id="row_0_36_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="probabilistic__layer_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>probabilistic_layer.h</b></td><td class="desc"></td></tr> <tr id="row_0_37_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="quasi__newton__method_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>quasi_newton_method.h</b></td><td class="desc"></td></tr> <tr id="row_0_38_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="random__search_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>random_search.h</b></td><td class="desc"></td></tr> <tr id="row_0_39_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="root__mean__squared__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>root_mean_squared_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_40_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="scaling__layer_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>scaling_layer.h</b></td><td class="desc"></td></tr> <tr id="row_0_41_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="solutions__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>solutions_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_42_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="sum__squared__error_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>sum_squared_error.h</b></td><td class="desc"></td></tr> <tr id="row_0_43_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="testing__analysis_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>testing_analysis.h</b></td><td class="desc"></td></tr> <tr id="row_0_44_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="training__algorithm_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>training_algorithm.h</b></td><td class="desc"></td></tr> <tr id="row_0_45_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="training__rate__algorithm_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>training_rate_algorithm.h</b></td><td class="desc"></td></tr> <tr id="row_0_46_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="training__strategy_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>training_strategy.h</b></td><td class="desc"></td></tr> <tr id="row_0_47_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="unscaling__layer_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>unscaling_layer.h</b></td><td class="desc"></td></tr> <tr id="row_0_48_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="variables_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>variables.h</b></td><td class="desc"></td></tr> <tr id="row_0_49_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="vector_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><b>vector.h</b></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Dec 31 2013 12:16:39 for OpenNN by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
tnk1/ljon/jorj/nhl2.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>ðäì2</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta name='author' content="" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/ljon/jorj/nhl2" /> <meta name='tvnit' content="tnk_jorj" /> <meta name='description' lang='he' content="ðäì2" /> <meta name='description' lang='en' content="this page is in Hebrew" /> <meta name='keywords' lang='he' content="ðäì2 áúð&quot;ê,ðäì2" /> </head> <!-- PHP Programming by Erel Segal - Rent a Brain http://tora.us.fm/rentabrain --> <body lang='he' dir='rtl' id = 'tnk1_ljon_jorj_nhl2' class='jzmj tnk_jorj'> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/ljon/index.html'>ìùåï äî÷øà</a>&gt;<a href='../../../tnk1/ljon/jorj/index.html'>ùåøùéí</a>&gt;<a href='../../../tnk1/ljon/jorj/nhl.html'>ðäì</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ðäì2</h1> <div id='idfields'> <p>÷åã: ðäì2 áúð"ê</p> <p>ñåâ: ùæîù</p> <p>îàú: </p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <ul id='ulbnim'> <li>äâãøä_ëììéú: <span class='hgdrh_kllyt dor1'>= ùí-øáéí "ðäìåìéí", ðøãó ì"ðòöåöéí".<small> [ùáé"ì]</small></span>&nbsp;&nbsp;</li> <li>çéä: <span class='xyh dor1'>ðäìÉì (öîç)</span>&nbsp;&nbsp;&nbsp; <div class='dor2'> <span class='hgdrh'>[ø÷ áøéáåé "ðäìåìéí"].</span>&nbsp;&nbsp; </div><!--dor2--> </li> <li>öéìåí: <span class='cylwm dor1'><img src='' /></span>&nbsp;&nbsp;</li> </ul><!--end--> <script type='text/javascript'> AnalyzeBnim(); ktov_bnim_jorj(); </script> <h2 id='tguvot'>úåñôåú åúâåáåú</h2> <script type='text/javascript'>ktov_bnim_axrim("<"+"ul>","</"+"ul>")</script> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
tnk1/messages/prqim_t27_1_0_0_0_0_1_1_0.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <link rel='stylesheet' href='../../_script/klli.css' /> <link rel='stylesheet' href='../_themes/klli.css' /> <title>ì åìà á</title> <meta name='author' content='àøàì' /> <meta name='receiver' content='' /> <meta name='jmQovc' content='tnk1/messages/prqim_t27_1_0_0_0_0_1_1_0.html' /> <meta name='tvnit' content='' /> </head> <body lang='he' class='tguva'><div class='pnim'> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a href='../index.html'>øàùé</a>&gt;<a href='../messages/prqim_t27_1_0_0_0_0_1_1.html'>äåãòä çùåáä òì: îîúé úå÷òéí áùåôø áñåëåú?!</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ì åìà á</h1> <div id='idfields'> <p>îàú: àøàì <p>àì: </div> <script type='text/javascript' src='../../_script/vars.js'></script> <script type='text/javascript'>kotrt()</script> <p class='teur_tguva'>ðëúá á: 21:44:40&nbsp;&nbsp;20.02.2007, ëúåñôú/úâåáä ì: <a href='../messages/prqim_t27_1_0_0_0_0_1_1.html'>äåãòä çùåáä òì: îîúé úå÷òéí áùåôø áñåëåú?!</a> <div id='tokn'> <p>ìà ðàîø, ëôé ùëúáú, "áëñä áéåí çâðå", àìà "áëñä ìéåí çâðå", ëìåîø, áéåí äëñä ùùééê ìéåí çâðå;<p>ëìåîø, éù ìú÷åò áùåôø áéåí ùáå äéøç îëåñä ìôðé éåí çâðå; åàí "éåí çâðå" äåà ñåëåú, àæ "äëñä ìéåí çâðå" äåà éåí äàçã ìçåãù äùáéòé, ùð÷øà áúåøä "éåí úøåòä", åëì äôñå÷éí áøåøéí.</p> <br /> <br /> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li></li> </ul><!--end--> <script type='text/javascript'>tguva();txtit()</script> </div><!--pnim--> </body> </html>
lib/slf4j-1.5.8/site/xref-test/org/apache/commons/logging/impl/package-frame.html
MSRP-OSS/msrp-java
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>SLF4J 1.5.8 Reference Package org.apache.commons.logging.impl</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> <h3> <a href="package-summary.html" target="classFrame">org.apache.commons.logging.impl</a> </h3> <h3>Classes</h3> <ul> <li> <a href="SerializationTest.html" target="classFrame">SerializationTest</a> </li> </ul> </body> </html>
doc/html/odtone/mih/tlv_link_parameters_sta_id2502366.html
ATNoG/EMICOM
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Global tlv_link_parameters_status_list</title> <link rel="stylesheet" href="../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../index.html" title="ODTONE 0.4"> <link rel="up" href="../../odtone_mih_library.html#header..home.carlos.Desktop.release.inc.odtone.mih.tlv_types_hpp" title="Header &lt;/home/carlos/Desktop/release/inc/odtone/mih/tlv_types.hpp&gt;"> <link rel="prev" href="tlv_link_parameters_req.html" title="Global tlv_link_parameters_req"> <link rel="next" href="tlv_link_states_req.html" title="Global tlv_link_states_req"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="'ODTONE - Open Dot Twenty One'" width="100" height="100" src="../.././images/logo.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="tlv_link_parameters_req.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../odtone_mih_library.html#header..home.carlos.Desktop.release.inc.odtone.mih.tlv_types_hpp"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="tlv_link_states_req.html"><img src="../../images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="odtone.mih.tlv_link_parameters_sta_id2502366"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Global tlv_link_parameters_status_list</span></h2> <p>odtone::mih::tlv_link_parameters_status_list</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../odtone_mih_library.html#header..home.carlos.Desktop.release.inc.odtone.mih.tlv_types_hpp" title="Header &lt;/home/carlos/Desktop/release/inc/odtone/mih/tlv_types.hpp&gt;">/home/carlos/Desktop/release/inc/odtone/mih/tlv_types.hpp</a>&gt; </span><span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="tlv_cast_.html" title="Class template tlv_cast_">tlv_cast_</a><span class="special">&lt;</span> <span class="identifier">link_param_list</span><span class="special">,</span> <a class="link" href="tlv_.html" title="Struct template tlv_">tlv_</a><span class="special">&lt;</span> <span class="number">104</span> <span class="special">&gt;</span> <span class="special">&gt;</span> tlv_link_parameters_status_list<span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2012 Universidade Aveiro<br>Copyright &#169; 2009-2012 Instituto de Telecomunica&#231;&#245;es - P&#243;lo Aveiro<p> This software is distributed under a license. The full license agreement can be found in the LICENSE in this distribution. This software may not be copied, modified, sold or distributed other than expressed in the named license agreement. This software is distributed without any warranty. </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="tlv_link_parameters_req.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../odtone_mih_library.html#header..home.carlos.Desktop.release.inc.odtone.mih.tlv_types_hpp"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="tlv_link_states_req.html"><img src="../../images/next.png" alt="Next"></a> </div> </body> </html>
doc/com/tabuto/test/j2dgf/class-use/GameTest.ParticleCollision.html
tabuto/j2dgf
<!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_20) on Fri Dec 24 14:21:34 CET 2010 --> <TITLE> Uses of Class com.tabuto.test.j2dgf.GameTest.ParticleCollision </TITLE> <META NAME="date" CONTENT="2010-12-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.tabuto.test.j2dgf.GameTest.ParticleCollision"; } } </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/tabuto/test/j2dgf/GameTest.ParticleCollision.html" title="class in com.tabuto.test.j2dgf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/tabuto/test/j2dgf//class-useGameTest.ParticleCollision.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GameTest.ParticleCollision.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.tabuto.test.j2dgf.GameTest.ParticleCollision</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/tabuto/test/j2dgf/GameTest.ParticleCollision.html" title="class in com.tabuto.test.j2dgf">GameTest.ParticleCollision</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.tabuto.test.j2dgf"><B>com.tabuto.test.j2dgf</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.tabuto.test.j2dgf"><!-- --></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/tabuto/test/j2dgf/GameTest.ParticleCollision.html" title="class in com.tabuto.test.j2dgf">GameTest.ParticleCollision</A> in <A HREF="../../../../../com/tabuto/test/j2dgf/package-summary.html">com.tabuto.test.j2dgf</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">Fields in <A HREF="../../../../../com/tabuto/test/j2dgf/package-summary.html">com.tabuto.test.j2dgf</A> declared as <A HREF="../../../../../com/tabuto/test/j2dgf/GameTest.ParticleCollision.html" title="class in com.tabuto.test.j2dgf">GameTest.ParticleCollision</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../com/tabuto/test/j2dgf/GameTest.ParticleCollision.html" title="class in com.tabuto.test.j2dgf">GameTest.ParticleCollision</A></CODE></FONT></TD> <TD><CODE><B>GameTest.</B><B><A HREF="../../../../../com/tabuto/test/j2dgf/GameTest.html#pCollision">pCollision</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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/tabuto/test/j2dgf/GameTest.ParticleCollision.html" title="class in com.tabuto.test.j2dgf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/tabuto/test/j2dgf//class-useGameTest.ParticleCollision.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GameTest.ParticleCollision.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/html/search/functions_76.html
ehaliewicz/SGDK
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_vdp_5fclearplan"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../vdp__bg_8h.html#accba33ee6ba5e016b180be563030fa03" target="_parent">VDP_clearPlan</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fcleartext"> <div class="SREntry"> <a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../vdp__bg_8h.html#afae295449d30870463b539cd2e4266a0" target="_parent">VDP_clearText</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fcleartextbg"> <div class="SREntry"> <a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../vdp__bg_8h.html#a25cc45fa218c78ccce3de3fb0d16c3a3" target="_parent">VDP_clearTextBG</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fcleartextline"> <div class="SREntry"> <a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../vdp__bg_8h.html#a82a31cf678c43308b8f4964b0acda6bf" target="_parent">VDP_clearTextLine</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fcleartextlinebg"> <div class="SREntry"> <a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../vdp__bg_8h.html#ae9d6ab0ccf60e676d9b15a74fbb8b210" target="_parent">VDP_clearTextLineBG</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fcleartilemaprect"> <div class="SREntry"> <a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../vdp__tile_8h.html#ae9081a1265a9ef42d976703ce2c09cc3" target="_parent">VDP_clearTileMapRect</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fcleartilemaprectbyindex"> <div class="SREntry"> <a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../vdp__tile_8h.html#a5d9f7aa15e6d4c09002b0d887c3653b4" target="_parent">VDP_clearTileMapRectByIndex</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fdodma"> <div class="SREntry"> <a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../vdp__dma_8h.html#ac57cd4380aaf65681cef122d642c6791" target="_parent">VDP_doDMA</a> <span class="SRScope">vdp_dma.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fdodmaex"> <div class="SREntry"> <a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="../vdp__dma_8h.html#aef2ae027391ece62ddffe53e65b73ba2" target="_parent">VDP_doDMAEx</a> <span class="SRScope">vdp_dma.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fdovramdmacopy"> <div class="SREntry"> <a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="../vdp__dma_8h.html#a9f2430fd7ad9ed7f1cddd035809446ce" target="_parent">VDP_doVRamDMACopy</a> <span class="SRScope">vdp_dma.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fdovramdmafill"> <div class="SREntry"> <a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="../vdp__dma_8h.html#ab640a2fdce24df6a9a5e36aaa090d4e1" target="_parent">VDP_doVRamDMAFill</a> <span class="SRScope">vdp_dma.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fdrawtext"> <div class="SREntry"> <a id="Item11" onkeydown="return searchResults.Nav(event,11)" onkeypress="return searchResults.Nav(event,11)" onkeyup="return searchResults.Nav(event,11)" class="SRSymbol" href="../vdp__bg_8h.html#ab04cf06289b7bae2085ac485d7cb3dd2" target="_parent">VDP_drawText</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fdrawtextbg"> <div class="SREntry"> <a id="Item12" onkeydown="return searchResults.Nav(event,12)" onkeypress="return searchResults.Nav(event,12)" onkeyup="return searchResults.Nav(event,12)" class="SRSymbol" href="../vdp__bg_8h.html#ab11da4138cced47cf8cc4c02421cb740" target="_parent">VDP_drawTextBG</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffade"> <div class="SREntry"> <a id="Item13" onkeydown="return searchResults.Nav(event,13)" onkeypress="return searchResults.Nav(event,13)" onkeyup="return searchResults.Nav(event,13)" class="SRSymbol" href="../vdp__pal_8h.html#aeed77cce6d275b49f673535e68bd4ac6" target="_parent">VDP_fade</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadeall"> <div class="SREntry"> <a id="Item14" onkeydown="return searchResults.Nav(event,14)" onkeypress="return searchResults.Nav(event,14)" onkeyup="return searchResults.Nav(event,14)" class="SRSymbol" href="../vdp__pal_8h.html#a900f97139705937cc017632995aee303" target="_parent">VDP_fadeAll</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadeallto"> <div class="SREntry"> <a id="Item15" onkeydown="return searchResults.Nav(event,15)" onkeypress="return searchResults.Nav(event,15)" onkeyup="return searchResults.Nav(event,15)" class="SRSymbol" href="../vdp__pal_8h.html#a7870dff3f75b1fd8623223a207b90b7a" target="_parent">VDP_fadeAllTo</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadein"> <div class="SREntry"> <a id="Item16" onkeydown="return searchResults.Nav(event,16)" onkeypress="return searchResults.Nav(event,16)" onkeyup="return searchResults.Nav(event,16)" class="SRSymbol" href="../vdp__pal_8h.html#ac92299811cd13394ebfeb0361019fa13" target="_parent">VDP_fadeIn</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadeinall"> <div class="SREntry"> <a id="Item17" onkeydown="return searchResults.Nav(event,17)" onkeypress="return searchResults.Nav(event,17)" onkeyup="return searchResults.Nav(event,17)" class="SRSymbol" href="../vdp__pal_8h.html#a332e87f4bf657135502545264b571a93" target="_parent">VDP_fadeInAll</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadeout"> <div class="SREntry"> <a id="Item18" onkeydown="return searchResults.Nav(event,18)" onkeypress="return searchResults.Nav(event,18)" onkeyup="return searchResults.Nav(event,18)" class="SRSymbol" href="../vdp__pal_8h.html#a857516a7857c9e3b2a7fd3520c63b5aa" target="_parent">VDP_fadeOut</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadeoutall"> <div class="SREntry"> <a id="Item19" onkeydown="return searchResults.Nav(event,19)" onkeypress="return searchResults.Nav(event,19)" onkeyup="return searchResults.Nav(event,19)" class="SRSymbol" href="../vdp__pal_8h.html#a7791c919d286a29e8e056345a905f47a" target="_parent">VDP_fadeOutAll</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadepal"> <div class="SREntry"> <a id="Item20" onkeydown="return searchResults.Nav(event,20)" onkeypress="return searchResults.Nav(event,20)" onkeyup="return searchResults.Nav(event,20)" class="SRSymbol" href="../vdp__pal_8h.html#a10acac155f221e4bf79029a495d8dcd6" target="_parent">VDP_fadePal</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadepalin"> <div class="SREntry"> <a id="Item21" onkeydown="return searchResults.Nav(event,21)" onkeypress="return searchResults.Nav(event,21)" onkeyup="return searchResults.Nav(event,21)" class="SRSymbol" href="../vdp__pal_8h.html#a0ed9fb566030d72cf8bdf87de6d0c36c" target="_parent">VDP_fadePalIn</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadepalout"> <div class="SREntry"> <a id="Item22" onkeydown="return searchResults.Nav(event,22)" onkeypress="return searchResults.Nav(event,22)" onkeyup="return searchResults.Nav(event,22)" class="SRSymbol" href="../vdp__pal_8h.html#a98fd1881f1e26f002ac53ee70ce531d2" target="_parent">VDP_fadePalOut</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadepalto"> <div class="SREntry"> <a id="Item23" onkeydown="return searchResults.Nav(event,23)" onkeypress="return searchResults.Nav(event,23)" onkeyup="return searchResults.Nav(event,23)" class="SRSymbol" href="../vdp__pal_8h.html#a22f13a569930110cc9b302caab91c2c6" target="_parent">VDP_fadePalTo</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffadeto"> <div class="SREntry"> <a id="Item24" onkeydown="return searchResults.Nav(event,24)" onkeypress="return searchResults.Nav(event,24)" onkeyup="return searchResults.Nav(event,24)" class="SRSymbol" href="../vdp__pal_8h.html#ae82e4583d445d2703813c649cb47b10d" target="_parent">VDP_fadeTo</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffilltiledata"> <div class="SREntry"> <a id="Item25" onkeydown="return searchResults.Nav(event,25)" onkeypress="return searchResults.Nav(event,25)" onkeyup="return searchResults.Nav(event,25)" class="SRSymbol" href="../vdp__tile_8h.html#ab4b97073e3f844aeef45aec0957c83ea" target="_parent">VDP_fillTileData</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffilltilemaprect"> <div class="SREntry"> <a id="Item26" onkeydown="return searchResults.Nav(event,26)" onkeypress="return searchResults.Nav(event,26)" onkeyup="return searchResults.Nav(event,26)" class="SRSymbol" href="../vdp__tile_8h.html#a5c46492f32018e094b0c2459210ca4fc" target="_parent">VDP_fillTileMapRect</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffilltilemaprectbyindex"> <div class="SREntry"> <a id="Item27" onkeydown="return searchResults.Nav(event,27)" onkeypress="return searchResults.Nav(event,27)" onkeyup="return searchResults.Nav(event,27)" class="SRSymbol" href="../vdp__tile_8h.html#a9cc9a1772b24d427322fdba45d983179" target="_parent">VDP_fillTileMapRectByIndex</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffilltilemaprectinc"> <div class="SREntry"> <a id="Item28" onkeydown="return searchResults.Nav(event,28)" onkeypress="return searchResults.Nav(event,28)" onkeyup="return searchResults.Nav(event,28)" class="SRSymbol" href="../vdp__tile_8h.html#a32a1f88a26a9f511faa14757c05072b6" target="_parent">VDP_fillTileMapRectInc</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5ffilltilemaprectincbyindex"> <div class="SREntry"> <a id="Item29" onkeydown="return searchResults.Nav(event,29)" onkeypress="return searchResults.Nav(event,29)" onkeyup="return searchResults.Nav(event,29)" class="SRSymbol" href="../vdp__tile_8h.html#a44ec56c97d6126c590122a44a2c3af05" target="_parent">VDP_fillTileMapRectIncByIndex</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetaplanaddress"> <div class="SREntry"> <a id="Item30" onkeydown="return searchResults.Nav(event,30)" onkeypress="return searchResults.Nav(event,30)" onkeyup="return searchResults.Nav(event,30)" class="SRSymbol" href="../vdp_8h.html#a6c5331dddbbd3e7e47812b23a27c1b7e" target="_parent">VDP_getAPlanAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetautoinc"> <div class="SREntry"> <a id="Item31" onkeydown="return searchResults.Nav(event,31)" onkeypress="return searchResults.Nav(event,31)" onkeyup="return searchResults.Nav(event,31)" class="SRSymbol" href="../vdp_8h.html#a1312a0dc4f9c1cbe2f8b0b9da13c9a09" target="_parent">VDP_getAutoInc</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetbplanaddress"> <div class="SREntry"> <a id="Item32" onkeydown="return searchResults.Nav(event,32)" onkeypress="return searchResults.Nav(event,32)" onkeyup="return searchResults.Nav(event,32)" class="SRSymbol" href="../vdp_8h.html#a7889e3313763eb5b25fa76c9d6920dcf" target="_parent">VDP_getBPlanAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetenable"> <div class="SREntry"> <a id="Item33" onkeydown="return searchResults.Nav(event,33)" onkeypress="return searchResults.Nav(event,33)" onkeyup="return searchResults.Nav(event,33)" class="SRSymbol" href="../vdp_8h.html#ad7afae25b5d9eb9d4c8c51a15935e277" target="_parent">VDP_getEnable</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgethintcounter"> <div class="SREntry"> <a id="Item34" onkeydown="return searchResults.Nav(event,34)" onkeypress="return searchResults.Nav(event,34)" onkeyup="return searchResults.Nav(event,34)" class="SRSymbol" href="../vdp_8h.html#a7f54475d3af2700abfad09e1e3a79aa7" target="_parent">VDP_getHIntCounter</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgethorizontalscrollingmode"> <div class="SREntry"> <a id="Item35" onkeydown="return searchResults.Nav(event,35)" onkeypress="return searchResults.Nav(event,35)" onkeyup="return searchResults.Nav(event,35)" class="SRSymbol" href="../vdp_8h.html#a246782f31e06f1c4f4e78ebad78dcce1" target="_parent">VDP_getHorizontalScrollingMode</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgethscrolltableaddress"> <div class="SREntry"> <a id="Item36" onkeydown="return searchResults.Nav(event,36)" onkeypress="return searchResults.Nav(event,36)" onkeyup="return searchResults.Nav(event,36)" class="SRSymbol" href="../vdp_8h.html#ac93008561bd3fa36e6562387ae1921e7" target="_parent">VDP_getHScrollTableAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetpalette"> <div class="SREntry"> <a id="Item37" onkeydown="return searchResults.Nav(event,37)" onkeypress="return searchResults.Nav(event,37)" onkeyup="return searchResults.Nav(event,37)" class="SRSymbol" href="../vdp__pal_8h.html#a00d9e4eb639fcad3050bc70428c448d3" target="_parent">VDP_getPalette</a> <span class="SRScope">vdp_pal.h</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetpalettecolor"> <div class="SREntry"> <a id="Item38" onkeydown="return searchResults.Nav(event,38)" onkeypress="return searchResults.Nav(event,38)" onkeyup="return searchResults.Nav(event,38)" class="SRSymbol" href="../vdp__pal_8h.html#ad7e4c3da1d0afc96dae58272b4cb2469" target="_parent">VDP_getPaletteColor</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetplanheight"> <div class="SREntry"> <a id="Item39" onkeydown="return searchResults.Nav(event,39)" onkeypress="return searchResults.Nav(event,39)" onkeyup="return searchResults.Nav(event,39)" class="SRSymbol" href="../vdp_8h.html#a3b84cf9009b283c7a0ca90cdd688efcc" target="_parent">VDP_getPlanHeight</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetplanwidth"> <div class="SREntry"> <a id="Item40" onkeydown="return searchResults.Nav(event,40)" onkeypress="return searchResults.Nav(event,40)" onkeyup="return searchResults.Nav(event,40)" class="SRSymbol" href="../vdp_8h.html#a5793f69c0b9b026d5e8bd90814d13798" target="_parent">VDP_getPlanWidth</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetreg"> <div class="SREntry"> <a id="Item41" onkeydown="return searchResults.Nav(event,41)" onkeypress="return searchResults.Nav(event,41)" onkeyup="return searchResults.Nav(event,41)" class="SRSymbol" href="../vdp_8h.html#a9ce7e4dd92c2dd50dae1b1a33cb96bca" target="_parent">VDP_getReg</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetscanlinenumber"> <div class="SREntry"> <a id="Item42" onkeydown="return searchResults.Nav(event,42)" onkeypress="return searchResults.Nav(event,42)" onkeyup="return searchResults.Nav(event,42)" class="SRSymbol" href="../vdp_8h.html#a0113ce2aa7675146b2eeb86a4fec339a" target="_parent">VDP_getScanlineNumber</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetscreenheight"> <div class="SREntry"> <a id="Item43" onkeydown="return searchResults.Nav(event,43)" onkeypress="return searchResults.Nav(event,43)" onkeyup="return searchResults.Nav(event,43)" class="SRSymbol" href="../vdp_8h.html#a1c0d801e09ec825961b2f5d2b20a49ea" target="_parent">VDP_getScreenHeight</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetscreenwidth"> <div class="SREntry"> <a id="Item44" onkeydown="return searchResults.Nav(event,44)" onkeypress="return searchResults.Nav(event,44)" onkeyup="return searchResults.Nav(event,44)" class="SRSymbol" href="../vdp_8h.html#a03bd91c06075930b2bb2a37830c1aa1e" target="_parent">VDP_getScreenWidth</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetspritelistaddress"> <div class="SREntry"> <a id="Item45" onkeydown="return searchResults.Nav(event,45)" onkeypress="return searchResults.Nav(event,45)" onkeyup="return searchResults.Nav(event,45)" class="SRSymbol" href="../vdp_8h.html#ab855f50da58b5b40349eedf830f396d7" target="_parent">VDP_getSpriteListAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgettextpalette"> <div class="SREntry"> <a id="Item46" onkeydown="return searchResults.Nav(event,46)" onkeypress="return searchResults.Nav(event,46)" onkeyup="return searchResults.Nav(event,46)" class="SRSymbol" href="../vdp__bg_8h.html#aa59e24e45a57dfcae290010fd8907deb" target="_parent">VDP_getTextPalette</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgettextpriority"> <div class="SREntry"> <a id="Item47" onkeydown="return searchResults.Nav(event,47)" onkeypress="return searchResults.Nav(event,47)" onkeyup="return searchResults.Nav(event,47)" class="SRSymbol" href="../vdp__bg_8h.html#a5ab1cfa144a3a480dfd9537d5a0997b7" target="_parent">VDP_getTextPriority</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetverticalscrollingmode"> <div class="SREntry"> <a id="Item48" onkeydown="return searchResults.Nav(event,48)" onkeypress="return searchResults.Nav(event,48)" onkeyup="return searchResults.Nav(event,48)" class="SRSymbol" href="../vdp_8h.html#a58829d25cd93168db1b132b7d5e78418" target="_parent">VDP_getVerticalScrollingMode</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fgetwindowplanaddress"> <div class="SREntry"> <a id="Item49" onkeydown="return searchResults.Nav(event,49)" onkeypress="return searchResults.Nav(event,49)" onkeyup="return searchResults.Nav(event,49)" class="SRSymbol" href="../vdp_8h.html#a8c5cffc7652b8d9c1f2585f059b00b6b" target="_parent">VDP_getWindowPlanAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5finit"> <div class="SREntry"> <a id="Item50" onkeydown="return searchResults.Nav(event,50)" onkeypress="return searchResults.Nav(event,50)" onkeyup="return searchResults.Nav(event,50)" class="SRSymbol" href="../vdp_8h.html#a7345ee2c2e6270fcdfb218298566186d" target="_parent">VDP_init</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5floadbmptiledata"> <div class="SREntry"> <a id="Item51" onkeydown="return searchResults.Nav(event,51)" onkeypress="return searchResults.Nav(event,51)" onkeyup="return searchResults.Nav(event,51)" class="SRSymbol" href="../vdp__tile_8h.html#aad023eb2bd25bd5a84f3e23e7adea828" target="_parent">VDP_loadBMPTileData</a> <span class="SRScope">vdp_tile.h</span> </div> </div> <div class="SRResult" id="SR_vdp_5floadbmptiledataex"> <div class="SREntry"> <a id="Item52" onkeydown="return searchResults.Nav(event,52)" onkeypress="return searchResults.Nav(event,52)" onkeyup="return searchResults.Nav(event,52)" class="SRSymbol" href="../vdp__tile_8h.html#a950f54e53c4aa0e8e7cbad4599dc2858" target="_parent">VDP_loadBMPTileDataEx</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5floadfont"> <div class="SREntry"> <a id="Item53" onkeydown="return searchResults.Nav(event,53)" onkeypress="return searchResults.Nav(event,53)" onkeyup="return searchResults.Nav(event,53)" class="SRSymbol" href="../vdp__tile_8h.html#af843e4605380b80da59443625a1b0df8" target="_parent">VDP_loadFont</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5floadtiledata"> <div class="SREntry"> <a id="Item54" onkeydown="return searchResults.Nav(event,54)" onkeypress="return searchResults.Nav(event,54)" onkeyup="return searchResults.Nav(event,54)" class="SRSymbol" href="../vdp__tile_8h.html#a3b0859b53b63af90a9bbffa206f7b1df" target="_parent">VDP_loadTileData</a> <span class="SRScope">vdp_tile.h</span> </div> </div> <div class="SRResult" id="SR_vdp_5fresetscreen"> <div class="SREntry"> <a id="Item55" onkeydown="return searchResults.Nav(event,55)" onkeypress="return searchResults.Nav(event,55)" onkeyup="return searchResults.Nav(event,55)" class="SRSymbol" href="../vdp_8h.html#acbb3529f5c7d26499b3d4a0e62007f5a" target="_parent">VDP_resetScreen</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fresetsprites"> <div class="SREntry"> <a id="Item56" onkeydown="return searchResults.Nav(event,56)" onkeypress="return searchResults.Nav(event,56)" onkeyup="return searchResults.Nav(event,56)" class="SRSymbol" href="../vdp__spr_8h.html#a119d43a38bb9ee01bdfcc1d023c8ef14" target="_parent">VDP_resetSprites</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetaplanaddress"> <div class="SREntry"> <a id="Item57" onkeydown="return searchResults.Nav(event,57)" onkeypress="return searchResults.Nav(event,57)" onkeyup="return searchResults.Nav(event,57)" class="SRSymbol" href="../vdp_8h.html#a5c9e0ae9a36332d334b4ce5a388d047a" target="_parent">VDP_setAPlanAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetautoinc"> <div class="SREntry"> <a id="Item58" onkeydown="return searchResults.Nav(event,58)" onkeypress="return searchResults.Nav(event,58)" onkeyup="return searchResults.Nav(event,58)" class="SRSymbol" href="../vdp_8h.html#a3e745d29389298b2a3c4ebdc38c177c0" target="_parent">VDP_setAutoInc</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetbplanaddress"> <div class="SREntry"> <a id="Item59" onkeydown="return searchResults.Nav(event,59)" onkeypress="return searchResults.Nav(event,59)" onkeyup="return searchResults.Nav(event,59)" class="SRSymbol" href="../vdp_8h.html#afb80485408f0cce3c0745fc122114f79" target="_parent">VDP_setBPlanAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetenable"> <div class="SREntry"> <a id="Item60" onkeydown="return searchResults.Nav(event,60)" onkeypress="return searchResults.Nav(event,60)" onkeyup="return searchResults.Nav(event,60)" class="SRSymbol" href="../vdp_8h.html#a0b3f9d0ad0a3803feca1b8aa22d8028a" target="_parent">VDP_setEnable</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethilightshadow"> <div class="SREntry"> <a id="Item61" onkeydown="return searchResults.Nav(event,61)" onkeypress="return searchResults.Nav(event,61)" onkeyup="return searchResults.Nav(event,61)" class="SRSymbol" href="../vdp_8h.html#a002987d1c2379698f996ae9d5408aaa9" target="_parent">VDP_setHilightShadow</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethintcounter"> <div class="SREntry"> <a id="Item62" onkeydown="return searchResults.Nav(event,62)" onkeypress="return searchResults.Nav(event,62)" onkeyup="return searchResults.Nav(event,62)" class="SRSymbol" href="../vdp_8h.html#a104e6d70f2e9dff5e20fdb011552adf3" target="_parent">VDP_setHIntCounter</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethinterrupt"> <div class="SREntry"> <a id="Item63" onkeydown="return searchResults.Nav(event,63)" onkeypress="return searchResults.Nav(event,63)" onkeyup="return searchResults.Nav(event,63)" class="SRSymbol" href="../vdp_8h.html#a29fb3e82bf904d2ee77e7b63f56b40c4" target="_parent">VDP_setHInterrupt</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethorizontalscroll"> <div class="SREntry"> <a id="Item64" onkeydown="return searchResults.Nav(event,64)" onkeypress="return searchResults.Nav(event,64)" onkeyup="return searchResults.Nav(event,64)" class="SRSymbol" href="../vdp__bg_8h.html#aa1e8da6cb7fd05ca12b299a1c8395e1f" target="_parent">VDP_setHorizontalScroll</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethorizontalscrollline"> <div class="SREntry"> <a id="Item65" onkeydown="return searchResults.Nav(event,65)" onkeypress="return searchResults.Nav(event,65)" onkeyup="return searchResults.Nav(event,65)" class="SRSymbol" href="../vdp__bg_8h.html#a34af71506955e14ecee3fffd4a5af987" target="_parent">VDP_setHorizontalScrollLine</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethorizontalscrolltile"> <div class="SREntry"> <a id="Item66" onkeydown="return searchResults.Nav(event,66)" onkeypress="return searchResults.Nav(event,66)" onkeyup="return searchResults.Nav(event,66)" class="SRSymbol" href="../vdp__bg_8h.html#a73e10874081c74b42eb468a4847a959e" target="_parent">VDP_setHorizontalScrollTile</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsethscrolltableaddress"> <div class="SREntry"> <a id="Item67" onkeydown="return searchResults.Nav(event,67)" onkeypress="return searchResults.Nav(event,67)" onkeyup="return searchResults.Nav(event,67)" class="SRSymbol" href="../vdp_8h.html#a7f5df5f64af9caa73bd00859b3184762" target="_parent">VDP_setHScrollTableAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetpalette"> <div class="SREntry"> <a id="Item68" onkeydown="return searchResults.Nav(event,68)" onkeypress="return searchResults.Nav(event,68)" onkeyup="return searchResults.Nav(event,68)" class="SRSymbol" href="../vdp__pal_8h.html#a8584c91051dbee8405ff2e1984b184f7" target="_parent">VDP_setPalette</a> <span class="SRScope">vdp_pal.h</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetpalettecolor"> <div class="SREntry"> <a id="Item69" onkeydown="return searchResults.Nav(event,69)" onkeypress="return searchResults.Nav(event,69)" onkeyup="return searchResults.Nav(event,69)" class="SRSymbol" href="../vdp__pal_8h.html#af38e5260ab566bc8200932cc43f96590" target="_parent">VDP_setPaletteColor</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetpalettecolors"> <div class="SREntry"> <a id="Item70" onkeydown="return searchResults.Nav(event,70)" onkeypress="return searchResults.Nav(event,70)" onkeyup="return searchResults.Nav(event,70)" class="SRSymbol" href="../vdp__pal_8h.html#aefc3a18b6046d4813957d2710fbfd85c" target="_parent">VDP_setPaletteColors</a> <span class="SRScope">vdp_pal.h</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetplansize"> <div class="SREntry"> <a id="Item71" onkeydown="return searchResults.Nav(event,71)" onkeypress="return searchResults.Nav(event,71)" onkeyup="return searchResults.Nav(event,71)" class="SRSymbol" href="../vdp_8h.html#a692b0e6c1e5346a58322ecb5a35f8c49" target="_parent">VDP_setPlanSize</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetreg"> <div class="SREntry"> <a id="Item72" onkeydown="return searchResults.Nav(event,72)" onkeypress="return searchResults.Nav(event,72)" onkeyup="return searchResults.Nav(event,72)" class="SRSymbol" href="../vdp_8h.html#a6d0b327444609dcef40f54f26437cce4" target="_parent">VDP_setReg</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetscreenheight224"> <div class="SREntry"> <a id="Item73" onkeydown="return searchResults.Nav(event,73)" onkeypress="return searchResults.Nav(event,73)" onkeyup="return searchResults.Nav(event,73)" class="SRSymbol" href="../vdp_8h.html#abccccf1377d10b531425a62d561f688e" target="_parent">VDP_setScreenHeight224</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetscreenheight240"> <div class="SREntry"> <a id="Item74" onkeydown="return searchResults.Nav(event,74)" onkeypress="return searchResults.Nav(event,74)" onkeyup="return searchResults.Nav(event,74)" class="SRSymbol" href="../vdp_8h.html#a6eaaecd4997e32eb7aa84292c3eb4abe" target="_parent">VDP_setScreenHeight240</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetscreenwidth256"> <div class="SREntry"> <a id="Item75" onkeydown="return searchResults.Nav(event,75)" onkeypress="return searchResults.Nav(event,75)" onkeyup="return searchResults.Nav(event,75)" class="SRSymbol" href="../vdp_8h.html#a9868e7c4356b37b34bf54fee6828a4f5" target="_parent">VDP_setScreenWidth256</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetscreenwidth320"> <div class="SREntry"> <a id="Item76" onkeydown="return searchResults.Nav(event,76)" onkeypress="return searchResults.Nav(event,76)" onkeyup="return searchResults.Nav(event,76)" class="SRSymbol" href="../vdp_8h.html#a7cdcddf2dfbd7f392f3d521aeba416a8" target="_parent">VDP_setScreenWidth320</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetscrollingmode"> <div class="SREntry"> <a id="Item77" onkeydown="return searchResults.Nav(event,77)" onkeypress="return searchResults.Nav(event,77)" onkeyup="return searchResults.Nav(event,77)" class="SRSymbol" href="../vdp_8h.html#ac0caefa37ccea591c081e69de7caf48c" target="_parent">VDP_setScrollingMode</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetsprite"> <div class="SREntry"> <a id="Item78" onkeydown="return searchResults.Nav(event,78)" onkeypress="return searchResults.Nav(event,78)" onkeyup="return searchResults.Nav(event,78)" class="SRSymbol" href="../vdp__spr_8h.html#af9bbd098ce8a7c5a7c50c9a1c28d9d62" target="_parent">VDP_setSprite</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetspritedirect"> <div class="SREntry"> <a id="Item79" onkeydown="return searchResults.Nav(event,79)" onkeypress="return searchResults.Nav(event,79)" onkeyup="return searchResults.Nav(event,79)" class="SRSymbol" href="../vdp__spr_8h.html#a32327031b45a8138a04f7fe52642f119" target="_parent">VDP_setSpriteDirect</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetspritedirectp"> <div class="SREntry"> <a id="Item80" onkeydown="return searchResults.Nav(event,80)" onkeypress="return searchResults.Nav(event,80)" onkeyup="return searchResults.Nav(event,80)" class="SRSymbol" href="../vdp__spr_8h.html#ace644c3af0d99e8747ddc409bcef37dd" target="_parent">VDP_setSpriteDirectP</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetspritelistaddress"> <div class="SREntry"> <a id="Item81" onkeydown="return searchResults.Nav(event,81)" onkeypress="return searchResults.Nav(event,81)" onkeyup="return searchResults.Nav(event,81)" class="SRSymbol" href="../vdp_8h.html#a0a66bf8cbd2c4dbce406e817ce68b7c9" target="_parent">VDP_setSpriteListAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetspritep"> <div class="SREntry"> <a id="Item82" onkeydown="return searchResults.Nav(event,82)" onkeypress="return searchResults.Nav(event,82)" onkeyup="return searchResults.Nav(event,82)" class="SRSymbol" href="../vdp__spr_8h.html#a9ab1e322ad45991ee5c94cc740e399d0" target="_parent">VDP_setSpriteP</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetspriteposition"> <div class="SREntry"> <a id="Item83" onkeydown="return searchResults.Nav(event,83)" onkeypress="return searchResults.Nav(event,83)" onkeyup="return searchResults.Nav(event,83)" class="SRSymbol" href="../vdp__spr_8h.html#a6b3313e45c7ec0acc52e31857db36367" target="_parent">VDP_setSpritePosition</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetsprites"> <div class="SREntry"> <a id="Item84" onkeydown="return searchResults.Nav(event,84)" onkeypress="return searchResults.Nav(event,84)" onkeyup="return searchResults.Nav(event,84)" class="SRSymbol" href="../vdp__spr_8h.html#ac4a211a11f6727d2a8e1bb7c18ff5c8f" target="_parent">VDP_setSprites</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetspritesdirect"> <div class="SREntry"> <a id="Item85" onkeydown="return searchResults.Nav(event,85)" onkeypress="return searchResults.Nav(event,85)" onkeyup="return searchResults.Nav(event,85)" class="SRSymbol" href="../vdp__spr_8h.html#a7b0b61ea0671665a984fa69314151c2d" target="_parent">VDP_setSpritesDirect</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettextpalette"> <div class="SREntry"> <a id="Item86" onkeydown="return searchResults.Nav(event,86)" onkeypress="return searchResults.Nav(event,86)" onkeyup="return searchResults.Nav(event,86)" class="SRSymbol" href="../vdp__bg_8h.html#ad3317b01c16004cc0489e7c8029a3cc1" target="_parent">VDP_setTextPalette</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettextpriority"> <div class="SREntry"> <a id="Item87" onkeydown="return searchResults.Nav(event,87)" onkeypress="return searchResults.Nav(event,87)" onkeyup="return searchResults.Nav(event,87)" class="SRSymbol" href="../vdp__bg_8h.html#a51815b0c060464bfcd80706fbaf6a8d2" target="_parent">VDP_setTextPriority</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettilemap"> <div class="SREntry"> <a id="Item88" onkeydown="return searchResults.Nav(event,88)" onkeypress="return searchResults.Nav(event,88)" onkeyup="return searchResults.Nav(event,88)" class="SRSymbol" href="../vdp__tile_8h.html#aa0d5c2a3f508f8a515af6df54a61a432" target="_parent">VDP_setTileMap</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettilemapbyindex"> <div class="SREntry"> <a id="Item89" onkeydown="return searchResults.Nav(event,89)" onkeypress="return searchResults.Nav(event,89)" onkeyup="return searchResults.Nav(event,89)" class="SRSymbol" href="../vdp__tile_8h.html#aba2a6ba23b7040ae27293985b94a068d" target="_parent">VDP_setTileMapByIndex</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettilemaprect"> <div class="SREntry"> <a id="Item90" onkeydown="return searchResults.Nav(event,90)" onkeypress="return searchResults.Nav(event,90)" onkeyup="return searchResults.Nav(event,90)" class="SRSymbol" href="../vdp__tile_8h.html#a0a09357d31f19ce5605982b339763a2b" target="_parent">VDP_setTileMapRect</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettilemaprectbyindex"> <div class="SREntry"> <a id="Item91" onkeydown="return searchResults.Nav(event,91)" onkeypress="return searchResults.Nav(event,91)" onkeyup="return searchResults.Nav(event,91)" class="SRSymbol" href="../vdp__tile_8h.html#ac69e0c90e61b6a5dc2a12f7016630283" target="_parent">VDP_setTileMapRectByIndex</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettilemaprectex"> <div class="SREntry"> <a id="Item92" onkeydown="return searchResults.Nav(event,92)" onkeypress="return searchResults.Nav(event,92)" onkeyup="return searchResults.Nav(event,92)" class="SRSymbol" href="../vdp__tile_8h.html#a4b964cebfdde0f18bca74b51782d2ab3" target="_parent">VDP_setTileMapRectEx</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsettilemaprectexbyindex"> <div class="SREntry"> <a id="Item93" onkeydown="return searchResults.Nav(event,93)" onkeypress="return searchResults.Nav(event,93)" onkeyup="return searchResults.Nav(event,93)" class="SRSymbol" href="../vdp__tile_8h.html#adcdced552533281faa586230b8032721" target="_parent">VDP_setTileMapRectExByIndex</a> <span class="SRScope">vdp_tile.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetverticalscroll"> <div class="SREntry"> <a id="Item94" onkeydown="return searchResults.Nav(event,94)" onkeypress="return searchResults.Nav(event,94)" onkeyup="return searchResults.Nav(event,94)" class="SRSymbol" href="../vdp__bg_8h.html#aa6595b7ee4b59f404255233ebf2b05b2" target="_parent">VDP_setVerticalScroll</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetverticalscrolltile"> <div class="SREntry"> <a id="Item95" onkeydown="return searchResults.Nav(event,95)" onkeypress="return searchResults.Nav(event,95)" onkeyup="return searchResults.Nav(event,95)" class="SRSymbol" href="../vdp__bg_8h.html#a17e9251d554c493f20833ec692d813d3" target="_parent">VDP_setVerticalScrollTile</a> <span class="SRScope">vdp_bg.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fsetwindowplanaddress"> <div class="SREntry"> <a id="Item96" onkeydown="return searchResults.Nav(event,96)" onkeypress="return searchResults.Nav(event,96)" onkeyup="return searchResults.Nav(event,96)" class="SRSymbol" href="../vdp_8h.html#a43c8dc47075db8250040db50b2e6fa6f" target="_parent">VDP_setWindowPlanAddress</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fshowfps"> <div class="SREntry"> <a id="Item97" onkeydown="return searchResults.Nav(event,97)" onkeypress="return searchResults.Nav(event,97)" onkeyup="return searchResults.Nav(event,97)" class="SRSymbol" href="../vdp_8h.html#a7d352f65bb3184f5b8b60274a2e4d46e" target="_parent">VDP_showFPS</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fupdatesprites"> <div class="SREntry"> <a id="Item98" onkeydown="return searchResults.Nav(event,98)" onkeypress="return searchResults.Nav(event,98)" onkeyup="return searchResults.Nav(event,98)" class="SRSymbol" href="../vdp__spr_8h.html#a8679a3aaa54207beed5e0fd3f9432ed0" target="_parent">VDP_updateSprites</a> <span class="SRScope">vdp_spr.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fwaitdmacompletion"> <div class="SREntry"> <a id="Item99" onkeydown="return searchResults.Nav(event,99)" onkeypress="return searchResults.Nav(event,99)" onkeyup="return searchResults.Nav(event,99)" class="SRSymbol" href="../vdp_8h.html#aefb8190a24577aa5156ca24c5f8d43eb" target="_parent">VDP_waitDMACompletion</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fwaitfadecompletion"> <div class="SREntry"> <a id="Item100" onkeydown="return searchResults.Nav(event,100)" onkeypress="return searchResults.Nav(event,100)" onkeyup="return searchResults.Nav(event,100)" class="SRSymbol" href="../vdp__pal_8h.html#a2775c1b0a422e12cb4cbcb7d3053090a" target="_parent">VDP_waitFadeCompletion</a> <span class="SRScope">vdp_pal.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fwaitfifoempty"> <div class="SREntry"> <a id="Item101" onkeydown="return searchResults.Nav(event,101)" onkeypress="return searchResults.Nav(event,101)" onkeyup="return searchResults.Nav(event,101)" class="SRSymbol" href="../vdp_8h.html#aa5ab03e66954736fa94c248d689f930f" target="_parent">VDP_waitFIFOEmpty</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRResult" id="SR_vdp_5fwaitvsync"> <div class="SREntry"> <a id="Item102" onkeydown="return searchResults.Nav(event,102)" onkeypress="return searchResults.Nav(event,102)" onkeyup="return searchResults.Nav(event,102)" class="SRSymbol" href="../vdp_8h.html#aec5aa111d268210860106ebc6c8b6c6c" target="_parent">VDP_waitVSync</a> <span class="SRScope">vdp.c</span> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
local/modules/HookNavigation/templates/frontOffice/default/main-footer-body - Kopie.html
Ajrose/heizfabrik
<!-- {* ifloop rel="blog.articles" *} <ul> {loop type="content" name="blog.articles" folder=$bodyFolderId limit=3} <li> <a href="{$URL}"> <h4 class="block-subtitle">{$TITLE}</h4> <p>{$CHAPO}</p> </a> </li> {/loop} </ul> {/ifloop} {elseloop rel="blog.articles"} <ul> <li>{intl l="No articles currently" d="hooknavigation.fo.default"}</li> </ul> {* /elseloop *} -->
tnk1/nvia/yrmyhu/tqwa.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta charset='windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>ðáåàåú éøîéäå - áéï ééàåù ìú÷åä</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta property='og:url' content='https://tora.us.fm/tnk1/nvia/yrmyhu/tqwa.html'/> <meta name='author' content="" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/nvia/yrmyhu/tqwa.html" /> <meta name='tvnit' content="tnk_ul" /> <link rel='canonical' href='https://tora.us.fm/tnk1/nvia/yrmyhu/tqwa.html' /> </head> <!-- PHP Programming by Erel Segal-Halevi --> <body lang='he' dir='rtl' id = 'tnk1_nvia_yrmyhu_tqwa' class='kll_spr tnk_ul'> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/msr/0.html'>áéï àãí ìðôùå</a>&gt;<a href='../../../tnk1/msr/0idud.html'>îéãú äú÷åä</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tryg/index.html'>äàúø ìî÷åøéåú áîöååú</a>&gt;<a href='../../../tryg/sug/erua.html'>îöååú ìôé àéøåò</a>&gt;<a href='../../../tryg/sug/erua_xfa.html'>àçøé çèà</a>&gt;<a href='../../../tryg/sug/tjwbh.html'>úùåáä àì ä'</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/prqim/nvia.html'>ðáéàéí àçøåðéí</a>&gt;<a href='../../../tnk1/prqim/t11.htm'>éøîéäå</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ðáåàåú éøîéäå - áéï ééàåù ìú÷åä</h1> <div id='idfields'> <p>÷åã: éøîéäå îçôù ú÷åä áúð"ê</p> <p>ñåâ: ëìì_ñôø</p> <p>îàú: </p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <div class='awsp_mpwrt'> <ul id='ulbnim'> <li><a href='../../../tnk1/nvia/yrmyhu/yr-08-0407.html' class='mbnh dor1'>àôéìå ã÷ä<small> / àøàì</small></a></li> <li><a href='../../../tnk1/nvia/yrmyhu/yr-06-1617.html' class='mamr dor1'>äùàéôä ìèåá åäôçã îäøò<small> / àøàì</small></a></li> <li><a href='../../../tnk1/nvia/yrmyhu/yr-05-01.html' class='mamr dor1'>éöéàä ìäôâðåú<small> / àøàì</small></a></li> <li><a href='../../../tnk1/nvia/yrmyhu/buja.html' class='mamr dor1'>øâù äáåùä<small> / àøàì</small></a></li> <li><a href='http://www.biu.ac.il/JH/Parasha/netzabim/abi.html' class='kll dor1' target='_blank'>ùìåù ú÷åôåú áñôø éøîéäå - áéï ééàåù ìú÷åä<small> / îéëàì àáéòåæ -> àúø àåðéáøñéèú áø àéìï</small> <small>(÷éùåø çéöåðé)</small></a></li> <li><a href='../../../tnk1/kma/qjrim2/tjuva.html' class='hbdlym dor1'>ùåáé<small> / àøàì -> ëôéú ä'úùð"ç ëñìå</small></a></li> </ul><!--end--> </div> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
api/files/src_ui_react_src_components_buttons_button-h1.jsx.html
kinsights/alloy-editor
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src/ui/react/src/components/buttons/button-h1.jsx - alloyeditor</title> <!-- Favicon --> <link rel="shortcut icon" type="image/png" href="../assets/favicon.ico"> <!-- CSS --> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <!-- AlloyUI --> <link rel="stylesheet" href="http://cdn.alloyui.com/2.0.x/aui-css/css/bootstrap.min.css"> <link rel="stylesheet" href="http://cdn.alloyui.com/2.0.x/aui-css/css/bootstrap-responsive.min.css"> <script src="http://cdn.alloyui.com/2.0.x/aui/aui-min.js"></script> </head> <body class="yui3-skin-sam"> <div class="navbar"> <div class="navbar-inner"> <h1 class="brand"> <a href="/"> <img alt="alloyeditor" src="../assets/img/logo-small.png" title="alloyeditor"> </a> </h1> <div class="nav"> <li class="divider-vertical"></li> <li> <p class="navbar-text"> API Docs for Version: <b>0.7.0</b> </p> </li> </div> </div> </div> <div id="bd" class="container"> <div class="row"> <div class="span3"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview"> <ul class="nav nav-tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes tab-pane"> <li><a href="../classes/AlloyEditor.html">AlloyEditor</a></li> <li><a href="../classes/Attribute.html">Attribute</a></li> <li><a href="../classes/Base.html">Base</a></li> <li><a href="../classes/ButtonActionStyle.html">ButtonActionStyle</a></li> <li><a href="../classes/ButtonBold.html">ButtonBold</a></li> <li><a href="../classes/ButtonCamera.html">ButtonCamera</a></li> <li><a href="../classes/ButtonCameraImage.html">ButtonCameraImage</a></li> <li><a href="../classes/ButtonCode.html">ButtonCode</a></li> <li><a href="../classes/ButtonCommand.html">ButtonCommand</a></li> <li><a href="../classes/ButtonCommandListItem.html">ButtonCommandListItem</a></li> <li><a href="../classes/ButtonCommandsList.html">ButtonCommandsList</a></li> <li><a href="../classes/ButtonDropdown.html">ButtonDropdown</a></li> <li><a href="../classes/ButtonH1.html">ButtonH1</a></li> <li><a href="../classes/ButtonH2.html">ButtonH2</a></li> <li><a href="../classes/ButtonHline.html">ButtonHline</a></li> <li><a href="../classes/ButtonImage.html">ButtonImage</a></li> <li><a href="../classes/ButtonImageAlignCenter.html">ButtonImageAlignCenter</a></li> <li><a href="../classes/ButtonImageAlignLeft.html">ButtonImageAlignLeft</a></li> <li><a href="../classes/ButtonImageAlignRight.html">ButtonImageAlignRight</a></li> <li><a href="../classes/ButtonItalic.html">ButtonItalic</a></li> <li><a href="../classes/ButtonLink.html">ButtonLink</a></li> <li><a href="../classes/ButtonLinkEdit.html">ButtonLinkEdit</a></li> <li><a href="../classes/ButtonLinkTargetEdit.html">ButtonLinkTargetEdit</a></li> <li><a href="../classes/ButtonOrderedList.html">ButtonOrderedList</a></li> <li><a href="../classes/ButtonParagraphAlignLeft.html">ButtonParagraphAlignLeft</a></li> <li><a href="../classes/ButtonParagraphAlignRight.html">ButtonParagraphAlignRight</a></li> <li><a href="../classes/ButtonParagraphCenter.html">ButtonParagraphCenter</a></li> <li><a href="../classes/ButtonParagraphJustify.html">ButtonParagraphJustify</a></li> <li><a href="../classes/ButtonQuote.html">ButtonQuote</a></li> <li><a href="../classes/ButtonRemoveFormat.html">ButtonRemoveFormat</a></li> <li><a href="../classes/ButtonsStylesListHeader.html">ButtonsStylesListHeader</a></li> <li><a href="../classes/ButtonStateClasses.html">ButtonStateClasses</a></li> <li><a href="../classes/ButtonStrike.html">ButtonStrike</a></li> <li><a href="../classes/ButtonStyle.html">ButtonStyle</a></li> <li><a href="../classes/ButtonStyles.html">ButtonStyles</a></li> <li><a href="../classes/ButtonStylesList.html">ButtonStylesList</a></li> <li><a href="../classes/ButtonStylesListItem.html">ButtonStylesListItem</a></li> <li><a href="../classes/ButtonStylesListItemRemove.html">ButtonStylesListItemRemove</a></li> <li><a href="../classes/ButtonSubscript.html">ButtonSubscript</a></li> <li><a href="../classes/ButtonSuperscript.html">ButtonSuperscript</a></li> <li><a href="../classes/ButtonTable.html">ButtonTable</a></li> <li><a href="../classes/ButtonTableCell.html">ButtonTableCell</a></li> <li><a href="../classes/ButtonTableColumn.html">ButtonTableColumn</a></li> <li><a href="../classes/ButtonTableEdit.html">ButtonTableEdit</a></li> <li><a href="../classes/ButtonTableHeading.html">ButtonTableHeading</a></li> <li><a href="../classes/ButtonTableRemove.html">ButtonTableRemove</a></li> <li><a href="../classes/ButtonTableRow.html">ButtonTableRow</a></li> <li><a href="../classes/ButtonTwitter.html">ButtonTwitter</a></li> <li><a href="../classes/ButtonUnderline.html">ButtonUnderline</a></li> <li><a href="../classes/ButtonUnorderedlist.html">ButtonUnorderedlist</a></li> <li><a href="../classes/CKEDITOR.Link.html">CKEDITOR.Link</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_autolink.html">CKEDITOR.plugins.ae_autolink</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_buttonbridge.html">CKEDITOR.plugins.ae_buttonbridge</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_panelmenubuttonbridge.html">CKEDITOR.plugins.ae_panelmenubuttonbridge</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_placeholder.html">CKEDITOR.plugins.ae_placeholder</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_richcombobridge.html">CKEDITOR.plugins.ae_richcombobridge</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_selectionregion.html">CKEDITOR.plugins.ae_selectionregion</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_uibridge.html">CKEDITOR.plugins.ae_uibridge</a></li> <li><a href="../classes/CKEDITOR.plugins.ae_uicore.html">CKEDITOR.plugins.ae_uicore</a></li> <li><a href="../classes/CKEDITOR.Table.html">CKEDITOR.Table</a></li> <li><a href="../classes/CKEDITOR.tools.html">CKEDITOR.tools</a></li> <li><a href="../classes/Core.html">Core</a></li> <li><a href="../classes/Lang.html">Lang</a></li> <li><a href="../classes/ToolbarAdd.html">ToolbarAdd</a></li> <li><a href="../classes/ToolbarButtons.html">ToolbarButtons</a></li> <li><a href="../classes/ToolbarStyles.html">ToolbarStyles</a></li> <li><a href="../classes/UI.html">UI</a></li> <li><a href="../classes/WidgetArrowBox.html">WidgetArrowBox</a></li> <li><a href="../classes/WidgetDropdown.html">WidgetDropdown</a></li> <li><a href="../classes/WidgetExclusive.html">WidgetExclusive</a></li> <li><a href="../classes/WidgetFocusManager.html">WidgetFocusManager</a></li> <li><a href="../classes/WidgetInteractionPoint.html">WidgetInteractionPoint</a></li> <li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li> </ul> <ul id="api-modules" class="apis modules tab-pane"> </ul> </div> </div> </div> </div> </div> <div class="span9"> <div id="api-options" class="form-inline pull-right"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <div class="page-header"> <h1><small>File</small> <code>src/ui/react/src/components/buttons/button-h1.jsx</code></h1> </div> <div class="file"> <pre class="code prettyprint linenums"> (function () { &#x27;use strict&#x27;; /** * The ButtonH1 class provides wraps a selection in &#x60;h1&#x60; element. * * @uses ButtonActionStyle * @uses ButtonStateClasses * @uses ButtonStyle * * @class ButtonH1 */ var ButtonH1 = React.createClass({ mixins: [AlloyEditor.ButtonStyle, AlloyEditor.ButtonStateClasses, AlloyEditor.ButtonActionStyle], // Allows validating props being passed to the component. propTypes: { /** * The editor instance where the component is being used. * * @property {Object} editor */ editor: React.PropTypes.object.isRequired, /** * The label that should be used for accessibility purposes. * * @property {String} label */ label: React.PropTypes.string, /** * The tabIndex of the button in its toolbar current state. A value other than -1 * means that the button has focus and is the active element. * * @property {Number} tabIndex */ tabIndex: React.PropTypes.number }, // Lifecycle. Provides static properties to the widget. statics: { /** * The name which will be used as an alias of the button in the configuration. * * @static * @property {String} key * @default h1 */ key: &#x27;h1&#x27; }, /** * Lifecycle. Returns the default values of the properties used in the widget. * * @method getDefaultProps * @return {Object} The default properties. */ getDefaultProps: function() { return { style: { element: &#x27;h1&#x27; } }; }, /** * Lifecycle. Renders the UI of the button. * * @method render * @return {Object} The content which should be rendered. */ render: function() { var cssClass = &#x27;ae-button &#x27; + this.getStateClasses(); return ( &lt;button aria-label={AlloyEditor.Strings.h1} aria-pressed={cssClass.indexOf(&#x27;pressed&#x27;) !== -1} className={cssClass} data-type=&quot;button-h1&quot; onClick={this.applyStyle} tabIndex={this.props.tabIndex} title={AlloyEditor.Strings.h1}&gt; &lt;span className=&quot;ae-icon-h1&quot;&gt;&lt;/span&gt; &lt;/button&gt; ); } }); AlloyEditor.Buttons[ButtonH1.key] = AlloyEditor.ButtonH1 = ButtonH1; }()); </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
docs/api/html/structOTest2_1_1NotEqualFP-members.html
Staon/otest2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>OTest2: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">OTest2 </div> <div id="projectbrief">A C++ testing framework</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.17 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceOTest2.html">OTest2</a></li><li class="navelem"><a class="el" href="structOTest2_1_1NotEqualFP.html">NotEqualFP</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">OTest2::NotEqualFP&lt; A_, B_, Precision_ &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structOTest2_1_1NotEqualFP.html">OTest2::NotEqualFP&lt; A_, B_, Precision_ &gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structOTest2_1_1NotEqualFP.html#a23a3c687a227473020287a2ce970cdae">operator()</a>(typename TypeTrait&lt; A_ &gt;::BestArg a_, typename TypeTrait&lt; B_ &gt;::BestArg b_, typename TypeTrait&lt; Precision_ &gt;::BestArg precision_) const</td><td class="entry"><a class="el" href="structOTest2_1_1NotEqualFP.html">OTest2::NotEqualFP&lt; A_, B_, Precision_ &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.17 </small></address> </body> </html>
doc/javadoc/help-doc.html
plorenz/sarasvati
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Jul 24 00:08:52 EDT 2011 --> <TITLE> API Help (Sarasvati 1.0.4 API) </TITLE> <META NAME="date" CONTENT="2011-07-24"> <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="API Help (Sarasvati 1.0.4 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&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?help-doc.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="help-doc.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> <H1> How This API Document Is Organized</H1> </CENTER> This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3> Overview</H3> <BLOCKQUOTE> <P> The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE> <H3> Package</H3> <BLOCKQUOTE> <P> Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL> <LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL> </BLOCKQUOTE> <H3> Class/Interface</H3> <BLOCKQUOTE> <P> Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL> <LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description <P> <LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary <P> <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL> Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE> </BLOCKQUOTE> <H3> Annotation Type</H3> <BLOCKQUOTE> <P> Each annotation type has its own separate page with the following sections:<UL> <LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL> </BLOCKQUOTE> </BLOCKQUOTE> <H3> Enum</H3> <BLOCKQUOTE> <P> Each enum has its own separate page with the following sections:<UL> <LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL> </BLOCKQUOTE> <H3> Use</H3> <BLOCKQUOTE> Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE> <H3> Tree (Class Hierarchy)</H3> <BLOCKQUOTE> There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL> <LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL> </BLOCKQUOTE> <H3> Deprecated API</H3> <BLOCKQUOTE> The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE> <H3> Index</H3> <BLOCKQUOTE> The <A HREF="index-files/index-1.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE> <H3> Prev/Next</H3> These links take you to the next or previous class, interface, package, or related page.<H3> Frames/No Frames</H3> These links show and hide the HTML frames. All pages are available with or without frames. <P> <H3> Serialized Form</H3> Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. <P> <H3> Constant Field Values</H3> The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values. <P> <FONT SIZE="-1"> <EM> This help file applies to API documentation generated using the standard doclet.</EM> </FONT> <BR> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&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?help-doc.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="help-doc.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/html/class_foo_d_d_s_1_1_foo___foo_procedure___in.html
osrf/librpcdds
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> <title>eProsima RPCDDS C++ API: FooDDS::Foo_FooProcedure_In Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="eProsimaLogo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">eProsima RPCDDS C++ API &#160;<span id="projectnumber">Version 0.4.0</span> </div> <div id="projectbrief">eProsima RPCDDS</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_foo_d_d_s_1_1_foo___foo_procedure___in.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="class_foo_d_d_s_1_1_foo___foo_procedure___in-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">FooDDS::Foo_FooProcedure_In Class Reference<div class="ingroups"><a class="el" href="group___f_o_o_d_d_s.html">Generated API example for eProsima RPCDDS</a></div></div> </div> </div><!--header--> <div class="contents"> <p>This class represents the structure <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html" title="This class represents the structure Foo_FooProcedure_In that can be used to send/receive requests for...">Foo_FooProcedure_In</a> that can be used to send/receive requests for the operation Foo::FooProcedure. <a href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="_foo_d_d_s_topics_8h_source.html">FooDDSTopics.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a5306e6370a6b865a67d062f5b9482524"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5306e6370a6b865a67d062f5b9482524"></a> user_cpp_DllExport&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a5306e6370a6b865a67d062f5b9482524">Foo_FooProcedure_In</a> ()</td></tr> <tr class="memdesc:a5306e6370a6b865a67d062f5b9482524"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor. <br/></td></tr> <tr class="separator:a5306e6370a6b865a67d062f5b9482524"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a09f457fd6af01dd1993e80997cc6be1c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a09f457fd6af01dd1993e80997cc6be1c"></a> user_cpp_DllExport&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a09f457fd6af01dd1993e80997cc6be1c">~Foo_FooProcedure_In</a> ()</td></tr> <tr class="memdesc:a09f457fd6af01dd1993e80997cc6be1c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <br/></td></tr> <tr class="separator:a09f457fd6af01dd1993e80997cc6be1c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a19c4646d82615ae37b1b2592fc1ef415"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a19c4646d82615ae37b1b2592fc1ef415"></a> user_cpp_DllExport&#160;</td><td class="memItemRight" valign="bottom"><b>Foo_FooProcedure_In</b> (const <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;x)</td></tr> <tr class="separator:a19c4646d82615ae37b1b2592fc1ef415"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a502383333079bb3a8f8c0a4dc23d6c55"><td class="memItemLeft" align="right" valign="top">user_cpp_DllExport&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a502383333079bb3a8f8c0a4dc23d6c55">Foo_FooProcedure_In</a> (<a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;&amp;x)</td></tr> <tr class="memdesc:a502383333079bb3a8f8c0a4dc23d6c55"><td class="mdescLeft">&#160;</td><td class="mdescRight">Move constructor. <a href="#a502383333079bb3a8f8c0a4dc23d6c55">More...</a><br/></td></tr> <tr class="separator:a502383333079bb3a8f8c0a4dc23d6c55"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7e368af85030d5398bf6d59a934ff787"><td class="memItemLeft" align="right" valign="top">user_cpp_DllExport <br class="typebreak"/> <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a7e368af85030d5398bf6d59a934ff787">operator=</a> (const <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;x)</td></tr> <tr class="memdesc:a7e368af85030d5398bf6d59a934ff787"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy assignment. <a href="#a7e368af85030d5398bf6d59a934ff787">More...</a><br/></td></tr> <tr class="separator:a7e368af85030d5398bf6d59a934ff787"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a047b5ac43d0c2a699b78d6805492c0dd"><td class="memItemLeft" align="right" valign="top">user_cpp_DllExport <br class="typebreak"/> <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a047b5ac43d0c2a699b78d6805492c0dd">operator=</a> (<a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;&amp;x)</td></tr> <tr class="memdesc:a047b5ac43d0c2a699b78d6805492c0dd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy assignment. <a href="#a047b5ac43d0c2a699b78d6805492c0dd">More...</a><br/></td></tr> <tr class="separator:a047b5ac43d0c2a699b78d6805492c0dd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5925f0476ca17a68fdadd00824f0f006"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5925f0476ca17a68fdadd00824f0f006"></a> user_cpp_DllExport void&#160;</td><td class="memItemRight" valign="bottom"><b>dummy</b> (int32_t _dummy)</td></tr> <tr class="separator:a5925f0476ca17a68fdadd00824f0f006"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0a0d3ea7a10768602adf833d89a8ae9b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0a0d3ea7a10768602adf833d89a8ae9b"></a> user_cpp_DllExport int32_t&#160;</td><td class="memItemRight" valign="bottom"><b>dummy</b> () const </td></tr> <tr class="separator:a0a0d3ea7a10768602adf833d89a8ae9b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2e3387813d0b23cb5c876c1c0a3cc784"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2e3387813d0b23cb5c876c1c0a3cc784"></a> user_cpp_DllExport int32_t &amp;&#160;</td><td class="memItemRight" valign="bottom"><b>dummy</b> ()</td></tr> <tr class="separator:a2e3387813d0b23cb5c876c1c0a3cc784"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8b2d94f58e7764118cd373064484c750"><td class="memItemLeft" align="right" valign="top">user_cpp_DllExport size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a8b2d94f58e7764118cd373064484c750">getSerializedSize</a> (size_t current_alignment=0) const </td></tr> <tr class="memdesc:a8b2d94f58e7764118cd373064484c750"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function returns the serialized size of an object depending on the buffer alignment. <a href="#a8b2d94f58e7764118cd373064484c750">More...</a><br/></td></tr> <tr class="separator:a8b2d94f58e7764118cd373064484c750"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa46acf210f43113cf103962f0585cdc9"><td class="memItemLeft" align="right" valign="top">user_cpp_DllExport void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#aa46acf210f43113cf103962f0585cdc9">serialize</a> (eprosima::fastcdr::Cdr &amp;cdr) const </td></tr> <tr class="memdesc:aa46acf210f43113cf103962f0585cdc9"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function serializes an object using CDR serialization. <a href="#aa46acf210f43113cf103962f0585cdc9">More...</a><br/></td></tr> <tr class="separator:aa46acf210f43113cf103962f0585cdc9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a48071d0afb02a0b087b936041317b9e7"><td class="memItemLeft" align="right" valign="top">user_cpp_DllExport void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#a48071d0afb02a0b087b936041317b9e7">deserialize</a> (eprosima::fastcdr::Cdr &amp;cdr)</td></tr> <tr class="memdesc:a48071d0afb02a0b087b936041317b9e7"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function deserializes an object using CDR serialization. <a href="#a48071d0afb02a0b087b936041317b9e7">More...</a><br/></td></tr> <tr class="separator:a48071d0afb02a0b087b936041317b9e7"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:add658e0e07157c36365ca51d07c286f7"><td class="memItemLeft" align="right" valign="top">static user_cpp_DllExport size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html#add658e0e07157c36365ca51d07c286f7">getMaxCdrSerializedSize</a> (size_t current_alignment=0)</td></tr> <tr class="memdesc:add658e0e07157c36365ca51d07c286f7"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function returns the maximum serialized size of an object depending on the buffer alignment. <a href="#add658e0e07157c36365ca51d07c286f7">More...</a><br/></td></tr> <tr class="separator:add658e0e07157c36365ca51d07c286f7"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>This class represents the structure <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html" title="This class represents the structure Foo_FooProcedure_In that can be used to send/receive requests for...">Foo_FooProcedure_In</a> that can be used to send/receive requests for the operation Foo::FooProcedure. </p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a502383333079bb3a8f8c0a4dc23d6c55"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">FooDDS::Foo_FooProcedure_In::Foo_FooProcedure_In </td> <td>(</td> <td class="paramtype"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;&amp;&#160;</td> <td class="paramname"><em>x</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Move constructor. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">x</td><td>Reference to the object <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html" title="This class represents the structure Foo_FooProcedure_In that can be used to send/receive requests for...">Foo_FooProcedure_In</a> that will be copied. </td></tr> </table> </dd> </dl> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a48071d0afb02a0b087b936041317b9e7"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void FooDDS::Foo_FooProcedure_In::deserialize </td> <td>(</td> <td class="paramtype">eprosima::fastcdr::Cdr &amp;&#160;</td> <td class="paramname"><em>cdr</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function deserializes an object using CDR serialization. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">cdr</td><td>CDR serialization object. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="add658e0e07157c36365ca51d07c286f7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">size_t FooDDS::Foo_FooProcedure_In::getMaxCdrSerializedSize </td> <td>(</td> <td class="paramtype">size_t&#160;</td> <td class="paramname"><em>current_alignment</em> = <code>0</code></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>This function returns the maximum serialized size of an object depending on the buffer alignment. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">current_alignment</td><td>Buffer alignment. </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Maximum serialized size. </dd></dl> </div> </div> <a class="anchor" id="a8b2d94f58e7764118cd373064484c750"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">size_t FooDDS::Foo_FooProcedure_In::getSerializedSize </td> <td>(</td> <td class="paramtype">size_t&#160;</td> <td class="paramname"><em>current_alignment</em> = <code>0</code></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>This function returns the serialized size of an object depending on the buffer alignment. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">current_alignment</td><td>Buffer alignment. </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>Serialized size. </dd></dl> </div> </div> <a class="anchor" id="a7e368af85030d5398bf6d59a934ff787"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">FooDDS::Foo_FooProcedure_In</a> &amp; FooDDS::Foo_FooProcedure_In::operator= </td> <td>(</td> <td class="paramtype">const <a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a> &amp;&#160;</td> <td class="paramname"><em>x</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Copy assignment. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">x</td><td>Reference to the object Foo_FooProcedure that will be copied. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a047b5ac43d0c2a699b78d6805492c0dd"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">FooDDS::Foo_FooProcedure_In</a> &amp; FooDDS::Foo_FooProcedure_In::operator= </td> <td>(</td> <td class="paramtype"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">FooDDS::Foo_FooProcedure_In</a> &amp;&amp;&#160;</td> <td class="paramname"><em>x</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Copy assignment. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">x</td><td>Reference to the object Foo_FooProcedure that will be copied. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aa46acf210f43113cf103962f0585cdc9"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void FooDDS::Foo_FooProcedure_In::serialize </td> <td>(</td> <td class="paramtype">eprosima::fastcdr::Cdr &amp;&#160;</td> <td class="paramname"><em>cdr</em></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>This function serializes an object using CDR serialization. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">cdr</td><td>CDR serialization object. </td></tr> </table> </dd> </dl> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li>utils/doxygen/examples/dds/<a class="el" href="_foo_d_d_s_topics_8h_source.html">FooDDSTopics.h</a></li> <li>utils/doxygen/examples/dds/FooDDSTopics.cxx</li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><b>FooDDS</b></li><li class="navelem"><a class="el" href="class_foo_d_d_s_1_1_foo___foo_procedure___in.html">Foo_FooProcedure_In</a></li> <li class="footer">Generated on Mon Dec 1 2014 17:19:28 for eProsima RPCDDS C++ API by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li> </ul> </div> </body> </html>
templates/aws/base_aws.html
pmahnke/www.ubuntu.com
{% extends "templates/base.html" %} {% block outer_content %} {% block content %}{% endblock %} <!-- Set default Marketo information for contact form below--> <div class="u-hide" id="contact-form-container" data-form-location="/shared/forms/interactive/_aws" data-form-id="3473" data-lp-id="" data-return-url="https://www.ubuntu.com/aws/thank-you" data-lp-url="https://www.ubuntu.com/aws/contact-us"> </div> {% endblock %}
tnk1/ktuv/mjly/mj-19-29.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>ðëåðå ììöéí ùôèéí</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta property='og:url' content='http://tora.us.fm/tnk1/ktuv/mjly/mj-19-29.html'/> <meta name='author' content="àøàì" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/ktuv/mjly/mj-19-29.html" /> <meta name='tvnit' content="" /> <link rel='canonical' href='http://tora.us.fm/tnk1/ktuv/mjly/mj-19-29.html' /> </head> <!-- PHP Programming by Erel Segal - Rent a Brain http://tora.us.fm/rentabrain --> <body lang='he' dir='rtl' id = 'tnk1_ktuv_mjly_mj_19_29' class='dywn1 '> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/msr/1.html'>áéï ä' ìàãí</a>&gt;<a href='../../../tnk1/msr/1hjgxa.html'>äùâçú ä'</a>&gt;<a href='../../../tnk1/ktuv/mjly/1.html'>÷ùø òí ä' áñôø îùìé</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/prqim/ktuv.html'>ëúåáéí</a>&gt;<a href='../../../tnk1/prqim/t28.htm'>îùìé</a>&gt;<a href='../../../tnk1/ktuv/mjly/hqblot.html'>ôñå÷éí î÷áéìéí ìôñå÷é îùìé</a>&gt;<a href='../../../tnk1/ktuv/mjly/hqblot_sipurim.html'>ñéôåøéí î÷áéìéí ìôñå÷é îùìé</a>&gt;</div> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tnk1/prqim/ktuv.html'>ëúåáéí</a>&gt;<a href='../../../tnk1/prqim/t28.htm'>îùìé</a>&gt;<a href='../../../tnk1/ktuv/mjly/hqblot.html'>ôñå÷éí î÷áéìéí ìôñå÷é îùìé</a>&gt;<a href='../../../tnk1/ktuv/mjly/hqblot_nvuot.html'>ðáåàåú î÷áéìåú ìôñå÷é îùìé</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>ðëåðå ììöéí ùôèéí</h1> <div id='idfields'> <p>÷åã: áéàåø:îùìé éè29 áúð"ê</p> <p>ñåâ: ãéåï1</p> <p>îàú: àøàì</p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <div id='tokn'> <p> <a class="psuq" href="/tnk1/prqim/t2819.htm#29">îùìé éè29</a>: "<q class="psuq">ðÈëåÉðåÌ ìÇìÌÅöÄéí ùÑÀôÈèÄéí, åÌîÇäÂìËîåÉú ìÀâÅå ëÌÀñÄéìÄéí</q>"</p> <p>ä' <strong>îëéï</strong> <strong>ùôèéí</strong> (îëåú áîùôè, îéãä ëðâã îéãä) ìàðùéí <strong>äîúìåööéí</strong> åîæìæìéí áãáøéå;&#160;&#160; åîëéï <strong>îäìåîåú</strong> (îëåú) <strong>ìâåôí</strong> ùì <strong>äëñéìéí</strong> (ùàéðí øåöéí ììîåã áçëîä).</p> <h2>ä÷áìåú</h2> <p> <strong>ùôèéí</strong> ðæëøå áúåøä ëëéðåé ìîëåú ùä' äáéà òì îöøéí:</p> <ul> <li> <a class="psuq" href="/tnk1/prqim/t0206.htm#6">ùîåú å6</a>: "<q class="psuq">ìÈëÅï àÁîÉø ìÄáÀðÅé éÄùÒÀøÈàÅì àÂðÄé ä' åÀäåÉöÅàúÄé àÆúÀëÆí îÄúÌÇçÇú ñÄáÀìÉú îÄöÀøÇéÄí åÀäÄöÌÇìÀúÌÄé àÆúÀëÆí îÅòÂáÉãÈúÈí åÀâÈàÇìÀúÌÄé àÆúÀëÆí áÌÄæÀøåÉòÇ ðÀèåÌéÈä <strong>åÌáÄùÑÀôÈèÄéí</strong> âÌÀãÉìÄéí</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t0207.htm#4">ùîåú æ4</a>: "<q class="psuq">åÀìÉà éÄùÑÀîÇò àÂìÅëÆí ôÌÇøÀòÉä åÀðÈúÇúÌÄé àÆú éÈãÄé áÌÀîÄöÀøÈéÄí åÀäåÉöÅàúÄé àÆú öÄáÀàÉúÇé àÆú òÇîÌÄé áÀðÅé éÄùÒÀøÈàÅì îÅàÆøÆõ îÄöÀøÇéÄí <strong>áÌÄùÑÀôÈèÄéí</strong> âÌÀãÉìÄéí</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t0212.htm#12">ùîåú éá12</a>: "<q class="psuq">åÀòÈáÇøÀúÌÄé áÌÀàÆøÆõ îÄöÀøÇéÄí áÌÇìÌÇéÀìÈä äÇæÌÆä åÀäÄëÌÅéúÄé ëÈì áÌÀëåÉø áÀàÆøÆõ îÄöÀøÇéÄí îÅàÈãÈí åÀòÇã áÌÀäÅîÈä åÌáÀëÈì àÁìÉäÅé îÄöÀøÇéÄí <strong>àÆòÁùÒÆä ùÑÀôÈèÄéí</strong> àÂðÄé ä'</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t0433.htm#4">áîãáø ìâ4</a>: "<q class="psuq">åÌîÄöÀøÇéÄí îÀ÷ÇáÌÀøÄéí àÅú àÂùÑÆø äÄëÌÈä ä' áÌÈäÆí ëÌÈì áÌÀëåÉø åÌáÅàìÉäÅéäÆí òÈùÒÈä <strong>ä' ùÑÀôÈèÄéí</strong></q>"</li></ul> <p>åáðáåàú éçæ÷àì ëëéðåé ìîëåú ùä' éáéà òì òí éùøàì åòîéí àçøéí:</p> <ul> <li> <a class="psuq" href="/tnk1/prqim/t1205.htm#10">éçæ÷àì ä10</a>: "<q class="psuq">åÀòÈùÒÄéúÄé <strong>áÈêÀ ùÑÀôÈèÄéí</strong>, åÀæÅøÄéúÄé àÆú ëÌÈì ùÑÀàÅøÄéúÅêÀ ìÀëÈì øåÌçÇ</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1205.htm#15">éçæ÷àì ä15</a>: "<q class="psuq">åÀäÈéÀúÈä çÆøÀôÌÈä åÌâÀãåÌôÈä îåÌñÈø åÌîÀùÑÇîÌÈä ìÇâÌåÉéÄí àÂùÑÆø ñÀáÄéáåÉúÈéÄêÀ áÌÇòÂùÒåÉúÄé áÈêÀ <strong>ùÑÀôÈèÄéí</strong> áÌÀàÇó åÌáÀçÅîÈä åÌáÀúÉëÀçåÉú çÅîÈä, àÂðÄé ä' ãÌÄáÌÇøÀúÌÄé</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1211.htm#9">éçæ÷àì éà9</a>: "<q class="psuq">åÀäåÉöÅàúÄé àÆúÀëÆí îÄúÌåÉëÈäÌ, åÀðÈúÇúÌÄé àÆúÀëÆí áÌÀéÇã æÈøÄéí, åÀòÈùÒÄéúÄé áÈëÆí <strong> ùÑÀôÈèÄéí</strong></q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1216.htm#41">éçæ÷àì èæ41</a>: "<q class="psuq">åÀùÒÈøÀôåÌ áÈúÌÇéÄêÀ áÌÈàÅùÑ, åÀòÈùÒåÌ áÈêÀ <strong> ùÑÀôÈèÄéí</strong> ìÀòÅéðÅé ðÈùÑÄéí øÇáÌåÉú</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1225.htm#11">éçæ÷àì ëä11</a>: "<q class="psuq">åÌáÀîåÉàÈá <strong>àÆòÁùÒÆä ùÑÀôÈèÄéí</strong>, åÀéÈãÀòåÌ ëÌÄé àÂðÄé ä'</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1228.htm#22">éçæ÷àì ëç22</a>: "<q class="psuq">åÀàÈîÇøÀúÌÈ, ëÌÉä àÈîÇø ã' ä': äÄðÀðÄé òÈìÇéÄêÀ öÄéãåÉï, åÀðÄëÀáÌÇãÀúÌÄé áÌÀúåÉëÅêÀ, åÀéÈãÀòåÌ ëÌÄé àÂðÄé ä' áÌÇòÂùÒåÉúÄé áÈäÌ <strong>ùÑÀôÈèÄéí</strong>, åÀðÄ÷ÀãÌÇùÑÀúÌÄé áÈäÌ</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1228.htm#26">éçæ÷àì ëç26</a>: "<q class="psuq">åÀéÈùÑÀáåÌ òÈìÆéäÈ ìÈáÆèÇç åÌáÈðåÌ áÈúÌÄéí åÀðÈèÀòåÌ ëÀøÈîÄéí åÀéÈùÑÀáåÌ ìÈáÆèÇç áÌÇòÂùÒåÉúÄé <strong> ùÑÀôÈèÄéí</strong> áÌÀëÉì äÇùÑÌÈàèÄéí àÉúÈí îÄñÌÀáÄéáåÉúÈí, åÀéÈãÀòåÌ ëÌÄé àÂðÄé ä' àÁìÉäÅéäÆí</q>"</li> <li> <a class="psuq" href="/tnk1/prqim/t1230.htm#14">éçæ÷àì ì14</a>: "<q class="psuq">åÇäÂùÑÄîÌÉúÄé àÆú ôÌÇúÀøåÉñ, åÀðÈúÇúÌÄé àÅùÑ áÌÀöÉòÇï, åÀòÈùÒÄéúÄé <strong> ùÑÀôÈèÄéí</strong> áÌÀðÉà</q>"</li></ul> <p>îëàï, ùâí äôñå÷ ùìðå îúàø àú äòåðùéí ùä' îáéà òì òîéí åîðäéâéí <strong>ìöéí</strong> <a href="/tnk1/kma/qjrim1/lc.html">= äîæìæìéí åìåòâéí ìàðùéí åìòøëéí</a>, ëãáøé äðáéà éùòéäå òì îðäéâé éùøàì, <a class="psuq" href="/tnk1/prqim/t1028.htm#14">éùòéäå ëç14</a>: "<q class="psuq">ìÈëÅï ùÑÄîÀòåÌ ãÀáÇø ä' <strong>àÇðÀùÑÅé ìÈöåÉï</strong>, îÉùÑÀìÅé äÈòÈí äÇæÌÆä àÂùÑÆø áÌÄéøåÌùÑÈìÈí</q>", <a class="psuq" href="/tnk1/prqim/t1028.htm#22">éùòéäå ëç22</a>: "<q class="psuq">åÀòÇúÌÈä àÇì <strong>úÌÄúÀìåÉöÈöåÌ</strong> ôÌÆï éÆçÀæÀ÷åÌ <strong>îåÉñÀøÅéëÆí</strong>, ëÌÄé ëÈìÈä åÀðÆçÁøÈöÈä ùÑÈîÇòÀúÌÄé îÅàÅú ã' ä' öÀáÈàåÉú òÇì ëÌÈì äÈàÈøÆõ</q>".</p> <p class="future"> </p> <p>äîöøéí, àîðí, ìà ð÷øàå áúåøä <strong>ìöéí</strong>, àáì äí ð÷øàå ìöéí áîãøù, ìîùì, òì <a class="psuq" href="/tnk1/prqim/t2803.htm#34">îùìé â34</a>: "<q class="psuq">àÄí ìÇìÌÅöÄéí äåÌà éÈìÄéõ</q>" (<a href="/tnk1/ktuv/mj/03-34.html">ôéøåè</a>), ôéøùå çëîé äîãøù, "<q class="mfrj">ä÷ãåù áøåê äåà îúøä áå áàãí ôòí øàùåðä ùðéä åùìéùéú, åàéðå çåæø áå, åäåà ðåòì ìáå îï äúùåáä ëãé ìôøåò îîðå îä ùçèà; àó ëê ôøòä äøùò: ëéåï ùùéâø ä÷ãåù áøåê äåà çîù ôòîéí åìà äùâéç òì ãáøéå, àîø ìå ä÷ãåù áøåê äåà àúä ä÷ùéú òøôê åäëáãú àú ìáê - äøéðé îåñéó ìê èåîàä òì èåîàúê</q>" <small>(øéù ì÷éù, <a href="http://he.wikisource.org/w/index.php?title=%D7%A9%D7%9E%D7%95%D7%AA%20%D7%A8%D7%91%D7%94%20%D7%99%D7%92%20%D7%92">ùîåú øáä éâ â</a>; øàå âí <a href="/tnk1/messages/forums_80.html">ìéöðåú áôøùä / àäåáä ÷ìééï</a>)</small>; äîöøéí æìæìå áä', <a class="psuq" href="/tnk1/prqim/t0205.htm#2">ùîåú ä2</a>: "<q class="psuq">åÇéÌÉàîÆø ôÌÇøÀòÉä: îÄé ä' àÂùÑÆø àÆùÑÀîÇò áÌÀ÷ÉìåÉ ìÀùÑÇìÌÇç àÆú éÄùÒÀøÈàÅì?! ìÉà éÈãÇòÀúÌÄé àÆú ä', åÀâÇí àÆú éÄùÒÀøÈàÅì ìÉà àÂùÑÇìÌÅçÇ</q>" (<a href="http://he.wikisource.org/wiki/%D7%91%D7%99%D7%90%D7%95%D7%A8:%D7%A9%D7%9E%D7%95%D7%AA_%D7%94_%D7%91">ôéøåè</a>), åìëï ä' äáéà òìéäí <strong>ùôèéí</strong>.</p> <p>åîäìåîåú ìâå ëñéìéí - äñéáä, <a class="psuq" href="/tnk1/prqim/t2823.htm#9">îùìé ëâ9</a>: "<q class="psuq">áÌÀàÈæÀðÅé ëÀñÄéì àÇì úÌÀãÇáÌÅø, ëÌÄé éÈáåÌæ ìÀùÒÅëÆì îÄìÌÆéêÈ</q>" (<a href="/tnk1/ktuv/mjly/mj-23-09.html">ôéøåè</a>).</p> <h2>ã÷åéåú</h2> <p> øù"é ôéøù ùäëååðä ìòåðù îä', "<q class="mfrj"><strong>ðëåðå ììöéí</strong> - ä÷á"ä æéîï ìå ùôèéí ùì öøòú, ìæä äìõ äîñôø áìùåï äøò</q>" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%A7%D7%98%D7%A2:%D7%A8%D7%A9%22%D7%99_%D7%A2%D7%9C_%D7%9E%D7%A9%D7%9C%D7%99_%D7%99%D7%98_%D7%9B%D7%98">øù"é</a>)</small>; ëê âí áøåá ää÷áìåú.</p> <p>àåìí øìá"â ôéøù ùäëååðä ìòåðù áéãé àãí: "<q class="mfrj"><strong>ðëåðå ììöéí ùôèéí</strong> - ëé îôðé äìòéâí òì äàðùéí, éîöàå áäí ùéùôèå àåúí ùôèéí âãåìéí; <strong>åìâåó äëñéìéí</strong> ðëåðå <strong>ùáøéí</strong>, ëé ìñëìåúí éòùå òðéðéí îâåðéí ëðâã äàðùéí</q>" <small>(<a class="external text" href="http://he.wikisource.org/wiki/%D7%A8%D7%9C%D7%91%22%D7%92_%D7%A2%D7%9C_%D7%9E%D7%A9%D7%9C%D7%99_%D7%99%D7%98_%D7%9B%D7%98">øìá"â</a>)</small>.</p> <div class="future"> <h2>îàîøéí ðåñôéí îúåöàåú äçéôåù á <a href="http://www.google.com/cse?cx=010178520503316434778%3Aufdjhgdvtao">âåâì</a></h2> <ul> <li> <a href="http://www.daat.ac.il/daat/tanach/ktuvim%5Cgrientz1-4.htm">òì ñôø îùìé / éäåùò î' âøéðõ - ãòú</a>: ììöéí ùôèéí <strong>åîäìîåú ìâå ëñéìéí</strong>" (éè, ëè). àëï ø÷ àãí áìéòì åàéù úäôåëåú éùìç îãåï åéçãù øò (â éã). åîä äúåòìú? "ôúò éùáø åàéï îøôà" (ùí, èå). îäãáøéí äùðåàéí òì ä' <strong>...</strong> (<a href="http://www.google.com/search?q=cache:tWneM67wS6MJ:www.daat.ac.il">cache</a>)</li></ul> </div> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li></li> </ul><!--end--> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
qt-everywhere-opensource-src-4.7.4/doc/html/qheaderview.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qheaderview.cpp --> <title>Qt 4.7: QHeaderView Class Reference</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtgui.html">QtGui</a></li> <li>QHeaderView</li> </ul> </div> </div> <div class="content mainContent"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#public-types">Public Types</a></li> <li class="level1"><a href="#properties">Properties</a></li> <li class="level1"><a href="#public-functions">Public Functions</a></li> <li class="level1"><a href="#public-slots">Public Slots</a></li> <li class="level1"><a href="#signals">Signals</a></li> <li class="level1"><a href="#protected-functions">Protected Functions</a></li> <li class="level1"><a href="#protected-slots">Protected Slots</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> <li class="level2"><a href="#moving-header-sections">Moving Header Sections</a></li> <li class="level2"><a href="#appearance">Appearance</a></li> </ul> </div> <h1 class="title">QHeaderView Class Reference</h1> <!-- $$$QHeaderView-brief --> <p>The QHeaderView class provides a header row or header column for item views. <a href="#details">More...</a></p> <!-- @@@QHeaderView --> <pre class="cpp"> <span class="preprocessor">#include &lt;QHeaderView&gt;</span></pre><p><b>Inherits: </b><a href="qabstractitemview.html">QAbstractItemView</a>.</p> <ul> <li><a href="qheaderview-members.html">List of all members, including inherited members</a></li> </ul> <a name="public-types"></a> <h2>Public Types</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#ResizeMode-enum">ResizeMode</a></b> { Interactive, Fixed, Stretch, ResizeToContents, Custom }</td></tr> </table> <a name="properties"></a> <h2>Properties</h2> <table class="propsummary"> <tr><td class="topAlign"><ul> <li class="fn"><b><a href="qheaderview.html#cascadingSectionResizes-prop">cascadingSectionResizes</a></b> : bool</li> <li class="fn"><b><a href="qheaderview.html#defaultAlignment-prop">defaultAlignment</a></b> : Qt::Alignment</li> <li class="fn"><b><a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a></b> : int</li> <li class="fn"><b><a href="qheaderview.html#highlightSections-prop">highlightSections</a></b> : bool</li> </ul></td><td class="topAlign"><ul> <li class="fn"><b><a href="qheaderview.html#minimumSectionSize-prop">minimumSectionSize</a></b> : int</li> <li class="fn"><b><a href="qheaderview.html#showSortIndicator-prop">showSortIndicator</a></b> : bool</li> <li class="fn"><b><a href="qheaderview.html#stretchLastSection-prop">stretchLastSection</a></b> : bool</li> </ul> </td></tr> </table> <ul> <li class="fn">16 properties inherited from <a href="qabstractitemview.html#properties">QAbstractItemView</a></li> <li class="fn">2 properties inherited from <a href="qabstractscrollarea.html#properties">QAbstractScrollArea</a></li> <li class="fn">6 properties inherited from <a href="qframe.html#properties">QFrame</a></li> <li class="fn">58 properties inherited from <a href="qwidget.html#properties">QWidget</a></li> <li class="fn">1 property inherited from <a href="qobject.html#properties">QObject</a></li> </ul> <a name="public-functions"></a> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#QHeaderView">QHeaderView</a></b> ( Qt::Orientation <i>orientation</i>, QWidget * <i>parent</i> = 0 )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#dtor.QHeaderView">~QHeaderView</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#cascadingSectionResizes-prop">cascadingSectionResizes</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#count">count</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> Qt::Alignment </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#defaultAlignment-prop">defaultAlignment</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#hiddenSectionCount">hiddenSectionCount</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#hideSection">hideSection</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#highlightSections-prop">highlightSections</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#isClickable">isClickable</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#isMovable">isMovable</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#isSectionHidden">isSectionHidden</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#showSortIndicator-prop">isSortIndicatorShown</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#length">length</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#logicalIndex">logicalIndex</a></b> ( int <i>visualIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#logicalIndexAt">logicalIndexAt</a></b> ( int <i>position</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#logicalIndexAt-2">logicalIndexAt</a></b> ( int <i>x</i>, int <i>y</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#logicalIndexAt-3">logicalIndexAt</a></b> ( const QPoint &amp; <i>pos</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#minimumSectionSize-prop">minimumSectionSize</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#moveSection">moveSection</a></b> ( int <i>from</i>, int <i>to</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#offset">offset</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> Qt::Orientation </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#orientation">orientation</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> ResizeMode </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#resizeMode">resizeMode</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#resizeSection">resizeSection</a></b> ( int <i>logicalIndex</i>, int <i>size</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#resizeSections">resizeSections</a></b> ( QHeaderView::ResizeMode <i>mode</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#restoreState">restoreState</a></b> ( const QByteArray &amp; <i>state</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QByteArray </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#saveState">saveState</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionPosition">sectionPosition</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionSize">sectionSize</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionSizeHint">sectionSizeHint</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionViewportPosition">sectionViewportPosition</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionsHidden">sectionsHidden</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionsMoved">sectionsMoved</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#cascadingSectionResizes-prop">setCascadingSectionResizes</a></b> ( bool <i>enable</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setClickable">setClickable</a></b> ( bool <i>clickable</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#defaultAlignment-prop">setDefaultAlignment</a></b> ( Qt::Alignment <i>alignment</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#defaultSectionSize-prop">setDefaultSectionSize</a></b> ( int <i>size</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#highlightSections-prop">setHighlightSections</a></b> ( bool <i>highlight</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#minimumSectionSize-prop">setMinimumSectionSize</a></b> ( int <i>size</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setMovable">setMovable</a></b> ( bool <i>movable</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setResizeMode">setResizeMode</a></b> ( ResizeMode <i>mode</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setResizeMode-2">setResizeMode</a></b> ( int <i>logicalIndex</i>, ResizeMode <i>mode</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setSectionHidden">setSectionHidden</a></b> ( int <i>logicalIndex</i>, bool <i>hide</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setSortIndicator">setSortIndicator</a></b> ( int <i>logicalIndex</i>, Qt::SortOrder <i>order</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#showSortIndicator-prop">setSortIndicatorShown</a></b> ( bool <i>show</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#stretchLastSection-prop">setStretchLastSection</a></b> ( bool <i>stretch</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#showSection">showSection</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> Qt::SortOrder </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sortIndicatorOrder">sortIndicatorOrder</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sortIndicatorSection">sortIndicatorSection</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#stretchLastSection-prop">stretchLastSection</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#stretchSectionCount">stretchSectionCount</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#swapSections">swapSections</a></b> ( int <i>first</i>, int <i>second</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#visualIndex">visualIndex</a></b> ( int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#visualIndexAt">visualIndexAt</a></b> ( int <i>position</i> ) const</td></tr> </table> <a name="reimplemented-public-functions"></a> <h2>Reimplemented Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#reset">reset</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setModel">setModel</a></b> ( QAbstractItemModel * <i>model</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QSize </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sizeHint">sizeHint</a></b> () const</td></tr> </table> <ul> <li class="fn">57 public functions inherited from <a href="qabstractitemview.html#public-functions">QAbstractItemView</a></li> <li class="fn">17 public functions inherited from <a href="qabstractscrollarea.html#public-functions">QAbstractScrollArea</a></li> <li class="fn">14 public functions inherited from <a href="qframe.html#public-functions">QFrame</a></li> <li class="fn">217 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li> <li class="fn">29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li> <li class="fn">13 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li> </ul> <a name="public-slots"></a> <h2>Public Slots</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#headerDataChanged">headerDataChanged</a></b> ( Qt::Orientation <i>orientation</i>, int <i>logicalFirst</i>, int <i>logicalLast</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setOffset">setOffset</a></b> ( int <i>offset</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setOffsetToLastSection">setOffsetToLastSection</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setOffsetToSectionPosition">setOffsetToSectionPosition</a></b> ( int <i>visualIndex</i> )</td></tr> </table> <ul> <li class="fn">9 public slots inherited from <a href="qabstractitemview.html#public-slots">QAbstractItemView</a></li> <li class="fn">19 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li> <li class="fn">1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li> </ul> <a name="signals"></a> <h2>Signals</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#geometriesChanged">geometriesChanged</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionAutoResize">sectionAutoResize</a></b> ( int <i>logicalIndex</i>, QHeaderView::ResizeMode <i>mode</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionClicked">sectionClicked</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionCountChanged">sectionCountChanged</a></b> ( int <i>oldCount</i>, int <i>newCount</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionDoubleClicked">sectionDoubleClicked</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionEntered">sectionEntered</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionHandleDoubleClicked">sectionHandleDoubleClicked</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionMoved">sectionMoved</a></b> ( int <i>logicalIndex</i>, int <i>oldVisualIndex</i>, int <i>newVisualIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionPressed">sectionPressed</a></b> ( int <i>logicalIndex</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionResized">sectionResized</a></b> ( int <i>logicalIndex</i>, int <i>oldSize</i>, int <i>newSize</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sortIndicatorChanged">sortIndicatorChanged</a></b> ( int <i>logicalIndex</i>, Qt::SortOrder <i>order</i> )</td></tr> </table> <ul> <li class="fn">6 signals inherited from <a href="qabstractitemview.html#signals">QAbstractItemView</a></li> <li class="fn">1 signal inherited from <a href="qwidget.html#signals">QWidget</a></li> <li class="fn">1 signal inherited from <a href="qobject.html#signals">QObject</a></li> </ul> <a name="protected-functions"></a> <h2>Protected Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#initStyleOption">initStyleOption</a></b> ( QStyleOptionHeader * <i>option</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#paintSection">paintSection</a></b> ( QPainter * <i>painter</i>, const QRect &amp; <i>rect</i>, int <i>logicalIndex</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QSize </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionSizeFromContents">sectionSizeFromContents</a></b> ( int <i>logicalIndex</i> ) const</td></tr> </table> <a name="reimplemented-protected-functions"></a> <h2>Reimplemented Protected Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#currentChanged">currentChanged</a></b> ( const QModelIndex &amp; <i>current</i>, const QModelIndex &amp; <i>old</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#event">event</a></b> ( QEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#horizontalOffset">horizontalOffset</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#mouseMoveEvent">mouseMoveEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#mousePressEvent">mousePressEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#mouseReleaseEvent">mouseReleaseEvent</a></b> ( QMouseEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#paintEvent">paintEvent</a></b> ( QPaintEvent * <i>e</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#setSelection">setSelection</a></b> ( const QRect &amp; <i>rect</i>, QItemSelectionModel::SelectionFlags <i>flags</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual int </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#verticalOffset">verticalOffset</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#viewportEvent">viewportEvent</a></b> ( QEvent * <i>e</i> )</td></tr> </table> <ul> <li class="fn">36 protected functions inherited from <a href="qabstractitemview.html#protected-functions">QAbstractItemView</a></li> <li class="fn">18 protected functions inherited from <a href="qabstractscrollarea.html#protected-functions">QAbstractScrollArea</a></li> <li class="fn">3 protected functions inherited from <a href="qframe.html#protected-functions">QFrame</a></li> <li class="fn">37 protected functions inherited from <a href="qwidget.html#protected-functions">QWidget</a></li> <li class="fn">7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li> <li class="fn">1 protected function inherited from <a href="qpaintdevice.html#protected-functions">QPaintDevice</a></li> </ul> <a name="protected-slots"></a> <h2>Protected Slots</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#resizeSections-2">resizeSections</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionsAboutToBeRemoved">sectionsAboutToBeRemoved</a></b> ( const QModelIndex &amp; <i>parent</i>, int <i>logicalFirst</i>, int <i>logicalLast</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qheaderview.html#sectionsInserted">sectionsInserted</a></b> ( const QModelIndex &amp; <i>parent</i>, int <i>logicalFirst</i>, int <i>logicalLast</i> )</td></tr> </table> <ul> <li class="fn">9 protected slots inherited from <a href="qabstractitemview.html#protected-slots">QAbstractItemView</a></li> <li class="fn">1 protected slot inherited from <a href="qabstractscrollarea.html#protected-slots">QAbstractScrollArea</a></li> <li class="fn">1 protected slot inherited from <a href="qwidget.html#protected-slots">QWidget</a></li> </ul> <h3>Additional Inherited Members</h3> <ul> <li class="fn">4 static public members inherited from <a href="qwidget.html#static-public-members">QWidget</a></li> <li class="fn">5 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li> </ul> <a name="details"></a> <!-- $$$QHeaderView-description --> <div class="descr"> <h2>Detailed Description</h2> <p>The QHeaderView class provides a header row or header column for item views.</p> <p>A QHeaderView displays the headers used in item views such as the <a href="qtableview.html">QTableView</a> and <a href="qtreeview.html">QTreeView</a> classes. It takes the place of Qt3's <tt>QHeader</tt> class previously used for the same purpose, but uses the Qt's model/view architecture for consistency with the item view classes.</p> <p>The QHeaderView class is one of the <a href="model-view.html">Model/View Classes</a> and is part of Qt's <a href="model-view-programming.html">model/view framework</a>.</p> <p>The header gets the data for each section from the model using the <a href="qabstractitemmodel.html#headerData">QAbstractItemModel::headerData</a>() function. You can set the data by using <a href="qabstractitemmodel.html#setHeaderData">QAbstractItemModel::setHeaderData</a>().</p> <p>Each header has an <a href="qheaderview.html#orientation">orientation</a>() and a number of sections, given by the <a href="qheaderview.html#count">count</a>() function. A section refers to a part of the header - either a row or a column, depending on the orientation.</p> <p>Sections can be moved and resized using <a href="qheaderview.html#moveSection">moveSection</a>() and <a href="qheaderview.html#resizeSection">resizeSection</a>(); they can also be hidden and shown with <a href="qheaderview.html#hideSection">hideSection</a>() and <a href="qheaderview.html#showSection">showSection</a>().</p> <p>Each section of a header is described by a section ID, specified by its section(), and can be located at a particular <a href="qheaderview.html#visualIndex">visualIndex</a>() in the header. A section can have a sort indicator set with <a href="qheaderview.html#setSortIndicator">setSortIndicator</a>(); this indicates whether the items in the associated item view will be sorted in the order given by the section.</p> <p>For a horizontal header the section is equivalent to a column in the model, and for a vertical header the section is equivalent to a row in the model.</p> <a name="moving-header-sections"></a> <h3>Moving Header Sections</h3> <p>A header can be fixed in place, or made movable with <a href="qheaderview.html#setMovable">setMovable</a>(). It can be made clickable with <a href="qheaderview.html#setClickable">setClickable</a>(), and has resizing behavior in accordance with <a href="qheaderview.html#setResizeMode">setResizeMode</a>().</p> <p><b>Note:</b> Double-clicking on a header to resize a section only applies for visible rows.</p> <p>A header will emit <a href="qheaderview.html#sectionMoved">sectionMoved</a>() if the user moves a section, <a href="qheaderview.html#sectionResized">sectionResized</a>() if the user resizes a section, and <a href="qheaderview.html#sectionClicked">sectionClicked</a>() as well as <a href="qheaderview.html#sectionHandleDoubleClicked">sectionHandleDoubleClicked</a>() in response to mouse clicks. A header will also emit <a href="qheaderview.html#sectionCountChanged">sectionCountChanged</a>() and <a href="qheaderview.html#sectionAutoResize">sectionAutoResize</a>().</p> <p>You can identify a section using the <a href="qheaderview.html#logicalIndex">logicalIndex</a>() and <a href="qheaderview.html#logicalIndexAt">logicalIndexAt</a>() functions, or by its index position, using the <a href="qheaderview.html#visualIndex">visualIndex</a>() and <a href="qheaderview.html#visualIndexAt">visualIndexAt</a>() functions. The visual index will change if a section is moved, but the logical index will not change.</p> <a name="appearance"></a> <h3>Appearance</h3> <p><a href="qtablewidget.html">QTableWidget</a> and <a href="qtableview.html">QTableView</a> create default headers. If you want the headers to be visible, you can use <a href="qwidget.html#visible-prop">setVisible()</a>.</p> <p>Not all <a href="qt.html#ItemDataRole-enum">ItemDataRole</a>s will have an effect on a QHeaderView. If you need to draw other roles, you can subclass QHeaderView and reimplement <a href="qheaderview.html#paintEvent">paintEvent()</a>. QHeaderView respects the following item data roles: <a href="qt.html#ItemDataRole-enum">TextAlignmentRole</a>, <a href="qt.html#ItemDataRole-enum">DisplayRole</a>, <a href="qt.html#ItemDataRole-enum">FontRole</a>, <a href="qt.html#ItemDataRole-enum">DecorationRole</a>, <a href="qt.html#ItemDataRole-enum">ForegroundRole</a>, and <a href="qt.html#ItemDataRole-enum">BackgroundRole</a>.</p> <p><b>Note:</b> Each header renders the data for each section itself, and does not rely on a delegate. As a result, calling a header's <a href="qabstractitemview.html#setItemDelegate">setItemDelegate</a>() function will have no effect.</p> </div> <p><b>See also </b><a href="model-view-programming.html">Model/View Programming</a>, <a href="qlistview.html">QListView</a>, <a href="qtableview.html">QTableView</a>, and <a href="qtreeview.html">QTreeView</a>.</p> <!-- @@@QHeaderView --> <div class="types"> <h2>Member Type Documentation</h2> <!-- $$$ResizeMode$$$Interactive$$$Stretch$$$Fixed$$$ResizeToContents$$$Custom --> <h3 class="fn"><a name="ResizeMode-enum"></a>enum QHeaderView::<span class="name">ResizeMode</span></h3> <p>The resize mode specifies the behavior of the header sections. It can be set on the entire header view or on individual sections using <a href="qheaderview.html#setResizeMode">setResizeMode</a>().</p> <table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr> <tr><td class="topAlign"><tt>QHeaderView::Interactive</tt></td><td class="topAlign"><tt>0</tt></td><td class="topAlign">The user can resize the section. The section can also be resized programmatically using <a href="qheaderview.html#resizeSection">resizeSection</a>(). The section size defaults to <a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a>. (See also <a href="qheaderview.html#cascadingSectionResizes-prop">cascadingSectionResizes</a>.)</td></tr> <tr><td class="topAlign"><tt>QHeaderView::Fixed</tt></td><td class="topAlign"><tt>2</tt></td><td class="topAlign">The user cannot resize the section. The section can only be resized programmatically using <a href="qheaderview.html#resizeSection">resizeSection</a>(). The section size defaults to <a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a>.</td></tr> <tr><td class="topAlign"><tt>QHeaderView::Stretch</tt></td><td class="topAlign"><tt>1</tt></td><td class="topAlign"><a href="qheaderview.html">QHeaderView</a> will automatically resize the section to fill the available space. The size cannot be changed by the user or programmatically.</td></tr> <tr><td class="topAlign"><tt>QHeaderView::ResizeToContents</tt></td><td class="topAlign"><tt>3</tt></td><td class="topAlign"><a href="qheaderview.html">QHeaderView</a> will automatically resize the section to its optimal size based on the contents of the entire column or row. The size cannot be changed by the user or programmatically. (This value was introduced in 4.2)</td></tr> </table> <p>The following values are obsolete:</p> <table class="valuelist"><tr valign="top" class="even"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr> <tr><td class="topAlign"><tt>QHeaderView::Custom</tt></td><td class="topAlign"><tt>Fixed</tt></td><td class="topAlign">Use Fixed instead.</td></tr> </table> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>(), <a href="qheaderview.html#stretchLastSection-prop">stretchLastSection</a>, and <a href="qheaderview.html#minimumSectionSize-prop">minimumSectionSize</a>.</p> <!-- @@@ResizeMode --> </div> <div class="prop"> <h2>Property Documentation</h2> <!-- $$$cascadingSectionResizes-prop$$$cascadingSectionResizes$$$setCascadingSectionResizesbool --> <h3 class="fn"><a name="cascadingSectionResizes-prop"></a><span class="name">cascadingSectionResizes</span> : <span class="type">bool</span></h3> <p>This property holds whether interactive resizing will be cascaded to the following sections once the section being resized by the user has reached its minimum size.</p> <p>This property only affects sections that have <a href="qheaderview.html#ResizeMode-enum">Interactive</a> as their resize mode.</p> <p>The default value is false.</p> <p>This property was introduced in Qt 4.2.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>cascadingSectionResizes</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setCascadingSectionResizes</b></span> ( bool <i>enable</i> )</td></tr> </table> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>().</p> <!-- @@@cascadingSectionResizes --> <!-- $$$defaultAlignment-prop$$$defaultAlignment$$$setDefaultAlignmentQt::Alignment --> <h3 class="fn"><a name="defaultAlignment-prop"></a><span class="name">defaultAlignment</span> : <span class="type"><a href="qt.html#AlignmentFlag-enum">Qt::Alignment</a></span></h3> <p>This property holds the default alignment of the text in each header section.</p> <p>This property was introduced in Qt 4.1.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> Qt::Alignment </td><td class="memItemRight bottomAlign"><span class="name"><b>defaultAlignment</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setDefaultAlignment</b></span> ( Qt::Alignment <i>alignment</i> )</td></tr> </table> <!-- @@@defaultAlignment --> <!-- $$$defaultSectionSize-prop$$$defaultSectionSize$$$setDefaultSectionSizeint --> <h3 class="fn"><a name="defaultSectionSize-prop"></a><span class="name">defaultSectionSize</span> : <span class="type">int</span></h3> <p>This property holds the default size of the header sections before resizing.</p> <p>This property only affects sections that have <a href="qheaderview.html#ResizeMode-enum">Interactive</a> or <a href="qheaderview.html#ResizeMode-enum">Fixed</a> as their resize mode.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> int </td><td class="memItemRight bottomAlign"><span class="name"><b>defaultSectionSize</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setDefaultSectionSize</b></span> ( int <i>size</i> )</td></tr> </table> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>() and <a href="qheaderview.html#minimumSectionSize-prop">minimumSectionSize</a>.</p> <!-- @@@defaultSectionSize --> <!-- $$$highlightSections-prop$$$highlightSections$$$setHighlightSectionsbool --> <h3 class="fn"><a name="highlightSections-prop"></a><span class="name">highlightSections</span> : <span class="type">bool</span></h3> <p>This property holds whether the sections containing selected items are highlighted.</p> <p>By default, this property is false.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>highlightSections</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setHighlightSections</b></span> ( bool <i>highlight</i> )</td></tr> </table> <!-- @@@highlightSections --> <!-- $$$minimumSectionSize-prop$$$minimumSectionSize$$$setMinimumSectionSizeint --> <h3 class="fn"><a name="minimumSectionSize-prop"></a><span class="name">minimumSectionSize</span> : <span class="type">int</span></h3> <p>This property holds the minimum size of the header sections.</p> <p>The minimum section size is the smallest section size allowed. If the minimum section size is set to -1, <a href="qheaderview.html">QHeaderView</a> will use the maximum of the <a href="qapplication.html#globalStrut-prop">global strut</a> or the <a href="qwidget.html#fontMetrics">font metrics</a> size.</p> <p>This property is honored by all <a href="qheaderview.html#ResizeMode-enum">resize modes</a>.</p> <p>This property was introduced in Qt 4.2.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> int </td><td class="memItemRight bottomAlign"><span class="name"><b>minimumSectionSize</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setMinimumSectionSize</b></span> ( int <i>size</i> )</td></tr> </table> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>() and <a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a>.</p> <!-- @@@minimumSectionSize --> <!-- $$$showSortIndicator-prop$$$isSortIndicatorShown$$$setSortIndicatorShownbool --> <h3 class="fn"><a name="showSortIndicator-prop"></a><span class="name">showSortIndicator</span> : <span class="type">bool</span></h3> <p>This property holds whether the sort indicator is shown.</p> <p>By default, this property is false.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>isSortIndicatorShown</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setSortIndicatorShown</b></span> ( bool <i>show</i> )</td></tr> </table> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>().</p> <!-- @@@showSortIndicator --> <!-- $$$stretchLastSection-prop$$$stretchLastSection$$$setStretchLastSectionbool --> <h3 class="fn"><a name="stretchLastSection-prop"></a><span class="name">stretchLastSection</span> : <span class="type">bool</span></h3> <p>This property holds whether the last visible section in the header takes up all the available space.</p> <p>The default value is false.</p> <p><b>Note:</b> The horizontal headers provided by <a href="qtreeview.html">QTreeView</a> are configured with this property set to true, ensuring that the view does not waste any of the space assigned to it for its header. If this value is set to true, this property will override the resize mode set on the last section in the header.</p> <p><b>Access functions:</b></p> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>stretchLastSection</b></span> () const</td></tr> <tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setStretchLastSection</b></span> ( bool <i>stretch</i> )</td></tr> </table> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>().</p> <!-- @@@stretchLastSection --> </div> <div class="func"> <h2>Member Function Documentation</h2> <!-- $$$QHeaderView[overload1]$$$QHeaderViewQt::OrientationQWidget* --> <h3 class="fn"><a name="QHeaderView"></a>QHeaderView::<span class="name">QHeaderView</span> ( <span class="type"><a href="qt.html#Orientation-enum">Qt::Orientation</a></span> <i>orientation</i>, <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i> = 0 )</h3> <p>Creates a new generic header with the given <i>orientation</i> and <i>parent</i>.</p> <!-- @@@QHeaderView --> <!-- $$$~QHeaderView[overload1]$$$~QHeaderView --> <h3 class="fn"><a name="dtor.QHeaderView"></a>QHeaderView::<span class="name">~QHeaderView</span> ()<tt> [virtual]</tt></h3> <p>Destroys the header.</p> <!-- @@@~QHeaderView --> <!-- $$$count[overload1]$$$count --> <h3 class="fn"><a name="count"></a><span class="type">int</span> QHeaderView::<span class="name">count</span> () const</h3> <p>Returns the number of sections in the header.</p> <p><b>See also </b><a href="qheaderview.html#sectionCountChanged">sectionCountChanged</a>() and <a href="qheaderview.html#length">length</a>().</p> <!-- @@@count --> <!-- $$$currentChanged[overload1]$$$currentChangedconstQModelIndex&constQModelIndex& --> <h3 class="fn"><a name="currentChanged"></a><span class="type">void</span> QHeaderView::<span class="name">currentChanged</span> ( const <span class="type"><a href="qmodelindex.html">QModelIndex</a></span> &amp; <i>current</i>, const <span class="type"><a href="qmodelindex.html">QModelIndex</a></span> &amp; <i>old</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qabstractitemview.html#currentChanged">QAbstractItemView::currentChanged</a>().</p> <!-- @@@currentChanged --> <!-- $$$event[overload1]$$$eventQEvent* --> <h3 class="fn"><a name="event"></a><span class="type">bool</span> QHeaderView::<span class="name">event</span> ( <span class="type"><a href="qevent.html">QEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qobject.html#event">QObject::event</a>().</p> <!-- @@@event --> <!-- $$$geometriesChanged[overload1]$$$geometriesChanged --> <h3 class="fn"><a name="geometriesChanged"></a><span class="type">void</span> QHeaderView::<span class="name">geometriesChanged</span> ()<tt> [signal]</tt></h3> <p>This signal is emitted when the header's geometries have changed.</p> <p>This function was introduced in Qt 4.2.</p> <!-- @@@geometriesChanged --> <!-- $$$headerDataChanged[overload1]$$$headerDataChangedQt::Orientationintint --> <h3 class="fn"><a name="headerDataChanged"></a><span class="type">void</span> QHeaderView::<span class="name">headerDataChanged</span> ( <span class="type"><a href="qt.html#Orientation-enum">Qt::Orientation</a></span> <i>orientation</i>, <span class="type">int</span> <i>logicalFirst</i>, <span class="type">int</span> <i>logicalLast</i> )<tt> [slot]</tt></h3> <p>Updates the changed header sections with the given <i>orientation</i>, from <i>logicalFirst</i> to <i>logicalLast</i> inclusive.</p> <!-- @@@headerDataChanged --> <!-- $$$hiddenSectionCount[overload1]$$$hiddenSectionCount --> <h3 class="fn"><a name="hiddenSectionCount"></a><span class="type">int</span> QHeaderView::<span class="name">hiddenSectionCount</span> () const</h3> <p>Returns the number of sections in the header that has been hidden.</p> <p>This function was introduced in Qt 4.1.</p> <p><b>See also </b><a href="qheaderview.html#setSectionHidden">setSectionHidden</a>() and <a href="qheaderview.html#isSectionHidden">isSectionHidden</a>().</p> <!-- @@@hiddenSectionCount --> <!-- $$$hideSection[overload1]$$$hideSectionint --> <h3 class="fn"><a name="hideSection"></a><span class="type">void</span> QHeaderView::<span class="name">hideSection</span> ( <span class="type">int</span> <i>logicalIndex</i> )</h3> <p>Hides the section specified by <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#showSection">showSection</a>(), <a href="qheaderview.html#isSectionHidden">isSectionHidden</a>(), <a href="qheaderview.html#hiddenSectionCount">hiddenSectionCount</a>(), and <a href="qheaderview.html#setSectionHidden">setSectionHidden</a>().</p> <!-- @@@hideSection --> <!-- $$$horizontalOffset[overload1]$$$horizontalOffset --> <h3 class="fn"><a name="horizontalOffset"></a><span class="type">int</span> QHeaderView::<span class="name">horizontalOffset</span> () const<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qabstractitemview.html#horizontalOffset">QAbstractItemView::horizontalOffset</a>().</p> <p>Returns the horizontal offset of the header. This is 0 for vertical headers.</p> <p><b>See also </b><a href="qheaderview.html#offset">offset</a>().</p> <!-- @@@horizontalOffset --> <!-- $$$initStyleOption[overload1]$$$initStyleOptionQStyleOptionHeader* --> <h3 class="fn"><a name="initStyleOption"></a><span class="type">void</span> QHeaderView::<span class="name">initStyleOption</span> ( <span class="type"><a href="qstyleoptionheader.html">QStyleOptionHeader</a></span> * <i>option</i> ) const<tt> [protected]</tt></h3> <p>Initialize <i>option</i> with the values from this <a href="qheaderview.html">QHeaderView</a>. This method is useful for subclasses when they need a <a href="qstyleoptionheader.html">QStyleOptionHeader</a>, but do not want to fill in all the information themselves.</p> <p><b>See also </b><a href="qstyleoption.html#initFrom">QStyleOption::initFrom</a>().</p> <!-- @@@initStyleOption --> <!-- $$$isClickable[overload1]$$$isClickable --> <h3 class="fn"><a name="isClickable"></a><span class="type">bool</span> QHeaderView::<span class="name">isClickable</span> () const</h3> <p>Returns true if the header is clickable; otherwise returns false. A clickable header could be set up to allow the user to change the representation of the data in the view related to the header.</p> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>().</p> <!-- @@@isClickable --> <!-- $$$isMovable[overload1]$$$isMovable --> <h3 class="fn"><a name="isMovable"></a><span class="type">bool</span> QHeaderView::<span class="name">isMovable</span> () const</h3> <p>Returns true if the header can be moved by the user; otherwise returns false.</p> <p><b>See also </b><a href="qheaderview.html#setMovable">setMovable</a>().</p> <!-- @@@isMovable --> <!-- $$$isSectionHidden[overload1]$$$isSectionHiddenint --> <h3 class="fn"><a name="isSectionHidden"></a><span class="type">bool</span> QHeaderView::<span class="name">isSectionHidden</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns true if the section specified by <i>logicalIndex</i> is explicitly hidden from the user; otherwise returns false.</p> <p><b>See also </b><a href="qheaderview.html#hideSection">hideSection</a>(), <a href="qheaderview.html#showSection">showSection</a>(), <a href="qheaderview.html#setSectionHidden">setSectionHidden</a>(), and <a href="qheaderview.html#hiddenSectionCount">hiddenSectionCount</a>().</p> <!-- @@@isSectionHidden --> <!-- $$$length[overload1]$$$length --> <h3 class="fn"><a name="length"></a><span class="type">int</span> QHeaderView::<span class="name">length</span> () const</h3> <p>Returns the length along the orientation of the header.</p> <p><b>See also </b><a href="qheaderview.html#sizeHint">sizeHint</a>(), <a href="qheaderview.html#setResizeMode">setResizeMode</a>(), and <a href="qheaderview.html#offset">offset</a>().</p> <!-- @@@length --> <!-- $$$logicalIndex[overload1]$$$logicalIndexint --> <h3 class="fn"><a name="logicalIndex"></a><span class="type">int</span> QHeaderView::<span class="name">logicalIndex</span> ( <span class="type">int</span> <i>visualIndex</i> ) const</h3> <p>Returns the logicalIndex for the section at the given <i>visualIndex</i> position, or -1 if visualIndex &lt; 0 or visualIndex &gt;= <a href="qheaderview.html#count">QHeaderView::count</a>().</p> <p>Note that the visualIndex is not affected by hidden sections.</p> <p><b>See also </b><a href="qheaderview.html#visualIndex">visualIndex</a>() and <a href="qheaderview.html#sectionPosition">sectionPosition</a>().</p> <!-- @@@logicalIndex --> <!-- $$$logicalIndexAt[overload1]$$$logicalIndexAtint --> <h3 class="fn"><a name="logicalIndexAt"></a><span class="type">int</span> QHeaderView::<span class="name">logicalIndexAt</span> ( <span class="type">int</span> <i>position</i> ) const</h3> <p>Returns the section that covers the given <i>position</i> in the viewport.</p> <p><b>See also </b><a href="qheaderview.html#visualIndexAt">visualIndexAt</a>() and <a href="qheaderview.html#isSectionHidden">isSectionHidden</a>().</p> <!-- @@@logicalIndexAt --> <!-- $$$logicalIndexAt$$$logicalIndexAtintint --> <h3 class="fn"><a name="logicalIndexAt-2"></a><span class="type">int</span> QHeaderView::<span class="name">logicalIndexAt</span> ( <span class="type">int</span> <i>x</i>, <span class="type">int</span> <i>y</i> ) const</h3> <p>Returns the logical index of the section at the given coordinate. If the header is horizontal <i>x</i> will be used, otherwise <i>y</i> will be used to find the logical index.</p> <!-- @@@logicalIndexAt --> <!-- $$$logicalIndexAt$$$logicalIndexAtconstQPoint& --> <h3 class="fn"><a name="logicalIndexAt-3"></a><span class="type">int</span> QHeaderView::<span class="name">logicalIndexAt</span> ( const <span class="type"><a href="qpoint.html">QPoint</a></span> &amp; <i>pos</i> ) const</h3> <p>Returns the logical index of the section at the position given in <i>pos</i>. If the header is horizontal the x-coordinate will be used, otherwise the y-coordinate will be used to find the logical index.</p> <p><b>See also </b><a href="qheaderview.html#sectionPosition">sectionPosition</a>().</p> <!-- @@@logicalIndexAt --> <!-- $$$mouseDoubleClickEvent[overload1]$$$mouseDoubleClickEventQMouseEvent* --> <h3 class="fn"><a name="mouseDoubleClickEvent"></a><span class="type">void</span> QHeaderView::<span class="name">mouseDoubleClickEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mouseDoubleClickEvent">QWidget::mouseDoubleClickEvent</a>().</p> <!-- @@@mouseDoubleClickEvent --> <!-- $$$mouseMoveEvent[overload1]$$$mouseMoveEventQMouseEvent* --> <h3 class="fn"><a name="mouseMoveEvent"></a><span class="type">void</span> QHeaderView::<span class="name">mouseMoveEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mouseMoveEvent">QWidget::mouseMoveEvent</a>().</p> <!-- @@@mouseMoveEvent --> <!-- $$$mousePressEvent[overload1]$$$mousePressEventQMouseEvent* --> <h3 class="fn"><a name="mousePressEvent"></a><span class="type">void</span> QHeaderView::<span class="name">mousePressEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mousePressEvent">QWidget::mousePressEvent</a>().</p> <!-- @@@mousePressEvent --> <!-- $$$mouseReleaseEvent[overload1]$$$mouseReleaseEventQMouseEvent* --> <h3 class="fn"><a name="mouseReleaseEvent"></a><span class="type">void</span> QHeaderView::<span class="name">mouseReleaseEvent</span> ( <span class="type"><a href="qmouseevent.html">QMouseEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#mouseReleaseEvent">QWidget::mouseReleaseEvent</a>().</p> <!-- @@@mouseReleaseEvent --> <!-- $$$moveSection[overload1]$$$moveSectionintint --> <h3 class="fn"><a name="moveSection"></a><span class="type">void</span> QHeaderView::<span class="name">moveSection</span> ( <span class="type">int</span> <i>from</i>, <span class="type">int</span> <i>to</i> )</h3> <p>Moves the section at visual index <i>from</i> to occupy visual index <i>to</i>.</p> <p><b>See also </b><a href="qheaderview.html#sectionsMoved">sectionsMoved</a>().</p> <!-- @@@moveSection --> <!-- $$$offset[overload1]$$$offset --> <h3 class="fn"><a name="offset"></a><span class="type">int</span> QHeaderView::<span class="name">offset</span> () const</h3> <p>Returns the offset of the header: this is the header's left-most (or top-most for vertical headers) visible pixel.</p> <p><b>See also </b><a href="qheaderview.html#setOffset">setOffset</a>().</p> <!-- @@@offset --> <!-- $$$orientation[overload1]$$$orientation --> <h3 class="fn"><a name="orientation"></a><span class="type"><a href="qt.html#Orientation-enum">Qt::Orientation</a></span> QHeaderView::<span class="name">orientation</span> () const</h3> <p>Returns the orientation of the header.</p> <p><b>See also </b><a href="qt.html#Orientation-enum">Qt::Orientation</a>.</p> <!-- @@@orientation --> <!-- $$$paintEvent[overload1]$$$paintEventQPaintEvent* --> <h3 class="fn"><a name="paintEvent"></a><span class="type">void</span> QHeaderView::<span class="name">paintEvent</span> ( <span class="type"><a href="qpaintevent.html">QPaintEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#paintEvent">QWidget::paintEvent</a>().</p> <!-- @@@paintEvent --> <!-- $$$paintSection[overload1]$$$paintSectionQPainter*constQRect&int --> <h3 class="fn"><a name="paintSection"></a><span class="type">void</span> QHeaderView::<span class="name">paintSection</span> ( <span class="type"><a href="qpainter.html">QPainter</a></span> * <i>painter</i>, const <span class="type"><a href="qrect.html">QRect</a></span> &amp; <i>rect</i>, <span class="type">int</span> <i>logicalIndex</i> ) const<tt> [virtual protected]</tt></h3> <p>Paints the section specified by the given <i>logicalIndex</i>, using the given <i>painter</i> and <i>rect</i>.</p> <p>Normally, you do not have to call this function.</p> <!-- @@@paintSection --> <!-- $$$reset[overload1]$$$reset --> <h3 class="fn"><a name="reset"></a><span class="type">void</span> QHeaderView::<span class="name">reset</span> ()<tt> [virtual]</tt></h3> <p>Reimplemented from <a href="qabstractitemview.html#reset">QAbstractItemView::reset</a>().</p> <!-- @@@reset --> <!-- $$$resizeMode[overload1]$$$resizeModeint --> <h3 class="fn"><a name="resizeMode"></a><span class="type"><a href="qheaderview.html#ResizeMode-enum">ResizeMode</a></span> QHeaderView::<span class="name">resizeMode</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns the resize mode that applies to the section specified by the given <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>().</p> <!-- @@@resizeMode --> <!-- $$$resizeSection[overload1]$$$resizeSectionintint --> <h3 class="fn"><a name="resizeSection"></a><span class="type">void</span> QHeaderView::<span class="name">resizeSection</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type">int</span> <i>size</i> )</h3> <p>Resizes the section specified by <i>logicalIndex</i> to <i>size</i> measured in pixels.</p> <p><b>See also </b><a href="qheaderview.html#sectionResized">sectionResized</a>(), <a href="qheaderview.html#resizeMode">resizeMode</a>(), and <a href="qheaderview.html#sectionSize">sectionSize</a>().</p> <!-- @@@resizeSection --> <!-- $$$resizeSections[overload1]$$$resizeSectionsQHeaderView::ResizeMode --> <h3 class="fn"><a name="resizeSections"></a><span class="type">void</span> QHeaderView::<span class="name">resizeSections</span> ( <span class="type"><a href="qheaderview.html#ResizeMode-enum">QHeaderView::ResizeMode</a></span> <i>mode</i> )</h3> <p>Resizes the sections according to the given <i>mode</i>, ignoring the current resize mode.</p> <p><b>See also </b><a href="qheaderview.html#resizeMode">resizeMode</a>() and <a href="qheaderview.html#sectionResized">sectionResized</a>().</p> <!-- @@@resizeSections --> <!-- $$$resizeSections$$$resizeSections --> <h3 class="fn"><a name="resizeSections-2"></a><span class="type">void</span> QHeaderView::<span class="name">resizeSections</span> ()<tt> [protected slot]</tt></h3> <p>Resizes the sections according to their size hints. Normally, you do not have to call this function.</p> <!-- @@@resizeSections --> <!-- $$$restoreState[overload1]$$$restoreStateconstQByteArray& --> <h3 class="fn"><a name="restoreState"></a><span class="type">bool</span> QHeaderView::<span class="name">restoreState</span> ( const <span class="type"><a href="qbytearray.html">QByteArray</a></span> &amp; <i>state</i> )</h3> <p>Restores the <i>state</i> of this header view. This function returns <tt>true</tt> if the state was restored; otherwise returns false.</p> <p>This function was introduced in Qt 4.3.</p> <p><b>See also </b><a href="qheaderview.html#saveState">saveState</a>().</p> <!-- @@@restoreState --> <!-- $$$saveState[overload1]$$$saveState --> <h3 class="fn"><a name="saveState"></a><span class="type"><a href="qbytearray.html">QByteArray</a></span> QHeaderView::<span class="name">saveState</span> () const</h3> <p>Saves the current state of this header view.</p> <p>To restore the saved state, pass the return value to <a href="qheaderview.html#restoreState">restoreState</a>().</p> <p>This function was introduced in Qt 4.3.</p> <p><b>See also </b><a href="qheaderview.html#restoreState">restoreState</a>().</p> <!-- @@@saveState --> <!-- $$$sectionAutoResize[overload1]$$$sectionAutoResizeintQHeaderView::ResizeMode --> <h3 class="fn"><a name="sectionAutoResize"></a><span class="type">void</span> QHeaderView::<span class="name">sectionAutoResize</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type"><a href="qheaderview.html#ResizeMode-enum">QHeaderView::ResizeMode</a></span> <i>mode</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is automatically resized. The section's logical index is specified by <i>logicalIndex</i>, and the resize mode by <i>mode</i>.</p> <p><b>See also </b><a href="qheaderview.html#setResizeMode">setResizeMode</a>() and <a href="qheaderview.html#stretchLastSection-prop">stretchLastSection</a>().</p> <!-- @@@sectionAutoResize --> <!-- $$$sectionClicked[overload1]$$$sectionClickedint --> <h3 class="fn"><a name="sectionClicked"></a><span class="type">void</span> QHeaderView::<span class="name">sectionClicked</span> ( <span class="type">int</span> <i>logicalIndex</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is clicked. The section's logical index is specified by <i>logicalIndex</i>.</p> <p>Note that the sectionPressed signal will also be emitted.</p> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>() and <a href="qheaderview.html#sectionPressed">sectionPressed</a>().</p> <!-- @@@sectionClicked --> <!-- $$$sectionCountChanged[overload1]$$$sectionCountChangedintint --> <h3 class="fn"><a name="sectionCountChanged"></a><span class="type">void</span> QHeaderView::<span class="name">sectionCountChanged</span> ( <span class="type">int</span> <i>oldCount</i>, <span class="type">int</span> <i>newCount</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when the number of sections changes, i.e&#x2e;, when sections are added or deleted. The original count is specified by <i>oldCount</i>, and the new count by <i>newCount</i>.</p> <p><b>See also </b><a href="qheaderview.html#count">count</a>(), <a href="qheaderview.html#length">length</a>(), and <a href="qheaderview.html#headerDataChanged">headerDataChanged</a>().</p> <!-- @@@sectionCountChanged --> <!-- $$$sectionDoubleClicked[overload1]$$$sectionDoubleClickedint --> <h3 class="fn"><a name="sectionDoubleClicked"></a><span class="type">void</span> QHeaderView::<span class="name">sectionDoubleClicked</span> ( <span class="type">int</span> <i>logicalIndex</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is double-clicked. The section's logical index is specified by <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>().</p> <!-- @@@sectionDoubleClicked --> <!-- $$$sectionEntered[overload1]$$$sectionEnteredint --> <h3 class="fn"><a name="sectionEntered"></a><span class="type">void</span> QHeaderView::<span class="name">sectionEntered</span> ( <span class="type">int</span> <i>logicalIndex</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when the cursor moves over the section and the left mouse button is pressed. The section's logical index is specified by <i>logicalIndex</i>.</p> <p>This function was introduced in Qt 4.3.</p> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>() and <a href="qheaderview.html#sectionPressed">sectionPressed</a>().</p> <!-- @@@sectionEntered --> <!-- $$$sectionHandleDoubleClicked[overload1]$$$sectionHandleDoubleClickedint --> <h3 class="fn"><a name="sectionHandleDoubleClicked"></a><span class="type">void</span> QHeaderView::<span class="name">sectionHandleDoubleClicked</span> ( <span class="type">int</span> <i>logicalIndex</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is double-clicked. The section's logical index is specified by <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>().</p> <!-- @@@sectionHandleDoubleClicked --> <!-- $$$sectionMoved[overload1]$$$sectionMovedintintint --> <h3 class="fn"><a name="sectionMoved"></a><span class="type">void</span> QHeaderView::<span class="name">sectionMoved</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type">int</span> <i>oldVisualIndex</i>, <span class="type">int</span> <i>newVisualIndex</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is moved. The section's logical index is specified by <i>logicalIndex</i>, the old index by <i>oldVisualIndex</i>, and the new index position by <i>newVisualIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#moveSection">moveSection</a>().</p> <!-- @@@sectionMoved --> <!-- $$$sectionPosition[overload1]$$$sectionPositionint --> <h3 class="fn"><a name="sectionPosition"></a><span class="type">int</span> QHeaderView::<span class="name">sectionPosition</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns the section position of the given <i>logicalIndex</i>, or -1 if the section is hidden. The position is measured in pixels from the first visible item's top-left corner to the top-left corner of the item with <i>logicalIndex</i>. The measurement is along the x-axis for horizontal headers and along the y-axis for vertical headers.</p> <p><b>See also </b><a href="qheaderview.html#sectionViewportPosition">sectionViewportPosition</a>().</p> <!-- @@@sectionPosition --> <!-- $$$sectionPressed[overload1]$$$sectionPressedint --> <h3 class="fn"><a name="sectionPressed"></a><span class="type">void</span> QHeaderView::<span class="name">sectionPressed</span> ( <span class="type">int</span> <i>logicalIndex</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is pressed. The section's logical index is specified by <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#setClickable">setClickable</a>().</p> <!-- @@@sectionPressed --> <!-- $$$sectionResized[overload1]$$$sectionResizedintintint --> <h3 class="fn"><a name="sectionResized"></a><span class="type">void</span> QHeaderView::<span class="name">sectionResized</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type">int</span> <i>oldSize</i>, <span class="type">int</span> <i>newSize</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when a section is resized. The section's logical number is specified by <i>logicalIndex</i>, the old size by <i>oldSize</i>, and the new size by <i>newSize</i>.</p> <p><b>See also </b><a href="qheaderview.html#resizeSection">resizeSection</a>().</p> <!-- @@@sectionResized --> <!-- $$$sectionSize[overload1]$$$sectionSizeint --> <h3 class="fn"><a name="sectionSize"></a><span class="type">int</span> QHeaderView::<span class="name">sectionSize</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns the width (or height for vertical headers) of the given <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#length">length</a>(), <a href="qheaderview.html#setResizeMode">setResizeMode</a>(), and <a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a>().</p> <!-- @@@sectionSize --> <!-- $$$sectionSizeFromContents[overload1]$$$sectionSizeFromContentsint --> <h3 class="fn"><a name="sectionSizeFromContents"></a><span class="type"><a href="qsize.html">QSize</a></span> QHeaderView::<span class="name">sectionSizeFromContents</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const<tt> [virtual protected]</tt></h3> <p>Returns the size of the contents of the section specified by the given <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a>().</p> <!-- @@@sectionSizeFromContents --> <!-- $$$sectionSizeHint[overload1]$$$sectionSizeHintint --> <h3 class="fn"><a name="sectionSizeHint"></a><span class="type">int</span> QHeaderView::<span class="name">sectionSizeHint</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns a suitable size hint for the section specified by <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#sizeHint">sizeHint</a>(), <a href="qheaderview.html#defaultSectionSize-prop">defaultSectionSize</a>(), <a href="qheaderview.html#minimumSectionSize-prop">minimumSectionSize</a>(), and <a href="qt.html#ItemDataRole-enum">Qt::SizeHintRole</a>.</p> <!-- @@@sectionSizeHint --> <!-- $$$sectionViewportPosition[overload1]$$$sectionViewportPositionint --> <h3 class="fn"><a name="sectionViewportPosition"></a><span class="type">int</span> QHeaderView::<span class="name">sectionViewportPosition</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns the section viewport position of the given <i>logicalIndex</i>.</p> <p>If the section is hidden, the return value is undefined.</p> <p><b>See also </b><a href="qheaderview.html#sectionPosition">sectionPosition</a>() and <a href="qheaderview.html#isSectionHidden">isSectionHidden</a>().</p> <!-- @@@sectionViewportPosition --> <!-- $$$sectionsAboutToBeRemoved[overload1]$$$sectionsAboutToBeRemovedconstQModelIndex&intint --> <h3 class="fn"><a name="sectionsAboutToBeRemoved"></a><span class="type">void</span> QHeaderView::<span class="name">sectionsAboutToBeRemoved</span> ( const <span class="type"><a href="qmodelindex.html">QModelIndex</a></span> &amp; <i>parent</i>, <span class="type">int</span> <i>logicalFirst</i>, <span class="type">int</span> <i>logicalLast</i> )<tt> [protected slot]</tt></h3> <p>This slot is called when sections are removed from the <i>parent</i>. <i>logicalFirst</i> and <i>logicalLast</i> signify where the sections were removed.</p> <p>If only one section is removed, <i>logicalFirst</i> and <i>logicalLast</i> will be the same.</p> <!-- @@@sectionsAboutToBeRemoved --> <!-- $$$sectionsHidden[overload1]$$$sectionsHidden --> <h3 class="fn"><a name="sectionsHidden"></a><span class="type">bool</span> QHeaderView::<span class="name">sectionsHidden</span> () const</h3> <p>Returns true if sections in the header has been hidden; otherwise returns false;</p> <p>This function was introduced in Qt 4.1.</p> <p><b>See also </b><a href="qheaderview.html#setSectionHidden">setSectionHidden</a>().</p> <!-- @@@sectionsHidden --> <!-- $$$sectionsInserted[overload1]$$$sectionsInsertedconstQModelIndex&intint --> <h3 class="fn"><a name="sectionsInserted"></a><span class="type">void</span> QHeaderView::<span class="name">sectionsInserted</span> ( const <span class="type"><a href="qmodelindex.html">QModelIndex</a></span> &amp; <i>parent</i>, <span class="type">int</span> <i>logicalFirst</i>, <span class="type">int</span> <i>logicalLast</i> )<tt> [protected slot]</tt></h3> <p>This slot is called when sections are inserted into the <i>parent</i>. <i>logicalFirst</i> and <i>logicalLast</i> indices signify where the new sections were inserted.</p> <p>If only one section is inserted, <i>logicalFirst</i> and <i>logicalLast</i> will be the same.</p> <!-- @@@sectionsInserted --> <!-- $$$sectionsMoved[overload1]$$$sectionsMoved --> <h3 class="fn"><a name="sectionsMoved"></a><span class="type">bool</span> QHeaderView::<span class="name">sectionsMoved</span> () const</h3> <p>Returns true if sections in the header has been moved; otherwise returns false;</p> <p><b>See also </b><a href="qheaderview.html#moveSection">moveSection</a>().</p> <!-- @@@sectionsMoved --> <!-- $$$setClickable[overload1]$$$setClickablebool --> <h3 class="fn"><a name="setClickable"></a><span class="type">void</span> QHeaderView::<span class="name">setClickable</span> ( <span class="type">bool</span> <i>clickable</i> )</h3> <p>If <i>clickable</i> is true, the header will respond to single clicks.</p> <p><b>See also </b><a href="qheaderview.html#isClickable">isClickable</a>(), <a href="qheaderview.html#sectionClicked">sectionClicked</a>(), <a href="qheaderview.html#sectionPressed">sectionPressed</a>(), and <a href="qheaderview.html#showSortIndicator-prop">setSortIndicatorShown</a>().</p> <!-- @@@setClickable --> <!-- $$$setModel[overload1]$$$setModelQAbstractItemModel* --> <h3 class="fn"><a name="setModel"></a><span class="type">void</span> QHeaderView::<span class="name">setModel</span> ( <span class="type"><a href="qabstractitemmodel.html">QAbstractItemModel</a></span> * <i>model</i> )<tt> [virtual]</tt></h3> <p>Reimplemented from <a href="qabstractitemview.html#setModel">QAbstractItemView::setModel</a>().</p> <!-- @@@setModel --> <!-- $$$setMovable[overload1]$$$setMovablebool --> <h3 class="fn"><a name="setMovable"></a><span class="type">void</span> QHeaderView::<span class="name">setMovable</span> ( <span class="type">bool</span> <i>movable</i> )</h3> <p>If <i>movable</i> is true, the header may be moved by the user; otherwise it is fixed in place.</p> <p><b>See also </b><a href="qheaderview.html#isMovable">isMovable</a>() and <a href="qheaderview.html#sectionMoved">sectionMoved</a>().</p> <!-- @@@setMovable --> <!-- $$$setOffset[overload1]$$$setOffsetint --> <h3 class="fn"><a name="setOffset"></a><span class="type">void</span> QHeaderView::<span class="name">setOffset</span> ( <span class="type">int</span> <i>offset</i> )<tt> [slot]</tt></h3> <p>Sets the header's offset to <i>offset</i>.</p> <p><b>See also </b><a href="qheaderview.html#offset">offset</a>() and <a href="qheaderview.html#length">length</a>().</p> <!-- @@@setOffset --> <!-- $$$setOffsetToLastSection[overload1]$$$setOffsetToLastSection --> <h3 class="fn"><a name="setOffsetToLastSection"></a><span class="type">void</span> QHeaderView::<span class="name">setOffsetToLastSection</span> ()<tt> [slot]</tt></h3> <p>Sets the offset to make the last section visible.</p> <p>This function was introduced in Qt 4.2.</p> <p><b>See also </b><a href="qheaderview.html#setOffset">setOffset</a>(), <a href="qheaderview.html#sectionPosition">sectionPosition</a>(), and <a href="qheaderview.html#setOffsetToSectionPosition">setOffsetToSectionPosition</a>().</p> <!-- @@@setOffsetToLastSection --> <!-- $$$setOffsetToSectionPosition[overload1]$$$setOffsetToSectionPositionint --> <h3 class="fn"><a name="setOffsetToSectionPosition"></a><span class="type">void</span> QHeaderView::<span class="name">setOffsetToSectionPosition</span> ( <span class="type">int</span> <i>visualIndex</i> )<tt> [slot]</tt></h3> <p>Sets the offset to the start of the section at the given <i>visualIndex</i>.</p> <p>This function was introduced in Qt 4.2.</p> <p><b>See also </b><a href="qheaderview.html#setOffset">setOffset</a>() and <a href="qheaderview.html#sectionPosition">sectionPosition</a>().</p> <!-- @@@setOffsetToSectionPosition --> <!-- $$$setResizeMode[overload1]$$$setResizeModeResizeMode --> <h3 class="fn"><a name="setResizeMode"></a><span class="type">void</span> QHeaderView::<span class="name">setResizeMode</span> ( <span class="type"><a href="qheaderview.html#ResizeMode-enum">ResizeMode</a></span> <i>mode</i> )</h3> <p>Sets the constraints on how the header can be resized to those described by the given <i>mode</i>.</p> <p><b>See also </b><a href="qheaderview.html#resizeMode">resizeMode</a>(), <a href="qheaderview.html#length">length</a>(), <a href="qheaderview.html#sectionResized">sectionResized</a>(), and <a href="qheaderview.html#sectionAutoResize">sectionAutoResize</a>().</p> <!-- @@@setResizeMode --> <!-- $$$setResizeMode$$$setResizeModeintResizeMode --> <h3 class="fn"><a name="setResizeMode-2"></a><span class="type">void</span> QHeaderView::<span class="name">setResizeMode</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type"><a href="qheaderview.html#ResizeMode-enum">ResizeMode</a></span> <i>mode</i> )</h3> <p>This is an overloaded function.</p> <p>Sets the constraints on how the section specified by <i>logicalIndex</i> in the header can be resized to those described by the given <i>mode</i>. The logical index should exist at the time this function is called.</p> <p><b>Note:</b> This setting will be ignored for the last section if the <a href="qheaderview.html#stretchLastSection-prop">stretchLastSection</a> property is set to true. This is the default for the horizontal headers provided by <a href="qtreeview.html">QTreeView</a>.</p> <p><b>See also </b><a href="qheaderview.html#stretchLastSection-prop">setStretchLastSection</a>().</p> <!-- @@@setResizeMode --> <!-- $$$setSectionHidden[overload1]$$$setSectionHiddenintbool --> <h3 class="fn"><a name="setSectionHidden"></a><span class="type">void</span> QHeaderView::<span class="name">setSectionHidden</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type">bool</span> <i>hide</i> )</h3> <p>If <i>hide</i> is true the section specified by <i>logicalIndex</i> is hidden; otherwise the section is shown.</p> <p><b>See also </b><a href="qheaderview.html#isSectionHidden">isSectionHidden</a>() and <a href="qheaderview.html#hiddenSectionCount">hiddenSectionCount</a>().</p> <!-- @@@setSectionHidden --> <!-- $$$setSelection[overload1]$$$setSelectionconstQRect&QItemSelectionModel::SelectionFlags --> <h3 class="fn"><a name="setSelection"></a><span class="type">void</span> QHeaderView::<span class="name">setSelection</span> ( const <span class="type"><a href="qrect.html">QRect</a></span> &amp; <i>rect</i>, <span class="type"><a href="qitemselectionmodel.html#SelectionFlag-enum">QItemSelectionModel::SelectionFlags</a></span> <i>flags</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qabstractitemview.html#setSelection">QAbstractItemView::setSelection</a>().</p> <p>Selects the items in the given <i>rect</i> according to the specified <i>flags</i>.</p> <p>The base class implementation does nothing.</p> <!-- @@@setSelection --> <!-- $$$setSortIndicator[overload1]$$$setSortIndicatorintQt::SortOrder --> <h3 class="fn"><a name="setSortIndicator"></a><span class="type">void</span> QHeaderView::<span class="name">setSortIndicator</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type"><a href="qt.html#SortOrder-enum">Qt::SortOrder</a></span> <i>order</i> )</h3> <p>Sets the sort indicator for the section specified by the given <i>logicalIndex</i> in the direction specified by <i>order</i>, and removes the sort indicator from any other section that was showing it.</p> <p><i>logicalIndex</i> may be -1, in which case no sort indicator will be shown and the model will return to its natural, unsorted order. Note that not all models support this and may even crash in this case.</p> <p><b>See also </b><a href="qheaderview.html#sortIndicatorSection">sortIndicatorSection</a>() and <a href="qheaderview.html#sortIndicatorOrder">sortIndicatorOrder</a>().</p> <!-- @@@setSortIndicator --> <!-- $$$showSection[overload1]$$$showSectionint --> <h3 class="fn"><a name="showSection"></a><span class="type">void</span> QHeaderView::<span class="name">showSection</span> ( <span class="type">int</span> <i>logicalIndex</i> )</h3> <p>Shows the section specified by <i>logicalIndex</i>.</p> <p><b>See also </b><a href="qheaderview.html#hideSection">hideSection</a>(), <a href="qheaderview.html#isSectionHidden">isSectionHidden</a>(), <a href="qheaderview.html#hiddenSectionCount">hiddenSectionCount</a>(), and <a href="qheaderview.html#setSectionHidden">setSectionHidden</a>().</p> <!-- @@@showSection --> <!-- $$$sizeHint[overload1]$$$sizeHint --> <h3 class="fn"><a name="sizeHint"></a><span class="type"><a href="qsize.html">QSize</a></span> QHeaderView::<span class="name">sizeHint</span> () const<tt> [virtual]</tt></h3> <p>Reimplemented from <a href="qwidget.html#sizeHint-prop">QWidget::sizeHint</a>().</p> <p>Returns a suitable size hint for this header.</p> <p><b>See also </b><a href="qheaderview.html#sectionSizeHint">sectionSizeHint</a>().</p> <!-- @@@sizeHint --> <!-- $$$sortIndicatorChanged[overload1]$$$sortIndicatorChangedintQt::SortOrder --> <h3 class="fn"><a name="sortIndicatorChanged"></a><span class="type">void</span> QHeaderView::<span class="name">sortIndicatorChanged</span> ( <span class="type">int</span> <i>logicalIndex</i>, <span class="type"><a href="qt.html#SortOrder-enum">Qt::SortOrder</a></span> <i>order</i> )<tt> [signal]</tt></h3> <p>This signal is emitted when the section containing the sort indicator or the order indicated is changed. The section's logical index is specified by <i>logicalIndex</i> and the sort order is specified by <i>order</i>.</p> <p>This function was introduced in Qt 4.3.</p> <p><b>See also </b><a href="qheaderview.html#setSortIndicator">setSortIndicator</a>().</p> <!-- @@@sortIndicatorChanged --> <!-- $$$sortIndicatorOrder[overload1]$$$sortIndicatorOrder --> <h3 class="fn"><a name="sortIndicatorOrder"></a><span class="type"><a href="qt.html#SortOrder-enum">Qt::SortOrder</a></span> QHeaderView::<span class="name">sortIndicatorOrder</span> () const</h3> <p>Returns the order for the sort indicator. If no section has a sort indicator the return value of this function is undefined.</p> <p><b>See also </b><a href="qheaderview.html#setSortIndicator">setSortIndicator</a>() and <a href="qheaderview.html#sortIndicatorSection">sortIndicatorSection</a>().</p> <!-- @@@sortIndicatorOrder --> <!-- $$$sortIndicatorSection[overload1]$$$sortIndicatorSection --> <h3 class="fn"><a name="sortIndicatorSection"></a><span class="type">int</span> QHeaderView::<span class="name">sortIndicatorSection</span> () const</h3> <p>Returns the logical index of the section that has a sort indicator. By default this is section 0.</p> <p><b>See also </b><a href="qheaderview.html#setSortIndicator">setSortIndicator</a>(), <a href="qheaderview.html#sortIndicatorOrder">sortIndicatorOrder</a>(), and <a href="qheaderview.html#showSortIndicator-prop">setSortIndicatorShown</a>().</p> <!-- @@@sortIndicatorSection --> <!-- $$$stretchSectionCount[overload1]$$$stretchSectionCount --> <h3 class="fn"><a name="stretchSectionCount"></a><span class="type">int</span> QHeaderView::<span class="name">stretchSectionCount</span> () const</h3> <p>Returns the number of sections that are set to resize mode stretch. In views, this can be used to see if the headerview needs to resize the sections when the view's geometry changes.</p> <p>This function was introduced in Qt 4.1.</p> <p><b>See also </b><a href="qheaderview.html#stretchLastSection-prop">stretchLastSection</a> and <a href="qheaderview.html#resizeMode">resizeMode</a>().</p> <!-- @@@stretchSectionCount --> <!-- $$$swapSections[overload1]$$$swapSectionsintint --> <h3 class="fn"><a name="swapSections"></a><span class="type">void</span> QHeaderView::<span class="name">swapSections</span> ( <span class="type">int</span> <i>first</i>, <span class="type">int</span> <i>second</i> )</h3> <p>Swaps the section at visual index <i>first</i> with the section at visual index <i>second</i>.</p> <p>This function was introduced in Qt 4.2.</p> <p><b>See also </b><a href="qheaderview.html#moveSection">moveSection</a>().</p> <!-- @@@swapSections --> <!-- $$$verticalOffset[overload1]$$$verticalOffset --> <h3 class="fn"><a name="verticalOffset"></a><span class="type">int</span> QHeaderView::<span class="name">verticalOffset</span> () const<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qabstractitemview.html#verticalOffset">QAbstractItemView::verticalOffset</a>().</p> <p>Returns the vertical offset of the header. This is 0 for horizontal headers.</p> <p><b>See also </b><a href="qheaderview.html#offset">offset</a>().</p> <!-- @@@verticalOffset --> <!-- $$$viewportEvent[overload1]$$$viewportEventQEvent* --> <h3 class="fn"><a name="viewportEvent"></a><span class="type">bool</span> QHeaderView::<span class="name">viewportEvent</span> ( <span class="type"><a href="qevent.html">QEvent</a></span> * <i>e</i> )<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qabstractscrollarea.html#viewportEvent">QAbstractScrollArea::viewportEvent</a>().</p> <!-- @@@viewportEvent --> <!-- $$$visualIndex[overload1]$$$visualIndexint --> <h3 class="fn"><a name="visualIndex"></a><span class="type">int</span> QHeaderView::<span class="name">visualIndex</span> ( <span class="type">int</span> <i>logicalIndex</i> ) const</h3> <p>Returns the visual index position of the section specified by the given <i>logicalIndex</i>, or -1 otherwise.</p> <p>Hidden sections still have valid visual indexes.</p> <p><b>See also </b><a href="qheaderview.html#logicalIndex">logicalIndex</a>().</p> <!-- @@@visualIndex --> <!-- $$$visualIndexAt[overload1]$$$visualIndexAtint --> <h3 class="fn"><a name="visualIndexAt"></a><span class="type">int</span> QHeaderView::<span class="name">visualIndexAt</span> ( <span class="type">int</span> <i>position</i> ) const</h3> <p>Returns the visual index of the section that covers the given <i>position</i> in the viewport.</p> <p><b>See also </b><a href="qheaderview.html#logicalIndexAt">logicalIndexAt</a>().</p> <!-- @@@visualIndexAt --> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
tnk1/tora/jmot/jm-23-07.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta charset='windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <title>îãáø ù÷ø úøç÷, åð÷é åöãé÷ àì úäøâ, ëé ìà àöãé÷ øùò</title> <link rel='stylesheet' type='text/css' href='../../../_script/klli.css' /> <link rel='stylesheet' type='text/css' href='../../../tnk1/_themes/klli.css' /> <meta property='og:url' content='https://tora.us.fm/tnk1/tora/jmot/jm-23-07.html'/> <meta name='author' content="àøàì" /> <meta name='receiver' content="" /> <meta name='jmQovc' content="tnk1/tora/jmot/jm-23-07.html" /> <meta name='tvnit' content="" /> <link rel='canonical' href='https://tora.us.fm/tnk1/tora/jmot/jm-23-07.html' /> </head> <!-- PHP Programming by Erel Segal-Halevi --> <body lang='he' dir='rtl' id = 'tnk1_tora_jmot_jm_23_07' class='dywn1 '> <div class='pnim'> <script type='text/javascript' src='../../../_script/vars.js'></script> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../../tnk1/index.html'>øàùé</a>&gt;<a href='../../../tryg/index.html'>äàúø ìî÷åøéåú áîöååú</a>&gt;<a href='../../../tryg/mamr/kll_mcwa.html'>ëìì äîöååú</a>&gt;<a href='../../../tryg/mamr/hvdlim.html'>äáãìé îöååú</a>&gt;<a href='../../../tryg/sug/rayon_axryut.html'>àçøéåú ìîòùé äæåìú</a>&gt;<a href='../../../tryg/sug/erua_mjpfym.html'>ãéåï îùôèé</a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>îãáø ù÷ø úøç÷, åð÷é åöãé÷ àì úäøâ, ëé ìà àöãé÷ øùò</h1> <div id='idfields'> <p>÷åã: áéàåø:ùîåú ëâ7 áúð"ê</p> <p>ñåâ: ãéåï1</p> <p>îàú: àøàì</p> <p>àì: </p> </div> <script type='text/javascript'>kotrt()</script> <div id='tokn'> áôøùú îùôèéí, á÷èò ùòðééðå äðçéåú ìðéäåì îùôè öã÷, ðàîø (<a class='psuq' href="../../prqim/t0223.htm#7">ùîåú ëâ7</a>): <br /> "<q class="psuq">îãáø ù÷ø úøç÷, åð÷é åöãé÷ àì úäøâ, ëé ìà àöãé÷ øùò</q>". <p>îùîòåúå äòé÷øéú ùì äôñå÷ äéà, ëãáøé <a href="../../jdl/MefarsheyTanach002-23.htm">ùã"ì</a>: "<q class="mfrj">àæäøä ìãééï ùéäéä îôçã úîéã îìèòåú áãéï, åìçùåá áìáå, ëé èåá ùéæëä àú äçééá îùéçééá àú äæëàé... ëé ëáø äøáä ùìéçéí éù ìé ìäîéú äçééá</q>"; <p>àåìí çæ"ì äñé÷å îñ÷ðåú îôåøèåú îëì àçã îùìåùú çì÷é äôñå÷: <br /> <ul> <li> <a href="jm-23-07a.html">îãáø ù÷ø úøç÷</a></li> <li> <a href="jm-23-07b.html">åð÷é åöãé÷ àì úäøâ</a></li> <li> <a href="jm-23-07c.html">ëé ìà àöãé÷ øùò</a></li> </ul> <p> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li><a href="../../../tnk1/messages/tora_jmot_jm-23-07_0.html">ëàï "øùò" äåà ùåôè äìå÷ç ùåçã... <small>/ øîé ðéø</small></a> &nbsp;&nbsp;<span class='date'>[ðëúá á-21:30:41&nbsp;&nbsp;30.06.2007]</span></li> </ul><!--end--> <script type='text/javascript'>tguva(); txtit()</script> </div><!--pnim--> </body> </html>
docs/org/cloudbus/cloudsim/power/models/harddrives/class-use/PowerModeHddWDSeWD4000F9YZ.html
Udacity2048/CloudSimDisk
<!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_31) on Mon Apr 06 15:30:27 CEST 2015 --> <title>Uses of Class org.cloudbus.cloudsim.power.models.harddrives.PowerModeHddWDSeWD4000F9YZ</title> <meta name="date" content="2015-04-06"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.cloudbus.cloudsim.power.models.harddrives.PowerModeHddWDSeWD4000F9YZ"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/cloudbus/cloudsim/power/models/harddrives/PowerModeHddWDSeWD4000F9YZ.html" title="class in org.cloudbus.cloudsim.power.models.harddrives">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/cloudbus/cloudsim/power/models/harddrives/class-use/PowerModeHddWDSeWD4000F9YZ.html" target="_top">Frames</a></li> <li><a href="PowerModeHddWDSeWD4000F9YZ.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.cloudbus.cloudsim.power.models.harddrives.PowerModeHddWDSeWD4000F9YZ" class="title">Uses of Class<br>org.cloudbus.cloudsim.power.models.harddrives.PowerModeHddWDSeWD4000F9YZ</h2> </div> <div class="classUseContainer">No usage of org.cloudbus.cloudsim.power.models.harddrives.PowerModeHddWDSeWD4000F9YZ</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/cloudbus/cloudsim/power/models/harddrives/PowerModeHddWDSeWD4000F9YZ.html" title="class in org.cloudbus.cloudsim.power.models.harddrives">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/cloudbus/cloudsim/power/models/harddrives/class-use/PowerModeHddWDSeWD4000F9YZ.html" target="_top">Frames</a></li> <li><a href="PowerModeHddWDSeWD4000F9YZ.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>
external/jts-1.13/com/vividsolutions/jts/noding/ScaledNoder.html
ace-design/island
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 13 08:48:04 PST 2012 --> <TITLE> ScaledNoder (JTS Topology Suite version 1.13) </TITLE> <META NAME="keywords" CONTENT="com.vividsolutions.jts.noding.ScaledNoder class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ScaledNoder (JTS Topology Suite version 1.13)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</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> JTS Topology Suite version 1.13</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/vividsolutions/jts/noding/OrientedCoordinateArray.html" title="class in com.vividsolutions.jts.noding"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/vividsolutions/jts/noding/SegmentIntersectionDetector.html" title="class in com.vividsolutions.jts.noding"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/vividsolutions/jts/noding/ScaledNoder.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ScaledNoder.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.vividsolutions.jts.noding</FONT> <BR> Class ScaledNoder</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.vividsolutions.jts.noding.ScaledNoder</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>ScaledNoder</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A></DL> </PRE> <P> Wraps a <A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding"><CODE>Noder</CODE></A> and transforms its input into the integer domain. This is intended for use with Snap-Rounding noders, which typically are only intended to work in the integer domain. Offsets can be provided to increase the number of digits of available precision. <p> Clients should be aware that rescaling can involve loss of precision, which can cause zero-length line segments to be created. These in turn can cause problems when used to build a planar graph. This situation should be checked for and collapsed segments removed if necessary. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>1.7</DD> </DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/noding/ScaledNoder.html#ScaledNoder(com.vividsolutions.jts.noding.Noder, double)">ScaledNoder</A></B>(<A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A>&nbsp;noder, double&nbsp;scaleFactor)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/noding/ScaledNoder.html#ScaledNoder(com.vividsolutions.jts.noding.Noder, double, double, double)">ScaledNoder</A></B>(<A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A>&nbsp;noder, double&nbsp;scaleFactor, double&nbsp;offsetX, double&nbsp;offsetY)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/noding/ScaledNoder.html#computeNodes(java.util.Collection)">computeNodes</A></B>(java.util.Collection&nbsp;inputSegStrings)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the noding for a collection of <A HREF="../../../../com/vividsolutions/jts/noding/SegmentString.html" title="interface in com.vividsolutions.jts.noding"><CODE>SegmentString</CODE></A>s.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/vividsolutions/jts/noding/ScaledNoder.html#getNodedSubstrings()">getNodedSubstrings</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <CODE>Collection</CODE> of fully noded <A HREF="../../../../com/vividsolutions/jts/noding/SegmentString.html" title="interface in com.vividsolutions.jts.noding"><CODE>SegmentString</CODE></A>s.</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><A HREF="../../../../com/vividsolutions/jts/noding/ScaledNoder.html#isIntegerPrecision()">isIntegerPrecision</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ScaledNoder(com.vividsolutions.jts.noding.Noder, double)"><!-- --></A><H3> ScaledNoder</H3> <PRE> public <B>ScaledNoder</B>(<A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A>&nbsp;noder, double&nbsp;scaleFactor)</PRE> <DL> </DL> <HR> <A NAME="ScaledNoder(com.vividsolutions.jts.noding.Noder, double, double, double)"><!-- --></A><H3> ScaledNoder</H3> <PRE> public <B>ScaledNoder</B>(<A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A>&nbsp;noder, double&nbsp;scaleFactor, double&nbsp;offsetX, double&nbsp;offsetY)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="isIntegerPrecision()"><!-- --></A><H3> isIntegerPrecision</H3> <PRE> public boolean <B>isIntegerPrecision</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getNodedSubstrings()"><!-- --></A><H3> getNodedSubstrings</H3> <PRE> public java.util.Collection <B>getNodedSubstrings</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html#getNodedSubstrings()">Noder</A></CODE></B></DD> <DD>Returns a <CODE>Collection</CODE> of fully noded <A HREF="../../../../com/vividsolutions/jts/noding/SegmentString.html" title="interface in com.vividsolutions.jts.noding"><CODE>SegmentString</CODE></A>s. The SegmentStrings have the same context as their parent. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html#getNodedSubstrings()">getNodedSubstrings</A></CODE> in interface <CODE><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>a Collection of SegmentStrings</DL> </DD> </DL> <HR> <A NAME="computeNodes(java.util.Collection)"><!-- --></A><H3> computeNodes</H3> <PRE> public void <B>computeNodes</B>(java.util.Collection&nbsp;inputSegStrings)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html#computeNodes(java.util.Collection)">Noder</A></CODE></B></DD> <DD>Computes the noding for a collection of <A HREF="../../../../com/vividsolutions/jts/noding/SegmentString.html" title="interface in com.vividsolutions.jts.noding"><CODE>SegmentString</CODE></A>s. Some Noders may add all these nodes to the input SegmentStrings; others may only add some or none at all. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html#computeNodes(java.util.Collection)">computeNodes</A></CODE> in interface <CODE><A HREF="../../../../com/vividsolutions/jts/noding/Noder.html" title="interface in com.vividsolutions.jts.noding">Noder</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>inputSegStrings</CODE> - a collection of <A HREF="../../../../com/vividsolutions/jts/noding/SegmentString.html" title="interface in com.vividsolutions.jts.noding"><CODE>SegmentString</CODE></A>s to node</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</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> JTS Topology Suite version 1.13</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/vividsolutions/jts/noding/OrientedCoordinateArray.html" title="class in com.vividsolutions.jts.noding"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/vividsolutions/jts/noding/SegmentIntersectionDetector.html" title="class in com.vividsolutions.jts.noding"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/vividsolutions/jts/noding/ScaledNoder.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ScaledNoder.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
index.html
Gemini67/Gemini67.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <title>Gemini67.GitHub.io by Gemini67</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> </head> <body> <section class="page-header"> <h1 class="project-name">Gemini67.GitHub.io</h1> <h2 class="project-tagline">Repository for pages: Documentation etc.</h2> </section> <section class="main-content"> <h3> <a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3> <p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p> <h3> <a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Designer Templates</h3> <p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p> <h3> <a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Creating pages manually</h3> <p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p> <h3> <a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3> <p>You can <a href="https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p> <h3> <a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3> <p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p> <footer class="site-footer"> <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span> </footer> </section> </body> </html>
qt-everywhere-opensource-src-4.7.4/doc/html/multimedia-videowidget-videowidget-h.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.7: videowidget.h Example File (multimedia/videowidget/videowidget.h)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">videowidget.h Example File</h1> <span class="small-subtitle">multimedia/videowidget/videowidget.h</span> <!-- $$$multimedia/videowidget/videowidget.h-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** &quot;Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above 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 Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** &quot;AS IS&quot; 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 THE COPYRIGHT ** OWNER OR CONTRIBUTORS 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.&quot; ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#ifndef VIDEOWIDGET_H</span> <span class="preprocessor">#define VIDEOWIDGET_H</span> <span class="preprocessor">#include &quot;videowidgetsurface.h&quot;</span> <span class="preprocessor">#include &lt;QtGui/QWidget&gt;</span> <span class="keyword">class</span> <span class="type"><a href="qabstractvideosurface.html">QAbstractVideoSurface</a></span>; <span class="keyword">class</span> VideoWidgetSurface; <span class="keyword">class</span> VideoWidget : <span class="keyword">public</span> <span class="type"><a href="qwidget.html">QWidget</a></span> { Q_OBJECT <span class="keyword">public</span>: VideoWidget(<span class="type"><a href="qwidget.html">QWidget</a></span> <span class="operator">*</span>parent <span class="operator">=</span> <span class="number">0</span>); <span class="operator">~</span>VideoWidget(); <span class="type"><a href="qabstractvideosurface.html">QAbstractVideoSurface</a></span> <span class="operator">*</span>videoSurface() <span class="keyword">const</span> { <span class="keyword">return</span> surface; } <span class="type"><a href="qsize.html">QSize</a></span> sizeHint() <span class="keyword">const</span>; <span class="keyword">protected</span>: <span class="type">void</span> paintEvent(<span class="type"><a href="qpaintevent.html">QPaintEvent</a></span> <span class="operator">*</span>event); <span class="type">void</span> resizeEvent(<span class="type"><a href="qresizeevent.html">QResizeEvent</a></span> <span class="operator">*</span>event); <span class="keyword">private</span>: VideoWidgetSurface <span class="operator">*</span>surface; }; <span class="preprocessor">#endif</span></pre> </div> <!-- @@@multimedia/videowidget/videowidget.h --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
qt-everywhere-opensource-src-4.7.4/doc/html/declarative-cppextensions-referenceexamples-grouped-birthdayparty-h.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.7: birthdayparty.h Example File (declarative/cppextensions/referenceexamples/grouped/birthdayparty.h)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">birthdayparty.h Example File</h1> <span class="small-subtitle">declarative/cppextensions/referenceexamples/grouped/birthdayparty.h</span> <!-- $$$declarative/cppextensions/referenceexamples/grouped/birthdayparty.h-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** &quot;Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above 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 Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** &quot;AS IS&quot; 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 THE COPYRIGHT ** OWNER OR CONTRIBUTORS 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.&quot; ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#ifndef BIRTHDAYPARTY_H</span> <span class="preprocessor">#define BIRTHDAYPARTY_H</span> <span class="preprocessor">#include &lt;QObject&gt;</span> <span class="preprocessor">#include &lt;QDeclarativeListProperty&gt;</span> <span class="preprocessor">#include &quot;person.h&quot;</span> <span class="keyword">class</span> BirthdayParty : <span class="keyword">public</span> <span class="type"><a href="qobject.html">QObject</a></span> { Q_OBJECT Q_PROPERTY(Person <span class="operator">*</span>host READ host WRITE setHost) Q_PROPERTY(<span class="type"><a href="qdeclarativelistproperty.html">QDeclarativeListProperty</a></span><span class="operator">&lt;</span>Person<span class="operator">&gt;</span> guests READ guests) Q_CLASSINFO(<span class="string">&quot;DefaultProperty&quot;</span><span class="operator">,</span> <span class="string">&quot;guests&quot;</span>) <span class="keyword">public</span>: BirthdayParty(<span class="type"><a href="qobject.html">QObject</a></span> <span class="operator">*</span>parent <span class="operator">=</span> <span class="number">0</span>); Person <span class="operator">*</span>host() <span class="keyword">const</span>; <span class="type">void</span> setHost(Person <span class="operator">*</span>); <span class="type"><a href="qdeclarativelistproperty.html">QDeclarativeListProperty</a></span><span class="operator">&lt;</span>Person<span class="operator">&gt;</span> guests(); <span class="type">int</span> guestCount() <span class="keyword">const</span>; Person <span class="operator">*</span>guest(<span class="type">int</span>) <span class="keyword">const</span>; <span class="keyword">private</span>: Person <span class="operator">*</span>m_host; <span class="type"><a href="qlist.html">QList</a></span><span class="operator">&lt;</span>Person <span class="operator">*</span><span class="operator">&gt;</span> m_guests; }; <span class="preprocessor">#endif // BIRTHDAYPARTY_H</span></pre> </div> <!-- @@@declarative/cppextensions/referenceexamples/grouped/birthdayparty.h --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
docs/api/allclasses-noframe.html
horrabin/HORRORss
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Wed Oct 17 21:56:49 CEST 2012 --> <TITLE> All Classes (HORRORss 2.2.0 - API) </TITLE> <META NAME="date" CONTENT="2012-10-17"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/horrabin/horrorss/util/DateParser.html" title="interface in org.horrabin.horrorss.util"><I>DateParser</I></A> <BR> <A HREF="org/horrabin/horrorss/util/DefaultDateParser.html" title="class in org.horrabin.horrorss.util">DefaultDateParser</A> <BR> <A HREF="org/horrabin/horrorss/RssChannelBean.html" title="class in org.horrabin.horrorss">RssChannelBean</A> <BR> <A HREF="org/horrabin/horrorss/RssFeed.html" title="class in org.horrabin.horrorss">RssFeed</A> <BR> <A HREF="org/horrabin/horrorss/RssImageBean.html" title="class in org.horrabin.horrorss">RssImageBean</A> <BR> <A HREF="org/horrabin/horrorss/RssItemBean.html" title="class in org.horrabin.horrorss">RssItemBean</A> <BR> <A HREF="org/horrabin/horrorss/RssModuleParser.html" title="interface in org.horrabin.horrorss"><I>RssModuleParser</I></A> <BR> <A HREF="org/horrabin/horrorss/RssParser.html" title="class in org.horrabin.horrorss">RssParser</A> <BR> <A HREF="org/horrabin/horrorss/modules/parsers/SimpleGeoModuleParser.html" title="class in org.horrabin.horrorss.modules.parsers">SimpleGeoModuleParser</A> <BR> <A HREF="org/horrabin/horrorss/modules/objects/SimpleGeoRssItemBean.html" title="class in org.horrabin.horrorss.modules.objects">SimpleGeoRssItemBean</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML>
doc/tutorials.list.html
bmathern/samotraces.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Samotraces.js Tutorials</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link rel="icon" type="image/png" href="../misc/samotraces-fav.png" /> <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 class="navbar-inner"> <a class="brand" href="index.html">Samotraces.js</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> <a href="Samotraces.html">Samotraces</a> </li> <li> <a href="Samotraces.UI.html">UI</a> </li> <li> <a href="Samotraces.UI.Widgets.html">Widgets</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> <a href="Samotraces.KTBS.html">KTBS</a> </li> <li> <a href="Samotraces.KTBS.Base.html">Base</a> </li> <li> <a href="Samotraces.KTBS.Obsel.html">Obsel</a> </li> <li> <a href="Samotraces.KTBS.Resource.html">Resource</a> </li> <li> <a href="Samotraces.KTBS.Trace.html">Trace</a> </li> <li> <a href="Samotraces.LocalTrace.html">LocalTrace</a> </li> <li> <a href="Samotraces.Obsel.html">Obsel</a> </li> <li> <a href="Samotraces.Selector.html">Selector</a> </li> <li> <a href="Samotraces.Timer.html">Timer</a> </li> <li> <a href="Samotraces.TimeWindow.html">TimeWindow</a> </li> <li> <a href="Samotraces.Trace.html">Trace</a> </li> <li> <a href="Samotraces.UI.Widgets.ImportTrace.html">ImportTrace</a> </li> <li> <a href="Samotraces.UI.Widgets.ktbs.ListBases.html">ListBases</a> </li> <li> <a href="Samotraces.UI.Widgets.ktbs.ListTracesInBases.html">ListTracesInBases</a> </li> <li> <a href="Samotraces.UI.Widgets.ObselInspector.html">ObselInspector</a> </li> <li> <a href="Samotraces.UI.Widgets.ReadableTimeForm.html">ReadableTimeForm</a> </li> <li> <a href="Samotraces.UI.Widgets.TimeForm.html">TimeForm</a> </li> <li> <a href="Samotraces.UI.Widgets.TimePlayer.html">TimePlayer</a> </li> <li> <a href="Samotraces.UI.Widgets.TimeSlider.html">TimeSlider</a> </li> <li> <a href="Samotraces.UI.Widgets.TraceDisplayCurve.html">TraceDisplayCurve</a> </li> <li> <a href="Samotraces.UI.Widgets.TraceDisplayIcons.html">TraceDisplayIcons</a> </li> <li> <a href="Samotraces.UI.Widgets.TraceDisplayObselOccurrences.html">TraceDisplayObselOccurrences</a> </li> <li> <a href="Samotraces.UI.Widgets.TraceDisplayZoomContext.html">TraceDisplayZoomContext</a> </li> <li> <a href="Samotraces.UI.Widgets.WindowScale.html">WindowScale</a> </li> <li> <a href="Samotraces.UI.Widgets.WindowSlider.html">WindowSlider</a> </li> </ul> </li> <li class="dropdown"> <a href="mixins.list.html" class="dropdown-toggle" data-toggle="dropdown">Mixins<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="Samotraces.EventHandler.html">EventHandler</a> </li> <li> <a href="Samotraces.UI.Widgets.Widget.html">Widget</a> </li> </ul> </li> <li class="dropdown"> <a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="Samotraces.LocalTrace.html#event:trace:create:obsel">trace:create:obsel</a> </li> <li> <a href="Samotraces.LocalTrace.html#event:trace:edit:obsel">trace:edit:obsel</a> </li> <li> <a href="Samotraces.LocalTrace.html#event:trace:remove:obsel">trace:remove:obsel</a> </li> <li> <a href="Samotraces.LocalTrace.html#event:trace:update">trace:update</a> </li> <li> <a href="Samotraces.Selector.html#event:selection:add">selection:add</a> </li> <li> <a href="Samotraces.Selector.html#event:selection:empty">selection:empty</a> </li> <li> <a href="Samotraces.Selector.html#event:selection:remove">selection:remove</a> </li> <li> <a href="Samotraces.Timer.html#event:timer:play:update">timer:play:update</a> </li> <li> <a href="Samotraces.Timer.html#event:timer:update">timer:update</a> </li> <li> <a href="Samotraces.TimeWindow.html#event:tw:update">tw:update</a> </li> <li> <a href="Samotraces.Trace.html#event:trace:create:obsel">trace:create:obsel</a> </li> <li> <a href="Samotraces.Trace.html#event:trace:edit:obsel">trace:edit:obsel</a> </li> <li> <a href="Samotraces.Trace.html#event:trace:remove:obsel">trace:remove:obsel</a> </li> <li> <a href="Samotraces.Trace.html#event:trace:update">trace:update</a> </li> </ul> </li> <li class="dropdown"> <a href="tutorials.list.html" class="dropdown-toggle" data-toggle="dropdown">Tutorials<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="tutorial-using_classes.html">Using classes in Samotraces.js</a> </li> <li> <a href="tutorial-tuto1_using_samotraces.html">Tutorial 1: using Samotraces</a> </li> <li> <a href="tutorial-tuto_generating_doc.html">Generating Samotraces.js documentation</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <h1 class="page-title">Tutorials</h1> <section> <header> <h2> </h2> </header> <article> <div class="container-overview"> <dl class="details"> </dl> </div> <h3 class="subsection-title">Classes</h3> <dl> <dt><a href="Samotraces.KTBS.html">KTBS</a></dt> <dd>Javascript KTBS Object that is bound to a KTBS.</dd> <dt><a href="Samotraces.KTBS.Base.html">Base</a></dt> <dd></dd> <dt><a href="Samotraces.KTBS.Obsel.html">Obsel</a></dt> <dd></dd> <dt><a href="Samotraces.KTBS.Resource.html">Resource</a></dt> <dd>Resource Objects that is synchronised to a kTBS</dd> <dt><a href="Samotraces.KTBS.Trace.html">Trace</a></dt> <dd>Trace object that is synchronised to a KTBS.</dd> <dt><a href="Samotraces.LocalTrace.html">LocalTrace</a></dt> <dd>Javascript Trace Object.</dd> <dt><a href="Samotraces.Obsel.html">Obsel</a></dt> <dd>JavaScript Obsel class</dd> <dt><a href="Samotraces.Selector.html">Selector</a></dt> <dd>Object that stores a selection of objects</dd> <dt><a href="Samotraces.Timer.html">Timer</a></dt> <dd>Object that stores the current time</dd> <dt><a href="Samotraces.TimeWindow.html">TimeWindow</a></dt> <dd>Object that stores the current time window</dd> <dt><a href="Samotraces.Trace.html">Trace</a></dt> <dd>JavaScript (abstract) Trace class.</dd> <dt><a href="Samotraces.UI.Widgets.ImportTrace.html">ImportTrace</a></dt> <dd>Widget for importing a trace from a CSV file.</dd> <dt><a href="Samotraces.UI.Widgets.ktbs.ListBases.html">ListBases</a></dt> <dd></dd> <dt><a href="Samotraces.UI.Widgets.ktbs.ListTracesInBases.html">ListTracesInBases</a></dt> <dd></dd> <dt><a href="Samotraces.UI.Widgets.ObselInspector.html">ObselInspector</a></dt> <dd>Widget for visualising an Obsel as an HTML list.</dd> <dt><a href="Samotraces.UI.Widgets.ReadableTimeForm.html">ReadableTimeForm</a></dt> <dd>Widget for visualising the current time as a date/time.</dd> <dt><a href="Samotraces.UI.Widgets.TimeForm.html">TimeForm</a></dt> <dd>Widget for visualising the current time as a number.</dd> <dt><a href="Samotraces.UI.Widgets.TimePlayer.html">TimePlayer</a></dt> <dd>Widget for playing/pausing a timer and controlling videos.</dd> <dt><a href="Samotraces.UI.Widgets.TimeSlider.html">TimeSlider</a></dt> <dd>Widget for visualising a time slider.</dd> <dt><a href="Samotraces.UI.Widgets.TraceDisplayCurve.html">TraceDisplayCurve</a></dt> <dd>Widget for visualising a trace where obsels are displayed as images.</dd> <dt><a href="Samotraces.UI.Widgets.TraceDisplayIcons.html">TraceDisplayIcons</a></dt> <dd>Widget for visualising a trace where obsels are displayed as images.</dd> <dt><a href="Samotraces.UI.Widgets.TraceDisplayObselOccurrences.html">TraceDisplayObselOccurrences</a></dt> <dd>Widget for visualising a trace.</dd> <dt><a href="Samotraces.UI.Widgets.TraceDisplayZoomContext.html">TraceDisplayZoomContext</a></dt> <dd>Widget for visualising a trace.</dd> <dt><a href="Samotraces.UI.Widgets.WindowScale.html">WindowScale</a></dt> <dd>Widget for visualising a time scale.</dd> <dt><a href="Samotraces.UI.Widgets.WindowSlider.html">WindowSlider</a></dt> <dd>Widget for visualising a window slider.</dd> </dl> <h3 class="subsection-title">Namespaces</h3> <dl> <dt><a href="namespaces.html#Samotraces"><a href="Samotraces.html">Samotraces</a></a></dt> <dd></dd> <dt><a href="namespaces.html#Samotraces.UI"><a href="Samotraces.UI.html">UI</a></a></dt> <dd></dd> <dt><a href="namespaces.html#Samotraces.UI.Widgets"><a href="Samotraces.UI.Widgets.html">Widgets</a></a></dt> <dd></dd> </dl> <h3 class="subsection-title">Events</h3> <dl> <dt> <h4 class="name" id="event:trace:create:obsel">trace:create:obsel</h4> <p class="summary">Triggers when a new obsel has been added to the trace</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:create:obsel&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type"><a href="Samotraces.Obsel.html">Samotraces.Obsel</a></span> </td> <td class="description last"><p>The new obsel.</p></td> </tr> </tbody> </table> </dl> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Samotraces.Trace.html#event:trace:create:obsel">Samotraces.Trace#trace:create:obsel</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-46">line 46</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:edit:obsel">trace:edit:obsel</h4> <p class="summary">Triggers when an Obsel has been edited.</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:edit:obsel&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type"><a href="Samotraces.Obsel.html">Samotraces.Obsel</a></span> </td> <td class="description last"><p>Obsel that has been edited.</p></td> </tr> </tbody> </table> </dl> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Samotraces.Trace.html#event:trace:edit:obsel">Samotraces.Trace#trace:edit:obsel</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-70">line 70</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:remove:obsel">trace:remove:obsel</h4> <p class="summary">Triggers when an Obsel has been removed from the trace.</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:remove:obsel&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type"><a href="Samotraces.Obsel.html">Samotraces.Obsel</a></span> </td> <td class="description last"><p>Obsel that has been removed from the trace.</p></td> </tr> </tbody> </table> </dl> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Samotraces.Trace.html#event:trace:remove:obsel">Samotraces.Trace#trace:remove:obsel</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-62">line 62</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:update">trace:update</h4> <p class="summary">Triggers when the trace has changed.</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:update&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type">Array.&lt;<a href="Samotraces.Obsel.html">Samotraces.Obsel</a>></span> </td> <td class="description last"><p>Updated array of obsels of the trace.</p></td> </tr> </tbody> </table> </dl> <dt class="inherited-from">Inherited From:</dt> <dd class="inherited-from"><ul class="dummy"><li> <a href="Samotraces.Trace.html#event:trace:update">Samotraces.Trace#trace:update</a> </li></dd> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-54">line 54</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:selection:add">selection:add</h4> </dt> <dd> <div class="description"> <p>Object selected event.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><p>The type of the event (= &quot;selection:add&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"><p>The selected object.</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Selector.js.html">core/Selector.js</a>, <a href="Selector.js.html#sunlight-1-line-70">line 70</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:selection:empty">selection:empty</h4> </dt> <dd> <div class="description"> <p>Object unselected event.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><p>The type of the event (= &quot;selection:empty&quot;).</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Selector.js.html">core/Selector.js</a>, <a href="Selector.js.html#sunlight-1-line-85">line 85</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:selection:remove">selection:remove</h4> </dt> <dd> <div class="description"> <p>Object unselected event.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><p>The type of the event (= &quot;selection:remove&quot;).</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Selector.js.html">core/Selector.js</a>, <a href="Selector.js.html#sunlight-1-line-129">line 129</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:timer:play:update">timer:play:update</h4> </dt> <dd> <div class="description"> <p>Time change event (actualising time when playing)</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><ul> <li>The type of the event (= &quot;timer:play:update&quot;).</li> </ul></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Timer.js.html">core/Timer.js</a>, <a href="Timer.js.html#sunlight-1-line-95">line 95</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:timer:update">timer:update</h4> </dt> <dd> <div class="description"> <p>Time change event.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><p>The type of the event (= &quot;timer:update&quot;).</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Timer.js.html">core/Timer.js</a>, <a href="Timer.js.html#sunlight-1-line-44">line 44</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:tw:update">tw:update</h4> </dt> <dd> <div class="description"> <p>Time window change event.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">String</span> </td> <td class="description last"><p>The type of the event (= &quot;tw:update&quot;).</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="TimeWindow.js.html">core/TimeWindow.js</a>, <a href="TimeWindow.js.html#sunlight-1-line-78">line 78</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:create:obsel">trace:create:obsel</h4> <p class="summary">Triggers when a new obsel has been added to the trace</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:create:obsel&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type"><a href="Samotraces.Obsel.html">Samotraces.Obsel</a></span> </td> <td class="description last"><p>The new obsel.</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-46">line 46</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:edit:obsel">trace:edit:obsel</h4> <p class="summary">Triggers when an Obsel has been edited.</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:edit:obsel&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type"><a href="Samotraces.Obsel.html">Samotraces.Obsel</a></span> </td> <td class="description last"><p>Obsel that has been edited.</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-70">line 70</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:remove:obsel">trace:remove:obsel</h4> <p class="summary">Triggers when an Obsel has been removed from the trace.</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:remove:obsel&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type"><a href="Samotraces.Obsel.html">Samotraces.Obsel</a></span> </td> <td class="description last"><p>Obsel that has been removed from the trace.</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-62">line 62</a> </li></ul></dd> </dl> </dd> <dt> <h4 class="name" id="event:trace:update">trace:update</h4> <p class="summary">Triggers when the trace has changed.</p> </dt> <dd> <h5>Type:</h5> <ul> <li> <span class="param-type">object</span> </li> </ul> <dl class="details"> <h5 class="subsection-title">Properties:</h5> <dl> <table class="props table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The type of the event (= &quot;trace:update&quot;).</p></td> </tr> <tr> <td class="name"><code>data</code></td> <td class="type"> <span class="param-type">Array.&lt;<a href="Samotraces.Obsel.html">Samotraces.Obsel</a>></span> </td> <td class="description last"><p>Updated array of obsels of the trace.</p></td> </tr> </tbody> </table> </dl> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Trace.js.html">core/Trace.js</a>, <a href="Trace.js.html#sunlight-1-line-54">line 54</a> </li></ul></dd> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a> on Fri Apr 04 2014 15:08:12 GMT+0200 (CEST) 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.xml.js"></script> <script src="scripts/sunlight.css.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: false, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { 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>
doc/html/_deliver_mission_conversation_observer_8h_source.html
kidaa/Awakening-Core3
<!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.3.1"/> <title>Core3: /Users/victor/git/Core3Mda/MMOCoreORB/src/server/zone/objects/creature/conversation/DeliverMissionConversationObserver.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Core3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_075bb3ff235063c77951cd176d15a741.html">server</a></li><li class="navelem"><a class="el" href="dir_9e27d73ba17b043ea65c9708c594875e.html">zone</a></li><li class="navelem"><a class="el" href="dir_bb68fceffca92cfae925b7b7ddaff7dd.html">objects</a></li><li class="navelem"><a class="el" href="dir_f0f687cf107b6668f5ef38d977f1b2e8.html">creature</a></li><li class="navelem"><a class="el" href="dir_569281e00be378f797b2276ad1fbaeec.html">conversation</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">DeliverMissionConversationObserver.h</div> </div> </div><!--header--> <div class="contents"> <a href="_deliver_mission_conversation_observer_8h.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;<span class="comment">/*</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * server/zone/objects/creature/conversation/DeliverMissionConversationObserver.h generated by engine3 IDL compiler 0.60</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> */</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#ifndef DELIVERMISSIONCONVERSATIONOBSERVER_H_</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define DELIVERMISSIONCONVERSATIONOBSERVER_H_</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor"></span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;engine/core/Core.h&quot;</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;engine/core/ManagedReference.h&quot;</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;engine/core/ManagedWeakReference.h&quot;</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_conversation_observer_8h.html">server/zone/objects/creature/conversation/ConversationObserver.h</a>&quot;</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_conversation_template_8h.html">server/zone/templates/mobile/ConversationTemplate.h</a>&quot;</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="server_2zone_2objects_2creature_2_creature_object_8h.html">server/zone/objects/creature/CreatureObject.h</a>&quot;</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_deliver_mission_screen_handler_8h.html">server/zone/objects/creature/conversation/screenhandlers/DeliverMissionScreenHandler.h</a>&quot;</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_screen_handler_8h.html">server/zone/objects/creature/conversation/screenhandlers/ScreenHandler.h</a>&quot;</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="keyword">namespace </span>server {</div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span>zone {</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">namespace </span>objects {</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="keyword">namespace </span>creature {</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">namespace </span>conversation {</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div> <div class="line"><a name="l00030"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html"> 30</a></span>&#160;<span class="keyword">class </span><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html">DeliverMissionConversationObserver</a> : <span class="keyword">public</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_conversation_observer.html">ConversationObserver</a> {</div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#a908685fa030b59da9a1f876a25cb7e40">DeliverMissionConversationObserver</a>(<a class="code" href="classserver_1_1zone_1_1templates_1_1mobile_1_1_conversation_template.html">ConversationTemplate</a>* conversationTemplate);</div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; DistributedObjectServant* <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#a3560f97a23044729242a88f3f21db754">_getImplementation</a>();</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; DistributedObjectServant* <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#abc3dc14569de7c3cc10375742094d60e">_getImplementationForRead</a>();</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#a8eafe3da89ff90893533445a76a91b57">_setImplementation</a>(DistributedObjectServant* servant);</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keyword">protected</span>:</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#a908685fa030b59da9a1f876a25cb7e40">DeliverMissionConversationObserver</a>(DummyConstructorParameter* param);</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#a91c44a80661140cee35399ffcb8f3cd8">~DeliverMissionConversationObserver</a>();</div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div> <div class="line"><a name="l00044"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html#ab34c6d655ce64f551e58f8ccb35bfd17"> 44</a></span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html">DeliverMissionConversationObserverHelper</a>;</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;</div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;} <span class="comment">// namespace conversation</span></div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;} <span class="comment">// namespace creature</span></div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;} <span class="comment">// namespace objects</span></div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;} <span class="comment">// namespace zone</span></div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;} <span class="comment">// namespace server</span></div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keyword">using namespace </span>server::zone::objects::creature::conversation;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="keyword">namespace </span>server {</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="keyword">namespace </span>zone {</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="keyword">namespace </span>objects {</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">namespace </span>creature {</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keyword">namespace </span>conversation {</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"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html"> 61</a></span>&#160;<span class="keyword">class </span><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html">DeliverMissionConversationObserverImplementation</a> : <span class="keyword">public</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_conversation_observer_implementation.html">ConversationObserverImplementation</a> {</div> <div class="line"><a name="l00062"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html#ad8976a6c34a4d35cc68ccb0ab2410d5e"> 62</a></span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1screenhandlers_1_1_deliver_mission_screen_handler.html">DeliverMissionScreenHandler</a> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html#ad8976a6c34a4d35cc68ccb0ab2410d5e">deliverMissionScreenHandler</a>;</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">public</span>:</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html">DeliverMissionConversationObserverImplementation</a>(<a class="code" href="classserver_1_1zone_1_1templates_1_1mobile_1_1_conversation_template.html">ConversationTemplate</a>* conversationTemplate);</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html">DeliverMissionConversationObserverImplementation</a>(DummyConstructorParameter* param);</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div> <div class="line"><a name="l00069"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html#aa900fc2e4f6fccf631ae87375efacd72"> 69</a></span>&#160; WeakReference&lt;DeliverMissionConversationObserver*&gt; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html#aa900fc2e4f6fccf631ae87375efacd72">_this</a>;</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keyword">operator</span> <span class="keyword">const</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html">DeliverMissionConversationObserver</a>*();</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; DistributedObjectStub* _getStub();</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> readObject(ObjectInputStream* stream);</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> writeObject(ObjectOutputStream* stream);</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="keyword">protected</span>:</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html">DeliverMissionConversationObserverImplementation</a>();</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordtype">void</span> finalize();</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keywordtype">void</span> _initializeImplementation();</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keywordtype">void</span> _setStub(DistributedObjectStub* stub);</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="keywordtype">void</span> lock(<span class="keywordtype">bool</span> doLock = <span class="keyword">true</span>);</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keywordtype">void</span> lock(ManagedObject* obj);</div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keywordtype">void</span> rlock(<span class="keywordtype">bool</span> doLock = <span class="keyword">true</span>);</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordtype">void</span> wlock(<span class="keywordtype">bool</span> doLock = <span class="keyword">true</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="keywordtype">void</span> wlock(ManagedObject* obj);</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordtype">void</span> unlock(<span class="keywordtype">bool</span> doLock = <span class="keyword">true</span>);</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordtype">void</span> runlock(<span class="keywordtype">bool</span> doLock = <span class="keyword">true</span>);</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="keywordtype">void</span> _serializationHelperMethod();</div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="keywordtype">bool</span> readObjectMember(ObjectInputStream* stream, <span class="keyword">const</span> uint32&amp; nameHashCode);</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keywordtype">int</span> writeObjectMembers(ObjectOutputStream* stream);</div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div> <div class="line"><a name="l00103"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_implementation.html#a98ddbd992ec26f13f75dbb3c18f0c948"> 103</a></span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html">DeliverMissionConversationObserver</a>;</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;</div> <div class="line"><a name="l00106"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_adapter.html"> 106</a></span>&#160;<span class="keyword">class </span><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_adapter.html">DeliverMissionConversationObserverAdapter</a> : <span class="keyword">public</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_conversation_observer_adapter.html">ConversationObserverAdapter</a> {</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_adapter.html">DeliverMissionConversationObserverAdapter</a>(<a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer.html">DeliverMissionConversationObserver</a>* impl);</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keywordtype">void</span> invokeMethod(sys::uint32 methid, DistributedMethod* method);</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;};</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;</div> <div class="line"><a name="l00114"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html"> 114</a></span>&#160;<span class="keyword">class </span><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html">DeliverMissionConversationObserverHelper</a> : <span class="keyword">public</span> DistributedObjectClassHelper, <span class="keyword">public</span> Singleton&lt;DeliverMissionConversationObserverHelper&gt; {</div> <div class="line"><a name="l00115"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html#a706d1374cd425035b6dadee3b37ed343"> 115</a></span>&#160; <span class="keyword">static</span> <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html">DeliverMissionConversationObserverHelper</a>* <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html#a706d1374cd425035b6dadee3b37ed343">staticInitializer</a>;</div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html">DeliverMissionConversationObserverHelper</a>();</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;</div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordtype">void</span> finalizeHelper();</div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;</div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; DistributedObject* instantiateObject();</div> <div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;</div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; DistributedObjectServant* instantiateServant();</div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;</div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; DistributedObjectAdapter* createAdapter(DistributedObjectStub* obj);</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;</div> <div class="line"><a name="l00128"></a><span class="lineno"><a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html#af06372103335d1eb21b508224ee04dba"> 128</a></span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>Singleton&lt;<a class="code" href="classserver_1_1zone_1_1objects_1_1creature_1_1conversation_1_1_deliver_mission_conversation_observer_helper.html">DeliverMissionConversationObserverHelper</a>&gt;;</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;};</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;</div> <div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;} <span class="comment">// namespace conversation</span></div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;} <span class="comment">// namespace creature</span></div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;} <span class="comment">// namespace objects</span></div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;} <span class="comment">// namespace zone</span></div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;} <span class="comment">// namespace server</span></div> <div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;</div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="keyword">using namespace </span>server::zone::objects::creature::conversation;</div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/*DELIVERMISSIONCONVERSATIONOBSERVER_H_*/</span><span class="preprocessor"></span></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Oct 15 2013 17:28:52 for Core3 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
controllers/out/cloudlink-handling.js.html
ProjectMi5/CloudLink
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: cloudlink-handling.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Source: cloudlink-handling.js</h1> <section> <article> <pre class="prettyprint source linenums"><code>/** requires module: q */ var Q = require('q'); /** requires module: tail */ var Tail = require('tail').Tail; /** requires module: ./../models/socket-io */ var io = require('./../models/socket-io').io; /**@function CLOUDLINKHANDLING * * @constructor */ CLOUDLINKHANDLING = function(){ }; var CloudlinkHandling = new CLOUDLINKHANDLING(); module.exports = CloudlinkHandling; /** Prototype to show log * @memberof CLOUDLINKHANDLING * @function showLog * @param {HttpRequest} req * @param {HttpResponse} res res.render('showLog') */ CLOUDLINKHANDLING.prototype.showLog = function(req, res){ var i = 0; setInterval(function(){ io.emit('news','hallo '); i = i+1; },1000); res.render('showLog'); };</code></pre> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="CLOUDLINKHANDLING.html">CLOUDLINKHANDLING</a></li></ul><h3>Global</h3><ul><li><a href="global.html#io">io</a></li><li><a href="global.html#Q">Q</a></li><li><a href="global.html#Tail">Tail</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Fri May 13 2016 14:14:34 GMT+0200 (Mitteleuropäische Sommerzeit) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
Source/GCC4/3rdParty/luaplus51-all/Src/Modules/stdlib/modules/debug_ext.html
kveratis/GameCode4
<html><head></head><body> <p> <h1>debug<br></h1> </p><hr> <p> Adds to the existing debug module<br> </p><hr> <p> _DEBUG is either any true value (equivalent to {level = 1}), or a<br> table with the following members:<br> </p><hr> <p> level: debugging level<br> call: do call trace debugging<br> std: do standard library debugging (run examples & test code)<br> </p><hr> <p> <strong>say:</strong> <em>Print a debugging message<br></em> &nbsp;&nbsp;<strong>[n]</strong>: debugging level [1]<br> &nbsp;&nbsp;...: objects to print (as for print)<br> </p><hr> <p> Expose say as global debug<br> </p><hr> <p> <strong>traceCall:</strong> <em>Trace function calls<br></em> &nbsp;&nbsp;<strong>event</strong>: event causing the call<br> Use: debug.sethook (traceCall, "cr"), as below<br> based on test/trace-calls.lua from the Lua 5.0 distribution<br> </p><hr> <p> Set hooks according to _DEBUG<br> </p><hr> </body></html>
js/jquery-ui-1.9.2.custom/development-bundle/themes/custom/jquery.ui.autocomplete.css
agif/Web_Project
/*! * jQuery UI Autocomplete 1.9.2 * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming */ custom .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } /* workarounds */ * html custom .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
productMods/templates/freemarker/edit/forms/css/addContributorsToDataset.css
tetherless-world/dco-vivo
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ #contributorships { margin-left: 0; } #contributorships li { list-style: none; margin-bottom: .75em; } /* Use class dd rather than jQuery UI's class ui-sortable, so that we can remove the class if there's fewer than one contributor. We don't want to remove the ui-sortable class, in case we want to re-enable DD without a page reload. */ #contributorships.dd li { padding-left: 1em; background: url("../images/sortable_icon.png") no-repeat left center; cursor: move; } #contributorships .contributorNameWrapper { display: inline-block; width: 15em; } #showAddForm span.or { display: none; } #showAddForm a.cancel { margin-left: 2em; } form h3 { margin-bottom: 0; padding-bottom: 0; } form a:link.cancel, form a:visited.cancel, #contributorships a:link.remove, #contributorships a:visited.remove, #contributorships a:link.undo, #contributorships a:visited.undo, #showAddForm a:link.cancel, #showAddForm a:visited.cancel { color: #f70; border-color: #f70; } form a:hover.cancel, #contributorships a:hover.remove, #contributorships a:hover.undo, #showAddForm a:hover.cancel { color: #fff; background: #f70; } #contributorships a.undo { margin-left: 1em; } #content form p.inline { clear: left; margin-bottom: 0; padding-top: 1em; } #content form p.inline input, #content form p.inline label { float: left; clear: none; } #content form p.inline label { width: 13em; margin-top: 0; } #content form p.inline input { margin-bottom: 0; } #content form p.inline span.hint { margin-left: .5em; } #selectedContributor { clear: left; } #content form #selectedContributor p.inline label { width: 10em; } #content form p.submit { margin-top: 3em; } /* Disabling undo links for the present. Add back later. */ /* a.undo { display: none; } */ /* Hide elements not used in non-JS version of form */ /* rjy7 Currently not supporting non-JS version of this form. */ /* #showAddForm, a.remove, a.undo { display: none; } */ /* These styles will need to be redone or removed to support a non-JS version of the form. */ form#addContributorForm { display: none; }
doc/ScintillaDoc.html
dmpas/e8-scintilla-patch
<?xml version="1.0"?> <!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 name="generator" content="HTML Tidy for Windows (vers 1st August 2002), see www.w3.org" /> <meta name="generator" content="SciTE" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Scintilla Documentation</title> <style type="text/css"> <!-- /*<![CDATA[*/ CODE { font-weight: bold; font-family: Consolas,Bitstream Vera Sans Mono,Courier New,monospace; } A:visited { color: blue; } A:hover { text-decoration: underline ! important; } A.message { text-decoration: none; font-weight: bold; font-family: Consolas,Bitstream Vera Sans Mono,Courier New,monospace; } A.toc { text-decoration: none; } A.jump { text-decoration: none; } .S0 { color: #808080; } .S2 { font-family: 'Comic Sans MS'; color: #007F00; font-size: 9pt; } .S3 { font-family: 'Comic Sans MS'; color: #3F703F; font-size: 9pt; } .S4 { color: #007F7F; } .S5 { font-weight: bold; color: #00007F; } .S9 { color: #7F7F00; } .S10 { font-weight: bold; color: #000000; } .S17 { font-family: 'Comic Sans MS'; color: #3060A0; font-size: 9pt; } DIV.highlighted { background: #F7FCF7; border: 1px solid #C0D7C0; margin: 0.3em 3em; padding: 0.3em 0.6em; font-family: 'Verdana'; color: #000000; font-size: 10pt; } .provisional { background: #FFB000; } /*]]>*/ --> </style> </head> <body bgcolor="#FFFFFF" text="#000000"> <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0" summary="Banner"> <tr> <td><img src="SciTEIco.png" border="3" height="64" width="64" alt="Scintilla icon" /></td> <td><a href="index.html" style="color:white;text-decoration:none;font-size:200%">Scintilla</a></td> </tr> </table> <h1>Scintilla Documentation</h1> <p>Last edited 29 September 2013 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> <a class="jump" href="ScintillaUsage.html">Some notes on using Scintilla</a>.<br /> <a class="jump" href="Steps.html">How to use the Scintilla Edit Control on Windows</a>.<br /> <a class="jump" href="http://www.scintilla.org/dmapp.zip">A simple sample using Scintilla from C++ on Windows</a>.<br /> <a class="jump" href="http://www.scintilla.org/SciTry.vb">A simple sample using Scintilla from Visual Basic</a>.<br /> <a class="jump" href="http://www.scintilla.org/bait.zip">Bait is a tiny sample using Scintilla on GTK+</a>.<br /> <a class="jump" href="Lexer.txt">A detailed description of how to write a lexer, including a discussion of folding</a>.<br /> <a class="jump" href="http://sphere.sourceforge.net/flik/docs/scintilla-container_lexer.html"> How to implement a lexer in the container</a>.<br /> <a class="jump" href="http://sphere.sourceforge.net/flik/docs/scintilla-folding.html"> How to implement folding</a>.<br /> The <a class="jump" href="SciCoding.html">coding style</a> used in Scintilla and SciTE is worth following if you want to contribute code to Scintilla but is not compulsory.</p> <h2>Introduction</h2> <p>The Windows version of Scintilla is a Windows Control. As such, its primary programming interface is through Windows messages. Early versions of Scintilla emulated much of the API defined by the standard Windows Edit and RichEdit controls but those APIs are now deprecated in favour of Scintilla's own, more consistent API. In addition to messages performing the actions of a normal Edit control, Scintilla allows control of syntax styling, folding, markers, autocompletion and call tips.</p> <p>The GTK+ version also uses messages in a similar way to the Windows version. This is different to normal GTK+ practice but made it easier to implement rapidly.</p> <p>Scintilla also builds with Cocoa on OS X and with Qt, and follows the conventions of those platforms.</p> <p>Scintilla does not properly support right-to-left languages like Arabic and Hebrew. While text in these languages may appear correct, it is not possible to interact with this text as is normal with other editing components.</p> <p>This documentation describes the individual messages and notifications used by Scintilla. It does not describe how to link them together to form a useful editor. For now, the best way to work out how to develop using Scintilla is to see how SciTE uses it. SciTE exercises most of Scintilla's facilities.</p> <p>In the descriptions that follow, the messages are described as function calls with zero, one or two arguments. These two arguments are the standard <code>wParam</code> and <code>lParam</code> familiar to Windows programmers. These parameters are integers that are large enough to hold pointers, and the return value is also an integer large enough to contain a pointer. Although the commands only use the arguments described, because all messages have two arguments whether Scintilla uses them or not, it is strongly recommended that any unused arguments are set to 0. This allows future enhancement of messages without the risk of breaking existing code. Common argument types are:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Common argument types"> <tbody valign="top"> <tr> <th align="left">bool</th> <td>Arguments expect the values 0 for <code>false</code> and 1 for <code>true</code>.</td> </tr> <tr> <th align="left">int</th> <td>Arguments are 32-bit signed integers.</td> </tr> <tr> <th align="left">const&nbsp;char&nbsp;*</th> <td>Arguments point at text that is being passed to Scintilla but not modified. The text may be zero terminated or another argument may specify the character count, the description will make this clear.</td> </tr> <tr> <th align="left">char *</th> <td>Arguments point at text buffers that Scintilla will fill with text. In some cases, another argument will tell Scintilla the buffer size. In others, you must make sure that the buffer is big enough to hold the requested text. If a NULL pointer (0) is passed then, for SCI_* calls, the length that should be allocated is returned.</td> </tr> <tr> <th align="left" id="colour">colour</th> <td>Colours are set using the RGB format (Red, Green, Blue). The intensity of each colour is set in the range 0 to 255. If you have three such intensities, they are combined as: red | (green &lt;&lt; 8) | (blue &lt;&lt; 16). If you set all intensities to 255, the colour is white. If you set all intensities to 0, the colour is black. When you set a colour, you are making a request. What you will get depends on the capabilities of the system and the current screen mode.</td> </tr> <tr> <th align="left" id="alpha">alpha</th> <td>Translucency is set using an alpha value. Alpha ranges from 0 (SC_ALPHA_TRANSPARENT) which is completely transparent to 255 (SC_ALPHA_OPAQUE) which is opaque. The value 256 (SC_ALPHA_NOALPHA) is opaque and uses code that is not alpha-aware and may be faster. Not all platforms support translucency and only some Scintilla features implement translucency. The default alpha value for most features is SC_ALPHA_NOALPHA.</td> </tr> <tr> <th align="left">&lt;unused&gt;</th> <td>This is an unused argument. Setting it to 0 will ensure compatibility with future enhancements.</td> </tr> </tbody> </table> <h2 id="MessageCategories">Contents</h2> <table cellpadding="4" cellspacing="2" border="0" summary="Message categories"> <tbody> <tr> <td>o <a class="toc" href="#TextRetrievalAndModification">Text retrieval and modification</a></td> <td>o <a class="toc" href="#Searching">Searching and replacing</a></td> <td>o <a class="toc" href="#Overtype">Overtype</a></td> </tr> <tr> <td>o <a class="toc" href="#CutCopyAndPaste">Cut, copy and paste</a></td> <td>o <a class="toc" href="#ErrorHandling">Error handling</a></td> <td>o <a class="toc" href="#UndoAndRedo">Undo and Redo</a></td> </tr> <tr> <td>o <a class="toc" href="#SelectionAndInformation">Selection and information</a></td> <td>o <a class="toc" href="#MultipleSelectionAndVirtualSpace">Multiple Selection and Virtual Space</a></td> <td>o <a class="toc" href="#ScrollingAndAutomaticScrolling">Scrolling and automatic scrolling</a></td> </tr> <tr> <td>o <a class="toc" href="#WhiteSpace">White space</a></td> <td>o <a class="toc" href="#Cursor">Cursor</a></td> <td>o <a class="toc" href="#MouseCapture">Mouse capture</a></td> </tr> <tr> <td>o <a class="toc" href="#LineEndings">Line endings</a></td> <td>o <a class="toc" href="#Styling">Styling</a></td> <td>o <a class="toc" href="#StyleDefinition">Style definition</a></td> </tr> <tr> <td>o <a class="toc" href="#CaretAndSelectionStyles">Caret, selection, and hotspot styles</a></td> <td>o <a class="toc" href="#CharacterRepresentations">Character representations</a></td> <td>o <a class="toc" href="#Margins">Margins</a></td> </tr> <tr> <td>o <a class="toc" href="#Annotations">Annotations</a></td> <td>o <a class="toc" href="#OtherSettings">Other settings</a></td> <td>o <a class="toc" href="#BraceHighlighting">Brace highlighting</a></td> </tr> <tr> <td>o <a class="toc" href="#TabsAndIndentationGuides">Tabs and Indentation Guides</a></td> <td>o <a class="toc" href="#Markers">Markers</a></td> <td>o <a class="toc" href="#Indicators">Indicators</a></td> </tr> <tr> <td>o <a class="toc" href="#Autocompletion">Autocompletion</a></td> <td>o <a class="toc" href="#UserLists">User lists</a></td> <td>o <a class="toc" href="#CallTips">Call tips</a></td> </tr> <tr> <td>o <a class="toc" href="#KeyboardCommands">Keyboard commands</a></td> <td>o <a class="toc" href="#KeyBindings">Key bindings</a></td> <td>o <a class="toc" href="#PopupEditMenu">Popup edit menu</a></td> </tr> <tr> <td>o <a class="toc" href="#MacroRecording">Macro recording</a></td> <td>o <a class="toc" href="#Printing">Printing</a></td> <td>o <a class="toc" href="#DirectAccess">Direct access</a></td> </tr> <tr> <td>o <a class="toc" href="#MultipleViews">Multiple views</a></td> <td>o <a class="toc" href="#BackgroundLoadSave">Background loading and saving</a></td> <td>o <a class="toc" href="#Folding">Folding</a></td> </tr> <tr> <td>o <a class="toc" href="#LineWrapping">Line wrapping</a></td> <td>o <a class="toc" href="#Zooming">Zooming</a></td> <td>o <a class="toc" href="#LongLines">Long lines</a></td> </tr> <tr> <td>o <a class="toc" href="#Lexer">Lexer</a></td> <td>o <a class="toc" href="#LexerObjects">Lexer objects</a></td> <td>o <a class="toc" href="#Notifications">Notifications</a></td> </tr> <tr> <td>o <a class="toc" href="#Images">Images</a></td> <td>o <a class="toc" href="#GTK">GTK+</a></td> <td>o <a class="toc" href="#ProvisionalMessages"><span class="provisional">Provisional messages</span></a></td> </tr> <tr> <td>o <a class="toc" href="#DeprecatedMessages">Deprecated messages</a></td> <td>o <a class="toc" href="#EditMessagesNeverSupportedByScintilla">Edit messages never supported by Scintilla</a></td> <td>o <a class="toc" href="#BuildingScintilla">Building Scintilla</a></td> </tr> </tbody> </table> <p>Messages with names of the form <code>SCI_SETxxxxx</code> often have a companion <code>SCI_GETxxxxx</code>. To save tedious repetition, if the <code>SCI_GETxxxxx</code> message returns the value set by the <code>SCI_SETxxxxx</code> message, the <code>SET</code> routine is described and the <code>GET</code> routine is left to your imagination.</p> <h2 id="TextRetrievalAndModification">Text retrieval and modification</h2> <p>Each byte in a Scintilla document is followed by an associated byte of styling information. The combination of a character byte and a style byte is called a cell. Style bytes are interpreted an index into an array of styles. Style bytes may be split into an index and a set of indicator bits but this use is discouraged and indicators should now use <a class="message" href ="#SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE</a> and related calls. The default split is with the index in the low 5 bits and 3 high bits as <a class="jump" href="#Indicators">indicators</a>. This allows 32 fundamental styles, which is enough for most languages, and three independent indicators so that, for example, syntax errors, deprecated names and bad indentation could all be displayed at once. The number of bits used for styles can be altered with <a class="message" href="#SCI_SETSTYLEBITS"><code>SCI_SETSTYLEBITS</code></a> up to a maximum of 8 bits. The remaining bits can be used for indicators.</p> <p>In this document, 'character' normally refers to a byte even when multi-byte characters are used. Lengths measure the numbers of bytes, not the amount of characters in those bytes.</p> <p>Positions within the Scintilla document refer to a character or the gap before that character. The first character in a document is 0, the second 1 and so on. If a document contains <code>nLen</code> characters, the last character is numbered <code>nLen</code>-1. The caret exists between character positions and can be located from before the first character (0) to after the last character (<code>nLen</code>).</p> <p>There are places where the caret can not go where two character bytes make up one character. This occurs when a DBCS character from a language like Japanese is included in the document or when line ends are marked with the CP/M standard of a carriage return followed by a line feed. The <code>INVALID_POSITION</code> constant (-1) represents an invalid position within the document.</p> <p>All lines of text in Scintilla are the same height, and this height is calculated from the largest font in any current style. This restriction is for performance; if lines differed in height then calculations involving positioning of text would require the text to be styled first.</p> <code><a class="message" href="#SCI_GETTEXT">SCI_GETTEXT(int length, char *text)</a><br /> <a class="message" href="#SCI_SETTEXT">SCI_SETTEXT(&lt;unused&gt;, const char *text)</a><br /> <a class="message" href="#SCI_SETSAVEPOINT">SCI_SETSAVEPOINT</a><br /> <a class="message" href="#SCI_GETLINE">SCI_GETLINE(int line, char *text)</a><br /> <a class="message" href="#SCI_REPLACESEL">SCI_REPLACESEL(&lt;unused&gt;, const char *text)</a><br /> <a class="message" href="#SCI_SETREADONLY">SCI_SETREADONLY(bool readOnly)</a><br /> <a class="message" href="#SCI_GETREADONLY">SCI_GETREADONLY</a><br /> <a class="message" href="#SCI_GETTEXTRANGE">SCI_GETTEXTRANGE(&lt;unused&gt;, Sci_TextRange *tr)</a><br /> <a class="message" href="#SCI_ALLOCATE">SCI_ALLOCATE(int bytes, &lt;unused&gt;)</a><br /> <a class="message" href="#SCI_ADDTEXT">SCI_ADDTEXT(int length, const char *s)</a><br /> <a class="message" href="#SCI_ADDSTYLEDTEXT">SCI_ADDSTYLEDTEXT(int length, cell *s)</a><br /> <a class="message" href="#SCI_APPENDTEXT">SCI_APPENDTEXT(int length, const char *s)</a><br /> <a class="message" href="#SCI_INSERTTEXT">SCI_INSERTTEXT(int pos, const char *text)</a><br /> <a class="message" href="#SCI_CLEARALL">SCI_CLEARALL</a><br /> <a class="message" href="#SCI_DELETERANGE">SCI_DELETERANGE(int pos, int deleteLength)</a><br /> <a class="message" href="#SCI_CLEARDOCUMENTSTYLE">SCI_CLEARDOCUMENTSTYLE</a><br /> <a class="message" href="#SCI_GETCHARAT">SCI_GETCHARAT(int position)</a><br /> <a class="message" href="#SCI_GETSTYLEAT">SCI_GETSTYLEAT(int position)</a><br /> <a class="message" href="#SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT(&lt;unused&gt;, Sci_TextRange *tr)</a><br /> <a class="message" href="#SCI_SETSTYLEBITS">SCI_SETSTYLEBITS(int bits)</a><br /> <a class="message" href="#SCI_GETSTYLEBITS">SCI_GETSTYLEBITS</a><br /> <a class="message" href="#SCI_RELEASEALLEXTENDEDSTYLES">SCI_RELEASEALLEXTENDEDSTYLES</a><br /> <a class="message" href="#SCI_ALLOCATEEXTENDEDSTYLES">SCI_ALLOCATEEXTENDEDSTYLES(int numberStyles)</a><br /> <a class="message" href="#SCI_TARGETASUTF8">SCI_TARGETASUTF8(&lt;unused&gt;, char *s)</a><br /> <a class="message" href="#SCI_ENCODEDFROMUTF8">SCI_ENCODEDFROMUTF8(const char *utf8, char *encoded)</a><br /> <a class="message" href="#SCI_SETLENGTHFORENCODE">SCI_SETLENGTHFORENCODE(int bytes)</a><br /> </code> <p><b id="SCI_GETTEXT">SCI_GETTEXT(int length, char *text)</b><br /> This returns <code>length</code>-1 characters of text from the start of the document plus one terminating 0 character. To collect all the text in a document, use <code>SCI_GETLENGTH</code> to get the number of characters in the document (<code>nLen</code>), allocate a character buffer of length <code>nLen+1</code> bytes, then call <code>SCI_GETTEXT(nLen+1, char *text)</code>. If the text argument is 0 then the length that should be allocated to store the entire document is returned. If you then save the text, you should use <code>SCI_SETSAVEPOINT</code> to mark the text as unmodified.</p> <p>See also: <code><a class="message" href="#SCI_GETSELTEXT">SCI_GETSELTEXT</a>, <a class="message" href="#SCI_GETCURLINE">SCI_GETCURLINE</a>, <a class="message" href="#SCI_GETLINE">SCI_GETLINE</a>, <a class="message" href="#SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT</a>, <a class="message" href="#SCI_GETTEXTRANGE">SCI_GETTEXTRANGE</a></code></p> <p><b id="SCI_SETTEXT">SCI_SETTEXT(&lt;unused&gt;, const char *text)</b><br /> This replaces all the text in the document with the zero terminated text string you pass in.</p> <p><b id="SCI_SETSAVEPOINT">SCI_SETSAVEPOINT</b><br /> This message tells Scintilla that the current state of the document is unmodified. This is usually done when the file is saved or loaded, hence the name "save point". As Scintilla performs undo and redo operations, it notifies the container that it has entered or left the save point with <code><a class="message" href="#SCN_SAVEPOINTREACHED">SCN_SAVEPOINTREACHED</a></code> and <code><a class="message" href="#SCN_SAVEPOINTLEFT">SCN_SAVEPOINTLEFT</a></code> <a class="jump" href="#Notifications">notification messages</a>, allowing the container to know if the file should be considered dirty or not.</p> <p>See also: <code><a class="message" href="#SCI_EMPTYUNDOBUFFER">SCI_EMPTYUNDOBUFFER</a>, <a class="message" href="#SCI_GETMODIFY">SCI_GETMODIFY</a></code></p> <p><b id="SCI_GETLINE">SCI_GETLINE(int line, char *text)</b><br /> This fills the buffer defined by text with the contents of the nominated line (lines start at 0). The buffer is not terminated by a 0 character. It is up to you to make sure that the buffer is long enough for the text, use <a class="message" href="#SCI_LINELENGTH"><code>SCI_LINELENGTH(int line)</code></a>. The returned value is the number of characters copied to the buffer. The returned text includes any end of line characters. If you ask for a line number outside the range of lines in the document, 0 characters are copied. If the text argument is 0 then the length that should be allocated to store the entire line is returned.</p> <p>See also: <code><a class="message" href="#SCI_GETCURLINE">SCI_GETCURLINE</a>, <a class="message" href="#SCI_GETSELTEXT">SCI_GETSELTEXT</a>, <a class="message" href="#SCI_GETTEXTRANGE">SCI_GETTEXTRANGE</a>, <a class="message" href="#SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT</a>, <a class="message" href="#SCI_GETTEXT">SCI_GETTEXT</a></code></p> <p><b id="SCI_REPLACESEL">SCI_REPLACESEL(&lt;unused&gt;, const char *text)</b><br /> The currently selected text between the <a class="jump" href="#SelectionAndInformation">anchor and the current position</a> is replaced by the 0 terminated text string. If the anchor and current position are the same, the text is inserted at the caret position. The caret is positioned after the inserted text and the caret is scrolled into view.</p> <p><b id="SCI_SETREADONLY">SCI_SETREADONLY(bool readOnly)</b><br /> <b id="SCI_GETREADONLY">SCI_GETREADONLY</b><br /> These messages set and get the read-only flag for the document. If you mark a document as read only, attempts to modify the text cause the <a class="message" href="#SCN_MODIFYATTEMPTRO"><code>SCN_MODIFYATTEMPTRO</code></a> notification.</p> <p><b id="SCI_GETTEXTRANGE">SCI_GETTEXTRANGE(&lt;unused&gt;, <a class="jump" href="#Sci_TextRange">Sci_TextRange</a> *tr)</b><br /> This collects the text between the positions <code>cpMin</code> and <code>cpMax</code> and copies it to <code>lpstrText</code> (see <code>struct Sci_TextRange</code> in <code>Scintilla.h</code>). If <code>cpMax</code> is -1, text is returned to the end of the document. The text is 0 terminated, so you must supply a buffer that is at least 1 character longer than the number of characters you wish to read. The return value is the length of the returned text not including the terminating 0.</p> <p>See also: <code><a class="message" href="#SCI_GETSELTEXT">SCI_GETSELTEXT</a>, <a class="message" href="#SCI_GETLINE">SCI_GETLINE</a>, <a class="message" href="#SCI_GETCURLINE">SCI_GETCURLINE</a>, <a class="message" href="#SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT</a>, <a class="message" href="#SCI_GETTEXT">SCI_GETTEXT</a></code></p> <p><b id="SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT(&lt;unused&gt;, <a class="jump" href="#Sci_TextRange">Sci_TextRange</a> *tr)</b><br /> This collects styled text into a buffer using two bytes for each cell, with the character at the lower address of each pair and the style byte at the upper address. Characters between the positions <code>cpMin</code> and <code>cpMax</code> are copied to <code>lpstrText</code> (see <code>struct Sci_TextRange</code> in <code>Scintilla.h</code>). Two 0 bytes are added to the end of the text, so the buffer that <code>lpstrText</code> points at must be at least <code>2*(cpMax-cpMin)+2</code> bytes long. No check is made for sensible values of <code>cpMin</code> or <code>cpMax</code>. Positions outside the document return character codes and style bytes of 0.</p> <p>See also: <code><a class="message" href="#SCI_GETSELTEXT">SCI_GETSELTEXT</a>, <a class="message" href="#SCI_GETLINE">SCI_GETLINE</a>, <a class="message" href="#SCI_GETCURLINE">SCI_GETCURLINE</a>, <a class="message" href="#SCI_GETTEXTRANGE">SCI_GETTEXTRANGE</a>, <a class="message" href="#SCI_GETTEXT">SCI_GETTEXT</a></code></p> <p><b id="SCI_ALLOCATE">SCI_ALLOCATE(int bytes, &lt;unused&gt;)</b><br /> Allocate a document buffer large enough to store a given number of bytes. The document will not be made smaller than its current contents.</p> <p><b id="SCI_ADDTEXT">SCI_ADDTEXT(int length, const char *s)</b><br /> This inserts the first <code>length</code> characters from the string <code>s</code> at the current position. This will include any 0's in the string that you might have expected to stop the insert operation. The current position is set at the end of the inserted text, but it is not scrolled into view.</p> <p><b id="SCI_ADDSTYLEDTEXT">SCI_ADDSTYLEDTEXT(int length, cell *s)</b><br /> This behaves just like <code>SCI_ADDTEXT</code>, but inserts styled text.</p> <p><b id="SCI_APPENDTEXT">SCI_APPENDTEXT(int length, const char *s)</b><br /> This adds the first <code>length</code> characters from the string <code>s</code> to the end of the document. This will include any 0's in the string that you might have expected to stop the operation. The current selection is not changed and the new text is not scrolled into view.</p> <p><b id="SCI_INSERTTEXT">SCI_INSERTTEXT(int pos, const char *text)</b><br /> This inserts the zero terminated <code>text</code> string at position <code>pos</code> or at the current position if <code>pos</code> is -1. If the current position is after the insertion point then it is moved along with its surrounding text but no scrolling is performed.</p> <p><b id="SCI_CLEARALL">SCI_CLEARALL</b><br /> Unless the document is read-only, this deletes all the text.</p> <p><b id="SCI_DELETERANGE">SCI_DELETERANGE(int pos, int deleteLength)</b><br /> Deletes a range of text in the document.</p> <p><b id="SCI_CLEARDOCUMENTSTYLE">SCI_CLEARDOCUMENTSTYLE</b><br /> When wanting to completely restyle the document, for example after choosing a lexer, the <code>SCI_CLEARDOCUMENTSTYLE</code> can be used to clear all styling information and reset the folding state.</p> <p><b id="SCI_GETCHARAT">SCI_GETCHARAT(int pos)</b><br /> This returns the character at <code>pos</code> in the document or 0 if <code>pos</code> is negative or past the end of the document.</p> <p><b id="SCI_GETSTYLEAT">SCI_GETSTYLEAT(int pos)</b><br /> This returns the style at <code>pos</code> in the document, or 0 if <code>pos</code> is negative or past the end of the document.</p> <p><b id="SCI_SETSTYLEBITS">SCI_SETSTYLEBITS(int bits)</b><br /> <b id="SCI_GETSTYLEBITS">SCI_GETSTYLEBITS</b><br /> This pair of routines sets and reads back the number of bits in each cell to use for styling, to a maximum of 8 style bits. The remaining bits can be used as indicators. The standard setting is <code>SCI_SETSTYLEBITS(5)</code>. The number of styling bits needed by the current lexer can be found with <a class="message" href="#SCI_GETSTYLEBITSNEEDED">SCI_GETSTYLEBITSNEEDED</a>.</p> <p><b id="SCI_RELEASEALLEXTENDEDSTYLES">SCI_RELEASEALLEXTENDEDSTYLES</b><br /> <b id="SCI_ALLOCATEEXTENDEDSTYLES">SCI_ALLOCATEEXTENDEDSTYLES(int numberStyles)</b><br /> Extended styles are used for features like textual margins and annotations as well as internally by Scintilla. They are outside the range 0..255 used for the styles bytes associated with document bytes. These functions manage the use of extended styles to ensures that components cooperate in defining styles. <code>SCI_RELEASEALLEXTENDEDSTYLES</code> releases any extended styles allocated by the container. <code>SCI_ALLOCATEEXTENDEDSTYLES</code> allocates a range of style numbers after the byte style values and returns the number of the first allocated style. Ranges for margin and annotation styles should be allocated before calling <a class="message" href="#SCI_MARGINSETSTYLEOFFSET">SCI_MARGINSETSTYLEOFFSET</a> or <a class="message" href="#SCI_ANNOTATIONSETSTYLEOFFSET">SCI_ANNOTATIONSETSTYLEOFFSET</a>.</p> <p><b id="Sci_TextRange">Sci_TextRange</b> and <b id="Sci_CharacterRange">Sci_CharacterRange</b><br /> These structures are defined to be exactly the same shape as the Win32 <code>TEXTRANGE</code> and <code>CHARRANGE</code>, so that older code that treats Scintilla as a RichEdit will work.</p> <pre> struct Sci_CharacterRange { long cpMin; long cpMax; }; struct Sci_TextRange { struct Sci_CharacterRange chrg; char *lpstrText; }; </pre> <h3 id="EncodedAccess">GTK+-specific: Access to encoded text</h3> <p><b id="SCI_TARGETASUTF8">SCI_TARGETASUTF8(&lt;unused&gt;, char *s)</b><br /> This method retrieves the value of the target encoded as UTF-8 which is the default encoding of GTK+ so is useful for retrieving text for use in other parts of the user interface, such as find and replace dialogs. The length of the encoded text in bytes is returned. </p> <p><b id="SCI_ENCODEDFROMUTF8">SCI_ENCODEDFROMUTF8(const char *utf8, char *encoded)</b><br /> <b id="SCI_SETLENGTHFORENCODE">SCI_SETLENGTHFORENCODE(int bytes)</b><br /> <code>SCI_ENCODEDFROMUTF8</code> converts a UTF-8 string into the document's encoding which is useful for taking the results of a find dialog, for example, and receiving a string of bytes that can be searched for in the document. Since the text can contain nul bytes, the <code>SCI_SETLENGTHFORENCODE</code> method can be used to set the length that will be converted. If set to -1, the length is determined by finding a nul byte. The length of the converted string is returned. </p> <h2 id="Searching">Searching</h2> <p> There are methods to search for text and for regular expressions. The regular expression support is limited and should only be used for simple cases and initial development. A different regular expression library can be <a class="jump" href="#AlternativeRegEx">integrated into Scintilla</a> or can be called from the container using direct access to the buffer contents through <a class="message" href="#SCI_GETCHARACTERPOINTER">SCI_GETCHARACTERPOINTER</a>. </p> <code><a class="message" href="#SCI_FINDTEXT">SCI_FINDTEXT(int flags, Sci_TextToFind *ttf)</a><br /> <a class="message" href="#SCI_SEARCHANCHOR">SCI_SEARCHANCHOR</a><br /> <a class="message" href="#SCI_SEARCHNEXT">SCI_SEARCHNEXT(int searchFlags, const char *text)</a><br /> <a class="message" href="#SCI_SEARCHPREV">SCI_SEARCHPREV(int searchFlags, const char *text)</a><br /> <a class="jump" href="#SearchAndReplaceUsingTheTarget">Search and replace using the target</a><br /> </code> <p><b id="searchFlags"><code>searchFlags</code></b><br /> Several of the search routines use flag options, which include a simple regular expression search. Combine the flag options by adding them:</p> <table border="0" summary="Search flags"> <tbody> <tr> <td><code>SCFIND_MATCHCASE</code></td> <td>A match only occurs with text that matches the case of the search string.</td> </tr> <tr> <td><code>SCFIND_WHOLEWORD</code></td> <td>A match only occurs if the characters before and after are not word characters.</td> </tr> <tr> <td><code>SCFIND_WORDSTART</code></td> <td>A match only occurs if the character before is not a word character.</td> </tr> <tr> <td><code>SCFIND_REGEXP</code></td> <td>The search string should be interpreted as a regular expression.</td> </tr> <tr> <td><code>SCFIND_POSIX</code></td> <td>Treat regular expression in a more POSIX compatible manner by interpreting bare ( and ) for tagged sections rather than \( and \).</td> </tr> </tbody> </table> <p>You can search backwards to find the previous occurrence of a search string by setting the end of the search range before the start.</p> <p>In a regular expression, special characters interpreted are:</p> <table border="0" summary="Regular expression synopsis"> <tbody> <tr> <td><code>.</code></td> <td>Matches any character</td> </tr> <tr> <td><code>\(</code></td> <td>This marks the start of a region for tagging a match.</td> </tr> <tr> <td><code>\)</code></td> <td>This marks the end of a tagged region.</td> </tr> <tr> <td><code>\n</code></td> <td>Where <code>n</code> is 1 through 9 refers to the first through ninth tagged region when replacing. For example, if the search string was <code>Fred\([1-9]\)XXX</code> and the replace string was <code>Sam\1YYY</code>, when applied to <code>Fred2XXX</code> this would generate <code>Sam2YYY</code>. <code>\0</code> refers to all of the matching text.</td> </tr> <tr> <td><code>\&lt;</code></td> <td>This matches the start of a word using Scintilla's definitions of words.</td> </tr> <tr> <td><code>\&gt;</code></td> <td>This matches the end of a word using Scintilla's definition of words.</td> </tr> <tr> <td><code>\x</code></td> <td>This allows you to use a character x that would otherwise have a special meaning. For example, \[ would be interpreted as [ and not as the start of a character set.</td> </tr> <tr> <td><code>[...]</code></td> <td>This indicates a set of characters, for example, [abc] means any of the characters a, b or c. You can also use ranges, for example [a-z] for any lower case character.</td> </tr> <tr> <td><code>[^...]</code></td> <td>The complement of the characters in the set. For example, [^A-Za-z] means any character except an alphabetic character.</td> </tr> <tr> <td><code>^</code></td> <td>This matches the start of a line (unless used inside a set, see above).</td> </tr> <tr> <td><code>$</code></td> <td>This matches the end of a line.</td> </tr> <tr> <td><code>*</code></td> <td>This matches 0 or more times. For example, <code>Sa*m</code> matches <code>Sm</code>, <code>Sam</code>, <code>Saam</code>, <code>Saaam</code> and so on.</td> </tr> <tr> <td><code>+</code></td> <td>This matches 1 or more times. For example, <code>Sa+m</code> matches <code>Sam</code>, <code>Saam</code>, <code>Saaam</code> and so on.</td> </tr> </tbody> </table> <p>Regular expressions will only match ranges within a single line, never matching over multiple lines.</p> <p><b id="SCI_FINDTEXT">SCI_FINDTEXT(int searchFlags, <a class="jump" href="#Sci_TextToFind">Sci_TextToFind</a> *ttf)</b><br /> This message searches for text in the document. It does not use or move the current selection. The <a class="jump" href="#searchFlags"><code>searchFlags</code></a> argument controls the search type, which includes regular expression searches.</p> <p>The <code>Sci_TextToFind</code> structure is defined in <code>Scintilla.h</code>; set <code>chrg.cpMin</code> and <code>chrg.cpMax</code> with the range of positions in the document to search. You can search backwards by setting <code>chrg.cpMax</code> less than <code>chrg.cpMin</code>. Set the <code>lpstrText</code> member of <code>Sci_TextToFind</code> to point at a zero terminated text string holding the search pattern. If your language makes the use of <code>Sci_TextToFind</code> difficult, you should consider using <code>SCI_SEARCHINTARGET</code> instead.</p> <p>The return value is -1 if the search fails or the position of the start of the found text if it succeeds. The <code>chrgText.cpMin</code> and <code>chrgText.cpMax</code> members of <code>Sci_TextToFind</code> are filled in with the start and end positions of the found text.</p> <p>See also: <code><a class="message" href="#SCI_SEARCHINTARGET">SCI_SEARCHINTARGET</a></code></p> <p><b id="Sci_TextToFind">Sci_TextToFind</b><br /> This structure is defined to have exactly the same shape as the Win32 structure <code>FINDTEXTEX</code> for old code that treated Scintilla as a RichEdit control.</p> <pre> struct Sci_TextToFind { struct <a class="jump" href="#Sci_CharacterRange">Sci_CharacterRange</a> chrg; // range to search char *lpstrText; // the search pattern (zero terminated) struct Sci_CharacterRange chrgText; // returned as position of matching text }; </pre> <p><b id="SCI_SEARCHANCHOR">SCI_SEARCHANCHOR</b><br /> <b id="SCI_SEARCHNEXT">SCI_SEARCHNEXT(int searchFlags, const char *text)</b><br /> <b id="SCI_SEARCHPREV">SCI_SEARCHPREV(int searchFlags, const char *text)</b><br /> These messages provide relocatable search support. This allows multiple incremental interactive searches to be macro recorded while still setting the selection to found text so the find/select operation is self-contained. These three messages send <a class="message" href="#SCN_MACRORECORD"><code>SCN_MACRORECORD</code></a> <a class="jump" href="#Notifications">notifications</a> if macro recording is enabled.</p> <p><code>SCI_SEARCHANCHOR</code> sets the search start point used by <code>SCI_SEARCHNEXT</code> and <code>SCI_SEARCHPREV</code> to the start of the current selection, that is, the end of the selection that is nearer to the start of the document. You should always call this before calling either of <code>SCI_SEARCHNEXT</code> or <code>SCI_SEARCHPREV</code>.</p> <p><code>SCI_SEARCHNEXT</code> and <code>SCI_SEARCHPREV</code> search for the next and previous occurrence of the zero terminated search string pointed at by text. The search is modified by the <a class="jump" href="#searchFlags"><code>searchFlags</code></a>. </p> <p>The return value is -1 if nothing is found, otherwise the return value is the start position of the matching text. The selection is updated to show the matched text, but is not scrolled into view.</p> <p>See also: <a class="message" href="#SCI_SEARCHINTARGET"><code>SCI_SEARCHINTARGET</code></a>, <a class="message" href="#SCI_FINDTEXT"><code>SCI_FINDTEXT</code></a></p> <h3 id="SearchAndReplaceUsingTheTarget">Search and replace using the target</h3> <p>Using <a class="message" href="#SCI_REPLACESEL"><code>SCI_REPLACESEL</code></a>, modifications cause scrolling and other visible changes, which may take some time and cause unwanted display updates. If performing many changes, such as a replace all command, the target can be used instead. First, set the target, ie. the range to be replaced. Then call <code>SCI_REPLACETARGET</code> or <code>SCI_REPLACETARGETRE</code>.</p> <p>Searching can be performed within the target range with <code>SCI_SEARCHINTARGET</code>, which uses a counted string to allow searching for null characters. It returns the position of the start of the matching text range or -1 for failure, in which case the target is not moved. The flags used by <code>SCI_SEARCHINTARGET</code> such as <code>SCFIND_MATCHCASE</code>, <code>SCFIND_WHOLEWORD</code>, <code>SCFIND_WORDSTART</code>, and <code>SCFIND_REGEXP</code> can be set with <code>SCI_SETSEARCHFLAGS</code>. <code>SCI_SEARCHINTARGET</code> may be simpler for some clients to use than <a class="message" href="#SCI_FINDTEXT"><code>SCI_FINDTEXT</code></a>, as that requires using a pointer to a structure.</p> <code><a class="message" href="#SCI_SETTARGETSTART">SCI_SETTARGETSTART(int pos)</a><br /> <a class="message" href="#SCI_GETTARGETSTART">SCI_GETTARGETSTART</a><br /> <a class="message" href="#SCI_SETTARGETEND">SCI_SETTARGETEND(int pos)</a><br /> <a class="message" href="#SCI_GETTARGETEND">SCI_GETTARGETEND</a><br /> <a class="message" href="#SCI_TARGETFROMSELECTION">SCI_TARGETFROMSELECTION</a><br /> <a class="message" href="#SCI_SETSEARCHFLAGS">SCI_SETSEARCHFLAGS(int searchFlags)</a><br /> <a class="message" href="#SCI_GETSEARCHFLAGS">SCI_GETSEARCHFLAGS</a><br /> <a class="message" href="#SCI_SEARCHINTARGET">SCI_SEARCHINTARGET(int length, const char *text)</a><br /> <a class="message" href="#SCI_REPLACETARGET">SCI_REPLACETARGET(int length, const char *text)</a><br /> <a class="message" href="#SCI_REPLACETARGETRE">SCI_REPLACETARGETRE(int length, const char *text)</a><br /> <a class="message" href="#SCI_GETTAG">SCI_GETTAG(int tagNumber, char *tagValue)</a><br /> </code> <p><b id="SCI_SETTARGETSTART">SCI_SETTARGETSTART(int pos)</b><br /> <b id="SCI_GETTARGETSTART">SCI_GETTARGETSTART</b><br /> <b id="SCI_SETTARGETEND">SCI_SETTARGETEND(int pos)</b><br /> <b id="SCI_GETTARGETEND">SCI_GETTARGETEND</b><br /> These functions set and return the start and end of the target. When searching in non-regular expression mode, you can set start greater than end to find the last matching text in the target rather than the first matching text. The target is also set by a successful <code>SCI_SEARCHINTARGET</code>.</p> <p><b id="SCI_TARGETFROMSELECTION">SCI_TARGETFROMSELECTION</b><br /> Set the target start and end to the start and end positions of the selection.</p> <p><b id="SCI_SETSEARCHFLAGS">SCI_SETSEARCHFLAGS(int searchFlags)</b><br /> <b id="SCI_GETSEARCHFLAGS">SCI_GETSEARCHFLAGS</b><br /> These get and set the <a class="jump" href="#searchFlags"><code>searchFlags</code></a> used by <code>SCI_SEARCHINTARGET</code>. There are several option flags including a simple regular expression search.</p> <p><b id="SCI_SEARCHINTARGET">SCI_SEARCHINTARGET(int length, const char *text)</b><br /> This searches for the first occurrence of a text string in the target defined by <code>SCI_SETTARGETSTART</code> and <code>SCI_SETTARGETEND</code>. The text string is not zero terminated; the size is set by <code>length</code>. The search is modified by the search flags set by <code>SCI_SETSEARCHFLAGS</code>. If the search succeeds, the target is set to the found text and the return value is the position of the start of the matching text. If the search fails, the result is -1.</p> <p><b id="SCI_REPLACETARGET">SCI_REPLACETARGET(int length, const char *text)</b><br /> If <code>length</code> is -1, <code>text</code> is a zero terminated string, otherwise <code>length</code> sets the number of character to replace the target with. After replacement, the target range refers to the replacement text. The return value is the length of the replacement string.<br /> Note that the recommended way to delete text in the document is to set the target to the text to be removed, and to perform a replace target with an empty string.</p> <p><b id="SCI_REPLACETARGETRE">SCI_REPLACETARGETRE(int length, const char *text)</b><br /> This replaces the target using regular expressions. If <code>length</code> is -1, <code>text</code> is a zero terminated string, otherwise <code>length</code> is the number of characters to use. The replacement string is formed from the text string with any sequences of <code>\1</code> through <code>\9</code> replaced by tagged matches from the most recent regular expression search. <code>\0</code> is replaced with all the matched text from the most recent search. After replacement, the target range refers to the replacement text. The return value is the length of the replacement string.</p> <p><b id="SCI_GETTAG">SCI_GETTAG(int tagNumber, char *tagValue)</b><br /> Discover what text was matched by tagged expressions in a regular expression search. This is useful if the application wants to interpret the replacement string itself.</p> <p>See also: <a class="message" href="#SCI_FINDTEXT"><code>SCI_FINDTEXT</code></a></p> <h2 id="Overtype">Overtype</h2> <p><b id="SCI_SETOVERTYPE">SCI_SETOVERTYPE(bool overType)</b><br /> <b id="SCI_GETOVERTYPE">SCI_GETOVERTYPE</b><br /> When overtype is enabled, each typed character replaces the character to the right of the text caret. When overtype is disabled, characters are inserted at the caret. <code>SCI_GETOVERTYPE</code> returns <code>TRUE</code> (1) if overtyping is active, otherwise <code>FALSE</code> (0) will be returned. Use <code>SCI_SETOVERTYPE</code> to set the overtype mode.</p> <h2 id="CutCopyAndPaste">Cut, copy and paste</h2> <code><a class="message" href="#SCI_CUT">SCI_CUT</a><br /> <a class="message" href="#SCI_COPY">SCI_COPY</a><br /> <a class="message" href="#SCI_PASTE">SCI_PASTE</a><br /> <a class="message" href="#SCI_CLEAR">SCI_CLEAR</a><br /> <a class="message" href="#SCI_CANPASTE">SCI_CANPASTE</a><br /> <a class="message" href="#SCI_COPYRANGE">SCI_COPYRANGE(int start, int end)</a><br /> <a class="message" href="#SCI_COPYTEXT">SCI_COPYTEXT(int length, const char *text)</a><br /> <a class="message" href="#SCI_COPYALLOWLINE">SCI_COPYALLOWLINE</a><br /> <a class="message" href="#SCI_SETPASTECONVERTENDINGS">SCI_SETPASTECONVERTENDINGS(bool convert)</a><br /> <a class="message" href="#SCI_GETPASTECONVERTENDINGS">SCI_GETPASTECONVERTENDINGS</a><br /> </code> <p><b id="SCI_CUT">SCI_CUT</b><br /> <b id="SCI_COPY">SCI_COPY</b><br /> <b id="SCI_PASTE">SCI_PASTE</b><br /> <b id="SCI_CLEAR">SCI_CLEAR</b><br /> <b id="SCI_CANPASTE">SCI_CANPASTE</b><br /> <b id="SCI_COPYALLOWLINE">SCI_COPYALLOWLINE</b><br /> These commands perform the standard tasks of cutting and copying data to the clipboard, pasting from the clipboard into the document, and clearing the document. <code>SCI_CANPASTE</code> returns non-zero if the document isn't read-only and if the selection doesn't contain protected text. If you need a "can copy" or "can cut", use <code>SCI_GETSELECTIONEMPTY()</code>, which will be zero if there are any non-empty selection ranges implying that a copy or cut to the clipboard should work.</p> <p>GTK+ does not really support <code>SCI_CANPASTE</code> and always returns <code>TRUE</code> unless the document is read-only.</p> <p>On X, the clipboard is asynchronous and may require several messages between the destination and source applications. Data from SCI_PASTE will not arrive in the document immediately.</p> <p><code>SCI_COPYALLOWLINE</code> works the same as SCI_COPY except that if the selection is empty then the current line is copied. On Windows, an extra "MSDEVLineSelect" marker is added to the clipboard which is then used in <code>SCI_PASTE</code> to paste the whole line before the current line.</p> <b id="SCI_COPYRANGE">SCI_COPYRANGE(int start, int end)</b><br /> <b id="SCI_COPYTEXT">SCI_COPYTEXT(int length, const char *text)</b><br /> <p><code>SCI_COPYRANGE</code> copies a range of text from the document to the system clipboard and <code>SCI_COPYTEXT</code> copies a supplied piece of text to the system clipboard.</p> <p><b id="SCI_SETPASTECONVERTENDINGS">SCI_SETPASTECONVERTENDINGS(bool convert)</b><br /> <b id="SCI_GETPASTECONVERTENDINGS">SCI_GETPASTECONVERTENDINGS</b><br /> If this property is set then when text is pasted any line ends are converted to match the document's end of line mode as set with <a class="message" href="#SCI_SETEOLMODE">SCI_SETEOLMODE</a>. Currently only changeable on Windows. On GTK+ pasted text is always converted.</p> <h2 id="ErrorHandling">Error handling</h2> <p><b id="SCI_SETSTATUS">SCI_SETSTATUS(int status)</b><br /> <b id="SCI_GETSTATUS">SCI_GETSTATUS</b><br /> If an error occurs, Scintilla may set an internal error number that can be retrieved with <code>SCI_GETSTATUS</code>. To clear the error status call <code>SCI_SETSTATUS(0)</code>. The currently defined statuses are: </p> <table cellpadding="1" cellspacing="2" border="0" summary="Status values"> <tbody valign="top"> <tr> <th align="left">SC_STATUS_OK</th> <td>0</td> <td>No failures</td> </tr> <tr> <th align="left">SC_STATUS_FAILURE</th> <td>1</td> <td>Generic failure</td> </tr> <tr> <th align="left">SC_STATUS_BADALLOC</th> <td>2</td> <td>Memory is exhausted</td> </tr> </tbody> </table> <h2 id="UndoAndRedo">Undo and Redo</h2> <p>Scintilla has multiple level undo and redo. It will continue to collect undoable actions until memory runs out. Scintilla saves actions that change the document. Scintilla does not save caret and selection movements, view scrolling and the like. Sequences of typing or deleting are compressed into single transactions to make it easier to undo and redo at a sensible level of detail. Sequences of actions can be combined into transactions that are undone as a unit. These sequences occur between <code>SCI_BEGINUNDOACTION</code> and <code>SCI_ENDUNDOACTION</code> messages. These transactions can be nested and only the top-level sequences are undone as units.</p> <code><a class="message" href="#SCI_UNDO">SCI_UNDO</a><br /> <a class="message" href="#SCI_CANUNDO">SCI_CANUNDO</a><br /> <a class="message" href="#SCI_EMPTYUNDOBUFFER">SCI_EMPTYUNDOBUFFER</a><br /> <a class="message" href="#SCI_REDO">SCI_REDO</a><br /> <a class="message" href="#SCI_CANREDO">SCI_CANREDO</a><br /> <a class="message" href="#SCI_SETUNDOCOLLECTION">SCI_SETUNDOCOLLECTION(bool collectUndo)</a><br /> <a class="message" href="#SCI_GETUNDOCOLLECTION">SCI_GETUNDOCOLLECTION</a><br /> <a class="message" href="#SCI_BEGINUNDOACTION">SCI_BEGINUNDOACTION</a><br /> <a class="message" href="#SCI_ENDUNDOACTION">SCI_ENDUNDOACTION</a><br /> <a class="message" href="#SCI_ADDUNDOACTION">SCI_ADDUNDOACTION(int token, int flags)</a><br /> </code> <p><b id="SCI_UNDO">SCI_UNDO</b><br /> <b id="SCI_CANUNDO">SCI_CANUNDO</b><br /> <code>SCI_UNDO</code> undoes one action, or if the undo buffer has reached a <code>SCI_ENDUNDOACTION</code> point, all the actions back to the corresponding <code>SCI_BEGINUNDOACTION</code>.</p> <p><code>SCI_CANUNDO</code> returns 0 if there is nothing to undo, and 1 if there is. You would typically use the result of this message to enable/disable the Edit menu Undo command.</p> <p><b id="SCI_REDO">SCI_REDO</b><br /> <b id="SCI_CANREDO">SCI_CANREDO</b><br /> <code>SCI_REDO</code> undoes the effect of the last <code>SCI_UNDO</code> operation.</p> <p><code>SCI_CANREDO</code> returns 0 if there is no action to redo and 1 if there are undo actions to redo. You could typically use the result of this message to enable/disable the Edit menu Redo command.</p> <p><b id="SCI_EMPTYUNDOBUFFER">SCI_EMPTYUNDOBUFFER</b><br /> This command tells Scintilla to forget any saved undo or redo history. It also sets the save point to the start of the undo buffer, so the document will appear to be unmodified. This does not cause the <code><a class="message" href="#SCN_SAVEPOINTREACHED">SCN_SAVEPOINTREACHED</a></code> notification to be sent to the container.</p> <p>See also: <a class="message" href="#SCI_SETSAVEPOINT"><code>SCI_SETSAVEPOINT</code></a></p> <p><b id="SCI_SETUNDOCOLLECTION">SCI_SETUNDOCOLLECTION(bool collectUndo)</b><br /> <b id="SCI_GETUNDOCOLLECTION">SCI_GETUNDOCOLLECTION</b><br /> You can control whether Scintilla collects undo information with <code>SCI_SETUNDOCOLLECTION</code>. Pass in <code>true</code> (1) to collect information and <code>false</code> (0) to stop collecting. If you stop collection, you should also use <code>SCI_EMPTYUNDOBUFFER</code> to avoid the undo buffer being unsynchronized with the data in the buffer.</p> <p>You might wish to turn off saving undo information if you use the Scintilla to store text generated by a program (a Log view) or in a display window where text is often deleted and regenerated.</p> <p><b id="SCI_BEGINUNDOACTION">SCI_BEGINUNDOACTION</b><br /> <b id="SCI_ENDUNDOACTION">SCI_ENDUNDOACTION</b><br /> Send these two messages to Scintilla to mark the beginning and end of a set of operations that you want to undo all as one operation but that you have to generate as several operations. Alternatively, you can use these to mark a set of operations that you do not want to have combined with the preceding or following operations if they are undone.</p> <p><b id="SCI_ADDUNDOACTION">SCI_ADDUNDOACTION(int token, int flags)</b><br /> The container can add its own actions into the undo stack by calling <code>SCI_ADDUNDOACTION</code> and an <code>SCN_MODIFIED</code> notification will be sent to the container with the <a class="message" href="#SC_MOD_CONTAINER"><code>SC_MOD_CONTAINER</code></a> flag when it is time to undo (<code>SC_PERFORMED_UNDO</code>) or redo (<code>SC_PERFORMED_REDO</code>) the action. The token argument supplied is returned in the <code>token</code> field of the notification.</p> <p>For example, if the container wanted to allow undo and redo of a 'toggle bookmark' command then it could call <code>SCI_ADDUNDOACTION(line, 0)</code> each time the command is performed. Then when it receives a notification to undo or redo it toggles a bookmark on the line given by the token field. If there are different types of commands or parameters that need to be stored into the undo stack then the container should maintain a stack of its own for the document and use the current position in that stack as the argument to <code>SCI_ADDUNDOACTION(line)</code>. <code>SCI_ADDUNDOACTION</code> commands are not combined together into a single undo transaction unless grouped with <code>SCI_BEGINUNDOACTION</code> and <code>SCI_ENDUNDOACTION</code>.</p> <p>The flags argument can be <code>UNDO_MAY_COALESCE</code> (1) if the container action may be coalesced along with any insertion and deletion actions into a single compound action, otherwise 0. Coalescing treats coalescible container actions as transparent so will still only group together insertions that look like typing or deletions that look like multiple uses of the Backspace or Delete keys. </p> <h2 id="SelectionAndInformation">Selection and information</h2> <p>Scintilla maintains a selection that stretches between two points, the anchor and the current position. If the anchor and the current position are the same, there is no selected text. Positions in the document range from 0 (before the first character), to the document size (after the last character). If you use messages, there is nothing to stop you setting a position that is in the middle of a CRLF pair, or in the middle of a 2 byte character. However, keyboard commands will not move the caret into such positions.</p> <code><a class="message" href="#SCI_GETTEXTLENGTH">SCI_GETTEXTLENGTH</a><br /> <a class="message" href="#SCI_GETLENGTH">SCI_GETLENGTH</a><br /> <a class="message" href="#SCI_GETLINECOUNT">SCI_GETLINECOUNT</a><br /> <a class="message" href="#SCI_SETFIRSTVISIBLELINE">SCI_SETFIRSTVISIBLELINE(int lineDisplay)</a><br /> <a class="message" href="#SCI_GETFIRSTVISIBLELINE">SCI_GETFIRSTVISIBLELINE</a><br /> <a class="message" href="#SCI_LINESONSCREEN">SCI_LINESONSCREEN</a><br /> <a class="message" href="#SCI_GETMODIFY">SCI_GETMODIFY</a><br /> <a class="message" href="#SCI_SETSEL">SCI_SETSEL(int anchorPos, int currentPos)</a><br /> <a class="message" href="#SCI_GOTOPOS">SCI_GOTOPOS(int position)</a><br /> <a class="message" href="#SCI_GOTOLINE">SCI_GOTOLINE(int line)</a><br /> <a class="message" href="#SCI_SETCURRENTPOS">SCI_SETCURRENTPOS(int position)</a><br /> <a class="message" href="#SCI_GETCURRENTPOS">SCI_GETCURRENTPOS</a><br /> <a class="message" href="#SCI_SETANCHOR">SCI_SETANCHOR(int position)</a><br /> <a class="message" href="#SCI_GETANCHOR">SCI_GETANCHOR</a><br /> <a class="message" href="#SCI_SETSELECTIONSTART">SCI_SETSELECTIONSTART(int position)</a><br /> <a class="message" href="#SCI_GETSELECTIONSTART">SCI_GETSELECTIONSTART</a><br /> <a class="message" href="#SCI_SETSELECTIONEND">SCI_SETSELECTIONEND(int position)</a><br /> <a class="message" href="#SCI_GETSELECTIONEND">SCI_GETSELECTIONEND</a><br /> <a class="message" href="#SCI_SETEMPTYSELECTION">SCI_SETEMPTYSELECTION(int pos)</a><br /> <a class="message" href="#SCI_SELECTALL">SCI_SELECTALL</a><br /> <a class="message" href="#SCI_LINEFROMPOSITION">SCI_LINEFROMPOSITION(int position)</a><br /> <a class="message" href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(int line)</a><br /> <a class="message" href="#SCI_GETLINEENDPOSITION">SCI_GETLINEENDPOSITION(int line)</a><br /> <a class="message" href="#SCI_LINELENGTH">SCI_LINELENGTH(int line)</a><br /> <a class="message" href="#SCI_GETCOLUMN">SCI_GETCOLUMN(int position)</a><br /> <a class="message" href="#SCI_FINDCOLUMN">SCI_FINDCOLUMN(int line, int column)</a><br /> <a class="message" href="#SCI_POSITIONFROMPOINT">SCI_POSITIONFROMPOINT(int x, int y)</a><br /> <a class="message" href="#SCI_POSITIONFROMPOINTCLOSE">SCI_POSITIONFROMPOINTCLOSE(int x, int y)</a><br /> <a class="message" href="#SCI_CHARPOSITIONFROMPOINT">SCI_CHARPOSITIONFROMPOINT(int x, int y)</a><br /> <a class="message" href="#SCI_CHARPOSITIONFROMPOINTCLOSE">SCI_CHARPOSITIONFROMPOINTCLOSE(int x, int y)</a><br /> <a class="message" href="#SCI_POINTXFROMPOSITION">SCI_POINTXFROMPOSITION(&lt;unused&gt;, int position)</a><br /> <a class="message" href="#SCI_POINTYFROMPOSITION">SCI_POINTYFROMPOSITION(&lt;unused&gt;, int position)</a><br /> <a class="message" href="#SCI_HIDESELECTION">SCI_HIDESELECTION(bool hide)</a><br /> <a class="message" href="#SCI_GETSELTEXT">SCI_GETSELTEXT(&lt;unused&gt;, char *text)</a><br /> <a class="message" href="#SCI_GETCURLINE">SCI_GETCURLINE(int textLen, char *text)</a><br /> <a class="message" href="#SCI_SELECTIONISRECTANGLE">SCI_SELECTIONISRECTANGLE</a><br /> <a class="message" href="#SCI_SETSELECTIONMODE">SCI_SETSELECTIONMODE(int mode)</a><br /> <a class="message" href="#SCI_GETSELECTIONMODE">SCI_GETSELECTIONMODE</a><br /> <a class="message" href="#SCI_GETLINESELSTARTPOSITION">SCI_GETLINESELSTARTPOSITION(int line)</a><br /> <a class="message" href="#SCI_GETLINESELENDPOSITION">SCI_GETLINESELENDPOSITION(int line)</a><br /> <a class="message" href="#SCI_MOVECARETINSIDEVIEW">SCI_MOVECARETINSIDEVIEW</a><br /> <a class="message" href="#SCI_WORDENDPOSITION">SCI_WORDENDPOSITION(int position, bool onlyWordCharacters)</a><br /> <a class="message" href="#SCI_WORDSTARTPOSITION">SCI_WORDSTARTPOSITION(int position, bool onlyWordCharacters)</a><br /> <a class="message" href="#SCI_POSITIONBEFORE">SCI_POSITIONBEFORE(int position)</a><br /> <a class="message" href="#SCI_POSITIONAFTER">SCI_POSITIONAFTER(int position)</a><br /> <a class="message" href="#SCI_POSITIONRELATIVE">SCI_POSITIONRELATIVE(int position, int relative)</a><br /> <a class="message" href="#SCI_COUNTCHARACTERS">SCI_COUNTCHARACTERS(int startPos, int endPos)</a><br /> <a class="message" href="#SCI_TEXTWIDTH">SCI_TEXTWIDTH(int styleNumber, const char *text)</a><br /> <a class="message" href="#SCI_TEXTHEIGHT">SCI_TEXTHEIGHT(int line)</a><br /> <a class="message" href="#SCI_CHOOSECARETX">SCI_CHOOSECARETX</a><br /> <a class="message" href="#SCI_MOVESELECTEDLINESUP">SCI_MOVESELECTEDLINESUP</a><br /> <a class="message" href="#SCI_MOVESELECTEDLINESDOWN">SCI_MOVESELECTEDLINESDOWN</a><br /> <a class="message" href="#SCI_SETMOUSESELECTIONRECTANGULARSWITCH">SCI_SETMOUSESELECTIONRECTANGULARSWITCH(bool mouseSelectionRectangularSwitch)</a><br /> <a class="message" href="#SCI_GETMOUSESELECTIONRECTANGULARSWITCH">SCI_GETMOUSESELECTIONRECTANGULARSWITCH</a><br /> </code> <p><b id="SCI_GETTEXTLENGTH">SCI_GETTEXTLENGTH</b><br /> <b id="SCI_GETLENGTH">SCI_GETLENGTH</b><br /> Both these messages return the length of the document in bytes.</p> <p><b id="SCI_GETLINECOUNT">SCI_GETLINECOUNT</b><br /> This returns the number of lines in the document. An empty document contains 1 line. A document holding only an end of line sequence has 2 lines.</p> <p><b id="SCI_SETFIRSTVISIBLELINE">SCI_SETFIRSTVISIBLELINE(int lineDisplay)</b><br /> <b id="SCI_GETFIRSTVISIBLELINE">SCI_GETFIRSTVISIBLELINE</b><br /> These messages retrieve and set the line number of the first visible line in the Scintilla view. The first line in the document is numbered 0. The value is a visible line rather than a document line.</p> <p><b id="SCI_LINESONSCREEN">SCI_LINESONSCREEN</b><br /> This returns the number of complete lines visible on the screen. With a constant line height, this is the vertical space available divided by the line separation. Unless you arrange to size your window to an integral number of lines, there may be a partial line visible at the bottom of the view.</p> <p><b id="SCI_GETMODIFY">SCI_GETMODIFY</b><br /> This returns non-zero if the document is modified and 0 if it is unmodified. The modified status of a document is determined by the undo position relative to the save point. The save point is set by <a class="message" href="#SCI_SETSAVEPOINT"><code>SCI_SETSAVEPOINT</code></a>, usually when you have saved data to a file.</p> <p>If you need to be notified when the document becomes modified, Scintilla notifies the container that it has entered or left the save point with the <a class="message" href="#SCN_SAVEPOINTREACHED"><code>SCN_SAVEPOINTREACHED</code></a> and <a class="message" href="#SCN_SAVEPOINTLEFT"><code>SCN_SAVEPOINTLEFT</code></a> <a class="jump" href="#Notifications">notification messages</a>.</p> <p><b id="SCI_SETSEL">SCI_SETSEL(int anchorPos, int currentPos)</b><br /> This message sets both the anchor and the current position. If <code>currentPos</code> is negative, it means the end of the document. If <code>anchorPos</code> is negative, it means remove any selection (i.e. set the anchor to the same position as <code>currentPos</code>). The caret is scrolled into view after this operation.</p> <p><b id="SCI_GOTOPOS">SCI_GOTOPOS(int pos)</b><br /> This removes any selection, sets the caret at <code>pos</code> and scrolls the view to make the caret visible, if necessary. It is equivalent to <code>SCI_SETSEL(pos, pos)</code>. The anchor position is set the same as the current position.</p> <p><b id="SCI_GOTOLINE">SCI_GOTOLINE(int line)</b><br /> This removes any selection and sets the caret at the start of line number <code>line</code> and scrolls the view (if needed) to make it visible. The anchor position is set the same as the current position. If <code>line</code> is outside the lines in the document (first line is 0), the line set is the first or last.</p> <p><b id="SCI_SETCURRENTPOS">SCI_SETCURRENTPOS(int pos)</b><br /> This sets the current position and creates a selection between the anchor and the current position. The caret is not scrolled into view.</p> <p>See also: <a class="message" href="#SCI_SCROLLCARET"><code>SCI_SCROLLCARET</code></a></p> <p><b id="SCI_GETCURRENTPOS">SCI_GETCURRENTPOS</b><br /> This returns the current position.</p> <p><b id="SCI_SETANCHOR">SCI_SETANCHOR(int pos)</b><br /> This sets the anchor position and creates a selection between the anchor position and the current position. The caret is not scrolled into view.</p> <p>See also: <a class="message" href="#SCI_SCROLLCARET"><code>SCI_SCROLLCARET</code></a></p> <p><b id="SCI_GETANCHOR">SCI_GETANCHOR</b><br /> This returns the current anchor position.</p> <p><b id="SCI_SETSELECTIONSTART">SCI_SETSELECTIONSTART(int pos)</b><br /> <b id="SCI_SETSELECTIONEND">SCI_SETSELECTIONEND(int pos)</b><br /> These set the selection based on the assumption that the anchor position is less than the current position. They do not make the caret visible. The table shows the positions of the anchor and the current position after using these messages.</p> <table cellpadding="3" cellspacing="0" border="1" summary="SetSelection caret positioning"> <thead align="center"> <tr> <th> </th> <th>anchor</th> <th>current</th> </tr> </thead> <tbody align="center"> <tr> <th><code>SCI_SETSELECTIONSTART</code></th> <td><code>pos</code></td> <td><code>Max(pos, current)</code></td> </tr> <tr> <th><code>SCI_SETSELECTIONEND</code></th> <td><code>Min(anchor, pos)</code></td> <td><code>pos</code></td> </tr> </tbody> </table> <p>See also: <a class="message" href="#SCI_SCROLLCARET"><code>SCI_SCROLLCARET</code></a></p> <p><b id="SCI_GETSELECTIONSTART">SCI_GETSELECTIONSTART</b><br /> <b id="SCI_GETSELECTIONEND">SCI_GETSELECTIONEND</b><br /> These return the start and end of the selection without regard to which end is the current position and which is the anchor. <code>SCI_GETSELECTIONSTART</code> returns the smaller of the current position or the anchor position. <code>SCI_GETSELECTIONEND</code> returns the larger of the two values.</p> <p><b id="SCI_SETEMPTYSELECTION">SCI_SETEMPTYSELECTION(int pos)</b><br /> This removes any selection and sets the caret at <code>pos</code>. The caret is not scrolled into view.</p> <p><b id="SCI_SELECTALL">SCI_SELECTALL</b><br /> This selects all the text in the document. The current position is not scrolled into view.</p> <p><b id="SCI_LINEFROMPOSITION">SCI_LINEFROMPOSITION(int pos)</b><br /> This message returns the line that contains the position <code>pos</code> in the document. The return value is 0 if <code>pos</code> &lt;= 0. The return value is the last line if <code>pos</code> is beyond the end of the document.</p> <p><b id="SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(int line)</b><br /> This returns the document position that corresponds with the start of the line. If <code>line</code> is negative, the position of the line holding the start of the selection is returned. If <code>line</code> is greater than the lines in the document, the return value is -1. If <code>line</code> is equal to the number of lines in the document (i.e. 1 line past the last line), the return value is the end of the document.</p> <p><b id="SCI_GETLINEENDPOSITION">SCI_GETLINEENDPOSITION(int line)</b><br /> This returns the position at the end of the line, before any line end characters. If <code>line</code> is the last line in the document (which does not have any end of line characters) or greater, the result is the size of the document. If <code>line</code> is negative the result is undefined.</p> <p><b id="SCI_LINELENGTH">SCI_LINELENGTH(int line)</b><br /> This returns the length of the line, including any line end characters. If <code>line</code> is negative or beyond the last line in the document, the result is 0. If you want the length of the line not including any end of line characters, use <a class="message" href="#SCI_GETLINEENDPOSITION"><code>SCI_GETLINEENDPOSITION(line)</code></a> - <a class="message" href="#SCI_POSITIONFROMLINE"><code>SCI_POSITIONFROMLINE(line)</code></a>.</p> <p><b id="SCI_GETSELTEXT">SCI_GETSELTEXT(&lt;unused&gt;, char *text)</b><br /> This copies the currently selected text and a terminating 0 byte to the <code>text</code> buffer. The buffer size should be determined by calling with a NULL pointer for the <code>text</code> argument <code>SCI_GETSELTEXT(0,0)</code>. This allows for rectangular and discontiguous selections as well as simple selections. See <a class="toc" href="#MultipleSelectionAndVirtualSpace">Multiple Selection</a> for information on how multiple and rectangular selections and virtual space are copied.</p> <p>See also: <code><a class="message" href="#SCI_GETCURLINE">SCI_GETCURLINE</a>, <a class="message" href="#SCI_GETLINE">SCI_GETLINE</a>, <a class="message" href="#SCI_GETTEXT">SCI_GETTEXT</a>, <a class="message" href="#SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT</a>, <a class="message" href="#SCI_GETTEXTRANGE">SCI_GETTEXTRANGE</a> </code></p> <p><b id="SCI_GETCURLINE">SCI_GETCURLINE(int textLen, char *text)</b><br /> This retrieves the text of the line containing the caret and returns the position within the line of the caret. Pass in <code>char* text</code> pointing at a buffer large enough to hold the text you wish to retrieve and a terminating 0 character. Set <code>textLen</code> to the length of the buffer which must be at least 1 to hold the terminating 0 character. If the text argument is 0 then the length that should be allocated to store the entire current line is returned.</p> <p>See also: <code><a class="message" href="#SCI_GETSELTEXT">SCI_GETSELTEXT</a>, <a class="message" href="#SCI_GETLINE">SCI_GETLINE</a>, <a class="message" href="#SCI_GETTEXT">SCI_GETTEXT</a>, <a class="message" href="#SCI_GETSTYLEDTEXT">SCI_GETSTYLEDTEXT</a>, <a class="message" href="#SCI_GETTEXTRANGE">SCI_GETTEXTRANGE</a></code></p> <p><b id="SCI_SELECTIONISRECTANGLE">SCI_SELECTIONISRECTANGLE</b><br /> This returns 1 if the current selection is in rectangle mode, 0 if not.</p> <p><b id="SCI_SETSELECTIONMODE">SCI_SETSELECTIONMODE(int mode)</b><br /> <b id="SCI_GETSELECTIONMODE">SCI_GETSELECTIONMODE</b><br /> The two functions set and get the selection mode, which can be stream (<code>SC_SEL_STREAM</code>=0) or rectangular (<code>SC_SEL_RECTANGLE</code>=1) or by lines (<code>SC_SEL_LINES</code>=2) or thin rectangular (<code>SC_SEL_THIN</code>=3). When set in these modes, regular caret moves will extend or reduce the selection, until the mode is cancelled by a call with same value or with <code>SCI_CANCEL</code>. The get function returns the current mode even if the selection was made by mouse or with regular extended moves. <code>SC_SEL_THIN</code> is the mode after a rectangular selection has been typed into and ensures that no characters are selected.</p> <p><b id="SCI_GETLINESELSTARTPOSITION">SCI_GETLINESELSTARTPOSITION(int line)</b><br /> <b id="SCI_GETLINESELENDPOSITION">SCI_GETLINESELENDPOSITION(int line)</b><br /> Retrieve the position of the start and end of the selection at the given line with <code>INVALID_POSITION</code> returned if no selection on this line.</p> <p><b id="SCI_MOVECARETINSIDEVIEW">SCI_MOVECARETINSIDEVIEW</b><br /> If the caret is off the top or bottom of the view, it is moved to the nearest line that is visible to its current position. Any selection is lost.</p> <p><b id="SCI_WORDENDPOSITION">SCI_WORDENDPOSITION(int position, bool onlyWordCharacters)</b><br /> <b id="SCI_WORDSTARTPOSITION">SCI_WORDSTARTPOSITION(int position, bool onlyWordCharacters)</b><br /> These messages return the start and end of words using the same definition of words as used internally within Scintilla. You can set your own list of characters that count as words with <a class="message" href="#SCI_SETWORDCHARS"><code>SCI_SETWORDCHARS</code></a>. The position sets the start or the search, which is forwards when searching for the end and backwards when searching for the start.</p> <p>Set <code>onlyWordCharacters</code> to <code>true</code> (1) to stop searching at the first non-word character in the search direction. If <code>onlyWordCharacters</code> is <code>false</code> (0), the first character in the search direction sets the type of the search as word or non-word and the search stops at the first non-matching character. Searches are also terminated by the start or end of the document.</p> <p>If "w" represents word characters and "." represents non-word characters and "|" represents the position and <code>true</code> or <code>false</code> is the state of <code>onlyWordCharacters</code>:</p> <table cellpadding="3" cellspacing="0" border="1" summary="Word start and end positions"> <thead align="center"> <tr> <th>Initial state</th> <th>end, true</th> <th>end, false</th> <th>start, true</th> <th>start, false</th> </tr> </thead> <tbody align="center"> <tr> <td>..ww..|..ww..</td> <td>..ww..|..ww..</td> <td>..ww....|ww..</td> <td>..ww..|..ww..</td> <td>..ww|....ww..</td> </tr> <tr> <td>....ww|ww....</td> <td>....wwww|....</td> <td>....wwww|....</td> <td>....|wwww....</td> <td>....|wwww....</td> </tr> <tr> <td>..ww|....ww..</td> <td>..ww|....ww..</td> <td>..ww....|ww..</td> <td>..|ww....ww..</td> <td>..|ww....ww..</td> </tr> <tr> <td>..ww....|ww..</td> <td>..ww....ww|..</td> <td>..ww....ww|..</td> <td>..ww....|ww..</td> <td>..ww|....ww..</td> </tr> </tbody> </table> <p><b id="SCI_POSITIONBEFORE">SCI_POSITIONBEFORE(int position)</b><br /> <b id="SCI_POSITIONAFTER">SCI_POSITIONAFTER(int position)</b><br /> These messages return the position before and after another position in the document taking into account the current code page. The minimum position returned is 0 and the maximum is the last position in the document. If called with a position within a multi byte character will return the position of the start/end of that character.</p> <p><b id="SCI_POSITIONRELATIVE">SCI_POSITIONRELATIVE(int position, int relative)</b><br /> Count a number of whole characters before or after the argument position and return that position. The minimum position returned is 0 and the maximum is the last position in the document. </p> <p><b id="SCI_COUNTCHARACTERS">SCI_COUNTCHARACTERS(int startPos, int endPos)</b><br /> Returns the number of whole characters between two positions..</p> <p><b id="SCI_TEXTWIDTH">SCI_TEXTWIDTH(int styleNumber, const char *text)</b><br /> This returns the pixel width of a string drawn in the given <code>styleNumber</code> which can be used, for example, to decide how wide to make the line number margin in order to display a given number of numerals.</p> <p><b id="SCI_TEXTHEIGHT">SCI_TEXTHEIGHT(int line)</b><br /> This returns the height in pixels of a particular line. Currently all lines are the same height.</p> <p><b id="SCI_GETCOLUMN">SCI_GETCOLUMN(int pos)</b><br /> This message returns the column number of a position <code>pos</code> within the document taking the width of tabs into account. This returns the column number of the last tab on the line before <code>pos</code>, plus the number of characters between the last tab and <code>pos</code>. If there are no tab characters on the line, the return value is the number of characters up to the position on the line. In both cases, double byte characters count as a single character. This is probably only useful with monospaced fonts.</p> <p><b id="SCI_FINDCOLUMN">SCI_FINDCOLUMN(int line, int column)</b><br /> This message returns the position of a <code>column</code> on a <code>line</code> taking the width of tabs into account. It treats a multi-byte character as a single column. Column numbers, like lines start at 0.</p> <p><b id="SCI_POSITIONFROMPOINT">SCI_POSITIONFROMPOINT(int x, int y)</b><br /> <b id="SCI_POSITIONFROMPOINTCLOSE">SCI_POSITIONFROMPOINTCLOSE(int x, int y)</b><br /> <code>SCI_POSITIONFROMPOINT</code> finds the closest character position to a point and <code>SCI_POSITIONFROMPOINTCLOSE</code> is similar but returns -1 if the point is outside the window or not close to any characters.</p> <p><b id="SCI_CHARPOSITIONFROMPOINT">SCI_CHARPOSITIONFROMPOINT(int x, int y)</b><br /> <b id="SCI_CHARPOSITIONFROMPOINTCLOSE">SCI_CHARPOSITIONFROMPOINTCLOSE(int x, int y)</b><br /> <code>SCI_CHARPOSITIONFROMPOINT</code> finds the closest character to a point and <code>SCI_CHARPOSITIONFROMPOINTCLOSE</code> is similar but returns -1 if the point is outside the window or not close to any characters. This is similar to the previous methods but finds characters rather than inter-character positions.</p> <p><b id="SCI_POINTXFROMPOSITION">SCI_POINTXFROMPOSITION(&lt;unused&gt;, int pos)</b><br /> <b id="SCI_POINTYFROMPOSITION">SCI_POINTYFROMPOSITION(&lt;unused&gt;, int pos)</b><br /> These messages return the x and y display pixel location of text at position <code>pos</code> in the document.</p> <p><b id="SCI_HIDESELECTION">SCI_HIDESELECTION(bool hide)</b><br /> The normal state is to make the selection visible by drawing it as set by <a class="message" href="#SCI_SETSELFORE"><code>SCI_SETSELFORE</code></a> and <a class="message" href="#SCI_SETSELBACK"><code>SCI_SETSELBACK</code></a>. However, if you hide the selection, it is drawn as normal text.</p> <p><b id="SCI_CHOOSECARETX">SCI_CHOOSECARETX</b><br /> Scintilla remembers the x value of the last position horizontally moved to explicitly by the user and this value is then used when moving vertically such as by using the up and down keys. This message sets the current x position of the caret as the remembered value.</p> <p><b id="SCI_MOVESELECTEDLINESUP">SCI_MOVESELECTEDLINESUP</b><br /> Move the selected lines up one line, shifting the line above after the selection. The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.</p> <p><b id="SCI_MOVESELECTEDLINESDOWN">SCI_MOVESELECTEDLINESDOWN</b><br /> Move the selected lines down one line, shifting the line below before the selection. The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.</p> <p><b id="SCI_SETMOUSESELECTIONRECTANGULARSWITCH">SCI_SETMOUSESELECTIONRECTANGULARSWITCH(bool mouseSelectionRectangularSwitch)</b><br /> <b id="SCI_GETMOUSESELECTIONRECTANGULARSWITCH">SCI_GETMOUSESELECTIONRECTANGULARSWITCH</b><br /> Enable or disable the ability to switch to rectangular selection mode while making a selection with the mouse. When this option is turned on, mouse selections in stream mode can be switched to rectangular mode by pressing the corresponding modifier key. They then stick to rectangular mode even when the modifier key is released again. When this option is turned off, mouse selections will always stick to the mode the selection was started in. It is off by default.</p> <h2 id="MultipleSelectionAndVirtualSpace">Multiple Selection and Virtual Space</h2> <code> <a class="message" href="#SCI_SETMULTIPLESELECTION">SCI_SETMULTIPLESELECTION(bool multipleSelection)</a><br /> <a class="message" href="#SCI_GETMULTIPLESELECTION">SCI_GETMULTIPLESELECTION</a><br /> <a class="message" href="#SCI_SETADDITIONALSELECTIONTYPING">SCI_SETADDITIONALSELECTIONTYPING(bool additionalSelectionTyping)</a><br /> <a class="message" href="#SCI_GETADDITIONALSELECTIONTYPING">SCI_GETADDITIONALSELECTIONTYPING</a><br /> <a class="message" href="#SCI_SETMULTIPASTE">SCI_SETMULTIPASTE(int multiPaste)</a><br /> <a class="message" href="#SCI_GETMULTIPASTE">SCI_GETMULTIPASTE</a><br /> <a class="message" href="#SCI_SETVIRTUALSPACEOPTIONS">SCI_SETVIRTUALSPACEOPTIONS(int virtualSpaceOptions)</a><br /> <a class="message" href="#SCI_GETVIRTUALSPACEOPTIONS">SCI_GETVIRTUALSPACEOPTIONS</a><br /> <a class="message" href="#SCI_SETRECTANGULARSELECTIONMODIFIER">SCI_SETRECTANGULARSELECTIONMODIFIER(int modifier)</a><br /> <a class="message" href="#SCI_GETRECTANGULARSELECTIONMODIFIER">SCI_GETRECTANGULARSELECTIONMODIFIER</a><br /> <br /> <a class="message" href="#SCI_GETSELECTIONS">SCI_GETSELECTIONS</a><br /> <a class="message" href="#SCI_GETSELECTIONEMPTY">SCI_GETSELECTIONEMPTY</a><br /> <a class="message" href="#SCI_CLEARSELECTIONS">SCI_CLEARSELECTIONS</a><br /> <a class="message" href="#SCI_SETSELECTION">SCI_SETSELECTION(int caret, int anchor)</a><br /> <a class="message" href="#SCI_ADDSELECTION">SCI_ADDSELECTION(int caret, int anchor)</a><br /> <a class="message" href="#SCI_SETMAINSELECTION">SCI_SETMAINSELECTION(int selection)</a><br /> <a class="message" href="#SCI_GETMAINSELECTION">SCI_GETMAINSELECTION</a><br /> <br /> <a class="message" href="#SCI_SETSELECTIONNCARET">SCI_SETSELECTIONNCARET(int selection, int pos)</a><br /> <a class="message" href="#SCI_GETSELECTIONNCARET">SCI_GETSELECTIONNCARET(int selection)</a><br /> <a class="message" href="#SCI_SETSELECTIONNCARETVIRTUALSPACE">SCI_SETSELECTIONNCARETVIRTUALSPACE(int selection, int space)</a><br /> <a class="message" href="#SCI_GETSELECTIONNCARETVIRTUALSPACE">SCI_GETSELECTIONNCARETVIRTUALSPACE(int selection)</a><br /> <a class="message" href="#SCI_SETSELECTIONNANCHOR">SCI_SETSELECTIONNANCHOR(int selection, int posAnchor)</a><br /> <a class="message" href="#SCI_GETSELECTIONNANCHOR">SCI_GETSELECTIONNANCHOR(int selection)</a><br /> <a class="message" href="#SCI_SETSELECTIONNANCHORVIRTUALSPACE">SCI_SETSELECTIONNANCHORVIRTUALSPACE(int selection, int space)</a><br /> <a class="message" href="#SCI_GETSELECTIONNANCHORVIRTUALSPACE">SCI_GETSELECTIONNANCHORVIRTUALSPACE(int selection)</a><br /> <a class="message" href="#SCI_SETSELECTIONNSTART">SCI_SETSELECTIONNSTART(int selection, int pos)</a><br /> <a class="message" href="#SCI_GETSELECTIONNSTART">SCI_GETSELECTIONNSTART(int selection)</a><br /> <a class="message" href="#SCI_SETSELECTIONNEND">SCI_SETSELECTIONNEND(int selection, int pos)</a><br /> <a class="message" href="#SCI_GETSELECTIONNEND">SCI_GETSELECTIONNEND(int selection)</a><br /> <br /> <a class="message" href="#SCI_SETRECTANGULARSELECTIONCARET">SCI_SETRECTANGULARSELECTIONCARET(int pos)</a><br /> <a class="message" href="#SCI_GETRECTANGULARSELECTIONCARET">SCI_GETRECTANGULARSELECTIONCARET</a><br /> <a class="message" href="#SCI_SETRECTANGULARSELECTIONCARETVIRTUALSPACE">SCI_SETRECTANGULARSELECTIONCARETVIRTUALSPACE(int space)</a><br /> <a class="message" href="#SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE">SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE</a><br /> <a class="message" href="#SCI_SETRECTANGULARSELECTIONANCHOR">SCI_SETRECTANGULARSELECTIONANCHOR(int posAnchor)</a><br /> <a class="message" href="#SCI_GETRECTANGULARSELECTIONANCHOR">SCI_GETRECTANGULARSELECTIONANCHOR</a><br /> <a class="message" href="#SCI_SETRECTANGULARSELECTIONANCHORVIRTUALSPACE">SCI_SETRECTANGULARSELECTIONANCHORVIRTUALSPACE(int space)</a><br /> <a class="message" href="#SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE">SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE</a><br /> <br /> <a class="message" href="#SCI_SETADDITIONALSELALPHA">SCI_SETADDITIONALSELALPHA(int alpha)</a><br /> <a class="message" href="#SCI_GETADDITIONALSELALPHA">SCI_GETADDITIONALSELALPHA</a><br /> <a class="message" href="#SCI_SETADDITIONALSELFORE">SCI_SETADDITIONALSELFORE(int colour)</a><br /> <a class="message" href="#SCI_SETADDITIONALSELBACK">SCI_SETADDITIONALSELBACK(int colour)</a><br /> <a class="message" href="#SCI_SETADDITIONALCARETFORE">SCI_SETADDITIONALCARETFORE(int colour)</a><br /> <a class="message" href="#SCI_GETADDITIONALCARETFORE">SCI_GETADDITIONALCARETFORE</a><br /> <a class="message" href="#SCI_SETADDITIONALCARETSBLINK">SCI_SETADDITIONALCARETSBLINK(bool additionalCaretsBlink)</a><br /> <a class="message" href="#SCI_GETADDITIONALCARETSBLINK">SCI_GETADDITIONALCARETSBLINK</a><br /> <a class="message" href="#SCI_SETADDITIONALCARETSVISIBLE">SCI_SETADDITIONALCARETSVISIBLE(bool additionalCaretsVisible)</a><br /> <a class="message" href="#SCI_GETADDITIONALCARETSVISIBLE">SCI_GETADDITIONALCARETSVISIBLE</a><br /> <br /> <a class="message" href="#SCI_SWAPMAINANCHORCARET">SCI_SWAPMAINANCHORCARET</a><br /> <a class="message" href="#SCI_ROTATESELECTION">SCI_ROTATESELECTION</a><br /> </code> <p> There may be multiple selections active at one time. More selections are made by holding down the Ctrl key while dragging with the mouse. The most recent selection is the main selection and determines which part of the document is shown automatically. Any selection apart from the main selection is called an additional selection. The calls in the previous section operate on the main selection. There is always at least one selection. </p> <p> Rectangular selections are handled as multiple selections although the original rectangular range is remembered so that subsequent operations may be handled differently for rectangular selections. For example, pasting a rectangular selection places each piece in a vertical column. </p> <p> Virtual space is space beyond the end of each line. The caret may be moved into virtual space but no real space will be added to the document until there is some text typed or some other text insertion command is used. </p> <p>When discontiguous selections are copied to the clipboard, each selection is added to the clipboard text in order with no delimiting characters. For rectangular selections the document's line end is added after each line's text. Rectangular selections are always copied from top line to bottom, not in the in order of selection.Virtual space is not copied.</p> <p> <b id="SCI_SETMULTIPLESELECTION">SCI_SETMULTIPLESELECTION(bool multipleSelection)</b><br /> <b id="SCI_GETMULTIPLESELECTION">SCI_GETMULTIPLESELECTION</b><br /> Enable or disable multiple selection. When multiple selection is disabled, it is not possible to select multiple ranges by holding down the Ctrl key while dragging with the mouse.</p> <p> <b id="SCI_SETADDITIONALSELECTIONTYPING">SCI_SETADDITIONALSELECTIONTYPING(bool additionalSelectionTyping)</b><br /> <b id="SCI_GETADDITIONALSELECTIONTYPING">SCI_GETADDITIONALSELECTIONTYPING</b><br /> Whether typing, backspace, or delete works with multiple selections simultaneously.</p> <p> <b id="SCI_SETMULTIPASTE">SCI_SETMULTIPASTE(int multiPaste)</b><br /> <b id="SCI_GETMULTIPASTE">SCI_GETMULTIPASTE</b><br /> When pasting into multiple selections, the pasted text can go into just the main selection with <code>SC_MULTIPASTE_ONCE</code>=0 or into each selection with <code>SC_MULTIPASTE_EACH</code>=1. <code>SC_MULTIPASTE_ONCE</code> is the default.</p> <p> <b id="SCI_SETVIRTUALSPACEOPTIONS">SCI_SETVIRTUALSPACEOPTIONS(int virtualSpace)</b><br /> <b id="SCI_GETVIRTUALSPACEOPTIONS">SCI_GETVIRTUALSPACEOPTIONS</b><br /> Virtual space can be enabled or disabled for rectangular selections or in other circumstances or in both. There are two bit flags <code>SCVS_RECTANGULARSELECTION</code>=1 and <code>SCVS_USERACCESSIBLE</code>=2 which can be set independently. <code>SCVS_NONE</code>=0, the default, disables all use of virtual space.</p> <p> <b id="SCI_SETRECTANGULARSELECTIONMODIFIER">SCI_SETRECTANGULARSELECTIONMODIFIER(int modifier)</b><br /> <b id="SCI_GETRECTANGULARSELECTIONMODIFIER">SCI_GETRECTANGULARSELECTIONMODIFIER</b><br /> On GTK+, the key used to indicate that a rectangular selection should be created when combined with a mouse drag can be set. The three possible values are <code>SCMOD_CTRL</code>=2 (default), <code>SCMOD_ALT</code>=4 or <code>SCMOD_SUPER</code>=8. Since <code>SCMOD_ALT</code> is often already used by a window manager, the window manager may need configuring to allow this choice. <code>SCMOD_SUPER</code> is often a system dependent modifier key such as the Left Windows key on a Windows keyboard or the Command key on a Mac.</p> <p> <b id="SCI_GETSELECTIONS">SCI_GETSELECTIONS</b><br /> Return the number of selections currently active.</p> <p> <b id="SCI_GETSELECTIONEMPTY">SCI_GETSELECTIONEMPTY</b><br /> Return 1 if every selected range is empty else 0.</p> <p> <b id="SCI_CLEARSELECTIONS">SCI_CLEARSELECTIONS</b><br /> Set a single empty selection at 0 as the only selection.</p> <p> <b id="SCI_SETSELECTION">SCI_SETSELECTION(int caret, int anchor)</b><br /> Set a single selection from <code>anchor</code> to <code>caret</code> as the only selection.</p> <p> <b id="SCI_ADDSELECTION">SCI_ADDSELECTION(int caret, int anchor)</b><br /> Add a new selection from <code>anchor</code> to <code>caret</code> as the main selection retaining all other selections as additional selections. Since there is always at least one selection, to set a list of selections, the first selection should be added with <code>SCI_SETSELECTION</code> and later selections added with <code>SCI_ADDSELECTION</code></p> <p> <b id="SCI_SETMAINSELECTION">SCI_SETMAINSELECTION(int selection)</b><br /> <b id="SCI_GETMAINSELECTION">SCI_GETMAINSELECTION</b><br /> One of the selections is the main selection which is used to determine what range of text is automatically visible. The main selection may be displayed in different colours or with a differently styled caret. Only an already existing selection can be made main.</p> <p> <b id="SCI_SETSELECTIONNCARET">SCI_SETSELECTIONNCARET(int selection, int pos)</b><br /> <b id="SCI_GETSELECTIONNCARET">SCI_GETSELECTIONNCARET(int selection)</b><br /> <b id="SCI_SETSELECTIONNCARETVIRTUALSPACE">SCI_SETSELECTIONNCARETVIRTUALSPACE(int selection, int space)</b><br /> <b id="SCI_GETSELECTIONNCARETVIRTUALSPACE">SCI_GETSELECTIONNCARETVIRTUALSPACE(int selection)</b><br /> <b id="SCI_SETSELECTIONNANCHOR">SCI_SETSELECTIONNANCHOR(int selection, int posAnchor)</b><br /> <b id="SCI_GETSELECTIONNANCHOR">SCI_GETSELECTIONNANCHOR(int selection)</b><br /> <b id="SCI_SETSELECTIONNANCHORVIRTUALSPACE">SCI_SETSELECTIONNANCHORVIRTUALSPACE(int selection, int space)</b><br /> <b id="SCI_GETSELECTIONNANCHORVIRTUALSPACE">SCI_GETSELECTIONNANCHORVIRTUALSPACE(int selection)</b><br /> Set or query the position and amount of virtual space for the caret and anchor of each already existing selection.</p> <p> <b id="SCI_SETSELECTIONNSTART">SCI_SETSELECTIONNSTART(int selection, int pos)</b><br /> <b id="SCI_GETSELECTIONNSTART">SCI_GETSELECTIONNSTART(int selection)</b><br /> <b id="SCI_SETSELECTIONNEND">SCI_SETSELECTIONNEND(int selection, int pos)</b><br /> <b id="SCI_GETSELECTIONNEND">SCI_GETSELECTIONNEND(int selection)</b><br /> Set or query the start and end position of each already existing selection. Mostly of use to query each range for its text.</p> <p> <b id="SCI_SETRECTANGULARSELECTIONCARET">SCI_SETRECTANGULARSELECTIONCARET(int pos)</b><br /> <b id="SCI_GETRECTANGULARSELECTIONCARET">SCI_GETRECTANGULARSELECTIONCARET</b><br /> <b id="SCI_SETRECTANGULARSELECTIONCARETVIRTUALSPACE">SCI_SETRECTANGULARSELECTIONCARETVIRTUALSPACE(int space)</b><br /> <b id="SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE">SCI_GETRECTANGULARSELECTIONCARETVIRTUALSPACE</b><br /> <b id="SCI_SETRECTANGULARSELECTIONANCHOR">SCI_SETRECTANGULARSELECTIONANCHOR(int posAnchor)</b><br /> <b id="SCI_GETRECTANGULARSELECTIONANCHOR">SCI_GETRECTANGULARSELECTIONANCHOR</b><br /> <b id="SCI_SETRECTANGULARSELECTIONANCHORVIRTUALSPACE">SCI_SETRECTANGULARSELECTIONANCHORVIRTUALSPACE(int space)</b><br /> <b id="SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE">SCI_GETRECTANGULARSELECTIONANCHORVIRTUALSPACE</b><br /> Set or query the position and amount of virtual space for the caret and anchor of the rectangular selection. After setting the rectangular selection, this is broken down into multiple selections, one for each line.</p> <p> <b id="SCI_SETADDITIONALSELALPHA">SCI_SETADDITIONALSELALPHA(int alpha)</b><br /> <b id="SCI_GETADDITIONALSELALPHA">SCI_GETADDITIONALSELALPHA</b><br /> <b id="SCI_SETADDITIONALSELFORE">SCI_SETADDITIONALSELFORE(int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_SETADDITIONALSELBACK">SCI_SETADDITIONALSELBACK(int <a class="jump" href="#colour">colour</a>)</b><br /> Modify the appearance of additional selections so that they can be differentiated from the main selection which has its appearance set with <a class="message" href="#SCI_SETSELALPHA"><code>SCI_SETSELALPHA</code></a>, <a class="message" href="#SCI_GETSELALPHA"><code>SCI_GETSELALPHA</code></a>, <a class="message" href="#SCI_SETSELFORE"><code>SCI_SETSELFORE</code></a>, and <a class="message" href="#SCI_SETSELBACK"><code>SCI_SETSELBACK</code></a>.</p> <p> <b id="SCI_SETADDITIONALCARETFORE">SCI_SETADDITIONALCARETFORE(int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_GETADDITIONALCARETFORE">SCI_GETADDITIONALCARETFORE</b><br /> <b id="SCI_SETADDITIONALCARETSBLINK">SCI_SETADDITIONALCARETSBLINK(bool additionalCaretsBlink)</b><br /> <b id="SCI_GETADDITIONALCARETSBLINK">SCI_GETADDITIONALCARETSBLINK</b><br /> Modify the appearance of additional carets so that they can be differentiated from the main caret which has its appearance set with <a class="message" href="#SCI_SETCARETFORE"><code>SCI_SETCARETFORE</code></a>, <a class="message" href="#SCI_GETCARETFORE"><code>SCI_GETCARETFORE</code></a>, <a class="message" href="#SCI_SETCARETPERIOD"><code>SCI_SETCARETPERIOD</code></a>, and <a class="message" href="#SCI_GETCARETPERIOD"><code>SCI_GETCARETPERIOD</code></a>.</p> <p> <b id="SCI_SETADDITIONALCARETSVISIBLE">SCI_SETADDITIONALCARETSVISIBLE(bool additionalCaretsVisible)</b><br /> <b id="SCI_GETADDITIONALCARETSVISIBLE">SCI_GETADDITIONALCARETSVISIBLE</b><br /> Determine whether to show additional carets (defaults to <code>true</code>).</p> <p> <b id="SCI_SWAPMAINANCHORCARET">SCI_SWAPMAINANCHORCARET</b><br /> <b id="SCI_ROTATESELECTION">SCI_ROTATESELECTION</b><br /> These commands may be assigned to keys to make it possible to manipulate multiple selections. <code>SCI_SWAPMAINANCHORCARET</code> moves the caret to the opposite end of the main selection. <code>SCI_ROTATESELECTION</code> makes the next selection be the main selection. </p> <h2 id="ScrollingAndAutomaticScrolling">Scrolling and automatic scrolling</h2> <code><a class="message" href="#SCI_LINESCROLL">SCI_LINESCROLL(int column, int line)</a><br /> <a class="message" href="#SCI_SCROLLCARET">SCI_SCROLLCARET</a><br /> <a class="message" href="#SCI_SCROLLRANGE">SCI_SCROLLRANGE(int secondary, int primary)</a><br /> <a class="message" href="#SCI_SETXCARETPOLICY">SCI_SETXCARETPOLICY(int caretPolicy, int caretSlop)</a><br /> <a class="message" href="#SCI_SETYCARETPOLICY">SCI_SETYCARETPOLICY(int caretPolicy, int caretSlop)</a><br /> <a class="message" href="#SCI_SETVISIBLEPOLICY">SCI_SETVISIBLEPOLICY(int caretPolicy, int caretSlop)</a><br /> <a class="message" href="#SCI_SETHSCROLLBAR">SCI_SETHSCROLLBAR(bool visible)</a><br /> <a class="message" href="#SCI_GETHSCROLLBAR">SCI_GETHSCROLLBAR</a><br /> <a class="message" href="#SCI_SETVSCROLLBAR">SCI_SETVSCROLLBAR(bool visible)</a><br /> <a class="message" href="#SCI_GETVSCROLLBAR">SCI_GETVSCROLLBAR</a><br /> <a class="message" href="#SCI_GETXOFFSET">SCI_GETXOFFSET</a><br /> <a class="message" href="#SCI_SETXOFFSET">SCI_SETXOFFSET(int xOffset)</a><br /> <a class="message" href="#SCI_SETSCROLLWIDTH">SCI_SETSCROLLWIDTH(int pixelWidth)</a><br /> <a class="message" href="#SCI_GETSCROLLWIDTH">SCI_GETSCROLLWIDTH</a><br /> <a class="message" href="#SCI_SETSCROLLWIDTHTRACKING">SCI_SETSCROLLWIDTHTRACKING(bool tracking)</a><br /> <a class="message" href="#SCI_GETSCROLLWIDTHTRACKING">SCI_GETSCROLLWIDTHTRACKING</a><br /> <a class="message" href="#SCI_SETENDATLASTLINE">SCI_SETENDATLASTLINE(bool endAtLastLine)</a><br /> <a class="message" href="#SCI_GETENDATLASTLINE">SCI_GETENDATLASTLINE</a><br /> </code> <p><b id="SCI_LINESCROLL">SCI_LINESCROLL(int column, int line)</b><br /> This will attempt to scroll the display by the number of columns and lines that you specify. Positive line values increase the line number at the top of the screen (i.e. they move the text upwards as far as the user is concerned), Negative line values do the reverse.</p> <p>The column measure is the width of a space in the default style. Positive values increase the column at the left edge of the view (i.e. they move the text leftwards as far as the user is concerned). Negative values do the reverse.</p> <p>See also: <a class="message" href="#SCI_SETXOFFSET"><code>SCI_SETXOFFSET</code></a></p> <p><b id="SCI_SCROLLCARET">SCI_SCROLLCARET</b><br /> If the current position (this is the caret if there is no selection) is not visible, the view is scrolled to make it visible according to the current caret policy.</p> <p><b id="SCI_SCROLLRANGE">SCI_SCROLLRANGE(int secondary, int primary)</b><br /> Scroll the argument positions and the range between them into view giving priority to the primary position then the secondary position. The behaviour is similar to <a class="message" href="#SCI_SCROLLCARET"><code>SCI_SCROLLCARET</code></a> with the primary position used instead of the caret. An effort is then made to ensure that the secondary position and range between are also visible. This may be used to make a search match visible.</p> <p><b id="SCI_SETXCARETPOLICY">SCI_SETXCARETPOLICY(int caretPolicy, int caretSlop)</b><br /> <b id="SCI_SETYCARETPOLICY">SCI_SETYCARETPOLICY(int caretPolicy, int caretSlop)</b><br /> These set the caret policy. The value of <code>caretPolicy</code> is a combination of <code>CARET_SLOP</code>, <code>CARET_STRICT</code>, <code>CARET_JUMPS</code> and <code>CARET_EVEN</code>.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Caret policy"> <tbody valign="top"> <tr> <th align="left"><code>CARET_SLOP</code></th> <td>If set, we can define a slop value: <code>caretSlop</code>. This value defines an unwanted zone (UZ) where the caret is... unwanted. This zone is defined as a number of pixels near the vertical margins, and as a number of lines near the horizontal margins. By keeping the caret away from the edges, it is seen within its context. This makes it likely that the identifier that the caret is on can be completely seen, and that the current line is seen with some of the lines following it, which are often dependent on that line.</td> </tr> <tr> <th align="left"><code>CARET_STRICT</code></th> <td>If set, the policy set by <code>CARET_SLOP</code> is enforced... strictly. The caret is centred on the display if <code>caretSlop</code> is not set, and cannot go in the UZ if <code>caretSlop</code> is set.</td> </tr> <tr> <th align="left"><code>CARET_JUMPS</code></th> <td>If set, the display is moved more energetically so the caret can move in the same direction longer before the policy is applied again. '3UZ' notation is used to indicate three time the size of the UZ as a distance to the margin.</td> </tr> <tr> <th align="left"><code>CARET_EVEN</code></th> <td>If not set, instead of having symmetrical UZs, the left and bottom UZs are extended up to right and top UZs respectively. This way, we favour the displaying of useful information: the beginning of lines, where most code reside, and the lines after the caret, for example, the body of a function.</td> </tr> </tbody> </table> <table cellpadding="3" cellspacing="0" border="1" summary="Caret positioning"> <thead align="center"> <tr> <th>slop</th> <th>strict</th> <th>jumps</th> <th>even</th> <th>Caret can go to the margin</th> <th>On reaching limit (going out of visibility<br /> or going into the UZ) display is...</th> </tr> </thead> <tbody align="center"> <tr> <td>0</td> <td>0</td> <td>0</td> <td>0</td> <td>Yes</td> <td>moved to put caret on top/on right</td> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> <td>1</td> <td>Yes</td> <td>moved by one position</td> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>0</td> <td>Yes</td> <td>moved to put caret on top/on right</td> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>1</td> <td>Yes</td> <td>centred on the caret</td> </tr> <tr> <td>0</td> <td>1</td> <td>-</td> <td>0</td> <td>Caret is always on top/on right of display</td> <td>-</td> </tr> <tr> <td>0</td> <td>1</td> <td>-</td> <td>1</td> <td>No, caret is always centred</td> <td>-</td> </tr> <tr> <td>1</td> <td>0</td> <td>0</td> <td>0</td> <td>Yes</td> <td>moved to put caret out of the asymmetrical UZ</td> </tr> <tr> <td>1</td> <td>0</td> <td>0</td> <td>1</td> <td>Yes</td> <td>moved to put caret out of the UZ</td> </tr> <tr> <td>1</td> <td>0</td> <td>1</td> <td>0</td> <td>Yes</td> <td>moved to put caret at 3UZ of the top or right margin</td> </tr> <tr> <td>1</td> <td>0</td> <td>1</td> <td>1</td> <td>Yes</td> <td>moved to put caret at 3UZ of the margin</td> </tr> <tr> <td>1</td> <td>1</td> <td>-</td> <td>0</td> <td>Caret is always at UZ of top/right margin</td> <td>-</td> </tr> <tr> <td>1</td> <td>1</td> <td>0</td> <td>1</td> <td>No, kept out of UZ</td> <td>moved by one position</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>0</td> <td>No, kept out of UZ</td> <td>moved to put caret at 3UZ of the margin</td> </tr> </tbody> </table> <p><b id="SCI_SETVISIBLEPOLICY">SCI_SETVISIBLEPOLICY(int caretPolicy, int caretSlop)</b><br /> This determines how the vertical positioning is determined when <a class="message" href="#SCI_ENSUREVISIBLEENFORCEPOLICY"><code>SCI_ENSUREVISIBLEENFORCEPOLICY</code></a> is called. It takes <code>VISIBLE_SLOP</code> and <code>VISIBLE_STRICT</code> flags for the policy parameter. It is similar in operation to <a class="message" href="#SCI_SETYCARETPOLICY"><code>SCI_SETYCARETPOLICY(int caretPolicy, int caretSlop)</code></a>.</p> <p><b id="SCI_SETHSCROLLBAR">SCI_SETHSCROLLBAR(bool visible)</b><br /> <b id="SCI_GETHSCROLLBAR">SCI_GETHSCROLLBAR</b><br /> The horizontal scroll bar is only displayed if it is needed for the assumed width. If you never wish to see it, call <code>SCI_SETHSCROLLBAR(0)</code>. Use <code>SCI_SETHSCROLLBAR(1)</code> to enable it again. <code>SCI_GETHSCROLLBAR</code> returns the current state. The default state is to display it when needed.</p> <p>See also: <a class="message" href="#SCI_SETSCROLLWIDTH">SCI_SETSCROLLWIDTH</a>.</p> <p><b id="SCI_SETVSCROLLBAR">SCI_SETVSCROLLBAR(bool visible)</b><br /> <b id="SCI_GETVSCROLLBAR">SCI_GETVSCROLLBAR</b><br /> By default, the vertical scroll bar is always displayed when required. You can choose to hide or show it with <code>SCI_SETVSCROLLBAR</code> and get the current state with <code>SCI_GETVSCROLLBAR</code>.</p> <p><b id="SCI_SETXOFFSET">SCI_SETXOFFSET(int xOffset)</b><br /> <b id="SCI_GETXOFFSET">SCI_GETXOFFSET</b><br /> The <code>xOffset</code> is the horizontal scroll position in pixels of the start of the text view. A value of 0 is the normal position with the first text column visible at the left of the view.</p> <p>See also: <a class="message" href="#SCI_LINESCROLL"><code>SCI_LINESCROLL</code></a></p> <p><b id="SCI_SETSCROLLWIDTH">SCI_SETSCROLLWIDTH(int pixelWidth)</b><br /> <b id="SCI_GETSCROLLWIDTH">SCI_GETSCROLLWIDTH</b><br /> For performance, Scintilla does not measure the display width of the document to determine the properties of the horizontal scroll bar. Instead, an assumed width is used. These messages set and get the document width in pixels assumed by Scintilla. The default value is 2000. To ensure the width of the currently visible lines can be scrolled use <a class="message" href="#SCI_SETSCROLLWIDTHTRACKING"><code>SCI_SETSCROLLWIDTHTRACKING</code></a></p> <p><b id="SCI_SETSCROLLWIDTHTRACKING">SCI_SETSCROLLWIDTHTRACKING(bool tracking)</b><br /> <b id="SCI_GETSCROLLWIDTHTRACKING">SCI_GETSCROLLWIDTHTRACKING</b><br /> If scroll width tracking is enabled then the scroll width is adjusted to ensure that all of the lines currently displayed can be completely scrolled. This mode never adjusts the scroll width to be narrower.</p> <p><b id="SCI_SETENDATLASTLINE">SCI_SETENDATLASTLINE(bool endAtLastLine)</b><br /> <b id="SCI_GETENDATLASTLINE">SCI_GETENDATLASTLINE</b><br /> <code>SCI_SETENDATLASTLINE</code> sets the scroll range so that maximum scroll position has the last line at the bottom of the view (default). Setting this to <code>false</code> allows scrolling one page below the last line.</p> <h2 id="WhiteSpace">White space</h2> <code><a class="message" href="#SCI_SETVIEWWS">SCI_SETVIEWWS(int wsMode)</a><br /> <a class="message" href="#SCI_GETVIEWWS">SCI_GETVIEWWS</a><br /> <a class="message" href="#SCI_SETWHITESPACEFORE">SCI_SETWHITESPACEFORE(bool useWhitespaceForeColour, int colour)</a><br /> <a class="message" href="#SCI_SETWHITESPACEBACK">SCI_SETWHITESPACEBACK(bool useWhitespaceBackColour, int colour)</a><br /> <a class="message" href="#SCI_SETWHITESPACESIZE">SCI_SETWHITESPACESIZE(int size)</a><br /> <a class="message" href="#SCI_GETWHITESPACESIZE">SCI_GETWHITESPACESIZE</a><br /> <a class="message" href="#SCI_SETEXTRAASCENT">SCI_SETEXTRAASCENT(int extraAscent)</a><br /> <a class="message" href="#SCI_GETEXTRAASCENT">SCI_GETEXTRAASCENT</a><br /> <a class="message" href="#SCI_SETEXTRADESCENT">SCI_SETEXTRADESCENT(int extraDescent)</a><br /> <a class="message" href="#SCI_GETEXTRADESCENT">SCI_GETEXTRADESCENT</a><br /> </code> <p><b id="SCI_SETVIEWWS">SCI_SETVIEWWS(int wsMode)</b><br /> <b id="SCI_GETVIEWWS">SCI_GETVIEWWS</b><br /> White space can be made visible which may be useful for languages in which white space is significant, such as Python. Space characters appear as small centred dots and tab characters as light arrows pointing to the right. There are also ways to control the display of <a class="jump" href="#LineEndings">end of line characters</a>. The two messages set and get the white space display mode. The <code>wsMode</code> argument can be one of:</p> <table cellpadding="1" cellspacing="2" border="0" summary="White space policy"> <tbody valign="top"> <tr> <th align="left"><code>SCWS_INVISIBLE</code></th> <td>0</td> <td>The normal display mode with white space displayed as an empty background colour.</td> </tr> <tr> <th align="left"><code>SCWS_VISIBLEALWAYS</code></th> <td>1</td> <td>White space characters are drawn as dots and arrows,</td> </tr> <tr> <th align="left"><code>SCWS_VISIBLEAFTERINDENT</code></th> <td>2</td> <td>White space used for indentation is displayed normally but after the first visible character, it is shown as dots and arrows.</td> </tr> </tbody> </table> <p>The effect of using any other <code>wsMode</code> value is undefined.</p> <p><b id="SCI_SETWHITESPACEFORE">SCI_SETWHITESPACEFORE(bool useWhitespaceForeColour, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_SETWHITESPACEBACK">SCI_SETWHITESPACEBACK(bool useWhitespaceBackColour, int <a class="jump" href="#colour">colour</a>)</b><br /> By default, the colour of visible white space is determined by the lexer in use. The foreground and/or background colour of all visible white space can be set globally, overriding the lexer's colours with <code>SCI_SETWHITESPACEFORE</code> and <code>SCI_SETWHITESPACEBACK</code>.</p> <p><b id="SCI_SETWHITESPACESIZE">SCI_SETWHITESPACESIZE(int size)</b><br /> <b id="SCI_GETWHITESPACESIZE">SCI_GETWHITESPACESIZE</b><br /> <code>SCI_SETWHITESPACESIZE</code> sets the size of the dots used for mark space characters. The <code>SCI_GETWHITESPACESIZE</code> message retrieves the current size. </p> <p> <b id="SCI_SETEXTRAASCENT">SCI_SETEXTRAASCENT(int extraAscent)</b><br /> <b id="SCI_GETEXTRAASCENT">SCI_GETEXTRAASCENT</b><br /> <b id="SCI_SETEXTRADESCENT">SCI_SETEXTRADESCENT(int extraDescent)</b><br /> <b id="SCI_GETEXTRADESCENT">SCI_GETEXTRADESCENT</b><br /> Text is drawn with the base of each character on a 'baseline'. The height of a line is found from the maximum that any style extends above the baseline (its 'ascent'), added to the maximum that any style extends below the baseline (its 'descent'). Space may be added to the maximum ascent (<code>SCI_SETEXTRAASCENT</code>) and the maximum descent (<code>SCI_SETEXTRADESCENT</code>) to allow for more space between lines. This may done to make the text easier to read or to accomodate underlines or highlights. </p> <h2 id="Cursor">Cursor</h2> <p><b id="SCI_SETCURSOR">SCI_SETCURSOR(int curType)</b><br /> <b id="SCI_GETCURSOR">SCI_GETCURSOR</b><br /> The cursor is normally chosen in a context sensitive way, so it will be different over the margin than when over the text. When performing a slow action, you may wish to change to a wait cursor. You set the cursor type with <code>SCI_SETCURSOR</code>. The <code>curType</code> argument can be:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Mouse cursors"> <tbody valign="top"> <tr> <th align="left"><code>SC_CURSORNORMAL</code></th> <td>-1</td> <td>The normal cursor is displayed.</td> </tr> <tr> <th align="left"><code>SC_CURSORWAIT</code></th> <td>&nbsp;4</td> <td>The wait cursor is displayed when the mouse is over or owned by the Scintilla window.</td> </tr> </tbody> </table> <p>Cursor values 1 through 7 have defined cursors, but only <code>SC_CURSORWAIT</code> is usefully controllable. Other values of <code>curType</code> cause a pointer to be displayed. The <code>SCI_GETCURSOR</code> message returns the last cursor type you set, or <code>SC_CURSORNORMAL</code> (-1) if you have not set a cursor type.</p> <h2 id="MouseCapture">Mouse capture</h2> <p><b id="SCI_SETMOUSEDOWNCAPTURES">SCI_SETMOUSEDOWNCAPTURES(bool captures)</b><br /> <b id="SCI_GETMOUSEDOWNCAPTURES">SCI_GETMOUSEDOWNCAPTURES</b><br /> When the mouse is pressed inside Scintilla, it is captured so future mouse movement events are sent to Scintilla. This behaviour may be turned off with <code>SCI_SETMOUSEDOWNCAPTURES(0)</code>.</p> <h2 id="LineEndings">Line endings</h2> <p>Scintilla can handle the major line end conventions <span class="provisional">and, depending on settings and the current lexer also support additional Unicode line ends</span>.</p> <p>Scintilla can interpret any of the Macintosh (\r), Unix (\n) and Windows (\r\n) line ends. When the user presses the Enter key, one of these line end strings is inserted into the buffer. The default is \r\n in Windows and \n in Unix, but this can be changed with the <code>SCI_SETEOLMODE</code> message. You can also convert the entire document to one of these line endings with <code>SCI_CONVERTEOLS</code>. Finally, you can choose to display the line endings with <code>SCI_SETVIEWEOL</code>.</p> <div class="provisional"> <p>For the UTF-8 encoding, three additional Unicode line ends, Next Line (<code>NEL=U+0085</code>), Line Separator (<code>LS=U+2028</code>), and Paragraph Separator (<code>PS=U+2029</code>) may optionally be interpreted when Unicode line ends is turned on and the current lexer also supports Unicode line ends.</p> </div> <code><a class="message" href="#SCI_SETEOLMODE">SCI_SETEOLMODE(int eolMode)</a><br /> <a class="message" href="#SCI_GETEOLMODE">SCI_GETEOLMODE</a><br /> <a class="message" href="#SCI_CONVERTEOLS">SCI_CONVERTEOLS(int eolMode)</a><br /> <a class="message" href="#SCI_SETVIEWEOL">SCI_SETVIEWEOL(bool visible)</a><br /> <a class="message" href="#SCI_GETVIEWEOL">SCI_GETVIEWEOL</a><br /> <div class="provisional"> <a class="message" href="#SCI_GETLINEENDTYPESSUPPORTED">SCI_GETLINEENDTYPESSUPPORTED</a><br /> <a class="message" href="#SCI_SETLINEENDTYPESALLOWED">SCI_SETLINEENDTYPESALLOWED(int lineEndBitSet)</a><br /> <a class="message" href="#SCI_GETLINEENDTYPESALLOWED">SCI_GETLINEENDTYPESALLOWED</a><br /> <a class="message" href="#SCI_GETLINEENDTYPESACTIVE">SCI_GETLINEENDTYPESACTIVE</a><br /> </div> </code> <p><b id="SCI_SETEOLMODE">SCI_SETEOLMODE(int eolMode)</b><br /> <b id="SCI_GETEOLMODE">SCI_GETEOLMODE</b><br /> <code>SCI_SETEOLMODE</code> sets the characters that are added into the document when the user presses the Enter key. You can set <code>eolMode</code> to one of <code>SC_EOL_CRLF</code> (0), <code>SC_EOL_CR</code> (1), or <code>SC_EOL_LF</code> (2). The <code>SCI_GETEOLMODE</code> message retrieves the current state.</p> <p><b id="SCI_CONVERTEOLS">SCI_CONVERTEOLS(int eolMode)</b><br /> This message changes all the end of line characters in the document to match <code>eolMode</code>. Valid values are: <code>SC_EOL_CRLF</code> (0), <code>SC_EOL_CR</code> (1), or <code>SC_EOL_LF</code> (2).</p> <p><b id="SCI_SETVIEWEOL">SCI_SETVIEWEOL(bool visible)</b><br /> <b id="SCI_GETVIEWEOL">SCI_GETVIEWEOL</b><br /> Normally, the end of line characters are hidden, but <code>SCI_SETVIEWEOL</code> allows you to display (or hide) them by setting <code>visible</code> <code>true</code> (or <code>false</code>). The visible rendering of the end of line characters is similar to <code>(CR)</code>, <code>(LF)</code>, or <code>(CR)(LF)</code>. <code>SCI_GETVIEWEOL</code> returns the current state.</p> <div class="provisional"> <a href="#ProvisionalMessages">These features are provisional</a><br /> <p><b id="SCI_GETLINEENDTYPESSUPPORTED">SCI_GETLINEENDTYPESSUPPORTED</b><br /> <code>SCI_GETLINEENDTYPESSUPPORTED</code> reports the different types of line ends supported by the current lexer. This is a bit set although there is currently only a single choice with either <code>SC_LINE_END_TYPE_DEFAULT</code> (0) or <code>SC_LINE_END_TYPE_UNICODE</code> (1). These values are also used by the other messages concerned with Unicode line ends.</p> <p><b id="SCI_SETLINEENDTYPESALLOWED">SCI_SETLINEENDTYPESALLOWED(int lineEndBitSet)</b><br /> <b id="SCI_GETLINEENDTYPESALLOWED">SCI_GETLINEENDTYPESALLOWED</b><br /> By default, only the ASCII line ends are interpreted. Unicode line ends may be requested with <code>SCI_SETLINEENDTYPESALLOWED(SC_LINE_END_TYPE_UNICODE)</code> but this will be ineffective unless the lexer also allows you Unicode line ends. <code>SCI_GETLINEENDTYPESALLOWED</code> returns the current state.</p> <p><b id="SCI_GETLINEENDTYPESACTIVE">SCI_GETLINEENDTYPESACTIVE</b><br /> <code>SCI_GETLINEENDTYPESACTIVE</code> reports the set of line ends currently interpreted by Scintilla. It is <code>SCI_GETLINEENDTYPESSUPPORTED &amp; SCI_GETLINEENDTYPESALLOWED</code>.</p> </div> <h2 id="Styling">Styling</h2> <p>The styling messages allow you to assign styles to text. The standard Scintilla settings divide the 8 style bits available for each character into 5 bits (0 to 4 = <a class="jump" href="#StyleDefinition">styles 0 to 31</a>) that set a style and three bits (5 to 7) that define <a class="jump" href="#Indicators">indicators</a>. You can change the balance between styles and indicators with <a class="message" href="#SCI_SETSTYLEBITS"><code>SCI_SETSTYLEBITS</code></a>. If your styling needs can be met by one of the standard lexers, or if you can write your own, then a lexer is probably the easiest way to style your document. If you choose to use the container to do the styling you can use the <a class="message" href="#SCI_SETLEXER"><code>SCI_SETLEXER</code></a> command to select <code>SCLEX_CONTAINER</code>, in which case the container is sent a <a class="message" href="#SCN_STYLENEEDED"><code>SCN_STYLENEEDED</code></a> <a class="jump" href="#Notifications">notification</a> each time text needs styling for display. As another alternative, you might use idle time to style the document. Even if you use a lexer, you might use the styling commands to mark errors detected by a compiler. The following commands can be used.</p> <code><a class="message" href="#SCI_GETENDSTYLED">SCI_GETENDSTYLED</a><br /> <a class="message" href="#SCI_STARTSTYLING">SCI_STARTSTYLING(int position, int mask)</a><br /> <a class="message" href="#SCI_SETSTYLING">SCI_SETSTYLING(int length, int style)</a><br /> <a class="message" href="#SCI_SETSTYLINGEX">SCI_SETSTYLINGEX(int length, const char *styles)</a><br /> <a class="message" href="#SCI_SETLINESTATE">SCI_SETLINESTATE(int line, int value)</a><br /> <a class="message" href="#SCI_GETLINESTATE">SCI_GETLINESTATE(int line)</a><br /> <a class="message" href="#SCI_GETMAXLINESTATE">SCI_GETMAXLINESTATE</a><br /> </code> <p><b id="SCI_GETENDSTYLED">SCI_GETENDSTYLED</b><br /> Scintilla keeps a record of the last character that is likely to be styled correctly. This is moved forwards when characters after it are styled and moved backwards if changes are made to the text of the document before it. Before drawing text, this position is checked to see if any styling is needed and, if so, a <code><a class="message" href="#SCN_STYLENEEDED">SCN_STYLENEEDED</a></code> notification message is sent to the container. The container can send <code>SCI_GETENDSTYLED</code> to work out where it needs to start styling. Scintilla will always ask to style whole lines.</p> <p><b id="SCI_STARTSTYLING">SCI_STARTSTYLING(int pos, int mask)</b><br /> This prepares for styling by setting the styling position <code>pos</code> to start at and a <code>mask</code> indicating which bits of the style bytes can be set. The mask allows styling to occur over several passes, with, for example, basic styling done on an initial pass to ensure that the text of the code is seen quickly and correctly, and then a second slower pass, detecting syntax errors and using indicators to show where these are. For example, with the standard settings of 5 style bits and 3 indicator bits, you would use a <code>mask</code> value of 31 (0x1f) if you were setting text styles and did not want to change the indicators. After <code>SCI_STARTSTYLING</code>, send multiple <code>SCI_SETSTYLING</code> messages for each lexical entity to style.</p> <p><b id="SCI_SETSTYLING">SCI_SETSTYLING(int length, int style)</b><br /> This message sets the style of <code>length</code> characters starting at the styling position and then increases the styling position by <code>length</code>, ready for the next call. If <code>sCell</code> is the style byte, the operation is:<br /> <code>if ((sCell &amp; mask) != style) sCell = (sCell &amp; ~mask) | (style &amp; mask);</code><br /> </p> <p><b id="SCI_SETSTYLINGEX">SCI_SETSTYLINGEX(int length, const char *styles)</b><br /> As an alternative to <code>SCI_SETSTYLING</code>, which applies the same style to each byte, you can use this message which specifies the styles for each of <code>length</code> bytes from the styling position and then increases the styling position by <code>length</code>, ready for the next call. The <code>length</code> styling bytes pointed at by <code>styles</code> should not contain any bits not set in mask.</p> <p><b id="SCI_SETLINESTATE">SCI_SETLINESTATE(int line, int value)</b><br /> <b id="SCI_GETLINESTATE">SCI_GETLINESTATE(int line)</b><br /> As well as the 8 bits of lexical state stored for each character there is also an integer stored for each line. This can be used for longer lived parse states such as what the current scripting language is in an ASP page. Use <code>SCI_SETLINESTATE</code> to set the integer value and <code>SCI_GETLINESTATE</code> to get the value. Changing the value produces a <a class="message" href="#SC_MOD_CHANGELINESTATE">SC_MOD_CHANGELINESTATE</a> notification. </p> <p><b id="SCI_GETMAXLINESTATE">SCI_GETMAXLINESTATE</b><br /> This returns the last line that has any line state.</p> <h2 id="StyleDefinition">Style definition</h2> <p>While the style setting messages mentioned above change the style numbers associated with text, these messages define how those style numbers are interpreted visually. There are 256 lexer styles that can be set, numbered 0 to <code>STYLE_MAX</code> (255). Unless you use <a class="message" href="#SCI_SETSTYLEBITS"><code>SCI_SETSTYLEBITS</code></a> to change the number of style bits, styles 0 to 31 are used to set the text attributes. There are also some predefined numbered styles starting at 32, The following <code>STYLE_</code>* constants are defined.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Preset styles"> <tbody valign="top"> <tr> <th align="left"><code>STYLE_DEFAULT</code></th> <td>32</td> <td>This style defines the attributes that all styles receive when the <code>SCI_STYLECLEARALL</code> message is used.</td> </tr> <tr> <th align="left"><code>STYLE_LINENUMBER</code></th> <td>33</td> <td>This style sets the attributes of the text used to display line numbers in a line number margin. The background colour set for this style also sets the background colour for all margins that do not have any folding mask bits set. That is, any margin for which <code>mask &amp; SC_MASK_FOLDERS</code> is 0. See <a class="message" href="#SCI_SETMARGINMASKN"><code>SCI_SETMARGINMASKN</code></a> for more about masks.</td> </tr> <tr> <th align="left"><code>STYLE_BRACELIGHT</code></th> <td>34</td> <td>This style sets the attributes used when highlighting braces with the <a class="message" href="#BraceHighlighting"><code>SCI_BRACEHIGHLIGHT</code></a> message and when highlighting the corresponding indentation with <a class="message" href="#SCI_SETHIGHLIGHTGUIDE"><code>SCI_SETHIGHLIGHTGUIDE</code></a>.</td> </tr> <tr> <th align="left"><code>STYLE_BRACEBAD</code></th> <td>35</td> <td>This style sets the display attributes used when marking an unmatched brace with the <a class="message" href="#BraceHighlighting"><code>SCI_BRACEBADLIGHT</code></a> message.</td> </tr> <tr> <th align="left"><code>STYLE_CONTROLCHAR</code></th> <td>36</td> <td>This style sets the font used when drawing control characters. Only the font, size, bold, italics, and character set attributes are used and not the colour attributes. See also: <a class="message" href="#SCI_SETCONTROLCHARSYMBOL"><code>SCI_SETCONTROLCHARSYMBOL</code></a>.</td> </tr> <tr> <th align="left"><code>STYLE_INDENTGUIDE</code></th> <td>37</td> <td>This style sets the foreground and background colours used when drawing the indentation guides.</td> </tr> <tr> <th align="left"><code>STYLE_CALLTIP</code></th> <td>38</td> <td> Call tips normally use the font attributes defined by <code>STYLE_DEFAULT</code>. Use of <a class="message" href="#SCI_CALLTIPUSESTYLE"><code>SCI_CALLTIPUSESTYLE</code></a> causes call tips to use this style instead. Only the font face name, font size, foreground and background colours and character set attributes are used.</td> </tr> <tr> <th align="left"><code>STYLE_LASTPREDEFINED</code></th> <td>39</td> <td>To make it easier for client code to discover the range of styles that are predefined, this is set to the style number of the last predefined style. This is currently set to 39 and the last style with an identifier is 38, which reserves space for one future predefined style.</td> </tr> <tr> <th align="left"><code>STYLE_MAX</code></th> <td>255</td> <td>This is not a style but is the number of the maximum style that can be set. Styles between <code>STYLE_LASTPREDEFINED</code> and <code>STYLE_MAX</code> would be appropriate if you used <a class="message" href="#SCI_SETSTYLEBITS"><code>SCI_SETSTYLEBITS</code></a> to set more than 5 style bits.</td> </tr> </tbody> </table> <p>For each style you can set the font name, size and use of bold, italic and underline, foreground and background colour and the character set. You can also choose to hide text with a given style, display all characters as upper or lower case and fill from the last character on a line to the end of the line (for embedded languages). There is also an experimental attribute to make text read-only.</p> <p>It is entirely up to you how you use styles. If you want to use syntax colouring you might use style 0 for white space, style 1 for numbers, style 2 for keywords, style 3 for strings, style 4 for preprocessor, style 5 for operators, and so on.</p> <code><a class="message" href="#SCI_STYLERESETDEFAULT">SCI_STYLERESETDEFAULT</a><br /> <a class="message" href="#SCI_STYLECLEARALL">SCI_STYLECLEARALL</a><br /> <a class="message" href="#SCI_STYLESETFONT">SCI_STYLESETFONT(int styleNumber, char *fontName)</a><br /> <a class="message" href="#SCI_STYLEGETFONT">SCI_STYLEGETFONT(int styleNumber, char *fontName)</a><br /> <a class="message" href="#SCI_STYLESETSIZE">SCI_STYLESETSIZE(int styleNumber, int sizeInPoints)</a><br /> <a class="message" href="#SCI_STYLEGETSIZE">SCI_STYLEGETSIZE(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETSIZEFRACTIONAL">SCI_STYLESETSIZEFRACTIONAL(int styleNumber, int sizeInHundredthPoints)</a><br /> <a class="message" href="#SCI_STYLEGETSIZEFRACTIONAL">SCI_STYLEGETSIZEFRACTIONAL(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETBOLD">SCI_STYLESETBOLD(int styleNumber, bool bold)</a><br /> <a class="message" href="#SCI_STYLEGETBOLD">SCI_STYLEGETBOLD(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETWEIGHT">SCI_STYLESETWEIGHT(int styleNumber, int weight)</a><br /> <a class="message" href="#SCI_STYLEGETWEIGHT">SCI_STYLEGETWEIGHT(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETITALIC">SCI_STYLESETITALIC(int styleNumber, bool italic)</a><br /> <a class="message" href="#SCI_STYLEGETITALIC">SCI_STYLEGETITALIC(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETUNDERLINE">SCI_STYLESETUNDERLINE(int styleNumber, bool underline)</a><br /> <a class="message" href="#SCI_STYLEGETUNDERLINE">SCI_STYLEGETUNDERLINE(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETFORE">SCI_STYLESETFORE(int styleNumber, int colour)</a><br /> <a class="message" href="#SCI_STYLEGETFORE">SCI_STYLEGETFORE(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETBACK">SCI_STYLESETBACK(int styleNumber, int colour)</a><br /> <a class="message" href="#SCI_STYLEGETBACK">SCI_STYLEGETBACK(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETEOLFILLED">SCI_STYLESETEOLFILLED(int styleNumber, bool eolFilled)</a><br /> <a class="message" href="#SCI_STYLEGETEOLFILLED">SCI_STYLEGETEOLFILLED(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETCHARACTERSET">SCI_STYLESETCHARACTERSET(int styleNumber, int charSet)</a><br /> <a class="message" href="#SCI_STYLEGETCHARACTERSET">SCI_STYLEGETCHARACTERSET(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETCASE">SCI_STYLESETCASE(int styleNumber, int caseMode)</a><br /> <a class="message" href="#SCI_STYLEGETCASE">SCI_STYLEGETCASE(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETVISIBLE">SCI_STYLESETVISIBLE(int styleNumber, bool visible)</a><br /> <a class="message" href="#SCI_STYLEGETVISIBLE">SCI_STYLEGETVISIBLE(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETCHANGEABLE">SCI_STYLESETCHANGEABLE(int styleNumber, bool changeable)</a><br /> <a class="message" href="#SCI_STYLEGETCHANGEABLE">SCI_STYLEGETCHANGEABLE(int styleNumber)</a><br /> <a class="message" href="#SCI_STYLESETHOTSPOT">SCI_STYLESETHOTSPOT(int styleNumber, bool hotspot)</a><br /> <a class="message" href="#SCI_STYLEGETHOTSPOT">SCI_STYLEGETHOTSPOT(int styleNumber)</a><br /> </code> <p><b id="SCI_STYLERESETDEFAULT">SCI_STYLERESETDEFAULT</b><br /> This message resets <code>STYLE_DEFAULT</code> to its state when Scintilla was initialised.</p> <p><b id="SCI_STYLECLEARALL">SCI_STYLECLEARALL</b><br /> This message sets all styles to have the same attributes as <code>STYLE_DEFAULT</code>. If you are setting up Scintilla for syntax colouring, it is likely that the lexical styles you set will be very similar. One way to set the styles is to:<br /> 1. Set <code>STYLE_DEFAULT</code> to the common features of all styles.<br /> 2. Use <code>SCI_STYLECLEARALL</code> to copy this to all styles.<br /> 3. Set the style attributes that make your lexical styles different.</p> <p><b id="SCI_STYLESETFONT">SCI_STYLESETFONT(int styleNumber, const char *fontName)</b><br /> <b id="SCI_STYLEGETFONT">SCI_STYLEGETFONT(int styleNumber, char *fontName)</b><br /> <b id="SCI_STYLESETSIZE">SCI_STYLESETSIZE(int styleNumber, int sizeInPoints)</b><br /> <b id="SCI_STYLEGETSIZE">SCI_STYLEGETSIZE(int styleNumber)</b><br /> <b id="SCI_STYLESETSIZEFRACTIONAL">SCI_STYLESETSIZEFRACTIONAL(int styleNumber, int sizeInHundredthPoints)</b><br /> <b id="SCI_STYLEGETSIZEFRACTIONAL">SCI_STYLEGETSIZEFRACTIONAL(int styleNumber)</b><br /> <b id="SCI_STYLESETBOLD">SCI_STYLESETBOLD(int styleNumber, bool bold)</b><br /> <b id="SCI_STYLEGETBOLD">SCI_STYLEGETBOLD(int styleNumber)</b><br /> <b id="SCI_STYLESETWEIGHT">SCI_STYLESETWEIGHT(int styleNumber, int weight)</b><br /> <b id="SCI_STYLEGETWEIGHT">SCI_STYLEGETWEIGHT(int styleNumber)</b><br /> <b id="SCI_STYLESETITALIC">SCI_STYLESETITALIC(int styleNumber, bool italic)</b><br /> <b id="SCI_STYLEGETITALIC">SCI_STYLEGETITALIC(int styleNumber)</b><br /> These messages (plus <a class="message" href="#SCI_STYLESETCHARACTERSET"><code>SCI_STYLESETCHARACTERSET</code></a>) set the font attributes that are used to match the fonts you request to those available. The <code>fontName</code> is a zero terminated string holding the name of a font. Under Windows, only the first 32 characters of the name are used and the name is not case sensitive. For internal caching, Scintilla tracks fonts by name and does care about the casing of font names, so please be consistent. On GTK+, Pango is used to display text.</p> <p>Sizes can be set to a whole number of points with <code>SCI_STYLESETSIZE</code> or to a fractional point size in hundredths of a point with <code>SCI_STYLESETSIZEFRACTIONAL</code> by multiplying the size by 100 (<code>SC_FONT_SIZE_MULTIPLIER</code>). For example, a text size of 9.4 points is set with <code>SCI_STYLESETSIZEFRACTIONAL(&lt;style&gt;, 940)</code>. </p> <p>The weight or boldness of a font can be set with <code>SCI_STYLESETBOLD</code> or <code>SCI_STYLESETWEIGHT</code>. The weight is a number between 1 and 999 with 1 being very light and 999 very heavy. While any value can be used, fonts often only support between 2 and 4 weights with three weights being common enough to have symbolic names: <code>SC_WEIGHT_NORMAL</code> (400), <code>SC_WEIGHT_SEMIBOLD</code> (600), and <code>SC_WEIGHT_BOLD</code> (700). The <code>SCI_STYLESETBOLD</code> message takes a boolean argument with 0 choosing <code>SC_WEIGHT_NORMAL</code> and 1 <code>SC_WEIGHT_BOLD</code>. </p> <p><b id="SCI_STYLESETUNDERLINE">SCI_STYLESETUNDERLINE(int styleNumber, bool underline)</b><br /> <b id="SCI_STYLEGETUNDERLINE">SCI_STYLEGETUNDERLINE(int styleNumber)</b><br /> You can set a style to be underlined. The underline is drawn in the foreground colour. All characters with a style that includes the underline attribute are underlined, even if they are white space.</p> <p><b id="SCI_STYLESETFORE">SCI_STYLESETFORE(int styleNumber, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_STYLEGETFORE">SCI_STYLEGETFORE(int styleNumber)</b><br /> <b id="SCI_STYLESETBACK">SCI_STYLESETBACK(int styleNumber, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_STYLEGETBACK">SCI_STYLEGETBACK(int styleNumber)</b><br /> Text is drawn in the foreground colour. The space in each character cell that is not occupied by the character is drawn in the background colour.</p> <p><b id="SCI_STYLESETEOLFILLED">SCI_STYLESETEOLFILLED(int styleNumber, bool eolFilled)</b><br /> <b id="SCI_STYLEGETEOLFILLED">SCI_STYLEGETEOLFILLED(int styleNumber)</b><br /> If the last character in the line has a style with this attribute set, the remainder of the line up to the right edge of the window is filled with the background colour set for the last character. This is useful when a document contains embedded sections in another language such as HTML pages with embedded JavaScript. By setting <code>eolFilled</code> to <code>true</code> and a consistent background colour (different from the background colour set for the HTML styles) to all JavaScript styles then JavaScript sections will be easily distinguished from HTML.</p> <p><b id="SCI_STYLESETCHARACTERSET">SCI_STYLESETCHARACTERSET(int styleNumber, int charSet)</b><br /> <b id="SCI_STYLEGETCHARACTERSET">SCI_STYLEGETCHARACTERSET(int styleNumber)</b><br /> You can set a style to use a different character set than the default. The places where such characters sets are likely to be useful are comments and literal strings. For example, <code>SCI_STYLESETCHARACTERSET(SCE_C_STRING, SC_CHARSET_RUSSIAN)</code> would ensure that strings in Russian would display correctly in C and C++ (<code>SCE_C_STRING</code> is the style number used by the C and C++ lexer to display literal strings; it has the value 6). This feature works differently on Windows and GTK+.</p> <p>The character sets supported on Windows are:<br /> <code>SC_CHARSET_ANSI</code>, <code>SC_CHARSET_ARABIC</code>, <code>SC_CHARSET_BALTIC</code>, <code>SC_CHARSET_CHINESEBIG5</code>, <code>SC_CHARSET_DEFAULT</code>, <code>SC_CHARSET_EASTEUROPE</code>, <code>SC_CHARSET_GB2312</code>, <code>SC_CHARSET_GREEK</code>, <code>SC_CHARSET_HANGUL</code>, <code>SC_CHARSET_HEBREW</code>, <code>SC_CHARSET_JOHAB</code>, <code>SC_CHARSET_MAC</code>, <code>SC_CHARSET_OEM</code>, <code>SC_CHARSET_RUSSIAN</code> (code page 1251), <code>SC_CHARSET_SHIFTJIS</code>, <code>SC_CHARSET_SYMBOL</code>, <code>SC_CHARSET_THAI</code>, <code>SC_CHARSET_TURKISH</code>, and <code>SC_CHARSET_VIETNAMESE</code>.</p> <p>The character sets supported on GTK+ are:<br /> <code>SC_CHARSET_ANSI</code>, <code>SC_CHARSET_CYRILLIC</code> (code page 1251), <code>SC_CHARSET_EASTEUROPE</code>, <code>SC_CHARSET_GB2312</code>, <code>SC_CHARSET_HANGUL</code>, <code>SC_CHARSET_RUSSIAN</code> (KOI8-R), <code>SC_CHARSET_SHIFTJIS</code>, and <code>SC_CHARSET_8859_15</code>.</p> <p><b id="SCI_STYLESETCASE">SCI_STYLESETCASE(int styleNumber, int caseMode)</b><br /> <b id="SCI_STYLEGETCASE">SCI_STYLEGETCASE(int styleNumber)</b><br /> The value of caseMode determines how text is displayed. You can set upper case (<code>SC_CASE_UPPER</code>, 1) or lower case (<code>SC_CASE_LOWER</code>, 2) or display normally (<code>SC_CASE_MIXED</code>, 0). This does not change the stored text, only how it is displayed.</p> <p><b id="SCI_STYLESETVISIBLE">SCI_STYLESETVISIBLE(int styleNumber, bool visible)</b><br /> <b id="SCI_STYLEGETVISIBLE">SCI_STYLEGETVISIBLE(int styleNumber)</b><br /> Text is normally visible. However, you can completely hide it by giving it a style with the <code>visible</code> set to 0. This could be used to hide embedded formatting instructions or hypertext keywords in HTML or XML.</p> <p><b id="SCI_STYLESETCHANGEABLE">SCI_STYLESETCHANGEABLE(int styleNumber, bool changeable)</b><br /> <b id="SCI_STYLEGETCHANGEABLE">SCI_STYLEGETCHANGEABLE(int styleNumber)</b><br /> This is an experimental and incompletely implemented style attribute. The default setting is <code>changeable</code> set <code>true</code> but when set <code>false</code> it makes text read-only. Currently it only stops the caret from being within not-changeable text and does not yet stop deleting a range that contains not-changeable text.</p> <p><b id="SCI_STYLESETHOTSPOT">SCI_STYLESETHOTSPOT(int styleNumber, bool hotspot)</b><br /> <b id="SCI_STYLEGETHOTSPOT">SCI_STYLEGETHOTSPOT(int styleNumber)</b><br /> This style is used to mark ranges of text that can detect mouse clicks. The cursor changes to a hand over hotspots, and the foreground, and background colours may change and an underline appear to indicate that these areas are sensitive to clicking. This may be used to allow hyperlinks to other documents.</p> <h2 id="CaretAndSelectionStyles">Caret, selection, and hotspot styles</h2> <p>The selection is shown by changing the foreground and/or background colours. If one of these is not set then that attribute is not changed for the selection. The default is to show the selection by changing the background to light grey and leaving the foreground the same as when it was not selected. When there is no selection, the current insertion point is marked by the text caret. This is a vertical line that is normally blinking on and off to attract the users attention.</p> <code><a class="message" href="#SCI_SETSELFORE">SCI_SETSELFORE(bool useSelectionForeColour, int colour)</a><br /> <a class="message" href="#SCI_SETSELBACK">SCI_SETSELBACK(bool useSelectionBackColour, int colour)</a><br /> <a class="message" href="#SCI_SETSELALPHA">SCI_SETSELALPHA(int alpha)</a><br /> <a class="message" href="#SCI_GETSELALPHA">SCI_GETSELALPHA</a><br /> <a class="message" href="#SCI_SETSELEOLFILLED">SCI_SETSELEOLFILLED(bool filled)</a><br /> <a class="message" href="#SCI_GETSELEOLFILLED">SCI_GETSELEOLFILLED</a><br /> <a class="message" href="#SCI_SETCARETFORE">SCI_SETCARETFORE(int colour)</a><br /> <a class="message" href="#SCI_GETCARETFORE">SCI_GETCARETFORE</a><br /> <a class="message" href="#SCI_SETCARETLINEVISIBLE">SCI_SETCARETLINEVISIBLE(bool show)</a><br /> <a class="message" href="#SCI_GETCARETLINEVISIBLE">SCI_GETCARETLINEVISIBLE</a><br /> <a class="message" href="#SCI_SETCARETLINEBACK">SCI_SETCARETLINEBACK(int colour)</a><br /> <a class="message" href="#SCI_GETCARETLINEBACK">SCI_GETCARETLINEBACK</a><br /> <a class="message" href="#SCI_SETCARETLINEBACKALPHA">SCI_SETCARETLINEBACKALPHA(int alpha)</a><br /> <a class="message" href="#SCI_GETCARETLINEBACKALPHA">SCI_GETCARETLINEBACKALPHA</a><br /> <a class="message" href="#SCI_SETCARETLINEVISIBLEALWAYS">SCI_SETCARETLINEVISIBLEALWAYS(bool alwaysVisible)</a><br /> <a class="message" href="#SCI_GETCARETLINEVISIBLEALWAYS">SCI_GETCARETLINEVISIBLEALWAYS</a><br /> <a class="message" href="#SCI_SETCARETPERIOD">SCI_SETCARETPERIOD(int milliseconds)</a><br /> <a class="message" href="#SCI_GETCARETPERIOD">SCI_GETCARETPERIOD</a><br /> <a class="message" href="#SCI_SETCARETSTYLE">SCI_SETCARETSTYLE(int style)</a><br /> <a class="message" href="#SCI_GETCARETSTYLE">SCI_GETCARETSTYLE</a><br /> <a class="message" href="#SCI_SETCARETWIDTH">SCI_SETCARETWIDTH(int pixels)</a><br /> <a class="message" href="#SCI_GETCARETWIDTH">SCI_GETCARETWIDTH</a><br /> <a class="message" href="#SCI_SETHOTSPOTACTIVEFORE">SCI_SETHOTSPOTACTIVEFORE(bool useSetting, int colour)</a><br /> <a class="message" href="#SCI_GETHOTSPOTACTIVEFORE">SCI_GETHOTSPOTACTIVEFORE</a><br /> <a class="message" href="#SCI_SETHOTSPOTACTIVEBACK">SCI_SETHOTSPOTACTIVEBACK(bool useSetting, int colour)</a><br /> <a class="message" href="#SCI_GETHOTSPOTACTIVEBACK">SCI_GETHOTSPOTACTIVEBACK</a><br /> <a class="message" href="#SCI_SETHOTSPOTACTIVEUNDERLINE">SCI_SETHOTSPOTACTIVEUNDERLINE(bool underline)</a><br /> <a class="message" href="#SCI_GETHOTSPOTACTIVEUNDERLINE">SCI_GETHOTSPOTACTIVEUNDERLINE</a><br /> <a class="message" href="#SCI_SETHOTSPOTSINGLELINE">SCI_SETHOTSPOTSINGLELINE(bool singleLine)</a><br /> <a class="message" href="#SCI_GETHOTSPOTSINGLELINE">SCI_GETHOTSPOTSINGLELINE</a><br /> <a class="message" href="#SCI_SETCARETSTICKY">SCI_SETCARETSTICKY(int useCaretStickyBehaviour)</a><br /> <a class="message" href="#SCI_GETCARETSTICKY">SCI_GETCARETSTICKY</a><br /> <a class="message" href="#SCI_TOGGLECARETSTICKY">SCI_TOGGLECARETSTICKY</a><br /> </code> <p><b id="SCI_SETSELFORE">SCI_SETSELFORE(bool useSelectionForeColour, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_SETSELBACK">SCI_SETSELBACK(bool useSelectionBackColour, int <a class="jump" href="#colour">colour</a>)</b><br /> You can choose to override the default selection colouring with these two messages. The colour you provide is used if you set <code>useSelection*Colour</code> to <code>true</code>. If it is set to <code>false</code>, the default styled colouring is used and the <code>colour</code> argument has no effect.</p> <p><b id="SCI_SETSELALPHA">SCI_SETSELALPHA(int <a class="jump" href="#alpha">alpha</a>)</b><br /> <b id="SCI_GETSELALPHA">SCI_GETSELALPHA</b><br /> The selection can be drawn translucently in the selection background colour by setting an alpha value.</p> <p><b id="SCI_SETSELEOLFILLED">SCI_SETSELEOLFILLED(bool filled)</b><br /> <b id="SCI_GETSELEOLFILLED">SCI_GETSELEOLFILLED</b><br /> The selection can be drawn up to the right hand border by setting this property.</p> <p><b id="SCI_SETCARETFORE">SCI_SETCARETFORE(int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_GETCARETFORE">SCI_GETCARETFORE</b><br /> The colour of the caret can be set with <code>SCI_SETCARETFORE</code> and retrieved with <code>SCI_GETCARETFORE</code>.</p> <p><b id="SCI_SETCARETLINEVISIBLE">SCI_SETCARETLINEVISIBLE(bool show)</b><br /> <b id="SCI_GETCARETLINEVISIBLE">SCI_GETCARETLINEVISIBLE</b><br /> <b id="SCI_SETCARETLINEBACK">SCI_SETCARETLINEBACK(int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_GETCARETLINEBACK">SCI_GETCARETLINEBACK</b><br /> <b id="SCI_SETCARETLINEBACKALPHA">SCI_SETCARETLINEBACKALPHA(int <a class="jump" href="#alpha">alpha</a>)</b><br /> <b id="SCI_GETCARETLINEBACKALPHA">SCI_GETCARETLINEBACKALPHA</b><br /> You can choose to make the background colour of the line containing the caret different with these messages. To do this, set the desired background colour with <code>SCI_SETCARETLINEBACK</code>, then use <code>SCI_SETCARETLINEVISIBLE(true)</code> to enable the effect. You can cancel the effect with <code>SCI_SETCARETLINEVISIBLE(false)</code>. The two <code>SCI_GETCARET*</code> functions return the state and the colour. This form of background colouring has highest priority when a line has markers that would otherwise change the background colour. The caret line may also be drawn translucently which allows other background colours to show through. This is done by setting the alpha (translucency) value by calling SCI_SETCARETLINEBACKALPHA. When the alpha is not SC_ALPHA_NOALPHA, the caret line is drawn after all other features so will affect the colour of all other features. </p> <p><b id="SCI_SETCARETLINEVISIBLEALWAYS">SCI_SETCARETLINEVISIBLEALWAYS(bool alwaysVisible)</b><br /> <b id="SCI_GETCARETLINEVISIBLEALWAYS">SCI_GETCARETLINEVISIBLEALWAYS</b><br /> Choose to make the caret line always visible even when the window is not in focus. Default behaviour <code>SCI_SETCARETLINEVISIBLEALWAYS(false)</code> the caret line is only visible when the window is in focus. </p> <p><b id="SCI_SETCARETPERIOD">SCI_SETCARETPERIOD(int milliseconds)</b><br /> <b id="SCI_GETCARETPERIOD">SCI_GETCARETPERIOD</b><br /> The rate at which the caret blinks can be set with <code>SCI_SETCARETPERIOD</code> which determines the time in milliseconds that the caret is visible or invisible before changing state. Setting the period to 0 stops the caret blinking. The default value is 500 milliseconds. <code>SCI_GETCARETPERIOD</code> returns the current setting.</p> <p><b id="SCI_SETCARETSTYLE">SCI_SETCARETSTYLE(int style)</b><br /> <b id="SCI_GETCARETSTYLE">SCI_GETCARETSTYLE</b><br /> The style of the caret can be set with <code>SCI_SETCARETSTYLE</code> to be a line caret (CARETSTYLE_LINE=1), a block caret (CARETSTYLE_BLOCK=2) or to not draw at all (CARETSTYLE_INVISIBLE=0). The default value is the line caret (CARETSTYLE_LINE=1). You can determine the current caret style setting using <code>SCI_GETCARETSTYLE</code>.</p> <p>The block character draws most combining and multibyte character sequences successfully, though some fonts like Thai Fonts (and possibly others) can sometimes appear strange when the cursor is positioned at these characters, which may result in only drawing a part of the cursor character sequence. This is most notable on Windows platforms.</p> <p><b id="SCI_SETCARETWIDTH">SCI_SETCARETWIDTH(int pixels)</b><br /> <b id="SCI_GETCARETWIDTH">SCI_GETCARETWIDTH</b><br /> The width of the line caret can be set with <code>SCI_SETCARETWIDTH</code> to a value of 0, 1, 2 or 3 pixels. The default width is 1 pixel. You can read back the current width with <code>SCI_GETCARETWIDTH</code>. A width of 0 makes the caret invisible (added at version 1.50), similar to setting the caret style to CARETSTYLE_INVISIBLE (though not interchangeable). This setting only affects the width of the cursor when the cursor style is set to line caret mode, it does not affect the width for a block caret.</p> <p><b id="SCI_SETHOTSPOTACTIVEFORE">SCI_SETHOTSPOTACTIVEFORE(bool useHotSpotForeColour, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_GETHOTSPOTACTIVEFORE">SCI_GETHOTSPOTACTIVEFORE</b><br /> <b id="SCI_SETHOTSPOTACTIVEBACK">SCI_SETHOTSPOTACTIVEBACK(bool useHotSpotBackColour, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_GETHOTSPOTACTIVEBACK">SCI_GETHOTSPOTACTIVEBACK</b><br /> <b id="SCI_SETHOTSPOTACTIVEUNDERLINE">SCI_SETHOTSPOTACTIVEUNDERLINE(bool underline)</b><br /> <b id="SCI_GETHOTSPOTACTIVEUNDERLINE">SCI_GETHOTSPOTACTIVEUNDERLINE</b><br /> <b id="SCI_SETHOTSPOTSINGLELINE">SCI_SETHOTSPOTSINGLELINE(bool singleLine)</b><br /> <b id="SCI_GETHOTSPOTSINGLELINE">SCI_GETHOTSPOTSINGLELINE</b><br /> While the cursor hovers over text in a style with the hotspot attribute set, the default colouring can be modified and an underline drawn with these settings. Single line mode stops a hotspot from wrapping onto next line.</p> <p><b id="SCI_SETCARETSTICKY">SCI_SETCARETSTICKY(int useCaretStickyBehaviour)</b><br /> <b id="SCI_GETCARETSTICKY">SCI_GETCARETSTICKY</b><br /> <b id="SCI_TOGGLECARETSTICKY">SCI_TOGGLECARETSTICKY</b><br /> These messages set, get or toggle the caretSticky setting which controls when the last position of the caret on the line is saved.</p> <p>When set to <code>SC_CARETSTICKY_OFF</code> (0), the sticky flag is off; all text changes (and all caret position changes) will remember the caret's new horizontal position when moving to different lines. This is the default.</p> <p>When set to <code>SC_CARETSTICKY_ON</code> (1), the sticky flag is on, and the only thing which will cause the editor to remember the horizontal caret position is moving the caret with mouse or keyboard (left/right arrow keys, home/end keys, etc). </p> <p>When set to <code>SC_CARETSTICKY_WHITESPACE</code> (2), the caret acts like mode 0 (sticky off) except under one special case; when space or tab characters are inserted. (Including pasting <b>only space/tabs</b> -- undo, redo, etc. do not exhibit this behaviour..).</p> <p><code>SCI_TOGGLECARETSTICKY</code> switches from <code>SC_CARETSTICKY_ON</code> and <code>SC_CARETSTICKY_WHITESPACE</code> to <code>SC_CARETSTICKY_OFF</code> and from <code>SC_CARETSTICKY_OFF</code> to <code>SC_CARETSTICKY_ON</code>.</p> <h2 id="CharacterRepresentations">Character representations</h2> <p>Some characters, such as control characters and invalid bytes, do not have a visual glyph or use a glyph that is hard to distinguish.</p> <p>Control characters (characters with codes less than 32, or between 128 and 159 in some encodings) are displayed by Scintilla using their mnemonics inverted in a rounded rectangle. These mnemonics come from the early days of signalling, though some are still used (LF = Line Feed, BS = Back Space, CR = Carriage Return, for example).</p> <p>For the low 'C0' values: "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL", "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI", "DLE", "DC1", "DC2", "DC3", "DC4", "NAK", "SYN", "ETB", "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US".</p> <p>For the high 'C1' values: "PAD", "HOP", "BPH", "NBH", "IND", "NEL", "SSA", "ESA", "HTS", "HTJ", "VTS", "PLD", "PLU", "RI", "SS2", "SS3", "DCS", "PU1", "PU2", "STS", "CCH", "MW", "SPA", "EPA", "SOS", "SGCI", "SCI", "CSI", "ST", "OSC", "PM", "APC".</p> <p>Invalid bytes are shown in a similar way with an 'x' followed by their value in hexadecimal, like "xFE".</p> <code> <a class="message" href="#SCI_SETREPRESENTATION">SCI_SETREPRESENTATION(const char *encodedCharacter, const char *representation)</a><br /> <a class="message" href="#SCI_GETREPRESENTATION">SCI_GETREPRESENTATION(const char *encodedCharacter, char *representation)</a><br /> <a class="message" href="#SCI_CLEARREPRESENTATION">SCI_CLEARREPRESENTATION(const char *encodedCharacter)</a><br /> <a class="message" href="#SCI_SETCONTROLCHARSYMBOL">SCI_SETCONTROLCHARSYMBOL(int symbol)</a><br /> <a class="message" href="#SCI_GETCONTROLCHARSYMBOL">SCI_GETCONTROLCHARSYMBOL</a><br /> </code> <p><b id="SCI_SETREPRESENTATION">SCI_SETREPRESENTATION(const char *encodedCharacter, const char *representation)</b><br /> <b id="SCI_GETREPRESENTATION">SCI_GETREPRESENTATION(const char *encodedCharacter, char *representation)</b><br /> <b id="SCI_CLEARREPRESENTATION">SCI_CLEARREPRESENTATION(const char *encodedCharacter)</b><br /> <p>Any character, including those normally displayed as mnemonics may be represented by a string inverted in a rounded rectangle.</p> <p>For example, the Ohm sign &#x2126; U+2126 looks very similar to the Greek Omega character &#x3a9; U+03C9 so, for the UTF-8 encoding, to distinguish the Ohm sign as "U+2126 &#x2126;" this call could be made: <code>SCI_SETREPRESENTATION("\xe2\x84\xa6", "U+2126 \xe2\x84\xa6")</code></p> <p>The encodedCharacter parameter is a NUL-terminated string of the bytes for one character in the current encoding. This can not be used to set a representation for multiple-character strings. </p> <p>The NUL (0) character is a special case since the encodedCharacter parameter is NUL terminated, the NUL character is specified as an empty string.</p> <p><b id="SCI_SETCONTROLCHARSYMBOL">SCI_SETCONTROLCHARSYMBOL(int symbol)</b><br /> <b id="SCI_GETCONTROLCHARSYMBOL">SCI_GETCONTROLCHARSYMBOL</b><br /> <p>The mnemonics may be replaced by a nominated symbol with an ASCII code in the range 32 to 255. If you set a symbol value less than 32, all control characters are displayed as mnemonics. The symbol you set is rendered in the font of the style set for the character. You can read back the current symbol with the <code>SCI_GETCONTROLCHARSYMBOL</code> message. The default symbol value is 0.</p> <h2 id="Margins">Margins</h2> <p>There may be up to five margins, numbered 0 to <code>SC_MAX_MARGIN</code> (4) to the left of the text display, plus a gap either side of the text. Each margin can be set to display only symbols, line numbers, or text with <a class="message" href="#SCI_SETMARGINTYPEN"><code>SCI_SETMARGINTYPEN</code></a>. Textual margins may also display symbols. The markers that can be displayed in each margin are set with <a class="message" href="#SCI_SETMARGINMASKN"><code>SCI_SETMARGINMASKN</code></a>. Any markers not associated with a visible margin will be displayed as changes in background colour in the text. A width in pixels can be set for each margin. Margins with a zero width are ignored completely. You can choose if a mouse click in a margin sends a <a class="message" href="#SCN_MARGINCLICK"><code>SCN_MARGINCLICK</code></a> notification to the container or selects a line of text.</p> <p>The margins are numbered 0 to 4. Using a margin number outside the valid range has no effect. By default, margin 0 is set to display line numbers, but is given a width of 0, so it is hidden. Margin 1 is set to display non-folding symbols and is given a width of 16 pixels, so it is visible. Margin 2 is set to display the folding symbols, but is given a width of 0, so it is hidden. Of course, you can set the margins to be whatever you wish.</p> <p>Styled text margins used to show revision and blame information:</p> <p><img src="styledmargin.png" alt="Styled text margins used to show revision and blame information" /></p> <code><a class="message" href="#SCI_SETMARGINTYPEN">SCI_SETMARGINTYPEN(int margin, int type)</a><br /> <a class="message" href="#SCI_GETMARGINTYPEN">SCI_GETMARGINTYPEN(int margin)</a><br /> <a class="message" href="#SCI_SETMARGINWIDTHN">SCI_SETMARGINWIDTHN(int margin, int pixelWidth)</a><br /> <a class="message" href="#SCI_GETMARGINWIDTHN">SCI_GETMARGINWIDTHN(int margin)</a><br /> <a class="message" href="#SCI_SETMARGINMASKN">SCI_SETMARGINMASKN(int margin, int mask)</a><br /> <a class="message" href="#SCI_GETMARGINMASKN">SCI_GETMARGINMASKN(int margin)</a><br /> <a class="message" href="#SCI_SETMARGINSENSITIVEN">SCI_SETMARGINSENSITIVEN(int margin, bool sensitive)</a><br /> <a class="message" href="#SCI_GETMARGINSENSITIVEN">SCI_GETMARGINSENSITIVEN(int margin)</a><br /> <a class="message" href="#SCI_SETMARGINCURSORN">SCI_SETMARGINCURSORN(int margin, int cursor)</a><br /> <a class="message" href="#SCI_GETMARGINCURSORN">SCI_GETMARGINCURSORN(int margin)</a><br /> <a class="message" href="#SCI_SETMARGINLEFT">SCI_SETMARGINLEFT(&lt;unused&gt;, int pixels)</a><br /> <a class="message" href="#SCI_GETMARGINLEFT">SCI_GETMARGINLEFT</a><br /> <a class="message" href="#SCI_SETMARGINRIGHT">SCI_SETMARGINRIGHT(&lt;unused&gt;, int pixels)</a><br /> <a class="message" href="#SCI_GETMARGINRIGHT">SCI_GETMARGINRIGHT</a><br /> <a class="message" href="#SCI_SETFOLDMARGINCOLOUR">SCI_SETFOLDMARGINCOLOUR(bool useSetting, int colour)</a><br /> <a class="message" href="#SCI_SETFOLDMARGINHICOLOUR">SCI_SETFOLDMARGINHICOLOUR(bool useSetting, int colour)</a><br /> <a class="message" href="#SCI_MARGINSETTEXT">SCI_MARGINSETTEXT(int line, char *text)</a><br /> <a class="message" href="#SCI_MARGINGETTEXT">SCI_MARGINGETTEXT(int line, char *text)</a><br /> <a class="message" href="#SCI_MARGINSETSTYLE">SCI_MARGINSETSTYLE(int line, int style)</a><br /> <a class="message" href="#SCI_MARGINGETSTYLE">SCI_MARGINGETSTYLE(int line)</a><br /> <a class="message" href="#SCI_MARGINSETSTYLES">SCI_MARGINSETSTYLES(int line, char *styles)</a><br /> <a class="message" href="#SCI_MARGINGETSTYLES">SCI_MARGINGETSTYLES(int line, char *styles)</a><br /> <a class="message" href="#SCI_MARGINTEXTCLEARALL">SCI_MARGINTEXTCLEARALL</a><br /> <a class="message" href="#SCI_MARGINSETSTYLEOFFSET">SCI_MARGINSETSTYLEOFFSET(int style)</a><br /> <a class="message" href="#SCI_MARGINGETSTYLEOFFSET">SCI_MARGINGETSTYLEOFFSET</a><br /> <a class="message" href="#SCI_SETMARGINOPTIONS">SCI_SETMARGINOPTIONS(int marginOptions)</a><br /> <a class="message" href="#SCI_GETMARGINOPTIONS">SCI_GETMARGINOPTIONS</a><br /> </code> <p><b id="SCI_SETMARGINTYPEN">SCI_SETMARGINTYPEN(int margin, int iType)</b><br /> <b id="SCI_GETMARGINTYPEN">SCI_GETMARGINTYPEN(int margin)</b><br /> These two routines set and get the type of a margin. The margin argument should be 0, 1, 2, 3 or 4. You can use the predefined constants <code>SC_MARGIN_SYMBOL</code> (0) and <code>SC_MARGIN_NUMBER</code> (1) to set a margin as either a line number or a symbol margin. A margin with application defined text may use <code>SC_MARGIN_TEXT</code> (4) or <code>SC_MARGIN_RTEXT</code> (5) to right justify the text. By convention, margin 0 is used for line numbers and the next two are used for symbols. You can also use the constants <code>SC_MARGIN_BACK</code> (2) and <code>SC_MARGIN_FORE</code> (3) for symbol margins that set their background colour to match the STYLE_DEFAULT background and foreground colours.</p> <p><b id="SCI_SETMARGINWIDTHN">SCI_SETMARGINWIDTHN(int margin, int pixelWidth)</b><br /> <b id="SCI_GETMARGINWIDTHN">SCI_GETMARGINWIDTHN(int margin)</b><br /> These routines set and get the width of a margin in pixels. A margin with zero width is invisible. By default, Scintilla sets margin 1 for symbols with a width of 16 pixels, so this is a reasonable guess if you are not sure what would be appropriate. Line number margins widths should take into account the number of lines in the document and the line number style. You could use something like <a class="message" href="#SCI_TEXTWIDTH"><code>SCI_TEXTWIDTH(STYLE_LINENUMBER, "_99999")</code></a> to get a suitable width.</p> <p><b id="SCI_SETMARGINMASKN">SCI_SETMARGINMASKN(int margin, int mask)</b><br /> <b id="SCI_GETMARGINMASKN">SCI_GETMARGINMASKN(int margin)</b><br /> The mask is a 32-bit value. Each bit corresponds to one of 32 logical symbols that can be displayed in a margin that is enabled for symbols. There is a useful constant, <code>SC_MASK_FOLDERS</code> (0xFE000000 or -33554432), that is a mask for the 7 logical symbols used to denote folding. You can assign a wide range of symbols and colours to each of the 32 logical symbols, see <a href="#Markers">Markers</a> for more information. If <code>(mask &amp; SC_MASK_FOLDERS)==0</code>, the margin background colour is controlled by style 33 (<a class="message" href="#StyleDefinition"><code>STYLE_LINENUMBER</code></a>).</p> <p>You add logical markers to a line with <a class="message" href="#SCI_MARKERADD"><code>SCI_MARKERADD</code></a>. If a line has an associated marker that does not appear in the mask of any margin with a non-zero width, the marker changes the background colour of the line. For example, suppose you decide to use logical marker 10 to mark lines with a syntax error and you want to show such lines by changing the background colour. The mask for this marker is 1 shifted left 10 times (1&lt;&lt;10) which is 0x400. If you make sure that no symbol margin includes 0x400 in its mask, any line with the marker gets the background colour changed.</p> <p>To set a non-folding margin 1 use <code>SCI_SETMARGINMASKN(1, ~SC_MASK_FOLDERS)</code> which is the default set by Scintilla. To set a folding margin 2 use <code>SCI_SETMARGINMASKN(2, SC_MASK_FOLDERS)</code>. <code>~SC_MASK_FOLDERS</code> is 0x1FFFFFF in hexadecimal or 33554431 decimal. Of course, you may need to display all 32 symbols in a margin, in which case use <code>SCI_SETMARGINMASKN(margin, -1)</code>.</p> <p><b id="SCI_SETMARGINSENSITIVEN">SCI_SETMARGINSENSITIVEN(int margin, bool sensitive)</b><br /> <b id="SCI_GETMARGINSENSITIVEN">SCI_GETMARGINSENSITIVEN(int margin)</b><br /> Each of the five margins can be set sensitive or insensitive to mouse clicks. A click in a sensitive margin sends a <a class="message" href="#SCN_MARGINCLICK"><code>SCN_MARGINCLICK</code></a> <a class="jump" href="#Notifications">notification</a> to the container. Margins that are not sensitive act as selection margins which make it easy to select ranges of lines. By default, all margins are insensitive.</p> <p><b id="SCI_SETMARGINCURSORN">SCI_SETMARGINCURSORN(int margin, int cursor)</b><br /> <b id="SCI_GETMARGINCURSORN">SCI_GETMARGINCURSORN(int margin)</b><br /> A reversed arrow cursor is normally shown over all margins. This may be changed to a normal arrow with <code>SCI_SETMARGINCURSORN(margin, SC_CURSORARROW)</code> or restored to a reversed arrow with <code>SCI_SETMARGINCURSORN(margin, SC_CURSORREVERSEARROW)</code>.</p> <p><b id="SCI_SETMARGINLEFT">SCI_SETMARGINLEFT(&lt;unused&gt;, int pixels)</b><br /> <b id="SCI_GETMARGINLEFT">SCI_GETMARGINLEFT</b><br /> <b id="SCI_SETMARGINRIGHT">SCI_SETMARGINRIGHT(&lt;unused&gt;, int pixels)</b><br /> <b id="SCI_GETMARGINRIGHT">SCI_GETMARGINRIGHT</b><br /> These messages set and get the width of the blank margin on both sides of the text in pixels. The default is to one pixel on each side.</p> <p><b id="SCI_SETFOLDMARGINCOLOUR">SCI_SETFOLDMARGINCOLOUR(bool useSetting, int colour)</b><br /> <b id="SCI_SETFOLDMARGINHICOLOUR">SCI_SETFOLDMARGINHICOLOUR(bool useSetting, int colour)</b><br /> These messages allow changing the colour of the fold margin and fold margin highlight. On Windows the fold margin colour defaults to ::GetSysColor(COLOR_3DFACE) and the fold margin highlight colour to ::GetSysColor(COLOR_3DHIGHLIGHT).</p> <p> <b id="SCI_MARGINSETTEXT">SCI_MARGINSETTEXT(int line, char *text)</b><br /> <b id="SCI_MARGINGETTEXT">SCI_MARGINGETTEXT(int line, char *text)</b><br /> <b id="SCI_MARGINSETSTYLE">SCI_MARGINSETSTYLE(int line, int style)</b><br /> <b id="SCI_MARGINGETSTYLE">SCI_MARGINGETSTYLE(int line)</b><br /> <b id="SCI_MARGINSETSTYLES">SCI_MARGINSETSTYLES(int line, char *styles)</b><br /> <b id="SCI_MARGINGETSTYLES">SCI_MARGINGETSTYLES(int line, char *styles)</b><br /> <b id="SCI_MARGINTEXTCLEARALL">SCI_MARGINTEXTCLEARALL</b><br /> Text margins are created with the type SC_MARGIN_TEXT or SC_MARGIN_RTEXT. A different string may be set for each line with <code>SCI_MARGINSETTEXT</code>. The whole of the text margin on a line may be displayed in a particular style with <code>SCI_MARGINSETSTYLE</code> or each character may be individually styled with <code>SCI_MARGINSETSTYLES</code> which uses an array of bytes with each byte setting the style of the corresponding text byte similar to <code>SCI_SETSTYLINGEX</code>. Setting a text margin will cause a <a class="message" href="#SC_MOD_CHANGEMARGIN"><code>SC_MOD_CHANGEMARGIN</code></a> notification to be sent. </p> <p> Only some style attributes are active in text margins: font, size/sizeFractional, bold/weight, italics, fore, back, and characterSet. </p> <p> <b id="SCI_MARGINSETSTYLEOFFSET">SCI_MARGINSETSTYLEOFFSET(int style)</b><br /> <b id="SCI_MARGINGETSTYLEOFFSET">SCI_MARGINGETSTYLEOFFSET</b><br /> Margin styles may be completely separated from standard text styles by setting a style offset. For example, <code>SCI_MARGINSETSTYLEOFFSET(256)</code> would allow the margin styles to be numbered from 256 up to 511 so they do not overlap styles set by lexers. Each style number set with <code>SCI_MARGINSETSTYLE</code> or <code>SCI_MARGINSETSTYLES</code> has the offset added before looking up the style. </p> <p> Always call <a class="message" href="#SCI_ALLOCATEEXTENDEDSTYLES">SCI_ALLOCATEEXTENDEDSTYLES</a> before <code>SCI_MARGINSETSTYLEOFFSET</code> and use the result as the argument to <code>SCI_MARGINSETSTYLEOFFSET</code>. </p> <p> <b id="SCI_SETMARGINOPTIONS">SCI_SETMARGINOPTIONS(int marginOptions)</b><br /> <b id="SCI_GETMARGINOPTIONS">SCI_GETMARGINOPTIONS</b><br /> Define margin options by enabling appropriate bit flags. At the moment, only one flag is available <code>SC_MARGINOPTION_SUBLINESELECT</code>=1, which controls how wrapped lines are selected when clicking on margin in front of them. If <code>SC_MARGINOPTION_SUBLINESELECT</code> is set only sub line of wrapped line is selected, otherwise whole wrapped line is selected. Margin options are set to <code>SC_MARGINOPTION_NONE</code>=0 by default. </p> <h2 id="Annotations">Annotations</h2> <p>Annotations are read-only lines of text underneath each line of editable text. An annotation may consist of multiple lines separated by '\n'. Annotations can be used to display an assembler version of code for debugging or to show diagnostic messages inline or to line up different versions of text in a merge tool.</p> <p>Annotations count as display lines for the methods <a class="message" href="#SCI_VISIBLEFROMDOCLINE"><code>SCI_VISIBLEFROMDOCLINE</code></a> and <a class="message" href="#SCI_DOCLINEFROMVISIBLE"><code>SCI_DOCLINEFROMVISIBLE</code></a></p> <p>Annotations used for inline diagnostics:</p> <p><img src="annotations.png" alt="Annotations used for inline diagnostics" /></p> <code> <a class="message" href="#SCI_ANNOTATIONSETTEXT">SCI_ANNOTATIONSETTEXT(int line, char *text)</a><br /> <a class="message" href="#SCI_ANNOTATIONGETTEXT">SCI_ANNOTATIONGETTEXT(int line, char *text)</a><br /> <a class="message" href="#SCI_ANNOTATIONSETSTYLE">SCI_ANNOTATIONSETSTYLE(int line, int style)</a><br /> <a class="message" href="#SCI_ANNOTATIONGETSTYLE">SCI_ANNOTATIONGETSTYLE(int line)</a><br /> <a class="message" href="#SCI_ANNOTATIONSETSTYLES">SCI_ANNOTATIONSETSTYLES(int line, char *styles)</a><br /> <a class="message" href="#SCI_ANNOTATIONGETSTYLES">SCI_ANNOTATIONGETSTYLES(int line, char *styles)</a><br /> <a class="message" href="#SCI_ANNOTATIONGETLINES">SCI_ANNOTATIONGETLINES(int line)</a><br /> <a class="message" href="#SCI_ANNOTATIONCLEARALL">SCI_ANNOTATIONCLEARALL</a><br /> <a class="message" href="#SCI_ANNOTATIONSETVISIBLE">SCI_ANNOTATIONSETVISIBLE(int visible)</a><br /> <a class="message" href="#SCI_ANNOTATIONGETVISIBLE">SCI_ANNOTATIONGETVISIBLE</a><br /> <a class="message" href="#SCI_ANNOTATIONSETSTYLEOFFSET">SCI_ANNOTATIONSETSTYLEOFFSET(int style)</a><br /> <a class="message" href="#SCI_ANNOTATIONGETSTYLEOFFSET">SCI_ANNOTATIONGETSTYLEOFFSET</a><br /> </code> <p> <b id="SCI_ANNOTATIONSETTEXT">SCI_ANNOTATIONSETTEXT(int line, char *text)</b><br /> <b id="SCI_ANNOTATIONGETTEXT">SCI_ANNOTATIONGETTEXT(int line, char *text)</b><br /> <b id="SCI_ANNOTATIONSETSTYLE">SCI_ANNOTATIONSETSTYLE(int line, int style)</b><br /> <b id="SCI_ANNOTATIONGETSTYLE">SCI_ANNOTATIONGETSTYLE(int line)</b><br /> <b id="SCI_ANNOTATIONSETSTYLES">SCI_ANNOTATIONSETSTYLES(int line, char *styles)</b><br /> <b id="SCI_ANNOTATIONGETSTYLES">SCI_ANNOTATIONGETSTYLES(int line, char *styles)</b><br /> <b id="SCI_ANNOTATIONGETLINES">SCI_ANNOTATIONGETLINES(int line)</b><br /> <b id="SCI_ANNOTATIONCLEARALL">SCI_ANNOTATIONCLEARALL</b><br /> A different string may be set for each line with <code>SCI_ANNOTATIONSETTEXT</code>. To clear annotations call <code>SCI_ANNOTATIONSETTEXT</code> with a NULL pointer. The whole of the text ANNOTATION on a line may be displayed in a particular style with <code>SCI_ANNOTATIONSETSTYLE</code> or each character may be individually styled with <code>SCI_ANNOTATIONSETSTYLES</code> which uses an array of bytes with each byte setting the style of the corresponding text byte similar to <code>SCI_SETSTYLINGEX</code>. The text must be set first as it specifies how long the annotation is so how many bytes of styling to read. Setting an annotation will cause a <a class="message" href="#SC_MOD_CHANGEANNOTATION"><code>SC_MOD_CHANGEANNOTATION</code></a> notification to be sent. </p> <p> The number of lines annotating a line can be retrieved with <code>SCI_ANNOTATIONGETLINES</code>. All the lines can be cleared of annotations with <code>SCI_ANNOTATIONCLEARALL</code> which is equivalent to clearing each line (setting to 0) and then deleting other memory used for this feature. </p> <p> Only some style attributes are active in annotations: font, size/sizeFractional, bold/weight, italics, fore, back, and characterSet. </p> <p> <b id="SCI_ANNOTATIONSETVISIBLE">SCI_ANNOTATIONSETVISIBLE(int visible)</b><br /> <b id="SCI_ANNOTATIONGETVISIBLE">SCI_ANNOTATIONGETVISIBLE</b><br /> Annotations can be made visible in a view and there is a choice of display style when visible. The two messages set and get the annotation display mode. The <code>visible</code> argument can be one of:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Annotation visibility"> <tbody valign="top"> <tr> <th align="left"><code>ANNOTATION_HIDDEN</code></th> <td>0</td> <td>Annotations are not displayed.</td> </tr> <tr> <th align="left"><code>ANNOTATION_STANDARD</code></th> <td>1</td> <td>Annotations are drawn left justified with no adornment.</td> </tr> <tr> <th align="left"><code>ANNOTATION_BOXED</code></th> <td>2</td> <td>Annotations are indented to match the text and are surrounded by a box.</td> </tr> </tbody> </table> <p> <b id="SCI_ANNOTATIONSETSTYLEOFFSET">SCI_ANNOTATIONSETSTYLEOFFSET(int style)</b><br /> <b id="SCI_ANNOTATIONGETSTYLEOFFSET">SCI_ANNOTATIONGETSTYLEOFFSET</b><br /> Annotation styles may be completely separated from standard text styles by setting a style offset. For example, <code>SCI_ANNOTATIONSETSTYLEOFFSET(512)</code> would allow the annotation styles to be numbered from 512 up to 767 so they do not overlap styles set by lexers (or margins if margins offset is 256). Each style number set with <code>SCI_ANNOTATIONSETSTYLE</code> or <code>SCI_ANNOTATIONSETSTYLES</code> has the offset added before looking up the style. </p> <p> Always call <a class="message" href="#SCI_ALLOCATEEXTENDEDSTYLES">SCI_ALLOCATEEXTENDEDSTYLES</a> before <code>SCI_ANNOTATIONSETSTYLEOFFSET</code> and use the result as the argument to <code>SCI_ANNOTATIONSETSTYLEOFFSET</code>. </p> <h2 id="OtherSettings">Other settings</h2> <code><a class="message" href="#SCI_SETUSEPALETTE">SCI_SETUSEPALETTE(bool allowPaletteUse)</a><br /> <a class="message" href="#SCI_GETUSEPALETTE">SCI_GETUSEPALETTE</a><br /> <a class="message" href="#SCI_SETBUFFEREDDRAW">SCI_SETBUFFEREDDRAW(bool isBuffered)</a><br /> <a class="message" href="#SCI_GETBUFFEREDDRAW">SCI_GETBUFFEREDDRAW</a><br /> <a class="message" href="#SCI_SETTWOPHASEDRAW">SCI_SETTWOPHASEDRAW(bool twoPhase)</a><br /> <a class="message" href="#SCI_GETTWOPHASEDRAW">SCI_GETTWOPHASEDRAW</a><br /> <a class="message" href="#SCI_SETTECHNOLOGY">SCI_SETTECHNOLOGY(int technology)</a><br /> <a class="message" href="#SCI_GETTECHNOLOGY">SCI_GETTECHNOLOGY</a><br /> <a class="message" href="#SCI_SETFONTQUALITY">SCI_SETFONTQUALITY(int fontQuality)</a><br /> <a class="message" href="#SCI_GETFONTQUALITY">SCI_GETFONTQUALITY</a><br /> <a class="message" href="#SCI_SETCODEPAGE">SCI_SETCODEPAGE(int codePage)</a><br /> <a class="message" href="#SCI_GETCODEPAGE">SCI_GETCODEPAGE</a><br /> <a class="message" href="#SCI_SETKEYSUNICODE">SCI_SETKEYSUNICODE(bool keysUnicode)</a><br /> <a class="message" href="#SCI_GETKEYSUNICODE">SCI_GETKEYSUNICODE</a><br /> <a class="message" href="#SCI_SETWORDCHARS">SCI_SETWORDCHARS(&lt;unused&gt;, const char *characters)</a><br /> <a class="message" href="#SCI_GETWORDCHARS">SCI_GETWORDCHARS(&lt;unused&gt;, char *characters)</a><br /> <a class="message" href="#SCI_SETWHITESPACECHARS">SCI_SETWHITESPACECHARS(&lt;unused&gt;, const char *characters)</a><br /> <a class="message" href="#SCI_GETWHITESPACECHARS">SCI_GETWHITESPACECHARS(&lt;unused&gt;, char *characters)</a><br /> <a class="message" href="#SCI_SETPUNCTUATIONCHARS">SCI_SETPUNCTUATIONCHARS(&lt;unused&gt;, const char *characters)</a><br /> <a class="message" href="#SCI_GETPUNCTUATIONCHARS">SCI_GETPUNCTUATIONCHARS(&lt;unused&gt;, char *characters)</a><br /> <a class="message" href="#SCI_SETCHARSDEFAULT">SCI_SETCHARSDEFAULT</a><br /> <a class="message" href="#SCI_GRABFOCUS">SCI_GRABFOCUS</a><br /> <a class="message" href="#SCI_SETFOCUS">SCI_SETFOCUS(bool focus)</a><br /> <a class="message" href="#SCI_GETFOCUS">SCI_GETFOCUS</a><br /> </code> <p>To forward a message <code>(WM_XXXX, WPARAM, LPARAM)</code> to Scintilla, you can use <code>SendMessage(hScintilla, WM_XXXX, WPARAM, LPARAM)</code> where <code>hScintilla</code> is the handle to the Scintilla window you created as your editor.</p> <p>While we are on the subject of forwarding messages in Windows, the top level window should forward any <code>WM_SETTINGCHANGE</code> messages to Scintilla (this is currently used to collect changes to mouse settings, but could be used for other user interface items in the future).</p> <p><b id="SCI_SETBUFFEREDDRAW">SCI_SETBUFFEREDDRAW(bool isBuffered)</b><br /> <b id="SCI_GETBUFFEREDDRAW">SCI_GETBUFFEREDDRAW</b><br /> These messages turn buffered drawing on or off and report the buffered drawing state. Buffered drawing draws each line into a bitmap rather than directly to the screen and then copies the bitmap to the screen. This avoids flickering although it does take longer. The default is for drawing to be buffered.</p> <p><b id="SCI_SETTWOPHASEDRAW">SCI_SETTWOPHASEDRAW(bool twoPhase)</b><br /> <b id="SCI_GETTWOPHASEDRAW">SCI_GETTWOPHASEDRAW</b><br /> Two phase drawing is a better but slower way of drawing text. In single phase drawing each run of characters in one style is drawn along with its background. If a character overhangs the end of a run, such as in "<i>V</i>_" where the "<i>V</i>" is in a different style from the "_", then this can cause the right hand side of the "<i>V</i>" to be overdrawn by the background of the "_" which cuts it off. Two phase drawing fixes this by drawing all the backgrounds first and then drawing the text in transparent mode. Two phase drawing may flicker more than single phase unless buffered drawing is on. The default is for drawing to be two phase.</p> <p><b id="SCI_SETTECHNOLOGY">SCI_SETTECHNOLOGY(int technology)</b><br /> <b id="SCI_GETTECHNOLOGY">SCI_GETTECHNOLOGY</b><br /> The technology property allows choosing between different drawing APIs and options. On most platforms, the only choice is <code>SC_TECHNOLOGY_DEFAULT</code> (0). On Windows Vista or later, <code>SC_TECHNOLOGY_DIRECTWRITE</code> (1) can be chosen to use the Direct2D and DirectWrite APIs for higher quality antialiased drawing. Since Direct2D buffers drawing, Scintilla's buffering can be turned off with <code>SCI_SETBUFFEREDDRAW(0)</code>.</p> <p><b id="SCI_SETFONTQUALITY">SCI_SETFONTQUALITY(int fontQuality)</b><br /> <b id="SCI_GETFONTQUALITY">SCI_GETFONTQUALITY</b><br /> Manage font quality (antialiasing method). Currently, the following values are available on Windows: <code>SC_EFF_QUALITY_DEFAULT</code> (backward compatible), <code>SC_EFF_QUALITY_NON_ANTIALIASED</code>, <code>SC_EFF_QUALITY_ANTIALIASED</code>, <code>SC_EFF_QUALITY_LCD_OPTIMIZED</code>.</p> <p>In case it is necessary to squeeze more options into this property, only a limited number of bits defined by SC_EFF_QUALITY_MASK (0xf) will be used for quality.</p> <p><b id="SCI_SETCODEPAGE">SCI_SETCODEPAGE(int codePage)</b><br /> <b id="SCI_GETCODEPAGE">SCI_GETCODEPAGE</b><br /> Scintilla has some support for Japanese, Chinese and Korean DBCS. Use this message with <code>codePage</code> set to the code page number to set Scintilla to use code page information to ensure double byte characters are treated as one character rather than two. This also stops the caret from moving between the two bytes in a double byte character. Do not use this message to choose between different single byte character sets: it doesn't do that. Call with <code>codePage</code> set to zero to disable DBCS support. The default is <code>SCI_SETCODEPAGE(0)</code>.</p> <p>Code page <code>SC_CP_UTF8</code> (65001) sets Scintilla into Unicode mode with the document treated as a sequence of characters expressed in UTF-8. The text is converted to the platform's normal Unicode encoding before being drawn by the OS and thus can display Hebrew, Arabic, Cyrillic, and Han characters. Languages which can use two characters stacked vertically in one horizontal space, such as Thai, will mostly work but there are some issues where the characters are drawn separately leading to visual glitches. Bi-directional text is not supported. </p> <p>Code page can be set to 932 (Japanese Shift-JIS), 936 (Simplified Chinese GBK), 949 (Korean Unified Hangul Code), 950 (Traditional Chinese Big5), or 1361 (Korean Johab) although these may require installation of language specific support.</p> <p><b id="SCI_SETKEYSUNICODE">SCI_SETKEYSUNICODE(bool keysUnicode)</b><br /> <b id="SCI_GETKEYSUNICODE">SCI_GETKEYSUNICODE</b><br /> On Windows, character keys are normally handled differently depending on whether Scintilla is a wide or narrow character window with character messages treated as Unicode when wide and as 8 bit otherwise. Set this property to always treat as Unicode. This option is needed for Delphi.</p> <p><b id="SCI_SETWORDCHARS">SCI_SETWORDCHARS(&lt;unused&gt;, const char *characters)</b><br /> Scintilla has several functions that operate on words, which are defined to be contiguous sequences of characters from a particular set of characters. This message defines which characters are members of that set. The character sets are set to default values before processing this function. For example, if you don't allow '_' in your set of characters use:<br /> <code>SCI_SETWORDCHARS(0, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")</code>;</p> <p><b id="SCI_GETWORDCHARS">SCI_GETWORDCHARS(&lt;unused&gt;, char *characters)</b><br /> This fills the characters parameter with all the characters included in words. The characters parameter must be large enough to hold all of the characters. If the characters parameter is 0 then the length that should be allocated to store the entire set is returned.</p> <p><b id="SCI_SETWHITESPACECHARS">SCI_SETWHITESPACECHARS(&lt;unused&gt;, const char *characters)</b><br /> <b id="SCI_GETWHITESPACECHARS">SCI_GETWHITESPACECHARS(&lt;unused&gt;, char *characters)</b><br /> Similar to <code>SCI_SETWORDCHARS</code>, this message allows the user to define which chars Scintilla considers as whitespace. Setting the whitespace chars allows the user to fine-tune Scintilla's behaviour doing such things as moving the cursor to the start or end of a word; for example, by defining punctuation chars as whitespace, they will be skipped over when the user presses ctrl+left or ctrl+right. This function should be called after <code>SCI_SETWORDCHARS</code> as it will reset the whitespace characters to the default set. <code>SCI_GETWHITESPACECHARS</code> behaves similarly to <code>SCI_GETWORDCHARS</code>.</p> <p><b id="SCI_SETPUNCTUATIONCHARS">SCI_SETPUNCTUATIONCHARS(&lt;unused&gt;, const char *characters)</b><br /> <b id="SCI_GETPUNCTUATIONCHARS">SCI_GETPUNCTUATIONCHARS(&lt;unused&gt;, char *characters)</b><br /> Similar to <code>SCI_SETWORDCHARS</code> and <code>SCI_SETWHITESPACECHARS</code>, this message allows the user to define which chars Scintilla considers as punctuation. <code>SCI_GETPUNCTUATIONCHARS</code> behaves similarly to <code>SCI_GETWORDCHARS</code>.</p> <p><b id="SCI_SETCHARSDEFAULT">SCI_SETCHARSDEFAULT</b><br /> Use the default sets of word and whitespace characters. This sets whitespace to space, tab and other characters with codes less than 0x20, with word characters set to alphanumeric and '_'. </p> <p><b id="SCI_GRABFOCUS">SCI_GRABFOCUS</b><br /> <b id="SCI_SETFOCUS">SCI_SETFOCUS(bool focus)</b><br /> <b id="SCI_GETFOCUS">SCI_GETFOCUS</b><br /> Scintilla can be told to grab the focus with this message. This is needed more on GTK+ where focus handling is more complicated than on Windows.</p> <p>The internal focus flag can be set with <code>SCI_SETFOCUS</code>. This is used by clients that have complex focus requirements such as having their own window that gets the real focus but with the need to indicate that Scintilla has the logical focus.</p> <h2 id="BraceHighlighting">Brace highlighting</h2> <code><a class="message" href="#SCI_BRACEHIGHLIGHT">SCI_BRACEHIGHLIGHT(int pos1, int pos2)</a><br /> <a class="message" href="#SCI_BRACEBADLIGHT">SCI_BRACEBADLIGHT(int pos1)</a><br /> <a class="message" href="#SCI_BRACEHIGHLIGHTINDICATOR">SCI_BRACEHIGHLIGHTINDICATOR(bool useBraceHighlightIndicator, int indicatorNumber)</a><br /> <a class="message" href="#SCI_BRACEBADLIGHTINDICATOR">SCI_BRACEBADLIGHTINDICATOR(bool useBraceBadLightIndicator, int indicatorNumber)</a><br /> <a class="message" href="#SCI_BRACEMATCH">SCI_BRACEMATCH(int position, int maxReStyle)</a><br /> </code> <p><b id="SCI_BRACEHIGHLIGHT">SCI_BRACEHIGHLIGHT(int pos1, int pos2)</b><br /> Up to two characters can be highlighted in a 'brace highlighting style', which is defined as style number <a class="message" href="#StyleDefinition"><code>STYLE_BRACELIGHT</code></a> (34). If you have enabled indent guides, you may also wish to highlight the indent that corresponds with the brace. You can locate the column with <a class="message" href="#SCI_GETCOLUMN"><code>SCI_GETCOLUMN</code></a> and highlight the indent with <a class="message" href="#SCI_SETHIGHLIGHTGUIDE"><code>SCI_SETHIGHLIGHTGUIDE</code></a>.</p> <p><b id="SCI_BRACEBADLIGHT">SCI_BRACEBADLIGHT(int pos1)</b><br /> If there is no matching brace then the <a class="jump" href="#StyleDefinition">brace badlighting style</a>, style <code>STYLE_BRACEBAD</code> (35), can be used to show the brace that is unmatched. Using a position of <code>INVALID_POSITION</code> (-1) removes the highlight.</p> <p><b id="#SCI_BRACEHIGHLIGHTINDICATOR">SCI_BRACEHIGHLIGHTINDICATOR(bool useBraceHighlightIndicator, int indicatorNumber)</b><br /> Use specified indicator to highlight matching braces instead of changing their style.</p> <p><b id="#SCI_BRACEBADLIGHTINDICATOR">SCI_BRACEBADLIGHTINDICATOR(bool useBraceBadLightIndicator, int indicatorNumber)</b><br /> Use specified indicator to highlight non matching brace instead of changing its style.</p> <p><b id="SCI_BRACEMATCH">SCI_BRACEMATCH(int pos, int maxReStyle)</b><br /> The <code>SCI_BRACEMATCH</code> message finds a corresponding matching brace given <code>pos</code>, the position of one brace. The brace characters handled are '(', ')', '[', ']', '{', '}', '&lt;', and '&gt;'. The search is forwards from an opening brace and backwards from a closing brace. If the character at position is not a brace character, or a matching brace cannot be found, the return value is -1. Otherwise, the return value is the position of the matching brace.</p> <p>A match only occurs if the style of the matching brace is the same as the starting brace or the matching brace is beyond the end of styling. Nested braces are handled correctly. The <code>maxReStyle</code> parameter must currently be 0 - it may be used in the future to limit the length of brace searches.</p> <h2 id="TabsAndIndentationGuides">Tabs and Indentation Guides</h2> <p>Indentation (the white space at the start of a line) is often used by programmers to clarify program structure and in some languages, for example Python, it may be part of the language syntax. Tabs are normally used in editors to insert a tab character or to pad text with spaces up to the next tab.</p> <p>Scintilla can be set to treat tab and backspace in the white space at the start of a line in a special way: inserting a tab indents the line to the next indent position rather than just inserting a tab at the current character position and backspace unindents the line rather than deleting a character. Scintilla can also display indentation guides (vertical lines) to help you to generate code.</p> <code><a class="message" href="#SCI_SETTABWIDTH">SCI_SETTABWIDTH(int widthInChars)</a><br /> <a class="message" href="#SCI_GETTABWIDTH">SCI_GETTABWIDTH</a><br /> <a class="message" href="#SCI_SETUSETABS">SCI_SETUSETABS(bool useTabs)</a><br /> <a class="message" href="#SCI_GETUSETABS">SCI_GETUSETABS</a><br /> <a class="message" href="#SCI_SETINDENT">SCI_SETINDENT(int widthInChars)</a><br /> <a class="message" href="#SCI_GETINDENT">SCI_GETINDENT</a><br /> <a class="message" href="#SCI_SETTABINDENTS">SCI_SETTABINDENTS(bool tabIndents)</a><br /> <a class="message" href="#SCI_GETTABINDENTS">SCI_GETTABINDENTS</a><br /> <a class="message" href="#SCI_SETBACKSPACEUNINDENTS">SCI_SETBACKSPACEUNINDENTS(bool bsUnIndents)</a><br /> <a class="message" href="#SCI_GETBACKSPACEUNINDENTS">SCI_GETBACKSPACEUNINDENTS</a><br /> <a class="message" href="#SCI_SETLINEINDENTATION">SCI_SETLINEINDENTATION(int line, int indentation)</a><br /> <a class="message" href="#SCI_GETLINEINDENTATION">SCI_GETLINEINDENTATION(int line)</a><br /> <a class="message" href="#SCI_GETLINEINDENTPOSITION">SCI_GETLINEINDENTPOSITION(int line)</a><br /> <a class="message" href="#SCI_SETINDENTATIONGUIDES">SCI_SETINDENTATIONGUIDES(int indentView)</a><br /> <a class="message" href="#SCI_GETINDENTATIONGUIDES">SCI_GETINDENTATIONGUIDES</a><br /> <a class="message" href="#SCI_SETHIGHLIGHTGUIDE">SCI_SETHIGHLIGHTGUIDE(int column)</a><br /> <a class="message" href="#SCI_GETHIGHLIGHTGUIDE">SCI_GETHIGHLIGHTGUIDE</a><br /> </code> <p><b id="SCI_SETTABWIDTH">SCI_SETTABWIDTH(int widthInChars)</b><br /> <b id="SCI_GETTABWIDTH">SCI_GETTABWIDTH</b><br /> <code>SCI_SETTABWIDTH</code> sets the size of a tab as a multiple of the size of a space character in <code>STYLE_DEFAULT</code>. The default tab width is 8 characters. There are no limits on tab sizes, but values less than 1 or large values may have undesirable effects.</p> <p><b id="SCI_SETUSETABS">SCI_SETUSETABS(bool useTabs)</b><br /> <b id="SCI_GETUSETABS">SCI_GETUSETABS</b><br /> <code>SCI_SETUSETABS</code> determines whether indentation should be created out of a mixture of tabs and spaces or be based purely on spaces. Set <code>useTabs</code> to <code>false</code> (0) to create all tabs and indents out of spaces. The default is <code>true</code>. You can use <a class="message" href="#SCI_GETCOLUMN"><code>SCI_GETCOLUMN</code></a> to get the column of a position taking the width of a tab into account.</p> <p><b id="SCI_SETINDENT">SCI_SETINDENT(int widthInChars)</b><br /> <b id="SCI_GETINDENT">SCI_GETINDENT</b><br /> <code>SCI_SETINDENT</code> sets the size of indentation in terms of the width of a space in <a class="message" href="#StyleDefinition"><code>STYLE_DEFAULT</code></a>. If you set a width of 0, the indent size is the same as the tab size. There are no limits on indent sizes, but values less than 0 or large values may have undesirable effects. </p> <p><b id="SCI_SETTABINDENTS">SCI_SETTABINDENTS(bool tabIndents)</b><br /> <b id="SCI_GETTABINDENTS">SCI_GETTABINDENTS</b><br /> <b id="SCI_SETBACKSPACEUNINDENTS">SCI_SETBACKSPACEUNINDENTS(bool bsUnIndents)</b><br /> <b id="SCI_GETBACKSPACEUNINDENTS">SCI_GETBACKSPACEUNINDENTS</b><br /> </p> <p>Inside indentation white space, the tab and backspace keys can be made to indent and unindent rather than insert a tab character or delete a character with the <code>SCI_SETTABINDENTS</code> and <code>SCI_SETBACKSPACEUNINDENTS</code> functions.</p> <p><b id="SCI_SETLINEINDENTATION">SCI_SETLINEINDENTATION(int line, int indentation)</b><br /> <b id="SCI_GETLINEINDENTATION">SCI_GETLINEINDENTATION(int line)</b><br /> The amount of indentation on a line can be discovered and set with <code>SCI_GETLINEINDENTATION</code> and <code>SCI_SETLINEINDENTATION</code>. The indentation is measured in character columns, which correspond to the width of space characters.</p> <p><b id="SCI_GETLINEINDENTPOSITION">SCI_GETLINEINDENTPOSITION(int line)</b><br /> This returns the position at the end of indentation of a line.</p> <p><b id="SCI_SETINDENTATIONGUIDES">SCI_SETINDENTATIONGUIDES(int indentView)</b><br /> <b id="SCI_GETINDENTATIONGUIDES">SCI_GETINDENTATIONGUIDES</b><br /> Indentation guides are dotted vertical lines that appear within indentation white space every indent size columns. They make it easy to see which constructs line up especially when they extend over multiple pages. Style <a class="message" href="#StyleDefinition"><code>STYLE_INDENTGUIDE</code></a> (37) is used to specify the foreground and background colour of the indentation guides.</p> <p>There are 4 indentation guide views. SC_IV_NONE turns the feature off but the other 3 states determine how far the guides appear on empty lines. </p> <table border="0" summary="Search flags"> <tbody> <tr> <td><code>SC_IV_NONE</code></td> <td>No indentation guides are shown.</td> </tr> <tr> <td><code>SC_IV_REAL</code></td> <td>Indentation guides are shown inside real indentation white space.</td> </tr> <tr> <td><code>SC_IV_LOOKFORWARD</code></td> <td>Indentation guides are shown beyond the actual indentation up to the level of the next non-empty line. If the previous non-empty line was a fold header then indentation guides are shown for one more level of indent than that line. This setting is good for Python.</td> </tr> <tr> <td><code>SC_IV_LOOKBOTH</code></td> <td>Indentation guides are shown beyond the actual indentation up to the level of the next non-empty line or previous non-empty line whichever is the greater. This setting is good for most languages.</td> </tr> </tbody> </table> <p><b id="SCI_SETHIGHLIGHTGUIDE">SCI_SETHIGHLIGHTGUIDE(int column)</b><br /> <b id="SCI_GETHIGHLIGHTGUIDE">SCI_GETHIGHLIGHTGUIDE</b><br /> When brace highlighting occurs, the indentation guide corresponding to the braces may be highlighted with the brace highlighting style, <a class="message" href="#StyleDefinition"><code>STYLE_BRACELIGHT</code></a> (34). Set <code>column</code> to 0 to cancel this highlight.</p> <h2 id="Markers">Markers</h2> <p>There are 32 markers, numbered 0 to <code>MARKER_MAX</code> (31), and you can assign any combination of them to each line in the document. Markers appear in the <a class="jump" href="#Margins">selection margin</a> to the left of the text. If the selection margin is set to zero width, the background colour of the whole line is changed instead. Marker numbers 25 to 31 are used by Scintilla in folding margins, and have symbolic names of the form <code>SC_MARKNUM_</code>*, for example <code>SC_MARKNUM_FOLDEROPEN</code>.</p> <p>Marker numbers 0 to 24 have no pre-defined function; you can use them to mark syntax errors or the current point of execution, break points, or whatever you need marking. If you do not need folding, you can use all 32 for any purpose you wish.</p> <p>Each marker number has a symbol associated with it. You can also set the foreground and background colour for each marker number, so you can use the same symbol more than once with different colouring for different uses. Scintilla has a set of symbols you can assign (<code>SC_MARK_</code>*) or you can use characters. By default, all 32 markers are set to <code>SC_MARK_CIRCLE</code> with a black foreground and a white background.</p> <p>The markers are drawn in the order of their numbers, so higher numbered markers appear on top of lower numbered ones. Markers try to move with their text by tracking where the start of their line moves. When a line is deleted, its markers are combined, by an <code>OR</code> operation, with the markers of the previous line.</p> <code><a class="message" href="#SCI_MARKERDEFINE">SCI_MARKERDEFINE(int markerNumber, int markerSymbols)</a><br /> <a class="message" href="#SCI_MARKERDEFINEPIXMAP">SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)</a><br /> <a class="message" href="#SCI_RGBAIMAGESETWIDTH">SCI_RGBAIMAGESETWIDTH(int width)</a><br /> <a class="message" href="#SCI_RGBAIMAGESETHEIGHT">SCI_RGBAIMAGESETHEIGHT(int height)</a><br /> <a class="message" href="#SCI_RGBAIMAGESETSCALE">SCI_RGBAIMAGESETSCALE(int scalePercent)</a><br /> <a class="message" href="#SCI_MARKERDEFINERGBAIMAGE">SCI_MARKERDEFINERGBAIMAGE(int markerNumber, const char *pixels)</a><br /> <a class="message" href="#SCI_MARKERSYMBOLDEFINED">SCI_MARKERSYMBOLDEFINED(int markerNumber) </a><br /> <a class="message" href="#SCI_MARKERSETFORE">SCI_MARKERSETFORE(int markerNumber, int colour)</a><br /> <a class="message" href="#SCI_MARKERSETBACK">SCI_MARKERSETBACK(int markerNumber, int colour)</a><br /> <a class="message" href="#SCI_MARKERSETBACKSELECTED">SCI_MARKERSETBACKSELECTED(int markerNumber, int colour)</a><br /> <a class="message" href="#SCI_MARKERENABLEHIGHLIGHT">SCI_MARKERENABLEHIGHLIGHT(int enabled)</a><br /> <a class="message" href="#SCI_MARKERSETALPHA">SCI_MARKERSETALPHA(int markerNumber, int alpha)</a><br /> <a class="message" href="#SCI_MARKERADD">SCI_MARKERADD(int line, int markerNumber)</a><br /> <a class="message" href="#SCI_MARKERADDSET">SCI_MARKERADDSET(int line, int markerMask)</a><br /> <a class="message" href="#SCI_MARKERDELETE">SCI_MARKERDELETE(int line, int markerNumber)</a><br /> <a class="message" href="#SCI_MARKERDELETEALL">SCI_MARKERDELETEALL(int markerNumber)</a><br /> <a class="message" href="#SCI_MARKERGET">SCI_MARKERGET(int line)</a><br /> <a class="message" href="#SCI_MARKERNEXT">SCI_MARKERNEXT(int lineStart, int markerMask)</a><br /> <a class="message" href="#SCI_MARKERPREVIOUS">SCI_MARKERPREVIOUS(int lineStart, int markerMask)</a><br /> <a class="message" href="#SCI_MARKERLINEFROMHANDLE">SCI_MARKERLINEFROMHANDLE(int handle)</a><br /> <a class="message" href="#SCI_MARKERDELETEHANDLE">SCI_MARKERDELETEHANDLE(int handle)</a><br /> </code> <p><b id="SCI_MARKERDEFINE">SCI_MARKERDEFINE(int markerNumber, int markerSymbols)</b><br /> This message associates a marker number in the range 0 to 31 with one of the marker symbols or an ASCII character. The general-purpose marker symbols currently available are:<br /> <code>SC_MARK_CIRCLE</code>, <code>SC_MARK_ROUNDRECT</code>, <code>SC_MARK_ARROW</code>, <code>SC_MARK_SMALLRECT</code>, <code>SC_MARK_SHORTARROW</code>, <code>SC_MARK_EMPTY</code>, <code>SC_MARK_ARROWDOWN</code>, <code>SC_MARK_MINUS</code>, <code>SC_MARK_PLUS</code>, <code>SC_MARK_ARROWS</code>, <code>SC_MARK_DOTDOTDOT</code>, <code>SC_MARK_BACKGROUND</code>, <code>SC_MARK_LEFTRECT</code>, <code>SC_MARK_FULLRECT</code>, and <code>SC_MARK_UNDERLINE</code>.</p> <p>The <code>SC_MARK_BACKGROUND</code> marker changes the background colour of the line only. The <code>SC_MARK_FULLRECT</code> symbol mirrors this, changing only the margin background colour. <code>SC_MARK_UNDERLINE</code> draws an underline across the text. The <code>SC_MARK_EMPTY</code> symbol is invisible, allowing client code to track the movement of lines. You would also use it if you changed the folding style and wanted one or more of the <code>SC_FOLDERNUM_</code>* markers to have no associated symbol.</p> <p>Applications may use the marker symbol <code>SC_MARK_AVAILABLE</code> to indicate that plugins may allocate that marker number. </p> <p>There are also marker symbols designed for use in the folding margin in a flattened tree style.<br /> <code>SC_MARK_BOXMINUS</code>, <code>SC_MARK_BOXMINUSCONNECTED</code>, <code>SC_MARK_BOXPLUS</code>, <code>SC_MARK_BOXPLUSCONNECTED</code>, <code>SC_MARK_CIRCLEMINUS</code>, <code>SC_MARK_CIRCLEMINUSCONNECTED</code>, <code>SC_MARK_CIRCLEPLUS</code>, <code>SC_MARK_CIRCLEPLUSCONNECTED</code>, <code>SC_MARK_LCORNER</code>, <code>SC_MARK_LCORNERCURVE</code>, <code>SC_MARK_TCORNER</code>, <code>SC_MARK_TCORNERCURVE</code>, and <code>SC_MARK_VLINE</code>.</p> Characters can be used as markers by adding the ASCII value of the character to <code>SC_MARK_CHARACTER</code> (10000). For example, to use 'A' (ASCII code 65) as marker number 1 use:<br /> <code>SCI_MARKERDEFINE(1, SC_MARK_CHARACTER+65)</code>. <br /> <p>The marker numbers <code>SC_MARKNUM_FOLDER</code> and <code>SC_MARKNUM_FOLDEROPEN</code> are used for showing that a fold is present and open or closed. Any symbols may be assigned for this purpose although the (<code>SC_MARK_PLUS</code>, <code>SC_MARK_MINUS</code>) pair or the (<code>SC_MARK_ARROW</code>, <code>SC_MARK_ARROWDOWN</code>) pair are good choices. As well as these two, more assignments are needed for the flattened tree style: <code>SC_MARKNUM_FOLDEREND</code>, <code>SC_MARKNUM_FOLDERMIDTAIL</code>, <code>SC_MARKNUM_FOLDEROPENMID</code>, <code>SC_MARKNUM_FOLDERSUB</code>, and <code>SC_MARKNUM_FOLDERTAIL</code>. The bits used for folding are specified by <code>SC_MASK_FOLDERS</code>, which is commonly used as an argument to <code>SCI_SETMARGINMASKN</code> when defining a margin to be used for folding.</p> <p>This table shows which <code>SC_MARK_</code>* symbols should be assigned to which <code>SC_MARKNUM_</code>* marker numbers to obtain four folding styles: Arrow (mimics Macintosh), plus/minus shows folded lines as '+' and opened folds as '-', Circle tree, Box tree.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Markers used for folding"> <thead align="left"> <tr> <th><code>SC_MARKNUM_</code>*</th> <th>Arrow</th> <th>Plus/minus</th> <th>Circle tree</th> <th>Box tree</th> </tr> </thead> <tbody valign="top"> <tr> <th align="left"><code>FOLDEROPEN</code></th> <td><code>ARROWDOWN</code></td> <td><code>MINUS</code></td> <td><code>CIRCLEMINUS</code></td> <td><code>BOXMINUS</code></td> </tr> <tr> <th align="left"><code>FOLDER</code></th> <td><code>ARROW</code></td> <td><code>PLUS</code></td> <td><code>CIRCLEPLUS</code></td> <td><code>BOXPLUS</code></td> </tr> <tr> <th align="left"><code>FOLDERSUB</code></th> <td><code>EMPTY</code></td> <td><code>EMPTY</code></td> <td><code>VLINE</code></td> <td><code>VLINE</code></td> </tr> <tr> <th align="left"><code>FOLDERTAIL</code></th> <td><code>EMPTY</code></td> <td><code>EMPTY</code></td> <td><code>LCORNERCURVE</code></td> <td><code>LCORNER</code></td> </tr> <tr> <th align="left"><code>FOLDEREND</code></th> <td><code>EMPTY</code></td> <td><code>EMPTY</code></td> <td><code>CIRCLEPLUSCONNECTED</code></td> <td><code>BOXPLUSCONNECTED</code></td> </tr> <tr> <th align="left"><code>FOLDEROPENMID</code></th> <td><code>EMPTY</code></td> <td><code>EMPTY</code></td> <td><code>CIRCLEMINUSCONNECTED</code></td> <td><code>BOXMINUSCONNECTED</code></td> </tr> <tr> <th align="left"><code>FOLDERMIDTAIL</code></th> <td><code>EMPTY</code></td> <td><code>EMPTY</code></td> <td><code>TCORNERCURVE</code></td> <td><code>TCORNER</code></td> </tr> </tbody> </table> <p><b id="SCI_MARKERDEFINEPIXMAP">SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)</b><br /> Markers can be set to pixmaps with this message. The <a class="jump" href="#XPM">XPM format</a> is used for the pixmap. Pixmaps use the <code>SC_MARK_PIXMAP</code> marker symbol. </p> <p> <b id="SCI_RGBAIMAGESETWIDTH">SCI_RGBAIMAGESETWIDTH(int width)</b><br /> <b id="SCI_RGBAIMAGESETHEIGHT">SCI_RGBAIMAGESETHEIGHT(int height)</b><br /> <b id="SCI_RGBAIMAGESETSCALE">SCI_RGBAIMAGESETSCALE(int scalePercent)</b><br /> <b id="SCI_MARKERDEFINERGBAIMAGE">SCI_MARKERDEFINERGBAIMAGE(int markerNumber, const char *pixels)</b><br /> Markers can be set to translucent pixmaps with this message. The <a class="jump" href="#RGBA">RGBA format</a> is used for the pixmap. The width and height must previously been set with the <code>SCI_RGBAIMAGESETWIDTH</code> and <code>SCI_RGBAIMAGESETHEIGHT</code> messages.</p> <p>A scale factor in percent may be set with <code>SCI_RGBAIMAGESETSCALE</code>. This is useful on OS X with a retina display where each display unit is 2 pixels: use a factor of 200 so that each image pixel is displayed using a screen pixel. The default scale, 100, will stretch each image pixel to cover 4 screen pixels on a retina display.</p> <p>Pixmaps use the <code>SC_MARK_RGBAIMAGE</code> marker symbol. </p> <p><b id="SCI_MARKERSYMBOLDEFINED">SCI_MARKERSYMBOLDEFINED(int markerNumber)</b><br /> Returns the symbol defined for a markerNumber with <code>SCI_MARKERDEFINE</code> or <code>SC_MARK_PIXMAP</code> if defined with <code>SCI_MARKERDEFINEPIXMAP</code> or <code>SC_MARK_RGBAIMAGE</code> if defined with <code>SCI_MARKERDEFINERGBAIMAGE</code>.</p> <p><b id="SCI_MARKERSETFORE">SCI_MARKERSETFORE(int markerNumber, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_MARKERSETBACK">SCI_MARKERSETBACK(int markerNumber, int <a class="jump" href="#colour">colour</a>)</b><br /> These two messages set the foreground and background colour of a marker number.<br /> <b id="SCI_MARKERSETBACKSELECTED">SCI_MARKERSETBACKSELECTED(int markerNumber, int <a class="jump" href="#colour">colour</a>)</b><br /> This message sets the highlight background colour of a marker number when its folding block is selected. The default colour is #FF0000.</p> <p><b id="SCI_MARKERENABLEHIGHLIGHT">SCI_MARKERENABLEHIGHLIGHT(bool enabled)</b><br /> This message allows to enable/disable the highlight folding block when it is selected. (i.e. block that contains the caret)</p> <p><b id="SCI_MARKERSETALPHA">SCI_MARKERSETALPHA(int markerNumber, int <a class="jump" href="#alpha">alpha</a>)</b><br /> When markers are drawn in the content area, either because there is no margin for them or they are of <code>SC_MARK_BACKGROUND</code> or <code>SC_MARK_UNDERLINE</code> types, they may be drawn translucently by setting an alpha value.</p> <p><b id="SCI_MARKERADD">SCI_MARKERADD(int line, int markerNumber)</b><br /> This message adds marker number <code>markerNumber</code> to a line. The message returns -1 if this fails (illegal line number, out of memory) or it returns a marker handle number that identifies the added marker. You can use this returned handle with <a class="message" href="#SCI_MARKERLINEFROMHANDLE"><code>SCI_MARKERLINEFROMHANDLE</code></a> to find where a marker is after moving or combining lines and with <a class="message" href="#SCI_MARKERDELETEHANDLE"><code>SCI_MARKERDELETEHANDLE</code></a> to delete the marker based on its handle. The message does not check the value of markerNumber, nor does it check if the line already contains the marker.</p> <p><b id="SCI_MARKERADDSET">SCI_MARKERADDSET(int line, int markerMask)</b><br /> This message can add one or more markers to a line with a single call, specified in the same "one-bit-per-marker" 32-bit integer format returned by <a class="message" href="#SCI_MARKERGET"><code>SCI_MARKERGET</code></a> (and used by the mask-based marker search functions <a class="message" href="#SCI_MARKERNEXT"><code>SCI_MARKERNEXT</code></a> and <a class="message" href="#SCI_MARKERPREVIOUS"><code>SCI_MARKERPREVIOUS</code></a>). As with <a class="message" href="#SCI_MARKERADD"><code>SCI_MARKERADD</code></a>, no check is made to see if any of the markers are already present on the targeted line.</p> <p><b id="SCI_MARKERDELETE">SCI_MARKERDELETE(int line, int markerNumber)</b><br /> This searches the given line number for the given marker number and deletes it if it is present. If you added the same marker more than once to the line, this will delete one copy each time it is used. If you pass in a marker number of -1, all markers are deleted from the line.</p> <p><b id="SCI_MARKERDELETEALL">SCI_MARKERDELETEALL(int markerNumber)</b><br /> This removes markers of the given number from all lines. If markerNumber is -1, it deletes all markers from all lines.</p> <p><b id="SCI_MARKERGET">SCI_MARKERGET(int line)</b><br /> This returns a 32-bit integer that indicates which markers were present on the line. Bit 0 is set if marker 0 is present, bit 1 for marker 1 and so on.</p> <p><b id="SCI_MARKERNEXT">SCI_MARKERNEXT(int lineStart, int markerMask)</b><br /> <b id="SCI_MARKERPREVIOUS">SCI_MARKERPREVIOUS(int lineStart, int markerMask)</b><br /> These messages search efficiently for lines that include a given set of markers. The search starts at line number <code>lineStart</code> and continues forwards to the end of the file (<code>SCI_MARKERNEXT</code>) or backwards to the start of the file (<code>SCI_MARKERPREVIOUS</code>). The <code>markerMask</code> argument should have one bit set for each marker you wish to find. Set bit 0 to find marker 0, bit 1 for marker 1 and so on. The message returns the line number of the first line that contains one of the markers in <code>markerMask</code> or -1 if no marker is found.</p> <p><b id="SCI_MARKERLINEFROMHANDLE">SCI_MARKERLINEFROMHANDLE(int markerHandle)</b><br /> The <code>markerHandle</code> argument is an identifier for a marker returned by <a class="message" href="#SCI_MARKERADD"><code>SCI_MARKERADD</code></a>. This function searches the document for the marker with this handle and returns the line number that contains it or -1 if it is not found.</p> <p><b id="SCI_MARKERDELETEHANDLE">SCI_MARKERDELETEHANDLE(int markerHandle)</b><br /> The <code>markerHandle</code> argument is an identifier for a marker returned by <a class="message" href="#SCI_MARKERADD"><code>SCI_MARKERADD</code></a>. This function searches the document for the marker with this handle and deletes the marker if it is found.</p> <h2 id="Indicators">Indicators</h2> <p>Indicators are used to display additional information over the top of styling. They can be used to show, for example, syntax errors, deprecated names and bad indentation by drawing underlines under text or boxes around text. Originally, Scintilla stored indicator information in the style bytes but this has proved limiting, so now up to 32 separately stored indicators may be used. While style byte indicators currently still work, they will soon be removed so all the bits in each style byte can be used for lexical states.</p> <p>Indicators may be displayed as simple underlines, squiggly underlines, a line of small 'T' shapes, a line of diagonal hatching, a strike-out or a rectangle around the text.</p> <p>The <code>SCI_INDIC*</code> messages allow you to get and set the visual appearance of the indicators. They all use an <code>indicatorNumber</code> argument in the range 0 to INDIC_MAX(31) to set the indicator to style. To prevent interference the set of indicators is divided up into a range for use by lexers (0..7) and a range for use by containers (8=<code>INDIC_CONTAINER</code> .. 31=<code>INDIC_MAX</code>).</p> <code><a class="message" href="#SCI_INDICSETSTYLE">SCI_INDICSETSTYLE(int indicatorNumber, int indicatorStyle)</a><br /> <a class="message" href="#SCI_INDICGETSTYLE">SCI_INDICGETSTYLE(int indicatorNumber)</a><br /> <a class="message" href="#SCI_INDICSETFORE">SCI_INDICSETFORE(int indicatorNumber, int colour)</a><br /> <a class="message" href="#SCI_INDICGETFORE">SCI_INDICGETFORE(int indicatorNumber)</a><br /> <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA(int indicatorNumber, int alpha)</a><br /> <a class="message" href="#SCI_INDICGETALPHA">SCI_INDICGETALPHA(int indicatorNumber)</a><br /> <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA(int indicatorNumber, int alpha)</a><br /> <a class="message" href="#SCI_INDICGETOUTLINEALPHA">SCI_INDICGETOUTLINEALPHA(int indicatorNumber)</a><br /> <a class="message" href="#SCI_INDICSETUNDER">SCI_INDICSETUNDER(int indicatorNumber, bool under)</a><br /> <a class="message" href="#SCI_INDICGETUNDER">SCI_INDICGETUNDER(int indicatorNumber)</a><br /> <a class="message" href="#SCI_SETINDICATORCURRENT">SCI_SETINDICATORCURRENT(int indicator)</a><br /> <a class="message" href="#SCI_GETINDICATORCURRENT">SCI_GETINDICATORCURRENT</a><br /> <a class="message" href="#SCI_SETINDICATORVALUE">SCI_SETINDICATORVALUE(int value)</a><br /> <a class="message" href="#SCI_GETINDICATORVALUE">SCI_GETINDICATORVALUE</a><br /> <a class="message" href="#SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE(int position, int fillLength)</a><br /> <a class="message" href="#SCI_INDICATORCLEARRANGE">SCI_INDICATORCLEARRANGE(int position, int clearLength)</a><br /> <a class="message" href="#SCI_INDICATORALLONFOR">SCI_INDICATORALLONFOR(int position)</a><br /> <a class="message" href="#SCI_INDICATORVALUEAT">SCI_INDICATORVALUEAT(int indicator, int position)</a><br /> <a class="message" href="#SCI_INDICATORSTART">SCI_INDICATORSTART(int indicator, int position)</a><br /> <a class="message" href="#SCI_INDICATOREND">SCI_INDICATOREND(int indicator, int position)</a><br /> <a class="message" href="#SCI_FINDINDICATORSHOW">SCI_FINDINDICATORSHOW(int start, int end)</a><br /> <a class="message" href="#SCI_FINDINDICATORFLASH">SCI_FINDINDICATORFLASH(int start, int end)</a><br /> <a class="message" href="#SCI_FINDINDICATORHIDE">SCI_FINDINDICATORHIDE</a><br /> </code> <p><b id="SCI_INDICSETSTYLE">SCI_INDICSETSTYLE(int indicatorNumber, int indicatorStyle)</b><br /> <b id="SCI_INDICGETSTYLE">SCI_INDICGETSTYLE(int indicatorNumber)</b><br /> These two messages set and get the style for a particular indicator. The indicator styles currently available are:<br /> <img src="Indicators.png" alt="Indicator samples" /></p> <table cellpadding="1" cellspacing="2" border="0" summary="Indicators"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Visual effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>INDIC_PLAIN</code></td> <td align="center">0</td> <td>Underlined with a single, straight line.</td> </tr> <tr> <td align="left"><code>INDIC_SQUIGGLE</code></td> <td align="center">1</td> <td>A squiggly underline. Requires 3 pixels of descender space.</td> </tr> <tr> <td align="left"><code>INDIC_TT</code></td> <td align="center">2</td> <td>A line of small T shapes.</td> </tr> <tr> <td align="left"><code>INDIC_DIAGONAL</code></td> <td align="center">3</td> <td>Diagonal hatching.</td> </tr> <tr> <td align="left"><code>INDIC_STRIKE</code></td> <td align="center">4</td> <td>Strike out.</td> </tr> <tr> <td align="left"><code>INDIC_HIDDEN</code></td> <td align="center">5</td> <td>An indicator with no visual effect.</td> </tr> <tr> <td align="left"><code>INDIC_BOX</code></td> <td align="center">6</td> <td>A rectangle around the text.</td> </tr> <tr> <td align="left"><code>INDIC_ROUNDBOX</code></td> <td align="center">7</td> <td>A rectangle with rounded corners around the text using translucent drawing with the interior usually more transparent than the border. You can use <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a> to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.</td> </tr> <tr> <td align="left"><code>INDIC_STRAIGHTBOX</code></td> <td align="center">8</td> <td>A rectangle around the text using translucent drawing with the interior usually more transparent than the border. You can use <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a> to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.</td> </tr> <tr> <td align="left"><code>INDIC_DASH</code></td> <td align="center">9</td> <td>A dashed underline.</td> </tr> <tr> <td align="left"><code>INDIC_DOTS</code></td> <td align="center">10</td> <td>A dotted underline.</td> </tr> <tr> <td align="left"><code>INDIC_SQUIGGLELOW</code></td> <td align="center">11</td> <td>Similar to <code>INDIC_SQUIGGLE</code> but only using 2 vertical pixels so will fit under small fonts.</td> </tr> <tr> <td align="left"><code>INDIC_DOTBOX</code></td> <td align="center">12</td> <td>A dotted rectangle around the text using translucent drawing. Translucency alternates between the alpha and outline alpha settings with the top-left pixel using the alpha setting. <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a> control the alpha transparency values. The default values are 30 for alpha and 50 for outline alpha. To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels.</td> </tr> <tr> <td align="left"><code>INDIC_SQUIGGLEPIXMAP</code></td> <td align="center">13</td> <td>A version of <code>INDIC_SQUIGGLE</code> that draws using a pixmap instead of as a series of line segments for performance. Measured to be between 3 and 6 times faster than <code>INDIC_SQUIGGLE</code> on GTK+. Appearance will not be as good as <code>INDIC_SQUIGGLE</code> on OS X in HiDPI mode.</td> </tr> <tr> <td align="left"><code>INDIC_COMPOSITIONTHICK</code></td> <td align="center">14</td> <td>A 2-pixel thick underline located at the bottom of the line to try to avoid touching the character base. Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated. This is similar to an appearance used for Asian language input composition.</td> </tr> </tbody> </table> <p>The default indicator styles are equivalent to:<br /> <code>SCI_INDICSETSTYLE(0, INDIC_SQUIGGLE);</code><br /> <code>SCI_INDICSETSTYLE(1, INDIC_TT);</code><br /> <code>SCI_INDICSETSTYLE(2, INDIC_PLAIN);</code></p> <p><b id="SCI_INDICSETFORE">SCI_INDICSETFORE(int indicatorNumber, int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_INDICGETFORE">SCI_INDICGETFORE(int indicatorNumber)</b><br /> These two messages set and get the colour used to draw an indicator. The default indicator colours are equivalent to:<br /> <code>SCI_INDICSETFORE(0, 0x007f00);</code> (dark green)<br /> <code>SCI_INDICSETFORE(1, 0xff0000);</code> (light blue)<br /> <code>SCI_INDICSETFORE(2, 0x0000ff);</code> (light red)</p> <p><b id="SCI_INDICSETALPHA">SCI_INDICSETALPHA(int indicatorNumber, int alpha)</b><br /> <b id="SCI_INDICGETALPHA">SCI_INDICGETALPHA(int indicatorNumber)</b><br /> These two messages set and get the alpha transparency used for drawing the fill colour of the INDIC_ROUNDBOX and INDIC_STRAIGHTBOX rectangle. The alpha value can range from 0 (completely transparent) to 255 (no transparency). </p> <p><b id="SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA(int indicatorNumber, int alpha)</b><br /> <b id="SCI_INDICGETOUTLINEALPHA">SCI_INDICGETOUTLINEALPHA(int indicatorNumber)</b><br /> These two messages set and get the alpha transparency used for drawing the outline colour of the INDIC_ROUNDBOX and INDIC_STRAIGHTBOX rectangle. The alpha value can range from 0 (completely transparent) to 255 (no transparency). </p> <p><b id="SCI_INDICSETUNDER">SCI_INDICSETUNDER(int indicatorNumber, bool under)</b><br /> <b id="SCI_INDICGETUNDER">SCI_INDICGETUNDER(int indicatorNumber)</b><br /> These two messages set and get whether an indicator is drawn under text or over(default). Drawing under text works only for modern indicators when <a class="message" href="#SCI_SETTWOPHASEDRAW">two phase drawing</a> is enabled.</p> <h3 id="ModernIndicators">Modern Indicators</h3> <p>Modern indicators are stored in a format similar to run length encoding which is efficient in both speed and storage for sparse information.</p> <p>An indicator may store different values for each range but currently all values are drawn the same. In the future, it may be possible to draw different values in different styles.</p> <p> <b id="SCI_SETINDICATORCURRENT">SCI_SETINDICATORCURRENT(int indicator)</b><br /> <b id="SCI_GETINDICATORCURRENT">SCI_GETINDICATORCURRENT</b><br /> These two messages set and get the indicator that will be affected by calls to <a class="message" href="#SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE(int position, int fillLength)</a> and <a class="message" href="#SCI_INDICATORCLEARRANGE">SCI_INDICATORCLEARRANGE(int position, int clearLength)</a>. </p> <p> <b id="SCI_SETINDICATORVALUE">SCI_SETINDICATORVALUE(int value)</b><br /> <b id="SCI_GETINDICATORVALUE">SCI_GETINDICATORVALUE</b><br /> These two messages set and get the value that will be set by calls to <a class="message" href="#SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE</a>. </p> <p> <b id="SCI_INDICATORFILLRANGE">SCI_INDICATORFILLRANGE(int position, int fillLength)</b><br /> <b id="SCI_INDICATORCLEARRANGE">SCI_INDICATORCLEARRANGE(int position, int clearLength)</b><br /> These two messages fill or clear a range for the current indicator. <code>SCI_INDICATORFILLRANGE</code> fills with the the current value. </p> <p> <b id="SCI_INDICATORALLONFOR">SCI_INDICATORALLONFOR(int position)</b><br /> Retrieve a bitmap value representing which indicators are non-zero at a position. </p> <p> <b id="SCI_INDICATORVALUEAT">SCI_INDICATORVALUEAT(int indicator, int position)</b><br /> Retrieve the value of a particular indicator at a position. </p> <p> <b id="SCI_INDICATORSTART">SCI_INDICATORSTART(int indicator, int position)</b><br /> <b id="SCI_INDICATOREND">SCI_INDICATOREND(int indicator, int position)</b><br /> Find the start or end of a range with one value from a position within the range. Can be used to iterate through the document to discover all the indicator positions. </p> <h3 id="FindIndicators">OS X Find Indicator</h3> <p>On OS X search matches are highlighted with an animated gold rounded rectangle. The indicator shows, then briefly grows 25% and shrinks to the original size to draw the user's attention. While this feature is currently only implemented on OS X, it may be implemented on other platforms in the future.</p> <p><b id="SCI_FINDINDICATORSHOW">SCI_FINDINDICATORSHOW(int start, int end)</b><br /> <b id="SCI_FINDINDICATORFLASH">SCI_FINDINDICATORFLASH(int start, int end)</b><br /> These two messages show and animate the find indicator. The indicator remains visible with <code>SCI_FINDINDICATORSHOW</code> and fades out after showing for half a second with <code>SCI_FINDINDICATORFLASH</code>. <code>SCI_FINDINDICATORSHOW</code> behaves similarly to the OS X TextEdit and Safari applications and is best suited to editing documentation where the search target is often a word. <code>SCI_FINDINDICATORFLASH</code> is similar to Xcode and is suited to editing source code where the match will often be located next to operators which would otherwise be hidden under the indicator's padding. </p> <p><b id="SCI_FINDINDICATORHIDE">SCI_FINDINDICATORHIDE</b><br /> This message hides the find indicator. </p> <h3 id="StyleByteIndicators">Style Byte Indicators (deprecated)</h3> <p>By default, Scintilla organizes the style byte associated with each text byte as 5 bits of style information (for 32 styles) and 3 bits of indicator information for 3 independent indicators so that, for example, syntax errors, deprecated names and bad indentation could all be displayed at once.</p> <p>The indicators are set using <a class="message" href="#SCI_STARTSTYLING"><code>SCI_STARTSTYLING</code></a> with a <code>INDICS_MASK</code> mask and <a class="message" href="#SCI_SETSTYLING"><code>SCI_SETSTYLING</code></a> with the values <code>INDIC0_MASK</code>, <code>INDIC1_MASK</code> and <code>INDIC2_MASK</code>.</p> <p>If you are using indicators in a buffer that has a lexer active (see <a class="message" href="#SCI_SETLEXER"><code>SCI_SETLEXER</code></a>), you must save lexing state information before setting any indicators and restore it afterwards. Use <a class="message" href="#SCI_GETENDSTYLED"><code>SCI_GETENDSTYLED</code></a> to retrieve the current "styled to" position and <a class="message" href="#SCI_STARTSTYLING"><code>SCI_STARTSTYLING</code></a> to reset the styling position and mask (<code>0x1f </code> in the default layout of 5 style bits and 3 indicator bits) when you are done.</p> <p>The number of bits used for styles can be altered with <a class="message" href="#SCI_SETSTYLEBITS"><code>SCI_SETSTYLEBITS</code></a> from 0 to 8 bits. The remaining bits can be used for indicators, so there can be from 1 to 8 indicators. However, the <code>INDIC*_MASK</code> constants defined in <code>Scintilla.h</code> all assume 5 bits of styling information and 3 indicators. If you use a different arrangement, you must define your own constants.</p> <h2 id="Autocompletion">Autocompletion</h2> <p>Autocompletion displays a list box showing likely identifiers based upon the user's typing. The user chooses the currently selected item by pressing the tab character or another character that is a member of the fillup character set defined with <code>SCI_AUTOCSETFILLUPS</code>. Autocompletion is triggered by your application. For example, in C if you detect that the user has just typed <code>fred.</code> you could look up <code>fred</code>, and if it has a known list of members, you could offer them in an autocompletion list. Alternatively, you could monitor the user's typing and offer a list of likely items once their typing has narrowed down the choice to a reasonable list. As yet another alternative, you could define a key code to activate the list.</p> <p>When the user makes a selection from the list the container is sent a <code><a class="message" href="#SCN_AUTOCSELECTION">SCN_AUTOCSELECTION</a></code> <a class="jump" href="#Notifications">notification message</a>. On return from the notification Scintilla will insert the selected text unless the autocompletion list has been cancelled, for example by the container sending <code><a class="message" href="#SCI_AUTOCCANCEL">SCI_AUTOCCANCEL</a></code>.</p> <p>To make use of autocompletion you must monitor each character added to the document. See <code>SciTEBase::CharAdded()</code> in SciTEBase.cxx for an example of autocompletion.</p> <code><a class="message" href="#SCI_AUTOCSHOW">SCI_AUTOCSHOW(int lenEntered, const char *list)</a><br /> <a class="message" href="#SCI_AUTOCCANCEL">SCI_AUTOCCANCEL</a><br /> <a class="message" href="#SCI_AUTOCACTIVE">SCI_AUTOCACTIVE</a><br /> <a class="message" href="#SCI_AUTOCPOSSTART">SCI_AUTOCPOSSTART</a><br /> <a class="message" href="#SCI_AUTOCCOMPLETE">SCI_AUTOCCOMPLETE</a><br /> <a class="message" href="#SCI_AUTOCSTOPS">SCI_AUTOCSTOPS(&lt;unused&gt;, const char *chars)</a><br /> <a class="message" href="#SCI_AUTOCSETSEPARATOR">SCI_AUTOCSETSEPARATOR(char separator)</a><br /> <a class="message" href="#SCI_AUTOCGETSEPARATOR">SCI_AUTOCGETSEPARATOR</a><br /> <a class="message" href="#SCI_AUTOCSELECT">SCI_AUTOCSELECT(&lt;unused&gt;, const char *select)</a><br /> <a class="message" href="#SCI_AUTOCGETCURRENT">SCI_AUTOCGETCURRENT</a><br /> <a class="message" href="#SCI_AUTOCGETCURRENTTEXT">SCI_AUTOCGETCURRENTTEXT(&lt;unused&gt;, char *text)</a><br /> <a class="message" href="#SCI_AUTOCSETCANCELATSTART">SCI_AUTOCSETCANCELATSTART(bool cancel)</a><br /> <a class="message" href="#SCI_AUTOCGETCANCELATSTART">SCI_AUTOCGETCANCELATSTART</a><br /> <a class="message" href="#SCI_AUTOCSETFILLUPS">SCI_AUTOCSETFILLUPS(&lt;unused&gt;, const char *chars)</a><br /> <a class="message" href="#SCI_AUTOCSETCHOOSESINGLE">SCI_AUTOCSETCHOOSESINGLE(bool chooseSingle)</a><br /> <a class="message" href="#SCI_AUTOCGETCHOOSESINGLE">SCI_AUTOCGETCHOOSESINGLE</a><br /> <a class="message" href="#SCI_AUTOCSETIGNORECASE">SCI_AUTOCSETIGNORECASE(bool ignoreCase)</a><br /> <a class="message" href="#SCI_AUTOCGETIGNORECASE">SCI_AUTOCGETIGNORECASE</a><br /> <a class="message" href="#SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)</a><br> <a class="message" href="#SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</a><br> <a class="message" href="#SCI_AUTOCSETORDER">SCI_AUTOCSETORDER(int order)</a><br> <a class="message" href="#SCI_AUTOCGETORDER">SCI_AUTOCGETORDER</a><br> <a class="message" href="#SCI_AUTOCSETAUTOHIDE">SCI_AUTOCSETAUTOHIDE(bool autoHide)</a><br /> <a class="message" href="#SCI_AUTOCGETAUTOHIDE">SCI_AUTOCGETAUTOHIDE</a><br /> <a class="message" href="#SCI_AUTOCSETDROPRESTOFWORD">SCI_AUTOCSETDROPRESTOFWORD(bool dropRestOfWord)</a><br /> <a class="message" href="#SCI_AUTOCGETDROPRESTOFWORD">SCI_AUTOCGETDROPRESTOFWORD</a><br /> <a class="message" href="#SCI_REGISTERIMAGE">SCI_REGISTERIMAGE(int type, const char *xpmData)</a><br /> <a class="message" href="#SCI_REGISTERRGBAIMAGE">SCI_REGISTERRGBAIMAGE(int type, const char *pixels)</a><br /> <a class="message" href="#SCI_CLEARREGISTEREDIMAGES">SCI_CLEARREGISTEREDIMAGES</a><br /> <a class="message" href="#SCI_AUTOCSETTYPESEPARATOR">SCI_AUTOCSETTYPESEPARATOR(char separatorCharacter)</a><br /> <a class="message" href="#SCI_AUTOCGETTYPESEPARATOR">SCI_AUTOCGETTYPESEPARATOR</a><br /> <a class="message" href="#SCI_AUTOCSETMAXHEIGHT">SCI_AUTOCSETMAXHEIGHT(int rowCount)</a><br /> <a class="message" href="#SCI_AUTOCGETMAXHEIGHT">SCI_AUTOCGETMAXHEIGHT</a><br /> <a class="message" href="#SCI_AUTOCSETMAXWIDTH">SCI_AUTOCSETMAXWIDTH(int characterCount)</a><br /> <a class="message" href="#SCI_AUTOCGETMAXWIDTH">SCI_AUTOCGETMAXWIDTH</a><br /> </code> <p><b id="SCI_AUTOCSHOW">SCI_AUTOCSHOW(int lenEntered, const char *list)</b><br /> This message causes a list to be displayed. <code>lenEntered</code> is the number of characters of the word already entered and <code>list</code> is the list of words separated by separator characters. The initial separator character is a space but this can be set or got with <a class="message" href="#SCI_AUTOCSETSEPARATOR"><code>SCI_AUTOCSETSEPARATOR</code></a> and <a class="message" href="#SCI_AUTOCGETSEPARATOR"><code>SCI_AUTOCGETSEPARATOR</code></a>.</p> <p>With default settings, the list of words should be in sorted order. If set to ignore case mode with <a class="message" href="#SCI_AUTOCSETIGNORECASE"><code>SCI_AUTOCSETIGNORECASE</code></a>, then strings are matched after being converted to upper case. One result of this is that the list should be sorted with the punctuation characters '[', '\', ']', '^', '_', and '`' sorted after letters. Alternative handling of list order may be specified with <a class="message" href="#SCI_AUTOCSETORDER">SCI_AUTOCSETORDER</a> </p> <p><b id="SCI_AUTOCCANCEL">SCI_AUTOCCANCEL</b><br /> This message cancels any displayed autocompletion list. When in autocompletion mode, the list should disappear when the user types a character that can not be part of the autocompletion, such as '.', '(' or '[' when typing an identifier. A set of characters that will cancel autocompletion can be specified with <a class="message" href="#SCI_AUTOCSTOPS"><code>SCI_AUTOCSTOPS</code></a>.</p> <p><b id="SCI_AUTOCACTIVE">SCI_AUTOCACTIVE</b><br /> This message returns non-zero if there is an active autocompletion list and zero if there is not.</p> <p><b id="SCI_AUTOCPOSSTART">SCI_AUTOCPOSSTART</b><br /> This returns the value of the current position when <code>SCI_AUTOCSHOW</code> started display of the list.</p> <p><b id="SCI_AUTOCCOMPLETE">SCI_AUTOCCOMPLETE</b><br /> This message triggers autocompletion. This has the same effect as the tab key.</p> <p><b id="SCI_AUTOCSTOPS">SCI_AUTOCSTOPS(&lt;unused&gt;, const char *chars)</b><br /> The <code>chars</code> argument is a string containing a list of characters that will automatically cancel the autocompletion list. When you start the editor, this list is empty.</p> <p><b id="SCI_AUTOCSETSEPARATOR">SCI_AUTOCSETSEPARATOR(char separator)</b><br /> <b id="SCI_AUTOCGETSEPARATOR">SCI_AUTOCGETSEPARATOR</b><br /> These two messages set and get the separator character used to separate words in the <code>SCI_AUTOCSHOW</code> list. The default is the space character.</p> <p><b id="SCI_AUTOCSELECT">SCI_AUTOCSELECT(&lt;unused&gt;, const char *select)</b><br /> <b id="SCI_AUTOCGETCURRENT">SCI_AUTOCGETCURRENT</b><br /> This message selects an item in the autocompletion list. It searches the list of words for the first that matches <code>select</code>. By default, comparisons are case sensitive, but you can change this with <a class="message" href="#SCI_AUTOCSETIGNORECASE"><code>SCI_AUTOCSETIGNORECASE</code></a>. The match is character by character for the length of the <code>select</code> string. That is, if select is "Fred" it will match "Frederick" if this is the first item in the list that begins with "Fred". If an item is found, it is selected. If the item is not found, the autocompletion list closes if auto-hide is true (see <a class="message" href="#SCI_AUTOCSETAUTOHIDE"><code>SCI_AUTOCSETAUTOHIDE</code></a>).<br /> The current selection index can be retrieved with <code>SCI_AUTOCGETCURRENT</code>.</p> <p><b id="SCI_AUTOCGETCURRENTTEXT">SCI_AUTOCGETCURRENTTEXT(&lt;unused&gt;, char *text)</b><br /> This message retrieves the current selected text in the autocompletion list. Normally the <a class="message" href="#SCN_AUTOCSELECTION"><code>SCN_AUTOCSELECTION</code></a> notification is used instead.</p> <p>The value is copied to the <code>text</code> buffer, returning the length (not including the terminating 0). If not found, an empty string is copied to the buffer and 0 is returned.</p> <p>If the value argument is 0 then the length that should be allocated to store the value is returned; again, the terminating 0 is not included.</p> <p><b id="SCI_AUTOCSETCANCELATSTART">SCI_AUTOCSETCANCELATSTART(bool cancel)</b><br /> <b id="SCI_AUTOCGETCANCELATSTART">SCI_AUTOCGETCANCELATSTART</b><br /> The default behaviour is for the list to be cancelled if the caret moves to the location it was at when the list was displayed. By calling this message with a <code>false</code> argument, the list is not cancelled until the caret moves at least one character before the word being completed.</p> <p><b id="SCI_AUTOCSETFILLUPS">SCI_AUTOCSETFILLUPS(&lt;unused&gt;, const char *chars)</b><br /> If a fillup character is typed with an autocompletion list active, the currently selected item in the list is added into the document, then the fillup character is added. Common fillup characters are '(', '[' and '.' but others are possible depending on the language. By default, no fillup characters are set.</p> <p><b id="SCI_AUTOCSETCHOOSESINGLE">SCI_AUTOCSETCHOOSESINGLE(bool chooseSingle)</b><br /> <b id="SCI_AUTOCGETCHOOSESINGLE">SCI_AUTOCGETCHOOSESINGLE</b><br /> If you use <code>SCI_AUTOCSETCHOOSESINGLE(1)</code> and a list has only one item, it is automatically added and no list is displayed. The default is to display the list even if there is only a single item.</p> <p><b id="SCI_AUTOCSETIGNORECASE">SCI_AUTOCSETIGNORECASE(bool ignoreCase)</b><br /> <b id="SCI_AUTOCGETIGNORECASE">SCI_AUTOCGETIGNORECASE</b><br /> By default, matching of characters to list members is case sensitive. These messages let you set and get case sensitivity.</p> <p><b id="SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)</b><br> <b id="SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</b><br> When autocompletion is set to ignore case (<code>SCI_AUTOCSETIGNORECASE</code>), by default it will nonetheless select the first list member that matches in a case sensitive way to entered characters. This corresponds to a behaviour property of <code>SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE</code> (0). If you want autocompletion to ignore case at all, choose <code>SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE</code> (1).</p> <p><b id="SCI_AUTOCSETORDER">SCI_AUTOCSETORDER(int order)</b><br> <b id="SCI_AUTOCGETORDER">SCI_AUTOCGETORDER</b><br> The default setting <code>SC_ORDER_PRESORTED</code> (0) requires that the list be provided in alphabetical sorted order. </p> <p>Sorting the list can be done by Scintilla instead of the application with <code>SC_ORDER_PERFORMSORT</code> (1). This will take additional time. </p> <p>Applications that wish to prioritize some values and show the list in order of priority instead of alphabetical order can use <code>SC_ORDER_CUSTOM</code> (2). This requires extra processing in <a class="message" href="#SCI_AUTOCSHOW">SCI_AUTOCSHOW</a> to create a sorted index. </p> <p>Setting the order should be done before calling <a class="message" href="#SCI_AUTOCSHOW">SCI_AUTOCSHOW</a>. </p> <p><b id="SCI_AUTOCSETAUTOHIDE">SCI_AUTOCSETAUTOHIDE(bool autoHide)</b><br /> <b id="SCI_AUTOCGETAUTOHIDE">SCI_AUTOCGETAUTOHIDE</b><br /> By default, the list is cancelled if there are no viable matches (the user has typed characters that no longer match a list entry). If you want to keep displaying the original list, set <code>autoHide</code> to <code>false</code>. This also effects <a class="message" href="#SCI_AUTOCSELECT"><code>SCI_AUTOCSELECT</code></a>.</p> <p><b id="SCI_AUTOCSETDROPRESTOFWORD">SCI_AUTOCSETDROPRESTOFWORD(bool dropRestOfWord)</b><br /> <b id="SCI_AUTOCGETDROPRESTOFWORD">SCI_AUTOCGETDROPRESTOFWORD</b><br /> When an item is selected, any word characters following the caret are first erased if <code>dropRestOfWord</code> is set <code>true</code>. The default is <code>false</code>.</p> <p> <b id="SCI_REGISTERIMAGE">SCI_REGISTERIMAGE(int type, const char *xpmData)</b><br /> <b id="SCI_REGISTERRGBAIMAGE">SCI_REGISTERRGBAIMAGE(int type, const char *pixels)</b><br /> <b id="SCI_CLEARREGISTEREDIMAGES">SCI_CLEARREGISTEREDIMAGES</b><br /> <b id="SCI_AUTOCSETTYPESEPARATOR">SCI_AUTOCSETTYPESEPARATOR(char separatorCharacter)</b><br /> <b id="SCI_AUTOCGETTYPESEPARATOR">SCI_AUTOCGETTYPESEPARATOR</b><br /> Autocompletion list items may display an image as well as text. Each image is first registered with an integer type. Then this integer is included in the text of the list separated by a '?' from the text. For example, "fclose?2 fopen" displays image 2 before the string "fclose" and no image before "fopen". The images are in either the <a class="jump" href="#XPM">XPM format</a> (<code>SCI_REGISTERIMAGE</code>) or <a class="jump" href="#RGBA">RGBA format</a> (<code>SCI_REGISTERRGBAIMAGE</code>). For <code>SCI_REGISTERRGBAIMAGE</code> the width and height must previously been set with the <a class="message" href="#SCI_RGBAIMAGESETWIDTH"><code>SCI_RGBAIMAGESETWIDTH</code></a> and <a class="message" href="#SCI_RGBAIMAGESETHEIGHT"><code>SCI_RGBAIMAGESETHEIGHT</code></a> messages. The set of registered images can be cleared with <code>SCI_CLEARREGISTEREDIMAGES</code> and the '?' separator changed with <code>SCI_AUTOCSETTYPESEPARATOR</code>. </p> <p> <b id="SCI_AUTOCSETMAXHEIGHT">SCI_AUTOCSETMAXHEIGHT(int rowCount)</b><br /> <b id="SCI_AUTOCGETMAXHEIGHT">SCI_AUTOCGETMAXHEIGHT</b><br /> Get or set the maximum number of rows that will be visible in an autocompletion list. If there are more rows in the list, then a vertical scrollbar is shown. The default is 5. </p> <p> <b id="SCI_AUTOCSETMAXWIDTH">SCI_AUTOCSETMAXWIDTH(int characterCount)</b><br /> <b id="SCI_AUTOCGETMAXWIDTH">SCI_AUTOCGETMAXWIDTH</b><br /> Get or set the maximum width of an autocompletion list expressed as the number of characters in the longest item that will be totally visible. If zero (the default) then the list's width is calculated to fit the item with the most characters. Any items that cannot be fully displayed within the available width are indicated by the presence of ellipsis. </p> <h2 id="UserLists">User lists</h2> <p>User lists use the same internal mechanisms as autocompletion lists, and all the calls listed for autocompletion work on them; you cannot display a user list at the same time as an autocompletion list is active. They differ in the following respects:</p> <p>o The <code><a class="message" href="#SCI_AUTOCSETCHOOSESINGLE">SCI_AUTOCSETCHOOSESINGLE</a></code> message has no effect.<br /> o When the user makes a selection you are sent a <code><a class="message" href="#SCN_USERLISTSELECTION">SCN_USERLISTSELECTION</a></code> <a class="jump" href="#Notifications">notification message</a> rather than <code><a class="message" href="#SCN_AUTOCSELECTION">SCN_AUTOCSELECTION</a></code>.</p> <p>BEWARE: if you have set fillup characters or stop characters, these will still be active with the user list, and may result in items being selected or the user list cancelled due to the user typing into the editor.</p> <p><b id="SCI_USERLISTSHOW">SCI_USERLISTSHOW(int listType, const char *list)</b><br /> The <code>listType</code> parameter is returned to the container as the <code>wParam</code> field of the <a class="message" href="#SCNotification"><code>SCNotification</code></a> structure. It must be greater than 0 as this is how Scintilla tells the difference between an autocompletion list and a user list. If you have different types of list, for example a list of buffers and a list of macros, you can use <code>listType</code> to tell which one has returned a selection. </p> <h2 id="CallTips">Call tips</h2> <p>Call tips are small windows displaying the arguments to a function and are displayed after the user has typed the name of the function. They normally display characters using the font facename, size and character set defined by <code><a class="message" href="#StyleDefinition">STYLE_DEFAULT</a></code>. You can choose to use <code><a class="message" href="#StyleDefinition">STYLE_CALLTIP</a></code> to define the facename, size, foreground and background colours and character set with <code><a class="message" href="#SCI_CALLTIPUSESTYLE">SCI_CALLTIPUSESTYLE</a></code>. This also enables support for Tab characters. There is some interaction between call tips and autocompletion lists in that showing a call tip cancels any active autocompletion list, and vice versa.</p> <p>Call tips can highlight part of the text within them. You could use this to highlight the current argument to a function by counting the number of commas (or whatever separator your language uses). See <code>SciTEBase::CharAdded()</code> in <code>SciTEBase.cxx</code> for an example of call tip use.</p> <p>The mouse may be clicked on call tips and this causes a <code><a class="message" href="#SCN_CALLTIPCLICK">SCN_CALLTIPCLICK</a></code> notification to be sent to the container. Small up and down arrows may be displayed within a call tip by, respectively, including the characters '\001', or '\002'. This is useful for showing that there are overloaded variants of one function name and that the user can click on the arrows to cycle through the overloads.</p> <p>Alternatively, call tips can be displayed when you leave the mouse pointer for a while over a word in response to the <code><a class="message" href="#SCN_DWELLSTART">SCN_DWELLSTART</a></code> <a class="jump" href="#Notifications">notification</a> and cancelled in response to <code><a class="message" href="#SCN_DWELLEND">SCN_DWELLEND</a></code>. This method could be used in a debugger to give the value of a variable, or during editing to give information about the word under the pointer.</p> <code><a class="message" href="#SCI_CALLTIPSHOW">SCI_CALLTIPSHOW(int posStart, const char *definition)</a><br /> <a class="message" href="#SCI_CALLTIPCANCEL">SCI_CALLTIPCANCEL</a><br /> <a class="message" href="#SCI_CALLTIPACTIVE">SCI_CALLTIPACTIVE</a><br /> <a class="message" href="#SCI_CALLTIPPOSSTART">SCI_CALLTIPPOSSTART</a><br /> <a class="message" href="#SCI_CALLTIPSETHLT">SCI_CALLTIPSETHLT(int highlightStart, int highlightEnd)</a><br /> <a class="message" href="#SCI_CALLTIPSETBACK">SCI_CALLTIPSETBACK(int colour)</a><br /> <a class="message" href="#SCI_CALLTIPSETFORE">SCI_CALLTIPSETFORE(int colour)</a><br /> <a class="message" href="#SCI_CALLTIPSETFOREHLT">SCI_CALLTIPSETFOREHLT(int colour)</a><br /> <a class="message" href="#SCI_CALLTIPUSESTYLE">SCI_CALLTIPUSESTYLE(int tabsize)</a><br /> <a class="message" href="#SCI_CALLTIPSETPOSITION">SCI_CALLTIPSETPOSITION(bool above)</a><br /> </code> <p><b id="SCI_CALLTIPSHOW">SCI_CALLTIPSHOW(int posStart, const char *definition)</b><br /> This message starts the process by displaying the call tip window. If a call tip is already active, this has no effect.<br /> <code>posStart</code> is the position in the document at which to align the call tip. The call tip text is aligned to start 1 line below this character unless you have included up and/or down arrows in the call tip text in which case the tip is aligned to the right-hand edge of the rightmost arrow. The assumption is that you will start the text with something like "\001 1 of 3 \002".<br /> <code>definition</code> is the call tip text. This can contain multiple lines separated by '\n' (Line Feed, ASCII code 10) characters. Do not include '\r' (Carriage Return, ASCII code 13), as this will most likely print as an empty box. '\t' (Tab, ASCII code 9) is supported if you set a tabsize with <code><a class="message" href="#SCI_CALLTIPUSESTYLE">SCI_CALLTIPUSESTYLE</a></code>.<br /></p> <p><b id="SCI_CALLTIPCANCEL">SCI_CALLTIPCANCEL</b><br /> This message cancels any displayed call tip. Scintilla will also cancel call tips for you if you use any keyboard commands that are not compatible with editing the argument list of a function.</p> <p><b id="SCI_CALLTIPACTIVE">SCI_CALLTIPACTIVE</b><br /> This returns 1 if a call tip is active and 0 if it is not active.</p> <p><b id="SCI_CALLTIPPOSSTART">SCI_CALLTIPPOSSTART</b><br /> This message returns the value of the current position when <code>SCI_CALLTIPSHOW</code> started to display the tip.</p> <p><b id="SCI_CALLTIPSETHLT">SCI_CALLTIPSETHLT(int hlStart, int hlEnd)</b><br /> This sets the region of the call tips text to display in a highlighted style. <code>hlStart</code> is the zero-based index into the string of the first character to highlight and <code>hlEnd</code> is the index of the first character after the highlight. <code>hlEnd</code> must be greater than <code>hlStart</code>; <code>hlEnd-hlStart</code> is the number of characters to highlight. Highlights can extend over line ends if this is required.</p> <p>Unhighlighted text is drawn in a mid grey. Selected text is drawn in a dark blue. The background is white. These can be changed with <code>SCI_CALLTIPSETBACK</code>, <code>SCI_CALLTIPSETFORE</code>, and <code>SCI_CALLTIPSETFOREHLT</code>. </p> <p><b id="SCI_CALLTIPSETBACK">SCI_CALLTIPSETBACK(int colour)</b><br /> The background colour of call tips can be set with this message; the default colour is white. It is not a good idea to set a dark colour as the background as the default colour for normal calltip text is mid grey and the default colour for highlighted text is dark blue. This also sets the background colour of <code>STYLE_CALLTIP</code>.</p> <p><b id="SCI_CALLTIPSETFORE">SCI_CALLTIPSETFORE(int colour)</b><br /> The colour of call tip text can be set with this message; the default colour is mid grey. This also sets the foreground colour of <code>STYLE_CALLTIP</code>.</p> <p><b id="SCI_CALLTIPSETFOREHLT">SCI_CALLTIPSETFOREHLT(int colour)</b><br /> The colour of highlighted call tip text can be set with this message; the default colour is dark blue.</p> <p><b id="SCI_CALLTIPUSESTYLE">SCI_CALLTIPUSESTYLE(int tabsize)</b><br /> This message changes the style used for call tips from <code>STYLE_DEFAULT</code> to <code>STYLE_CALLTIP</code> and sets a tab size in screen pixels. If <code>tabsize</code> is less than 1, Tab characters are not treated specially. Once this call has been used, the call tip foreground and background colours are also taken from the style.</p> <p><b id="SCI_CALLTIPSETPOSITION">SCI_CALLTIPSETPOSITION(bool above)</b><br /> By default the calltip is displayed below the text, setting above to <code>true</code> (1) will display it above the text.</p> <h2 id="KeyboardCommands">Keyboard commands</h2> <p>To allow the container application to perform any of the actions available to the user with keyboard, all the keyboard actions are messages. They do not take any parameters. These commands are also used when redefining the key bindings with the <a class="message" href="#SCI_ASSIGNCMDKEY"><code>SCI_ASSIGNCMDKEY</code></a> message.</p> <table border="0" summary="Keyboard commands"> <tbody> <tr> <td><code>SCI_LINEDOWN</code></td> <td><code>SCI_LINEDOWNEXTEND</code></td> <td><code>SCI_LINEDOWNRECTEXTEND</code></td> <td><code>SCI_LINESCROLLDOWN</code></td> </tr> <tr> <td><code>SCI_LINEUP</code></td> <td><code>SCI_LINEUPEXTEND</code></td> <td><code>SCI_LINEUPRECTEXTEND</code></td> <td><code>SCI_LINESCROLLUP</code></td> </tr> <tr> <td><code>SCI_PARADOWN</code></td> <td><code>SCI_PARADOWNEXTEND</code></td> <td><code>SCI_PARAUP</code></td> <td><code>SCI_PARAUPEXTEND</code></td> </tr> <tr> <td><code>SCI_CHARLEFT</code></td> <td><code>SCI_CHARLEFTEXTEND</code></td> <td><code>SCI_CHARLEFTRECTEXTEND</code></td> </tr> <tr> <td><code>SCI_CHARRIGHT</code></td> <td><code>SCI_CHARRIGHTEXTEND</code></td> <td><code>SCI_CHARRIGHTRECTEXTEND</code></td> </tr> <tr> <td><code>SCI_WORDLEFT</code></td> <td><code>SCI_WORDLEFTEXTEND</code></td> <td><code>SCI_WORDRIGHT</code></td> <td><code>SCI_WORDRIGHTEXTEND</code></td> </tr> <tr> <td><code>SCI_WORDLEFTEND</code></td> <td><code>SCI_WORDLEFTENDEXTEND</code></td> <td><code>SCI_WORDRIGHTEND</code></td> <td><code>SCI_WORDRIGHTENDEXTEND</code></td> </tr> <tr> <td><code>SCI_WORDPARTLEFT</code></td> <td><code>SCI_WORDPARTLEFTEXTEND</code></td> <td><code>SCI_WORDPARTRIGHT</code></td> <td><code>SCI_WORDPARTRIGHTEXTEND</code></td> </tr> <tr> <td><code>SCI_HOME</code></td> <td><code>SCI_HOMEEXTEND</code></td> <td><code>SCI_HOMERECTEXTEND</code></td> </tr> <tr> <td><code>SCI_HOMEDISPLAY</code></td> <td><code>SCI_HOMEDISPLAYEXTEND</code></td> <td><code>SCI_HOMEWRAP</code></td> <td><code>SCI_HOMEWRAPEXTEND</code></td> </tr> <tr> <td><code>SCI_VCHOME</code></td> <td><code>SCI_VCHOMEEXTEND</code></td> <td><code>SCI_VCHOMERECTEXTEND</code></td> </tr> <tr> <td><code>SCI_VCHOMEWRAP</code></td> <td><code>SCI_VCHOMEWRAPEXTEND</code></td> <td><code>SCI_VCHOMEDISPLAY</code></td> <td><code>SCI_VCHOMEDISPLAYEXTEND</code></td> </tr> <tr> <td><code>SCI_LINEEND</code></td> <td><code>SCI_LINEENDEXTEND</code></td> <td><code>SCI_LINEENDRECTEXTEND</code></td> </tr> <tr> <td><code>SCI_LINEENDDISPLAY</code></td> <td><code>SCI_LINEENDDISPLAYEXTEND</code></td> <td><code>SCI_LINEENDWRAP</code></td> <td><code>SCI_LINEENDWRAPEXTEND</code></td> </tr> <tr> <td><code>SCI_DOCUMENTSTART</code></td> <td><code>SCI_DOCUMENTSTARTEXTEND</code></td> <td><code>SCI_DOCUMENTEND</code></td> <td><code>SCI_DOCUMENTENDEXTEND</code></td> </tr> <tr> <td><code>SCI_PAGEUP</code></td> <td><code>SCI_PAGEUPEXTEND</code></td> <td><code>SCI_PAGEUPRECTEXTEND</code></td> </tr> <tr> <td><code>SCI_PAGEDOWN</code></td> <td><code>SCI_PAGEDOWNEXTEND</code></td> <td><code>SCI_PAGEDOWNRECTEXTEND</code></td> </tr> <tr> <td><code>SCI_STUTTEREDPAGEUP</code></td> <td><code>SCI_STUTTEREDPAGEUPEXTEND</code></td> </tr> <tr> <td><code>SCI_STUTTEREDPAGEDOWN</code></td> <td><code>SCI_STUTTEREDPAGEDOWNEXTEND</code></td> </tr> <tr> <td><code>SCI_DELETEBACK</code></td> <td><code>SCI_DELETEBACKNOTLINE</code></td> </tr> <tr> <td><code>SCI_DELWORDLEFT</code></td> <td><code>SCI_DELWORDRIGHT</code></td> <td><code>SCI_DELWORDRIGHTEND</code></td> </tr> <tr> <td><code>SCI_DELLINELEFT</code></td> <td><code>SCI_DELLINERIGHT</code></td> <td><code>SCI_LINEDELETE</code></td> </tr> <tr> <td><code>SCI_LINECUT</code></td> <td><code>SCI_LINECOPY</code></td> <td><code>SCI_LINETRANSPOSE</code></td> <td><code>SCI_LINEDUPLICATE</code></td> </tr> <tr> <td><code>SCI_LOWERCASE</code></td> <td><code>SCI_UPPERCASE</code></td> <td><code>SCI_CANCEL</code></td> <td><code>SCI_EDITTOGGLEOVERTYPE</code></td> </tr> <tr> <td><code>SCI_NEWLINE</code></td> <td><code>SCI_FORMFEED</code></td> <td><code>SCI_TAB</code></td> <td><code>SCI_BACKTAB</code></td> </tr> <tr> <td><code>SCI_SELECTIONDUPLICATE</code></td> <td><code>SCI_VERTICALCENTRECARET</code></td> </tr> <tr> <td><code>SCI_MOVESELECTEDLINESUP</code></td> <td><code>SCI_MOVESELECTEDLINESDOWN</code></td> </tr> <tr> <td><code>SCI_SCROLLTOSTART</code></td> <td><code>SCI_SCROLLTOEND</code></td> </tr> </tbody> </table> <p>The <code>SCI_*EXTEND</code> messages extend the selection.</p> <p>The <code>SCI_*RECTEXTEND</code> messages extend the rectangular selection (and convert regular selection to rectangular one, if any).</p> <p>The <code>SCI_WORDPART*</code> commands are used to move between word segments marked by capitalisation (aCamelCaseIdentifier) or underscores (an_under_bar_ident).</p> <p>The <code>SCI_HOME*</code> commands move the caret to the start of the line, while the <code>SCI_VCHOME*</code> commands move the caret to the first non-blank character of the line (ie. just after the indentation) unless it is already there; in this case, it acts as SCI_HOME*.</p> <p>The <code>SCI_[HOME|LINEEND]DISPLAY*</code> commands are used when in line wrap mode to allow movement to the start or end of display lines as opposed to the normal <code>SCI_[HOME|LINEEND]</code> commands which move to the start or end of document lines.</p> <p>The <code>SCI_[[VC]HOME|LINEEND]WRAP*</code> commands are like their namesakes <code>SCI_[[VC]HOME|LINEEND]*</code> except they behave differently when word-wrap is enabled: They go first to the start / end of the display line, like <code>SCI_[HOME|LINEEND]DISPLAY*</code>, but if the cursor is already at the point, it goes on to the start or end of the document line, as appropriate for <code>SCI_[[VC]HOME|LINEEND]*</code>. </p> <p>The <code>SCI_SCROLLTO[START|END]</code> commands scroll the document to the start or end without changing the selection. These commands match OS X platform conventions for the behaviour of the <code>home</code> and <code>end</code> keys. Scintilla can be made to match OS X applications by binding the <code>home</code> and <code>end</code> keys to these commands. </p> <h2 id="KeyBindings">Key bindings</h2> <p>There is a default binding of keys to commands that is defined in the Scintilla source in the file <code>KeyMap.cxx</code> by the constant <code>KeyMap::MapDefault[]</code>. This table maps key definitions to <code>SCI_*</code> messages with no parameters (mostly the <a class="jump" href="#KeyboardCommands">keyboard commands</a> discussed above, but any Scintilla command that has no arguments can be mapped). You can change the mapping to suit your own requirements.</p> <code><a class="message" href="#SCI_ASSIGNCMDKEY">SCI_ASSIGNCMDKEY(int keyDefinition, int sciCommand)</a><br /> <a class="message" href="#SCI_CLEARCMDKEY">SCI_CLEARCMDKEY(int keyDefinition)</a><br /> <a class="message" href="#SCI_CLEARALLCMDKEYS">SCI_CLEARALLCMDKEYS</a><br /> <a class="message" href="#SCI_NULL">SCI_NULL</a><br /> </code> <p><b id="keyDefinition">keyDefinition</b><br /> A key definition contains the key code in the low 16-bits and the key modifiers in the high 16-bits. To combine <code>keyCode</code> and <code>keyMod</code> set:<br /> <br /> <code>keyDefinition = keyCode + (keyMod &lt;&lt; 16)</code></p> <p>The key code is a visible or control character or a key from the <code>SCK_*</code> enumeration, which contains:<br /> <code>SCK_ADD</code>, <code>SCK_BACK</code>, <code>SCK_DELETE</code>, <code>SCK_DIVIDE</code>, <code>SCK_DOWN</code>, <code>SCK_END</code>, <code>SCK_ESCAPE</code>, <code>SCK_HOME</code>, <code>SCK_INSERT</code>, <code>SCK_LEFT</code>, <code>SCK_MENU</code>, <code>SCK_NEXT</code> (Page Down), <code>SCK_PRIOR</code> (Page Up), <code>SCK_RETURN</code>, <code>SCK_RIGHT</code>, <code>SCK_RWIN</code>, <code>SCK_SUBTRACT</code>, <code>SCK_TAB</code>, <code>SCK_UP</code>, and <code>SCK_WIN</code>.</p> <p>The modifiers are a combination of zero or more of <code>SCMOD_ALT</code>, <code>SCMOD_CTRL</code>, <code>SCMOD_SHIFT</code>, and <code>SCMOD_META</code>. On OS X, the Command key is mapped to <code>SCMOD_CTRL</code> and the Control key to <code>SCMOD_META</code>. If you are building a table, you might want to use <code>SCMOD_NORM</code>, which has the value 0, to mean no modifiers.</p> <p><b id="SCI_ASSIGNCMDKEY">SCI_ASSIGNCMDKEY(int <a class="jump" href="#keyDefinition">keyDefinition</a>, int sciCommand)</b><br /> This assigns the given key definition to a Scintilla command identified by <code>sciCommand</code>. <code>sciCommand</code> can be any <code>SCI_*</code> command that has no arguments.</p> <p><b id="SCI_CLEARCMDKEY">SCI_CLEARCMDKEY(int <a class="jump" href="#keyDefinition">keyDefinition</a>)</b><br /> This makes the given key definition do nothing by assigning the action <code>SCI_NULL</code> to it.</p> <p><b id="SCI_CLEARALLCMDKEYS">SCI_CLEARALLCMDKEYS</b><br /> This command removes all keyboard command mapping by setting an empty mapping table.</p> <p><b id="SCI_NULL">SCI_NULL</b><br /> The <code>SCI_NULL</code> does nothing and is the value assigned to keys that perform no action. SCI_NULL ensures that keys do not propagate to the parent window as that may cause focus to move. If you want the standard platform behaviour use the constant 0 instead.</p> <h2 id="PopupEditMenu">Popup edit menu</h2> <p><b id="SCI_USEPOPUP">SCI_USEPOPUP(bool bEnablePopup)</b><br /> Clicking the wrong button on the mouse pops up a short default editing menu. This may be turned off with <code>SCI_USEPOPUP(0)</code>. If you turn it off, context menu commands (in Windows, <code>WM_CONTEXTMENU</code>) will not be handled by Scintilla, so the parent of the Scintilla window will have the opportunity to handle the message.</p> <h2 id="MacroRecording">Macro recording</h2> <p>Start and stop macro recording mode. In macro recording mode, actions are reported to the container through <code><a class="message" href="#SCN_MACRORECORD">SCN_MACRORECORD</a></code> <a class="jump" href="#Notifications">notifications</a>. It is then up to the container to record these actions for future replay.</p> <p><b id="SCI_STARTRECORD">SCI_STARTRECORD</b><br /> <b id="SCI_STOPRECORD">SCI_STOPRECORD</b><br /> These two messages turn macro recording on and off.</p> <h2 id="Printing">Printing</h2> <p><code>SCI_FORMATRANGE</code> can be used to draw the text onto a display surface which can include a printer display surface. Printed output shows text styling as on the screen, but it hides all margins except a line number margin. All special marker effects are removed and the selection and caret are hidden.</p> <p>Different platforms use different display surface ID types to print on. On Windows, these are <code>HDC</code>s., on GTK+ 3.x <code>cairo_t *</code>, and on Cocoa <code>CGContextRef</code> is used.</p> <code><a class="message" href="#SCI_FORMATRANGE">SCI_FORMATRANGE(bool bDraw, Sci_RangeToFormat *pfr)</a><br /> <a class="message" href="#SCI_SETPRINTMAGNIFICATION">SCI_SETPRINTMAGNIFICATION(int magnification)</a><br /> <a class="message" href="#SCI_GETPRINTMAGNIFICATION">SCI_GETPRINTMAGNIFICATION</a><br /> <a class="message" href="#SCI_SETPRINTCOLOURMODE">SCI_SETPRINTCOLOURMODE(int mode)</a><br /> <a class="message" href="#SCI_GETPRINTCOLOURMODE">SCI_GETPRINTCOLOURMODE</a><br /> <a class="message" href="#SCI_SETPRINTWRAPMODE">SCI_SETPRINTWRAPMODE</a><br /> <a class="message" href="#SCI_GETPRINTWRAPMODE">SCI_GETPRINTWRAPMODE</a><br /> </code> <p><b id="SCI_FORMATRANGE">SCI_FORMATRANGE(bool bDraw, Sci_RangeToFormat *pfr)</b><br /> This call renders a range of text into a device context. If you use this for printing, you will probably want to arrange a page header and footer; Scintilla does not do this for you. See <code>SciTEWin::Print()</code> in <code>SciTEWinDlg.cxx</code> for an example. Each use of this message renders a range of text into a rectangular area and returns the position in the document of the next character to print.</p> <p><code>bDraw</code> controls if any output is done. Set this to false if you are paginating (for example, if you use this with MFC you will need to paginate in <code>OnBeginPrinting()</code> before you output each page.</p> <pre> struct Sci_Rectangle { int left; int top; int right; int bottom; }; struct Sci_RangeToFormat { Sci_SurfaceID hdc; // The Surface ID we print to Sci_SurfaceID hdcTarget; // The Surface ID we use for measuring (may be same as hdc) Sci_Rectangle rc; // Rectangle in which to print Sci_Rectangle rcPage; // Physically printable page size Sci_CharacterRange chrg; // Range of characters to print }; </pre> <p>On Windows, <code>hdc</code> and <code>hdcTarget</code> should both be set to the device context handle of the output device (usually a printer). If you print to a metafile these will not be the same as Windows metafiles (unlike extended metafiles) do not implement the full API for returning information. In this case, set <code>hdcTarget</code> to the screen DC.<br /> <code>rcPage</code> is the rectangle <code>{0, 0, maxX, maxY}</code> where <code>maxX+1</code> and <code>maxY+1</code> are the number of physically printable pixels in x and y.<br /> <code>rc</code> is the rectangle to render the text in (which will, of course, fit within the rectangle defined by rcPage).<br /> <code>chrg.cpMin</code> and <code>chrg.cpMax</code> define the start position and maximum position of characters to output. All of each line within this character range is drawn.</p> <p>On Cocoa, the surface IDs for printing (<code>bDraw=1</code>) should be the graphics port of the current context (<code>(CGContextRef) [[NSGraphicsContext currentContext] graphicsPort]</code>) when the view's drawRect method is called. The Surface IDs are not really used for measurement (<code>bDraw=0</code>) but can be set to a bitmap context (created with <code>CGBitmapContextCreate</code>) to avoid runtime warnings.</p> <p>On GTK+, the surface IDs to use can be found from the printing context with <code>gtk_print_context_get_cairo_context(context)</code>.</p> <code>chrg.cpMin</code> and <code>chrg.cpMax</code> define the start position and maximum position of characters to output. All of each line within this character range is drawn.</p> <p>When printing, the most tedious part is always working out what the margins should be to allow for the non-printable area of the paper and printing a header and footer. If you look at the printing code in SciTE, you will find that most of it is taken up with this. The loop that causes Scintilla to render text is quite simple if you strip out all the margin, non-printable area, header and footer code.</p> <p><b id="SCI_SETPRINTMAGNIFICATION">SCI_SETPRINTMAGNIFICATION(int magnification)</b><br /> <b id="SCI_GETPRINTMAGNIFICATION">SCI_GETPRINTMAGNIFICATION</b><br /> <code>SCI_GETPRINTMAGNIFICATION</code> lets you to print at a different size than the screen font. <code>magnification</code> is the number of points to add to the size of each screen font. A value of -3 or -4 gives reasonably small print. You can get this value with <code>SCI_GETPRINTMAGNIFICATION</code>.</p> <p><b id="SCI_SETPRINTCOLOURMODE">SCI_SETPRINTCOLOURMODE(int mode)</b><br /> <b id="SCI_GETPRINTCOLOURMODE">SCI_GETPRINTCOLOURMODE</b><br /> These two messages set and get the method used to render coloured text on a printer that is probably using white paper. It is especially important to consider the treatment of colour if you use a dark or black screen background. Printing white on black uses up toner and ink very many times faster than the other way around. You can set the mode to one of:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Colour printing modes"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Purpose</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_PRINT_NORMAL</code></td> <td align="center">0</td> <td>Print using the current screen colours. This is the default.</td> </tr> <tr> <td align="left"><code>SC_PRINT_INVERTLIGHT</code></td> <td align="center">1</td> <td>If you use a dark screen background this saves ink by inverting the light value of all colours and printing on a white background.</td> </tr> <tr> <td align="left"><code>SC_PRINT_BLACKONWHITE</code></td> <td align="center">2</td> <td>Print all text as black on a white background.</td> </tr> <tr> <td align="left"><code>SC_PRINT_COLOURONWHITE</code></td> <td align="center">3</td> <td>Everything prints in its own colour on a white background.</td> </tr> <tr> <td align="left"><code>SC_PRINT_COLOURONWHITEDEFAULTBG</code></td> <td align="center">4</td> <td>Everything prints in its own colour on a white background except that line numbers use their own background colour.</td> </tr> </tbody> </table> <p><b id="SCI_SETPRINTWRAPMODE">SCI_SETPRINTWRAPMODE(int wrapMode)</b><br /> <b id="SCI_GETPRINTWRAPMODE">SCI_GETPRINTWRAPMODE</b><br /> These two functions get and set the printer wrap mode. <code>wrapMode</code> can be set to <code>SC_WRAP_NONE</code> (0), <code>SC_WRAP_WORD</code> (1) or <code>SC_WRAP_CHAR</code> (2). The default is <code>SC_WRAP_WORD</code>, which wraps printed output so that all characters fit into the print rectangle. If you set <code>SC_WRAP_NONE</code>, each line of text generates one line of output and the line is truncated if it is too long to fit into the print area.<br /> <code>SC_WRAP_WORD</code> tries to wrap only between words as indicated by white space or style changes although if a word is longer than a line, it will be wrapped before the line end. <code>SC_WRAP_CHAR</code> is preferred to <code>SC_WRAP_WORD</code> for Asian languages where there is no white space between words.</p> <h2 id="DirectAccess">Direct access</h2> <code><a class="message" href="#SCI_GETDIRECTFUNCTION">SCI_GETDIRECTFUNCTION</a><br /> <a class="message" href="#SCI_GETDIRECTPOINTER">SCI_GETDIRECTPOINTER</a><br /> <a class="message" href="#SCI_GETCHARACTERPOINTER">SCI_GETCHARACTERPOINTER</a><br /> <a class="message" href="#SCI_GETRANGEPOINTER">SCI_GETRANGEPOINTER(int position, int rangeLength)</a><br /> <a class="message" href="#SCI_GETGAPPOSITION">SCI_GETGAPPOSITION</a><br /> </code> <p>On Windows, the message-passing scheme used to communicate between the container and Scintilla is mediated by the operating system <code>SendMessage</code> function and can lead to bad performance when calling intensively. To avoid this overhead, Scintilla provides messages that allow you to call the Scintilla message function directly. The code to do this in C/C++ is of the form:</p> <pre> #include "Scintilla.h" SciFnDirect pSciMsg = (SciFnDirect)SendMessage(hSciWnd, SCI_GETDIRECTFUNCTION, 0, 0); sptr_t pSciWndData = (sptr_t)SendMessage(hSciWnd, SCI_GETDIRECTPOINTER, 0, 0); // now a wrapper to call Scintilla directly sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ return pSciMsg(pSciWndData, iMessage, wParam, lParam); } </pre> <p><code>SciFnDirect</code>, <code>sptr_t</code> and <code>uptr_t</code> are declared in <code>Scintilla.h</code>. <code>hSciWnd</code> is the window handle returned when you created the Scintilla window.</p> <p>While faster, this direct calling will cause problems if performed from a different thread to the native thread of the Scintilla window in which case <code>SendMessage(hSciWnd, SCI_*, wParam, lParam)</code> should be used to synchronize with the window's thread.</p> <p>This feature also works on GTK+ but has no significant impact on speed.</p> <p>From version 1.47 on Windows, Scintilla exports a function called <code>Scintilla_DirectFunction</code> that can be used the same as the function returned by <code>SCI_GETDIRECTFUNCTION</code>. This saves you the call to <code>SCI_GETDIRECTFUNCTION</code> and the need to call Scintilla indirectly via the function pointer.</p> <p><b id="SCI_GETDIRECTFUNCTION">SCI_GETDIRECTFUNCTION</b><br /> This message returns the address of the function to call to handle Scintilla messages without the overhead of passing through the Windows messaging system. You need only call this once, regardless of the number of Scintilla windows you create.</p> <p><b id="SCI_GETDIRECTPOINTER">SCI_GETDIRECTPOINTER</b><br /> This returns a pointer to data that identifies which Scintilla window is in use. You must call this once for each Scintilla window you create. When you call the direct function, you must pass in the direct pointer associated with the target window.</p> <p><b id="SCI_GETCHARACTERPOINTER">SCI_GETCHARACTERPOINTER</b><br /> <b id="SCI_GETRANGEPOINTER">SCI_GETRANGEPOINTER(int position, int rangeLength)</b><br /> <b id="SCI_GETGAPPOSITION">SCI_GETGAPPOSITION</b><br /> Grant temporary direct read-only access to the memory used by Scintilla to store the document.</p> <p><code>SCI_GETCHARACTERPOINTER</code> moves the gap within Scintilla so that the text of the document is stored consecutively and ensure there is a NUL character after the text, then returns a pointer to the first character. Applications may then pass this to a function that accepts a character pointer such as a regular expression search or a parser. The pointer should <em>not</em> be written to as that may desynchronize the internal state of Scintilla.</p> <p>Since any action in Scintilla may change its internal state this pointer becomes invalid after any call or by allowing user interface activity. The application should reacquire the pointer after making any call to Scintilla or performing any user-interface calls such as modifying a progress indicator.</p> <p>This call takes similar time to inserting a character at the end of the document and this may include moving the document contents. Specifically, all the characters after the document gap are moved to before the gap. This compacted state should persist over calls and user interface actions that do not change the document contents so reacquiring the pointer afterwards is very quick. If this call is used to implement a global replace operation, then each replacement will move the gap so if <code>SCI_GETCHARACTERPOINTER</code> is called after each replacement then the operation will become O(n^2) rather than O(n). Instead, all matches should be found and remembered, then all the replacements performed.</p> <p><code>SCI_GETRANGEPOINTER</code> provides direct access to just the range requested. The gap is not moved unless it is within the requested range so this call can be faster than <code>SCI_GETCHARACTERPOINTER</code>. This can be used by application code that is able to act on blocks of text or ranges of lines.</p> <p><code>SCI_GETGAPPOSITION</code> returns the current gap position. This is a hint that applications can use to avoid calling <code>SCI_GETRANGEPOINTER</code> with a range that contains the gap and consequent costs of moving the gap.</p> <h2 id="MultipleViews">Multiple views</h2> <p>A Scintilla window and the document that it displays are separate entities. When you create a new window, you also create a new, empty document. Each document has a reference count that is initially set to 1. The document also has a list of the Scintilla windows that are linked to it so when any window changes the document, all other windows in which it appears are notified to cause them to update. The system is arranged in this way so that you can work with many documents in a single Scintilla window and so you can display a single document in multiple windows (for use with splitter windows).</p> <p>Although these messages use <code>document *pDoc</code>, to ensure compatibility with future releases of Scintilla you should treat <code>pDoc</code> as an opaque <code>void*</code>. That is, you can use and store the pointer as described in this section but you should not dereference it.</p> <code><a class="message" href="#SCI_GETDOCPOINTER">SCI_GETDOCPOINTER</a><br /> <a class="message" href="#SCI_SETDOCPOINTER">SCI_SETDOCPOINTER(&lt;unused&gt;, document *pDoc)</a><br /> <a class="message" href="#SCI_CREATEDOCUMENT">SCI_CREATEDOCUMENT</a><br /> <a class="message" href="#SCI_ADDREFDOCUMENT">SCI_ADDREFDOCUMENT(&lt;unused&gt;, document *pDoc)</a><br /> <a class="message" href="#SCI_RELEASEDOCUMENT">SCI_RELEASEDOCUMENT(&lt;unused&gt;, document *pDoc)</a><br /> </code> <p><b id="SCI_GETDOCPOINTER">SCI_GETDOCPOINTER</b><br /> This returns a pointer to the document currently in use by the window. It has no other effect.</p> <p><b id="SCI_SETDOCPOINTER">SCI_SETDOCPOINTER(&lt;unused&gt;, document *pDoc)</b><br /> This message does the following:<br /> 1. It removes the current window from the list held by the current document.<br /> 2. It reduces the reference count of the current document by 1.<br /> 3. If the reference count reaches 0, the document is deleted.<br /> 4. <code>pDoc</code> is set as the new document for the window.<br /> 5. If <code>pDoc</code> was 0, a new, empty document is created and attached to the window.<br /> 6. If <code>pDoc</code> was not 0, its reference count is increased by 1.</p> <p><b id="SCI_CREATEDOCUMENT">SCI_CREATEDOCUMENT</b><br /> This message creates a new, empty document and returns a pointer to it. This document is not selected into the editor and starts with a reference count of 1. This means that you have ownership of it and must either reduce its reference count by 1 after using <code>SCI_SETDOCPOINTER</code> so that the Scintilla window owns it or you must make sure that you reduce the reference count by 1 with <code>SCI_RELEASEDOCUMENT</code> before you close the application to avoid memory leaks.</p> <p><b id="SCI_ADDREFDOCUMENT">SCI_ADDREFDOCUMENT(&lt;unused&gt;, document *pDoc)</b><br /> This increases the reference count of a document by 1. If you want to replace the current document in the Scintilla window and take ownership of the current document, for example if you are editing many documents in one window, do the following:<br /> 1. Use <code>SCI_GETDOCPOINTER</code> to get a pointer to the document, <code>pDoc</code>.<br /> 2. Use <code>SCI_ADDREFDOCUMENT(0, pDoc)</code> to increment the reference count.<br /> 3. Use <code>SCI_SETDOCPOINTER(0, pNewDoc)</code> to set a different document or <code>SCI_SETDOCPOINTER(0, 0)</code> to set a new, empty document.</p> <p><b id="SCI_RELEASEDOCUMENT">SCI_RELEASEDOCUMENT(&lt;unused&gt;, document *pDoc)</b><br /> This message reduces the reference count of the document identified by <code>pDoc</code>. pDoc must be the result of <code>SCI_GETDOCPOINTER</code> or <code>SCI_CREATEDOCUMENT</code> and must point at a document that still exists. If you call this on a document with a reference count of 1 that is still attached to a Scintilla window, bad things will happen. To keep the world spinning in its orbit you must balance each call to <code>SCI_CREATEDOCUMENT</code> or <code>SCI_ADDREFDOCUMENT</code> with a call to <code>SCI_RELEASEDOCUMENT</code>.</p> <h2 id="BackgroundLoadSave">Background loading and saving</h2> <p>To ensure a responsive user interface, applications may decide to load and save documents using a separate thread from the user interface.</p> <h3 id="BackgroundLoad">Loading in the background</h2> <p>An application can load all of a file into a buffer it allocates on a background thread and then add the data in that buffer into a Scintilla document on the user interface thread. That technique uses extra memory to store a complete copy of the file and also means that the time that Scintilla takes to perform initial line end discovery blocks the user interface.</p> <p>To avoid these issues, a loader object may be created and used to load the file. The loader object supports the ILoader interface.</p> <p><b id="SCI_CREATELOADER">SCI_CREATELOADER(int bytes)</b><br /> Create an object that supports the <code>ILoader</code> interface which can be used to load data and then be turned into a Scintilla document object for attachment to a view object. The <code>bytes</code> argument determines the initial memory allocation for the document as it is more efficient to allocate once rather than rely on the buffer growing as data is added. If <code>SCI_CREATELOADER</code> fails then 0 is returned.</p> <h4>ILoader</h4> <div class="highlighted"> <span class="S5">class</span><span class="S0"> </span>ILoader<span class="S0"> </span><span class="S10">{</span><br /> <span class="S5">public</span><span class="S10">:</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>Release<span class="S10">()</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S2">// Returns a status code from SC_STATUS_*</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>AddData<span class="S10">(</span><span class="S5">char</span><span class="S0"> </span><span class="S10">*</span>data<span class="S10">,</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>length<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">void</span><span class="S0"> </span><span class="S10">*</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>ConvertToDocument<span class="S10">()</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S10">};</span><br /> </div> <p>The application should call the <code>AddData</code> method with each block of data read from the file. <code>AddData</code> will return SC_STATUS_OK unless a failure, such as memory exhaustion occurs. If a failure occurs in <code>AddData</code> or in a file reading call then loading can be abandoned and the loader released with the <code>Release</code> call. When the whole file has been read, the <code>ConvertToDocument</code> method should be called to produce a Scintilla document pointer which can be used in the same way as a document pointer returned from <a class="message" href="#SCI_CREATEDOCUMENT">SCI_CREATEDOCUMENT</a>. There is no need to call <code>Release</code> after <code>ConvertToDocument</code>.</p> <h3 id="BackgroundSave">Saving in the background</h2> <p>An application that wants to save in the background should lock the document with <code>SCI_SETREADONLY(1)</code> to prevent modifications and retrieve a pointer to the unified document contents with <a class="message" href="#SCI_GETCHARACTERPOINTER">SCI_GETCHARACTERPOINTER</a></code>. The buffer of a locked document will not move so the pointer is valid until the application calls <code>SCI_SETREADONLY(0)</code>.</p> <p>If the user tries to performs a modification while the document is locked then a <code><a class="message" href="#SCN_MODIFYATTEMPTRO">SCN_MODIFYATTEMPTRO</a></code> notification is sent to the application. The application may then decide to ignore the modification or to terminate the background saving thread and reenable modification before returning from the notification.</p> <h2 id="Folding">Folding</h2> <p>The fundamental operation in folding is making lines invisible or visible. Line visibility is a property of the view rather than the document so each view may be displaying a different set of lines. From the point of view of the user, lines are hidden and displayed using fold points. Generally, the fold points of a document are based on the hierarchical structure of the document contents. In Python, the hierarchy is determined by indentation and in C++ by brace characters. This hierarchy can be represented within a Scintilla document object by attaching a numeric "fold level" to each line. The fold level is most easily set by a lexer, but you can also set it with messages.</p> <p>It is up to your code to set the connection between user actions and folding and unfolding. The best way to see how this is done is to search the SciTE source code for the messages used in this section of the documentation and see how they are used. You will also need to use markers and a folding margin to complete your folding implementation. The <code>"fold"</code> property should be set to <code>"1"</code> with <code>SCI_SETPROPERTY("fold", "1")</code> to enable folding. </p> <code><a class="message" href="#SCI_VISIBLEFROMDOCLINE">SCI_VISIBLEFROMDOCLINE(int docLine)</a><br /> <a class="message" href="#SCI_DOCLINEFROMVISIBLE">SCI_DOCLINEFROMVISIBLE(int displayLine)</a><br /> <a class="message" href="#SCI_SHOWLINES">SCI_SHOWLINES(int lineStart, int lineEnd)</a><br /> <a class="message" href="#SCI_HIDELINES">SCI_HIDELINES(int lineStart, int lineEnd)</a><br /> <a class="message" href="#SCI_GETLINEVISIBLE">SCI_GETLINEVISIBLE(int line)</a><br /> <a class="message" href="#SCI_GETALLLINESVISIBLE">SCI_GETALLLINESVISIBLE</a><br /> <a class="message" href="#SCI_SETFOLDLEVEL">SCI_SETFOLDLEVEL(int line, int level)</a><br /> <a class="message" href="#SCI_GETFOLDLEVEL">SCI_GETFOLDLEVEL(int line)</a><br /> <a class="message" href="#SCI_SETAUTOMATICFOLD">SCI_SETAUTOMATICFOLD(int automaticFold)</a><br /> <a class="message" href="#SCI_GETAUTOMATICFOLD">SCI_GETAUTOMATICFOLD</a><br /> <a class="message" href="#SCI_SETFOLDFLAGS">SCI_SETFOLDFLAGS(int flags)</a><br /> <a class="message" href="#SCI_GETLASTCHILD">SCI_GETLASTCHILD(int line, int level)</a><br /> <a class="message" href="#SCI_GETFOLDPARENT">SCI_GETFOLDPARENT(int line)</a><br /> <a class="message" href="#SCI_SETFOLDEXPANDED">SCI_SETFOLDEXPANDED(int line, bool expanded)</a><br /> <a class="message" href="#SCI_GETFOLDEXPANDED">SCI_GETFOLDEXPANDED(int line)</a><br /> <a class="message" href="#SCI_CONTRACTEDFOLDNEXT">SCI_CONTRACTEDFOLDNEXT(int lineStart)</a><br /> <a class="message" href="#SCI_TOGGLEFOLD">SCI_TOGGLEFOLD(int line)</a><br /> <a class="message" href="#SCI_FOLDLINE">SCI_FOLDLINE(int line, int action)</a><br /> <a class="message" href="#SCI_FOLDCHILDREN">SCI_FOLDCHILDREN(int line, int action)</a><br /> <a class="message" href="#SCI_FOLDALL">SCI_FOLDALL(int action)</a><br /> <a class="message" href="#SCI_EXPANDCHILDREN">SCI_EXPANDCHILDREN(int line, int level)</a><br /> <a class="message" href="#SCI_ENSUREVISIBLE">SCI_ENSUREVISIBLE(int line)</a><br /> <a class="message" href="#SCI_ENSUREVISIBLEENFORCEPOLICY">SCI_ENSUREVISIBLEENFORCEPOLICY(int line)</a><br /> </code> <p><b id="SCI_VISIBLEFROMDOCLINE">SCI_VISIBLEFROMDOCLINE(int docLine)</b><br /> When some lines are hidden and/or annotations are displayed, then a particular line in the document may be displayed at a different position to its document position. If no lines are hidden and there are no annotations, this message returns <code>docLine</code>. Otherwise, this returns the display line (counting the very first visible line as 0). The display line of an invisible line is the same as the previous visible line. The display line number of the first line in the document is 0. If lines are hidden and <code>docLine</code> is outside the range of lines in the document, the return value is -1. Lines can occupy more than one display line if they wrap.</p> <p><b id="SCI_DOCLINEFROMVISIBLE">SCI_DOCLINEFROMVISIBLE(int displayLine)</b><br /> When some lines are hidden and/or annotations are displayed, then a particular line in the document may be displayed at a different position to its document position. This message returns the document line number that corresponds to a display line (counting the display line of the first line in the document as 0). If <code>displayLine</code> is less than or equal to 0, the result is 0. If <code>displayLine</code> is greater than or equal to the number of displayed lines, the result is the number of lines in the document.</p> <p><b id="SCI_SHOWLINES">SCI_SHOWLINES(int lineStart, int lineEnd)</b><br /> <b id="SCI_HIDELINES">SCI_HIDELINES(int lineStart, int lineEnd)</b><br /> <b id="SCI_GETLINEVISIBLE">SCI_GETLINEVISIBLE(int line)</b><br /> <b id="SCI_GETALLLINESVISIBLE">SCI_GETALLLINESVISIBLE</b><br /> The first two messages mark a range of lines as visible or invisible and then redraw the display. <code>SCI_GETLINEVISIBLE</code> reports on the visible state of a line and returns 1 if it is visible and 0 if it is not visible. <code>SCI_GETALLLINESVISIBLE</code> returns 1 if all lines are visible and 0 if some lines are hidden. These messages have no effect on fold levels or fold flags. The first line can not be hidden.</p> <p><b id="SCI_SETFOLDLEVEL">SCI_SETFOLDLEVEL(int line, int level)</b><br /> <b id="SCI_GETFOLDLEVEL">SCI_GETFOLDLEVEL(int line)</b><br /> These two messages set and get a 32-bit value that contains the fold level of a line and some flags associated with folding. The fold level is a number in the range 0 to <code>SC_FOLDLEVELNUMBERMASK</code> (4095). However, the initial fold level is set to <code>SC_FOLDLEVELBASE</code> (1024) to allow unsigned arithmetic on folding levels. There are two addition flag bits. <code>SC_FOLDLEVELWHITEFLAG</code> indicates that the line is blank and allows it to be treated slightly different then its level may indicate. For example, blank lines should generally not be fold points and will be considered part of the preceding section even though they may have a lesser fold level. <code>SC_FOLDLEVELHEADERFLAG</code> indicates that the line is a header (fold point).</p> <p>Use <code>SCI_GETFOLDLEVEL(line) &amp; SC_FOLDLEVELNUMBERMASK</code> to get the fold level of a line. Likewise, use <code>SCI_GETFOLDLEVEL(line) &amp; SC_FOLDLEVEL*FLAG</code> to get the state of the flags. To set the fold level you must or in the associated flags. For instance, to set the level to <code>thisLevel</code> and mark a line as being a fold point use: <code>SCI_SETFOLDLEVEL(line, thisLevel | SC_FOLDLEVELHEADERFLAG)</code>.</p> If you use a lexer, you should not need to use <code>SCI_SETFOLDLEVEL</code> as this is far better handled by the lexer. You will need to use <code>SCI_GETFOLDLEVEL</code> to decide how to handle user folding requests. If you do change the fold levels, the folding margin will update to match your changes. <p><b id="SCI_SETFOLDFLAGS">SCI_SETFOLDFLAGS(int flags)</b><br /> In addition to showing markers in the folding margin, you can indicate folds to the user by drawing lines in the text area. The lines are drawn in the foreground colour set for <a class="message" href="#StyleDefinition"><code>STYLE_DEFAULT</code></a>. Bits set in <code>flags</code> determine where folding lines are drawn:<br /> </p> <table cellpadding="1" cellspacing="2" border="0" summary="Fold flags"> <tbody> <tr> <th align="left">Symbol</th> <th align="left">Value</th> <th align="left">Effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"></td> <td align="left">1</td> <td align="left">Experimental feature that has been removed.</td> </tr> <tr> <td align="left">SC_FOLDFLAG_LINEBEFORE_EXPANDED</td> <td align="left">2</td> <td align="left">Draw above if expanded</td> </tr> <tr> <td align="left">SC_FOLDFLAG_LINEBEFORE_CONTRACTED</td> <td align="left">4</td> <td align="left">Draw above if not expanded</td> </tr> <tr> <td align="left">SC_FOLDFLAG_LINEAFTER_EXPANDED</td> <td align="left">8</td> <td align="left">Draw below if expanded</td> </tr> <tr> <td align="left">SC_FOLDFLAG_LINEAFTER_CONTRACTED</td> <td align="left">16</td> <td align="left">Draw below if not expanded</td> </tr> <tr> <td align="left">SC_FOLDFLAG_LEVELNUMBERS</td> <td align="left">64</td> <td align="left">display hexadecimal fold levels in line margin to aid debugging of folding. The appearance of this feature may change in the future.</td> </tr> </tbody> </table> <p>This message causes the display to redraw.</p> <p><b id="SCI_GETLASTCHILD">SCI_GETLASTCHILD(int startLine, int level)</b><br /> This message searches for the next line after <code>startLine</code>, that has a folding level that is less than or equal to <code>level</code> and then returns the previous line number. If you set <code>level</code> to -1, <code>level</code> is set to the folding level of line <code>startLine</code>. If <code>from</code> is a fold point, <code>SCI_GETLASTCHILD(from, -1)</code> returns the last line that would be in made visible or hidden by toggling the fold state.</p> <p><b id="SCI_GETFOLDPARENT">SCI_GETFOLDPARENT(int startLine)</b><br /> This message returns the line number of the first line before <code>startLine</code> that is marked as a fold point with <code>SC_FOLDLEVELHEADERFLAG</code> and has a fold level less than the <code>startLine</code>. If no line is found, or if the header flags and fold levels are inconsistent, the return value is -1.</p> <p><b id="SCI_TOGGLEFOLD">SCI_TOGGLEFOLD(int line)</b><br /> Each fold point may be either expanded, displaying all its child lines, or contracted, hiding all the child lines. This message toggles the folding state of the given line as long as it has the <code>SC_FOLDLEVELHEADERFLAG</code> set. This message takes care of folding or expanding all the lines that depend on the line. The display updates after this message.</p> <p><b id="SCI_SETFOLDEXPANDED">SCI_SETFOLDEXPANDED(int line, bool expanded)</b><br /> <b id="SCI_GETFOLDEXPANDED">SCI_GETFOLDEXPANDED(int line)</b><br /> These messages set and get the expanded state of a single line. The set message has no effect on the visible state of the line or any lines that depend on it. It does change the markers in the folding margin. If you ask for the expansion state of a line that is outside the document, the result is <code>false</code> (0).</p> <p>If you just want to toggle the fold state of one line and handle all the lines that are dependent on it, it is much easier to use <code>SCI_TOGGLEFOLD</code>. You would use the <code>SCI_SETFOLDEXPANDED</code> message to process many folds without updating the display until you had finished. See <code>SciTEBase::FoldAll()</code> and <code>SciTEBase::Expand()</code> for examples of the use of these messages.</p> <p><b id="SCI_FOLDLINE">SCI_FOLDLINE(int line, int action)</b><br /> <b id="SCI_FOLDCHILDREN">SCI_FOLDCHILDREN(int line, int action)</b><br /> <b id="SCI_FOLDALL">SCI_FOLDALL(int action)</b><br /> These messages provide a higher-level approach to folding instead of setting expanded flags and showing or hiding individual lines.</p> <p>An individual fold can be contracted/expanded/toggled with <code>SCI_FOLDLINE</code>. To affect all child folds as well call <code>SCI_FOLDCHILDREN</code>.</p> <p>To affect the entire document call <code>SCI_FOLDALL</code>. With <code>SC_FOLDACTION_TOGGLE</code> the first fold header in the document is examined to decide whether to expand or contract. </p> <table cellpadding="1" cellspacing="2" border="0" summary="Fold flags"> <tbody> <tr> <th align="left">Symbol</th> <th align="left">Value</th> <th align="left">Effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left">SC_FOLDACTION_CONTRACT</td> <td align="left">0</td> <td align="left">Contract.</td> </tr> <tr> <td align="left">SC_FOLDACTION_EXPAND</td> <td align="left">1</td> <td align="left">Expand.</td> </tr> <tr> <td align="left">SC_FOLDACTION_TOGGLE</td> <td align="left">2</td> <td align="left">Toggle between contracted and expanded.</td> </tr> </tbody> </table> <p></p> <p><b id="SCI_EXPANDCHILDREN">SCI_EXPANDCHILDREN(int line, int level)</b><br /> This is used to respond to a change to a line causing its fold level or whether it is a header to change, perhaps when adding or removing a '{'.</p> <p>By the time the container has received the notification that the line has changed, the fold level has already been set, so the container has to use the previous level in this call so that any range hidden underneath this line can be shown. </p> <p><b id="SCI_SETAUTOMATICFOLD">SCI_SETAUTOMATICFOLD(int automaticFold)</b><br /> <b id="SCI_GETAUTOMATICFOLD">SCI_GETAUTOMATICFOLD</b><br /> Instead of implementing all the logic for handling folding in the container, Scintilla can provide behaviour that is adequate for many applications. The <code>automaticFold</code> argument is a bit set defining which of the 3 pieces of folding implementation should be enabled. Most applications should be able to use the <code>SC_AUTOMATICFOLD_SHOW</code> and <code>SC_AUTOMATICFOLD_CHANGE</code> flags unless they wish to implement quite different behaviour such as defining their own fold structure. <code>SC_AUTOMATICFOLD_CLICK</code> is more likely to be set off when an application would like to add or change click behaviour such as showing method headers only when Shift+Alt is used in conjunction with a click. </p> <table cellpadding="1" cellspacing="2" border="0" summary="Fold flags"> <tbody> <tr> <th align="left">Symbol</th> <th align="left">Value</th> <th align="left">Effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left">SC_AUTOMATICFOLD_SHOW</td> <td align="left">1</td> <td align="left">Automatically show lines as needed. This avoids sending the <code>SCN_NEEDSHOWN</code> notification.</td> </tr> <tr> <td align="left">SC_AUTOMATICFOLD_CLICK</td> <td align="left">2</td> <td align="left">Handle clicks in fold margin automatically. This avoids sending the <code>SCN_MARGINCLICK</code> notification for folding margins.</td> </tr> <tr> <td align="left">SC_AUTOMATICFOLD_CHANGE</td> <td align="left">4</td> <td align="left">Show lines as needed when fold structure is changed. The <code>SCN_MODIFIED</code> notification is still sent unless it is disabled by the container.</td> </tr> </tbody> </table> <p><b id="SCI_CONTRACTEDFOLDNEXT">SCI_CONTRACTEDFOLDNEXT(int lineStart)</b><br /> Search efficiently for lines that are contracted fold headers. This is useful when saving the user's folding when switching documents or saving folding with a file. The search starts at line number <code>lineStart</code> and continues forwards to the end of the file. <code>lineStart</code> is returned if it is a contracted fold header otherwise the next contracted fold header is returned. If there are no more contracted fold headers then -1 is returned.</p> <p><b id="SCI_ENSUREVISIBLE">SCI_ENSUREVISIBLE(int line)</b><br /> <b id="SCI_ENSUREVISIBLEENFORCEPOLICY">SCI_ENSUREVISIBLEENFORCEPOLICY(int line)</b><br /> A line may be hidden because more than one of its parent lines is contracted. Both these message travels up the fold hierarchy, expanding any contracted folds until they reach the top level. The line will then be visible. If you use <code>SCI_ENSUREVISIBLEENFORCEPOLICY</code>, the vertical caret policy set by <a class="message" href="#SCI_SETVISIBLEPOLICY"><code>SCI_SETVISIBLEPOLICY</code></a> is then applied.</p> <h2 id="LineWrapping">Line wrapping</h2> <code><a class="message" href="#SCI_SETWRAPMODE">SCI_SETWRAPMODE(int wrapMode)</a><br /> <a class="message" href="#SCI_GETWRAPMODE">SCI_GETWRAPMODE</a><br /> <a class="message" href="#SCI_SETWRAPVISUALFLAGS">SCI_SETWRAPVISUALFLAGS(int wrapVisualFlags)</a><br /> <a class="message" href="#SCI_GETWRAPVISUALFLAGS">SCI_GETWRAPVISUALFLAGS</a><br /> <a class="message" href="#SCI_SETWRAPVISUALFLAGSLOCATION">SCI_SETWRAPVISUALFLAGSLOCATION(int wrapVisualFlagsLocation)</a><br /> <a class="message" href="#SCI_GETWRAPVISUALFLAGSLOCATION">SCI_GETWRAPVISUALFLAGSLOCATION</a><br /> <a class="message" href="#SCI_SETWRAPINDENTMODE">SCI_SETWRAPINDENTMODE(int indentMode)</a><br /> <a class="message" href="#SCI_GETWRAPINDENTMODE">SCI_GETWRAPINDENTMODE</a><br /> <a class="message" href="#SCI_SETWRAPSTARTINDENT">SCI_SETWRAPSTARTINDENT(int indent)</a><br /> <a class="message" href="#SCI_GETWRAPSTARTINDENT">SCI_GETWRAPSTARTINDENT</a><br /> <a class="message" href="#SCI_SETLAYOUTCACHE">SCI_SETLAYOUTCACHE(int cacheMode)</a><br /> <a class="message" href="#SCI_GETLAYOUTCACHE">SCI_GETLAYOUTCACHE</a><br /> <a class="message" href="#SCI_SETPOSITIONCACHE">SCI_SETPOSITIONCACHE(int size)</a><br /> <a class="message" href="#SCI_GETPOSITIONCACHE">SCI_GETPOSITIONCACHE</a><br /> <a class="message" href="#SCI_LINESSPLIT">SCI_LINESSPLIT(int pixelWidth)</a><br /> <a class="message" href="#SCI_LINESJOIN">SCI_LINESJOIN</a><br /> <a class="message" href="#SCI_WRAPCOUNT">SCI_WRAPCOUNT(int docLine)</a><br /> </code> <p>By default, Scintilla does not wrap lines of text. If you enable line wrapping, lines wider than the window width are continued on the following lines. Lines are broken after space or tab characters or between runs of different styles. If this is not possible because a word in one style is wider than the window then the break occurs after the last character that completely fits on the line. The horizontal scroll bar does not appear when wrap mode is on.</p> <p>For wrapped lines Scintilla can draw visual flags (little arrows) at end of a a subline of a wrapped line and at begin of the next subline. These can be enabled individually, but if Scintilla draws the visual flag at the beginning of the next subline this subline will be indented by one char. Independent from drawing a visual flag at the begin the subline can have an indention.</p> <p>Much of the time used by Scintilla is spent on laying out and drawing text. The same text layout calculations may be performed many times even when the data used in these calculations does not change. To avoid these unnecessary calculations in some circumstances, the line layout cache can store the results of the calculations. The cache is invalidated whenever the underlying data, such as the contents or styling of the document changes. Caching the layout of the whole document has the most effect, making dynamic line wrap as much as 20 times faster but this requires 7 times the memory required by the document contents plus around 80 bytes per line.</p> <p>Wrapping is not performed immediately there is a change but is delayed until the display is redrawn. This delay improves performance by allowing a set of changes to be performed and then wrapped and displayed once. Because of this, some operations may not occur as expected. If a file is read and the scroll position moved to a particular line in the text, such as occurs when a container tries to restore a previous editing session, then the scroll position will have been determined before wrapping so an unexpected range of text will be displayed. To scroll to the position correctly, delay the scroll until the wrapping has been performed by waiting for an initial <a class="message" href="#SCN_PAINTED">SCN_PAINTED</a> notification.</p> <p><b id="SCI_SETWRAPMODE">SCI_SETWRAPMODE(int wrapMode)</b><br /> <b id="SCI_GETWRAPMODE">SCI_GETWRAPMODE</b><br /> Set wrapMode to <code>SC_WRAP_WORD</code> (1) to enable wrapping on word boundaries, <code>SC_WRAP_CHAR</code> (2) to enable wrapping between any characters, and to <code>SC_WRAP_NONE</code> (0) to disable line wrapping. <code>SC_WRAP_CHAR</code> is preferred to <code>SC_WRAP_WORD</code> for Asian languages where there is no white space between words.</p> <p><b id="SCI_SETWRAPVISUALFLAGS">SCI_SETWRAPVISUALFLAGS(int wrapVisualFlags)</b><br /> <b id="SCI_GETWRAPVISUALFLAGS">SCI_GETWRAPVISUALFLAGS</b><br /> You can enable the drawing of visual flags to indicate a line is wrapped. Bits set in wrapVisualFlags determine which visual flags are drawn. </p> <table cellpadding="1" cellspacing="2" border="0" summary="Wrap visual flags"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_WRAPVISUALFLAG_NONE</code></td> <td align="center">0</td> <td>No visual flags</td> </tr> <tr> <td align="left"><code>SC_WRAPVISUALFLAG_END</code></td> <td align="center">1</td> <td>Visual flag at end of subline of a wrapped line.</td> </tr> <tr> <td align="left"><code>SC_WRAPVISUALFLAG_START</code></td> <td align="center">2</td> <td>Visual flag at begin of subline of a wrapped line.<br /> Subline is indented by at least 1 to make room for the flag.<br /> </td> </tr> <tr> <td align="left"><code>SC_WRAPVISUALFLAG_MARGIN</code></td> <td align="center">4</td> <td>Visual flag in line number margin.</td> </tr> </tbody> </table> <p><b id="SCI_SETWRAPVISUALFLAGSLOCATION">SCI_SETWRAPVISUALFLAGSLOCATION(int wrapVisualFlagsLocation)</b><br /> <b id="SCI_GETWRAPVISUALFLAGSLOCATION">SCI_GETWRAPVISUALFLAGSLOCATION</b><br /> You can set whether the visual flags to indicate a line is wrapped are drawn near the border or near the text. Bits set in wrapVisualFlagsLocation set the location to near the text for the corresponding visual flag. </p> <table cellpadding="1" cellspacing="2" border="0" summary="Wrap visual flags locations"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_WRAPVISUALFLAGLOC_DEFAULT</code></td> <td align="center">0</td> <td>Visual flags drawn near border</td> </tr> <tr> <td align="left"><code>SC_WRAPVISUALFLAGLOC_END_BY_TEXT</code></td> <td align="center">1</td> <td>Visual flag at end of subline drawn near text</td> </tr> <tr> <td align="left"><code>SC_WRAPVISUALFLAGLOC_START_BY_TEXT</code></td> <td align="center">2</td> <td>Visual flag at beginning of subline drawn near text</td> </tr> </tbody> </table> <p><b id="SCI_SETWRAPINDENTMODE">SCI_SETWRAPINDENTMODE(int indentMode)</b><br /> <b id="SCI_GETWRAPINDENTMODE">SCI_GETWRAPINDENTMODE</b><br /> Wrapped sublines can be indented to the position of their first subline or one more indent level. The default is <code>SC_WRAPINDENT_FIXED</code>. The modes are: </p> <table cellpadding="1" cellspacing="2" border="0" summary="Wrap visual flags locations"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Effect</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_WRAPINDENT_FIXED</code></td> <td align="center">0</td> <td>Wrapped sublines aligned to left of window plus amount set by <a class="message" href="#SCI_SETWRAPSTARTINDENT">SCI_SETWRAPSTARTINDENT</a></td> </tr> <tr> <td align="left"><code>SC_WRAPINDENT_SAME</code></td> <td align="center">1</td> <td>Wrapped sublines are aligned to first subline indent</td> </tr> <tr> <td align="left"><code>SC_WRAPINDENT_INDENT</code></td> <td align="center">2</td> <td>Wrapped sublines are aligned to first subline indent plus one more level of indentation</td> </tr> </tbody> </table> <p><b id="SCI_SETWRAPSTARTINDENT">SCI_SETWRAPSTARTINDENT(int indent)</b><br /> <b id="SCI_GETWRAPSTARTINDENT">SCI_GETWRAPSTARTINDENT</b><br /> <code>SCI_SETWRAPSTARTINDENT</code> sets the size of indentation of sublines for wrapped lines in terms of the average character width in <a class="message" href="#StyleDefinition"><code>STYLE_DEFAULT</code></a>. There are no limits on indent sizes, but values less than 0 or large values may have undesirable effects.<br /> The indention of sublines is independent of visual flags, but if <code>SC_WRAPVISUALFLAG_START</code> is set an indent of at least 1 is used. </p> <p><b id="SCI_SETLAYOUTCACHE">SCI_SETLAYOUTCACHE(int cacheMode)</b><br /> <b id="SCI_GETLAYOUTCACHE">SCI_GETLAYOUTCACHE</b><br /> You can set <code>cacheMode</code> to one of the symbols in the table:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Line caching styles"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Layout cached for these lines</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_CACHE_NONE</code></td> <td align="center">0</td> <td>No lines are cached.</td> </tr> <tr> <td align="left"><code>SC_CACHE_CARET</code></td> <td align="center">1</td> <td>The line containing the text caret. This is the default.</td> </tr> <tr> <td align="left"><code>SC_CACHE_PAGE</code></td> <td align="center">2</td> <td>Visible lines plus the line containing the caret.</td> </tr> <tr> <td align="left"><code>SC_CACHE_DOCUMENT</code></td> <td align="center">3</td> <td>All lines in the document.</td> </tr> </tbody> </table> <p><b id="SCI_SETPOSITIONCACHE">SCI_SETPOSITIONCACHE(int size)</b><br /> <b id="SCI_GETPOSITIONCACHE">SCI_GETPOSITIONCACHE</b><br /> The position cache stores position information for short runs of text so that their layout can be determined more quickly if the run recurs. The size in entries of this cache can be set with <code>SCI_SETPOSITIONCACHE</code>.</p> <p><b id="SCI_LINESSPLIT">SCI_LINESSPLIT(int pixelWidth)</b><br /> Split a range of lines indicated by the target into lines that are at most pixelWidth wide. Splitting occurs on word boundaries wherever possible in a similar manner to line wrapping. When <code>pixelWidth</code> is 0 then the width of the window is used. </p> <p><b id="SCI_LINESJOIN">SCI_LINESJOIN</b><br /> Join a range of lines indicated by the target into one line by removing line end characters. Where this would lead to no space between words, an extra space is inserted. </p> <p><b id="SCI_WRAPCOUNT">SCI_WRAPCOUNT(int docLine)</b><br /> Document lines can occupy more than one display line if they wrap and this returns the number of display lines needed to wrap a document line.</p> <h2 id="Zooming">Zooming</h2> <p>Scintilla incorporates a "zoom factor" that lets you make all the text in the document larger or smaller in steps of one point. The displayed point size never goes below 2, whatever zoom factor you set. You can set zoom factors in the range -10 to +20 points.</p> <code><a class="message" href="#SCI_ZOOMIN">SCI_ZOOMIN</a><br /> <a class="message" href="#SCI_ZOOMOUT">SCI_ZOOMOUT</a><br /> <a class="message" href="#SCI_SETZOOM">SCI_SETZOOM(int zoomInPoints)</a><br /> <a class="message" href="#SCI_GETZOOM">SCI_GETZOOM</a><br /> </code> <p><b id="SCI_ZOOMIN">SCI_ZOOMIN</b><br /> <b id="SCI_ZOOMOUT">SCI_ZOOMOUT</b><br /> <code>SCI_ZOOMIN</code> increases the zoom factor by one point if the current zoom factor is less than 20 points. <code>SCI_ZOOMOUT</code> decreases the zoom factor by one point if the current zoom factor is greater than -10 points.</p> <p><b id="SCI_SETZOOM">SCI_SETZOOM(int zoomInPoints)</b><br /> <b id="SCI_GETZOOM">SCI_GETZOOM</b><br /> These messages let you set and get the zoom factor directly. There is no limit set on the factors you can set, so limiting yourself to -10 to +20 to match the incremental zoom functions is a good idea.</p> <h2 id="LongLines">Long lines</h2> <p>You can choose to mark lines that exceed a given length by drawing a vertical line or by colouring the background of characters that exceed the set length.</p> <code><a class="message" href="#SCI_SETEDGEMODE">SCI_SETEDGEMODE(int mode)</a><br /> <a class="message" href="#SCI_GETEDGEMODE">SCI_GETEDGEMODE</a><br /> <a class="message" href="#SCI_SETEDGECOLUMN">SCI_SETEDGECOLUMN(int column)</a><br /> <a class="message" href="#SCI_GETEDGECOLUMN">SCI_GETEDGECOLUMN</a><br /> <a class="message" href="#SCI_SETEDGECOLOUR">SCI_SETEDGECOLOUR(int colour)</a><br /> <a class="message" href="#SCI_GETEDGECOLOUR">SCI_GETEDGECOLOUR</a><br /> </code> <p><b id="SCI_SETEDGEMODE">SCI_SETEDGEMODE(int edgeMode)</b><br /> <b id="SCI_GETEDGEMODE">SCI_GETEDGEMODE</b><br /> These two messages set and get the mode used to display long lines. You can set one of the values in the table:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Long line styles"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Long line display mode</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>EDGE_NONE</code></td> <td align="center">0</td> <td>Long lines are not marked. This is the default state.</td> </tr> <tr> <td align="left"><code>EDGE_LINE</code></td> <td align="center">1</td> <td>A vertical line is drawn at the column number set by <code>SCI_SETEDGECOLUMN</code>. This works well for monospaced fonts. The line is drawn at a position based on the width of a space character in <a class="message" href="#StyleDefinition"><code>STYLE_DEFAULT</code></a>, so it may not work very well if your styles use proportional fonts or if your style have varied font sizes or you use a mixture of bold, italic and normal text.</td> </tr> <tr> <td align="left"><code>EDGE_BACKGROUND</code></td> <td align="center">2</td> <td>The background colour of characters after the column limit is changed to the colour set by <code>SCI_SETEDGECOLOUR</code>. This is recommended for proportional fonts.</td> </tr> </tbody> </table> <p><b id="SCI_SETEDGECOLUMN">SCI_SETEDGECOLUMN(int column)</b><br /> <b id="SCI_GETEDGECOLUMN">SCI_GETEDGECOLUMN</b><br /> These messages set and get the column number at which to display the long line marker. When drawing lines, the column sets a position in units of the width of a space character in <code>STYLE_DEFAULT</code>. When setting the background colour, the column is a character count (allowing for tabs) into the line.</p> <p><b id="SCI_SETEDGECOLOUR">SCI_SETEDGECOLOUR(int <a class="jump" href="#colour">colour</a>)</b><br /> <b id="SCI_GETEDGECOLOUR">SCI_GETEDGECOLOUR</b><br /> These messages set and get the colour of the marker used to show that a line has exceeded the length set by <code>SCI_SETEDGECOLUMN</code>.</p> <h2 id="Lexer">Lexer</h2> <p>If you define the symbol <code>SCI_LEXER</code> when building Scintilla, (this is sometimes called the SciLexer version of Scintilla), lexing support for a wide range of programming languages is included and the messages in this section are supported. If you want to set styling and fold points for an unsupported language you can either do this in the container or better still, write your own lexer following the pattern of one of the existing ones.</p> <p>Scintilla also supports external lexers. These are DLLs (on Windows) or .so modules (on GTK+/Linux) that export three functions: <code>GetLexerCount</code>, <code>GetLexerName</code>, and <code>GetLexerFactory</code>. See <code>externalLexer.cxx</code> for more.</p> <code><a class="message" href="#SCI_SETLEXER">SCI_SETLEXER(int lexer)</a><br /> <a class="message" href="#SCI_GETLEXER">SCI_GETLEXER</a><br /> <a class="message" href="#SCI_SETLEXERLANGUAGE">SCI_SETLEXERLANGUAGE(&lt;unused&gt;, const char *name)</a><br /> <a class="message" href="#SCI_GETLEXERLANGUAGE">SCI_GETLEXERLANGUAGE(&lt;unused&gt;, char *name)</a><br /> <a class="message" href="#SCI_LOADLEXERLIBRARY">SCI_LOADLEXERLIBRARY(&lt;unused&gt;, const char *path)</a><br /> <a class="message" href="#SCI_COLOURISE">SCI_COLOURISE(int start, int end)</a><br /> <a class="message" href="#SCI_CHANGELEXERSTATE">SCI_CHANGELEXERSTATE(int start, int end)</a><br /> <a class="message" href="#SCI_PROPERTYNAMES">SCI_PROPERTYNAMES(&lt;unused&gt;, char *names)</a><br /> <a class="message" href="#SCI_PROPERTYTYPE">SCI_PROPERTYTYPE(const char *name)</a><br /> <a class="message" href="#SCI_DESCRIBEPROPERTY">SCI_DESCRIBEPROPERTY(const char *name, char *description)</a><br /> <a class="message" href="#SCI_SETPROPERTY">SCI_SETPROPERTY(const char *key, const char *value)</a><br /> <a class="message" href="#SCI_GETPROPERTY">SCI_GETPROPERTY(const char *key, char *value)</a><br /> <a class="message" href="#SCI_GETPROPERTYEXPANDED">SCI_GETPROPERTYEXPANDED(const char *key, char *value)</a><br /> <a class="message" href="#SCI_GETPROPERTYINT">SCI_GETPROPERTYINT(const char *key, int default)</a><br /> <a class="message" href="#SCI_DESCRIBEKEYWORDSETS">SCI_DESCRIBEKEYWORDSETS(&lt;unused&gt;, char *descriptions)</a><br /> <a class="message" href="#SCI_SETKEYWORDS">SCI_SETKEYWORDS(int keyWordSet, const char *keyWordList)</a><br /> <a class="message" href="#SCI_GETSTYLEBITSNEEDED">SCI_GETSTYLEBITSNEEDED</a><br /> <div class="provisional"> <a class="message" href="#SCI_GETSUBSTYLEBASES">SCI_GETSUBSTYLEBASES(&lt;unused&gt;, char *styles)</a><br /> <a class="message" href="#SCI_DISTANCETOSECONDARYSTYLES">SCI_DISTANCETOSECONDARYSTYLES</a><br /> <a class="message" href="#SCI_ALLOCATESUBSTYLES">SCI_ALLOCATESUBSTYLES(int styleBase, int numberStyles)</a><br /> <a class="message" href="#SCI_FREESUBSTYLES">SCI_FREESUBSTYLES</a><br /> <a class="message" href="#SCI_GETSUBSTYLESSTART">SCI_GETSUBSTYLESSTART(int styleBase)</a><br /> <a class="message" href="#SCI_GETSUBSTYLESLENGTH">SCI_GETSUBSTYLESLENGTH(int styleBase)</a><br /> <a class="message" href="#SCI_GETSTYLEFROMSUBSTYLE">SCI_GETSTYLEFROMSUBSTYLE(int subStyle)</a><br /> <a class="message" href="#SCI_GETPRIMARYSTYLEFROMSTYLE">SCI_GETPRIMARYSTYLEFROMSTYLE(int style)</a><br /> <a class="message" href="#SCI_SETIDENTIFIERS">SCI_SETIDENTIFIERS(int style, const char *identifiers)</a><br /> </div> </code> <p><b id="SCI_SETLEXER">SCI_SETLEXER(int lexer)</b><br /> <b id="SCI_GETLEXER">SCI_GETLEXER</b><br /> You can select the lexer to use with an integer code from the <code>SCLEX_*</code> enumeration in <code>Scintilla.h</code>. There are two codes in this sequence that do not use lexers: <code>SCLEX_NULL</code> to select no lexing action and <code>SCLEX_CONTAINER</code> which sends the <code><a class="message" href="#SCN_STYLENEEDED">SCN_STYLENEEDED</a></code> notification to the container whenever a range of text needs to be styled. You cannot use the <code>SCLEX_AUTOMATIC</code> value; this identifies additional external lexers that Scintilla assigns unused lexer numbers to.</p> <p><b id="SCI_SETLEXERLANGUAGE">SCI_SETLEXERLANGUAGE(&lt;unused&gt;, const char *name)</b><br /> <b id="SCI_GETLEXERLANGUAGE">SCI_GETLEXERLANGUAGE(&lt;unused&gt;, char *name)</b><br /> <code>SCI_SETLEXERLANGUAGE</code> lets you select a lexer by name, and is the only method if you are using an external lexer or if you have written a lexer module for a language of your own and do not wish to assign it an explicit lexer number. To select an existing lexer, set <code>name</code> to match the (case sensitive) name given to the module, for example "ada" or "python", not "Ada" or "Python". To locate the name for the built-in lexers, open the relevant <code>Lex*.cxx</code> file and search for <code>LexerModule</code>. The third argument in the <code>LexerModule</code> constructor is the name to use.</p> <p>To test if your lexer assignment worked, use <a class="message" href="#SCI_GETLEXER"><code>SCI_GETLEXER</code></a> before and after setting the new lexer to see if the lexer number changed.</p> <p><code>SCI_GETLEXERLANGUAGE</code> retrieves the name of the lexer.</p> <p><b id="SCI_LOADLEXERLIBRARY">SCI_LOADLEXERLIBRARY(&lt;unused&gt;, const char *path)</b><br /> Load a lexer implemented in a shared library. This is a .so file on GTK+/Linux or a .DLL file on Windows. </p> <p><b id="SCI_COLOURISE">SCI_COLOURISE(int startPos, int endPos)</b><br /> This requests the current lexer or the container (if the lexer is set to <code>SCLEX_CONTAINER</code>) to style the document between <code>startPos</code> and <code>endPos</code>. If <code>endPos</code> is -1, the document is styled from <code>startPos</code> to the end. If the <code>"fold"</code> property is set to <code>"1"</code> and your lexer or container supports folding, fold levels are also set. This message causes a redraw.</p> <p><b id="SCI_CHANGELEXERSTATE">SCI_CHANGELEXERSTATE(int startPos, int endPos)</b><br /> Indicate that the internal state of a lexer has changed over a range and therefore there may be a need to redraw.</p> <p><b id="SCI_PROPERTYNAMES">SCI_PROPERTYNAMES(&lt;unused&gt;, char *names)</b><br /> <b id="SCI_PROPERTYTYPE">SCI_PROPERTYTYPE(const char *name)</b><br /> <b id="SCI_DESCRIBEPROPERTY">SCI_DESCRIBEPROPERTY(const char *name, char *description)</b><br /> Information may be retrieved about the properties that can be set for the current lexer. This information is only available for newer lexers. <code>SCI_PROPERTYNAMES</code> returns a string with all of the valid properties separated by "\n". If the lexer does not support this call then an empty string is returned. Properties may be boolean (<code>SC_TYPE_BOOLEAN</code>), integer (<code>SC_TYPE_INTEGER</code>), or string (<code>SC_TYPE_STRING</code>) and this is found with <code>SCI_PROPERTYTYPE</code>. A description of a property in English is returned by <code>SCI_DESCRIBEPROPERTY</code>.</p> <p><b id="SCI_SETPROPERTY">SCI_SETPROPERTY(const char *key, const char *value)</b><br /> You can communicate settings to lexers with keyword:value string pairs. There is no limit to the number of keyword pairs you can set, other than available memory. <code>key</code> is a case sensitive keyword, <code>value</code> is a string that is associated with the keyword. If there is already a value string associated with the keyword, it is replaced. If you pass a zero length string, the message does nothing. Both <code>key</code> and <code>value</code> are used without modification; extra spaces at the beginning or end of <code>key</code> are significant.</p> <p>The <code>value</code> string can refer to other keywords. For example, <code>SCI_SETPROPERTY("foldTimes10", "$(fold)0")</code> stores the string <code>"$(fold)0"</code>, but when this is accessed, the <code>$(fold)</code> is replaced by the value of the <code>"fold"</code> keyword (or by nothing if this keyword does not exist).</p> <p>Currently the "fold" property is defined for most of the lexers to set the fold structure if set to "1". <code>SCLEX_PYTHON</code> understands <code>"tab.timmy.whinge.level"</code> as a setting that determines how to indicate bad indentation. Most keywords have values that are interpreted as integers. Search the lexer sources for <code>GetPropertyInt</code> to see how properties are used.</p> <p>There is a convention for naming properties used by lexers so that the set of properties can be found by scripts. Property names should start with "lexer.&lt;lexer&gt;." or "fold.&lt;lexer&gt;." when they apply to one lexer or start with "lexer." or "fold." if they apply to multiple lexers.</p> <p>Applications may discover the set of properties used by searching the source code of lexers for lines that contain <code>GetProperty</code> and a double quoted string and extract the value of the double quoted string as the property name. The <code>scintilla/scripts/LexGen.py</code> script does this and can be used as an example. Documentation for the property may be located above the call as a multi-line comment starting with <br/><code>// property &lt;property-name&gt;</code></p> <p><b id="SCI_GETPROPERTY">SCI_GETPROPERTY(const char *key, char *value)</b><br /> Lookup a keyword:value pair using the specified key; if found, copy the value to the user-supplied buffer and return the length (not including the terminating 0). If not found, copy an empty string to the buffer and return 0.</p> <p>Note that "keyword replacement" as described in <a class="message" href="#SCI_SETPROPERTY"> <code>SCI_SETPROPERTY</code></a> will not be performed.</p> <p>If the value argument is 0 then the length that should be allocated to store the value is returned; again, the terminating 0 is not included.</p> <p><b id="SCI_GETPROPERTYEXPANDED">SCI_GETPROPERTYEXPANDED(const char *key, char *value)</b><br /> Lookup a keyword:value pair using the specified key; if found, copy the value to the user-supplied buffer and return the length (not including the terminating 0). If not found, copy an empty string to the buffer and return 0.</p> <p>Note that "keyword replacement" as described in <a class="message" href="#SCI_SETPROPERTY"> <code>SCI_SETPROPERTY</code></a> will be performed.</p> <p>If the value argument is 0 then the length that should be allocated to store the value (including any indicated keyword replacement) is returned; again, the terminating 0 is not included.</p> <p><b id="SCI_GETPROPERTYINT">SCI_GETPROPERTYINT(const char *key, int default)</b><br /> Lookup a keyword:value pair using the specified key; if found, interpret the value as an integer and return it. If not found (or the value is an empty string) then return the supplied default. If the keyword:value pair is found but is not a number, then return 0.</p> <p>Note that "keyword replacement" as described in <a class="message" href="#SCI_SETPROPERTY"> <code>SCI_SETPROPERTY</code></a> will be performed before any numeric interpretation.</p> <p><b id="SCI_SETKEYWORDS">SCI_SETKEYWORDS(int keyWordSet, const char *keyWordList)</b><br /> You can set up to 9 lists of keywords for use by the current lexer. <code>keyWordSet</code> can be 0 to 8 (actually 0 to <code>KEYWORDSET_MAX</code>) and selects which keyword list to replace. <code>keyWordList</code> is a list of keywords separated by spaces, tabs, <code>"\n"</code> or <code>"\r"</code> or any combination of these. It is expected that the keywords will be composed of standard ASCII printing characters, but there is nothing to stop you using any non-separator character codes from 1 to 255 (except common sense).</p> <p>How these keywords are used is entirely up to the lexer. Some languages, such as HTML may contain embedded languages, VBScript and JavaScript are common for HTML. For HTML, key word set 0 is for HTML, 1 is for JavaScript and 2 is for VBScript, 3 is for Python, 4 is for PHP and 5 is for SGML and DTD keywords. Review the lexer code to see examples of keyword list. A fully conforming lexer sets the fourth argument of the <code>LexerModule</code> constructor to be a list of strings that describe the uses of the keyword lists.</p> <p>Alternatively, you might use set 0 for general keywords, set 1 for keywords that cause indentation and set 2 for keywords that cause unindentation. Yet again, you might have a simple lexer that colours keywords and you could change languages by changing the keywords in set 0. There is nothing to stop you building your own keyword lists into the lexer, but this means that the lexer must be rebuilt if more keywords are added.</p> <p><b id="SCI_DESCRIBEKEYWORDSETS">SCI_DESCRIBEKEYWORDSETS(&lt;unused&gt;, char *descriptions)</b><br /> A description of all of the keyword sets separated by "\n" is returned by <code>SCI_DESCRIBEKEYWORDSETS</code>.</p> <p><b id="SCI_GETSTYLEBITSNEEDED">SCI_GETSTYLEBITSNEEDED</b><br /> Retrieve the number of bits the current lexer needs for styling. This should normally be the argument to <a class="message" href="#SCI_SETSTYLEBITS">SCI_SETSTYLEBITS</a>. </p> <div class="provisional"> <h3 id="Substyles">Substyles</h3> <a href="#ProvisionalMessages">These features are provisional</a><br /> <p>Lexers may support several different sublanguages and each sublanguage may want to style some number of sets of identifiers (or similar lexemes such as documentation keywords) uniquely. Preallocating a large number for each purpose would exhaust the number of allowed styles quickly. This is alleviated by substyles which allow the application to determine how many sets of identifiers to allocate for each purpose. Lexers have to explicitly support this feature by implementing the methods in <code>ILexerWithSubStyles</code>.</p> <p><b id="SCI_GETSUBSTYLEBASES">SCI_GETSUBSTYLEBASES(&lt;unused&gt;, char *styles)</b><br /> Fill <code>styles</code> with a byte for each style that can be split into substyles.</p> <p><b id="SCI_DISTANCETOSECONDARYSTYLES">SCI_DISTANCETOSECONDARYSTYLES</b><br /> Returns the distance between a primary style and its corresponding secondary style.</p> <p><b id="SCI_ALLOCATESUBSTYLES">SCI_ALLOCATESUBSTYLES(int styleBase, int numberStyles)</b><br /> Allocate some number of substyles for a particular base style returning the first substyle number allocated. Substyles are allocated contiguously.</p> <p><b id="SCI_FREESUBSTYLES">SCI_FREESUBSTYLES</b><br /> Free all allocated substyles.</p> <p><b id="SCI_GETSUBSTYLESSTART">SCI_GETSUBSTYLESSTART(int styleBase)</b><br /> <b id="SCI_GETSUBSTYLESLENGTH">SCI_GETSUBSTYLESLENGTH(int styleBase)</b><br /> Return the start and length of the substyles allocated for a base style.</p> <p><b id="SCI_GETSTYLEFROMSUBSTYLE">SCI_GETSTYLEFROMSUBSTYLE(int subStyle)</b><br /> For a sub style, return the base style, else return the argument.</p> <p><b id="SCI_GETPRIMARYSTYLEFROMSTYLE">SCI_GETPRIMARYSTYLEFROMSTYLE(int style)</b><br /> For a secondary style, return the primary style, else return the argument.</p> <p><b id="SCI_SETIDENTIFIERS">SCI_SETIDENTIFIERS(int style, const char *identifiers)</b><br /> Similar to <code>SCI_SETKEYWORDS</code> but for substyles. The prefix feature available with <code>SCI_SETKEYWORDS</code> is not implemented for <code>SCI_SETIDENTIFIERS</code>.</p> </div> <h2 id="LexerObjects">Lexer Objects</h2> <p>Lexers are programmed as objects that implement the ILexer interface and that interact with the document they are lexing through the IDocument interface. Previously lexers were defined by providing lexing and folding functions but creating an object to handle the interaction of a lexer with a document allows the lexer to store state information that can be used during lexing. For example a C++ lexer may store a set of preprocessor definitions or variable declarations and style these depending on their role.</p> <p>A set of helper classes allows older lexers defined by functions to be used in Scintilla.</p> <h4>ILexer</h4> <div class="highlighted"> <span class="S5">class</span><span class="S0"> </span>ILexer<span class="S0"> </span><span class="S10">{</span><br /> <span class="S5">public</span><span class="S10">:</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>Version<span class="S10">()</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>Release<span class="S10">()</span><span class="S0"> </span> <span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span> <span class="S5">char</span><span class="S0"> </span> <span class="S10">*</span><span class="S0"> </span> SCI_METHOD<span class="S0"> </span>PropertyNames<span class="S10">()</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>PropertyType<span class="S10">(</span><span class="S5">const</span><span class="S0"> </span><span class="S5">char</span><span class="S0"> </span><span class="S10">*</span>name<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S5">char</span><span class="S0"> </span><span class="S10">*</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>DescribeProperty<span class="S10">(</span><span class="S5">const</span><span class="S0"> </span><span class="S5">char</span><span class="S0"> </span><span class="S10">*</span>name<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>PropertySet<span class="S10">(</span><span class="S5">const</span> <span class="S0"> </span><span class="S5">char</span> <span class="S0"> </span><span class="S10">*</span>key<span class="S10">,</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span> <span class="S5">char</span><span class="S0"> </span><span class="S10">*</span>val<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S5">char</span><span class="S0"> </span> <span class="S10">*</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>DescribeWordListSets<span class="S10">()</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>WordListSet<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>n<span class="S10">,</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span> <span class="S5">char</span><span class="S0"> </span><span class="S10">*</span>wl<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>Lex<span class="S10">(</span><span class="S5">unsigned</span> <span class="S0"> </span><span class="S5">int</span> <span class="S0"> </span>startPos<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span> <span class="S0"> </span>lengthDoc<span class="S10">,</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>initStyle<span class="S10">,</span> <span class="S0"> </span>IDocument<span class="S0"> </span><span class="S10">*</span>pAccess<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>Fold<span class="S10">(</span><span class="S5">unsigned</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>startPos<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span> <span class="S0"> </span>lengthDoc<span class="S10">,</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>initStyle<span class="S10">,</span> <span class="S0"> </span>IDocument<span class="S0"> </span><span class="S10">*</span>pAccess<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span> <span class="S10">*</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>PrivateCall<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>operation<span class="S10">,</span><span class="S0"> </span><span class="S5">void</span><span class="S0"> </span> <span class="S10">*</span>pointer<span class="S10">)</span><span class="S0"> </span> <span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S10">};</span><br /> </div> <p> The return values from PropertySet and WordListSet are used to indicate whether the change requires performing lexing or folding over any of the document. It is the position at which to restart lexing and folding or -1 if the change does not require any extra work on the document. A simple approach is to return 0 if there is any possibility that a change requires lexing the document again while an optimisation could be to remember where a setting first affects the document and return that position. </p> <p><code>Release</code> is called to destroy the lexer object.</p> <p><code>PrivateCall</code> allows for direct communication between the application and a lexer. An example would be where an application maintains a single large data structure containing symbolic information about system headers (like Windows.h) and provides this to the lexer where it can be applied to each document. This avoids the costs of constructing the system header information for each document. This is invoked with the <code>SCI_PRIVATELEXERCALL</code> API.</p> <p><code>Fold</code> is called with the exact range that needs folding. Previously, lexers were called with a range that started one line before the range that needs to be folded as this allowed fixing up the last line from the previous folding. The new approach allows the lexer to decide whether to backtrack or to handle this more efficiently.</p> <h4 class="provisional">ILexerWithSubStyles</h4> <p class="provisional"> To allow lexers to report which line ends they support, and to support substyles, <code>Ilexer</code> is extended to <code>ILexerWithSubStyles</code>. </p> <div class="highlighted"> <span class="S5">class</span><span class="S0"> </span>ILexerWithSubStyles<span class="S0"> </span><span class="S10">:</span><span class="S0"> </span><span class="S5">public</span><span class="S0"> </span>ILexer<span class="S0"> </span><span class="S10">{</span><br /> <span class="S5">public</span><span class="S10">:</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>LineEndTypesSupported<span class="S10">()</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>AllocateSubStyles<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>styleBase<span class="S10">,</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>numberStyles<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>SubStylesStart<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>styleBase<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>SubStylesLength<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>styleBase<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>StyleFromSubStyle<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>subStyle<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>PrimaryStyleFromStyle<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>style<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>FreeSubStyles<span class="S10">()</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>SetIdentifiers<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>style<span class="S10">,</span><span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S5">char</span><span class="S0"> </span><span class="S10">*</span>identifiers<span class="S10">)</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>DistanceToSecondaryStyles<span class="S10">()</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S5">char</span><span class="S0"> </span><span class="S10">*</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>GetSubStyleBases<span class="S10">()</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S10">};</span><br /> </div> <h4>IDocument</h4> <div class="highlighted"> <span class="S5">class</span><span class="S0"> </span>IDocument <span class="S0"> </span><span class="S10">{</span><br /> <span class="S5">public</span><span class="S10">:</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>Version<span class="S10">()</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>SetErrorStatus<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>status<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>Length<span class="S10">()</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>GetCharRange<span class="S10">(</span><span class="S5">char</span> <span class="S0"> </span><span class="S10">*</span>buffer<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span> position<span class="S10">,</span><span class="S0"> </span> <span class="S5">int</span><span class="S0"> </span>lengthRetrieve<span class="S10">)</span> <span class="S0"> </span><span class="S5">const</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">char</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>StyleAt<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>position<span class="S10">)</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>LineFromPosition<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>position<span class="S10">)</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span> <span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>LineStart<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>line<span class="S10">)</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span> <span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>GetLevel<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>line<span class="S10">)</span> <span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span> <span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>SetLevel<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>line<span class="S10">,</span><span class="S0"> </span> <span class="S5">int</span><span class="S0"> </span>level<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>GetLineState<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>line<span class="S10">)</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span> <span class="S10">=</span><span class="S0"> </span><span class="S4">0</span> <span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>SetLineState<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>line<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>state<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>StartStyling<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>position<span class="S10">,</span> <span class="S0"> </span><span class="S5">char</span><span class="S0"> </span>mask<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">bool</span> <span class="S0"> </span>SCI_METHOD <span class="S0"> </span>SetStyleFor<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>length<span class="S10">,</span> <span class="S0"> </span><span class="S5">char</span><span class="S0"> </span>style<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span> <span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">bool</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>SetStyles<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>length<span class="S10">,</span><span class="S0"> </span> <span class="S5">const</span><span class="S0"> </span><span class="S5">char</span> <span class="S0"> </span><span class="S10">*</span>styles<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">void</span> <span class="S0"> </span>SCI_METHOD <span class="S0"> </span>DecorationSetCurrentIndicator<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>indicator<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>DecorationFillRange<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>position<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>value<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>fillLength<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span><span class="S0"> </span> <span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">void</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>ChangeLexerState<span class="S10">(</span><span class="S5">int</span> <span class="S0"> </span>start<span class="S10">,</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>end<span class="S10">)</span> <span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span> <span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD <span class="S0"> </span>CodePage<span class="S10">()</span><span class="S0"> </span><span class="S5">const</span><span class="S0"> </span> <span class="S10">=</span><span class="S0"> </span><span class="S4">0</span> <span class="S10">;</span><br /> <span class="S0">&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">bool</span> <span class="S0"> </span>SCI_METHOD <span class="S0"> </span>IsDBCSLeadByte<span class="S10">(</span><span class="S5">char</span> <span class="S0"> </span>ch<span class="S10">)</span> <span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S10">=</span> <span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S10">};</span><br /> </div> <p>Scintilla tries to minimize the consequences of modifying text to only relex and redraw the line of the change where possible. Lexer objects contain their own private extra state which can affect later lines. For example, if the C++ lexer is greying out inactive code segments then changing the statement <code>#define BEOS 0</code> to <code>#define BEOS 1</code> may require restyling and redisplaying later parts of the document. The lexer can call <code>ChangeLexerState</code> to signal to the document that it should relex and display more.</p> <p><code>SetErrorStatus</code> is used to notify the document of exceptions. Exceptions should not be thrown over build boundaries as the two sides may be built with different compilers or incompatible exception options.</p> <h4>IDocumentWithLineEnd</h4> <p> To allow lexers to determine the end position of a line and thus more easily support Unicode line ends <code>IDocument</code> is extended to <code>IDocumentWithLineEnd</code>.</p> <p><code>GetRelativePosition</code> navigates the document by whole characters, returning <code>INVALID_POSITION</code> for movement beyond the start and end of the document.</p> <p><code>GetCharacterAndWidth</code> provides a standard conversion from UTF-8 bytes to a UTF-32 character or from DBCS to a 16 bit value. Bytes in invalid UTF-8 are reported individually with values 0xDC80+byteValue, which are not valid Unicode code points. The <code>pWidth</code> argument can be NULL if the caller does not need to know the number of bytes in the character. </p> <div class="highlighted"> <span class="S5">class</span><span class="S0"> </span>IDocumentWithLineEnd<span class="S0"> </span><span class="S10">:</span><span class="S0"> </span><span class="S5">public</span><span class="S0"> </span>IDocument<span class="S0"> </span><span class="S10">{</span><br /> <span class="S5">public</span><span class="S10">:</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>LineEnd<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>line<span class="S10">)</span><span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>GetRelativePosition<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>positionStart<span class="S10">,</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>characterOffset<span class="S10">)</span><span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S0">&nbsp; &nbsp; &nbsp; &nbsp; </span><span class="S5">virtual</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span>SCI_METHOD<span class="S0"> </span>GetCharacterAndWidth<span class="S10">(</span><span class="S5">int</span><span class="S0"> </span>position<span class="S10">,</span><span class="S0"> </span><span class="S5">int</span><span class="S0"> </span><span class="S10">*</span>pWidth<span class="S10">)</span><span class="S0"> </span><span class="S5">const</span><span class="S0"> </span><span class="S10">=</span><span class="S0"> </span><span class="S4">0</span><span class="S10">;</span><br /> <span class="S10">};</span><br /> </div> <p>The <code>ILexer</code>, <code>ILexerWithSubStyles</code>, <code>IDocument</code>, and <code>IDocumentWithLineEnd</code> interfaces may be expanded in the future with extended versions (<code>ILexer2</code>...). The <code>Version</code> method indicates which interface is implemented and thus which methods may be called.</p> <h2 id="Notifications">Notifications</h2> <p>Notifications are sent (fired) from the Scintilla control to its container when an event has occurred that may interest the container.</p> <p>Notifications are sent using the <code>WM_NOTIFY</code> message on Windows.</p> <p>On GTK+, the "sci-notify" signal is sent and the signal handler should have the signature <code>handler(GtkWidget *, gint, SCNotification *notification, gpointer userData)</code>.</p> <p>On Cocoa, a delegate implementing the <code>ScintillaNotificationProtocol</code> may be set to receive notifications or the <code>ScintillaView</code> class may be subclassed and the <code>notification:</code> method overridden. Overriding <code>notification:</code> allows the subclass to control whether default handling is performed.</p> <p>The container is passed a <code>SCNotification</code> structure containing information about the event.</p> <pre id="SCNotification"> struct NotifyHeader { // This matches the Win32 NMHDR structure void *hwndFrom; // environment specific window handle/pointer uptr_t idFrom; // CtrlID of the window issuing the notification unsigned int code; // The SCN_* notification code }; struct SCNotification { struct Sci_NotifyHeader nmhdr; int position; /* SCN_STYLENEEDED, SCN_DOUBLECLICK, SCN_MODIFIED, SCN_MARGINCLICK, */ /* SCN_NEEDSHOWN, SCN_DWELLSTART, SCN_DWELLEND, SCN_CALLTIPCLICK, */ /* SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK, SCN_HOTSPOTRELEASECLICK, */ /* SCN_INDICATORCLICK, SCN_INDICATORRELEASE, */ /* SCN_USERLISTSELECTION, SCN_AUTOCSELECTION */ int ch; /* SCN_CHARADDED, SCN_KEY */ int modifiers; /* SCN_KEY, SCN_DOUBLECLICK, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK, */ /* SCN_HOTSPOTRELEASECLICK, SCN_INDICATORCLICK, SCN_INDICATORRELEASE, */ int modificationType; /* SCN_MODIFIED */ const char *text; /* SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION, SCN_URIDROPPED */ int length; /* SCN_MODIFIED */ int linesAdded; /* SCN_MODIFIED */ int message; /* SCN_MACRORECORD */ uptr_t wParam; /* SCN_MACRORECORD */ sptr_t lParam; /* SCN_MACRORECORD */ int line; /* SCN_MODIFIED */ int foldLevelNow; /* SCN_MODIFIED */ int foldLevelPrev; /* SCN_MODIFIED */ int margin; /* SCN_MARGINCLICK */ int listType; /* SCN_USERLISTSELECTION */ int x; /* SCN_DWELLSTART, SCN_DWELLEND */ int y; /* SCN_DWELLSTART, SCN_DWELLEND */ int token; /* SCN_MODIFIED with SC_MOD_CONTAINER */ int annotationLinesAdded; /* SCN_MODIFIED with SC_MOD_CHANGEANNOTATION */ int updated; /* SCN_UPDATEUI */ }; </pre> <p>The notification messages that your container can choose to handle and the messages associated with them are:</p> <code><a class="message" href="#SCN_STYLENEEDED">SCN_STYLENEEDED</a><br /> <a class="message" href="#SCN_CHARADDED">SCN_CHARADDED</a><br /> <a class="message" href="#SCN_SAVEPOINTREACHED">SCN_SAVEPOINTREACHED</a><br /> <a class="message" href="#SCN_SAVEPOINTLEFT">SCN_SAVEPOINTLEFT</a><br /> <a class="message" href="#SCN_MODIFYATTEMPTRO">SCN_MODIFYATTEMPTRO</a><br /> <a class="message" href="#SCN_KEY">SCN_KEY</a><br /> <a class="message" href="#SCN_DOUBLECLICK">SCN_DOUBLECLICK</a><br /> <a class="message" href="#SCN_UPDATEUI">SCN_UPDATEUI</a><br /> <a class="message" href="#SCN_MODIFIED">SCN_MODIFIED</a><br /> <a class="message" href="#SCN_MACRORECORD">SCN_MACRORECORD</a><br /> <a class="message" href="#SCN_MARGINCLICK">SCN_MARGINCLICK</a><br /> <a class="message" href="#SCN_NEEDSHOWN">SCN_NEEDSHOWN</a><br /> <a class="message" href="#SCN_PAINTED">SCN_PAINTED</a><br /> <a class="message" href="#SCN_USERLISTSELECTION">SCN_USERLISTSELECTION</a><br /> <a class="message" href="#SCN_URIDROPPED">SCN_URIDROPPED</a><br /> <a class="message" href="#SCN_DWELLSTART">SCN_DWELLSTART</a><br /> <a class="message" href="#SCN_DWELLEND">SCN_DWELLEND</a><br /> <a class="message" href="#SCN_ZOOM">SCN_ZOOM</a><br /> <a class="message" href="#SCN_HOTSPOTCLICK">SCN_HOTSPOTCLICK</a><br /> <a class="message" href="#SCN_HOTSPOTDOUBLECLICK">SCN_HOTSPOTDOUBLECLICK</a><br /> <a class="message" href="#SCN_HOTSPOTRELEASECLICK">SCN_HOTSPOTRELEASECLICK</a><br /> <a class="message" href="#SCN_INDICATORCLICK">SCN_INDICATORCLICK</a><br /> <a class="message" href="#SCN_INDICATORRELEASE">SCN_INDICATORRELEASE</a><br /> <a class="message" href="#SCN_CALLTIPCLICK">SCN_CALLTIPCLICK</a><br /> <a class="message" href="#SCN_AUTOCSELECTION">SCN_AUTOCSELECTION</a><br /> <a class="message" href="#SCN_AUTOCCANCELLED">SCN_AUTOCCANCELLED</a><br /> <a class="message" href="#SCN_AUTOCCHARDELETED">SCN_AUTOCCHARDELETED</a><br /> <a class="message" href="#SCN_FOCUSIN">SCN_FOCUSIN</a><br /> <a class="message" href="#SCN_FOCUSOUT">SCN_FOCUSOUT</a><br /> </code> <p>The following <code>SCI_*</code> messages are associated with these notifications:</p> <code><a class="message" href="#SCI_SETMODEVENTMASK">SCI_SETMODEVENTMASK(int eventMask)</a><br /> <a class="message" href="#SCI_GETMODEVENTMASK">SCI_GETMODEVENTMASK</a><br /> <a class="message" href="#SCI_SETMOUSEDWELLTIME">SCI_SETMOUSEDWELLTIME(int milliseconds)</a><br /> <a class="message" href="#SCI_GETMOUSEDWELLTIME">SCI_GETMOUSEDWELLTIME</a><br /> <a class="message" href="#SCI_SETIDENTIFIER">SCI_SETIDENTIFIER(int identifier)</a><br /> <a class="message" href="#SCI_GETIDENTIFIER">SCI_GETIDENTIFIER</a><br /> </code> <p>The following additional notifications are sent using a secondary "command" method and should be avoided in new code as the primary "notification" method provides all the same events with richer information. The <code>WM_COMMAND</code> message is used on Windows. This emulates the Windows Edit control. Only the lower 16 bits of the control's ID is passed in these notifications.</p> <p>On GTK+, the "command" signal is sent and the signal handler should have the signature <code>handler(GtkWidget *, gint wParam, gpointer lParam, gpointer userData)</code>.</p> <code><a class="message" href="#SCEN_CHANGE">SCEN_CHANGE</a><br /> <a class="message" href="#SCEN_SETFOCUS">SCEN_SETFOCUS</a><br /> <a class="message" href="#SCEN_KILLFOCUS">SCEN_KILLFOCUS</a><br /> </code> <p><b id="SCI_SETIDENTIFIER">SCI_SETIDENTIFIER(int identifier)</b><br /> <b id="SCI_GETIDENTIFIER">SCI_GETIDENTIFIER</b><br /> These two messages set and get the identifier of the Scintilla instance which is included in notifications as the <code>idFrom</code> field. When an application creates multiple Scintilla widgets, this allows the source of each notification to be found. On Windows, this value is initialised in the <code>CreateWindow</code> call and stored as the <code>GWLP_ID</code> attribute of the window. The value should be small, preferably less than 16 bits, rather than a pointer as some of the functions will only transmit 16 or 32 bits. </p> <p><b id="SCN_STYLENEEDED">SCN_STYLENEEDED</b><br /> If you used <code><a class="message" href="#SCI_SETLEXER">SCI_SETLEXER</a>(SCLEX_CONTAINER)</code> to make the container act as the lexer, you will receive this notification when Scintilla is about to display or print text that requires styling. You are required to style the text from the line that contains the position returned by <a class="message" href="#SCI_GETENDSTYLED"><code>SCI_GETENDSTYLED</code></a> up to the position passed in <code>SCNotification.position</code>. Symbolically, you need code of the form:</p> <pre> startPos = <a class="message" href="#SCI_GETENDSTYLED">SCI_GETENDSTYLED</a>() lineNumber = <a class="message" href="#SCI_LINEFROMPOSITION">SCI_LINEFROMPOSITION</a>(startPos); startPos = <a class="message" href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber); MyStyleRoutine(startPos, SCNotification.position); </pre> <p><b id="SCN_CHARADDED">SCN_CHARADDED</b><br /> This is sent when the user types an ordinary text character (as opposed to a command character) that is entered into the text. The container can use this to decide to display a <a class="jump" href="#CallTips">call tip</a> or an <a class="jump" href="#Autocompletion">auto completion list</a>. The character is in <code>SCNotification.ch</code>. This notification is sent before the character has been styled so processing that depends on styling should instead be performed in the SCN_UPDATEUI notification.</p> <p><b id="SCN_SAVEPOINTREACHED">SCN_SAVEPOINTREACHED</b><br /> <b id="SCN_SAVEPOINTLEFT">SCN_SAVEPOINTLEFT</b><br /> Sent to the container when the save point is entered or left, allowing the container to display a "document dirty" indicator and change its menus.<br /> See also: <a class="message" href="#SCI_SETSAVEPOINT"><code>SCI_SETSAVEPOINT</code></a>, <a class="message" href="#SCI_GETMODIFY"><code>SCI_GETMODIFY</code></a></p> <p><b id="SCN_MODIFYATTEMPTRO">SCN_MODIFYATTEMPTRO</b><br /> When in read-only mode, this notification is sent to the container if the user tries to change the text. This can be used to check the document out of a version control system. You can set the read-only state of a document with <code><a class="message" href="#SCI_SETREADONLY">SCI_SETREADONLY</a></code>.</p> <p><b id="SCN_KEY">SCN_KEY</b><br /> Reports all keys pressed but not consumed by Scintilla. Used on GTK+ because of some problems with keyboard focus and is not sent by the Windows version. <code>SCNotification.ch</code> holds the key code and <code>SCNotification.modifiers</code> holds the modifiers. This notification is sent if the modifiers include <code>SCMOD_ALT</code> or <code>SCMOD_CTRL</code> and the key code is less than 256.</p> <p><b id="SCN_DOUBLECLICK">SCN_DOUBLECLICK</b><br /> The mouse button was double clicked in editor. The <code>position</code> field is set to the text position of the double click, the <code>line</code> field is set to the line of the double click, and the <code>modifiers</code> field is set to the key modifiers held down in a similar manner to <a class="message" href="#SCN_KEY">SCN_KEY</a>.</p> <p><b id="SCN_UPDATEUI">SCN_UPDATEUI</b><br /> Either the text or styling of the document has changed or the selection range or scroll position has changed. Now would be a good time to update any container UI elements that depend on document or view state. The <code>updated</code> field is set to the bit set of things changed since the previous notification.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Modify notification type flags"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Meaning</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_UPDATE_CONTENT</code></td> <td align="center">0x01</td> <td>Contents, styling or markers have been changed.</td> </tr> <tr> <td align="left"><code>SC_UPDATE_SELECTION</code></td> <td align="center">0x02</td> <td>Selection has been changed.</td> </tr> <tr> <td align="left"><code>SC_UPDATE_V_SCROLL</code></td> <td align="center">0x04</td> <td>Scrolled vertically.</td> </tr> <tr> <td align="left"><code>SC_UPDATE_H_SCROLL</code></td> <td align="center">0x08</td> <td>Scrolled horizontally.</td> </tr> </tbody> </table> <p><b id="SCN_MODIFIED">SCN_MODIFIED</b><br /> This notification is sent when the text or styling of the document changes or is about to change. You can set a mask for the notifications that are sent to the container with <a class="message" href="#SCI_SETMODEVENTMASK"><code>SCI_SETMODEVENTMASK</code></a>. The notification structure contains information about what changed, how the change occurred and whether this changed the number of lines in the document. No modifications may be performed while in a <code>SCN_MODIFIED</code> event. The <code>SCNotification</code> fields used are:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Modify notification types"> <tbody> <tr> <th align="left">Field</th> <th align="left">Usage</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>modificationType</code></td> <td align="left">A set of flags that identify the change(s) made. See the next table.</td> </tr> <tr> <td align="left"><code>position</code></td> <td align="left">Start position of a text or styling change. Set to 0 if not used.</td> </tr> <tr> <td align="left"><code>length</code></td> <td align="left">Length of the change in cells or characters when the text or styling changes. Set to 0 if not used.</td> </tr> <tr> <td align="left"><code>linesAdded</code></td> <td align="left">Number of added lines. If negative, the number of deleted lines. Set to 0 if not used or no lines added or deleted.</td> </tr> <tr> <td align="left"><code>text</code></td> <td align="left">Valid for text changes, not for style changes. If we are collecting undo information this holds a pointer to the text that is handed to the Undo system, otherwise it is zero. For user performed SC_MOD_BEFOREDELETE the text field is 0.</td> </tr> <tr> <td align="left"><code>line</code></td> <td align="left">The line number at which a fold level or marker change occurred. This is 0 if unused and may be -1 if more than one line changed.</td> </tr> <tr> <td align="left"><code>foldLevelNow</code></td> <td align="left">The new fold level applied to the line or 0 if this field is unused.</td> </tr> <tr> <td align="left"><code>foldLevelPrev</code></td> <td align="left">The previous folding level of the line or 0 if this field is unused.</td> </tr> </tbody> </table> <p>The <code>SCNotification.modificationType</code> field has bits set to tell you what has been done. The <code>SC_MOD_*</code> bits correspond to actions. The <code>SC_PERFORMED_*</code> bits tell you if the action was done by the user, or the result of Undo or Redo of a previous action.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Modify notification type flags"> <tbody> <tr> <th align="left">Symbol</th> <th>Value</th> <th align="left">Meaning</th> <th align="left">SCNotification fields</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>SC_MOD_INSERTTEXT</code></td> <td align="center">0x01</td> <td>Text has been inserted into the document.</td> <td><code>position, length, text, linesAdded</code></td> </tr> <tr> <td align="left"><code>SC_MOD_DELETETEXT</code></td> <td align="center">0x02</td> <td>Text has been removed from the document.</td> <td><code>position, length, text, linesAdded</code></td> </tr> <tr> <td align="left"><code>SC_MOD_CHANGESTYLE</code></td> <td align="center">0x04</td> <td>A style change has occurred.</td> <td><code>position, length</code></td> </tr> <tr> <td align="left"><code>SC_MOD_CHANGEFOLD</code></td> <td align="center">0x08</td> <td>A folding change has occurred.</td> <td><code>line, foldLevelNow, foldLevelPrev</code></td> </tr> <tr> <td align="left"><code>SC_PERFORMED_USER</code></td> <td align="center">0x10</td> <td>Information: the operation was done by the user.</td> <td>None</td> </tr> <tr> <td align="left"><code>SC_PERFORMED_UNDO</code></td> <td align="center">0x20</td> <td>Information: this was the result of an Undo.</td> <td>None</td> </tr> <tr> <td align="left"><code>SC_PERFORMED_REDO</code></td> <td align="center">0x40</td> <td>Information: this was the result of a Redo.</td> <td>None</td> </tr> <tr> <td align="left"><code>SC_MULTISTEPUNDOREDO</code></td> <td align="center">0x80</td> <td>This is part of a multi-step Undo or Redo transaction.</td> <td>None</td> </tr> <tr> <td align="left"><code>SC_LASTSTEPINUNDOREDO</code></td> <td align="center">0x100</td> <td>This is the final step in an Undo or Redo transaction.</td> <td>None</td> </tr> <tr> <td align="left"><code>SC_MOD_CHANGEMARKER</code></td> <td align="center">0x200</td> <td>One or more markers has changed in a line.</td> <td><code>line</code></td> </tr> <tr> <td align="left"><code>SC_MOD_BEFOREINSERT</code></td> <td align="center">0x400</td> <td>Text is about to be inserted into the document.</td> <td><code>position, if performed by user then text in cells, length in cells</code></td> </tr> <tr> <td align="left"><code>SC_MOD_BEFOREDELETE</code></td> <td align="center">0x800</td> <td>Text is about to be deleted from the document.</td> <td><code>position, length</code></td> </tr> <tr> <td align="left"><code>SC_MOD_CHANGEINDICATOR</code></td> <td align="center">0x4000</td> <td>An indicator has been added or removed from a range of text.</td> <td><code>position, length</code></td> </tr> <tr> <td align="left"><code id="SC_MOD_CHANGELINESTATE">SC_MOD_CHANGELINESTATE</code></td> <td align="center">0x8000</td> <td>A line state has changed because <a class="message" href="#SCI_SETLINESTATE">SCI_SETLINESTATE</a> was called.</td> <td><code>line</code></td> </tr> <tr> <td align="left"><code id="SC_MOD_LEXERSTATE">SC_MOD_LEXERSTATE</code></td> <td align="center">0x80000</td> <td>The internal state of a lexer has changed over a range.</td> <td><code>position, length</code></td> </tr> <tr> <td align="left"><code id="SC_MOD_CHANGEMARGIN">SC_MOD_CHANGEMARGIN</code></td> <td align="center">0x10000</td> <td>A text margin has changed.</td> <td><code>line</code></td> </tr> <tr> <td align="left"><code id="SC_MOD_CHANGEANNOTATION">SC_MOD_CHANGEANNOTATION</code></td> <td align="center">0x20000</td> <td>An annotation has changed.</td> <td><code>line</code></td> </tr> <tr> <td align="left"><code>SC_MULTILINEUNDOREDO</code></td> <td align="center">0x1000</td> <td>This is part of an Undo or Redo with multi-line changes.</td> <td>None</td> </tr> <tr> <td align="left"><code>SC_STARTACTION</code></td> <td align="center">0x2000</td> <td>This is set on a SC_PERFORMED_USER action when it is the first or only step in an undo transaction. This can be used to integrate the Scintilla undo stack with an undo stack in the container application by adding a Scintilla action to the container's stack for the currently opened container transaction or to open a new container transaction if there is no open container transaction. </td> <td>None</td> </tr> <tr> <td align="left"><code id="SC_MOD_CONTAINER">SC_MOD_CONTAINER</code></td> <td align="center">0x40000</td> <td>This is set on for actions that the container stored into the undo stack with <a class="message" href="#SCI_ADDUNDOACTION"><code>SCI_ADDUNDOACTION</code></a>. </td> <td>token</td> </tr> <tr> <td align="left"><code>SC_MODEVENTMASKALL</code></td> <td align="center">0x7FFFF</td> <td>This is a mask for all valid flags. This is the default mask state set by <a class="message" href="#SCI_SETMODEVENTMASK"><code>SCI_SETMODEVENTMASK</code></a>.</td> <td>None</td> </tr> </tbody> </table> <p><b id="SCEN_CHANGE">SCEN_CHANGE</b><br /> <code>SCEN_CHANGE</code> (768) is fired when the text (not the style) of the document changes. This notification is sent using the <code>WM_COMMAND</code> message on Windows and the "command" signal on GTK+ as this is the behaviour of the standard Edit control (<code>SCEN_CHANGE</code> has the same value as the Windows Edit control <code>EN_CHANGE</code>). No other information is sent. If you need more detailed information use <a class="message" href="#SCN_MODIFIED"><code>SCN_MODIFIED</code></a>. You can filter the types of changes you are notified about with <a class="message" href="#SCI_SETMODEVENTMASK"><code>SCI_SETMODEVENTMASK</code></a>.</p> <p><b id="SCI_SETMODEVENTMASK">SCI_SETMODEVENTMASK(int eventMask)</b><br /> <b id="SCI_GETMODEVENTMASK">SCI_GETMODEVENTMASK</b><br /> These messages set and get an event mask that determines which document change events are notified to the container with <a class="message" href="#SCN_MODIFIED"><code>SCN_MODIFIED</code></a> and <a class="message" href="#SCEN_CHANGE"><code>SCEN_CHANGE</code></a>. For example, a container may decide to see only notifications about changes to text and not styling changes by calling <code>SCI_SETMODEVENTMASK(SC_MOD_INSERTTEXT|SC_MOD_DELETETEXT)</code>.</p> <p>The possible notification types are the same as the <code>modificationType</code> bit flags used by <code>SCN_MODIFIED</code>: <code>SC_MOD_INSERTTEXT</code>, <code>SC_MOD_DELETETEXT</code>, <code>SC_MOD_CHANGESTYLE</code>, <code>SC_MOD_CHANGEFOLD</code>, <code>SC_PERFORMED_USER</code>, <code>SC_PERFORMED_UNDO</code>, <code>SC_PERFORMED_REDO</code>, <code>SC_MULTISTEPUNDOREDO</code>, <code>SC_LASTSTEPINUNDOREDO</code>, <code>SC_MOD_CHANGEMARKER</code>, <code>SC_MOD_BEFOREINSERT</code>, <code>SC_MOD_BEFOREDELETE</code>, <code>SC_MULTILINEUNDOREDO</code>, and <code>SC_MODEVENTMASKALL</code>.</p> <p><b id="SCEN_SETFOCUS">SCEN_SETFOCUS</b><br /> <b id="SCEN_KILLFOCUS">SCEN_KILLFOCUS</b><br /> <code>SCEN_SETFOCUS</code> (512) is fired when Scintilla receives focus and <code>SCEN_KILLFOCUS</code> (256) when it loses focus. These notifications are sent using the <code>WM_COMMAND</code> message on Windows and the "command" signal on GTK+ as this is the behaviour of the standard Edit control. Unfortunately, these codes do not match the Windows Edit notification codes <code>EN_SETFOCUS</code> (256) and <code>EN_KILLFOCUS</code> (512). It is now too late to change the Scintilla codes as clients depend on the current values.</p> <p><b id="SCN_MACRORECORD">SCN_MACRORECORD</b><br /> The <code><a class="message" href="#SCI_STARTRECORD">SCI_STARTRECORD</a></code> and <a class="message" href="#SCI_STOPRECORD"><code>SCI_STOPRECORD</code></a> messages enable and disable macro recording. When enabled, each time a recordable change occurs, the <code>SCN_MACRORECORD</code> notification is sent to the container. It is up to the container to record the action. To see the complete list of <code>SCI_*</code> messages that are recordable, search the Scintilla source <code>Editor.cxx</code> for <code>Editor::NotifyMacroRecord</code>. The fields of <code>SCNotification</code> set in this notification are:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Macro record notification data"> <tbody> <tr> <th align="left">Field</th> <th align="left">Usage</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>message</code></td> <td align="left">The <code>SCI_*</code> message that caused the notification.</td> </tr> <tr> <td align="left"><code>wParam</code></td> <td align="left">The value of <code>wParam</code> in the <code>SCI_*</code> message.</td> </tr> <tr> <td align="left"><code>lParam</code></td> <td align="left">The value of <code>lParam</code> in the <code>SCI_*</code> message.</td> </tr> </tbody> </table> <p><b id="SCN_MARGINCLICK">SCN_MARGINCLICK</b><br /> This notification tells the container that the mouse was clicked inside a <a class="jump" href="#Margins">margin</a> that was marked as sensitive (see <a class="message" href="#SCI_SETMARGINSENSITIVEN"><code>SCI_SETMARGINSENSITIVEN</code></a>). This can be used to perform folding or to place breakpoints. The following <code>SCNotification</code> fields are used:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Margin click notification"> <tbody> <tr> <th align="left">Field</th> <th align="left">Usage</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>modifiers</code></td> <td align="left">The appropriate combination of <code>SCI_SHIFT</code>, <code>SCI_CTRL</code> and <code>SCI_ALT</code> to indicate the keys that were held down at the time of the margin click.</td> </tr> <tr> <td align="left"><code>position</code></td> <td align="left">The position of the start of the line in the document that corresponds to the margin click.</td> </tr> <tr> <td align="left"><code>margin</code></td> <td align="left">The margin number that was clicked.</td> </tr> </tbody> </table> <p><b id="SCN_NEEDSHOWN">SCN_NEEDSHOWN</b><br /> Scintilla has determined that a range of lines that is currently invisible should be made visible. An example of where this may be needed is if the end of line of a contracted fold point is deleted. This message is sent to the container in case it wants to make the line visible in some unusual way such as making the whole document visible. Most containers will just ensure each line in the range is visible by calling <a class="message" href="#SCI_ENSUREVISIBLE"><code>SCI_ENSUREVISIBLE</code></a>. The <code>position</code> and <code>length</code> fields of <code>SCNotification</code> indicate the range of the document that should be made visible. The container code will be similar to the following code skeleton:</p> <pre> firstLine = SCI_LINEFROMPOSITION(scn.position) lastLine = SCI_LINEFROMPOSITION(scn.position+scn.length-1) for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next </pre> <p><b id="SCN_PAINTED">SCN_PAINTED</b><br /> Painting has just been done. Useful when you want to update some other widgets based on a change in Scintilla, but want to have the paint occur first to appear more responsive. There is no other information in <code>SCNotification</code>.</p> <p><b id="SCN_USERLISTSELECTION">SCN_USERLISTSELECTION</b><br /> The user has selected an item in a <a class="jump" href="#UserLists">user list</a>. The <code>SCNotification</code> fields used are:</p> <table cellpadding="1" cellspacing="2" border="0" summary="User list notification"> <tbody> <tr> <th align="left">Field</th> <th align="left">Usage</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>listType</code></td> <td align="left">This is set to the <code>listType</code> parameter from the <a class="message" href="#SCI_USERLISTSHOW"><code>SCI_USERLISTSHOW</code></a> message that initiated the list.</td> </tr> <tr> <td align="left"><code>text</code></td> <td align="left">The text of the selection.</td> </tr> <tr> <td align="left"><code>position</code></td> <td align="left">The position the list was displayed at.</td> </tr> </tbody> </table> <br /> <p><b id="SCN_URIDROPPED">SCN_URIDROPPED</b><br /> Only on the GTK+ version. Indicates that the user has dragged a URI such as a file name or Web address onto Scintilla. The container could interpret this as a request to open the file. The <code>text</code> field of <code>SCNotification</code> points at the URI text.</p> <p><b id="SCN_DWELLSTART">SCN_DWELLSTART</b><br /> <b id="SCN_DWELLEND">SCN_DWELLEND</b><br /> <code>SCN_DWELLSTART</code> is generated when the user keeps the mouse in one position for the dwell period (see <code><a class="message" href="#SCI_SETMOUSEDWELLTIME">SCI_SETMOUSEDWELLTIME</a></code>). <code>SCN_DWELLEND</code> is generated after a <code>SCN_DWELLSTART</code> and the mouse is moved or other activity such as key press indicates the dwell is over. Both notifications set the same fields in <code>SCNotification</code>:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Mouse dwell notification"> <tbody> <tr> <th align="left">Field</th> <th align="left">Usage</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>position</code></td> <td align="left">This is the nearest position in the document to the position where the mouse pointer was lingering.</td> </tr> <tr> <td align="left"><code>x, y</code></td> <td align="left">Where the pointer lingered. The <code>position</code> field is set to <code><a class="message" href="#SCI_POSITIONFROMPOINTCLOSE">SCI_POSITIONFROMPOINTCLOSE</a>(x, y)</code>.</td> </tr> </tbody> </table> <br /> <p><b id="SCI_SETMOUSEDWELLTIME">SCI_SETMOUSEDWELLTIME(int milliseconds)</b><br /> <b id="SCI_GETMOUSEDWELLTIME">SCI_GETMOUSEDWELLTIME</b><br /> These two messages set and get the time the mouse must sit still, in milliseconds, to generate a <code><a class="message" href="#SCN_DWELLSTART">SCN_DWELLSTART</a></code> notification. If set to <code>SC_TIME_FOREVER</code>, the default, no dwell events are generated.</p> <p><b id="SCN_ZOOM">SCN_ZOOM</b><br /> This notification is generated when the user zooms the display using the keyboard or the <code><a class="message" href="#SCI_SETZOOM">SCI_SETZOOM</a></code> method is called. This notification can be used to recalculate positions, such as the width of the line number margin to maintain sizes in terms of characters rather than pixels. <code>SCNotification</code> has no additional information.</p> <p> <b id="SCN_HOTSPOTCLICK">SCN_HOTSPOTCLICK</b><br /> <b id="SCN_HOTSPOTDOUBLECLICK">SCN_HOTSPOTDOUBLECLICK</b><br /> <b id="SCN_HOTSPOTRELEASECLICK">SCN_HOTSPOTRELEASECLICK</b><br /> These notifications are generated when the user clicks or double clicks on text that is in a style with the hotspot attribute set. This notification can be used to link to variable definitions or web pages. The <code>position</code> field is set the text position of the click or double click and the <code>modifiers</code> field set to the key modifiers held down in a similar manner to <a class="message" href="#SCN_KEY">SCN_KEY</a>. Only the state of the Ctrl key is reported for <code>SCN_HOTSPOTRELEASECLICK</code>.</p> <p> <b id="SCN_INDICATORCLICK">SCN_INDICATORCLICK</b><br /> <b id="SCN_INDICATORRELEASE">SCN_INDICATORRELEASE</b><br /> These notifications are generated when the user clicks or releases the mouse on text that has an indicator. The <code>position</code> field is set the text position of the click or double click and the <code>modifiers</code> field set to the key modifiers held down in a similar manner to <a class="message" href="#SCN_KEY">SCN_KEY</a>.</p> <p><b id="SCN_CALLTIPCLICK">SCN_CALLTIPCLICK</b><br /> This notification is generated when the user clicks on a calltip. This notification can be used to display the next function prototype when a function name is overloaded with different arguments. The <code>position</code> field is set to 1 if the click is in an up arrow, 2 if in a down arrow, and 0 if elsewhere.</p> <p><b id="SCN_AUTOCSELECTION">SCN_AUTOCSELECTION</b><br /> The user has selected an item in an <a class="jump" href="#Autocompletion">autocompletion list</a>. The notification is sent before the selection is inserted. Automatic insertion can be cancelled by sending a <code><a class="message" href="#SCI_AUTOCCANCEL">SCI_AUTOCCANCEL</a></code> message before returning from the notification. The <code>SCNotification</code> fields used are:</p> <table cellpadding="1" cellspacing="2" border="0" summary="Autocompletion list notification"> <tbody> <tr> <th align="left">Field</th> <th align="left">Usage</th> </tr> </tbody> <tbody valign="top"> <tr> <td align="left"><code>position</code></td> <td align="left">The start position of the word being completed.</td> </tr> <tr> <td align="left"><code>text</code></td> <td align="left">The text of the selection.</td> </tr> </tbody> </table> <p><b id="SCN_AUTOCCANCELLED">SCN_AUTOCCANCELLED</b><br /> The user has cancelled an <a class="jump" href="#Autocompletion">autocompletion list</a>. There is no other information in SCNotification.</p> <p><b id="SCN_AUTOCCHARDELETED">SCN_AUTOCCHARDELETED</b><br /> The user deleted a character while autocompletion list was active. There is no other information in SCNotification.</p> <p><b id="SCN_FOCUSIN">SCN_FOCUSIN</b><br /> <b id="SCN_FOCUSOUT">SCN_FOCUSOUT</b><br /> <code>SCN_FOCUSIN</code> (2028) is fired when Scintilla receives focus and <code>SCN_FOCUSOUT</code> (2029) when it loses focus.</p> <h2 id="Images">Images</h2> <p>Two formats are supported for images used in margin markers and autocompletion lists, RGBA and XPM.</p> <h3 id="RGBA">RGBA</h3> <p>The RGBA format allows translucency with an <a class="jump" href="#alpha">alpha</a> value for each pixel. It is simpler than <code>XPM</code> and more capable.</p> <p>The data is a sequence of 4 byte pixel values starting with the pixels for the top line, with the leftmost pixel first, then continuing with the pixels for subsequent lines. There is no gap between lines for alignment reasons.</p> <p>Each pixel consists of, in order, a red byte, a green byte, a blue byte and an alpha byte. The colour bytes are not premultiplied by the alpha value. That is, a fully red pixel that is 25% opaque will be [FF, 00, 00, 3F]</p> <p>Since the RGBA pixel data does not include any size information the width and height must previously been set with the <a class="message" href="#SCI_RGBAIMAGESETWIDTH"><code>SCI_RGBAIMAGESETWIDTH</code></a> and <a class="message" href="#SCI_RGBAIMAGESETHEIGHT"><code>SCI_RGBAIMAGESETHEIGHT</code></a> messages.</p> <p>GUI platforms often include functions for reading image file formats like PNG into memory in the RGBA form or a similar form. If there is no suitable platform support, the <a href="http://lodev.org/lodepng/">LodePNG and picoPNG</a> libraries are small libraries for loading and decoding PNG files available under a BSD-style license.</p> <p>RGBA format is supported on Windows, GTK+ and OS X Cocoa.</p> <h3 id="XPM">XPM</h3> <p>The XPM format is <a class="jump" href="http://en.wikipedia.org/wiki/X_PixMap">described here</a>. Scintilla is only able to handle XPM pixmaps that use one character per pixel with no named colours. There may be a completely transparent colour named "None".</p> <p>There are two forms of data structure used for XPM images, the first "lines form" format is well suited to embedding an image inside C source code and the "text form" is suited to reading from a file. In the lines form, an array of strings is used with the first string indicating the dimensions and number of colours used. This is followed by a string for each colour and that section is followed by the image with one string per line. The text form contains the same data as one null terminated block formatted as C source code starting with a "/* XPM */" comment to mark the format.</p> <p>Either format may be used with Scintilla APIs with the bytes at the location pointed to examined to determine which format: if the bytes start with "/* XPM */" then it is treated as text form, otherwise it is treated as lines form.</p> <p>XPM format is supported on on all platforms.</p> <h2 id="GTK">GTK+</h2> <p>On GTK+, the following functions create a Scintilla widget, communicate with it and allow resources to be released after all Scintilla widgets have been destroyed.</p> <code><a class="message" href="#scintilla_new">GtkWidget *scintilla_new()</a><br /> <a class="message" href="#scintilla_set_id">void scintilla_set_id(ScintillaObject *sci, uptr_t id)</a><br /> <a class="message" href="#scintilla_send_message">sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)</a><br /> <a class="message" href="#scintilla_release_resources">void scintilla_release_resources()</a><br /> </code> <p><b id="scintilla_new">GtkWidget *scintilla_new()</b><br /> Create a new Scintilla widget. The returned pointer can be added to a container and displayed in the same way as other widgets.</p> <p><b id="scintilla_set_id">void scintilla_set_id(ScintillaObject *sci, uptr_t id)</b><br /> Set the control ID which will be used in the idFrom field of the NotifyHeader structure of all notifications for this instance. This is equivalent to <a class="message" href="#SCI_SETIDENTIFIER">SCI_SETIDENTIFIER</a>.</p> <p><b id="scintilla_send_message">sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)</b><br /> The main entry point allows sending any of the messages described in this document.</p> <p><b id="scintilla_release_resources">void scintilla_release_resources()</b><br /> Call this to free any remaining resources after all the Scintilla widgets have been destroyed.</p> <h2 id="ProvisionalMessages">Provisional messages</h2> <p>Complex new features may be added as 'provisional' to allow further changes to the API. Provisional features may even be removed if experience shows they are a mistake.</p> <p>Provisional features are displayed in this document with <span class="provisional">a distinctive background colour</span>.</p> <p>Some developers may want to only use features that are stable and have graduated from provisional status. To avoid using provisional messages compile with the symbol <code>SCI_DISABLE_PROVISIONAL</code> defined.</p> <h2 id="DeprecatedMessages">Deprecated messages and notifications</h2> <p>The following messages are currently supported to emulate existing Windows controls, but they will be removed in future versions of Scintilla. If you use these messages you should replace them with the Scintilla equivalent.</p> <pre> WM_GETTEXT(int length, char *text) WM_SETTEXT(&lt;unused&gt;, const char *text) EM_GETLINE(int line, char *text) EM_REPLACESEL(&lt;unused&gt;, const char *text) EM_SETREADONLY EM_GETTEXTRANGE(&lt;unused&gt;, TEXTRANGE *tr) WM_CUT WM_COPY WM_PASTE WM_CLEAR WM_UNDO EM_CANUNDO EM_EMPTYUNDOBUFFER WM_GETTEXTLENGTH EM_GETFIRSTVISIBLELINE EM_GETLINECOUNT EM_GETMODIFY EM_SETMODIFY(bool isModified) EM_GETRECT(RECT *rect) EM_GETSEL(int *start, int *end) EM_EXGETSEL(&lt;unused&gt;, CHARRANGE *cr) EM_SETSEL(int start, int end) EM_EXSETSEL(&lt;unused&gt;, CHARRANGE *cr) EM_GETSELTEXT(&lt;unused&gt;, char *text) EM_LINEFROMCHAR(int position) EM_EXLINEFROMCHAR(int position) EM_LINEINDEX(int line) EM_LINELENGTH(int position) EM_SCROLL(int line) EM_LINESCROLL(int column, int line) EM_SCROLLCARET() EM_CANPASTE EM_CHARFROMPOS(&lt;unused&gt;, POINT *location) EM_POSFROMCHAR(int position, POINT *location) EM_SELECTIONTYPE EM_HIDESELECTION(bool hide) EM_FINDTEXT(int flags, FINDTEXTEX *ft) EM_FINDTEXTEX(int flags, FINDTEXTEX *ft) EM_GETMARGINS EM_SETMARGINS(EC_LEFTMARGIN or EC_RIGHTMARGIN or EC_USEFONTINFO, int val) EM_FORMATRANGE </pre> <p>The following are features that are only included if you define <code>INCLUDE_DEPRECATED_FEATURES</code> in <code>Scintilla.h</code>. To ensure future compatibility you should change them as indicated.</p> <p><b id="SC_CP_DBCS">SC_CP_DBCS</b> Deprecated<br /> This was used to set a DBCS (Double Byte Character Set) mode on GTK+. An explicit DBCS code page should be used when calling <a class="message" href="#SCI_SETCODEPAGE">SCI_SETCODEPAGE</a></p> <p><b id="SCI_SETUSEPALETTE">SCI_SETUSEPALETTE(bool allowPaletteUse)</b> Deprecated<br /> <b id="SCI_GETUSEPALETTE">SCI_GETUSEPALETTE</b> Deprecated<br /> Scintilla no longer supports palette mode. The last version to support palettes was 2.29. Any calls to these methods should be removed.</p> <h2 id="EditMessagesNeverSupportedByScintilla">Edit messages never supported by Scintilla</h2> <pre> EM_GETWORDBREAKPROC EM_GETWORDBREAKPROCEX EM_SETWORDBREAKPROC EM_SETWORDBREAKPROCEX EM_GETWORDWRAPMODE EM_SETWORDWRAPMODE EM_LIMITTEXT EM_EXLIMITTEXT EM_SETRECT EM_SETRECTNP EM_FMTLINES EM_GETHANDLE EM_SETHANDLE EM_GETPASSWORDCHAR EM_SETPASSWORDCHAR EM_SETTABSTOPS EM_FINDWORDBREAK EM_GETCHARFORMAT EM_SETCHARFORMAT EM_GETOLEINTERFACE EM_SETOLEINTERFACE EM_SETOLECALLBACK EM_GETPARAFORMAT EM_SETPARAFORMAT EM_PASTESPECIAL EM_REQUESTRESIZE EM_GETBKGNDCOLOR EM_SETBKGNDCOLOR EM_STREAMIN EM_STREAMOUT EM_GETIMECOLOR EM_SETIMECOLOR EM_GETIMEOPTIONS EM_SETIMEOPTIONS EM_GETOPTIONS EM_SETOPTIONS EM_GETPUNCTUATION EM_SETPUNCTUATION EM_GETTHUMB EM_GETEVENTMASK EM_SETEVENTMASK EM_DISPLAYBAND EM_SETTARGETDEVICE </pre> <p>Scintilla tries to be a superset of the standard windows Edit and RichEdit controls wherever that makes sense. As it is not intended for use in a word processor, some edit messages can not be sensibly handled. Unsupported messages have no effect.</p> <h2 id="BuildingScintilla">Building Scintilla</h2> <p>To build Scintilla or SciTE, see the README file present in both the Scintilla and SciTE directories. For Windows, GCC 4.7 or Microsoft Visual C++ 2010 can be used for building. For GTK+, GCC 4.1 or newer should be used. GTK+ 2.8+ and 3.x are supported. The version of GTK+ installed should be detected automatically. When both GTK+ 2 and GTK+ 3 are present, building for GTK+ 3.x requires defining GTK3 on the command line.</p> <h3>Static linking</h3> <p>On Windows, Scintilla is normally used as a dynamic library as a .DLL file. If you want to link Scintilla directly into your application .EXE or .DLL file, then the <code>STATIC_BUILD</code> preprocessor symbol should be defined and <code>Scintilla_RegisterClasses</code> called. <code>STATIC_BUILD</code> prevents compiling the <code>DllMain</code> function which will conflict with any <code>DllMain</code> defined in your code. <code>Scintilla_RegisterClasses</code> takes the <code>HINSTANCE</code> of your application and ensures that the "Scintilla" window class is registered.</p> <h3>Ensuring lexers are linked into Scintilla</h3> <p>Depending on the compiler and linker used, the lexers may be stripped out. This is most often caused when building a static library. To ensure the lexers are linked in, the <code>Scintilla_LinkLexers()</code> function may be called.</p> <h3>Changing set of lexers</h3> <p>To change the set of lexers in Scintilla, add and remove lexer source files (<code>Lex*.cxx</code>) from the <code>scintilla/lexers directory</code> and run the <code>scripts/LexGen.py</code> script from the <code>scripts</code> directory to update the make files and <code>Catalogue.cxx</code>. <code>LexGen.py</code> requires Python 2.5 or later. If you do not have access to Python, you can hand edit <code>Catalogue.cxx</code> in a simple-minded way, following the patterns of other lexers. The important thing is to include <code>LINK_LEXER(lmMyLexer);</code> to correspond with the <code>LexerModule lmMyLexer(...);</code> in your lexer source code.</p> <h3>Building with an alternative Regular Expression implementation</h3> <p id="AlternativeRegEx">A simple interface provides support for switching the Regular Expressions engine at compile time. You must implement <code>RegexSearchBase</code> for your chosen engine, look at the built-in implementation <code>BuiltinRegex</code> to see how this is done. You then need to implement the factory method <code>CreateRegexSearch</code> to create an instance of your class. You must disable the built-in implementation by defining <code>SCI_OWNREGEX</code>.</p> </body> </html>
doc/TcClient.html
myGrid/taverna1-gem
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>class TcClient - RDoc Documentation</title> <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search.js"></script> <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script> <body id="top" class="class"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>test/tc_client.rb </ul> </nav> </div> <div id="class-metadata"> <nav id="parent-class-section" class="section"> <h3 class="section-header">Parent</h3> <p class="link">Test::Unit::TestCase </nav> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-i-setup">#setup</a> <li><a href="#method-i-test_connect">#test_connect</a> <li><a href="#method-i-test_create_data">#test_create_data</a> <li><a href="#method-i-test_create_job">#test_create_job</a> <li><a href="#method-i-test_execute">#test_execute</a> <li><a href="#method-i-test_execute_with_data">#test_execute_with_data</a> <li><a href="#method-i-test_execute_with_multiple_data">#test_execute_with_multiple_data</a> <li><a href="#method-i-test_finished">#test_finished</a> <li><a href="#method-i-test_get_job_created_date">#test_get_job_created_date</a> <li><a href="#method-i-test_get_job_modified_date">#test_get_job_modified_date</a> <li><a href="#method-i-test_get_job_status">#test_get_job_status</a> <li><a href="#method-i-test_get_user_collection_url">#test_get_user_collection_url</a> <li><a href="#method-i-test_get_user_url">#test_get_user_url</a> <li><a href="#method-i-test_job_outputs_size">#test_job_outputs_size</a> <li><a href="#method-i-test_service_valid">#test_service_valid</a> <li><a href="#method-i-test_submit_job">#test_submit_job</a> <li><a href="#method-i-test_submit_job_with_data">#test_submit_job_with_data</a> <li><a href="#method-i-test_upload_data">#test_upload_data</a> <li><a href="#method-i-test_upload_workflow">#test_upload_workflow</a> <li><a href="#method-i-test_wait_for_job">#test_wait_for_job</a> <li><a href="#method-i-test_workflow_exists">#test_workflow_exists</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="./ChangeLog_rdoc.html">ChangeLog</a> <li class="file"><a href="./LICENCE.html">LICENCE</a> <li class="file"><a href="./README_rdoc.html">README</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="./Scufl.html">Scufl</a> <li><a href="./Scufl/Coordination.html">Scufl::Coordination</a> <li><a href="./Scufl/Dot.html">Scufl::Dot</a> <li><a href="./Scufl/Link.html">Scufl::Link</a> <li><a href="./Scufl/Model.html">Scufl::Model</a> <li><a href="./Scufl/Parser.html">Scufl::Parser</a> <li><a href="./Scufl/Processor.html">Scufl::Processor</a> <li><a href="./Scufl/ProcessorLinks.html">Scufl::ProcessorLinks</a> <li><a href="./Scufl/Sink.html">Scufl::Sink</a> <li><a href="./Scufl/Source.html">Scufl::Source</a> <li><a href="./Scufl/WorkflowDescription.html">Scufl::WorkflowDescription</a> <li><a href="./Enactor.html">Enactor</a> <li><a href="./Enactor/Client.html">Enactor::Client</a> <li><a href="./Enactor/CouldNotCreateError.html">Enactor::CouldNotCreateError</a> <li><a href="./Enactor/NotCompleteError.html">Enactor::NotCompleteError</a> <li><a href="./Enactor/Status.html">Enactor::Status</a> <li><a href="./Enactor/TavernaServiceError.html">Enactor::TavernaServiceError</a> <li><a href="./Document.html">Document</a> <li><a href="./Document/Data.html">Document::Data</a> <li><a href="./Document/Processor.html">Document::Processor</a> <li><a href="./Document/Reader.html">Document::Reader</a> <li><a href="./Document/Report.html">Document::Report</a> <li><a href="./Baclava.html">Baclava</a> <li><a href="./Baclava/Reader.html">Baclava::Reader</a> <li><a href="./Baclava/Writer.html">Baclava::Writer</a> <li><a href="./TcClient.html">TcClient</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="class">class TcClient</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Constants --> <section id="constants-list" class="section"> <h3 class="section-header">Constants</h3> <dl> <dt id="ANIMAL_WF">ANIMAL_WF <dd class="description"><p>Test workflows</p> <dt id="COLOUR_ANIMAL_WF">COLOUR_ANIMAL_WF <dd class="description"> <dt id="FIXTURES">FIXTURES <dd class="description"> <dt id="TEST_PW">TEST_PW <dd class="description"> <dt id="TEST_SERVER">TEST_SERVER <dd class="description"> <dt id="TEST_USER">TEST_USER <dd class="description"> </dl> </section> <!-- Methods --> <section id="public-instance-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="method-i-setup" class="method-detail "> <div class="method-heading"> <span class="method-name">setup</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="setup-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 19</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">setup</span> <span class="ruby-ivar">@service</span> = <span class="ruby-constant">Enactor</span><span class="ruby-operator">::</span><span class="ruby-constant">Client</span>.<span class="ruby-identifier">new</span>(<span class="ruby-constant">TEST_SERVER</span>, <span class="ruby-constant">TEST_USER</span>, <span class="ruby-constant">TEST_PW</span>) <span class="ruby-keyword">end</span></pre> </div><!-- setup-source --> </div> </div><!-- setup-method --> <div id="method-i-test_connect" class="method-detail "> <div class="method-heading"> <span class="method-name">test_connect</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_connect-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 23</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_connect</span> <span class="ruby-identifier">capabilities_doc</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_capabilities_doc</span>() <span class="ruby-comment">#users = capabilities.elements[&quot;{http://taverna.sf.net/service}users&quot;]</span> <span class="ruby-identifier">users</span> = <span class="ruby-identifier">capabilities_doc</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">elements</span>[<span class="ruby-string">&quot;users&quot;</span>] <span class="ruby-identifier">users_url</span> = <span class="ruby-identifier">users</span>.<span class="ruby-identifier">attributes</span>.<span class="ruby-identifier">get_attribute_ns</span>(<span class="ruby-string">'http://www.w3.org/1999/xlink'</span>, <span class="ruby-string">'href'</span>).<span class="ruby-identifier">value</span> <span class="ruby-identifier">assert_equal</span>(<span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;users&quot;</span>, <span class="ruby-identifier">users_url</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_connect-source --> </div> </div><!-- test_connect-method --> <div id="method-i-test_create_data" class="method-detail "> <div class="method-heading"> <span class="method-name">test_create_data</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_create_data-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 77</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_create_data</span> <span class="ruby-identifier">inputs</span> = {} <span class="ruby-identifier">inputs</span>[<span class="ruby-string">'colour'</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">'red'</span>) <span class="ruby-identifier">inputs</span>[<span class="ruby-string">'animal'</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">'snake'</span>) <span class="ruby-identifier">data_document</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">create_data_doc</span>(<span class="ruby-identifier">inputs</span>) <span class="ruby-identifier">parsed</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">parse_data_doc</span>(<span class="ruby-identifier">data_document</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-identifier">inputs</span>, <span class="ruby-identifier">parsed</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_create_data-source --> </div> </div><!-- test_create_data-method --> <div id="method-i-test_create_job" class="method-detail "> <div class="method-heading"> <span class="method-name">test_create_job</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_create_job-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 62</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_create_job</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_doc</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">create_job_doc</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-comment">#workflow_element = job_doc.elements[&quot;{http://taverna.sf.net/service}workflow&quot;]</span> <span class="ruby-identifier">workflow_element</span> = <span class="ruby-identifier">job_doc</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">elements</span>[<span class="ruby-string">'workflow'</span>] <span class="ruby-identifier">assert_equal</span>(<span class="ruby-identifier">workflow_url</span>, <span class="ruby-identifier">workflow_element</span>.<span class="ruby-identifier">attributes</span>.<span class="ruby-identifier">get_attribute_ns</span>(<span class="ruby-string">'http://www.w3.org/1999/xlink'</span>, <span class="ruby-string">'href'</span>).<span class="ruby-identifier">value</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_create_job-source --> </div> </div><!-- test_create_job-method --> <div id="method-i-test_execute" class="method-detail "> <div class="method-heading"> <span class="method-name">test_execute</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_execute-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 152</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_execute</span> <span class="ruby-comment"># Note: This test might take a minute or so to complete</span> <span class="ruby-identifier">results</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">execute_sync</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">1</span>, <span class="ruby-identifier">results</span>.<span class="ruby-identifier">length</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-string">&quot;frog&quot;</span>, <span class="ruby-identifier">results</span>[<span class="ruby-string">&quot;animal&quot;</span>].<span class="ruby-identifier">value</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_execute-source --> </div> </div><!-- test_execute-method --> <div id="method-i-test_execute_with_data" class="method-detail "> <div class="method-heading"> <span class="method-name">test_execute_with_data</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_execute_with_data-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 159</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_execute_with_data</span> <span class="ruby-comment"># Note: This test might take a minute or so to complete</span> <span class="ruby-identifier">inputs</span> = {} <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;colour&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;red&quot;</span>) <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;animal&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;snake&quot;</span>) <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">COLOUR_ANIMAL_WF</span>) <span class="ruby-identifier">results</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">execute_sync</span>(<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">workflow_url</span>, <span class="ruby-identifier">inputs</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">1</span>, <span class="ruby-identifier">results</span>.<span class="ruby-identifier">length</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-string">&quot;redsnake&quot;</span>, <span class="ruby-identifier">results</span>[<span class="ruby-string">&quot;coulouredAnimal&quot;</span>].<span class="ruby-identifier">value</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_execute_with_data-source --> </div> </div><!-- test_execute_with_data-method --> <div id="method-i-test_execute_with_multiple_data" class="method-detail "> <div class="method-heading"> <span class="method-name">test_execute_with_multiple_data</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_execute_with_multiple_data-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 171</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_execute_with_multiple_data</span> <span class="ruby-comment"># Note: This test might take a minute or so to complete</span> <span class="ruby-identifier">inputs</span> = {} <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;colour&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>([<span class="ruby-string">&quot;red&quot;</span>, <span class="ruby-string">&quot;green&quot;</span>]) <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;animal&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>([<span class="ruby-string">&quot;rabbit&quot;</span>, <span class="ruby-string">&quot;mouse&quot;</span>, <span class="ruby-string">&quot;cow&quot;</span>]) <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">COLOUR_ANIMAL_WF</span>) <span class="ruby-identifier">results</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">execute_sync</span>(<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">workflow_url</span>, <span class="ruby-identifier">inputs</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">1</span>, <span class="ruby-identifier">results</span>.<span class="ruby-identifier">length</span>) <span class="ruby-identifier">animals</span> = <span class="ruby-identifier">results</span>[<span class="ruby-string">&quot;coulouredAnimal&quot;</span>].<span class="ruby-identifier">value</span> <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">2</span>, <span class="ruby-identifier">animals</span>.<span class="ruby-identifier">length</span>) <span class="ruby-identifier">animals</span> = <span class="ruby-identifier">animals</span>[<span class="ruby-value">0</span>] <span class="ruby-operator">+</span> <span class="ruby-identifier">animals</span>[<span class="ruby-value">1</span>] <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">6</span>, <span class="ruby-identifier">animals</span>.<span class="ruby-identifier">length</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">animals</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">&quot;redmouse&quot;</span>)) <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">animals</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">&quot;greenrabbit&quot;</span>)) <span class="ruby-identifier">assert</span>(<span class="ruby-operator">!</span><span class="ruby-identifier">animals</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">&quot;redsnake&quot;</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_execute_with_multiple_data-source --> </div> </div><!-- test_execute_with_multiple_data-method --> <div id="method-i-test_finished" class="method-detail "> <div class="method-heading"> <span class="method-name">test_finished</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_finished-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 125</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_finished</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-comment"># Assuming our server is not VERY quick</span> <span class="ruby-identifier">assert</span>(<span class="ruby-operator">!</span><span class="ruby-ivar">@service</span>.<span class="ruby-identifier">finished?</span>(<span class="ruby-identifier">job_url</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_finished-source --> </div> </div><!-- test_finished-method --> <div id="method-i-test_get_job_created_date" class="method-detail "> <div class="method-heading"> <span class="method-name">test_get_job_created_date</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_get_job_created_date-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 111</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_get_job_created_date</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-identifier">time</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_job_created_date</span>(<span class="ruby-identifier">job_url</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">time</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">DateTime</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_get_job_created_date-source --> </div> </div><!-- test_get_job_created_date-method --> <div id="method-i-test_get_job_modified_date" class="method-detail "> <div class="method-heading"> <span class="method-name">test_get_job_modified_date</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_get_job_modified_date-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 118</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_get_job_modified_date</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-identifier">time</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_job_modified_date</span>(<span class="ruby-identifier">job_url</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">time</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">DateTime</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_get_job_modified_date-source --> </div> </div><!-- test_get_job_modified_date-method --> <div id="method-i-test_get_job_status" class="method-detail "> <div class="method-heading"> <span class="method-name">test_get_job_status</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_get_job_status-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 104</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_get_job_status</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-identifier">status</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_job_status</span>(<span class="ruby-identifier">job_url</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-constant">Enactor</span><span class="ruby-operator">::</span><span class="ruby-constant">Status</span>.<span class="ruby-identifier">valid?</span>(<span class="ruby-identifier">status</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_get_job_status-source --> </div> </div><!-- test_get_job_status-method --> <div id="method-i-test_get_user_collection_url" class="method-detail "> <div class="method-heading"> <span class="method-name">test_get_user_collection_url</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_get_user_collection_url-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 36</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_get_user_collection_url</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_user_collection_url</span>(<span class="ruby-string">&quot;workflows&quot;</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;users/&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-constant">TEST_USER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;/workflows&quot;</span>, <span class="ruby-identifier">workflow_url</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_user_collection_url</span>(<span class="ruby-string">&quot;jobs&quot;</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;users/&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-constant">TEST_USER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;/jobs&quot;</span>, <span class="ruby-identifier">job_url</span>) <span class="ruby-identifier">data_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_user_collection_url</span>(<span class="ruby-string">&quot;datas&quot;</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;users/&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-constant">TEST_USER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;/data&quot;</span>, <span class="ruby-identifier">data_url</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_get_user_collection_url-source --> </div> </div><!-- test_get_user_collection_url-method --> <div id="method-i-test_get_user_url" class="method-detail "> <div class="method-heading"> <span class="method-name">test_get_user_url</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_get_user_url-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 31</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_get_user_url</span> <span class="ruby-identifier">user_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_user_url</span>() <span class="ruby-identifier">assert_equal</span>(<span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;users/&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-constant">TEST_USER</span>, <span class="ruby-identifier">user_url</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_get_user_url-source --> </div> </div><!-- test_get_user_url-method --> <div id="method-i-test_job_outputs_size" class="method-detail "> <div class="method-heading"> <span class="method-name">test_job_outputs_size</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_job_outputs_size-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 132</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_job_outputs_size</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">wait_for_job</span>(<span class="ruby-identifier">job_url</span>, <span class="ruby-value">30</span>) <span class="ruby-identifier">assert_equal</span>(<span class="ruby-value">481</span>, <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">get_job_outputs_size</span>(<span class="ruby-identifier">job_url</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_job_outputs_size-source --> </div> </div><!-- test_job_outputs_size-method --> <div id="method-i-test_service_valid" class="method-detail "> <div class="method-heading"> <span class="method-name">test_service_valid</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_service_valid-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 57</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_service_valid</span> <span class="ruby-identifier">assert</span>(<span class="ruby-ivar">@service</span>.<span class="ruby-identifier">service_valid?</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-operator">!</span><span class="ruby-constant">Enactor</span><span class="ruby-operator">::</span><span class="ruby-constant">Client</span>.<span class="ruby-identifier">new</span>(<span class="ruby-constant">TEST_SERVER</span>, <span class="ruby-constant">TEST_USER</span>, <span class="ruby-constant">TEST_PW</span>.<span class="ruby-identifier">chop</span>).<span class="ruby-identifier">service_valid?</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_service_valid-source --> </div> </div><!-- test_service_valid-method --> <div id="method-i-test_submit_job" class="method-detail "> <div class="method-heading"> <span class="method-name">test_submit_job</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_submit_job-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 70</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_submit_job</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-identifier">prefix</span> = <span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;jobs/&quot;</span> <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">job_url</span>.<span class="ruby-identifier">index</span>(<span class="ruby-identifier">prefix</span>) <span class="ruby-operator">==</span> <span class="ruby-value">0</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_submit_job-source --> </div> </div><!-- test_submit_job-method --> <div id="method-i-test_submit_job_with_data" class="method-detail "> <div class="method-heading"> <span class="method-name">test_submit_job_with_data</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_submit_job_with_data-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 95</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_submit_job_with_data</span> <span class="ruby-identifier">inputs</span> = {} <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;colour&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;red&quot;</span>) <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;animal&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;snake&quot;</span>) <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">COLOUR_ANIMAL_WF</span>) <span class="ruby-identifier">data_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_data</span>(<span class="ruby-identifier">inputs</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>, <span class="ruby-identifier">data_url</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_submit_job_with_data-source --> </div> </div><!-- test_submit_job_with_data-method --> <div id="method-i-test_upload_data" class="method-detail "> <div class="method-heading"> <span class="method-name">test_upload_data</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_upload_data-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 86</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_upload_data</span> <span class="ruby-identifier">inputs</span> = {} <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;colour&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;red&quot;</span>) <span class="ruby-identifier">inputs</span>[<span class="ruby-string">&quot;animal&quot;</span>] = <span class="ruby-constant">Document</span><span class="ruby-operator">::</span><span class="ruby-constant">Data</span>.<span class="ruby-identifier">new</span>(<span class="ruby-string">&quot;snake&quot;</span>) <span class="ruby-identifier">data_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_data</span>(<span class="ruby-identifier">inputs</span>) <span class="ruby-identifier">prefix</span> = <span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;data/&quot;</span> <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">data_url</span>.<span class="ruby-identifier">index</span>(<span class="ruby-identifier">prefix</span>) <span class="ruby-operator">==</span> <span class="ruby-value">0</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_upload_data-source --> </div> </div><!-- test_upload_data-method --> <div id="method-i-test_upload_workflow" class="method-detail "> <div class="method-heading"> <span class="method-name">test_upload_workflow</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_upload_workflow-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 45</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_upload_workflow</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">prefix</span> = <span class="ruby-constant">TEST_SERVER</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;workflows/&quot;</span> <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">workflow_url</span>.<span class="ruby-identifier">index</span>(<span class="ruby-identifier">prefix</span>) <span class="ruby-operator">==</span> <span class="ruby-value">0</span>) <span class="ruby-keyword">end</span></pre> </div><!-- test_upload_workflow-source --> </div> </div><!-- test_upload_workflow-method --> <div id="method-i-test_wait_for_job" class="method-detail "> <div class="method-heading"> <span class="method-name">test_wait_for_job</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_wait_for_job-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 139</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_wait_for_job</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">job_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">submit_job</span>(<span class="ruby-identifier">workflow_url</span>) <span class="ruby-identifier">now</span> = <span class="ruby-constant">Time</span>.<span class="ruby-identifier">now</span> <span class="ruby-identifier">timeout</span> = <span class="ruby-value">1</span> <span class="ruby-identifier">status</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">wait_for_job</span>(<span class="ruby-identifier">job_url</span>, <span class="ruby-identifier">timeout</span>) <span class="ruby-identifier">after</span> = <span class="ruby-constant">Time</span>.<span class="ruby-identifier">now</span> <span class="ruby-comment"># Should be at least some milliseconds longer than the timeout</span> <span class="ruby-identifier">assert</span>(<span class="ruby-identifier">after</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">now</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">timeout</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-operator">!</span><span class="ruby-ivar">@service</span>.<span class="ruby-identifier">finished?</span>(<span class="ruby-identifier">job_url</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_wait_for_job-source --> </div> </div><!-- test_wait_for_job-method --> <div id="method-i-test_workflow_exists" class="method-detail "> <div class="method-heading"> <span class="method-name">test_workflow_exists</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="test_workflow_exists-source"> <pre><span class="ruby-comment"># File test/tc_client.rb, line 51</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_workflow_exists</span> <span class="ruby-identifier">workflow_url</span> = <span class="ruby-ivar">@service</span>.<span class="ruby-identifier">upload_workflow</span>(<span class="ruby-constant">ANIMAL_WF</span>) <span class="ruby-identifier">assert</span>(<span class="ruby-ivar">@service</span>.<span class="ruby-identifier">workflow_exists?</span>(<span class="ruby-identifier">workflow_url</span>)) <span class="ruby-identifier">assert</span>(<span class="ruby-operator">!</span><span class="ruby-ivar">@service</span>.<span class="ruby-identifier">workflow_exists?</span>(<span class="ruby-identifier">workflow_url</span>.<span class="ruby-identifier">chop</span>)) <span class="ruby-keyword">end</span></pre> </div><!-- test_workflow_exists-source --> </div> </div><!-- test_workflow_exists-method --> </section><!-- public-instance-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
tnk1/ktuv/mj/30-22.html
erelsgl/erel-sites
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content='text/javascript' /> <meta http-equiv='revisit-after' content='15 days' /> <link rel='stylesheet' href='../../../_script/klli.css' /> <link rel='stylesheet' href='../../_themes/klli.css' /> <link rel='canonical' href='http://tora.us.fm/tnk1/ktuv/mj/30-22.html' /> <title>òáã äòåìä ááú-àçú ìùìèåï îæòæò àú äàøõ</title> <meta name='author' content='àøàì' /> <meta name='receiver' content='' /> <meta name='jmQovc' content='tnk1/ktuv/mj/30-22.html' /> <meta name='tvnit' content='' /> </head> <body lang='he' class='sgulot'><div class='pnim'> <!--NiwutElyon0--> <div class='NiwutElyon'> <div class='NiwutElyon'><a class='link_to_homepage' href='../../index.html'>øàùé</a>&gt;<a href='../../ktuv/mj/30-22.html'></a>&gt;</div> </div> <!--NiwutElyon1--> <h1 id='h1'>òáã äòåìä ááú-àçú ìùìèåï îæòæò àú äàøõ</h1> <div id='idfields'> <p>îàú: àøàì</p> </div> <script type='text/javascript' src='../../../_script/vars.js'></script> <script type='text/javascript'>kotrt()</script> <div id='tokn'> <table class='inner_navigation'> <tr><td> <a href='00-00.html'><b>ñôø îùìé</b></a> &nbsp;&nbsp;&nbsp;ôø÷&nbsp;&nbsp; &nbsp;<a href='01-00.html'>à</a>&nbsp; &nbsp;<a href='02-00.html'>á</a>&nbsp; &nbsp;<a href='03-00.html'>â</a>&nbsp; &nbsp;<a href='04-00.html'>ã</a>&nbsp; &nbsp;<a href='05-00.html'>ä</a>&nbsp; &nbsp;<a href='06-00.html'>å</a>&nbsp; &nbsp;<a href='07-00.html'>æ</a>&nbsp; &nbsp;<a href='08-00.html'>ç</a>&nbsp; &nbsp;<a href='09-00.html'>è</a>&nbsp; &nbsp;<a href='10-00.html'>é</a>&nbsp; &nbsp;<a href='11-00.html'>éà</a>&nbsp; &nbsp;<a href='12-00.html'>éá</a>&nbsp; &nbsp;<a href='13-00.html'>éâ</a>&nbsp; &nbsp;<a href='14-00.html'>éã</a>&nbsp; &nbsp;<a href='15-00.html'>èå</a>&nbsp; &nbsp;<a href='16-00.html'>èæ</a>&nbsp; &nbsp;<a href='17-00.html'>éæ</a>&nbsp; &nbsp;<a href='18-00.html'>éç</a>&nbsp; &nbsp;<a href='19-00.html'>éè</a>&nbsp; &nbsp;<a href='20-00.html'>ë</a>&nbsp; &nbsp;<a href='21-00.html'>ëà</a>&nbsp; &nbsp;<a href='22-00.html'>ëá</a>&nbsp; &nbsp;<a href='23-00.html'>ëâ</a>&nbsp; &nbsp;<a href='24-00.html'>ëã</a>&nbsp; &nbsp;<a href='25-00.html'>ëä</a>&nbsp; &nbsp;<a href='26-00.html'>ëå</a>&nbsp; &nbsp;<a href='27-00.html'>ëæ</a>&nbsp; &nbsp;<a href='28-00.html'>ëç</a>&nbsp; &nbsp;<a href='29-00.html'>ëè</a>&nbsp; &nbsp;<b>ì</b>&nbsp; &nbsp;<a href='31-00.html'>ìà</a>&nbsp; </td></tr> <tr><td> &nbsp;<a href='30-00.html'>ôø÷ ì</a>&nbsp;&nbsp;&nbsp;&nbsp;ôñå÷&nbsp;&nbsp; &nbsp;<a href='30-01.html'>1</a>&nbsp; &nbsp;<a href='30-02.html'>2</a>&nbsp; &nbsp;<a href='30-03.html'>3</a>&nbsp; &nbsp;<a href='30-04.html'>4</a>&nbsp; &nbsp;<a href='30-05.html'>5</a>&nbsp; &nbsp;<a href='30-06.html'>6</a>&nbsp; &nbsp;<a href='30-07.html'>7</a>&nbsp; &nbsp;<a href='30-08.html'>8</a>&nbsp; &nbsp;<a href='30-09.html'>9</a>&nbsp; &nbsp;<a href='30-10.html'>10</a>&nbsp; &nbsp;<a href='30-11.html'>11</a>&nbsp; &nbsp;<a href='30-12.html'>12</a>&nbsp; &nbsp;<a href='30-13.html'>13</a>&nbsp; &nbsp;<a href='30-14.html'>14</a>&nbsp; &nbsp;<a href='30-15.html'>15</a>&nbsp; &nbsp;<a href='30-16.html'>16</a>&nbsp; &nbsp;<a href='30-17.html'>17</a>&nbsp; &nbsp;<a href='30-18.html'>18</a>&nbsp; &nbsp;<a href='30-19.html'>19</a>&nbsp; &nbsp;<a href='30-20.html'>20</a>&nbsp; &nbsp;<a href='30-21.html'>21</a>&nbsp; &nbsp;<b>22</b>&nbsp; &nbsp;<a href='30-23.html'>23</a>&nbsp; &nbsp;<a href='30-24.html'>24</a>&nbsp; &nbsp;<a href='30-25.html'>25</a>&nbsp; &nbsp;<a href='30-26.html'>26</a>&nbsp; &nbsp;<a href='30-27.html'>27</a>&nbsp; &nbsp;<a href='30-28.html'>28</a>&nbsp; &nbsp;<a href='30-29.html'>29</a>&nbsp; &nbsp;<a href='30-30.html'>30</a>&nbsp; &nbsp;<a href='30-31.html'>31</a>&nbsp; &nbsp;<a href='30-32.html'>32</a>&nbsp; &nbsp;<a href='30-33.html'>33</a>&nbsp; &nbsp;<a href='30-99.html'>ñéëåí</a>&nbsp; </td></tr> </table><!-- inner_navigation --> <div class='page single_height'> <div class='verse_and_tirgumim'> <div class='verse'> <span class='verse_number'> ì22</span> <span class='verse_text'>úÌÇçÇú òÆáÆã ëÌÄé éÄîÀìåÉêÀ, åÀðÈáÈì ëÌÄé éÄùÒÀáÌÇò ìÈçÆí;</span> </div> <div class='short'> <div class='cell tirgum longright'> <h2 class='subtitle'> &nbsp;ñâåìåú </h2> <div class='cellcontent'> <p>- áâìì <strong>òáã</strong> àùø ðòùä <strong>îìê</strong> ááú àçú,</p><p>åáâìì <strong>ðáì</strong> (àãí âñ åçééúé) àùø ðòùä ááú-àçú òùéø <strong>åùáò</strong>;</p> </div><!--cellcontent--> </div> <div class='cell mcudot longbig'> <h2 class='subtitle'> &nbsp;îöåãåú </h2> <div class='cellcontent'> <p>- äàçã äåà áòáåø ä<strong>òáã ëàùø éîìåê</strong>, ëé ìà éãò úëñéñé äîìåëä åáùâòåï éðäâ;</p> <p>- äùðéú - ëàùø ä<strong>ðáì</strong> (àéù ôçåú åðáæä) <strong>éùáò ìçí</strong>, ëé øáéí ìåîãéí îòùéå áàîøí 'äìà ìà éçñø ìçîå', åáòáåø æä éúøáä äøåâæ åäçøãä. </p> </div><!--cellcontent--> </div> </div><!--short--> </div><!--verse_and_tirgumim--> <br style='clear:both; line-height:0' /> <div class='long'> <div class='cell hqblot longcell'> <h2 class='subtitle'> &nbsp;ä÷áìåú </h2> <div class='cellcontent'> <h3>òáã ëé éîìåê</h3><p>1. ãåã äéä <strong>òáãå</strong> ùì ùàåì, åùîåàì äðáéà îùç àåúå <strong>ìîìê</strong>. àåìí äãáø <strong>äøâéæ</strong> àðùéí øáéí <strong>áàøõ</strong>, ùìà ÷éáìå àú îìëåúå. äãáø îúáèà áãáøé ðáì äëøîìé, <a class="psuq" href="/tnk1/prqim/t08a25.htm#10">ùîåàì à ëä10</a>: "<q class="psuq">åÇéÌÇòÇï ðÈáÈì àÆú òÇáÀãÅé ãÈåÄã åÇéÌÉàîÆø: îÄé ãÈåÄã åÌîÄé áÆï éÄùÑÈé? äÇéÌåÉí øÇáÌåÌ <strong> òÂáÈãÄéí äÇîÌÄúÀôÌÈøÀöÄéí àÄéùÑ îÄôÌÀðÅé àÂãÉðÈéå</strong>!</q>".&#160;&#160; âí àçøé îåú ùàåì, îìëåúå ùì ãåã <strong>äøâéæä</strong> àú <strong>äàøõ</strong> åâøîä ìîìçîú-àæøçéí áéï úåîëé àéù-áåùú áï ùàåì ìáéï úåîëé ãåã<small class="small"> (ùîåàì á â1)</small>. </p><p>2. äåëçåú äñèåøéåú ìôñå÷ðå ðéúðå áîäôëåú äøáåú ùäéå áîàåú äùðéí äàçøåðåú - áöøôú, áøåñéä åòåã; áî÷øéí øáéí, äîäôëðéí ðòùå àëæøééí éåúø îäùìéèéí ùðâãí îøãå, åäàøõ <strong>øâæä</strong> úçú <strong>òáã ëé éîìåê</strong>.</p> <p class="future">âí áúð"ê: éôúç äâìòãé äéä îðäéâ ùì ëðåôééú "<q class="psuq">àðùéí øé÷éí</q>" (ùåôèéí éà3); ëùäîöá äáèçåðé äúãøãø, ôðå àìéå æ÷ðé âìòã åáé÷ùå îîðå ìäéåú "<q class="psuq">÷öéï</q>" áöáà, àáì äåà ìà äñúô÷ á÷öåðä, äåà ãøù ìäéåú øàù äîîùìä, <a class="psuq" href="/tnk1/prqim/t0711.htm#9">ùåôèéí éà9</a>: "<q class="psuq">åÇéÌÉàîÆø éÄôÀúÌÈç àÆì æÄ÷ÀðÅé âÄìÀòÈã àÄí îÀùÑÄéáÄéí àÇúÌÆí àåÉúÄé ìÀäÄìÌÈçÅí áÌÄáÀðÅé òÇîÌåÉï åÀðÈúÇï ä' àåÉúÈí ìÀôÈðÈé <strong>àÈðÉëÄé àÆäÀéÆä ìÈëÆí ìÀøÉàùÑ</strong></q>"; æ÷ðé âìòã äñëéîå áìéú áøéøä, àáì äòìéä äîäéøä îãé ùì éôúç âøîä ìàñåï - äáéèçåï äòöîé ùìå òãééï ðùàø ðîåê, åäöåøê ùìå ìä÷ôéã òì ëáåãå òãééï ðùàø âáåä, åëùáðé àôøéí áàå åöò÷å òìéå, <a class="psuq" href="/tnk1/prqim/t0712.htm#1">ùåôèéí éá1</a>: "<q class="psuq">îÇãÌåÌòÇ òÈáÇøÀúÌÈ ìÀäÄìÌÈçÅí áÌÄáÀðÅé òÇîÌåÉï, åÀìÈðåÌ ìÉà ÷ÈøÈàúÈ ìÈìÆëÆú òÄîÌÈêÀ? áÌÅéúÀêÈ ðÄùÒÀøÉó òÈìÆéêÈ áÌÈàÅùÑ!</q>" äåà ìà ðéñä ìäùìéí òîí (ëîå ùòùä âãòåï ìôðéå), àìà éöà ìäéìçí áäí åäøâ 42000 àéù. </p><p class="future">éùðä ðáåàä ãåîä á<a class="psuq" href="/tnk1/prqim/t1024.htm#1">éùòéäå ëã1-2</a>: "<q class="psuq">äÄðÌÅä ä' <strong>áÌåÉ÷Å÷ äÈàÈøÆõ åÌáåÉìÀ÷ÈäÌ</strong>, åÀòÄåÌÈä ôÈðÆéäÈ, åÀäÅôÄéõ éÉùÑÀáÆéäÈ; åÀäÈéÈä ëÈòÈí ëÌÇëÌÉäÅï, <strong>ëÌÇòÆáÆã</strong> ëÌÇàãÉðÈéå, <strong>ëÌÇùÌÑÄôÀçÈä ëÌÇâÌÀáÄøÀúÌÈäÌ</strong>, ëÌÇ÷ÌåÉðÆä ëÌÇîÌåÉëÅø, ëÌÇîÌÇìÀåÆä ëÌÇìÌÉåÆä, ëÌÇðÌÉùÑÆä ëÌÇàÂùÑÆø ðÉùÑÆà áåÉ</q>". àê ùí, ëðøàä, äñãø äôåê: ÷åãí äàøõ úéäøñ (ìîùì ò"é øòéãú àãîä àå àñåï àçø), åàæ - ëúåöàä îëê - ëåìí éäéå ùååéí: äòáã åàãåðéå, äùôçä åâáøúä, ëåìí éàáãå àú îòîãí áàåôï ùååä. </p> <p> 3. ôñå÷éí ðåñôéí îáéòéí äúðâãåú ìùéðåééí îäôëðééí áîòîãåú:&#160; <a class="psuq" href="/tnk1/prqim/t2828.htm#3">îùìé ëç3</a>: "<q class="psuq">âÌÆáÆø øÈùÑ åÀòÉùÑÅ÷ ãÌÇìÌÄéí - îÈèÈø ñÉçÅó åÀàÅéï ìÈçÆí</q>" (<a href="/tnk1/ktuv/mj/28-03.html">ôéøåè</a>), &#160; <a class="psuq" href="/tnk1/prqim/t2819.htm#10">îùìé éè10</a>: "<q class="psuq">ìÉà ðÈàåÆä ìÄëÀñÄéì úÌÇòÂðåÌâ, àÇó ëÌÄé <strong>ìÀòÆáÆã îÀùÉì</strong> áÀùÒÈøÄéí</q>" (<a href="/tnk1/ktuv/mj/19-10.html">ôéøåè</a>), åàåìé âí <a class="psuq" href="/tnk1/prqim/t3110.htm#7">÷äìú é7</a>: "<q class="psuq">øÈàÄéúÄé <strong>òÂáÈãÄéí òÇì ñåÌñÄéí</strong>, åÀùÒÈøÄéí äÉìÀëÄéí ëÌÇòÂáÈãÄéí òÇì äÈàÈøÆõ</q>" (<a href="/tnk1/ktuv/mgilot/qh-10-05.html">ôéøåè</a>).</p><h3>åðáì ëé éùáò ìçí</h3><p>4. ðáì äúðâã ìà ø÷ ìîìëåúå ùì ãåã, àìà âí ìëê ùãåã éàëì<strong> ìçí</strong>, <a class="psuq" href="/tnk1/prqim/t08a25.htm#11">ùîåàì à ëä11</a>: "<q class="psuq">åÀìÈ÷ÇçÀúÌÄé <strong>àÆú ìÇçÀîÄé</strong> åÀàÆú îÅéîÇé åÀàÅú èÈáÇçÀúÌÄé àÂùÑÆø èÄáÀçÈúÄé ìÀâÉæÀæÈé åÀðÈúÇúÌÄé ìÇàÂðÈùÑÄéí àÂùÑÆø <strong>ìÉà éÈãÇòÀúÌÄé àÅé îÄæÌÆä äÅîÌÈä?!</strong></q>".&#160;&#160; àåìí áàåôï îôúéò, äôñå÷ ùìðå îãáø ìà òì òáã äùáò ìçí àìà ãåå÷à òì <strong>ðáì</strong> äùáò ìçí.&#160;&#160;&#160; åééúëï ùéù ëàï àéøåðéä ã÷ä: äîéìéí "<strong>òáã ëé éîìåê</strong>" øåîæéí ìãáøé ðáì ðâã ãåã, åäîéìéí "<strong>åðáì ëé éùáò ìçí</strong>" äí äúùåáä ùì ùìîä áï ãåã ìäúðäâåúå äáæåéä ùì ðáì, ùàëì àú ëì ìçîå áòöîå åìà äñëéí ìòæåø ìòáã øòá äðîìè îàãåðéå.</p><p class="future"> øàå âí ôñå÷éí ðåñôéí òí äîéìä <strong>ðáì</strong> <a href="/tnk1/kma/qjrim1/nvl.html">= áøáøé, âñ åçééúé</a>. </p> </div><!--cellcontent--> </div> </div><!--long--> </div><!--page--> <table class='inner_navigation'> <tr><td> &nbsp;<a href='30-00.html'>ôø÷ ì</a>&nbsp;&nbsp;&nbsp;&nbsp;ôñå÷&nbsp;&nbsp; &nbsp;<a href='30-01.html'>1</a>&nbsp; &nbsp;<a href='30-02.html'>2</a>&nbsp; &nbsp;<a href='30-03.html'>3</a>&nbsp; &nbsp;<a href='30-04.html'>4</a>&nbsp; &nbsp;<a href='30-05.html'>5</a>&nbsp; &nbsp;<a href='30-06.html'>6</a>&nbsp; &nbsp;<a href='30-07.html'>7</a>&nbsp; &nbsp;<a href='30-08.html'>8</a>&nbsp; &nbsp;<a href='30-09.html'>9</a>&nbsp; &nbsp;<a href='30-10.html'>10</a>&nbsp; &nbsp;<a href='30-11.html'>11</a>&nbsp; &nbsp;<a href='30-12.html'>12</a>&nbsp; &nbsp;<a href='30-13.html'>13</a>&nbsp; &nbsp;<a href='30-14.html'>14</a>&nbsp; &nbsp;<a href='30-15.html'>15</a>&nbsp; &nbsp;<a href='30-16.html'>16</a>&nbsp; &nbsp;<a href='30-17.html'>17</a>&nbsp; &nbsp;<a href='30-18.html'>18</a>&nbsp; &nbsp;<a href='30-19.html'>19</a>&nbsp; &nbsp;<a href='30-20.html'>20</a>&nbsp; &nbsp;<a href='30-21.html'>21</a>&nbsp; &nbsp;<b>22</b>&nbsp; &nbsp;<a href='30-23.html'>23</a>&nbsp; &nbsp;<a href='30-24.html'>24</a>&nbsp; &nbsp;<a href='30-25.html'>25</a>&nbsp; &nbsp;<a href='30-26.html'>26</a>&nbsp; &nbsp;<a href='30-27.html'>27</a>&nbsp; &nbsp;<a href='30-28.html'>28</a>&nbsp; &nbsp;<a href='30-29.html'>29</a>&nbsp; &nbsp;<a href='30-30.html'>30</a>&nbsp; &nbsp;<a href='30-31.html'>31</a>&nbsp; &nbsp;<a href='30-32.html'>32</a>&nbsp; &nbsp;<a href='30-33.html'>33</a>&nbsp; &nbsp;<a href='30-99.html'>ñéëåí</a>&nbsp; </td></tr> <tr><td> <a href='00-00.html'><b>ñôø îùìé</b></a> &nbsp;&nbsp;&nbsp;ôø÷&nbsp;&nbsp; &nbsp;<a href='01-00.html'>à</a>&nbsp; &nbsp;<a href='02-00.html'>á</a>&nbsp; &nbsp;<a href='03-00.html'>â</a>&nbsp; &nbsp;<a href='04-00.html'>ã</a>&nbsp; &nbsp;<a href='05-00.html'>ä</a>&nbsp; &nbsp;<a href='06-00.html'>å</a>&nbsp; &nbsp;<a href='07-00.html'>æ</a>&nbsp; &nbsp;<a href='08-00.html'>ç</a>&nbsp; &nbsp;<a href='09-00.html'>è</a>&nbsp; &nbsp;<a href='10-00.html'>é</a>&nbsp; &nbsp;<a href='11-00.html'>éà</a>&nbsp; &nbsp;<a href='12-00.html'>éá</a>&nbsp; &nbsp;<a href='13-00.html'>éâ</a>&nbsp; &nbsp;<a href='14-00.html'>éã</a>&nbsp; &nbsp;<a href='15-00.html'>èå</a>&nbsp; &nbsp;<a href='16-00.html'>èæ</a>&nbsp; &nbsp;<a href='17-00.html'>éæ</a>&nbsp; &nbsp;<a href='18-00.html'>éç</a>&nbsp; &nbsp;<a href='19-00.html'>éè</a>&nbsp; &nbsp;<a href='20-00.html'>ë</a>&nbsp; &nbsp;<a href='21-00.html'>ëà</a>&nbsp; &nbsp;<a href='22-00.html'>ëá</a>&nbsp; &nbsp;<a href='23-00.html'>ëâ</a>&nbsp; &nbsp;<a href='24-00.html'>ëã</a>&nbsp; &nbsp;<a href='25-00.html'>ëä</a>&nbsp; &nbsp;<a href='26-00.html'>ëå</a>&nbsp; &nbsp;<a href='27-00.html'>ëæ</a>&nbsp; &nbsp;<a href='28-00.html'>ëç</a>&nbsp; &nbsp;<a href='29-00.html'>ëè</a>&nbsp; &nbsp;<b>ì</b>&nbsp; &nbsp;<a href='31-00.html'>ìà</a>&nbsp; </td></tr> </table><!-- inner_navigation --> </div><!--tokn--> <h2 id='tguvot'>úâåáåú</h2> <ul id='ultguvot'> <li></li> </ul><!--end--> <script type='text/javascript'>tguva();txtit()</script> </div><!--pnim--> </body> </html>
doc/html/classserver_1_1zone_1_1_zone_client_session_helper.html
kidaa/Awakening-Core3
<!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.3.1"/> <title>Core3: server::zone::ZoneClientSessionHelper Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">Core3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li 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="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="namespaceserver.html">server</a></li><li class="navelem"><a class="el" href="namespaceserver_1_1zone.html">zone</a></li><li class="navelem"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html">ZoneClientSessionHelper</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pri-static-attribs">Static Private Attributes</a> &#124; <a href="#friends">Friends</a> &#124; <a href="classserver_1_1zone_1_1_zone_client_session_helper-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">server::zone::ZoneClientSessionHelper Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="_zone_client_session_8h_source.html">ZoneClientSession.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for server::zone::ZoneClientSessionHelper:</div> <div class="dyncontent"> <div class="center"> <img src="classserver_1_1zone_1_1_zone_client_session_helper.png" usemap="#server::zone::ZoneClientSessionHelper_map" alt=""/> <map id="server::zone::ZoneClientSessionHelper_map" name="server::zone::ZoneClientSessionHelper_map"> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a2cb03edd41144c23544d89169a1b63aa"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#a2cb03edd41144c23544d89169a1b63aa">ZoneClientSessionHelper</a> ()</td></tr> <tr class="separator:a2cb03edd41144c23544d89169a1b63aa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a06dcd3e3a70372317eb46d3dbc9d2200"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#a06dcd3e3a70372317eb46d3dbc9d2200">finalizeHelper</a> ()</td></tr> <tr class="separator:a06dcd3e3a70372317eb46d3dbc9d2200"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a315f3d9f85d97d023d2446fc491ca030"><td class="memItemLeft" align="right" valign="top">DistributedObject *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#a315f3d9f85d97d023d2446fc491ca030">instantiateObject</a> ()</td></tr> <tr class="separator:a315f3d9f85d97d023d2446fc491ca030"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af69e1e3d5aaa6e70c07140569883929d"><td class="memItemLeft" align="right" valign="top">DistributedObjectServant *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#af69e1e3d5aaa6e70c07140569883929d">instantiateServant</a> ()</td></tr> <tr class="separator:af69e1e3d5aaa6e70c07140569883929d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2d878ffd3cc2b84e92af379cc6b8d311"><td class="memItemLeft" align="right" valign="top">DistributedObjectAdapter *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#a2d878ffd3cc2b84e92af379cc6b8d311">createAdapter</a> (DistributedObjectStub *obj)</td></tr> <tr class="separator:a2d878ffd3cc2b84e92af379cc6b8d311"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-static-attribs"></a> Static Private Attributes</h2></td></tr> <tr class="memitem:a6ea4456521ed9741d98b7cf4b4bcae6e"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html">ZoneClientSessionHelper</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#a6ea4456521ed9741d98b7cf4b4bcae6e">staticInitializer</a> = ZoneClientSessionHelper::instance()</td></tr> <tr class="separator:a6ea4456521ed9741d98b7cf4b4bcae6e"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a> Friends</h2></td></tr> <tr class="memitem:a9969e94bc14eb47537aa6cd505d1ab80"><td class="memItemLeft" align="right" valign="top">class&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html#a9969e94bc14eb47537aa6cd505d1ab80">Singleton&lt; ZoneClientSessionHelper &gt;</a></td></tr> <tr class="separator:a9969e94bc14eb47537aa6cd505d1ab80"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"> <p>Definition at line <a class="el" href="_zone_client_session_8h_source.html#l00320">320</a> of file <a class="el" href="_zone_client_session_8h_source.html">ZoneClientSession.h</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a2cb03edd41144c23544d89169a1b63aa"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">ZoneClientSessionHelper::ZoneClientSessionHelper </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8cpp_source.html#l00921">921</a> of file <a class="el" href="_zone_client_session_8cpp_source.html">ZoneClientSession.cpp</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a2d878ffd3cc2b84e92af379cc6b8d311"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">DistributedObjectAdapter * ZoneClientSessionHelper::createAdapter </td> <td>(</td> <td class="paramtype">DistributedObjectStub *&#160;</td> <td class="paramname"><em>obj</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8cpp_source.html#l00939">939</a> of file <a class="el" href="_zone_client_session_8cpp_source.html">ZoneClientSession.cpp</a>.</p> </div> </div> <a class="anchor" id="a06dcd3e3a70372317eb46d3dbc9d2200"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void ZoneClientSessionHelper::finalizeHelper </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8cpp_source.html#l00927">927</a> of file <a class="el" href="_zone_client_session_8cpp_source.html">ZoneClientSession.cpp</a>.</p> </div> </div> <a class="anchor" id="a315f3d9f85d97d023d2446fc491ca030"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">DistributedObject * ZoneClientSessionHelper::instantiateObject </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8cpp_source.html#l00931">931</a> of file <a class="el" href="_zone_client_session_8cpp_source.html">ZoneClientSession.cpp</a>.</p> </div> </div> <a class="anchor" id="af69e1e3d5aaa6e70c07140569883929d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">DistributedObjectServant * ZoneClientSessionHelper::instantiateServant </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8cpp_source.html#l00935">935</a> of file <a class="el" href="_zone_client_session_8cpp_source.html">ZoneClientSession.cpp</a>.</p> </div> </div> <h2 class="groupheader">Friends And Related Function Documentation</h2> <a class="anchor" id="a9969e94bc14eb47537aa6cd505d1ab80"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">friend class Singleton&lt; <a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html">ZoneClientSessionHelper</a> &gt;</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">friend</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8h_source.html#l00334">334</a> of file <a class="el" href="_zone_client_session_8h_source.html">ZoneClientSession.h</a>.</p> </div> </div> <h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="a6ea4456521ed9741d98b7cf4b4bcae6e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classserver_1_1zone_1_1_zone_client_session_helper.html">ZoneClientSessionHelper</a> * ZoneClientSessionHelper::staticInitializer = ZoneClientSessionHelper::instance()</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span><span class="mlabel">private</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="_zone_client_session_8h_source.html#l00321">321</a> of file <a class="el" href="_zone_client_session_8h_source.html">ZoneClientSession.h</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li>/Users/victor/git/Core3Mda/MMOCoreORB/src/server/zone/<a class="el" href="_zone_client_session_8h_source.html">ZoneClientSession.h</a></li> <li>/Users/victor/git/Core3Mda/MMOCoreORB/src/server/zone/<a class="el" href="_zone_client_session_8cpp_source.html">ZoneClientSession.cpp</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Oct 15 2013 17:29:43 for Core3 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
qt-everywhere-opensource-src-4.7.4/doc/html/mainwindows-sdi-sdi-pro.html
ssangkong/NVRAM_KWU
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.7: sdi.pro Example File (mainwindows/sdi/sdi.pro)</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">sdi.pro Example File</h1> <span class="small-subtitle">mainwindows/sdi/sdi.pro</span> <!-- $$$mainwindows/sdi/sdi.pro-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> HEADERS = mainwindow.h SOURCES = main.cpp \ mainwindow.cpp RESOURCES = sdi.qrc # install target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/sdi sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS sdi.pro images sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/sdi INSTALLS += target sources symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)</pre> </div> <!-- @@@mainwindows/sdi/sdi.pro --> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
LegacyOpenGL_HTML/_book/Chapter5/direction.html
gdbooks/gdbooks.github.io
<!DOCTYPE HTML> <html lang="en" > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Directional Light | Introduction</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="generator" content="GitBook 2.4.3"> <meta name="HandheldFriendly" content="true"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png"> <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="../gitbook/style.css"> <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-highlight/website.css"> <link rel="next" href="../Chapter5/point.html" /> <link rel="prev" href="../Chapter5/base.html" /> </head> <body> <div class="book" data-level="5.5.1" data-basepath=".." data-revision="Fri Apr 15 2016 10:05:48 GMT-0700 (PDT)"> <div class="book-summary"> <div class="book-search" role="search"> <input type="text" placeholder="Type to search" class="form-control" /> </div> <nav role="navigation"> <ul class="summary"> <li class="chapter " data-level="0" data-path="index.html"> <a href="../index.html"> <i class="fa fa-check"></i> Introduction </a> </li> <li class="chapter " data-level="1" data-path="Chapter1/Introduction.html"> <a href="../Chapter1/Introduction.html"> <i class="fa fa-check"></i> <b>1.</b> Introduction </a> <ul class="articles"> <li class="chapter " data-level="1.1" data-path="Chapter1/OpenGL.html"> <a href="../Chapter1/OpenGL.html"> <i class="fa fa-check"></i> <b>1.1.</b> OpenGL </a> </li> <li class="chapter " data-level="1.2" data-path="Chapter1/OpenTK.html"> <a href="../Chapter1/OpenTK.html"> <i class="fa fa-check"></i> <b>1.2.</b> OpenTK </a> </li> </ul> </li> <li class="chapter " data-level="2" data-path="Chapter2/Introduction.html"> <a href="../Chapter2/Introduction.html"> <i class="fa fa-check"></i> <b>2.</b> Getting a window </a> <ul class="articles"> <li class="chapter " data-level="2.1" data-path="Chapter2/Setup.html"> <a href="../Chapter2/Setup.html"> <i class="fa fa-check"></i> <b>2.1.</b> Setting up the window </a> </li> <li class="chapter " data-level="2.2" data-path="Chapter2/Callbacks.html"> <a href="../Chapter2/Callbacks.html"> <i class="fa fa-check"></i> <b>2.2.</b> Using callbacks </a> </li> <li class="chapter " data-level="2.3" data-path="Chapter2/FullScreen.html"> <a href="../Chapter2/FullScreen.html"> <i class="fa fa-check"></i> <b>2.3.</b> Going fullscreen </a> </li> <li class="chapter " data-level="2.4" data-path="Chapter2/YourCode.html"> <a href="../Chapter2/YourCode.html"> <i class="fa fa-check"></i> <b>2.4.</b> Your code </a> </li> <li class="chapter " data-level="2.5" data-path="Chapter2/Input.html"> <a href="../Chapter2/Input.html"> <i class="fa fa-check"></i> <b>2.5.</b> Input </a> </li> </ul> </li> <li class="chapter " data-level="3" data-path="Chapter3/Introduction.html"> <a href="../Chapter3/Introduction.html"> <i class="fa fa-check"></i> <b>3.</b> OpenGL States and Primitives </a> <ul class="articles"> <li class="chapter " data-level="3.1" data-path="Chapter3/StateFunctions.html"> <a href="../Chapter3/StateFunctions.html"> <i class="fa fa-check"></i> <b>3.1.</b> State functions </a> </li> <li class="chapter " data-level="3.2" data-path="Chapter3/ErrorsAndHints.html"> <a href="../Chapter3/ErrorsAndHints.html"> <i class="fa fa-check"></i> <b>3.2.</b> Errors and Hints </a> </li> <li class="chapter " data-level="3.3" data-path="Chapter3/HandlingPrimitives.html"> <a href="../Chapter3/HandlingPrimitives.html"> <i class="fa fa-check"></i> <b>3.3.</b> Handling Primitives </a> </li> <li class="chapter " data-level="3.4" data-path="Chapter3/Vertex.html"> <a href="../Chapter3/Vertex.html"> <i class="fa fa-check"></i> <b>3.4.</b> Vertex </a> </li> <li class="chapter " data-level="3.5" data-path="Chapter3/Points.html"> <a href="../Chapter3/Points.html"> <i class="fa fa-check"></i> <b>3.5.</b> Points </a> </li> <li class="chapter " data-level="3.6" data-path="Chapter3/Lines.html"> <a href="../Chapter3/Lines.html"> <i class="fa fa-check"></i> <b>3.6.</b> Lines </a> </li> <li class="chapter " data-level="3.7" data-path="Chapter3/Polygons.html"> <a href="../Chapter3/Polygons.html"> <i class="fa fa-check"></i> <b>3.7.</b> Polygons </a> </li> <li class="chapter " data-level="3.8" data-path="Chapter3/Triangles.html"> <a href="../Chapter3/Triangles.html"> <i class="fa fa-check"></i> <b>3.8.</b> Triangles </a> </li> <li class="chapter " data-level="3.9" data-path="Chapter3/Quads.html"> <a href="../Chapter3/Quads.html"> <i class="fa fa-check"></i> <b>3.9.</b> Quadrilaterals and Polygons </a> </li> <li class="chapter " data-level="3.10" data-path="Chapter3/Attributes.html"> <a href="../Chapter3/Attributes.html"> <i class="fa fa-check"></i> <b>3.10.</b> Attributes </a> </li> </ul> </li> <li class="chapter " data-level="4" data-path="Chapter4/Introduction.html"> <a href="../Chapter4/Introduction.html"> <i class="fa fa-check"></i> <b>4.</b> Transformations And Matrices </a> <ul class="articles"> <li class="chapter " data-level="4.1" data-path="Chapter4/CoordinateTransforms.html"> <a href="../Chapter4/CoordinateTransforms.html"> <i class="fa fa-check"></i> <b>4.1.</b> Understanding Coordinate Transformations </a> </li> <li class="chapter " data-level="4.2" data-path="Chapter4/DeepDive.html"> <a href="../Chapter4/DeepDive.html"> <i class="fa fa-check"></i> <b>4.2.</b> Transformation Deep Dive </a> </li> <li class="chapter " data-level="4.3" data-path="Chapter4/OpenGLMatrices.html"> <a href="../Chapter4/OpenGLMatrices.html"> <i class="fa fa-check"></i> <b>4.3.</b> OpenGL and Matrices </a> </li> <li class="chapter " data-level="4.4" data-path="Chapter4/ModelView.html"> <a href="../Chapter4/ModelView.html"> <i class="fa fa-check"></i> <b>4.4.</b> ModelView </a> <ul class="articles"> <li class="chapter " data-level="4.4.1" data-path="Chapter4/Translation.html"> <a href="../Chapter4/Translation.html"> <i class="fa fa-check"></i> <b>4.4.1.</b> Translation </a> </li> <li class="chapter " data-level="4.4.2" data-path="Chapter4/Rotation.html"> <a href="../Chapter4/Rotation.html"> <i class="fa fa-check"></i> <b>4.4.2.</b> Rotation </a> </li> <li class="chapter " data-level="4.4.3" data-path="Chapter4/Scale.html"> <a href="../Chapter4/Scale.html"> <i class="fa fa-check"></i> <b>4.4.3.</b> Scale </a> </li> <li class="chapter " data-level="4.4.4" data-path="Chapter4/View.html"> <a href="../Chapter4/View.html"> <i class="fa fa-check"></i> <b>4.4.4.</b> View </a> </li> </ul> </li> <li class="chapter " data-level="4.5" data-path="Chapter4/Order.html"> <a href="../Chapter4/Order.html"> <i class="fa fa-check"></i> <b>4.5.</b> Function Order </a> <ul class="articles"> <li class="chapter " data-level="4.5.1" data-path="Chapter4/solution.html"> <a href="../Chapter4/solution.html"> <i class="fa fa-check"></i> <b>4.5.1.</b> Solution </a> </li> </ul> </li> <li class="chapter " data-level="4.6" data-path="Chapter4/stacks.html"> <a href="../Chapter4/stacks.html"> <i class="fa fa-check"></i> <b>4.6.</b> Matrix Stacks </a> </li> <li class="chapter " data-level="4.7" data-path="Chapter4/projections.html"> <a href="../Chapter4/projections.html"> <i class="fa fa-check"></i> <b>4.7.</b> Projections </a> </li> <li class="chapter " data-level="4.8" data-path="Chapter4/Viewport.html"> <a href="../Chapter4/Viewport.html"> <i class="fa fa-check"></i> <b>4.8.</b> Viewport </a> </li> <li class="chapter " data-level="4.9" data-path="Chapter4/roboto.html"> <a href="../Chapter4/roboto.html"> <i class="fa fa-check"></i> <b>4.9.</b> Mr.Roboto </a> <ul class="articles"> <li class="chapter " data-level="4.9.1" data-path="Chapter4/nested.html"> <a href="../Chapter4/nested.html"> <i class="fa fa-check"></i> <b>4.9.1.</b> Parent Child </a> </li> </ul> </li> <li class="chapter " data-level="4.10" data-path="Chapter4/cmat.html"> <a href="../Chapter4/cmat.html"> <i class="fa fa-check"></i> <b>4.10.</b> CustomMatrices </a> <ul class="articles"> <li class="chapter " data-level="4.10.1" data-path="Chapter4/ProjectionAndLookAt.html"> <a href="../Chapter4/ProjectionAndLookAt.html"> <i class="fa fa-check"></i> <b>4.10.1.</b> Projection &amp; LookAt </a> </li> <li class="chapter " data-level="4.10.2" data-path="Chapter4/CustomStack.html"> <a href="../Chapter4/CustomStack.html"> <i class="fa fa-check"></i> <b>4.10.2.</b> Make your own stack </a> </li> </ul> </li> <li class="chapter " data-level="4.11" data-path="Chapter4/Solar.html"> <a href="../Chapter4/Solar.html"> <i class="fa fa-check"></i> <b>4.11.</b> Solar System </a> </li> <li class="chapter " data-level="4.12" data-path="Chapter4/where.html"> <a href="../Chapter4/where.html"> <i class="fa fa-check"></i> <b>4.12.</b> What goes where </a> </li> </ul> </li> <li class="chapter " data-level="5" data-path="Chapter5/Intro.html"> <a href="../Chapter5/Intro.html"> <i class="fa fa-check"></i> <b>5.</b> Colors and Lights </a> <ul class="articles"> <li class="chapter " data-level="5.1" data-path="Chapter5/using_colors.html"> <a href="../Chapter5/using_colors.html"> <i class="fa fa-check"></i> <b>5.1.</b> Using Colors </a> </li> <li class="chapter " data-level="5.2" data-path="Chapter5/shading.html"> <a href="../Chapter5/shading.html"> <i class="fa fa-check"></i> <b>5.2.</b> Shading </a> <ul class="articles"> <li class="chapter " data-level="5.2.1" data-path="Chapter5/own_shading.html"> <a href="../Chapter5/own_shading.html"> <i class="fa fa-check"></i> <b>5.2.1.</b> On Your Own </a> </li> </ul> </li> <li class="chapter " data-level="5.3" data-path="Chapter5/lighting.html"> <a href="../Chapter5/lighting.html"> <i class="fa fa-check"></i> <b>5.3.</b> Lighting </a> </li> <li class="chapter " data-level="5.4" data-path="Chapter5/lightsources.html"> <a href="../Chapter5/lightsources.html"> <i class="fa fa-check"></i> <b>5.4.</b> Light Sources </a> <ul class="articles"> <li class="chapter " data-level="5.4.1" data-path="Chapter5/pad.html"> <a href="../Chapter5/pad.html"> <i class="fa fa-check"></i> <b>5.4.1.</b> Position and direction </a> </li> <li class="chapter " data-level="5.4.2" data-path="Chapter5/light_color.html"> <a href="../Chapter5/light_color.html"> <i class="fa fa-check"></i> <b>5.4.2.</b> Light Color </a> </li> <li class="chapter " data-level="5.4.3" data-path="Chapter5/light_atten.html"> <a href="../Chapter5/light_atten.html"> <i class="fa fa-check"></i> <b>5.4.3.</b> Attenuation </a> </li> <li class="chapter " data-level="5.4.4" data-path="Chapter5/light_spotlight.html"> <a href="../Chapter5/light_spotlight.html"> <i class="fa fa-check"></i> <b>5.4.4.</b> Spotlights </a> </li> <li class="chapter " data-level="5.4.5" data-path="Chapter5/move_and_rotate.html"> <a href="../Chapter5/move_and_rotate.html"> <i class="fa fa-check"></i> <b>5.4.5.</b> Moving and Rotating </a> </li> </ul> </li> <li class="chapter " data-level="5.5" data-path="Chapter5/base.html"> <a href="../Chapter5/base.html"> <i class="fa fa-check"></i> <b>5.5.</b> Programming Exercises </a> <ul class="articles"> <li class="chapter active" data-level="5.5.1" data-path="Chapter5/direction.html"> <a href="../Chapter5/direction.html"> <i class="fa fa-check"></i> <b>5.5.1.</b> Directional Light </a> </li> <li class="chapter " data-level="5.5.2" data-path="Chapter5/point.html"> <a href="../Chapter5/point.html"> <i class="fa fa-check"></i> <b>5.5.2.</b> Point Light </a> </li> <li class="chapter " data-level="5.5.3" data-path="Chapter5/spot.html"> <a href="../Chapter5/spot.html"> <i class="fa fa-check"></i> <b>5.5.3.</b> Spot Light </a> </li> </ul> </li> <li class="chapter " data-level="5.6" data-path="Chapter5/materials.html"> <a href="../Chapter5/materials.html"> <i class="fa fa-check"></i> <b>5.6.</b> Materials </a> </li> <li class="chapter " data-level="5.7" data-path="Chapter5/defmat.html"> <a href="../Chapter5/defmat.html"> <i class="fa fa-check"></i> <b>5.7.</b> Defining Materials </a> <ul class="articles"> <li class="chapter " data-level="5.7.1" data-path="Chapter5/shade_test.html"> <a href="../Chapter5/shade_test.html"> <i class="fa fa-check"></i> <b>5.7.1.</b> Test Scene </a> </li> <li class="chapter " data-level="5.7.2" data-path="Chapter5/color_mat.html"> <a href="../Chapter5/color_mat.html"> <i class="fa fa-check"></i> <b>5.7.2.</b> Ambient and Diffuse </a> </li> <li class="chapter " data-level="5.7.3" data-path="Chapter5/mat_shine.html"> <a href="../Chapter5/mat_shine.html"> <i class="fa fa-check"></i> <b>5.7.3.</b> Specular </a> </li> <li class="chapter " data-level="5.7.4" data-path="Chapter5/ctrack.html"> <a href="../Chapter5/ctrack.html"> <i class="fa fa-check"></i> <b>5.7.4.</b> Color Tracking </a> </li> </ul> </li> <li class="chapter " data-level="5.8" data-path="Chapter5/norms.html"> <a href="../Chapter5/norms.html"> <i class="fa fa-check"></i> <b>5.8.</b> Normals </a> </li> <li class="chapter " data-level="5.9" data-path="Chapter5/the_lighting_model.html"> <a href="../Chapter5/the_lighting_model.html"> <i class="fa fa-check"></i> <b>5.9.</b> The Lighting Model </a> </li> <li class="chapter " data-level="5.10" data-path="Chapter5/color.html"> <a href="../Chapter5/color.html"> <i class="fa fa-check"></i> <b>5.10.</b> Lighting Review </a> </li> </ul> </li> <li class="chapter " data-level="6" data-path="Chapter6/Introduction.html"> <a href="../Chapter6/Introduction.html"> <i class="fa fa-check"></i> <b>6.</b> Blending and Fog </a> <ul class="articles"> <li class="chapter " data-level="6.1" data-path="Chapter6/blending.html"> <a href="../Chapter6/blending.html"> <i class="fa fa-check"></i> <b>6.1.</b> Blending </a> <ul class="articles"> <li class="chapter " data-level="6.1.1" data-path="Chapter6/blend_practice.html"> <a href="../Chapter6/blend_practice.html"> <i class="fa fa-check"></i> <b>6.1.1.</b> Challenge </a> </li> <li class="chapter " data-level="6.1.2" data-path="Chapter6/blend_answer.html"> <a href="../Chapter6/blend_answer.html"> <i class="fa fa-check"></i> <b>6.1.2.</b> Solution </a> </li> <li class="chapter " data-level="6.1.3" data-path="Chapter6/blending_problem.html"> <a href="../Chapter6/blending_problem.html"> <i class="fa fa-check"></i> <b>6.1.3.</b> Issues </a> </li> </ul> </li> <li class="chapter " data-level="6.2" data-path="Chapter6/fog.html"> <a href="../Chapter6/fog.html"> <i class="fa fa-check"></i> <b>6.2.</b> Fog </a> </li> </ul> </li> <li class="chapter " data-level="7" data-path="Chapter7/index.html"> <a href="../Chapter7/index.html"> <i class="fa fa-check"></i> <b>7.</b> Texture Mapping </a> <ul class="articles"> <li class="chapter " data-level="7.1" data-path="Chapter7/Overview.html"> <a href="../Chapter7/Overview.html"> <i class="fa fa-check"></i> <b>7.1.</b> Overview </a> </li> <li class="chapter " data-level="7.2" data-path="Chapter7/Enable.html"> <a href="../Chapter7/Enable.html"> <i class="fa fa-check"></i> <b>7.2.</b> Enable Texturing </a> </li> <li class="chapter " data-level="7.3" data-path="Chapter7/TextureObj.html"> <a href="../Chapter7/TextureObj.html"> <i class="fa fa-check"></i> <b>7.3.</b> Texture Objects </a> </li> <li class="chapter " data-level="7.4" data-path="Chapter7/Binding.html"> <a href="../Chapter7/Binding.html"> <i class="fa fa-check"></i> <b>7.4.</b> Texture Binding </a> </li> <li class="chapter " data-level="7.5" data-path="Chapter7/SpecTex.html"> <a href="../Chapter7/SpecTex.html"> <i class="fa fa-check"></i> <b>7.5.</b> Specifying Textures </a> </li> <li class="chapter " data-level="7.6" data-path="Chapter7/MinMag.html"> <a href="../Chapter7/MinMag.html"> <i class="fa fa-check"></i> <b>7.6.</b> Min &amp; Mag Filters </a> </li> <li class="chapter " data-level="7.7" data-path="Chapter7/DelTex.html"> <a href="../Chapter7/DelTex.html"> <i class="fa fa-check"></i> <b>7.7.</b> Deleting Textures </a> </li> <li class="chapter " data-level="7.8" data-path="Chapter7/TexCoords.html"> <a href="../Chapter7/TexCoords.html"> <i class="fa fa-check"></i> <b>7.8.</b> Texture Coordinates </a> </li> <li class="chapter " data-level="7.9" data-path="Chapter7/Ex1.html"> <a href="../Chapter7/Ex1.html"> <i class="fa fa-check"></i> <b>7.9.</b> Putting it all together </a> <ul class="articles"> <li class="chapter " data-level="7.9.1" data-path="Chapter7/help.html"> <a href="../Chapter7/help.html"> <i class="fa fa-check"></i> <b>7.9.1.</b> Loading Help </a> </li> </ul> </li> <li class="chapter " data-level="7.10" data-path="Chapter7/Mip.html"> <a href="../Chapter7/Mip.html"> <i class="fa fa-check"></i> <b>7.10.</b> Mip Mapping </a> </li> <li class="chapter " data-level="7.11" data-path="Chapter7/TexParams.html"> <a href="../Chapter7/TexParams.html"> <i class="fa fa-check"></i> <b>7.11.</b> Texture Paramaters </a> </li> <li class="chapter " data-level="7.12" data-path="Chapter7/ui.html"> <a href="../Chapter7/ui.html"> <i class="fa fa-check"></i> <b>7.12.</b> Textures for UI </a> <ul class="articles"> <li class="chapter " data-level="7.12.1" data-path="Chapter7/ui_practice.html"> <a href="../Chapter7/ui_practice.html"> <i class="fa fa-check"></i> <b>7.12.1.</b> On your own </a> </li> </ul> </li> <li class="chapter " data-level="7.13" data-path="Chapter7/sorting.html"> <a href="../Chapter7/sorting.html"> <i class="fa fa-check"></i> <b>7.13.</b> Sorting Objects </a> </li> </ul> </li> <li class="chapter " data-level="8" data-path="Chapter10/index.html"> <a href="../Chapter10/index.html"> <i class="fa fa-check"></i> <b>8.</b> Particles </a> <ul class="articles"> <li class="chapter " data-level="8.1" data-path="Chapter10/contepts.html"> <a href="../Chapter10/contepts.html"> <i class="fa fa-check"></i> <b>8.1.</b> Design </a> <ul class="articles"> <li class="chapter " data-level="8.1.1" data-path="Chapter10/particles.html"> <a href="../Chapter10/particles.html"> <i class="fa fa-check"></i> <b>8.1.1.</b> Particles </a> </li> <li class="chapter " data-level="8.1.2" data-path="Chapter10/system.html"> <a href="../Chapter10/system.html"> <i class="fa fa-check"></i> <b>8.1.2.</b> Particle Systems </a> </li> </ul> </li> <li class="chapter " data-level="8.2" data-path="Chapter10/impl.html"> <a href="../Chapter10/impl.html"> <i class="fa fa-check"></i> <b>8.2.</b> Implementation </a> <ul class="articles"> <li class="chapter " data-level="8.2.1" data-path="Chapter10/im_particle.html"> <a href="../Chapter10/im_particle.html"> <i class="fa fa-check"></i> <b>8.2.1.</b> Particle </a> </li> <li class="chapter " data-level="8.2.2" data-path="Chapter10/impl_system.html"> <a href="../Chapter10/impl_system.html"> <i class="fa fa-check"></i> <b>8.2.2.</b> Particle System </a> </li> <li class="chapter " data-level="8.2.3" data-path="Chapter10/im_snow.html"> <a href="../Chapter10/im_snow.html"> <i class="fa fa-check"></i> <b>8.2.3.</b> Snow Example </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="9" data-path="Chapter8/index.html"> <a href="../Chapter8/index.html"> <i class="fa fa-check"></i> <b>9.</b> Optimization </a> <ul class="articles"> <li class="chapter " data-level="9.1" data-path="Chapter8/optimization.html"> <a href="../Chapter8/optimization.html"> <i class="fa fa-check"></i> <b>9.1.</b> Vertex Arrays </a> <ul class="articles"> <li class="chapter " data-level="9.1.1" data-path="Chapter8/va_p1.html"> <a href="../Chapter8/va_p1.html"> <i class="fa fa-check"></i> <b>9.1.1.</b> Array Based Data </a> </li> <li class="chapter " data-level="9.1.2" data-path="Chapter8/va_p2.html"> <a href="../Chapter8/va_p2.html"> <i class="fa fa-check"></i> <b>9.1.2.</b> Enabling Vertex Arrays </a> </li> <li class="chapter " data-level="9.1.3" data-path="Chapter8/va_p3.html"> <a href="../Chapter8/va_p3.html"> <i class="fa fa-check"></i> <b>9.1.3.</b> Working With Arrays </a> </li> <li class="chapter " data-level="9.1.4" data-path="Chapter8/va_p4.html"> <a href="../Chapter8/va_p4.html"> <i class="fa fa-check"></i> <b>9.1.4.</b> Pinning and Pointers </a> </li> <li class="chapter " data-level="9.1.5" data-path="Chapter8/va_p5.html"> <a href="../Chapter8/va_p5.html"> <i class="fa fa-check"></i> <b>9.1.5.</b> DrawArrays </a> </li> <li class="chapter " data-level="9.1.6" data-path="Chapter8/va_p6.html"> <a href="../Chapter8/va_p6.html"> <i class="fa fa-check"></i> <b>9.1.6.</b> DrawElements </a> </li> <li class="chapter " data-level="9.1.7" data-path="Chapter8/va_p7.html"> <a href="../Chapter8/va_p7.html"> <i class="fa fa-check"></i> <b>9.1.7.</b> Example </a> </li> </ul> </li> <li class="chapter " data-level="9.2" data-path="Chapter8/vbo.html"> <a href="../Chapter8/vbo.html"> <i class="fa fa-check"></i> <b>9.2.</b> Vertex Buffers </a> <ul class="articles"> <li class="chapter " data-level="9.2.1" data-path="Chapter8/vb1.html"> <a href="../Chapter8/vb1.html"> <i class="fa fa-check"></i> <b>9.2.1.</b> Generate and Bind </a> </li> <li class="chapter " data-level="9.2.2" data-path="Chapter8/vb2.html"> <a href="../Chapter8/vb2.html"> <i class="fa fa-check"></i> <b>9.2.2.</b> Fill data </a> </li> <li class="chapter " data-level="9.2.3" data-path="Chapter8/vb3.html"> <a href="../Chapter8/vb3.html"> <i class="fa fa-check"></i> <b>9.2.3.</b> Render </a> </li> <li class="chapter " data-level="9.2.4" data-path="Chapter8/vb4.html"> <a href="../Chapter8/vb4.html"> <i class="fa fa-check"></i> <b>9.2.4.</b> Cleanup </a> </li> <li class="chapter " data-level="9.2.5" data-path="Chapter8/vb5.html"> <a href="../Chapter8/vb5.html"> <i class="fa fa-check"></i> <b>9.2.5.</b> Review </a> </li> <li class="chapter " data-level="9.2.6" data-path="Chapter8/vb6.html"> <a href="../Chapter8/vb6.html"> <i class="fa fa-check"></i> <b>9.2.6.</b> On Your Own </a> </li> </ul> </li> <li class="chapter " data-level="9.3" data-path="Chapter8/loading.html"> <a href="../Chapter8/loading.html"> <i class="fa fa-check"></i> <b>9.3.</b> Loading Meshes </a> <ul class="articles"> <li class="chapter " data-level="9.3.1" data-path="Chapter8/lmesh.html"> <a href="../Chapter8/lmesh.html"> <i class="fa fa-check"></i> <b>9.3.1.</b> Implementation </a> </li> <li class="chapter " data-level="9.3.2" data-path="Chapter8/obj_test.html"> <a href="../Chapter8/obj_test.html"> <i class="fa fa-check"></i> <b>9.3.2.</b> Test it </a> </li> </ul> </li> <li class="chapter " data-level="9.4" data-path="Chapter8/resource.html"> <a href="../Chapter8/resource.html"> <i class="fa fa-check"></i> <b>9.4.</b> Resource Management </a> <ul class="articles"> <li class="chapter " data-level="9.4.1" data-path="Chapter8/resource_impl.html"> <a href="../Chapter8/resource_impl.html"> <i class="fa fa-check"></i> <b>9.4.1.</b> Design </a> </li> <li class="chapter " data-level="9.4.2" data-path="Chapter8/resource_real_design.html"> <a href="../Chapter8/resource_real_design.html"> <i class="fa fa-check"></i> <b>9.4.2.</b> Implementation </a> <ul class="articles"> <li class="chapter " data-level="9.4.2.1" data-path="Chapter8/resource_help.html"> <a href="../Chapter8/resource_help.html"> <i class="fa fa-check"></i> <b>9.4.2.1.</b> Helper Functions </a> </li> <li class="chapter " data-level="9.4.2.2" data-path="Chapter8/resource_public.html"> <a href="../Chapter8/resource_public.html"> <i class="fa fa-check"></i> <b>9.4.2.2.</b> Public API </a> </li> </ul> </li> <li class="chapter " data-level="9.4.3" data-path="Chapter8/resource_on_your_own.html"> <a href="../Chapter8/resource_on_your_own.html"> <i class="fa fa-check"></i> <b>9.4.3.</b> On Your Own </a> </li> <li class="chapter " data-level="9.4.4" data-path="Chapter8/resource_sample.html"> <a href="../Chapter8/resource_sample.html"> <i class="fa fa-check"></i> <b>9.4.4.</b> Sample Usage </a> </li> </ul> </li> <li class="chapter " data-level="9.5" data-path="Chapter8/camera.html"> <a href="../Chapter8/camera.html"> <i class="fa fa-check"></i> <b>9.5.</b> Implementing a camera </a> <ul class="articles"> <li class="chapter " data-level="9.5.1" data-path="Chapter8/halfspace.html"> <a href="../Chapter8/halfspace.html"> <i class="fa fa-check"></i> <b>9.5.1.</b> Halfspace Culling </a> </li> <li class="chapter " data-level="9.5.2" data-path="Chapter8/frustum.html"> <a href="../Chapter8/frustum.html"> <i class="fa fa-check"></i> <b>9.5.2.</b> Frustum Culling </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="10" data-path="Chapter9/index.html"> <a href="../Chapter9/index.html"> <i class="fa fa-check"></i> <b>10.</b> Advanced Topics </a> <ul class="articles"> <li class="chapter " data-level="10.1" data-path="Chapter9/multi.html"> <a href="../Chapter9/multi.html"> <i class="fa fa-check"></i> <b>10.1.</b> Multi-Texturing </a> </li> <li class="chapter " data-level="10.2" data-path="Chapter9/subtex.html"> <a href="../Chapter9/subtex.html"> <i class="fa fa-check"></i> <b>10.2.</b> Sub Textures </a> </li> <li class="chapter " data-level="10.3" data-path="Chapter9/bill.html"> <a href="../Chapter9/bill.html"> <i class="fa fa-check"></i> <b>10.3.</b> Billboarding </a> </li> <li class="chapter " data-level="10.4" data-path="Chapter9/normal.html"> <a href="../Chapter9/normal.html"> <i class="fa fa-check"></i> <b>10.4.</b> Normal Mapping </a> </li> <li class="chapter " data-level="10.5" data-path="Chapter9/specular.html"> <a href="../Chapter9/specular.html"> <i class="fa fa-check"></i> <b>10.5.</b> Specular Mapping </a> </li> <li class="chapter " data-level="10.6" data-path="Chapter9/ambient.html"> <a href="../Chapter9/ambient.html"> <i class="fa fa-check"></i> <b>10.6.</b> Ambient Occlusion </a> </li> <li class="chapter " data-level="10.7" data-path="Chapter9/outlines.html"> <a href="../Chapter9/outlines.html"> <i class="fa fa-check"></i> <b>10.7.</b> Outlines </a> </li> <li class="chapter " data-level="10.8" data-path="Chapter9/proj_shadow.html"> <a href="../Chapter9/proj_shadow.html"> <i class="fa fa-check"></i> <b>10.8.</b> Planar Shadows </a> </li> <li class="chapter " data-level="10.9" data-path="Chapter9/stencyl.html"> <a href="../Chapter9/stencyl.html"> <i class="fa fa-check"></i> <b>10.9.</b> Stencyl Shadows </a> </li> <li class="chapter " data-level="10.10" data-path="Chapter9/shadowmap.html"> <a href="../Chapter9/shadowmap.html"> <i class="fa fa-check"></i> <b>10.10.</b> Shadow Mapping </a> </li> <li class="chapter " data-level="10.11" data-path="Chapter9/reflect.html"> <a href="../Chapter9/reflect.html"> <i class="fa fa-check"></i> <b>10.11.</b> Reflections </a> </li> <li class="chapter " data-level="10.12" data-path="Chapter9/cube.html"> <a href="../Chapter9/cube.html"> <i class="fa fa-check"></i> <b>10.12.</b> Cube Mapped Reflections </a> </li> <li class="chapter " data-level="10.13" data-path="Chapter9/water.html"> <a href="../Chapter9/water.html"> <i class="fa fa-check"></i> <b>10.13.</b> Particles </a> </li> <li class="chapter " data-level="10.14" data-path="Chapter9/blur.html"> <a href="../Chapter9/blur.html"> <i class="fa fa-check"></i> <b>10.14.</b> Motion Blur </a> </li> <li class="chapter " data-level="10.15" data-path="Chapter9/terrains.html"> <a href="../Chapter9/terrains.html"> <i class="fa fa-check"></i> <b>10.15.</b> Terrains </a> </li> </ul> </li> <li class="divider"></li> <li> <a href="https://www.gitbook.com" target="blank" class="gitbook-link"> Published with GitBook </a> </li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <!-- Actions Left --> <a href="#" class="btn pull-left toggle-summary" aria-label="Table of Contents"><i class="fa fa-align-justify"></i></a> <a href="#" class="btn pull-left toggle-search" aria-label="Search"><i class="fa fa-search"></i></a> <div id="font-settings-wrapper" class="dropdown pull-left"> <a href="#" class="btn toggle-dropdown" aria-label="Font Settings"><i class="fa fa-font"></i> </a> <div class="dropdown-menu font-settings"> <div class="dropdown-caret"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div> <div class="buttons"> <button type="button" id="reduce-font-size" class="button size-2">A</button> <button type="button" id="enlarge-font-size" class="button size-2">A</button> </div> <div class="buttons font-family-list"> <button type="button" data-font="0" class="button">Serif</button> <button type="button" data-font="1" class="button">Sans</button> </div> <div class="buttons color-theme-list"> <button type="button" id="color-theme-preview-0" class="button size-3" data-theme="0">White</button> <button type="button" id="color-theme-preview-1" class="button size-3" data-theme="1">Sepia</button> <button type="button" id="color-theme-preview-2" class="button size-3" data-theme="2">Night</button> </div> </div> </div> <!-- Actions Right --> <div class="dropdown pull-right"> <a href="#" class="btn toggle-dropdown" aria-label="Share"><i class="fa fa-share-alt"></i> </a> <div class="dropdown-menu font-settings dropdown-left"> <div class="dropdown-caret"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div> <div class="buttons"> <button type="button" data-sharing="twitter" class="button"> Share on Twitter </button> <button type="button" data-sharing="google-plus" class="button"> Share on Google </button> <button type="button" data-sharing="facebook" class="button"> Share on Facebook </button> <button type="button" data-sharing="weibo" class="button"> Share on Weibo </button> <button type="button" data-sharing="instapaper" class="button"> Share on Instapaper </button> </div> </div> </div> <a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Google"><i class="fa fa-google-plus"></i></a> <a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Facebook"><i class="fa fa-facebook"></i></a> <a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Twitter"><i class="fa fa-twitter"></i></a> <!-- Title --> <h1> <i class="fa fa-circle-o-notch fa-spin"></i> <a href="../" >Introduction</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <h1 id="directional-lights">Directional lights</h1> <p>Directional lights are perhaps the easyest to program. They are simply a direction that the light comes from, like sunlight. Let&apos;s give it a go.</p> <p>Follow along, make a new scene for each sub-section here. For this (Directional Light) section alone you should have 6 test scenes.</p> <h2 id="adding-one-light">Adding one light</h2> <p>The first thing we need to do is enable lighting and light 0. This isn&apos;t necesarley something that needs to happen every frame, so lets handle it in the initialize function.</p> <pre><code>public override void Initialize() { grid = new Grid(true); GL.Enable(EnableCap.DepthTest); GL.Enable(EnableCap.CullFace); Resize(MainGameWindow.Window.Width, MainGameWindow.Window.Height); GL.Enable(EnableCap.Lighting); GL.Enable(EnableCap.Light0); } </code></pre><p>Now we are ready to do some lighting! I&apos;m going to set light 0 to be a blue light comming from the upper front of the scene. For now, the light is static (it doesn&apos;t change from frame to frame) so it&apos;s safe to configure in the Init function as well.</p> <pre><code>public override void Initialize() { grid = new Grid(true); GL.Enable(EnableCap.DepthTest); GL.Enable(EnableCap.CullFace); Resize(MainGameWindow.Window.Width, MainGameWindow.Window.Height); GL.Enable(EnableCap.Lighting); GL.Enable(EnableCap.Light0); float[] white = new float[] { 0f, 0f, 0f, 1f }; float[] blue = new float[] { 0f, 0f, 1f, 1f }; GL.Light(LightName.Light0, LightParameter.Position, new float[] { 0.0f, 0.5f, 0.5f, 0.0f } ); GL.Light(LightName.Light0, LightParameter.Ambient, blue ); GL.Light(LightName.Light0, LightParameter.Diffuse, blue ); GL.Light(LightName.Light0, LightParameter.Specular, white ); } </code></pre><p>That&apos;s all there is to it. If you run your code, it should look like this:</p> <p><img src="directional3.png" alt="DIR1"></p> <h2 id="light-direction">Light direction</h2> <p>It may not be obvious from the previous example, but OpenGL shades (lights) objects independently! That is, no object casts a shadow on another object. When the light is comming from the top, like in the above scene it&apos;s easy to miss that. So, let&apos;s change the light direction to come from the negative Y axis!</p> <pre><code> GL.Light(LightName.Light0, LightParameter.Position, new float[] { 0.0f, -0.5f, 0.5f, 0.0f } ); </code></pre><p>Let&apos;s take a look at what that looks like:</p> <p><img src="directional2.png" alt="DIR2"></p> <p>As you can see the shading on the primitives has changed, the floor is the most noticable. In the first example, the floor got a LOT of light, in the second example, the floor is unlit. This happens because in the second example the floor is facing away from the light.</p> <p>In the real world, the floor would stop light from reaching the objects. In OpenGL each object is shaded and lit indevidually, like if no other object was in the scene. It is possible to add code to support shadows, but it&apos;s a complicated process that we will talk about later.</p> <h2 id="two-lights">Two Lights</h2> <p>So, actually using a light us pretty easy. OpenGL supports up to 8 lights! Let&apos;s try to add one more and see what happens. We&apos;re going to add a second light, this one is going to be red. It&apos;s going to come from the Opposite direction of the blue light from the original example.</p> <p>First things first, in the Initialize function we have to enable and configure light 1:</p> <pre><code>public override void Initialize() { grid = new Grid(true); GL.Enable(EnableCap.DepthTest); GL.Enable(EnableCap.CullFace); Resize(MainGameWindow.Window.Width, MainGameWindow.Window.Height); GL.Enable(EnableCap.Lighting); GL.Enable(EnableCap.Light0); GL.Enable(EnableCap.Light1); float[] white = new float[] { 0f, 0f, 0f, 1f }; float[] blue = new float[] { 0f, 0f, 1f, 1f }; float[] red = new float[] { 1f, 0f, 0f, 1f }; // Config light 0 GL.Light(LightName.Light0, LightParameter.Position, new float[] { 0.0f, 0.5f, 0.5f, 0.0f } ); GL.Light(LightName.Light0, LightParameter.Ambient, blue ); GL.Light(LightName.Light0, LightParameter.Diffuse, blue ); GL.Light(LightName.Light0, LightParameter.Specular, white ); // Config light 1 GL.Light(LightName.Light1, LightParameter.Position, new float[] { 0.0f, -0.5f, 0.5f, 0.0f }); GL.Light(LightName.Light1, LightParameter.Ambient, red); GL.Light(LightName.Light1, LightParameter.Diffuse, red); GL.Light(LightName.Light1, LightParameter.Specular, white); } </code></pre><p>Lets see what that looks like:</p> <p><img src="directional5.png" alt="DIR4"></p> <p>The top of any object is shaded blue. The bottom is shaded red. Colors in the middle interpolate between the two lights, based on the direction of the surface normal.</p> <h2 id="on-your-own">On your own</h2> <p>Using the last example, add a third light (Light2). Configure this light to point straight left (1, 0, 0, 0), and be green. The final scene should look like this:</p> <p><img src="directional6.png" alt="DIR6"></p> <p>The torus and cube are especially interesting as we look at this scene. The floor is also noteworthy too. It&apos;s compleatly blue! That&apos;s because the floor gets blue light from the top. It&apos;s facing away from the red light on the bottom, and is paralell to the green light. So the red and green lights don&apos;t directly effect it.</p> <p>But every time we added a light, the floor became a different shade of blue! If the lights don&apos;t directly effect floor, why is it&apos;s color changing? Ambient light. Each light adds a bit of ambient light to the scene. Remember, ambient lighting is light that has scattered so much it has no direction, so it uniformly effects everything in the scene!</p> <p>The lighting models diffuse component is direct lighting, the ambient component is indrect lighting and the specular component is shininess! So, can we turn off the ambient light? Yes. Set the ambient component of any light that you don&apos;t want an ambient contribution from to <strong>black</strong>. Because black is RGB(0, 0, 0), it is absent of color, therefore it has no contribution to lighting.</p> <h2 id="dynamic-lights">Dynamic lights</h2> <p>We now have a scene lit by 3 static lights. But lighting in OpenGL can be so much more than just static lights. It can be dynamic! Lights can move with objects! Using the previous scene as a base, let&apos;s animate the lights! </p> <p>We&apos;re going to make the green light orbit the scene horizontally, the red light orbit the scene vertically, and we&apos;re going to make the camera stay static.</p> <p>First, let&apos;s add some variables to the scene. We&apos;re going to use the same orbit logic we used for the camera, so these variables will be simialr.</p> <pre><code>namespace GameApplication { class LightingScene : Game{ Grid grid = null; float cameraAngleX = 0.0f; float cameraAngleY = -25; float cameraDistance = 10.0f; float redAngleX = 0.0f; float redAngleY = 0.0f; float greenAngleX = 0.0f; float greenAngleY = 0.0f; public override void Initialize() { // ... rest of code unchanged </code></pre><p>We have an X and a Y angle for both lights, we don&apos;t have a distance, to keep the vectors of unit length, we will use 1.0f for the distance. Next lets change the Update function to stop rotating the camera, and start rotating the lights!</p> <pre><code>public override void Update(float dTime) { //cameraAngleX += 30f * dTime; redAngleY += 15.0f * dTime; greenAngleX += 30.0f * dTime; } </code></pre><p>Now that the actual rotation logic is in place, all that&apos;s left to do is actually rotate the lights. We do this by changing the <code>LightParameter.Position</code> parameter of light 1 (red) and light 2 (green) every time a frame is rendered. </p> <pre><code>public override void Render() { Vector3 eyePos = new Vector3(); eyePos.X = cameraDistance * -(float)Math.Sin(cameraAngleX * (float)(Math.PI / 180.0)) * (float)Math.Cos(cameraAngleY * (float)(Math.PI / 180.0)); eyePos.Y = cameraDistance * -(float)Math.Sin(cameraAngleY * (float)(Math.PI / 180.0)); eyePos.Z = -cameraDistance * (float)Math.Cos(cameraAngleX * (float)(Math.PI / 180.0)) * (float)Math.Cos(cameraAngleY * (float)(Math.PI / 180.0)); Matrix4 lookAt = Matrix4.LookAt(eyePos, new Vector3(0.0f, 0.0f, 0.0f), new Vector3(0.0f, 1.0f, 0.0f)); GL.LoadMatrix(Matrix4.Transpose(lookAt).Matrix); grid.Render(); // Compute position of red light Vector3 redPosition = new Vector3(); redPosition.X = 1.0f * -(float)Math.Sin(redAngleX * (float)(Math.PI / 180.0)) * (float)Math.Cos(redAngleY * (float)(Math.PI / 180.0)); redPosition.Y = 1.0f * -(float)Math.Sin(redAngleY * (float)(Math.PI / 180.0)); redPosition.Z = -1.0f * (float)Math.Cos(redAngleX * (float)(Math.PI / 180.0)) * (float)Math.Cos(redAngleY * (float)(Math.PI / 180.0)); // Compute position of green light Vector3 greenPosition = new Vector3(); greenPosition.X = 1.0f * -(float)Math.Sin(greenAngleX * (float)(Math.PI / 180.0)) * (float)Math.Cos(greenAngleY * (float)(Math.PI / 180.0)); greenPosition.Y = 1.0f * -(float)Math.Sin(greenAngleY * (float)(Math.PI / 180.0)); greenPosition.Z = -1.0f * (float)Math.Cos(greenAngleX * (float)(Math.PI / 180.0)) * (float)Math.Cos(greenAngleY * (float)(Math.PI / 180.0)); // Update light positions every frame GL.Light(LightName.Light1, LightParameter.Position, new float[] { redPosition.X, redPosition.Y, redPosition.Z, 0.0f }); GL.Light(LightName.Light2, LightParameter.Position, new float[] { greenPosition.X, greenPosition.Y, greenPosition.Z, 0.0f }); // ... rest of code unchanged </code></pre><p>Running your scene now, you can see that the lights are changing in real time. But it&apos;s pretty hard to get a firm grasp of what is happening. We can kind of see where the lights are coming from, but not really. Lets add some debug code to actually visualize the lights.</p> <p>We&apos;re going to render two lines, one for the red light, one for the green light. They are going to have a local origin somewhere in space, and will point in the direction that the lights are pointing in. Both of the lines will be of unit length to make debugging easyer. </p> <p>The only catch is, because we are rendering the lines in a lit scene, we can&apos;t really define a set color for them; becuase the lighting equasion ignores <code>GL.Color3</code>. So to cope with this we&apos;re going to disable lighting in the middle of our draw function, draw the indicators and re-enable the lights after.</p> <pre><code>// Update light positions every frame GL.Light(LightName.Light1, LightParameter.Position, new float[] { redPosition.X, redPosition.Y, redPosition.Z, 0.0f }); GL.Light(LightName.Light2, LightParameter.Position, new float[] { greenPosition.X, greenPosition.Y, greenPosition.Z, 0.0f }); // Add some debug visualization so we can see the direction of the lights // Disable lights, so the color of the lines comes from GL.Color, not lighting GL.Disable(EnableCap.Lighting); GL.PushMatrix(); GL.Translate(4f, 4f, 0f); GL.Begin(PrimitiveType.Lines); // Draw red ray GL.Color3(1f, 0f, 0f); GL.Vertex3(0f, 0f, 0f); redPosition.Normalize(); // We want to render a unit vector redPosition *= -1.0f; // Invert so we see the light direction GL.Vertex3(redPosition.X, redPosition.Y, redPosition.Z); // Draw green ray GL.Color3(0f, 1f, 0f); GL.Vertex3(0f, 0f, 0f); greenPosition.Normalize(); greenPosition *= -1.0f; GL.Vertex3(greenPosition.X, greenPosition.Y, greenPosition.Z); GL.End(); GL.PopMatrix(); // Re-enable lights, we want the rest of the scene lit GL.Enable(EnableCap.Lighting); // ... rest of code unchanged </code></pre><p>Running your game now, you should have a nice indicator as to which way your lights point, the scene looks like this:</p> <p><img src="directional7.png" alt="DIR7"></p> <p>This is a really good example of rendering a lit scene with some unlit objects. At any point during your objects execution you can enable / disable lighting as a whole, you can enable / disable specific lights; OR you can change indevidual properties of specific lights. This is how we are able to do so much with just 8 lights, they can be 8 different lights for every object!</p> <h2 id="independently-lit-objects">Independently lit objects</h2> <p>In games (ang movies) it&apos;s common to have &quot;local lights&quot;. A local light is a light that an artists places in a scene, and is attached to a model (using the matrix stack, the same way a foot is attached to a leg). The light moves with a specific character and effects only the character. So a character is lit by the scene lighting, and then some extra character specific lighting to really make it pop.</p> <p>Movies take this one step further, and have lights only affect certain parts of a character. In <a href="http://www.imdb.com/title/tt0398286/" target="_blank">Tangled</a>, <a href="http://disney.wikia.com/wiki/Flynn_Rider" target="_blank">Flynn</a> had 8 lights attached to him that only affected his hair! Highlights where added to the hair using local lights.</p> <p>We need independently lit objects to do local lighting. The process for doing local lights and the process for light culling (having the bedroom light not affect objects in the kitchen) is the same. We simply disable lights that don&apos;t effect the object, and configure the lights that do affect it appropriateley.</p> <p>We&apos;re going to make a new scene using the final Dynamic Lights scene as a base. This is what we are about to render</p> <ul> <li>The tarus only be lit by the green light</li> <li>The sphere lit only by the red light</li> <li>The cube will be lit by the blue light and a purple light. <ul> <li>Instead of adding a 4th light (Light3) to the scene, we&apos;re going to recycle the red light and turn it purple</li> <li>The purple light will be static. </li> </ul> </li> <li>The floor will be lit only by the blue light.</li> </ul> <p>The torus and sphere are simple, we just need to enable / disable lights before drawing each of them. Update your render code to reflect this:</p> <pre><code>// We want to set the state of all 3 lights here // because this is the first lit object that is drawn // The enable / disbale states carry over from last frame // so setting all states here acts as a kind of reset // Disable blue light GL.Disable(EnableCap.Light0); // Disable green light GL.Disable(EnableCap.Light2); // Enable the red light GL.Enable(EnableCap.Light1); // Draw tarus GL.PushMatrix(); GL.Color3(0f, 1f, 0f); GL.Translate(0.0f, 2.5f,-2f); Primitives.Torus(0.2f, 0.8f, 6,12); GL.PopMatrix(); // Right now, only the red light is enabled, disable it GL.Disable(EnableCap.Light1); // The green light is still disabled, enable it GL.Enable(EnableCap.Light2); // We don&apos;t need to disable light 0, it&apos;s still disabled from last call // Draw sphere GL.PushMatrix(); GL.Color3(1f, 0f, 0f); GL.Translate(2.5f, 1.0, -0.5f); Primitives.DrawSphere(1); GL.PopMatrix(); </code></pre><p>Run the game, see what it looks like. The cube and the rest of the scene are only a little bit more complicated as we need to actually update the color and of the red light to essentially become a new purple light. Lets update the render function to reflect these changes:</p> <pre><code> // Disable the green light GL.Disable(EnableCap.Light2); // Enable the red light GL.Enable(EnableCap.Light1); // Enable the blue light GL.Enable(EnableCap.Light0); // Change the color of light 1 from red to purple float[] purple = new float[] { 1f, 0f, 1f, 1f }; GL.Light(LightName.Light1, LightParameter.Diffuse, purple); GL.Light(LightName.Light1, LightParameter.Ambient, purple); // Specular component can stay white // Update the position of light 1 so it&apos;s static (purple will just have a static direction) GL.Light(LightName.Light1, LightParameter.Position, new float[] { 0.0f, -0.5f, -0.5f, 0.0f }); // Draw cube GL.PushMatrix(); GL.Color3(0f, 0f, 1f); GL.Translate(-1f, 0.5f, 0.5f); Primitives.Cube(); GL.PopMatrix(); </code></pre><p>Run the game to see what it looks like. The sphere is rendered green like we wanted. The cube is rendered purple and blue like we wanted. The ground is rendeed purple and blue like we wanted. The torus however is wrong! It&apos;s not red, it&apos;s purple and blue! Why?</p> <p><img src="directional8.png" alt="DIR8"></p> <p>The answer is simple, nothing is reset for you. Ever! At the end of the frame we set light 1 to be purple, which means that at the start of the next frame it will still be purple! This is an easy fix. We want the ground to render blue / purple still, but the next object, the torus to render in red. </p> <p>We know that the tarus renders with light 1, so let&apos;s change the color of light1 to red after drawing the ground. Lets update the render code to reflect this:</p> <pre><code>grid.Render(); float[] red = new float[] { 1f, 0f, 0f, 1f }; GL.Light(LightName.Light1, LightParameter.Diffuse, red); GL.Light(LightName.Light1, LightParameter.Ambient, red); // ... rest of code unchanged </code></pre><p>A bit off topic, but the reason the ground is using the same lighting as the cube is becuase it renders with whatever configuration the state machine was left in at the end of last frame. In this situation, this is what we want, sometimes it may not be. But this does imply an interesting artifact. It&apos;s not visible, because the timing is so short, but the first frame that the appliction runs the ground is actually colored wrong. Because the render has not executed before, so the state machine is not in the state we expected it to be. However this error is only for 1 frame, so we can ignore it. Your app at this point should look like this:</p> <p><img src="directional9.png" alt="DIR9"></p> <p>One thing to note, even tough we have independently lit objects in this scene, we don&apos;t actually have local lights. This is because all of the lights are static to the scene, none of the lights move with objects in the scene. Local lights don&apos;t make much sense with a directional light. We will implement them when doing point lights.</p> </section> </div> </div> </div> <a href="../Chapter5/base.html" class="navigation navigation-prev " aria-label="Previous page: Programming Exercises"><i class="fa fa-angle-left"></i></a> <a href="../Chapter5/point.html" class="navigation navigation-next " aria-label="Next page: Point Light"><i class="fa fa-angle-right"></i></a> </div> </div> <script src="../gitbook/app.js"></script> <script> require(["gitbook"], function(gitbook) { var config = {"fontSettings":{"theme":null,"family":"sans","size":2}}; gitbook.start(config); }); </script> </body> </html>
src/SistemaVidaNova/wwwroot/templates/Interessado/List.html
FLAVIOGUERRA1302/Sistema-Vida-Nova
 <div id="top" class="content-header"> <div class="col-sm-3"> <h3 class="box-title">Lista de Interessados</h3> </div> <div class="col-sm-6"> <form ng-submit="pesquisar()"> <div class="input-group h2"> <input type="text" ng-model="valorPesquisa" name="pesquisar" class="form-control" id="exampleInputName2" placeholder="Pesquisar Interessado"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit" > <span class="glyphicon glyphicon-search"></span> </button> </span> </div> </form> </div> <div class="row"> <div class="col-lg-2"> <a href="/Interessado/Criar" class="btn btn-primary pull-right h2">Novo Interessado</a> </div> </div> </div> <div id="list" class="row"> <section class="content body"> <div class="row"> <div class="col-lg-12"> <div class="box-body"> <table class="table table-striped" cellspacing="0" cellpadding="0"> <thead> <tr> <th>Nome</th> <th>Celular</th> <th>Email</th> <th>Telefone</th> <th class="actions">Ações</th> </tr> </thead> <tbody> <tr ng-repeat="v in interessados"> <td>{{v.nome}}</td> <th >{{v.celular | brPhoneNumber}}</th> <td>{{v.email}}</td> <td >{{v.telefone | brPhoneNumber}}</td> <td class='actions'> <a class='btn btn-success btn-xs' href='/Interessado/Visualizar/{{v.id}}'>Visualizar</a> <a class='btn btn-warning btn-xs' href='/Interessado/Editar/{{v.id}}'>Editar</a> <a class='btn btn-danger btn-xs' href='' ng-click="delete(v)">Excluir</a> </td> </tr> </tbody> </table> <div class="col-lg-12"> <button type="button" class="btn btn-success pull-right h2" ng-click="ToExcel()">Importar para Excel</button> </div> <nav class="text-center"> <ul uib-pagination boundary-links="true" ng-change="pageChanged()" total-items="totalItems" ng-model="currentPage" class="pagination-sm" previous-text="&lsaquo;" next-text="&rsaquo;" first-text="&laquo;" last-text="&raquo;"></ul> </nav> </div> </div> </div> </section> </div>
app/test/timer-dialog-basic.html
hackers4peace/polyactive
<!doctype html> <!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>timer-dialog</title> <script src="../../bower_components/webcomponentsjs/webcomponents.min.js"></script> <script src="../../bower_components/web-component-tester/browser.js"></script> <script src="../../bower_components/test-fixture/test-fixture-mocha.js"></script> <link rel="import" href="../../bower_components/test-fixture/test-fixture.html"> <!-- Step 1: import the element to test --> <link rel="import" href="../elements/timer-dialog/timer-dialog.html"> </head> <body> <test-fixture id="basic"> <template> <timer-dialog></timer-dialog> </template> </test-fixture> <script> suite('timer-dialog tests', function() { var element; setup(function() { element = fixture('basic'); }); test('', function() { }); }); </script> </body> </html>
NovoMinitel/includes/inc_landingpage_adonit.html
FMCalisto/mvti
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> </head> <body> <img src="http://www.minitel.pt/images/inc/2014/adonit/abril/landingpage_adonit.jpg" width="800" height="900" usemap="#Map" border="0" /> <map name="Map" id="Map"> <area shape="rect" coords="308,833,497,886" href="http://www.minitel.pt/index.asp?FABRICANTEID=2&amp;OP=LISTAPRODUTOS&amp;INDICE=-1&amp;CORTE=1" target="_self" /> </map> </body> </html>
Index.html
fabien1987/Freezing-brain
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Application Web jQuery Mobile</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script> </head> <body> <div data-role="page" id="page"> <div data-role="panel" id="mpanel" data-position="right"> <p>my panel</p></div> <div data-role="header"> <h1>Page 1</h1> </div> <div data-role="content"> <ul data-role="listview"> <li><a href="#page2">Page 2</a></li> <li><a href="#page3">Page 3</a></li> <li><a href="#page4">Page 4</a></li> </ul> </div> <div data-role="footer"> <h4>Pied de page</h4> </div> </div> <div data-role="page" id="page2"> <div data-role="header"> <h1>Page 2</h1> </div> <div data-role="content"> Contenu </div> <div data-role="footer"> <h4>Pied de page</h4> </div> </div> <div data-role="page" id="page3"> <div data-role="header"> <h1>Page 3</h1> </div> <div data-role="content"> Contenu </div> <div data-role="footer"> <h4>Pied de page</h4> </div> </div> <div data-role="page" id="page4"> <div data-role="header"> <h1>Page 4</h1> </div> <div data-role="content"> Contenu </div> <div data-role="footer"> <h4>Pied de page</h4> </div> </div> </body> </html>
javascript/score_keeper.html
greganswer/devnotes
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>title</title> </head> <body> <h1> <span id="p1Display">0</span> to <span id="p2Display">0</span> </h1> <p>Playing to: <span>5</span></p> <input type="number"> <button id="p1">Player 1</button> <button id="p2">Player 2</button> <button id="reset">Reset</button> <script src="score_keeper.js"></script> </body> </html>
helena/templates/helpers/paginator.html
Samael500/helena
{% if page_obj.has_other_pages %} <div class="row"> <div class="pagination"> {% if page_obj.has_previous %} <a href="?page=1" class="page gradient">первая</a> {% else %} <span class="page active">первая</span> {% endif %} {% for i in paginator.page_range %} {% if i == page_obj.number %} <span class="page active">{{ i }}</span> {% else %} <a href="?page={{ i }}" class="page gradient">{{ i }}</a> {% endif %} {% endfor %} {% if page_obj.has_next %} <a href="?page={{ paginator.num_pages }}" class="page gradient">последняя</a> {% else %} <span class="page active">последняя</span> {% endif %} </div> </div> {% endif %}
schema.org/eg-0435-jsonld.html
structured-data/linter
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "TouristAttraction", "name": "Leaning Tower of Pisa", "publicAccess": true, "description": "It is a twelfth-thirteenth century Romanesque tower started building by Bonanno Pisano." } </script>
Ch_2_CSS/Lectures/webpage-with-style-internal-margins.html
stephenjdawson/web_dev_course_2.0_Udemy
<!DOCTYPE htlml> <html lang="en"> <head> <title>Webpage with style</title> <style type="text/css"> .red { color:red; } .large { font-size: 200%; } .underlined{ text-decoration: underline; } #green{ color:green; } #first-section{ color:blue; background-color: pink; width: 200px; margin: 100px 50px; } #second-section{ background-color: yellow; width:200px; margin: 50px 20px 50px 20px; } </style> </head> <body> <div id="first-section"> <p>The quick brown fox jumped over the lazy dog</p> <p>Wow I love internal CSS</p> </div> <div id="second-section"> <p>this is cool. <span class="underlined">and this text is underlined</span></p> <h1>CSS is cool</h1> </div> <p>this paragraph is not floated</p> </body> </html>
p/teracopy/feed/index.html
ripper234/v1.ripper234.com
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel> <title>Comments on: TeraCopy</title> <atom:link href="http://v1.ripper234.com/p/teracopy/feed/" rel="self" type="application/rss+xml" /> <link>http://v1.ripper234.com/p/teracopy/</link> <description>Stuff Ron Gross Finds Interesting</description> <lastBuildDate>Sun, 02 Aug 2015 11:03:35 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=4.5.3</generator> <item> <title>By: ripper234</title> <link>http://v1.ripper234.com/p/teracopy/comment-page-1/#comment-472</link> <dc:creator><![CDATA[ripper234]]></dc:creator> <pubDate>Tue, 02 Dec 2008 18:41:22 +0000</pubDate> <guid isPermaLink="false">http://v1.ripper234.com/?p=776#comment-472</guid> <description><![CDATA[Sorry, TerraCopy doesn&#039;t include 100 million dollars and a time traveling device as well &lt;i&gt;&#060;insert customized &quot;what you ever wanted&quot; here&#062;.&lt;/i&gt; I used good old Norton Commander back on DOS, but I never found the need to use Total Commander on windows. Explorer / Windows shell is not good in a myriad of ways, but I just don&#039;t care enough to switch. The nice thing about TerraCopy is it&#039;s totally seamless.]]></description> <content:encoded><![CDATA[<p>Sorry, TerraCopy doesn&#8217;t include 100 million dollars and a time traveling device as well <i>&lt;insert customized &#8220;what you ever wanted&#8221; here&gt;.</i></p> <p>I used good old Norton Commander back on DOS, but I never found the need to use Total Commander on windows. Explorer / Windows shell is not good in a myriad of ways, but I just don&#8217;t care enough to switch. The nice thing about TerraCopy is it&#8217;s totally seamless.</p> ]]></content:encoded> </item> <item> <title>By: Tomer Gabel</title> <link>http://v1.ripper234.com/p/teracopy/comment-page-1/#comment-471</link> <dc:creator><![CDATA[Tomer Gabel]]></dc:creator> <pubDate>Tue, 02 Dec 2008 16:46:37 +0000</pubDate> <guid isPermaLink="false">http://v1.ripper234.com/?p=776#comment-471</guid> <description><![CDATA[I&#039;ll see your &quot;everything you ever wanted,&quot; and raise you a pony. Total Commander for life (http://www.ghisler.com/).]]></description> <content:encoded><![CDATA[<p>I&#8217;ll see your &#8220;everything you ever wanted,&#8221; and raise you a pony. Total Commander for life (<a href="http://www.ghisler.com/" rel="nofollow">http://www.ghisler.com/</a>).</p> ]]></content:encoded> </item> </channel> </rss>
encrypt.html
ExTEnS10N/hole-for-web
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>密语加密</title> <link rel="shotcut icon" href="favicon.ico"> <script type="text/javascript" src="js/hole.js" async></script> <script type="text/javascript" src="js/Encrypt.js" async></script> <script src="js/aes.js" async></script> <script type="text/javascript" src="js/md5.js" async></script> <script type="text/javascript" src="js/sha256.js"></script> <script type="text/javascript" src="js/mode-ecb-min.js" async></script> <link rel="stylesheet" type="text/css" href="css/hole.css"> <style> #page-input{ visibility: visible; } #shift{ ime-mode: disabled; } .btn-area{ margin-top: 50px; } .list *{ margin-top: 40px; margin-bottom: 40px; } </style> </head> <body> <div class="page" id="page-input"> <div class="nav" onselectstart="return false;" unselectable="on"> <img class="btn_back" alt="返回" src="src/back.png" onclick="openurl('index.html');"/> <span class="nav_title">加密</span> <img class="btn_next" style="visibility:hidden;" alt="前进" src="src/next.png" onclick="turnToPage('page-algorithmSelect'); setPlainText();"/> </div> <div class="input" id='plainText' tabindex="0" contenteditable="true" oninput="plainTextInputChange();" onblur="plainTextInputChange();"></div> <span class="placeholder" id="ph-plainText">在此输入明文</span> </div> <div class="unselectable-page" id="page-algorithmSelect" onselectstart="return false;" unselectable="on"> <div class="nav"> <img class="btn_back" alt="返回" src="src/back.png" onclick="turnToPage('page-input');"/> <span class="nav_title">选择算法</span> </div> <div class="btn-area"> <div class="no-border-button" onclick="setSelectedAlgorithmE(0);">随机打乱</div> <div class="no-border-button" onclick="setSelectedAlgorithmE(1);">凯撒密码</div> <div class="no-border-button" onclick="setSelectedAlgorithmE(2);">Base 64</div> <div class="no-border-button" onclick="setSelectedAlgorithmE(3);">摩尔斯电码</div> <div class="no-border-button" onclick="setSelectedAlgorithmE(4);">Emoji表情加密</div> <div class="no-border-button" onclick="setSelectedAlgorithmE(5);">AES-128-ECB</div> </div> </div> <div class="unselectable-page" id="page-randomText" onselectstart="return false;" unselectable="on"> <div class="nav"> <img class="btn_back" alt="返回" src="src/back.png" onclick="turnToPage('page-algorithmSelect');"/> <span class="nav_title">高级</span> <img class="btn_next" alt="前进" src="src/next.png" onclick="setRandomText(2);"/> </div> <div class="list"> <div class="no-border-button" onclick="setRandomText(0);">逐字符打乱</div> <div class="no-border-button" onclick="setRandomText(1);">逐字词打乱(中文逐句)</div> <input id="unit" type="text" name="unit" placeholder="自定义切分单位"/> </div> </div> <div class="unselectable-page" id="page-caesar" onselectstart="return false;" unselectable="on"> <div class="nav"> <img class="btn_back" alt="返回" src="src/back.png" onclick="turnToPage('page-algorithmSelect');"/> <span class="nav_title">高级</span> <img class="btn_next" alt="前进" src="src/next.png" onclick="setCaesarConfigE(2);"/> </div> <div class="list"> <div class="no-border-button" onclick="setCaesarConfigE(0);">随机偏移</div> <input id="shift" type="number" name="shift" placeholder="自定义偏移量"/> </div> </div> <div class="unselectable-page" id="page-aes" onselectstart="return false;" unselectable="on"> <div class="nav"> <img class="btn_back" alt="返回" src="src/back.png" onclick="turnToPage('page-algorithmSelect');"/> <span class="nav_title">高级</span> <img class="btn_next" style="visibility:hidden;" alt="前进" src="src/next.png" onclick="setAESConfig(true);"/> </div> <div class="list"> <input id="aespassword" type="password" name="password" placeholder="请输入密码" oninput="passwordChange();" onblur="passwordChange();"/> </div> </div> <div class="page" id="page-result"> <div class="nav" onselectstart="return false;" unselectable="on"> <img class="btn_back" alt="返回" src="src/back.png" onclick="turnToPage('page-algorithmSelect');"/> <span class="nav_title">密文</span> </div> <div class="input" id='result'> </div> </div> <script type="text/javascript">document.getElementById('plainText').focus();</script> </body> </html>
refs/falkner-1897-crime-and-the-census/index.html
cwpc/cwpc.github.io
<!DOCTYPE html> <html lang="en-US"> <head> <base href="http://localhost/wordpress" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Falkner-1897 Crime and the Census | Communicating with Prisoners</title> <link rel='stylesheet' id='ortext-fonts-css' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic' type='text/css' media='all' /> <link rel='stylesheet' id='ortext-style-css' href='http://cwpc.github.io/wp-content/themes/ortext/style.css?ver=4.1' type='text/css' media='all' /> <link rel='stylesheet' id='ortext-layout-style-css' href='http://cwpc.github.io/wp-content/themes/ortext/layouts/content.css?ver=4.1' type='text/css' media='all' /> <link rel='stylesheet' id='ortext_fontawesome-css' href='http://cwpc.github.io/wp-content/themes/ortext/fonts/font-awesome/css/font-awesome.min.css?ver=4.1' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='http://cwpc.github.io/wp-content/plugins/tablepress/css/default.min.css?ver=1.5.1' type='text/css' media='all' /> <style id='tablepress-default-inline-css' type='text/css'> .tablepress{width:auto;border:2px solid;margin:0 auto 1em}.tablepress td,.tablepress thead th{text-align:center}.tablepress .column-1{text-align:left}.tablepress-table-name{font-weight:900;text-align:center;font-size:20px;line-height:1.3em}.tablepress tfoot th{font-size:14px}.tablepress-table-description{font-weight:900;text-align:center} </style> <script type='text/javascript' src='http://cwpc.github.io/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script> <script type='text/javascript' src='http://cwpc.github.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <link rel='next' title='Farnham-1865 The Ideal Attained' href='http://cwpc.github.io/refs/farnham-1865-the-ideal-attained/' /> <link rel='canonical' href='http://cwpc.github.io/refs/falkner-1897-crime-and-the-census/' /> <link rel='shortlink' href='http://cwpc.github.io/?p=30174' /> </head> <body class="single single-refs postid-30174 custom-background"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-56314084-1', 'auto'); ga('send', 'pageview'); </script><div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <div class="title-box"> <h1 class="site-title"><a href="http://cwpc.github.io/" rel="home">Communicating with Prisoners</a></h1> <h2 class="site-description">Public Interest Analysis</h2> </div> </div> <div id="scroller-anchor"></div> <nav id="site-navigation" class="main-navigation clear" role="navigation"> <span class="menu-toggle"><a href="#">menu</a></span> <div class="menu-left-nav-container"><ul id="menu-left-nav" class="menu"><li id="menu-item-10830" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10830"><a title="outline of sections" href="http://cwpc.github.io/outline-post/">Outline</a></li> <li id="menu-item-11571" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11571"><a title="context-sensitive notes link" href="http://cwpc.github.io/outline-notes/">Notes</a></li> <li id="menu-item-11570" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11570"><a title="context-sensitive data link" href="http://cwpc.github.io/list-datasets/">Data</a></li> </ul></div> <div id="rng"> <div id="menu-secondary" class="menu-secondary"><ul id="menu-secondary-items" class="menu-items"><li id="menu-item-10840" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10840"><a title="about this ortext" href="http://cwpc.github.io/about/">About</a></li> </ul></div> <div class="search-toggle"> <span class="fa fa-search"></span> <a href="#search-container" class="screen-reader-text">search</a> </div> </div> </nav><!-- #site-navigation --> <div id="header-search-container" class="search-box-wrapper clear hide"> <div class="search-box clear"> <form role="search" method="get" class="search-form" action="http://cwpc.github.io/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div class="section-label"></div> <article id="post-30174" class="post-30174 refs type-refs status-publish hentry"> <header class="entry-header"> <h1 class="entry-title">Falkner-1897 Crime and the Census</h1> </header><!-- .entry-header --> <div class="entry-content"> <img class="aligncenter otx-face" alt="face of a prisoner" src="http://cwpc.github.io/wp-content/uploads/faces/prisoner-295.jpg"></br><p>reference-type: Journal Article <br />author: Falkner, Roland P. <br />year: 1897 <br />title: Crime and the Census <br />journal: Annals of the American Academy of Political and Social Science <br />volume: IX <br />number: Jan. <br />pages: 42-69 <br />otx-key: Falkner-1897 </p> <p>Full text: <a href="http://www.jstor.org/stable/1009514">http://www.jstor.org/stable/1009514</a></p> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="tags-footer"> </div> </footer><!-- .entry-footer --> </article><!-- #post-## --> <nav class="navigation post-navigation" role="navigation"> <h1 class="screen-reader-text">Post navigation</h1> <div class="nav-links-nd"><div class="nav-nd-title">In Series of References</div><div class="nav-previous"><a href="http://cwpc.github.io/refs/evans-1996-rituals-of-retribution-capital-punishment-in-germany-1600/" rel="prev">Evans-1996 Rituals of retribution : capital punishment in Germany, 1600</a></div><div class="nav-next"><a href="http://cwpc.github.io/refs/farnham-1865-the-ideal-attained/" rel="next">Farnham-1865 The Ideal Attained</a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </main><!-- #main --> </div><!-- #primary --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <nav id="site-navigation" class="main-navigation clear" role="navigation"> <span class="menu-toggle"><a href="#">menu</a></span> <div class="menu-left-nav-container"><ul id="menu-left-nav-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10830"><a title="outline of sections" href="http://cwpc.github.io/outline-post/">Outline</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11571"><a title="context-sensitive notes link" href="http://cwpc.github.io/outline-notes/">Notes</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11570"><a title="context-sensitive data link" href="http://cwpc.github.io/list-datasets/">Data</a></li> </ul></div> <div id="rng"> <div id="menu-secondary" class="menu-secondary"><ul id="menu-secondary-items" class="menu-items"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10840"><a title="about this ortext" href="http://cwpc.github.io/about/">About</a></li> </ul></div> <div class="search-toggle-bottom"> <span class="fa fa-search"></span> <a href="#search-container" class="screen-reader-text">search</a> </div> </div> <div id="header-search-container" class="search-box-wrapper-bottom clear hide"> <div class="search-box clear"> <form role="search" method="get" class="search-form" action="http://cwpc.github.io/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> <div id="footer-tagline"> <a href="http://cwpc.github.io/">Communicating with Prisoners</a> </div> </nav><!-- #site-navigation --> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/superfish.min.js?ver=1.7.4'></script> <script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/superfish-settings.js?ver=1.7.4'></script> <script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/navigation.js?ver=20120206'></script> <script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/skip-link-focus-fix.js?ver=20130115'></script> <script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/hide-search.js?ver=20120206'></script> <script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/show-hide-comments.js?ver=1.0'></script> </body> </html> <!-- Dynamic page generated in 0.214 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2015-01-27 23:58:08 --> <!-- super cache -->
frame_packages/java_libs/hibernate-distribution-3.6.10.Final/documentation/javadocs/org/hibernate/mapping/class-use/Value.html
codeApeFromChina/resource
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Wed Feb 08 19:32:58 CST 2012 --> <TITLE> Uses of Interface org.hibernate.mapping.Value (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2012-02-08"> <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 org.hibernate.mapping.Value (Hibernate JavaDocs)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping"><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?org/hibernate/mapping//class-useValue.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Value.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>org.hibernate.mapping.Value</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.cfg"><B>org.hibernate.cfg</B></A></TD> <TD> This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.cfg.annotations"><B>org.hibernate.cfg.annotations</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.envers.configuration.metadata"><B>org.hibernate.envers.configuration.metadata</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.envers.tools"><B>org.hibernate.envers.tools</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.mapping"><B>org.hibernate.mapping</B></A></TD> <TD> This package defines the Hibernate configuration-time metamodel.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.cfg"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A> in <A HREF="../../../../org/hibernate/cfg/package-summary.html">org.hibernate.cfg</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">Methods in <A HREF="../../../../org/hibernate/cfg/package-summary.html">org.hibernate.cfg</A> that return <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>FkSecondPass.</B><B><A HREF="../../../../org/hibernate/cfg/FkSecondPass.html#getValue()">getValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../org/hibernate/cfg/package-summary.html">org.hibernate.cfg</A> with parameters of type <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../org/hibernate/cfg/Ejb3JoinColumn.html" title="class in org.hibernate.cfg">Ejb3JoinColumn</A></CODE></FONT></TD> <TD><CODE><B>Ejb3JoinColumn.</B><B><A HREF="../../../../org/hibernate/cfg/Ejb3JoinColumn.html#buildJoinColumn(javax.persistence.PrimaryKeyJoinColumn, javax.persistence.JoinColumn, org.hibernate.mapping.Value, java.util.Map, org.hibernate.cfg.PropertyHolder, org.hibernate.cfg.Mappings)">buildJoinColumn</A></B>(<A HREF="http://java.sun.com/javaee/5/docs/api/javax/persistence/PrimaryKeyJoinColumn.html?is-external=true" title="class or interface in javax.persistence">PrimaryKeyJoinColumn</A>&nbsp;pkJoinAnn, <A HREF="http://java.sun.com/javaee/5/docs/api/javax/persistence/JoinColumn.html?is-external=true" title="class or interface in javax.persistence">JoinColumn</A>&nbsp;joinAnn, <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;identifier, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="../../../../org/hibernate/mapping/Join.html" title="class in org.hibernate.mapping">Join</A>&gt;&nbsp;joins, <A HREF="../../../../org/hibernate/cfg/PropertyHolder.html" title="interface in org.hibernate.cfg">PropertyHolder</A>&nbsp;propertyHolder, <A HREF="../../../../org/hibernate/cfg/Mappings.html" title="interface in org.hibernate.cfg">Mappings</A>&nbsp;mappings)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build JoinColumn for a JOINED hierarchy</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BinderHelper.</B><B><A HREF="../../../../org/hibernate/cfg/BinderHelper.html#createSyntheticPropertyReference(org.hibernate.cfg.Ejb3JoinColumn[], org.hibernate.mapping.PersistentClass, org.hibernate.mapping.PersistentClass, org.hibernate.mapping.Value, boolean, org.hibernate.cfg.Mappings)">createSyntheticPropertyReference</A></B>(<A HREF="../../../../org/hibernate/cfg/Ejb3JoinColumn.html" title="class in org.hibernate.cfg">Ejb3JoinColumn</A>[]&nbsp;columns, <A HREF="../../../../org/hibernate/mapping/PersistentClass.html" title="class in org.hibernate.mapping">PersistentClass</A>&nbsp;ownerEntity, <A HREF="../../../../org/hibernate/mapping/PersistentClass.html" title="class in org.hibernate.mapping">PersistentClass</A>&nbsp;associatedEntity, <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value, boolean&nbsp;inverse, <A HREF="../../../../org/hibernate/cfg/Mappings.html" title="interface in org.hibernate.cfg">Mappings</A>&nbsp;mappings)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.cfg.annotations"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A> in <A HREF="../../../../org/hibernate/cfg/annotations/package-summary.html">org.hibernate.cfg.annotations</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">Methods in <A HREF="../../../../org/hibernate/cfg/annotations/package-summary.html">org.hibernate.cfg.annotations</A> that return <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>MapBinder.</B><B><A HREF="../../../../org/hibernate/cfg/annotations/MapBinder.html#createFormulatedValue(org.hibernate.mapping.Value, org.hibernate.mapping.Collection, java.lang.String, org.hibernate.mapping.PersistentClass, org.hibernate.cfg.Mappings)">createFormulatedValue</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value, <A HREF="../../../../org/hibernate/mapping/Collection.html" title="class in org.hibernate.mapping">Collection</A>&nbsp;collection, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;targetPropertyName, <A HREF="../../../../org/hibernate/mapping/PersistentClass.html" title="class in org.hibernate.mapping">PersistentClass</A>&nbsp;associatedClass, <A HREF="../../../../org/hibernate/cfg/Mappings.html" title="interface in org.hibernate.cfg">Mappings</A>&nbsp;mappings)</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;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>PropertyBinder.</B><B><A HREF="../../../../org/hibernate/cfg/annotations/PropertyBinder.html#getValue()">getValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../org/hibernate/cfg/annotations/package-summary.html">org.hibernate.cfg.annotations</A> with parameters of type <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>MapBinder.</B><B><A HREF="../../../../org/hibernate/cfg/annotations/MapBinder.html#createFormulatedValue(org.hibernate.mapping.Value, org.hibernate.mapping.Collection, java.lang.String, org.hibernate.mapping.PersistentClass, org.hibernate.cfg.Mappings)">createFormulatedValue</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value, <A HREF="../../../../org/hibernate/mapping/Collection.html" title="class in org.hibernate.mapping">Collection</A>&nbsp;collection, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;targetPropertyName, <A HREF="../../../../org/hibernate/mapping/PersistentClass.html" title="class in org.hibernate.mapping">PersistentClass</A>&nbsp;associatedClass, <A HREF="../../../../org/hibernate/cfg/Mappings.html" title="interface in org.hibernate.cfg">Mappings</A>&nbsp;mappings)</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&nbsp;void</CODE></FONT></TD> <TD><CODE><B>TableBinder.</B><B><A HREF="../../../../org/hibernate/cfg/annotations/TableBinder.html#createUniqueConstraint(org.hibernate.mapping.Value)">createUniqueConstraint</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value)</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;void</CODE></FONT></TD> <TD><CODE><B>PropertyBinder.</B><B><A HREF="../../../../org/hibernate/cfg/annotations/PropertyBinder.html#setValue(org.hibernate.mapping.Value)">setValue</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.envers.configuration.metadata"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A> in <A HREF="../../../../org/hibernate/envers/configuration/metadata/package-summary.html">org.hibernate.envers.configuration.metadata</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">Methods in <A HREF="../../../../org/hibernate/envers/configuration/metadata/package-summary.html">org.hibernate.envers.configuration.metadata</A> with parameters of type <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>ComponentMetadataGenerator.</B><B><A HREF="../../../../org/hibernate/envers/configuration/metadata/ComponentMetadataGenerator.html#addComponent(org.dom4j.Element, org.hibernate.envers.configuration.metadata.reader.PropertyAuditingData, org.hibernate.mapping.Value, org.hibernate.envers.entities.mapper.CompositeMapperBuilder, java.lang.String, org.hibernate.envers.configuration.metadata.EntityXmlMappingData, boolean)">addComponent</A></B>(org.dom4j.Element&nbsp;parent, <A HREF="../../../../org/hibernate/envers/configuration/metadata/reader/PropertyAuditingData.html" title="class in org.hibernate.envers.configuration.metadata.reader">PropertyAuditingData</A>&nbsp;propertyAuditingData, <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value, <A HREF="../../../../org/hibernate/envers/entities/mapper/CompositeMapperBuilder.html" title="interface in org.hibernate.envers.entities.mapper">CompositeMapperBuilder</A>&nbsp;mapper, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;entityName, <A HREF="../../../../org/hibernate/envers/configuration/metadata/EntityXmlMappingData.html" title="class in org.hibernate.envers.configuration.metadata">EntityXmlMappingData</A>&nbsp;xmlMappingData, boolean&nbsp;firstPass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.envers.tools"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A> in <A HREF="../../../../org/hibernate/envers/tools/package-summary.html">org.hibernate.envers.tools</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">Methods in <A HREF="../../../../org/hibernate/envers/tools/package-summary.html">org.hibernate.envers.tools</A> with parameters of type <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>MappingTools.</B><B><A HREF="../../../../org/hibernate/envers/tools/MappingTools.html#getReferencedEntityName(org.hibernate.mapping.Value)">getReferencedEntityName</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.mapping"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A> in <A HREF="../../../../org/hibernate/mapping/package-summary.html">org.hibernate.mapping</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="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A> in <A HREF="../../../../org/hibernate/mapping/package-summary.html">org.hibernate.mapping</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="../../../../org/hibernate/mapping/KeyValue.html" title="interface in org.hibernate.mapping">KeyValue</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.</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="../../../../org/hibernate/mapping/package-summary.html">org.hibernate.mapping</A> that implement <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</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="../../../../org/hibernate/mapping/Any.html" title="class in org.hibernate.mapping">Any</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Hibernate "any" type (ie.</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="../../../../org/hibernate/mapping/Array.html" title="class in org.hibernate.mapping">Array</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An array mapping has a primary key consisting of the key columns + index column.</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="../../../../org/hibernate/mapping/Bag.html" title="class in org.hibernate.mapping">Bag</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A bag permits duplicates, so it has no primary 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="../../../../org/hibernate/mapping/Collection.html" title="class in org.hibernate.mapping">Collection</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mapping for a collection.</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="../../../../org/hibernate/mapping/Component.html" title="class in org.hibernate.mapping">Component</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The mapping for a component, composite element, composite identifier, etc.</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="../../../../org/hibernate/mapping/DependantValue.html" title="class in org.hibernate.mapping">DependantValue</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary 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="../../../../org/hibernate/mapping/IdentifierBag.html" title="class in org.hibernate.mapping">IdentifierBag</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An <tt>IdentifierBag</tt> has a primary key consisting of just the identifier column</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="../../../../org/hibernate/mapping/IdentifierCollection.html" title="class in org.hibernate.mapping">IdentifierCollection</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A collection with a synthetic "identifier" column</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="../../../../org/hibernate/mapping/IndexedCollection.html" title="class in org.hibernate.mapping">IndexedCollection</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indexed collections include Lists, Maps, arrays and primitive arrays.</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="../../../../org/hibernate/mapping/List.html" title="class in org.hibernate.mapping">List</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A list mapping has a primary key consisting of the key columns + index column.</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="../../../../org/hibernate/mapping/ManyToOne.html" title="class in org.hibernate.mapping">ManyToOne</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A many-to-one association mapping</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="../../../../org/hibernate/mapping/Map.html" title="class in org.hibernate.mapping">Map</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A map has a primary key consisting of the key columns + index columns.</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="../../../../org/hibernate/mapping/OneToMany.html" title="class in org.hibernate.mapping">OneToMany</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A mapping for a one-to-many association</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="../../../../org/hibernate/mapping/OneToOne.html" title="class in org.hibernate.mapping">OneToOne</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A one-to-one association mapping</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="../../../../org/hibernate/mapping/PrimitiveArray.html" title="class in org.hibernate.mapping">PrimitiveArray</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A primitive array has a primary key consisting of the key columns + index column.</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="../../../../org/hibernate/mapping/Set.html" title="class in org.hibernate.mapping">Set</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A set with no nullable element columns.</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="../../../../org/hibernate/mapping/SimpleValue.html" title="class in org.hibernate.mapping">SimpleValue</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Any value that maps to columns.</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="../../../../org/hibernate/mapping/ToOne.html" title="class in org.hibernate.mapping">ToOne</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A simple-point association (ie.</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="../../../../org/hibernate/mapping/package-summary.html">org.hibernate.mapping</A> that return <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>Subclass.</B><B><A HREF="../../../../org/hibernate/mapping/Subclass.html#getDiscriminator()">getDiscriminator</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>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>RootClass.</B><B><A HREF="../../../../org/hibernate/mapping/RootClass.html#getDiscriminator()">getDiscriminator</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>abstract &nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>PersistentClass.</B><B><A HREF="../../../../org/hibernate/mapping/PersistentClass.html#getDiscriminator()">getDiscriminator</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>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>Collection.</B><B><A HREF="../../../../org/hibernate/mapping/Collection.html#getElement()">getElement</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>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>IndexedCollection.</B><B><A HREF="../../../../org/hibernate/mapping/IndexedCollection.html#getIndex()">getIndex</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>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>Property.</B><B><A HREF="../../../../org/hibernate/mapping/Property.html#getValue()">getValue</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>&nbsp;<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></FONT></TD> <TD><CODE><B>Column.</B><B><A HREF="../../../../org/hibernate/mapping/Column.html#getValue()">getValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../org/hibernate/mapping/package-summary.html">org.hibernate.mapping</A> with parameters of type <A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RootClass.</B><B><A HREF="../../../../org/hibernate/mapping/RootClass.html#setDiscriminator(org.hibernate.mapping.Value)">setDiscriminator</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;discriminator)</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;void</CODE></FONT></TD> <TD><CODE><B>Collection.</B><B><A HREF="../../../../org/hibernate/mapping/Collection.html#setElement(org.hibernate.mapping.Value)">setElement</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;element)</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;void</CODE></FONT></TD> <TD><CODE><B>IndexedCollection.</B><B><A HREF="../../../../org/hibernate/mapping/IndexedCollection.html#setIndex(org.hibernate.mapping.Value)">setIndex</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;index)</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;void</CODE></FONT></TD> <TD><CODE><B>Property.</B><B><A HREF="../../../../org/hibernate/mapping/Property.html#setValue(org.hibernate.mapping.Value)">setValue</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value)</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;void</CODE></FONT></TD> <TD><CODE><B>Column.</B><B><A HREF="../../../../org/hibernate/mapping/Column.html#setValue(org.hibernate.mapping.Value)">setValue</A></B>(<A HREF="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping"><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?org/hibernate/mapping//class-useValue.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Value.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2001-2010 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved. </BODY> </HTML>
public/docs/ts/latest/interfaces/_random_base_logistic_docs_types_index_d_.prng.html
stdlib-js/www
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>PRNG | stdlib</title> <meta name="description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing."> <meta name="author" content="stdlib"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!-- Icons --> <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> <link rel="manifest" href="../manifest.json"> <link rel="mask-icon" href="../safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <!-- Facebook Open Graph --> <meta property="og:type" content="website"> <meta property="og:site_name" content="stdlib"> <meta property="og:url" content="https://stdlib.io/"> <meta property="og:title" content="A standard library for JavaScript and Node.js."> <meta property="og:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing."> <meta property="og:locale" content="en_US"> <meta property="og:image" content=""> <!-- Twitter --> <meta name="twitter:card" content="A standard library for JavaScript and Node.js."> <meta name="twitter:site" content="@stdlibjs"> <meta name="twitter:url" content="https://stdlib.io/"> <meta name="twitter:title" content="stdlib"> <meta name="twitter:description" content="stdlib is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing."> <meta name="twitter:image" content=""> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/theme.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title"><img src="../logo_white.svg" alt="stdlib"></a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_random_base_logistic_docs_types_index_d_.html">&quot;random/base/logistic/docs/types/index.d&quot;</a> </li> <li> <a href="_random_base_logistic_docs_types_index_d_.prng.html">PRNG</a> </li> </ul> <h1>Interface PRNG</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Interface for PRNG properties and methods.</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">PRNG</span> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-not-exported"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#name" class="tsd-kind-icon">NAME</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#prng" class="tsd-kind-icon">PRNG</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#bytelength" class="tsd-kind-icon">byte<wbr>Length</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#seed" class="tsd-kind-icon">seed</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#seedlength" class="tsd-kind-icon">seed<wbr>Length</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#state" class="tsd-kind-icon">state</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#statelength" class="tsd-kind-icon">state<wbr>Length</a></li> </ul> </section> <section class="tsd-index-section tsd-is-not-exported"> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported"><a href="_random_base_logistic_docs_types_index_d_.prng.html#tojson" class="tsd-kind-icon">toJSON</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="name" class="tsd-anchor"></a> <h3>NAME</h3> <div class="tsd-signature tsd-kind-icon">NAME<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L57">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:57</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Generator name.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="prng" class="tsd-anchor"></a> <h3>PRNG</h3> <div class="tsd-signature tsd-kind-icon">PRNG<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">random.PRNG</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L62">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:62</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Underlying pseudorandom number generator.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="bytelength" class="tsd-anchor"></a> <h3>byte<wbr>Length</h3> <div class="tsd-signature tsd-kind-icon">byte<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L87">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:87</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>PRNG state size (in bytes).</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="seed" class="tsd-anchor"></a> <h3>seed</h3> <div class="tsd-signature tsd-kind-icon">seed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">random.PRNGSeedMT19937</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L67">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:67</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>PRNG seed.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="seedlength" class="tsd-anchor"></a> <h3>seed<wbr>Length</h3> <div class="tsd-signature tsd-kind-icon">seed<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L72">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:72</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>PRNG seed length.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="state" class="tsd-anchor"></a> <h3>state</h3> <div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">random.PRNGStateMT19937</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L77">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:77</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>PRNG state.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a name="statelength" class="tsd-anchor"></a> <h3>state<wbr>Length</h3> <div class="tsd-signature tsd-kind-icon">state<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L82">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:82</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>PRNG state length.</p> </div> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported"> <a name="tojson" class="tsd-anchor"></a> <h3>toJSON</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/stdlib-js/stdlib/blob/61b1a8a068/lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts#L94">lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts:94</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Serializes the pseudorandom number generator as a JSON object.</p> </div> </div> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span> </h4> <p>JSON representation</p> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Packages</em></a> </li> <li class="current tsd-kind-external-module"> <a href="../modules/_random_base_logistic_docs_types_index_d_.html">&quot;random/base/logistic/docs/types/index.d&quot;</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.binaryfunction.html" class="tsd-kind-icon">Binary<wbr>Function</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.nullaryfunction.html" class="tsd-kind-icon">Nullary<wbr>Function</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.options.html" class="tsd-kind-icon">Options</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html" class="tsd-kind-icon">PRNG</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#name" class="tsd-kind-icon">NAME</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#prng" class="tsd-kind-icon">PRNG</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#bytelength" class="tsd-kind-icon">byte<wbr>Length</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#seed" class="tsd-kind-icon">seed</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#seedlength" class="tsd-kind-icon">seed<wbr>Length</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#state" class="tsd-kind-icon">state</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#statelength" class="tsd-kind-icon">state<wbr>Length</a> </li> <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.prng.html#tojson" class="tsd-kind-icon">toJSON</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_random_base_logistic_docs_types_index_d_.random.html" class="tsd-kind-icon">Random</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="../modules/_random_base_logistic_docs_types_index_d_.html#logistic" class="tsd-kind-icon">logistic</a> </li> </ul> </nav> </div> </div> </div> <footer> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> <div class="bottom-nav center border-top"> <a href="https://www.patreon.com/athan">Donate</a> / <a href="/docs/api/">Docs</a> / <a href="https://gitter.im/stdlib-js/stdlib">Chat</a> / <a href="https://twitter.com/stdlibjs">Twitter</a> / <a href="https://github.com/stdlib-js/stdlib">Contribute</a> </div> </footer> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script src="../assets/js/theme.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-105890493-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
tpn/feat/Speech.html
UniversalDependencies/universaldependencies.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Speech</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-tpn">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_tpn/feat/Speech.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <style>h3 {display:block;background-color:#dfeffc}</style> <h2><code>Speech</code>: Speech</h2> <table class="typeindex" border="1"> <tr> <td style="background-color:cornflowerblue;color:white"><strong>Values:</strong> </td> <td><a href="#Man">Man</a></td> <td><a href="#Woman">Woman</a></td> </tr> </table> <p><code class="language-plaintext highlighter-rouge">Speech</code> is a feature that refers to interjections and partciles that are either used only by women or only by men.</p> <h3 id="man-man"><a name="Man"><code class="language-plaintext highlighter-rouge">Man</code></a>: Man</h3> <h4 id="examples">Examples</h4> <ul> <li><em><b></b> </em> “”</li> </ul> <h3 id="woman-woman"><a name="Woman"><code class="language-plaintext highlighter-rouge">Woman</code></a>: Woman</h3> <h4 id="examples-1">Examples</h4> <ul> <li><em><b></b> </em> “”</li> </ul> <h2 id="diffs">Diffs</h2> <h3 id="prague-dependency-treebank">Prague Dependency Treebank</h3> <p>The PDT tagset does not distinguish <code class="language-plaintext highlighter-rouge">Ptan</code> from <code class="language-plaintext highlighter-rouge">Plur</code> and <code class="language-plaintext highlighter-rouge">Coll</code> from <code class="language-plaintext highlighter-rouge">Sing</code>, therefore this distinction is not being made in the converted data. <!-- Interlanguage links updated St lis 3 20:58:16 CET 2021 --></p> <!-- "in other languages" links --> <hr/> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = 'tpn'; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
public/admin/dist/css/sb-admin-2.css
tinhbuon1102/tinhbuon1102.office
/*! * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { background-color: #f8f8f8; } #wrapper { width: 100%; } #page-wrapper { padding: 0 15px; min-height: 568px; background-color: #fff; } @media(min-width:768px) { #page-wrapper { position: inherit; margin: 0 0 0 250px; padding: 0 30px; border-left: 1px solid #e7e7e7; } } .navbar-top-links { margin-right: 0; } .navbar-top-links li { display: inline-block; } .navbar-top-links li:last-child { margin-right: 15px; } .navbar-top-links li a { padding: 15px; min-height: 50px; } .navbar-top-links .dropdown-menu li { display: block; } .navbar-top-links .dropdown-menu li:last-child { margin-right: 0; } .navbar-top-links .dropdown-menu li a { padding: 3px 20px; min-height: 0; } .navbar-top-links .dropdown-menu li a div { white-space: normal; } .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts { width: 310px; min-width: 0; } .navbar-top-links .dropdown-messages { margin-left: 5px; } .navbar-top-links .dropdown-tasks { margin-left: -59px; } .navbar-top-links .dropdown-alerts { margin-left: -123px; } .navbar-top-links .dropdown-user { right: 0; left: auto; } .sidebar .sidebar-nav.navbar-collapse { padding-right: 0; padding-left: 0; } .sidebar .sidebar-search { padding: 15px; } .sidebar ul li { border-bottom: 1px solid #e7e7e7; } .sidebar ul li a.active { background-color: #eee; } .sidebar .arrow { float: right; } .sidebar .fa.arrow:before { content: "\f104"; } .sidebar .active>a>.fa.arrow:before { content: "\f107"; } .sidebar .nav-second-level li, .sidebar .nav-third-level li { border-bottom: 0!important; } .sidebar .nav-second-level li a { padding-left: 37px; } .sidebar .nav-third-level li a { padding-left: 52px; } @media(min-width:768px) { .sidebar { z-index: 1; position: absolute; width: 250px; margin-top: 51px; } .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts { margin-left: auto; } } .btn-outline { color: inherit; background-color: transparent; transition: all .5s; } .btn-primary.btn-outline { color: #428bca; } .btn-success.btn-outline { color: #5cb85c; } .btn-info.btn-outline { color: #5bc0de; } .btn-warning.btn-outline { color: #f0ad4e; } .btn-danger.btn-outline { color: #d9534f; } .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: #fff; } .chat { margin: 0; padding: 0; list-style: none; } .chat li { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #999; } .chat li.left .chat-body { margin-left: 60px; } .chat li.right .chat-body { margin-right: 60px; } .chat li .chat-body p { margin: 0; } .panel .slidedown .glyphicon, .chat .glyphicon { margin-right: 5px; } .chat-panel .panel-body { height: 350px; overflow-y: scroll; } .login-panel { margin-top: 25%; } .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } .dataTables_wrapper { position: relative; clear: both; } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background: 0 0; } table.dataTable thead .sorting_asc:after { content: "\f0de"; float: right; font-family: fontawesome; } table.dataTable thead .sorting_desc:after { content: "\f0dd"; float: right; font-family: fontawesome; } table.dataTable thead .sorting:after { content: "\f0dc"; float: right; font-family: fontawesome; color: rgba(50,50,50,.5); } .btn-circle { width: 30px; height: 30px; padding: 6px 0; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.428571429; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; border-radius: 25px; font-size: 18px; line-height: 1.33; } .btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33; } .show-grid [class^=col-] { padding-top: 10px; padding-bottom: 10px; border: 1px solid #ddd; background-color: #eee!important; } .show-grid { margin: 15px 0; } .huge { font-size: 40px; } .panel-green { border-color: #5cb85c; } .panel-green .panel-heading { border-color: #5cb85c; color: #fff; background-color: #5cb85c; } .panel-green a { color: #5cb85c; } .panel-green a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red .panel-heading { border-color: #d9534f; color: #fff; background-color: #d9534f; } .panel-red a { color: #d9534f; } .panel-red a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow .panel-heading { border-color: #f0ad4e; color: #fff; background-color: #f0ad4e; } .panel-yellow a { color: #f0ad4e; } .panel-yellow a:hover { color: #df8a13; } .info-col .col-xs-12.col-sm-4.col-1 { width: 100%; } @media (min-width: 768px) { .info-col .col-xs-12.col-sm-4.col-2 { width:66.66666666%; } } .info-col:after { display:block; clear:both; height:0px; visibility:hidden; content:"."; } .info-col h3 { font-size: 16px; font-weight: bold; margin: 0; padding: 10px 20px; background-color: #eee; } .info-col { background-color: #f8f8f8; margin-bottom: 20px; } .info-col .col-xs-12.col-sm-4 { padding: 10px 20px; } .info-col label { display: block; margin: 0; padding: 5px 0px; border-bottom: 1px solid #CCC; color:#5f5f5f; } .info-col p.form-control-static { margin: 0; padding: 10px 0px; } .info-col .form-group { margin: 0; }
app/imports/ui/pages/user/view-profile-page.html
manoastudentkitchen/manoastudentkitchen
<template name="View_Profile_Page"> {{#if first_time_here}} <div style="margin-top: 10px" class="ui container"> <div class="ui segment"> <h1 class="ui header">Welcome to you profile <span style="color:green">{{get_username}}</span>! It seems this is your first time here.</h1> <h3 class="ui header">On your profile you will be able to view the recipes that you have submitted.</h3> <h3 class="ui header">But first, we have to know who you are!</h3> <div class="ui grid"> <div class="five wide column"></div> <div class="eight wide column"><h2 class="ui massive green button new-edit">Click here to edit your profile.</h2></div> <div class="three wide column"></div> </div> </div> <div class="ui three column grid" style="padding-top: 1%; padding-bottom: 5%"> <div class="column"></div> <div class="column"> <p> <img class="ui centered large image" src="/images/toasteroven.png"> </p> </div> <div class="column"> </div> </div> </div> {{else}} <div style="margin-top: 10px" class="ui container"> <div class="ui grid"> <div class="two wide column"></div> <div class="five wide column"> <div style="max-width: 250px"> <img class="ui image" src="{{ profile.picture }}"/> </div> </div> <div class="one wide column"></div> <div class="eight wide column"> <div style="height: 5%"></div> <h1 style="text-align: center">{{ profile.firstName }} {{ profile.lastName }} </h1> <div style="height: 3%"></div> <p>{{ profile.bio }}</p> {{#if is_not_current_user }} <div class="ui button">Follow</div> {{else}} {{#if userIsAdmin}} <button class="ui button admin-go">Admin CP</button> {{/if}} {{/if}} </div> </div> <div class="ui hidden divider"></div> <div class="ui fluid one item borderless menu"> <!-- <a class="active item" data-tab="activity"><strong>Activity</strong></a> --> <a class="active item" data-tab="recipes"><h2>Recipes</h2></a> <!-- <a class="item" data-tab="bookmarks"><strong>Bookmarks</strong></a> <a class="item" data-tab="followers"><strong>Followers</strong></a> --> </div> <div class="ui tab active" data-tab="recipes"> <div class="ui three link cards"> {{#each user_recipe in user_recipes }} <div class="card"> <div class="ui centered card-image"> <img class="ui centered image" src="{{ load_recipe_image user_recipe._id }}"> </div> <div class="content"> <div class="header">{{ user_recipe.recipeName }}</div> <div class="meta"> {{#each tag in recipe_tag user_recipe._id }} <div class="ui label">{{ tag.tagName }}</div> {{/each}} </div> <div class="description"> <p>{{ user_recipe.instructions }}</p> <a href='{{ get_recipe_url user_recipe._id }}'>View</a> </div> </div> <div class="extra content"> <span> <div class="ui label"> <div class="detail" style="margin-left:-5px;">Added: {{ convert_publish_date user_recipe.firstPublishDate }}</div> </div> </span> <span class="right floated"> </span> </div> </div> {{/each}} </div> </div> <!-- <div class="ui tab active" data-tab="activity"> <div class="ui grid"> <div class="four wide column"> <div class="ui fluid secondary vertical pointing menu"> <a class="active item" data-tab="april">April</a> <a class="item" data-tab="march">March</a> <a class="item" data-tab="february">February</a> </div> </div> <div class="twelve wide stretched column"> <div class="ui active tab" data-tab="april"> <div class="ui segment"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab accusantium alias aut blanditiis cupiditate deserunt eaque ex facere harum, ipsam iure, magnam nisi numquam pariatur, perferendis quae qui quia sequi.</p> <div class="ui bottom right attached label">April 18, 2017</div> </div> </div> <div class="ui tab" data-tab="march"> <div class="ui segment"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. A ad, consequuntur cumque, deleniti deserunt dignissimos dolor dolorem eveniet, explicabo facilis hic ipsa nostrum perferendis quia quis quod rem tempora voluptates.</p> <div class="ui bottom right attached label">March 10, 2017</div> </div> </div> <div class="ui tab" data-tab="february"> <div class="ui segment"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis dolor, dolorum eos error et illo illum ipsa laboriosam mollitia nihil pariatur qui quisquam quos sapiente temporibus velit voluptas voluptatem voluptates.</p> <div class="ui bottom right attached label">February 16, 2017</div> </div> </div> </div> </div> </div> <div class="ui tab" data-tab="bookmarks"> <div class="ui three link cards"> <div class="card"> <div class="ui centered card-image"> <img class="ui centered image" src="/images/samplefood.jpg"> </div> <div class="content"> <div class="header">Mom's Staghetti</div> <div class="meta"> <div class="ui label">Pasta</div> <div class="ui label">Simple</div> </div> <div class="description"> <p>Test test test</p> <a href="">View</a> </div> </div> <div class="extra content"> <div class="ui label"> <div class="detail" style="margin-left:-5px;">Added: 4/25/2017</div> </div> <span class="right floated"></span> </div> </div> </div> </div> <div class="ui tab" data-tab="followers"> <div class="ui segment"> <div class="ui top attached label">Following</div> <div class="ui three doubling link cards"> <div class="card"> <div class="content"> <div class="ui grid"> <div class="five wide column"> <div class="ui circular image"> <img style="width: 100%" src="/images/ramsey.jpg"> </div> </div> <div class="eleven wide column"> <a><h4>Gordon Ramsey</h4></a> <div class="description"> <span>50 Recipes</span><br> <span>100 Followers</span> </div> </div> </div> </div> </div> </div> </div> <div class="ui segment"> <div class="ui top attached label">Followers</div> <div class="ui three doubling link cards"> <div class="card"> <div class="content"> <div class="ui grid"> <div class="five wide column"> <div class="ui circular image"> <img style="width: 100%" src="/images/drakefieri.png"> </div> </div> <div class="eleven wide column"> <a><h4>Drake Fieri</h4></a> <div class="description"> <span>50 Recipes</span><br> <span>100 Followers</span> </div> </div> </div> </div> </div> </div> </div> </div> --> </div> <script> $('.menu .item') .tab() ; </script> {{/if}} </template>
doc/JavaDoc/jp/dcworks/webapi/stub/core/models/Responses.html
tomo-sato/play2.3-webapi-stub
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (1.8.0_73) on Tue Nov 07 23:01:23 JST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Responses (play2.3-webapi-stub(1.3.0) アプリケーション API仕様)</title> <meta name="date" content="2017-11-07"> <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="Responses (play2.3-webapi-stub\uFF081.3.0\uFF09 \u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3 API\u4ED5\u69D8)"; } } catch(err) { } //--> </script> <noscript> <div>ブラウザのJavaScriptが無効になっています。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../../overview-summary.html">概要</a></li> <li><a href="package-summary.html">パッケージ</a></li> <li class="navBarCell1Rev">クラス</li> <li><a href="package-tree.html">階層ツリー</a></li> <li><a href="../../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../../index-all.html">索引</a></li> <li><a href="../../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html" title="jp.dcworks.webapi.stub.core.models内のクラス"><span class="typeNameLink">前のクラス</span></a></li> <li>次のクラス</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?jp/dcworks/webapi/stub/core/models/Responses.html" target="_top">フレーム</a></li> <li><a href="Responses.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>サマリー:&nbsp;</li> <li><a href="#nested.classes.inherited.from.class.play.db.ebean.Model">ネスト</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">フィールド</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.jp.dcworks.webapi.stub.core.models.AppModel">メソッド</a></li> </ul> <ul class="subNavList"> <li>詳細:&nbsp;</li> <li><a href="#field.detail">フィールド</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">コンストラクタ</a>&nbsp;|&nbsp;</li> <li>メソッド</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">jp.dcworks.webapi.stub.core.models</div> <h2 title="クラス Responses" class="title">クラス Responses</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>play.db.ebean.Model</li> <li> <ul class="inheritance"> <li><a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html" title="jp.dcworks.webapi.stub.core.models内のクラス">jp.dcworks.webapi.stub.core.models.AppModel</a></li> <li> <ul class="inheritance"> <li>jp.dcworks.webapi.stub.core.models.Responses</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>すべての実装されたインタフェース:</dt> <dd>com.avaje.ebean.bean.EntityBean, java.io.Serializable</dd> </dl> <hr> <br> <pre>@Entity public class <span class="typeNameLabel">Responses</span> extends <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html" title="jp.dcworks.webapi.stub.core.models内のクラス">AppModel</a></pre> <div class="block">レスポンス(responses)モデル。</div> <dl> <dt><span class="simpleTagLabel">導入されたバージョン:</span></dt> <dd>1.0.0 2017/09/15</dd> <dt><span class="simpleTagLabel">バージョン:</span></dt> <dd>1.3.0 2017/11/07 レスポンスを編集できるよう機能追加。, 1.2.0 2017/09/30 レスポンス時間を任意で調整するパラメータ追加。</dd> <dt><span class="simpleTagLabel">作成者:</span></dt> <dd>tomo-sato</dd> <dt><span class="seeLabel">関連項目:</span></dt> <dd><a href="../../../../../../serialized-form.html#jp.dcworks.webapi.stub.core.models.Responses">直列化された形式</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>ネストされたクラスのサマリー</h3> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.play.db.ebean.Model"> <!-- --> </a> <h3>クラスから継承されたネストされたクラス/インタフェース&nbsp;play.db.ebean.Model</h3> <code>play.db.ebean.Model.Finder&lt;I,T&gt;</code></li> </ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>フィールドのサマリー</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="フィールドのサマリー表、フィールドのリストおよび説明"> <caption><span>フィールド</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">修飾子とタイプ</th> <th class="colLast" scope="col">フィールドと説明</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#actionsId">actionsId</a></span></code> <div class="block">アクションID</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static play.db.ebean.Model.Finder&lt;java.lang.Long,<a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html" title="jp.dcworks.webapi.stub.core.models内のクラス">Responses</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#find">find</a></span></code> <div class="block">Finder</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Integer</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#httpStatusCode">httpStatusCode</a></span></code> <div class="block">HTTPステータスコード</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#note">note</a></span></code> <div class="block">備考</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#responseJson">responseJson</a></span></code> <div class="block">レスポンス json</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Integer</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#sleepTimeSeconds">sleepTimeSeconds</a></span></code> <div class="block">スリープ時間(デフォルト:0秒)</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.jp.dcworks.webapi.stub.core.models.AppModel"> <!-- --> </a> <h3>クラスから継承されたフィールド&nbsp;jp.dcworks.webapi.stub.core.models.<a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html" title="jp.dcworks.webapi.stub.core.models内のクラス">AppModel</a></h3> <code><a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#created">created</a>, <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#deleteFlg">deleteFlg</a>, <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#id">id</a>, <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#modified">modified</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.play.db.ebean.Model"> <!-- --> </a> <h3>クラスから継承されたフィールド&nbsp;play.db.ebean.Model</h3> <code>_ebean_identity, _ebean_intercept</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>コンストラクタのサマリー</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="コンストラクタのサマリー表、コンストラクタのリストおよび説明"> <caption><span>コンストラクタ</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">コンストラクタと説明</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html#Responses--">Responses</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>メソッドのサマリー</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.jp.dcworks.webapi.stub.core.models.AppModel"> <!-- --> </a> <h3>クラスから継承されたメソッド&nbsp;jp.dcworks.webapi.stub.core.models.<a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html" title="jp.dcworks.webapi.stub.core.models内のクラス">AppModel</a></h3> <code><a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#delete--">delete</a>, <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#save--">save</a>, <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#setDeleteFlg--">setDeleteFlg</a>, <a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html#update--">update</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.play.db.ebean.Model"> <!-- --> </a> <h3>クラスから継承されたメソッド&nbsp;play.db.ebean.Model</h3> <code>_ebean_createCopy, _ebean_get__idGetSet, _ebean_getField, _ebean_getFieldIntercept, _ebean_getFieldNames, _ebean_getIntercept, _ebean_getMarker, _ebean_getni__idGetSet, _ebean_intercept, _ebean_isEmbeddedNewOrDirty, _ebean_newInstance, _ebean_set__idGetSet, _ebean_setEmbeddedLoaded, _ebean_setField, _ebean_setFieldIntercept, _ebean_setni__idGetSet, addPropertyChangeListener, addPropertyChangeListener, delete, deleteManyToManyAssociations, equals, hashCode, refresh, refresh, removePropertyChangeListener, removePropertyChangeListener, save, saveManyToManyAssociations, saveManyToManyAssociations, update, update, update</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>クラスから継承されたメソッド&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>フィールドの詳細</h3> <a name="responseJson"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>responseJson</h4> <pre>public&nbsp;java.lang.String responseJson</pre> <div class="block">レスポンス json</div> </li> </ul> <a name="httpStatusCode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>httpStatusCode</h4> <pre>public&nbsp;java.lang.Integer httpStatusCode</pre> <div class="block">HTTPステータスコード</div> </li> </ul> <a name="sleepTimeSeconds"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sleepTimeSeconds</h4> <pre>public&nbsp;java.lang.Integer sleepTimeSeconds</pre> <div class="block">スリープ時間(デフォルト:0秒)</div> </li> </ul> <a name="note"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>note</h4> <pre>public&nbsp;java.lang.String note</pre> <div class="block">備考</div> </li> </ul> <a name="actionsId"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionsId</h4> <pre>public&nbsp;java.lang.String actionsId</pre> <div class="block">アクションID</div> </li> </ul> <a name="find"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>find</h4> <pre>public static&nbsp;play.db.ebean.Model.Finder&lt;java.lang.Long,<a href="../../../../../../jp/dcworks/webapi/stub/core/models/Responses.html" title="jp.dcworks.webapi.stub.core.models内のクラス">Responses</a>&gt; find</pre> <div class="block">Finder</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>コンストラクタの詳細</h3> <a name="Responses--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Responses</h4> <pre>public&nbsp;Responses()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../../overview-summary.html">概要</a></li> <li><a href="package-summary.html">パッケージ</a></li> <li class="navBarCell1Rev">クラス</li> <li><a href="package-tree.html">階層ツリー</a></li> <li><a href="../../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../../index-all.html">索引</a></li> <li><a href="../../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../jp/dcworks/webapi/stub/core/models/AppModel.html" title="jp.dcworks.webapi.stub.core.models内のクラス"><span class="typeNameLink">前のクラス</span></a></li> <li>次のクラス</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?jp/dcworks/webapi/stub/core/models/Responses.html" target="_top">フレーム</a></li> <li><a href="Responses.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>サマリー:&nbsp;</li> <li><a href="#nested.classes.inherited.from.class.play.db.ebean.Model">ネスト</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">フィールド</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.jp.dcworks.webapi.stub.core.models.AppModel">メソッド</a></li> </ul> <ul class="subNavList"> <li>詳細:&nbsp;</li> <li><a href="#field.detail">フィールド</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">コンストラクタ</a>&nbsp;|&nbsp;</li> <li>メソッド</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/Lewis.SST.SQLObjects.SqlQueryStrings.GetRulesList.html
lslewis901/SqlSchemaTool
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>SqlQueryStrings.GetRulesList Field</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">SQL Schema Tool Help</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">SqlQueryStrings.GetRulesList Field </h1> </div> </div> <div id="nstext"> <p> const SQL statement </p> <div class="syntax">public const <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> GetRulesList = "USE [{0}] SELECT RULE_NAME = [name], USER_NAME = user_name(o.uid), o.category FROM sysobjects AS o WHERE Type = 'R' ORDER BY RULE_NAME, USER_NAME ";</div> <p> </p> <h4 class="dtH4">See Also</h4> <p> <a href="Lewis.SST.SQLObjects.SqlQueryStrings.html">SqlQueryStrings Class</a> | <a href="Lewis.SST.SQLObjects.html">Lewis.SST.SQLObjects Namespace</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="GetRulesList field"> </param> <param name="Keyword" value="GetRulesList field, SqlQueryStrings class"> </param> <param name="Keyword" value="SqlQueryStrings.GetRulesList field"> </param> </object> <hr /> <div id="footer"> <p> </p> <p>Generated from assembly SST [1.0.2793.35291]</p> </div> </div> </body> </html>
cli/theme/switch.css
zhyuzh3d/10knet
@charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Message alert修复不可选择 -------------------------- */ /* Notification -------------------------- */ //: 14px /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Steps --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ } .el-switch{ display: inline-block; position: relative; font-size: 14px; line-height: 22px } .el-switch .label-fade-enter, .el-switch .label-fade-leave-active{ opacity: 0 } .el-switch.is-disabled .el-switch__core{ border-color: #E5E9F3 !important; background: #E5E9F3 !important } .el-switch.is-disabled .el-switch__core span{ background-color: #F9FAFC !important } .el-switch.is-disabled .el-switch__core ~ .el-switch__label *{ color: #F9FAFC !important } .el-switch.is-disabled .el-switch__input:checked + .el-switch__core{ border-color: #E5E9F3; background-color: #E5E9F3; } .el-switch.is-disabled{} .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{ cursor: not-allowed } .el-switch__label{ transition: .2s; position: absolute; z-index: 10; width: 46px; height: 22px; left: 0; top: 0; display: inline-block; font-size: 14px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .el-switch__label *{ line-height: 1; top: 4px; position: absolute; font-size: 14px; display: inline-block; color: #fff } .el-switch__label--left i { left: 6px; } .el-switch__label--right i { right: 6px; } .el-switch__input{ display: none } .el-switch__input:checked + .el-switch__core{ border-color: #009688; background-color: #009688 } .el-switch__core{ margin: 0; display: inline-block; vertical-align: middle; position: relative; width: 46px; height: 22px; border: 1px solid #c0ccda; outline: none; border-radius: 12px; box-sizing: border-box; background: #c0ccda; cursor: pointer; transition: border-color .3s, background-color .3s } .el-switch__core .el-switch__button{ top: 0; left: 0; position: absolute; border-radius: 100%; transition: transform .3s; width: 16px; height: 16px; z-index: 20; background-color: #fff } .el-switch--wide .el-switch__label {} .el-switch--wide .el-switch__label.el-switch__label--left span{ left: 10px } .el-switch--wide .el-switch__label.el-switch__label--right span{ right: 10px }
tests/suite/rss/annotated/Lewis-episode-one-series-seven-ITV1-review.html
muggot/python-goose
<html> <style type="text/css"> <!-- * { visibility: visible !important; overflow: visible !important; user-select:normal !important; -moz-user-select:normal !important; -webkit-user-select:normal !important; user-focus:normal !important; -moz-user-focus:normal !important; -webkit-user-focus:normal !important; filter:none !important; } BODY { overflow: auto !important; } .x-nc-sel0 { text-decoration:none; display:block !important; visibility:visible !important; } .x-nc-sel1 { text-decoration:none; background-color: #42ffa1 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel2 { text-decoration:none; background-color: #ffff42 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel3 { text-decoration:none; background-color: #ff42ff !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel4 { text-decoration:none; background-color: #ffa142 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel5 { text-decoration:none; background-color: #00ffff !important; color: black !important; display:block !important; visibility:visible !important; } BODY.x-nc-linearized * { float: none !important; position: static !important; overflow: visible !important; } BODY.x-nc-linearized DIV { width:auto !important; height:auto !important; } BODY.x-nc-linearized table, BODY.x-nc-linearized tbody, BODY.x-nc-linearized td, BODY.x-nc-linearized tfoot, BODY.x-nc-linearized th, BODY.x-nc-linearized thead, BODY.x-nc-linearized tr { display: block !important; position: static !important; } --> </style> <body> <span class = "x-nc-sel1">Lewis, episode one, series seven, ITV1, review Daisy Bowie-Sell reviews the first episode of the final series of ITV1's spin-off from detective drama Inspector Morse. </span> <span class = "x-nc-sel2"> When Lewis first aired in 2006, 11 million watched the pilot, eager to see if the series could fill the void left by the long-running Inspector Morse. Making Robbie Lewis, once Morse’s Sergeant, into an Inspector was a gamble: there was an intriguing balance met by pairing John Thaw’s curmudgeonly, borderline alcoholic Morse with Kevin Whately’s clueless, straight-down-the-line, Lewis. Laurence Fox as Sergeant Hathaway - sidekick to Lewis now Lewis was no longer sidekick to Morse - added some spice, but having Lewis in charge was never going to be as fun as when Morse was in the driving seat. Though the programme has never quite matched the thrills of Morse, it has been a constant audience-puller over its six series – with 7-8 million regularly tuning in. But now, after playing the character since 1987, Whately has finally had enough. There have been rumours over the last year that both he and Fox were getting itchy feet, and ITV have now announced this series will be Lewis’s last. As if preparing for a slow fade (sudden burn out would never be Lewis’s style), each two-hour storyline in the seventh series has been spread across two single one hour slots (shown a week apart), where in the past they would have been broadcast in one evening. This removes one of the joys of the programme – one hour is too short to disappear into one of those improbable, inexplicable storylines. It barely allows you to get a hold on who the characters are, let alone guess whodunnit. But the plot in this first episode was as delightfully bizarre as the best of Lewis. Dodgy Oxford students feature – specifically the victim, a man who, unbeknown to his wife, had been moonlighting as a psychic, duping the recently bereaved into thinking he could talk to their loved ones. There were oddballs-a-dozen, including the wonderfully enigmatic Justine Skinner, played by Beatie Edney. Skinner once poisoned her next door neighbour’s cats with the same drug used to kill the victim and, therefore, is a suspect. Sanjeev Bhaskar appeared towards the end as assisted dying campaigner Kanan Dutta, who advised Lewis on the murder, and although he featured very little in this episode, it's likely there will be more from him and his gloomy wife in the second episode. There was also mention of a government conspiracy, plenty of red-herrings and a shock cliffhanger to whet the appetite. This was classic Lewis, let down by the frustrating decision to keep us waiting seven days for the follow up. </span> <span class = "x-nc-sel3"> By Daisy Bowie-Sell 10:05PM GMT 07 Jan 2013</span> </body> </html>
css/creative.css
TheCollectiveInertia/thecollectiveinertia.github.io
/*! * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ html, body { width: 100%; height: 100%; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: #f05f40; border-width: 3px; } hr.light { border-color: #fff; } a { color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #eb3812; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; } .bg-primary { background-color: #f05f40; } .bg-dark { color: #fff; background-color: #222; } .text-faded { color: rgba(255,255,255,.7); } section { padding: 100px 0; } aside { padding: 50px 0; } .no-padding { padding: 0; } .navbar-default { border-color: rgba(34,34,34,.05); font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { /*text-transform: uppercase;*/ font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: #f05f40; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { /*text-transform: uppercase;*/ font-size: 13px; font-weight: 700; color: #222; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #f05f40; } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: #f05f40!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { border-color: rgba(255,255,255,.3); background-color: transparent; } .navbar-default .navbar-header .navbar-brand { color: rgba(255,255,255,.7); } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #fff; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: rgba(255,255,255,.7); } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #fff; } .navbar-default.affix { border-color: rgba(34,34,34,.05); background-color: #fff; } .navbar-default.affix .navbar-header .navbar-brand { font-size: 14px; color: #f05f40; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: #f05f40; } } header { position: relative; width: 100%; min-height: auto; text-align: center; color: #fff; background-image: url(../img/inertia-header.jpg); background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; /*text-transform: uppercase;*/ font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 10px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.7); } @media(min-width:768px) { header { min-height: 100%; } header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { /*margin-right: auto;*/ /*margin-left: auto;*/ text-align: left; max-width: 80%; font-size: 18px; background-color: black; border: 25px black; } } .section-heading { margin-top: 0; } .service-box, .music-section { position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } /*.service-box p { margin-bottom: 0; }*/ .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(240,95,64,.9); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { /*text-transform: uppercase;*/ font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: #f05f40; } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: #fff; color: #222; background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #222; background-color: #f2f2f2; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: #f05f40; color: #fff; background-color: #f05f40; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: #ed431f; color: #fff; background-color: #ee4b28; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #f05f40; background-color: #f05f40; } .btn-primary .badge { color: #f05f40; background-color: #fff; } .btn { border: 0; border-radius: 300px; /*text-transform: uppercase;*/ font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } body { webkit-tap-highlight-color: #222; } #portfolio { position: relative; width: 100%; min-height: auto; text-align: center; color: #fff; background-image: url(../img/inertia2-header.jpg); background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
__tests__/cases-api/public-methods/set-transform/option/reset-with-fn.css
ctr-lang/ctr
.test-1 { width: 200px; height: 400px; background: #f00; } .TEST-2 { WIDTH: 200PX; HEIGHT: 400PX; BACKGROUND: #F00; } .TEST-3 { WIDTH: 200PX; HEIGHT: 400PX; BACKGROUND: #F00; } .test-4 { width: 200px; height: 400px; background-color: #f00; }
_includes/nav.html
opnmike/jekyll-portfolio
<!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="#page-top"><img class="img-responsive" src="img/logo.png" alt=""></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="hidden"> <a href="#page-top"></a> </li> <li class="page-scroll"> <a href="#portfolio">Latest Projects</a> </li> <li class="page-scroll"> <a href="#about">About</a> </li> <li class="page-scroll"> <a href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav>
wrapweb/templates/async_projects.html
mesonbuild/wrapweb
{# row-cols-1: there is 1 column by default row-cols-$screen-$columns: there are $columns columns on a $screen screen #} <div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-5"> {% for p in projects %} <div class="p-1"> <a href="{{ url_for('.project_info', project=p) }}" class="d-flex btn btn-light border">{{ p }}</a> </div> {% endfor %} </div>
core/templates/dev/head/pages/exploration_editor/editor_tab/state_editor_hints.html
terrameijar/oppia
<div ng-controller="StateHints"> <div ng-if="!isCurrentInteractionLinear()"> <div class="oppia-editor-header"> <strong ng-if="stateHintsService.displayed.length > 0 || isLoggedIn">Hints</strong> </div> <md-card class="oppia-editor-card-with-avatar"> <div class="oppia-editor-card-body"> <div ng-if="stateHintsService.displayed.length > 0"> <!-- An HTML element marked ui-sortable should contain only one element, and this element should have an ng-repeat defined on it. See the ui-sortable documentation for more details. --> <ul class="nav oppia-option-list nav-stacked nav-pills" role="tablist" ui-sortable="HINT_LIST_SORTABLE_OPTIONS" ng-model="stateHintsService.displayed"> <!-- Note that adding "track by $index" here seems to mess up the final index in the stop() event handler. --> <li ng-repeat="hint in stateHintsService.displayed" ng-class="{'active': activeHintIndex === $index}" class="oppia-rule-block oppia-sortable-hint oppia-prevent-selection" style="margin-top: 0;"> <span class="oppia-hint-sort-handle" ng-if="stateHintsService.displayed.length > 1" ng-mousedown="changeActiveHintIndex(null)"> <img ng-if="editabilityService.isEditable()" ng-src="<[dragDotsImgUrl]>" width="10"> </span> <a ng-click="changeActiveHintIndex($index)" class="oppia-rule-tab protractor-test-hint-tab" ng-class="{'oppia-rule-tab-active': activeHintIndex === $index}"> <response-header index="$index" summary="getHintSummary(hint)" short-summary="getHintSummary(hint)" is-active="$index === activeHintIndex" on-delete-fn="deleteHint"> </response-header> </a> <div ng-if="activeHintIndex === $index"> <div class="oppia-editor-card-section protractor-test-hint-body-<[$index]>"> <hint-editor hint="hint" index="$index + 1" on-save="onSaveInlineHint"> </hint-editor> </div> </div> </li> </ul> </div> </div> </md-card> <md-card style="margin: 0; padding: 0;"> <div ng-if="editabilityService.isEditableOutsideTutorialMode()"> <button type="button" class="btn btn-default btn-lg oppia-add-hint-button protractor-test-oppia-add-hint-button" ng-click="openAddHintModal()"> + Add Hint </button> </div> </md-card> </div> </div> <script type="text/ng-template" id="modals/addHint"> <div class="modal-header"> <h3>Add Hint</h3> </div> <div class="modal-body"> <form name="addHintForm.hintTextForm" class="form-inline"> <div class="oppia-rule-details-header"> <strong>Hint #<[hintIndex]> is...</strong> <schema-based-editor class="protractor-test-hint-text" schema="HINT_FORM_SCHEMA" local-value="tmpHint"> </schema-based-editor> </div> </form> </div> <div class="modal-footer"> <button class="btn btn-default protractor-test-cancel-hint" ng-click="cancel()">Cancel</button> <button class="btn btn-success protractor-test-save-hint" ng-click="saveHint()" ng-disabled="!tmpHint">Save Hint</button> </div> </script> <script type="text/ng-template" id="modals/deleteHint"> <div class="modal-header"> <h3>Delete Hint</h3> </div> <div class="modal-body"> <p> Are you sure you want to delete this hint? </p> </div> <div class="modal-footer"> <button class="btn btn-default" ng-click="cancel()">Cancel</button> <button class="btn btn-danger protractor-test-confirm-delete-hint" ng-click="reallyDelete()"> Delete Hint </button> </div> </script>
docs/cpp/classoperations__research_1_1glop_1_1_basis_factorization-members.html
google/or-tools
<!-- HTML header for doxygen 1.8.18--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.2"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>OR-Tools: 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="styleSheet.tmp.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="orLogo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">OR-Tools &#160;<span id="projectnumber">9.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.2 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */ var searchBox = new SearchBox("searchBox", "search",'Search','.html'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */ </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */ $(document).ready(function(){initNavTree('classoperations__research_1_1glop_1_1_basis_factorization.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"><div class="title">BasisFactorization Member List</div></div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a278dfa01552170d8e781c1b7e613479e">BasisFactorization</a>(const CompactSparseMatrix *compact_matrix, const RowToColMapping *basis)</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aa71d36872f416feaa853788a7a7a7ef8">Clear</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a3f219a081f88c22ae282ada4f0bdddd3">ComputeInfinityNorm</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#abcfadeef96ab0ef83b82cf0046a45dd7">ComputeInfinityNormConditionNumber</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a2ac7d8b80f20a8442138b0673aa0158c">ComputeInfinityNormConditionNumberUpperBound</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aac85dc71bb2e4980043fd2da3b8ee8cf">ComputeInitialBasis</a>(const std::vector&lt; ColIndex &gt; &amp;candidates)</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a3a6bb95b9009b1c578a27e6139d52696">ComputeInverseInfinityNorm</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a05d6979828b99ac719553f75335a1937">ComputeInverseOneNorm</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a64fea3282d498f3eb2d4af70692bb117">ComputeOneNorm</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a6748ce52d80c6013d4edfc77d56b96f8">ComputeOneNormConditionNumber</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aeccc8138b268e621d96d105e0ddd474a">DeterministicTime</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a9b738f6b485a4d4ef866b8d82ac07876">DualEdgeSquaredNorm</a>(RowIndex row) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aedf255db8741ebb2011757ff37dfc02e">ForceRefactorization</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a5a3deeb8998f541c08d96dc079591a54">GetColumnPermutation</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#ae1d8c3228cb8e036c1d8ab67336a7d2f">GetNumberOfRows</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a697f638cbd5a2dab2977b24e550bd7f9">Initialize</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a6e2a232672ee1580b9144f558662a77c">IsRefactorized</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aacdbeb58ac2d391f6586ad88db99ad61">LeftSolve</a>(ScatteredRow *y) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a41b0509864e6eb62f0415975a914ba4b">LeftSolveForUnitRow</a>(ColIndex j, ScatteredRow *y) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a39b7e347f32f4024a988cb93f5e81a2d">Refactorize</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aecf3e3d1e43ed7f9b67b3a919d24f17f">ResetStats</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#aeaeb43840844cc69a88dc924b282b4c7">RightSolve</a>(ScatteredColumn *d) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#ab9de0c21968ffad6320a44a010e33e07">RightSolveForProblemColumn</a>(ColIndex col, ScatteredColumn *d) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a405547c96cca2eded0c29941a3ff7f22">RightSolveForTau</a>(const ScatteredColumn &amp;a) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a4bf241af6b1844669171d6e170ef991d">RightSolveSquaredNorm</a>(const ColumnView &amp;a) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#ad91a397910de30b87b9fb45298fa5c58">SetColumnPermutationToIdentity</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#ae7202d055b6b172a8a1da4f5b136f9ea">SetParameters</a>(const GlopParameters &amp;parameters)</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#af9bc435481ae9e6e60d66a65d5394a7f">StatString</a>() const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a781d7728c278ae44bf265cf222479b98">TemporaryLeftSolveForUnitRow</a>(ColIndex j, ScatteredRow *y) const</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="odd"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a87e6110ce2612a27f85e9036afef1599">Update</a>(ColIndex entering_col, RowIndex leaving_variable_row, const ScatteredColumn &amp;direction)</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html#a90c2785b56a02a7d2e87b72cef43db9e">~BasisFactorization</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1glop_1_1_basis_factorization.html">BasisFactorization</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.18--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.2 </li> </ul> </div> </body> </html>
node_modules/tablefilter/test/test-alternate-rows.html
mirkoebert/simplejslint
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>TableFilter alternate rows tests</title> <link rel="stylesheet" href="libs/qunit/qunit.css"> <script src="libs/qunit/qunit.js"></script> <script src="libs/polyfill.js"></script> </head> <body> <table id="demo" cellpadding="0" cellspacing="0"> <tbody> <tr> <th>From</th> <th>Destination</th> <th>Road Distance (km)</th> <th>By Air (hrs)</th> <th>By Rail (hrs)</th> </tr> <tr> <td><strong>Sydney</strong></td> <td>Adelaide</td> <td>1412</td> <td>1.4</td> <td>25.3</td> </tr> <tr> <td><strong>Sydney</strong></td> <td>Brisbane</td> <td>982</td> <td>1.5</td> <td>16</td> </tr> <tr> <td><strong>Sydney</strong></td> <td>Canberra</td> <td>286</td> <td>.6</td> <td>4.3</td> </tr> <tr> <td><strong>Sydney</strong></td> <td>Melbourne</td> <td>872</td> <td>1.1</td> <td>10.5</td> </tr> <tr> <td><strong>Adelaide</strong></td> <td>Perth</td> <td>2781</td> <td>3.1</td> <td>38</td> </tr> <tr> <td><strong>Adelaide</strong></td> <td>Alice Springs</td> <td>1533</td> <td>2</td> <td>20.25</td> </tr> <tr> <td><strong>Adelaide</strong></td> <td>Brisbane</td> <td>2045</td> <td>2.15</td> <td>40</td> </tr> </tbody> </table> <script src="../dist/tablefilter/tablefilter.js"></script> <script src="test-alternate-rows.js"></script> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>
1.6/docs/Javadoc/org/drip/analytics/holset/SVCHoliday.html
tectronics/creditsuite
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Thu Aug 09 18:46:45 EDT 2012 --> <title>SVCHoliday</title> <meta name="date" content="2012-08-09"> <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="SVCHoliday"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SVCHoliday.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="../../../../org/drip/analytics/holset/SKKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/drip/analytics/holset/TABHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/analytics/holset/SVCHoliday.html" target="_top">Frames</a></li> <li><a href="SVCHoliday.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.drip.analytics.holset</div> <h2 title="Class SVCHoliday" class="title">Class SVCHoliday</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.drip.analytics.holset.SVCHoliday</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">SVCHoliday</span> extends java.lang.Object implements <a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/drip/analytics/holset/SVCHoliday.html#SVCHoliday()">SVCHoliday</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/analytics/holset/SVCHoliday.html#getHolidayLoc()">getHolidayLoc</a></strong>()</code> <div class="block">Retrieves the holiday location</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/drip/analytics/holiday/Locale.html" title="class in org.drip.analytics.holiday">Locale</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/analytics/holset/SVCHoliday.html#getHolidaySet()">getHolidaySet</a></strong>()</code> <div class="block">Returns the Locale instance for this location</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="SVCHoliday()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SVCHoliday</h4> <pre>public&nbsp;SVCHoliday()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getHolidayLoc()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getHolidayLoc</h4> <pre>public&nbsp;java.lang.String&nbsp;getHolidayLoc()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidayLoc()">LocationHoliday</a></code></strong></div> <div class="block">Retrieves the holiday location</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidayLoc()">getHolidayLoc</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>HolidayLocation</dd></dl> </li> </ul> <a name="getHolidaySet()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getHolidaySet</h4> <pre>public&nbsp;<a href="../../../../org/drip/analytics/holiday/Locale.html" title="class in org.drip.analytics.holiday">Locale</a>&nbsp;getHolidaySet()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidaySet()">LocationHoliday</a></code></strong></div> <div class="block">Returns the Locale instance for this location</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidaySet()">getHolidaySet</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>Locale instance</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SVCHoliday.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="../../../../org/drip/analytics/holset/SKKHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/drip/analytics/holset/TABHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/analytics/holset/SVCHoliday.html" target="_top">Frames</a></li> <li><a href="SVCHoliday.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/api/org/jboss/netty/handler/codec/oneone/package-tree.html
whg333/netty-3.2.5.Final
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue Aug 02 10:49:03 KST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.jboss.netty.handler.codec.oneone Class Hierarchy (The Netty Project API Reference (3.2.5.Final)) </TITLE> <META NAME="date" CONTENT="2011-08-02"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.jboss.netty.handler.codec.oneone Class Hierarchy (The Netty Project API Reference (3.2.5.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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/jboss/netty/handler/codec/http/websocket/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/jboss/netty/handler/codec/protobuf/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/jboss/netty/handler/codec/oneone/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package org.jboss.netty.handler.codec.oneone </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> <LI TYPE="circle">org.jboss.netty.handler.codec.oneone.<A HREF="../../../../../../org/jboss/netty/handler/codec/oneone/OneToOneDecoder.html" title="class in org.jboss.netty.handler.codec.oneone"><B>OneToOneDecoder</B></A> (implements org.jboss.netty.channel.<A HREF="../../../../../../org/jboss/netty/channel/ChannelUpstreamHandler.html" title="interface in org.jboss.netty.channel">ChannelUpstreamHandler</A>) <LI TYPE="circle">org.jboss.netty.handler.codec.oneone.<A HREF="../../../../../../org/jboss/netty/handler/codec/oneone/OneToOneEncoder.html" title="class in org.jboss.netty.handler.codec.oneone"><B>OneToOneEncoder</B></A> (implements org.jboss.netty.channel.<A HREF="../../../../../../org/jboss/netty/channel/ChannelDownstreamHandler.html" title="interface in org.jboss.netty.channel">ChannelDownstreamHandler</A>) </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/jboss/netty/handler/codec/http/websocket/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/jboss/netty/handler/codec/protobuf/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/jboss/netty/handler/codec/oneone/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2008-2011 <a href="http://www.jboss.org">JBoss, a division of Red Hat, Inc.</a>. All Rights Reserved. </BODY> </HTML>
SN/doc/html/classsocialcircle_1_1migrations_1_10003__chatroom_1_1Migration.html
samzek/social_circle
<!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>SocialCircle: Riferimenti per la classe socialcircle.migrations.0003_chatroom.Migration</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">SocialCircle </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generato da Doxygen 1.8.1.2 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Cerca'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Pagina&#160;Principale</span></a></li> <li><a href="pages.html"><span>Pagine&#160;collegate</span></a></li> <li><a href="namespaces.html"><span>Namespace</span></a></li> <li class="current"><a href="annotated.html"><span>Classi</span></a></li> <li><a href="files.html"><span>File</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Cerca" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Elenco&#160;dei&#160;tipi&#160;composti</span></a></li> <li><a href="classes.html"><span>Indice&#160;dei&#160;tipi&#160;composti</span></a></li> <li><a href="functions.html"><span>Membri&#160;dei&#160;composti</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>Tutto</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classi</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespace</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>File</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Funzioni</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variabili</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Pagine</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacesocialcircle.html">socialcircle</a></li><li class="navelem"><a class="el" href="namespacesocialcircle_1_1migrations.html">migrations</a></li><li class="navelem"><a class="el" href="namespacesocialcircle_1_1migrations_1_10003__chatroom.html">0003_chatroom</a></li><li class="navelem"><a class="el" href="classsocialcircle_1_1migrations_1_10003__chatroom_1_1Migration.html">Migration</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-static-attribs">Attributi pubblici statici</a> &#124; <a href="classsocialcircle_1_1migrations_1_10003__chatroom_1_1Migration-members.html">Elenco di tutti i membri</a> </div> <div class="headertitle"> <div class="title">Riferimenti per la classe socialcircle.migrations.0003_chatroom.Migration</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-static-attribs"></a> Attributi pubblici statici</h2></td></tr> <tr class="memitem:a402c6ae72f6a20e50017654edaac995a"><td class="memItemLeft" align="right" valign="top">list&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsocialcircle_1_1migrations_1_10003__chatroom_1_1Migration.html#a402c6ae72f6a20e50017654edaac995a">dependencies</a></td></tr> <tr class="memitem:a126a1de334e00a64b135ec2e647dca96"><td class="memItemLeft" align="right" valign="top">list&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsocialcircle_1_1migrations_1_10003__chatroom_1_1Migration.html#a126a1de334e00a64b135ec2e647dca96">operations</a></td></tr> </table> <h2>Documentazione dei membri dato</h2> <a class="anchor" id="a402c6ae72f6a20e50017654edaac995a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">list socialcircle.migrations.0003_chatroom.Migration.dependencies</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <b>Valore iniziale:</b><div class="fragment"><div class="line">[</div> <div class="line"> (<span class="stringliteral">&#39;socialcircle&#39;</span>, <span class="stringliteral">&#39;0002_auto_20150609_0847&#39;</span>),</div> <div class="line"> ]</div> </div><!-- fragment --> </div> </div> <a class="anchor" id="a126a1de334e00a64b135ec2e647dca96"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">list socialcircle.migrations.0003_chatroom.Migration.operations</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <b>Valore iniziale:</b><div class="fragment"><div class="line">[</div> <div class="line"> migrations.CreateModel(</div> <div class="line"> name=<span class="stringliteral">&#39;ChatRoom&#39;</span>,</div> <div class="line"> fields=[</div> <div class="line"> (<span class="stringliteral">&#39;id&#39;</span>, models.AutoField(verbose_name=<span class="stringliteral">&#39;ID&#39;</span>, serialize=<span class="keyword">False</span>, auto_created=<span class="keyword">True</span>, primary_key=<span class="keyword">True</span>)),</div> <div class="line"> (<span class="stringliteral">&#39;name&#39;</span>, models.CharField(max_length=200)),</div> <div class="line"> ],</div> <div class="line"> ),</div> <div class="line"> ]</div> </div><!-- fragment --> </div> </div> <hr/>La documentazione per questa classe è stata generata a partire dal seguente file:<ul> <li>socialcircle/migrations/<a class="el" href="0003__chatroom_8py.html">0003_chatroom.py</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generato Sab 13 Giu 2015 11:03:21 per SocialCircle da &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1.2 </small></address> </body> </html>
docs/apidocs/com/google/zxing/web/class-use/OutputUtils.html
l-dobrev/zxing
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.google.zxing.web.OutputUtils (ZXing 3.3.2 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.google.zxing.web.OutputUtils (ZXing 3.3.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/google/zxing/web/OutputUtils.html" title="class in com.google.zxing.web">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/google/zxing/web/class-use/OutputUtils.html" target="_top">Frames</a></li> <li><a href="OutputUtils.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.google.zxing.web.OutputUtils" class="title">Uses of Class<br>com.google.zxing.web.OutputUtils</h2> </div> <div class="classUseContainer">No usage of com.google.zxing.web.OutputUtils</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/google/zxing/web/OutputUtils.html" title="class in com.google.zxing.web">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/google/zxing/web/class-use/OutputUtils.html" target="_top">Frames</a></li> <li><a href="OutputUtils.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018. All rights reserved.</small></p> </body> </html>
src/card_model/card_template.html
SirPython/HTML-Client
<div class="card card-outer" ng-class="{'selected': card.selected, 'targetable': doingAction && targets.indexOf(card.id) !== -1}" > <!-- TODO Add ng-FitText.js fields to elements in this model of which length may vary widely, for example card descriptions and flavor text. The primary fields for FitText are: - data-fittext : Enable FitText for the content inside the tag - data-fittext-min="8pt" : Minimum font size allowed - data-fittext-max="12pt" : Maximum font size allowed --> <div class="test" ng-show="debugMode">doingAction: {{doingAction}} targets: {{targets}} actions: {{actions}} card: {{card}}</div> <!-- card name --> <div> <div class="card-name"> <a href ng-click="selectEntity(card)" ng-class="{'selected': card.selected, 'targetable': doingAction && targets.indexOf(card.id) !== -1}">{{card.properties.name}}</a> </div> </div> <!-- card image --> <div style="clear:both;"> <div style="text-align: center;"> <img style="width: 160px; height: 120px;" class="card-image" ng-src="images/cards/{{card.properties.imagePath}}" /> </div> </div> <!-- card type --> <div class="card-type"> {{card.properties.creatureType}} </div> <!-- card statistics --> <div> <!-- mana cost --> <div style="float: left; padding: 5px"> <button class="btn btn-sm btn-info active glyphicon glyphicon-tint" style="cursor:default">{{card.properties.MANA_COST}}</button> </div> <div style="float: right; padding: 5px;" class="btn-group"> <!-- attack --> <button ng-show="card.properties.ATTACK" class="btn btn-sm btn-danger active glyphicon glyphicon-screenshot" style="cursor:default">{{card.properties.ATTACK}}</button> <button ng-hide="card.properties.ATTACK" class="btn btn-sm btn-danger active glyphicon glyphicon-screenshot" style="cursor:default">-</button> <!-- health --> <div class="card-property"> <button ng-show="card.properties.HEALTH" class="btn btn-sm btn-success active glyphicon glyphicon-heart" style="cursor:default">{{card.properties.HEALTH}}</button> <button ng-hide="card.properties.HEALTH" class="btn btn-sm btn-success active glyphicon glyphicon-heart" style="cursor:default">-</button> <dynamic-animation items="card.animations.HEALTH" /> </div> </div> </div> <div style="clear: both;"> <div style="float: left; padding: 5px; text-align: center;"> <!-- scrap cost --> <button ng-show="card.properties.SCRAP_COST" class="btn btn-xs btn-primary active glyphicon glyphicon-wrench" style="cursor:default">{{card.properties.SCRAP_COST}}</button> </div> <div ng-show="card.properties.SCRAP" style="float: left; padding: 5px; text-align: center;"> <!-- scrap value --> <button class="btn btn-xs btn-primary active glyphicon glyphicon-cog" style="cursor:default">{{card.properties.SCRAP}}</button> </div> <!-- flavor text --> <div ng-show="card.properties.flavor" style="float: right; padding: 5px; text-align: center;"> <button type="button" class="btn btn-xs btn-primary glyphicon glyphicon-book" popover-placement="top" popover="{{card.properties.flavor}}" ></button> </div> <!-- effect text --> <div ng-show="card.properties.effect" style="float: right; padding: 5px; text-align: center;"> <button type="button" class="btn btn-xs btn-warning glyphicon glyphicon-flash" popover-placement="top" popover="{{card.properties.effect}}" >FX</button> </div> </div> <div class="card-actions"> <button class="btn btn-xs btn-navbar csh-button" ng-repeat="action in actions" ng-if="!doingAction && action.id === card.id" ng-click="startAction({action: action})" class="btn btn-xs btn-default"> {{action.action}} </button> </div> </div>
src/pages/cors/index.html
google/firing-range
<!DOCTYPE html> <title>Firing Range - CORS Tests</title> <h1>CORS tests</h1> <h2>Access-Control-Allow-Origin</h2> <div class="intro"> Cross-Origin Resource Sharing (CORS) allows websites to control cross-origin access to their resources. The test cases showcase various misconfigurations. </div> <div class="test"> <p>Tests verifying the soundness of the Access-Control-Allow-Origin header</p> <ul> <li> <a href="/cors/alloworigin/dynamicAllowOrigin">Insecure dynamic header generation</a> - Developers cannot use the wildcard (<code>*</code>) to allow multiple origins while at the same time allowing authenticated requests. This is why many implementations create dynamic responses based on the <code>Origin</code> header. If an endpoint blindly allows all origins while at the same time allowing authenticated requests, either the resource should not require authentication or it is too sensible to be shared across origin boundaries. This test case blindly replays the <code>Origin</code> header in the <code>Access-Control-Allow-Origin</code> header. </li> <li> <a href="/cors/alloworigin/allowNullOrigin">Allows null origin</a> - Allowing the <code>null</code> origin in an <code>Access-Control-Allow-Origin</code> header is equivalent to allowing every origin. Combined with allowing authenticated requests, the same concerns as with <i>insecure dynamic header generation</i> apply. </li> <li> <a href="/cors/alloworigin/allowInsecureScheme">Allows insecure scheme</a> - If an HTTP origin can perform authenticated requests to an HTTPS origin, the purpose of SSL/TLS encryption in terms of web security is defeated. </li> </ul> </div>
doc/fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html
JulesChevalier/slider
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_25) on Fri Oct 31 10:02:37 CET 2014 --> <title>AbstractDictionary</title> <meta name="date" content="2014-10-31"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AbstractDictionary"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AbstractDictionary.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/DictionaryPrimitrivesRWLock.html" title="class in fr.ujm.tse.lt2c.satin.slider.dictionary"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html" target="_top">Frames</a></li> <li><a href="AbstractDictionary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">fr.ujm.tse.lt2c.satin.slider.dictionary</div> <h2 title="Class AbstractDictionary" class="title">Class AbstractDictionary</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>fr.ujm.tse.lt2c.satin.slider.dictionary.AbstractDictionary</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html" title="interface in fr.ujm.tse.lt2c.satin.slider.interfaces">Dictionary</a></dd> </dl> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/DictionaryPrimitrivesRWLock.html" title="class in fr.ujm.tse.lt2c.satin.slider.dictionary">DictionaryPrimitrivesRWLock</a></dd> </dl> <hr> <br> <pre>public abstract class <span class="typeNameLabel">AbstractDictionary</span> extends java.lang.Object implements <a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html" title="interface in fr.ujm.tse.lt2c.satin.slider.interfaces">Dictionary</a></pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Jules Chevalier</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#allDifferent">allDifferent</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#allDisjointClasses">allDisjointClasses</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#allValuesFrom">allValuesFrom</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#annotationProperty">annotationProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#assertionProperty">assertionProperty</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#asymetricProperty">asymetricProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#classOwl">classOwl</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#classRdfs">classRdfs</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#complementOf">complementOf</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#containerMembershipProperty">containerMembershipProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#datatype">datatype</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#differentFrom">differentFrom</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#disjoinWith">disjoinWith</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#distinctmembers">distinctmembers</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#domain">domain</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#equivalentClass">equivalentClass</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#equivalentProperty">equivalentProperty</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#functionalProperty">functionalProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#hasKey">hasKey</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#hasValue">hasValue</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#intersectionOf">intersectionOf</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#inverseFunctionalProperty">inverseFunctionalProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#inverseOf">inverseOf</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#irreflexiveProperty">irreflexiveProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#literal">literal</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#maxCardinality">maxCardinality</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#maxQualifiedCardinality">maxQualifiedCardinality</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#member">member</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#nothing">nothing</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#onClass">onClass</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#oneOf">oneOf</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#onProperty">onProperty</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#property">property</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#propertyChainAxiom">propertyChainAxiom</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#propertyDisjointWith">propertyDisjointWith</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#range">range</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#ressource">ressource</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#sameAs">sameAs</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#someValuesFrom">someValuesFrom</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#sourceIndividual">sourceIndividual</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#subClassOf">subClassOf</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#subPropertyOf">subPropertyOf</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#symetricProperty">symetricProperty</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#targetIndividual">targetIndividual</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#targetValue">targetValue</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#thing">thing</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#transitiveProperty">transitiveProperty</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#type">type</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#unionOf">unionOf</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#AbstractDictionary--">AbstractDictionary</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#initialize--">initialize</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html#printAxiom-java.lang.String-">printAxiom</a></span>(java.lang.String&nbsp;c)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.fr.ujm.tse.lt2c.satin.slider.interfaces.Dictionary"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;fr.ujm.tse.lt2c.satin.slider.interfaces.<a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html" title="interface in fr.ujm.tse.lt2c.satin.slider.interfaces">Dictionary</a></h3> <code><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#add-java.lang.String-">add</a>, <a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#get-long-">get</a>, <a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#get-java.lang.String-">get</a>, <a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#printDico--">printDico</a>, <a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#printTriple-fr.ujm.tse.lt2c.satin.slider.interfaces.Triple-">printTriple</a>, <a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#size--">size</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="allDifferent"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>allDifferent</h4> <pre>public static&nbsp;long allDifferent</pre> </li> </ul> <a name="allDisjointClasses"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>allDisjointClasses</h4> <pre>public static&nbsp;long allDisjointClasses</pre> </li> </ul> <a name="allValuesFrom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>allValuesFrom</h4> <pre>public static&nbsp;long allValuesFrom</pre> </li> </ul> <a name="annotationProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>annotationProperty</h4> <pre>public static&nbsp;long annotationProperty</pre> </li> </ul> <a name="assertionProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>assertionProperty</h4> <pre>public static&nbsp;long assertionProperty</pre> </li> </ul> <a name="asymetricProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asymetricProperty</h4> <pre>public static&nbsp;long asymetricProperty</pre> </li> </ul> <a name="classOwl"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>classOwl</h4> <pre>public static&nbsp;long classOwl</pre> </li> </ul> <a name="classRdfs"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>classRdfs</h4> <pre>public static&nbsp;long classRdfs</pre> </li> </ul> <a name="complementOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>complementOf</h4> <pre>public static&nbsp;long complementOf</pre> </li> </ul> <a name="differentFrom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>differentFrom</h4> <pre>public static&nbsp;long differentFrom</pre> </li> </ul> <a name="disjoinWith"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>disjoinWith</h4> <pre>public static&nbsp;long disjoinWith</pre> </li> </ul> <a name="distinctmembers"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>distinctmembers</h4> <pre>public static&nbsp;long distinctmembers</pre> </li> </ul> <a name="equivalentClass"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equivalentClass</h4> <pre>public static&nbsp;long equivalentClass</pre> </li> </ul> <a name="equivalentProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equivalentProperty</h4> <pre>public static&nbsp;long equivalentProperty</pre> </li> </ul> <a name="functionalProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>functionalProperty</h4> <pre>public static&nbsp;long functionalProperty</pre> </li> </ul> <a name="hasKey"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasKey</h4> <pre>public static&nbsp;long hasKey</pre> </li> </ul> <a name="hasValue"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasValue</h4> <pre>public static&nbsp;long hasValue</pre> </li> </ul> <a name="intersectionOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>intersectionOf</h4> <pre>public static&nbsp;long intersectionOf</pre> </li> </ul> <a name="inverseFunctionalProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>inverseFunctionalProperty</h4> <pre>public static&nbsp;long inverseFunctionalProperty</pre> </li> </ul> <a name="inverseOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>inverseOf</h4> <pre>public static&nbsp;long inverseOf</pre> </li> </ul> <a name="irreflexiveProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>irreflexiveProperty</h4> <pre>public static&nbsp;long irreflexiveProperty</pre> </li> </ul> <a name="maxCardinality"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>maxCardinality</h4> <pre>public static&nbsp;long maxCardinality</pre> </li> </ul> <a name="maxQualifiedCardinality"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>maxQualifiedCardinality</h4> <pre>public static&nbsp;long maxQualifiedCardinality</pre> </li> </ul> <a name="member"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>member</h4> <pre>public static&nbsp;long member</pre> </li> </ul> <a name="nothing"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nothing</h4> <pre>public static&nbsp;long nothing</pre> </li> </ul> <a name="onClass"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onClass</h4> <pre>public static&nbsp;long onClass</pre> </li> </ul> <a name="oneOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>oneOf</h4> <pre>public static&nbsp;long oneOf</pre> </li> </ul> <a name="onProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onProperty</h4> <pre>public static&nbsp;long onProperty</pre> </li> </ul> <a name="propertyChainAxiom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>propertyChainAxiom</h4> <pre>public static&nbsp;long propertyChainAxiom</pre> </li> </ul> <a name="propertyDisjointWith"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>propertyDisjointWith</h4> <pre>public static&nbsp;long propertyDisjointWith</pre> </li> </ul> <a name="sameAs"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sameAs</h4> <pre>public static&nbsp;long sameAs</pre> </li> </ul> <a name="someValuesFrom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>someValuesFrom</h4> <pre>public static&nbsp;long someValuesFrom</pre> </li> </ul> <a name="sourceIndividual"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sourceIndividual</h4> <pre>public static&nbsp;long sourceIndividual</pre> </li> </ul> <a name="symetricProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>symetricProperty</h4> <pre>public static&nbsp;long symetricProperty</pre> </li> </ul> <a name="targetIndividual"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>targetIndividual</h4> <pre>public static&nbsp;long targetIndividual</pre> </li> </ul> <a name="targetValue"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>targetValue</h4> <pre>public static&nbsp;long targetValue</pre> </li> </ul> <a name="thing"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>thing</h4> <pre>public static&nbsp;long thing</pre> </li> </ul> <a name="transitiveProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>transitiveProperty</h4> <pre>public static&nbsp;long transitiveProperty</pre> </li> </ul> <a name="unionOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unionOf</h4> <pre>public static&nbsp;long unionOf</pre> </li> </ul> <a name="domain"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>domain</h4> <pre>public static&nbsp;long domain</pre> </li> </ul> <a name="range"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>range</h4> <pre>public static&nbsp;long range</pre> </li> </ul> <a name="subClassOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subClassOf</h4> <pre>public static&nbsp;long subClassOf</pre> </li> </ul> <a name="subPropertyOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subPropertyOf</h4> <pre>public static&nbsp;long subPropertyOf</pre> </li> </ul> <a name="type"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>type</h4> <pre>public static&nbsp;long type</pre> </li> </ul> <a name="ressource"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ressource</h4> <pre>public static&nbsp;long ressource</pre> </li> </ul> <a name="property"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>property</h4> <pre>public static&nbsp;long property</pre> </li> </ul> <a name="containerMembershipProperty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>containerMembershipProperty</h4> <pre>public static&nbsp;long containerMembershipProperty</pre> </li> </ul> <a name="literal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>literal</h4> <pre>public static&nbsp;long literal</pre> </li> </ul> <a name="datatype"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>datatype</h4> <pre>public static&nbsp;long datatype</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="AbstractDictionary--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AbstractDictionary</h4> <pre>public&nbsp;AbstractDictionary()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="printAxiom-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>printAxiom</h4> <pre>public&nbsp;java.lang.String&nbsp;printAxiom(java.lang.String&nbsp;c)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html#printAxiom-java.lang.String-">printAxiom</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/interfaces/Dictionary.html" title="interface in fr.ujm.tse.lt2c.satin.slider.interfaces">Dictionary</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the axiom name without the url, or "BLANKNODE" if it is one</dd> </dl> </li> </ul> <a name="initialize--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>initialize</h4> <pre>public&nbsp;void&nbsp;initialize()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AbstractDictionary.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../../fr/ujm/tse/lt2c/satin/slider/dictionary/DictionaryPrimitrivesRWLock.html" title="class in fr.ujm.tse.lt2c.satin.slider.dictionary"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?fr/ujm/tse/lt2c/satin/slider/dictionary/AbstractDictionary.html" target="_top">Frames</a></li> <li><a href="AbstractDictionary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/quick_start.html
mitll/pyslgr
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Quick Start &#8212; pySLGR 1 documentation</title> <!-- htmltitle is before nature.css - we use this hack to load bootstrap first --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="_static/css/bootstrap.min.css" media="screen" /> <link rel="stylesheet" href="_static/css/bootstrap-responsive.css"/> <link rel="stylesheet" href="_static/nature.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/gallery.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="1.4. MFCC Features" href="MFCC_Features.html" /> <link rel="prev" title="1.2. Prerequisites" href="prereqs.html" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="_static/js/bootstrap.min.js" type="text/javascript"></script> <script type="text/javascript"> $("div.buttonNext, div.buttonPrevious").hover( function () { $(this).css('background-color', '#FF9C34'); }, function () { $(this).css('background-color', '#A7D6E2'); } ); function showMenu() { var topNav = document.getElementById("scikit-navbar"); if (topNav.className === "navbar") { topNav.className += " responsive";s } else { topNav.className = "navbar"; } }; </script> </head> <body role="document"> <div class="header-wrapper"> <div class="header"><div class="navbar" id="scikit-navbar"> <ul> <li><a href="index.html">Home</a></li> <li><a href="user_guide.html">User Guide</a></li> <li><a href="quick_start.html#examples">Examples</a></li> <li><a href="search.html">Search</a></li> <li><a href="genindex.html">Index</a></li> </ul> <a href="javascript:void(0);" onclick="showMenu()"> <div class="nav-icon"> <div class="hamburger-line"></div> <div class="hamburger-line"></div> <div class="hamburger-line"></div> </div> </a> </div> <!-- end navbar --></div> </div> <div class="content-wrapper"> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <div class="rel"> <!-- rellinks[1:] is an ugly hack to avoid link to module index --> <div class="rellink"> <a href="prereqs.html" accesskey="P">Previous <br/> <span class="smallrellink"> 1.2. Prerequisites </span> <span class="hiddenrellink"> 1.2. Prerequisites </span> </a> </div> <div class="spacer"> &nbsp; </div> <div class="rellink"> <a href="MFCC_Features.html" accesskey="N">Next <br/> <span class="smallrellink"> 1.4. MFCC Features </span> <span class="hiddenrellink"> 1.4. MFCC Features </span> </a> </div> <div class="spacer"> &nbsp; </div> <div class="rellink"> <a href="py-modindex.html" >Modules <br/> <span class="smallrellink"> Python Module Index </span> <span class="hiddenrellink"> Python Module Index </span> </a> </div> <!-- Ad a link to the 'up' page --> <div class="spacer"> &nbsp; </div> <div class="rellink"> <a href="user_guide.html"> Up <br/> <span class="smallrellink"> 1. User Guide </span> <span class="hiddenrellink"> 1. User Guide </span> </a> </div> </div> <p class="doc-version">This documentation is for pySLGR <strong>version 1</strong> &mdash; <!--- <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p> ---> <!--- <p class="citing">If you use the software, please consider <a href="about.html#citing-scikit-learn">citing scikit-learn</a>.</p> ---> <ul> <li><a class="reference internal" href="#">1.3. Quick Start</a><ul> <li><a class="reference internal" href="#examples">1.3.1. Examples</a><ul> <li><a class="reference internal" href="#example-signal">1.3.1.1. example_signal</a></li> <li><a class="reference internal" href="#example-mfcc">1.3.1.2. example_mfcc</a></li> <li><a class="reference internal" href="#example-mfcc-fb">1.3.1.3. example_mfcc_fb</a></li> <li><a class="reference internal" href="#example-feat-pipe">1.3.1.4. example_feat_pipe</a></li> <li><a class="reference internal" href="#example-lid-pipe-gmm">1.3.1.5. example_lid_pipe_gmm</a></li> <li><a class="reference internal" href="#example-lid-gmm">1.3.1.6. example_lid_gmm</a></li> <li><a class="reference internal" href="#example-gmmsad">1.3.1.7. example_gmmsad</a></li> <li><a class="reference internal" href="#example-ivec">1.3.1.8. example_ivec</a></li> <li><a class="reference internal" href="#example-gsv">1.3.1.9. example_gsv</a></li> </ul> </li> </ul> </li> </ul> </div> </div> <input type="checkbox" id="nav-trigger" class="nav-trigger" checked /> <label for="nav-trigger"></label> <div class="content"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="quick-start"> <h1>1.3. Quick Start<a class="headerlink" href="#quick-start" title="Permalink to this headline">¶</a></h1> <p>To run the examples, make sure you have downloaded both <em>examples.tar.gz</em> and <em>models.tar.gz</em>. Unpack the examples into any directory, and then unpack the models inside this examples directory.</p> <p>To see the example simply run:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">python</span> <span class="n">example_</span><span class="o">&lt;</span><span class="n">some_example</span><span class="o">&gt;.</span><span class="n">py</span> </pre></div> </div> <p>Below are walk-through guides to the examples.</p> <div class="section" id="examples"> <h2>1.3.1. Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#example-signal" id="id3">example_signal</a></li> <li><a class="reference internal" href="#example-mfcc" id="id4">example_mfcc</a></li> <li><a class="reference internal" href="#example-mfcc-fb" id="id5">example_mfcc_fb</a></li> <li><a class="reference internal" href="#example-feat-pipe" id="id6">example_feat_pipe</a></li> <li><a class="reference internal" href="#example-lid-pipe-gmm" id="id7">example_lid_pipe_gmm</a></li> <li><a class="reference internal" href="#example-lid-gmm" id="id8">example_lid_gmm</a></li> <li><a class="reference internal" href="#example-gmmsad" id="id9">example_gmmsad</a></li> <li><a class="reference internal" href="#example-ivec" id="id10">example_ivec</a></li> <li><a class="reference internal" href="#example-gsv" id="id11">example_gsv</a></li> </ul> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Following any of the examples on this page requires that you are in the examples directory (otherwise you will need to change the filepaths.)</p> </div> <div class="section" id="example-signal"> <h3><a class="toc-backref" href="#id3">1.3.1.1. example_signal</a><a class="headerlink" href="#example-signal" title="Permalink to this headline">¶</a></h3> <p>Open the python interpreter and import the following:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span> </pre></div> </div> <p>To create an instance of LLSignal</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> </pre></div> </div> <p>We can read the a test signal from file. Pyslgr has a few example signals already built in, we will use one of these.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>We will visualize the signal in the time domain. We will calculate and display the first 10 seconds.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">seconds</span> <span class="o">=</span> <span class="mi">10</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sf</span> <span class="o">=</span> <span class="n">sig</span><span class="o">.</span><span class="n">sampling_frequency</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">z</span> <span class="o">=</span> <span class="nb">range</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="n">seconds</span><span class="o">*</span><span class="nb">int</span><span class="p">(</span><span class="n">sf</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">t</span> <span class="o">=</span> <span class="p">(</span><span class="mf">1.0</span><span class="o">/</span><span class="n">sf</span><span class="p">)</span><span class="o">*</span><span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">z</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">t</span><span class="p">,</span> <span class="n">sig</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="nb">len</span><span class="p">(</span><span class="n">z</span><span class="p">)])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">xlabel</span><span class="p">(</span><span class="s2">&quot;Time in seconds&quot;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span> </pre></div> </div> <p>The signal looks like this:</p> <img alt="images/quick_start/figure_1.png" class="align-center" src="images/quick_start/figure_1.png" /> <p>To get the pitch of the signal, use <a class="reference internal" href="pyslgr.html#pyslgr.LLSignal.LLSignal.get_f0" title="pyslgr.LLSignal.LLSignal.get_f0"><code class="xref py py-meth docutils literal"><span class="pre">get_f0()</span></code></a></p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">f0</span> <span class="o">=</span> <span class="n">sig</span><span class="o">.</span><span class="n">get_f0</span><span class="p">(</span><span class="mi">100</span><span class="p">,</span><span class="mi">650</span><span class="p">,</span><span class="mf">0.010</span><span class="p">,</span><span class="mf">0.005</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">f0</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">200</span><span class="p">:</span><span class="mi">205</span><span class="p">]</span> <span class="go">array([ 126.44771576, 125.1450882 , 123.85125732, 123.43418884, 123.18312073])</span> </pre></div> </div> <p>Signals can be sliced using the same syntax as numpy. For instance, <strong>sig[0:10]</strong> returns the first 10 samples of the signal</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">10</span><span class="p">]</span> </pre></div> </div> <p>Using negative indices will give the last n values of the signal</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span> </pre></div> </div> <p>returns the last value in sig.</p> <p>Slices [m:n] where m &gt;= n will return empty arrays. To test this, try</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="p">[</span><span class="mi">3</span><span class="p">:</span><span class="mi">1</span><span class="p">]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="p">[</span><span class="mi">3</span><span class="p">:</span><span class="mi">3</span><span class="p">]</span> </pre></div> </div> <p>For a slice [m:n] where n &gt; sig.length(), clipping will occur and only m:sig.length() is returned</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">:</span><span class="n">sig</span><span class="o">.</span><span class="n">length</span><span class="p">()</span><span class="o">+</span><span class="mi">10</span><span class="p">]</span> <span class="go">array([ 16.])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span> <span class="go">16.0</span> </pre></div> </div> <p>Strides and reversals are also possible. <strong>sig[20::3]</strong> returns every 3rd element starting with the 20th element. <strong>sig[10:-2]</strong> returns every second element starting at the 10th element as indices decrease.</p> <p>Using slices, we can plot portions of the signal. Here we look at 5 seconds of the signal from 3 seconds to 8 seconds.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">min_seconds</span> <span class="o">=</span> <span class="mi">2</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">max_seconds</span> <span class="o">=</span> <span class="mi">4</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">z</span> <span class="o">=</span> <span class="nb">range</span><span class="p">(</span><span class="n">min_seconds</span><span class="o">*</span><span class="nb">int</span><span class="p">(</span><span class="n">sf</span><span class="p">),</span> <span class="n">max_seconds</span><span class="o">*</span><span class="nb">int</span><span class="p">(</span><span class="n">sf</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">t</span> <span class="o">=</span> <span class="p">(</span><span class="mf">1.0</span><span class="o">/</span><span class="n">sf</span><span class="p">)</span><span class="o">*</span><span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">z</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">t</span><span class="p">,</span> <span class="n">sig</span><span class="p">[</span><span class="n">min_seconds</span><span class="o">*</span><span class="nb">int</span><span class="p">(</span><span class="n">sf</span><span class="p">):</span><span class="n">max_seconds</span><span class="o">*</span><span class="nb">int</span><span class="p">(</span><span class="n">sf</span><span class="p">)])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">xlabel</span><span class="p">(</span><span class="s2">&quot;Time in seconds&quot;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span> </pre></div> </div> <img alt="images/quick_start/figure_2.png" class="align-center" src="images/quick_start/figure_2.png" /> <p>To check the frequency at which the signal was sampled, use the following</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">sampling_frequency</span><span class="p">()</span> <span class="go">8000.0</span> </pre></div> </div> <p>We can downsample by resampling</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">resample_8k</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">sampling_frequency</span><span class="p">()</span> <span class="go">8000.0</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">save_pcm_wav</span><span class="p">(</span><span class="o">&lt;</span><span class="n">filename</span><span class="o">&gt;</span><span class="p">)</span> </pre></div> </div> <p>There also several options for pre-processing the data, including mean removal, amplitude normalization, and preemphasis.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">remove_mean</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">normalize</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">preemphasize</span><span class="p">(</span><span class="mf">0.97</span><span class="p">)</span> </pre></div> </div> </div> <div class="section" id="example-mfcc"> <span id="id1"></span><h3><a class="toc-backref" href="#id4">1.3.1.2. example_mfcc</a><a class="headerlink" href="#example-mfcc" title="Permalink to this headline">¶</a></h3> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">We will use the LLSignal class in this example. To familiarize yourself with this class, please see <a class="reference internal" href="#example-signal">example_signal</a>.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">MFCCFeatures extends :class: <cite>~pyslgr.LLFeatures.LLFeatures</cite></p> </div> <p>To begin we will want to import the relevent modules:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> </pre></div> </div> <p>Processing the signal in order to obtain mel-frequency cepstral coefficient (MFCC) features, requires a config file (in json format). We will load in the default feature config file and make modifications. Then we will restore it for use.</p> <p>We begin by loading the config file.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/lid_config.json&#39;</span><span class="p">,</span><span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">fp</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> </pre></div> </div> <p>For the purpose of this example we will set <strong>fb_only</strong> to true. To see all the config options, see <a class="reference internal" href="pyslgr.html#pyslgr.MFCCFeatures.MFCCFeatures.process" title="pyslgr.MFCCFeatures.MFCCFeatures.process"><code class="xref py py-meth docutils literal"><span class="pre">process()</span></code></a> <strong>fb_only</strong> produces the &#8216;raw&#8217; filter bank outputs instead of producing cepstral coefficients.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;lid_config&#39;</span><span class="p">][</span><span class="s1">&#39;feat_config&#39;</span><span class="p">]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;fb_only&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;true&#39;</span> </pre></div> </div> <p>Now we save this a new config file.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">mfcc_config</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">feat_config</span><span class="p">)</span> </pre></div> </div> <p>To check whether our change took effect,</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;MFCC features configuration: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">mfcc_config</span><span class="p">)</span> <span class="go">MFCC features configuration: {&quot;fb_only&quot;: &quot;true&quot;, &quot;fb_hi&quot;: &quot;3140&quot;, &quot;win_inc_ms&quot;: &quot;10&quot;, &quot;linear&quot;: &quot;false&quot;, &quot;feat_type&quot;: &quot;mfcc&quot;, &quot;fb_low&quot;: &quot;300&quot;, &quot;win_len_ms&quot;: &quot;20&quot;, &quot;alpha&quot;: &quot;1&quot;, &quot;num_cep&quot;: &quot;6&quot;, &quot;keep_c0&quot;: &quot;true&quot;, &quot;dither&quot;: &quot;1&quot;}</span> </pre></div> </div> <p>And, indeed <strong>fb_only</strong> has been set to true. We can also review the other configuration settings.</p> <p>We now load in the sample signal just as in <cite>example_signal</cite>.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fn</span> <span class="o">=</span> <span class="s1">&#39;signals/example.sph&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="n">fn</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>To get features, we make an instance of the MFCCFeatures class and call <a class="reference internal" href="pyslgr.html#pyslgr.MFCCFeatures.MFCCFeatures.process" title="pyslgr.MFCCFeatures.MFCCFeatures.process"><code class="xref py py-meth docutils literal"><span class="pre">process()</span></code></a></p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span> <span class="o">=</span> <span class="n">MFCCFeatures</span><span class="p">(</span><span class="n">mfcc_config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">delta</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">accel</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span> </pre></div> </div> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last">See <a class="reference internal" href="MFCC_Features.html#mfcc-features-delta"><span class="std std-ref">MFCC Features</span></a> for more information on the delta() and accel().</p> </div> <p>You can also try out the various slicing and indexing operations.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Single vectors are printed to console as a list of entries read from left to right. Multiple vectorss are printed to console as columns, each column represents a vector.</p> </div> <p>Here are some examples:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="c1">#gets the first vector</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span> <span class="c1">#gets the last vector</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">3</span><span class="p">]</span> <span class="c1">#gets vectors 0 through 3</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="p">[</span><span class="o">-</span><span class="mi">3</span><span class="p">:</span><span class="o">-</span><span class="mi">1</span><span class="p">]</span> <span class="c1">#gets third to last vector through last vector</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">5</span><span class="p">:</span><span class="mi">2</span><span class="p">]</span> <span class="c1">#gets vectors 0,2,4</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="p">[</span><span class="mi">1</span><span class="p">:</span><span class="mi">1</span><span class="p">]</span> <span class="c1">#produces an empty array</span> </pre></div> </div> <p>Let us now look at a few basic SAD (Speech Activity Detection) tools</p> <p>First we need to create a temporary directory to store our results</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os.path</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">):</span> <span class="go"> os.mkdir(&#39;tmp&#39;)</span> </pre></div> </div> <p>We will create sad labels and marks for the sample signal and save them.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">xtalk</span><span class="p">(</span><span class="o">-</span><span class="mi">10</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">5</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">save_sad_labels</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">,</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">fn</span><span class="p">)</span> <span class="o">+</span> <span class="s1">&#39;.lbl&#39;</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">save_sad_marks</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">,</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">fn</span><span class="p">)</span> <span class="o">+</span> <span class="s1">&#39;.mark&#39;</span><span class="p">))</span> </pre></div> </div> <p>To access the SAD labels directly, we can use the following</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">lbl</span> <span class="o">=</span> <span class="n">feats</span><span class="o">.</span><span class="n">sad_labels</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">apply_sad</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;a few SAD labels: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">lbl</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">100</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Number of frames is : </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">f</span><span class="o">.</span><span class="n">num_vec</span><span class="p">())</span> </pre></div> </div> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last">For more information on SAD, click <a class="reference internal" href="sad.html#sad-top"><span class="std std-ref">here</span></a>.</p> </div> <p>If we wish to save the features as raw floats, we can do so:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">save_raw</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">,</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">fn</span><span class="p">)</span> <span class="o">+</span> <span class="s1">&#39;.feats.dat&#39;</span><span class="p">))</span> </pre></div> </div> </div> <div class="section" id="example-mfcc-fb"> <h3><a class="toc-backref" href="#id5">1.3.1.3. example_mfcc_fb</a><a class="headerlink" href="#example-mfcc-fb" title="Permalink to this headline">¶</a></h3> <p>This example shows how to use &#8216;raw&#8217; filter bank outputs instead of MFCC Features.</p> <p>To begin, we will import all relevant modules.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> </pre></div> </div> <p>Next we will load in the example signal:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">resample_8k</span><span class="p">()</span> </pre></div> </div> <p>We will need a configuration file. One has already been created, however will we modify it to meet our needs.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/lid_config.json&#39;</span><span class="p">,</span><span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">fp</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;lid_config&#39;</span><span class="p">][</span><span class="s1">&#39;feat_config&#39;</span><span class="p">]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;fb_only&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="kc">True</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;linear&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="kc">True</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;win_len_ms&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="mi">20</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;tgt_num_filt&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="mi">100</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">mfcc_config</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">feat_config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;MFCC features configuration: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">mfcc_config</span><span class="p">)</span> </pre></div> </div> <p>To get features, we make an instance of the MFCCFeatures class and call <a class="reference internal" href="pyslgr.html#pyslgr.MFCCFeatures.MFCCFeatures.process" title="pyslgr.MFCCFeatures.MFCCFeatures.process"><code class="xref py py-meth docutils literal"><span class="pre">process()</span></code></a></p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span> <span class="o">=</span> <span class="n">MFCCFeatures</span><span class="p">(</span><span class="n">mfcc_config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span><span class="o">.</span><span class="n">set_outfeat</span><span class="p">(</span><span class="s1">&#39;f&#39;</span><span class="p">)</span> </pre></div> </div> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last">For more information on the <a class="reference internal" href="pyslgr.html#pyslgr.LLFeatures.LLFeatures.set_outfeat" title="pyslgr.LLFeatures.LLFeatures.set_outfeat"><code class="xref py py-meth docutils literal"><span class="pre">set_outfeat()</span></code></a> function, click <a class="reference internal" href="MFCC_Features.html#setting-features"><span class="std std-ref">here</span></a>.</p> </div> <p>We can now check how many features we calculated.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Number of output features </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">f</span><span class="o">.</span><span class="n">num_outfeat</span><span class="p">())</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">delta_f</span> <span class="o">=</span> <span class="mf">0.5</span><span class="o">*</span><span class="n">sig</span><span class="o">.</span><span class="n">sampling_frequency</span><span class="p">()</span> <span class="o">/</span> <span class="p">(</span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;tgt_num_filt&#39;</span><span class="p">]</span><span class="o">+</span><span class="mi">1</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fb_range</span> <span class="o">=</span> <span class="nb">float</span><span class="p">(</span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;fb_hi&#39;</span><span class="p">])</span><span class="o">-</span><span class="nb">float</span><span class="p">(</span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;fb_low&#39;</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Approx num of feats: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">fb_range</span><span class="o">/</span><span class="n">delta_f</span><span class="p">)</span> </pre></div> </div> <p>We can plot our fetaures.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span> <span class="o">=</span> <span class="n">feat</span><span class="p">[:]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">imshow</span><span class="p">(</span><span class="n">feats</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">::</span><span class="o">-</span><span class="mi">1</span><span class="p">,</span><span class="mi">0</span><span class="p">:</span><span class="mi">500</span><span class="p">],</span> <span class="n">aspect</span><span class="o">=</span><span class="s1">&#39;auto&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span> </pre></div> </div> <img alt="images/mfcc/fb_only_output_feat.png" class="align-center" src="images/mfcc/fb_only_output_feat.png" /> </div> <div class="section" id="example-feat-pipe"> <span id="id2"></span><h3><a class="toc-backref" href="#id6">1.3.1.4. example_feat_pipe</a><a class="headerlink" href="#example-feat-pipe" title="Permalink to this headline">¶</a></h3> <p>This example demonstrates how to quickly create a pipeline that extracts features. <a class="reference internal" href="#example-gmm-sad"><span class="std std-ref">Example_gmmsad</span></a> demonstrates the manual process for feature extraction that the pipeline in this example achieves.</p> <p>To begin, we will import all relevant modules.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.FeatPipe</span> <span class="k">import</span> <span class="n">FeatPipe</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.sad</span> <span class="k">import</span> <span class="n">XtalkSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> </pre></div> </div> <p>Next we will load in the example signal:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>Now we will need the configuration file for the pipeline. There is already such a configuration file which has been set up for this example.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/lid_mfcc+gmmsad_pipe.json&#39;</span><span class="p">,</span> <span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fid</span><span class="p">:</span> <span class="go"> pipe_config = json.load(fid)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Pipeline configuration: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">pipe_config</span><span class="p">)</span> </pre></div> </div> <p>We can now apply the pipeline. It will reture a MFCCFeatures object.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">pipe</span> <span class="o">=</span> <span class="n">FeatPipe</span><span class="p">(</span><span class="n">pipe_config</span><span class="p">,</span> <span class="n">MFCCFeatures</span><span class="p">,</span> <span class="n">GMMSAD</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span> <span class="o">=</span> <span class="n">pip</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> </pre></div> </div> <p>To gain insight into what the pipeline has accomplished, we can print out a few of the calculation results.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Number of base features: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">feat</span><span class="o">.</span><span class="n">num_base_feat</span><span class="p">())</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Number of output features: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">feat</span><span class="o">.</span><span class="n">num_outfeat</span><span class="p">())</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Number of frames is : </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">feat</span><span class="o">.</span><span class="n">num_vec</span><span class="p">())</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Frame rate: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">feat</span><span class="o">.</span><span class="n">get_win_inc_ms</span><span class="p">())</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Duration in seconds is: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">feat</span><span class="o">.</span><span class="n">duration</span><span class="p">())</span> </pre></div> </div> <p>We can also store our results. To accomplish this, we will check if a tmp directory already exists, otherwise we will create one.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os.path</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">):</span> <span class="go"> os.mkdir(&#39;tmp&#39;)</span> </pre></div> </div> <p>Then we can save our features:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;</span><span class="se">\n</span><span class="s1">Saving features to tmp/</span><span class="si">{}</span><span class="s1">.full_feat_ext.dat as raw floats.&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="s1">&#39;example&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span><span class="o">.</span><span class="n">save_raw</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">,</span> <span class="s1">&#39;example&#39;</span> <span class="o">+</span> <span class="s1">&#39;.feat_ext.dat&#39;</span><span class="p">))</span> </pre></div> </div> </div> <div class="section" id="example-lid-pipe-gmm"> <h3><a class="toc-backref" href="#id7">1.3.1.5. example_lid_pipe_gmm</a><a class="headerlink" href="#example-lid-pipe-gmm" title="Permalink to this headline">¶</a></h3> <p>This example shows how to set up a pipeline that can be used for Language Identification (lid).</p> <p>To begin this example, we will need to import all the relevant modules</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.FeatPipe</span> <span class="k">import</span> <span class="n">FeatPipe</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.sad</span> <span class="k">import</span> <span class="n">XtalkSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMModel</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os</span> </pre></div> </div> <p>First, we will load our example signal.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>Now, we need to load in the configuration file for the pipeline. A configuration file has already been setup for this example.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/lid_mfcc+gmmsad_pipe.json&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fp</span><span class="p">:</span> <span class="go"> pipe_config = json.load(fp)</span> </pre></div> </div> <p>We can now run the pipeline. It will return an MFCCFeatures object.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">pipe</span> <span class="o">=</span> <span class="n">FeatPipe</span><span class="p">(</span><span class="n">pipe_config</span><span class="p">,</span> <span class="n">MFCCFeatures</span><span class="p">,</span> <span class="n">GMMSAD</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span> <span class="o">=</span> <span class="n">pipe</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> </pre></div> </div> <p>We can now use PySLGR to identify the language of your example signal.</p> <p>Start by creating a GMMModel object.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">g_ubm</span> <span class="o">=</span> <span class="n">GMMModel</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">g_ubm</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="s1">&#39;models/language/sbkg.o1024-sdc-rasta-fn-fnap.mod&#39;</span><span class="p">)</span> </pre></div> </div> <p>We will now load in the pre-existing language models.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/lid_config.json&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fp</span><span class="p">:</span> <span class="go"> slgr_config = json.load(fp)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">model_names</span> <span class="o">=</span> <span class="nb">sorted</span><span class="p">(</span><span class="n">slgr_config</span><span class="p">[</span><span class="s1">&#39;lid_config&#39;</span><span class="p">][</span><span class="s1">&#39;models&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">values</span><span class="p">())</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">g_langs</span><span class="o">=</span><span class="p">[]</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">xrange</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="nb">len</span><span class="p">(</span><span class="n">model_names</span><span class="p">)):</span> <span class="go"> g_langs.append(GMMModel())</span> <span class="go"> g_langs[i].load(os.path.join(&#39;models&#39;, model_names[i]))</span> </pre></div> </div> <p>The next step is to score the models.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">allScores</span> <span class="o">=</span> <span class="n">g_ubm</span><span class="o">.</span><span class="n">score_models</span><span class="p">(</span><span class="n">feat</span><span class="p">,</span> <span class="n">g_langs</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="kc">True</span><span class="p">,</span> <span class="mf">10.0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">modelScores</span> <span class="o">=</span> <span class="n">allScores</span><span class="o">.</span><span class="n">scores</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">scores_out</span><span class="p">[]</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">xrange</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="n">modelScores</span><span class="o">.</span><span class="n">size</span><span class="p">,</span> <span class="mi">2</span><span class="p">):</span> <span class="go"> scores_out.append((model_names[i], modelScore[i+1] - modelScores[i]))</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;scores: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">scores_out</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;UBM score = &#39;</span><span class="p">,</span> <span class="n">allScores</span><span class="o">.</span><span class="n">ubm_score</span> </pre></div> </div> </div> <div class="section" id="example-lid-gmm"> <h3><a class="toc-backref" href="#id8">1.3.1.6. example_lid_gmm</a><a class="headerlink" href="#example-lid-gmm" title="Permalink to this headline">¶</a></h3> <p>In this example, we will demonstrate the language identification (lid) capabilities of PySLGR.</p> <p>To begin this example, we will want to import all the relevant modules</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMModel</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">operator</span> </pre></div> </div> <p>Now we would like to load our example signal.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>As in example_mfcc, we need to set up the config file for our MFCC features.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">slgr_config_fn</span> <span class="o">=</span> <span class="s1">&#39;config/lid_config.json&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="n">slgr_config_fn</span><span class="p">,</span><span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">fp</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">mfcc_config</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">c</span><span class="p">[</span><span class="s1">&#39;lid_config&#39;</span><span class="p">][</span><span class="s1">&#39;feat_config&#39;</span><span class="p">])</span> </pre></div> </div> <p>For this example, we will also need models. These models can be found in the /nmec/slgr/model directory</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">model_dir</span> <span class="o">=</span> <span class="s1">&#39;models&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">model_names</span> <span class="o">=</span> <span class="nb">sorted</span><span class="p">(</span><span class="n">c</span><span class="p">[</span><span class="s1">&#39;lid_config&#39;</span><span class="p">][</span><span class="s1">&#39;models&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">values</span><span class="p">())</span> </pre></div> </div> <p>We initialize the MFCC features as in example_mfcc. For more details on how to use the <a class="reference internal" href="pyslgr.html#pyslgr.LLFeatures.LLFeatures.set_outfeat" title="pyslgr.LLFeatures.LLFeatures.set_outfeat"><code class="xref py py-meth docutils literal"><span class="pre">set_outfeat()</span></code></a> function, see <a class="reference internal" href="MFCC_Features.html#setting-features"><span class="std std-ref">Understanding set_outfeat()</span></a> .</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span> <span class="o">=</span> <span class="n">MFCCFeatures</span><span class="p">(</span><span class="n">mfcc_config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">rasta</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">delta2point</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">sdc</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span><span class="mi">7</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">xtalk</span><span class="p">(</span><span class="o">-</span><span class="mf">10.0</span><span class="p">,</span><span class="mf">5.0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">apply_sad</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">feat_norm</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feats</span><span class="o">.</span><span class="n">set_outfeat</span><span class="p">(</span><span class="s1">&#39;fs&#39;</span><span class="p">)</span> </pre></div> </div> <p>Now we will create the GMM model object.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">g_ubm</span> <span class="o">=</span> <span class="n">GMMModel</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">g_ubm</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">model_dir</span><span class="p">,</span><span class="s2">&quot;language&quot;</span><span class="p">,</span> <span class="s2">&quot;sbkg.o1024-sdc-rasta-fn-fnap.mod&quot;</span><span class="p">))</span> </pre></div> </div> <p>To get models for all available languages.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">g_langs</span> <span class="o">=</span> <span class="p">[]</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">xrange</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="nb">len</span><span class="p">(</span><span class="n">model_names</span><span class="p">)):</span> <span class="go"> g_langs.append(GMMModel())</span> <span class="go"> g_langs[i].load(os.path.join(model_dir, model_names[i]))</span> </pre></div> </div> <p>To get the scores:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">allScores</span> <span class="o">=</span> <span class="n">g_ubm</span><span class="o">.</span><span class="n">score_models</span><span class="p">(</span><span class="n">feats</span><span class="p">,</span> <span class="n">g_langs</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="kc">True</span><span class="p">,</span> <span class="mf">10.0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">modelScores</span> <span class="o">=</span> <span class="n">allScores</span><span class="o">.</span><span class="n">scores</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">scores_out</span> <span class="o">=</span> <span class="p">[]</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">xrange</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span><span class="n">modelScores</span><span class="o">.</span><span class="n">size</span><span class="p">,</span><span class="mi">2</span><span class="p">):</span> <span class="go"> scores_out.append((model_names[i], modelScores[i+1]-modelScores[i]))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">scores_out</span> <span class="o">=</span> <span class="nb">sorted</span><span class="p">(</span><span class="n">scores_out</span><span class="p">,</span> <span class="n">key</span><span class="o">=</span><span class="n">operator</span><span class="o">.</span><span class="n">itemgetter</span><span class="p">(</span><span class="mi">1</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;scores: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">scores_out</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s2">&quot;UBM score =&quot;</span><span class="p">,</span> <span class="n">allScores</span><span class="o">.</span><span class="n">ubm_score</span> <span class="go">UBM score = -71.3863830566</span> </pre></div> </div> </div> <div class="section" id="example-gmmsad"> <span id="example-gmm-sad"></span><h3><a class="toc-backref" href="#id9">1.3.1.7. example_gmmsad</a><a class="headerlink" href="#example-gmmsad" title="Permalink to this headline">¶</a></h3> <p>For this example, we will need to import the following python modules:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">operator</span> </pre></div> </div> <p>Now we need to load the relevant config files. They are stored as .json files in the <em>config</em> directory.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fn</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/gmmsad_params.json&#39;</span><span class="p">,</span> <span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">fn</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fn</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">c</span><span class="p">[</span><span class="s1">&#39;feat_config&#39;</span><span class="p">])</span> </pre></div> </div> <p>We will also load the relevant models. We will use models for &#8216;non-speech, &#8216;speech&#8217;, and &#8216;music.&#8217;</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">model_dir</span> <span class="o">=</span> <span class="s1">&#39;models&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">model_files</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;gmm_models&#39;</span><span class="p">]</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Using models: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">model_files</span><span class="p">)</span> <span class="go">Using models: {u&#39;music&#39;: u&#39;sad/sMUSIC3.o128-rasta-mfb2-21-cep+dcep.mod&#39;, u&#39;speech&#39;: u&#39;sad/sSPEECH.o128-rasta-mfb2-21-cep+dcep.mod&#39;, u&#39;nonspeech&#39;: u&#39;sad/sNONSPEECH.o128-rasta-mfb2-21-cep+dcep.mod&#39;}</span> </pre></div> </div> <p>We grab the example audio signal...</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>Now that everything is set up, we can use our GMM to detect speech activity. This is called Speech Activity Detection (SAD).</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last">More information about SAD can be found <a class="reference internal" href="sad.html#sad-top"><span class="std std-ref">here</span></a></p> </div> <p>Run:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">gmmsad</span> <span class="o">=</span> <span class="n">GMMSAD</span><span class="p">(</span><span class="n">feat_config</span><span class="p">,</span> <span class="n">model_dir</span><span class="p">,</span> <span class="n">model_files</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sad_marks</span> <span class="o">=</span> <span class="n">gmmsad</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;sad marks : </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">sad_marks</span><span class="p">)</span> <span class="go">sad marks : [(0.35999998450279236, 82.58999633789062), (83.47999572753906, 34.01000213623047)]</span> </pre></div> </div> <p>Since our example is mainly speech, almost the entire signal is selected. We can now visualize our results:</p> <img alt="images/SAD/gmmsad_red.png" class="align-center" src="images/SAD/gmmsad_red.png" /> <p>The following code will produce the image above.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">max_seconds</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">sad_marks</span><span class="p">[</span><span class="mi">1</span><span class="p">][</span><span class="mi">0</span><span class="p">]</span><span class="o">+</span><span class="n">sad_marks</span><span class="p">[</span><span class="mi">1</span><span class="p">][</span><span class="mi">1</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">marks</span> <span class="o">=</span> <span class="p">[]</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">for</span> <span class="n">mark</span> <span class="ow">in</span> <span class="n">sad_marks</span><span class="p">:</span> <span class="go"> marks.append((mark[0],mark[0]+mark[1]))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sf</span> <span class="o">=</span> <span class="n">sig</span><span class="o">.</span><span class="n">sampling_frequency</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">z</span> <span class="o">=</span> <span class="nb">range</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="n">max_seconds</span><span class="o">*</span><span class="nb">int</span><span class="p">(</span><span class="n">sf</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">t</span> <span class="o">=</span> <span class="p">(</span><span class="mf">1.0</span><span class="o">/</span><span class="n">sf</span><span class="p">)</span><span class="o">*</span><span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">z</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">t</span><span class="p">,</span> <span class="n">sig</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="nb">len</span><span class="p">(</span><span class="n">z</span><span class="p">)])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">xlabel</span><span class="p">(</span><span class="s1">&#39;Time in seconds&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">for</span> <span class="n">mark</span> <span class="ow">in</span> <span class="n">marks</span><span class="p">:</span> <span class="go"> if(mark[1] &gt; max_seconds):</span> <span class="go"> plt.axvspan(mark[0], max_seconds, facecolor=&#39;r&#39;, alpha=0.2)</span> <span class="go"> else:</span> <span class="go"> plt.axvspan(mark[0], mark[1], facecolor=&#39;r&#39;, alpha=0.2)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span> </pre></div> </div> <p>We can also load the SAD marks into a Features object.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/lid_config.json&#39;</span><span class="p">,</span><span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">fp</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fp</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span> <span class="o">=</span> <span class="n">c</span><span class="p">[</span><span class="s1">&#39;lid_config&#39;</span><span class="p">][</span><span class="s1">&#39;feat_config&#39;</span><span class="p">]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat_config</span><span class="p">[</span><span class="s1">&#39;fb_only&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;true&#39;</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">mfcc_config</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">feat_config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span> <span class="o">=</span> <span class="n">MFCCFeatures</span><span class="p">(</span><span class="n">mfcc_config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span><span class="o">.</span><span class="n">load_sad_marks</span><span class="p">(</span><span class="n">sad_marks</span><span class="p">)</span> </pre></div> </div> <p>Saving these marks to file is also possible.</p> <p>First we will check to see if a tmp directory exists, otherwise we will create one.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">os.path</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="s1">&#39;tmp&#39;</span><span class="p">):</span> <span class="go"> os.mkdir(&#39;tmp&#39;)</span> </pre></div> </div> <p>Next we can save the marks to file.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span><span class="o">.</span><span class="n">save_sad_marks</span><span class="p">(</span><span class="s1">&#39;tmp/eg.mark&#39;</span><span class="p">)</span> </pre></div> </div> </div> <div class="section" id="example-ivec"> <h3><a class="toc-backref" href="#id10">1.3.1.8. example_ivec</a><a class="headerlink" href="#example-ivec" title="Permalink to this headline">¶</a></h3> <p>This example demonstrates how to extract ivectors using PySLGR.</p> <p>To begin this example, we import all of the relevant modules.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.iVector</span> <span class="k">import</span> <span class="n">iVector</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.FeatPipe</span> <span class="k">import</span> <span class="n">FeatPipe</span> </pre></div> </div> <p>We will now load in the example signal.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>Then, we will use the same pipeline as in <a class="reference internal" href="#example-feat-pipe"><span class="std std-ref">example_feat_pipe</span></a>.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/sid_mfcc+gmmsad_pipe.json&#39;</span><span class="p">,</span> <span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fid</span><span class="p">:</span> <span class="go"> pipe_config = json.load(fid)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">pipe</span> <span class="o">=</span> <span class="n">FeatPipe</span><span class="p">(</span><span class="n">pipe_config</span><span class="p">,</span> <span class="n">MFCCFeatures</span><span class="p">,</span> <span class="n">GMMSAD</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span> <span class="o">=</span> <span class="n">pipe</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">sig</span><span class="p">)</span> </pre></div> </div> <p>We can check the number of output features.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;Number of output features: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">feat</span><span class="o">.</span><span class="n">num_outfeat</span><span class="p">())</span> </pre></div> </div> <p>Finally, we can compute the ivector by loading in the example configuration file.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/ivec.json&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fp</span><span class="p">:</span> <span class="go"> config = json.load(fp)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">ivec</span> <span class="o">=</span> <span class="n">iVector</span><span class="p">(</span><span class="n">config</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">v</span> <span class="o">=</span> <span class="n">ivec</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">feat</span><span class="p">)</span> </pre></div> </div> <p>To take a look at a few of the calculated ivectors, simply:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;A few elements of iVector: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">v</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">10</span><span class="p">])</span> </pre></div> </div> <p>To check the dimesnsions of the iVector:</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;iVector dimension: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">v</span><span class="p">))</span> </pre></div> </div> </div> <div class="section" id="example-gsv"> <h3><a class="toc-backref" href="#id11">1.3.1.9. example_gsv</a><a class="headerlink" href="#example-gsv" title="Permalink to this headline">¶</a></h3> <p>This example demonstrates the capability to compute the Guassian Supervector (GSV) expansion using PySLGR.</p> <p>First, we will want to import all the relevant modules.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">json</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GMMModel</span> <span class="k">import</span> <span class="n">GMMSAD</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.GSV</span> <span class="k">import</span> <span class="n">GSV</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.LLSignal</span> <span class="k">import</span> <span class="n">LLSignal</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.MFCCFeatures</span> <span class="k">import</span> <span class="n">MFCCFeatures</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.FeatPipe</span> <span class="k">import</span> <span class="n">FeatPipe</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyslgr.sad</span> <span class="k">import</span> <span class="n">XtalkSAD</span> </pre></div> </div> <p>Next we will load an example signal.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span> <span class="o">=</span> <span class="n">LLSignal</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sig</span><span class="o">.</span><span class="n">load_sph</span><span class="p">(</span><span class="s1">&#39;signals/example.sph&#39;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> </pre></div> </div> <p>We will use the feature pipeline to quickly compute MFCC features.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">mfcc_pipe_fn</span> <span class="o">=</span> <span class="s2">&quot;config/sid_mfcc+gmmsad_pipe.json&quot;</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">mfcc_pipe_fn</span><span class="p">,</span> <span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fp</span><span class="p">:</span> <span class="go"> pipe_config = json.load(fp)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">pipe</span> <span class="o">=</span> <span class="n">FeatPipe</span><span class="p">(</span><span class="n">pipe_config</span><span class="p">,</span> <span class="n">MFCCFeatures</span><span class="p">,</span> <span class="n">GMMSAD</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">feat</span> <span class="o">=</span> <span class="n">pipe</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> </pre></div> </div> <p>To compute GSV expansion, we will first need to load a configuration file. This file is available in the config directory.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s1">&#39;config/gsv.json&#39;</span><span class="p">,</span> <span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fp</span><span class="p">:</span> <span class="go"> config = json.load(fp)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">gsv</span> <span class="o">=</span> <span class="n">GSV</span><span class="p">(</span><span class="n">config</span><span class="p">)</span> </pre></div> </div> <p>Now we can compute a GSV expansion.</p> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">v</span> <span class="o">=</span> <span class="n">gsv</span><span class="o">.</span><span class="n">process</span><span class="p">(</span><span class="n">feat</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;A few elements of GSV expansion: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">v</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">10</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span> <span class="s1">&#39;GSV expansion dimension = </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">v</span><span class="p">))</span> </pre></div> </div> </div> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> </div> <div class="footer"> <a href="_sources/quick_start.rst.txt" rel="nofollow">Show this page source</a> </div> <div class="rel"> <div class="buttonPrevious"> <a href="prereqs.html">Previous </a> </div> <div class="buttonNext"> <a href="MFCC_Features.html">Next </a> </div> <div class="buttonPrevious"> <a href="py-modindex.html">Previous </a> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22606712-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
doc/classes/Speedy.src/M000004.html
aslamnd/speedy
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>require_all_libs_relative_to (Speedy)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/speedy.rb, line 36</span> <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">require_all_libs_relative_to</span>( <span class="ruby-identifier">fname</span>, <span class="ruby-identifier">dir</span> = <span class="ruby-keyword kw">nil</span> ) <span class="ruby-identifier">dir</span> <span class="ruby-operator">||=</span> <span class="ruby-operator">::</span><span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">fname</span>, <span class="ruby-value str">'.*'</span>) <span class="ruby-identifier">search_me</span> = <span class="ruby-operator">::</span><span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>( <span class="ruby-operator">::</span><span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-operator">::</span><span class="ruby-constant">File</span>.<span class="ruby-identifier">dirname</span>(<span class="ruby-identifier">fname</span>), <span class="ruby-identifier">dir</span>, <span class="ruby-value str">'**'</span>, <span class="ruby-value str">'*.rb'</span>)) <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">glob</span>(<span class="ruby-identifier">search_me</span>).<span class="ruby-identifier">sort</span>.<span class="ruby-identifier">each</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">rb</span><span class="ruby-operator">|</span> <span class="ruby-identifier">require</span> <span class="ruby-identifier">rb</span>} <span class="ruby-keyword kw">end</span></pre> </body> </html>
docs/bindings/cl_sys/cl_h/constant.CL_MEM_HOST_PTR.html
liebharc/clFFT
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../cl_sys/constant.CL_MEM_HOST_PTR.html"> </head> <body> <p>Redirecting to <a href="../../cl_sys/constant.CL_MEM_HOST_PTR.html">../../cl_sys/constant.CL_MEM_HOST_PTR.html</a>...</p> <script>location.replace("../../cl_sys/constant.CL_MEM_HOST_PTR.html" + location.search + location.hash);</script> </body> </html>
web/post.html
bloGol/bloGol
<html lang="en"> <head> <meta charset="UTF-8"> <title>Post {{.ID}}</title> </head> <body> <h1>{{.Title}}</h1> <p>{{.Raw}}</p> </body> </html>
_includes/js.html
leoburgos/leoburgos.github.io
<!-- jQuery Version 1.11.0 --> <script src="{{ "/js/jssor.slider-22.2.8.mini.js" }}"></script> <!-- Bootstrap Core JavaScript --> <script src="{{ "/js/bootstrap.min.js" }}"></script> <!-- Plugin JavaScript --> <script src="{{ "/js/jquery.easing.min.js" }}"></script> <script src="{{ "/js/classie.js" }}"></script> <script src="{{ "/js/cbpAnimatedHeader.js" }}"></script> <!-- Contact Form JavaScript --> <script src="{{ "/js/jqBootstrapValidation.js" }}"></script> {% if site.contact == "static" %} <script src="{{ "/js/contact_me_static.js" }}"></script> {% else %} <script src="{{ "/js/contact_me.js" }}"></script> {% endif %} <!-- Custom Theme JavaScript --> <script src="{{ "/js/freelancer.js" }}"></script> {% if site.contact == "disqus" %} <!-- Disqus Stuff --> {% include js_disqus.html %} {% endif %}
build/infovyz.css
weblyzard/infovyz
.bar { font-size: 9px; margin-top: 1px; margin-right: 1px; display: inline-block; height: 10px; overflow: hidden; } .vertical { width: 3px; float: left; } .bar-label { width: 67px; overflow: hidden; text-align: right; margin-right: 3px; } .bar-value { /* width: 20px; */ overflow: hidden; text-align: right; float: right; } .bar-bar { background-color: #ff7f0e; } .axis--x path { display: none; } path.line { fill: none; stroke: steelblue; stroke-width: 1.5px; -webkit-animation: fadein 0.5s linear 1 forwards; animation: fadein 0.5s linear 1 forwards; } path.line.exit { -webkit-animation: fadeout 0.5s linear 1 forwards; animation: fadeout 0.5s linear 1 forwards; } @-webkit-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeout { 0% { opacity: 1; } 100% { opacity: 0; } } .infovyz-map circle { fill: brown; fill-opacity: 0.5; stroke: white; } .infovyz-map circle.active { pointer-events: all; } .infovyz-map .legend circle { fill: none; stroke: #aaa; } .infovyz-map .legend text { fill: #888; text-anchor: middle; font-size: 8px; font-family: sans-serif; }
app/frontend/templates/security/_messages.html
UKN-DBVIS/SciBib
<div class="row" id="messages"> <div class="col-lg-12 pt-2"> {% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% if category == 'error' %} <div class="alert alert-danger"> {{ message }} </div> {% elif category == 'warning' %} <div class="alert alert-warning"> {{ message }} </div> {% elif category == 'info' or category == 'message' %} <div class="alert alert-primary"> {{ message }} </div> {% elif category == 'success' %} <div class="alert alert-success" role="alert"> {{ message }} </div> {% endif %} {% endfor %} {% endif %} {% endwith %} </div> </div>
docs/api/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/class-use/PigMapReduce.MapWithPartitionIndex.html
hirohanin/pig7hadoop21
<!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_20) on Wed May 05 11:17:11 PDT 2010 --> <TITLE> Uses of Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce.MapWithPartitionIndex (Pig 0.7.0 API) </TITLE> <META NAME="date" CONTENT="2010-05-05"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce.MapWithPartitionIndex (Pig 0.7.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigMapReduce.MapWithPartitionIndex.html" title="class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer"><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?org/apache/pig/backend/hadoop/executionengine/mapReduceLayer//class-usePigMapReduce.MapWithPartitionIndex.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PigMapReduce.MapWithPartitionIndex.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce.MapWithPartitionIndex</B></H2> </CENTER> No usage of org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce.MapWithPartitionIndex <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigMapReduce.MapWithPartitionIndex.html" title="class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer"><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?org/apache/pig/backend/hadoop/executionengine/mapReduceLayer//class-usePigMapReduce.MapWithPartitionIndex.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PigMapReduce.MapWithPartitionIndex.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; ${year} The Apache Software Foundation </BODY> </HTML>
frontend/public/index.html
unicef/un-partner-portal
<!doctype html> <html lang="en"> <head> <link href="https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,100" rel="stylesheet"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#000000"> <!-- manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ --> <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <!-- Notice the use of %PUBLIC_URL% in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> <!-- Start of unpartnerportalcso Zendesk Widget script --> <script>/*<![CDATA[*/window.zE||(function(e,t,s){var n=window.zE=window.zEmbed=function(){n._.push(arguments)}, a=n.s=e.createElement(t),r=e.getElementsByTagName(t)[0];n.set=function(e){ n.set._.push(e)},n._=[],n.set._=[],a.async=true,a.setAttribute("charset","utf-8"), a.src="https://static.zdassets.com/ekr/asset_composer.js?key="+s, n.t=+new Date,a.type="text/javascript",r.parentNode.insertBefore(a,r)})(document,"script","c291ce52-a455-4aab-974f-33943dca71e7");/*]]>*/</script> <link href='https://api.mapbox.com/mapbox-gl-js/v0.47.0/mapbox-gl.css' rel='stylesheet' /> <!-- End of unpartnerportalcso Zendesk Widget script --> <title>UN Partner Portal</title> </head> <body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> </body> </html>
schmankerlapp/templates/restaurant/add_meal.html
MarxDimitri/schmankerl
{% extends 'restaurant/base.html' %} {% load bootstrap3 %} {% block page %} <div class="col-lg-offset-2 col-lg-8"> <div class="panel"> <div class="panel-heading bg-blue"> <h4 class="panel-title text-center text-white">Add Meal</h4> </div> <div class="panel-body"> <form method="POST" enctype="multipart/form-data"> {% csrf_token %} {% bootstrap_form meal_form %} <button class="btn btn-pink">Create</button> </form> </div> </div> </div> {% endblock %}
index.html
Ronnel/Firefox-OS-Hackathon
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Privileged app</title> <meta name="description" content="A privileged app stub"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/app.css"> <script type="text/javascript" src="js/app.js" defer></script> </head> <body> <a href="frontPage.html"><button>Frontpage</button></a> <a href="profile.html"><button>Profile</button></a> <a href="Namelist.html"><button>Namelist</button></a> <a href="record.html"><button>Record</button></a> <a href="sendlist.html"><button>Send List</button></a> </body> </html>
ui.html
CenterForOpenScience/osf-style
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>OSF Style & UI Guidelines</title> <!-- Bootstrap core CSS --> <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700' rel='stylesheet' type='text/css'> <link href="vendor/prism/prism.css" rel="stylesheet" /> <!-- OSF style --> <link href="css/base.min.css" rel="stylesheet"> <!-- Guidelines style --> <link href="page.css" rel="stylesheet"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body role="document" class="m-b-lg"> <nav class="navbar navbar-inverse osf-navbar navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="fa fa-bars fa-lg fa-inverse"></span> </button> <a class="navbar-brand" href="index.html">OSF Style Guide </span></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="index.html">Home<span class="sr-only">(current)</span></a></li> <li><a href="style.html">Style Guide</a></li> <li class="active"><a href="ui.html">UI Guide </a></li> <li><a href="language.html">Language</a></li> </ul> <div class="navbar-form navbar-right"> <button id="openGithub" role="button" class="btn btn-info"><i class="fa fa-github"></i> Open in Github</button> </div> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="container-full style-header"> <div id="top" class="container theme-showcase" > <div class="jumbotron"> <h1>UI Guide</h1> </div> </div> </div> <div class="nav-rows container m-t-xl"> <div class="row"> <div class="col-xs-12 col-sm-9"> <!--COMPONENTS PAGE--> <div id="components" class=" theme-showcase" > <div class="page-header m-t-xl"> <h2 id="ui"> UI examples </h2> </div> <h3 id="auto-save"> Autosave example </h3> <div class="row"> <div class="col-xs-12 m-b-lg"> <h4 class="m-t-lg"> Continous Save with a continuously changed document (i.e. Wiki) </h4> <p>Have save time information and button just in case. Similar to Google Docs. </p> <div class="osf-box p-lg"> <div style="border-bottom:1px solid #ccc" class="text-right p-xs"> <span class="text-muted">Last Saved: 2 minutes ago.</span> <button class="btn btn-sm btn-success">Save</button> </div> </div> <h4 class="m-t-lg"> Save on Input control change </h4> <p>Show change alert that disappears after about 3 seconds. </p> <div class="osf-box p-lg"> <div class="row"> <div class="col-xs-6"> <input type="text" class="form-control" value="Name here"> </div> <div class="col-xs-6"> <span class="text-success">Changes saved!</span> </div> </div> </div> <div class="m-t-md m-b-md p-md osf-box-lt"> <h4> When you should NOT autosave: </h4> <ul> <li>If the edit is highly sensitive, never autosave. The extra step of saving adds a level of security.</li> <li>If the edit is going to be public immediately think about implications. The step to save gives users a moment to revise.</li> <li>When intermediate changes being applied would alter the layout or page. For example selecting to hide certain elements in a settings page should not hide those immediately and move the page around, resulting in the user losing location. </li> <li>When one edit is related to another edit that is yet to be made. I.e. when the edit is not independent.</li> </ul> </div> </div> </div> <h3 id="feedback"> Feedback examples </h3> <div class="row"> <div class="col-xs-12 m-b-lg"> <h4 id="form-validation" class="m-t-lg">Form validation</h4> <p>Use existing Bootstrap style to communicate errors related to forms. Don't use Growl notifications. <a href="http://getbootstrap.com/css/#forms-control-validation">Learn more here</a>. </p> <div class="osf-box p-lg"> <div class="form-group has-error"> <label for="inputHelpBlock">Input with help text</label> <input type="text" id="inputHelpBlock" class="form-control" aria-describedby="helpBlock"> <span id="helpBlock" class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span> </div> </div> <pre><code class="language-markup"> &lt;div class="form-group has-error"&gt; &lt;label for="inputHelpBlock"&gt;Input with help text&lt;/label&gt; &lt;input type="text" id="inputHelpBlock" class="form-control" aria-describedby="helpBlock"&gt; &lt;span id="helpBlock" class="help-block"&gt;A block of help text that breaks onto a new line and may extend beyond one line.&lt;/span&gt; &lt;/div&gt; </code></pre> <h4 id="error-reporting" class="m-t-lg">Error reporting</h4> <p>Site related errors should use Growl style error reporting. OSF uses <a href="https://github.com/ifightcrime/bootstrap-growl/">Bootstrap Growl</a> plugin to display messages. The advantage of this library is that is builds on top of bootstrap design and utilizes alert boxes, which means it already complies with the style guide.</p> <div class="osf-box p-lg"> <h4>Which feedback to use when? </h4> <table class="table table-striped"> <thead> <tr> <th>Action examples</th> <th>Feedback type</th> <th>Auto vs manual dismiss</th> </tr> </thead> <tbody> <tr> <td> <h5> Mundane success events</h5> <p>Events that user expects to happen and occurs frequently.</p> <ul> <li>Page loaded successfully</li> <li>Login was successful</li> </ul> </td> <td> Does not need feedback </td> <td>N/A</td> </tr> <tr> <td> <h5>Expected but critical success events</h5> <p>Events that the user expects to succeed but it's success is important</p> <ul> <li>File uploaded successfully</li> <li>File deleted successfully</li> <li>Wiki changes are saved</li> </ul> </td> <td> Use text with "text-success" within the vicinity of the action elements.. i.e: <span class="text-success">Files uploaded!</span> </td> <td>Auto dismiss</td> </tr> <tr> <td> <h5>Not critical error events</h5> <p>Errors that are caused by events that will try to repeat action or are not breaking.</p> <ul> <li>Dropbox files could not be loaded</li> <li>Collaborative editing is not available at the moment</li> </ul> </td> <td> Use text with "text-danger" within the vicinity of the action elements. i.e: <span class="text-danger">Dropbox files could not be loaded!</span> </td> <td>Auto dismiss</td> </tr> <tr> <td> <h5>Input errors</h5> <p>Validation or input requirement errors that need the user to correct the error before moving on.</p> <ul> <li>First name is required</li> <li>Please enter DELETE to remove this item.</li> <li>This user name already exists</li> </ul> </td> <td> Use text with "text-danger" using the form validation error example above. If not using a form place near input field. See example in Validation section above. </td> <td>Dismiss when user fixes error or cancels.</td> </tr> <tr> <td> <h5>Critical errors</h5> <p>Errors that break the user workflow and may result in problems, mainly due to connectivity</p> <ul> <li>Profile settings could not be saved!</li> <li>File did not upload</li> <li>Wiki changes cannot be saved at the moment</li> </ul> </td> <td> Use Growl box error </td> <td>Manual dismiss</td> </tr> </tbody> </table> </div> <div class="alert alert-danger m-t-lg"><b>Never use Javascript alerts!</b> (except for onunload events).</div> </div> </div> <h3 id="confirmations">Confirmations</h3> <div class="row"> <div class="col-xs-12"> <p>Sometimes it's pertinent to stop the user to confirm the action they are taking. Often this is done as a Modal or onunload dialog boxes. This should be used in very rare instances. </p> <h4 class="text-success">USE confirmation when:</h4> <ul> <li>The action will override an existing content AND the content can't be easily reverted.(e.g. Deleting files, wiki pages)</li> <li>The action will take effect for other users as well or have consequences for other users. (e.g. Make project public) </li> <li>The action will have lasting consequences even if it is reverted (for instance making a project public may make it difficult to make it private again due to caching online) </li> <li>There is unsaved content or settings </li> </ul> <h4 class="text-danger"> DON'T USE confirmation when </h4> <ul> <li>The action can easily be reverted (e.g instance settings changes that can be changed back)</li> <li>The content can easily be reverted (e.g. editing wiki pages, since we save revisions) </li> <li>Commonplace actions like navigating between pages.</li> <li>Creating content that is expected and not affecting others (e.g. Creating a project)</li> </ul> <div class="osf-box-lt p-lg m-t-lg"> <h4>Two-step Confirmation</h4> <p>This involves not just asking users if they want to apply the action but to add another step to make accidental actions impossible. In this case:</p> <ul> <li>Add a process which requires additional conscious step, entering text to match a pre selected text is ideal. Avoid steps that can be completed with mouse clicks or pressing enter.</li> <li>Show the button to apply the event as disabled and do not bind Enter key to it until the second step is done.</li> <li>Make sure to test that the second step works, accesibility is especially important here </li> </ul> <p> Use two step confirmation when the action is highly dangerous and should be done carefully. For intance deleting a project has repurcussions that can be serious and it is very difficult to reproduce aspects of it such as the unique ID that many links independent of the OSF uses. </p> </div> </div> </div> <h3 id="options" class="m-t-xl">Buttons and toggles </h3> <h4 id="button-state" class="m-t-lg">Button state feedback</h4> <div class="m-b-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-4"> <h5>Regular button</h5> <button class="btn btn-success">Save</button> </div> <div class="col-xs-4"> <h5>Active state button</h5> <button class="btn btn-default"><i class="text-muted">Saving...</i></button> </div> <div class="col-xs-4"> <h5>Disabled state button</h5> <button class="btn btn-default disabled"><span class="text-muted">Save</span></button> </div> </div> </div> <pre><code class="language-markup"> &lt;h5&gt;Regular button&lt;/h5&gt; &lt;button class="btn btn-success"&gt;Save&lt;/button&gt; &lt;h5&gt;Active state button&lt;/h5&gt; &lt;button class="btn btn-default"&gt;&lt;i class="text-muted"&gt;Saving...&lt;/i&gt;&lt;/button&gt; &lt;h5&gt;Disabled state button&lt;/h5&gt; &lt;button class="btn btn-default disabled"&gt;&lt;span class="text-muted"&gt;Save&lt;/span&gt;&lt;/button&gt; </code></pre> <h4 class="m-t-lg">Do not hide action buttons if the button is not yet available and show action buttons if action is possible but not yet available</h4> <div class="m-b-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-4"> <h5 class="text-success"> Do this if action item is not possible (waiting for selection): </h5> <button class="btn btn-default">Cancel</button> <button class="btn btn-default disabled">Save</button> </div> <div class="col-xs-4"> <h5 class="text-success"> Do this if action item is available but there are validation errors: </h5> <span class="text-danger">Please correct errors above and try saving again.</span> <button class="btn btn-default">Cancel</button> <button class="btn btn-success">Save</button> </div> <div class="col-xs-4"> <h5 class="text-danger"> Don't do this: </h5> <button class="btn btn-default">Cancel</button> <span class="text-muted"> Save button becomes visible magically later</span> </div> </div> </div> <p> Often you will give users the opportunity to make a selection to either immediately save an option or to save together with the rest of the form. Follow these guidelines when making your decision about which component to use:</p> <div class="row"> <div class="col-xs-12 m-b-lg"> <h4 class="m-t-lg">Selection between on or off states</h4> <p>Do not use single flip-flop buttons that show the current state. You can however use the action verbs and utilize a single button this way.</p> <div class="m-b-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-4"> <h5 class="text-success">Do this:</h5> <button class="btn btn-success"><i class="fa fa-eye"></i> Show</button> <button class="btn btn-default"><i class="fa fa-eye-slash"></i> Hide</button> </div> <div class="col-xs-4"> <h5 class="text-danger">Don't do this:</h5> <button class="btn btn-success"><i class="fa fa-eye"></i></button> <button class="btn btn-default"><i class="fa fa-eye-slash"></i></button> </div> <div class="col-xs-4"> <h5 class="text-danger">Don't do this:</h5> <select class="form-control"> <option>Show</option> <option>Hide</option> </select> </div> </div> </div> <h4 class="m-t-xl">UI specific toggle with more than 2 states</h4> <p>If there is a UI component that shows more than 2 states and it's effects are immediate (such as toggling views) use a button group with a disabled button as label. This shows the user that these view changes belong together and work in a similar way.</p> <div class="m-b-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-6"> <h5 class="text-success">Do this:</h5> <div class="btn-group"> <button class="btn btn-default disabled">Show:</button> <button class="btn btn-default">Preview</button> <button class="btn btn-primary">Edit</button> <button class="btn btn-primary">Compare</button> </div> </div> <div class="col-xs-6"> <h5 class="text-danger">Don't do this:</h5> <button class="btn btn-default">Preview</button> <button class="btn btn-primary">Edit</button> <button class="btn btn-primary">Compare</button> </div> </div> </div> <h4 class="m-t-xl">Inline selection with multiple states without using Select</h4> <p>If for some reason you need to have users choose from multiple options that are not part of a UI change but still needs to be part of a toolbar you can use split button drop downs from Bootstrap.</p> <div class="row"> <div class="col-xs-9"> <!-- Split button --> <div class="btn-group m-b-lg"> <button type="button" class="btn btn-default">Detailed options</button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu" role="menu"> <li class="active"> <a href="#"> <div>Selected option</div> <div class="text-smaller">With some more details here.</div> </a> </li> <li> <a href="#"> <div>Options can take HTML</div> <div class="text-smaller">Make <b>Bold</b> or <i>Italic</i>.</div> </a> </li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </div> <pre><code class="language-markup"> &lt;div class="btn-group m-b-lg"&gt; &lt;button type="button" class="btn btn-default"&gt;Detailed options&lt;/button&gt; &lt;button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"&gt; &lt;span class="caret"&gt;&lt;/span&gt; &lt;span class="sr-only"&gt;Toggle Dropdown&lt;/span&gt; &lt;/button&gt; &lt;ul class="dropdown-menu" role="menu"&gt; &lt;li class="active"&gt; &lt;a href="#"&gt; &lt;div&gt;Selected option&lt;/div&gt; &lt;div class="text-smaller"&gt;With some more details here.&lt;/div&gt; &lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#"&gt; &lt;div&gt;Options can take HTML&lt;/div&gt; &lt;div class="text-smaller"&gt;Make &lt;b&gt;Bold&lt;/b&gt; or &lt;i&gt;Italic&lt;/i&gt;.&lt;/div&gt; &lt;/a&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Something else here&lt;/a&gt;&lt;/li&gt; &lt;li class="divider"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Separated link&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> </div> <div class="col-xs-3"> <a href=" http://getbootstrap.com/components/#btn-dropdowns-split" class="btn btn-sm btn-default"> Bootstrap documentation </a> </div> </div> <h4 class="m-t-lg">Button Placement</h4> <p>When using multiple buttons with general save related actions (on forms, modals etc); use the following order: <div class="m-b-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-12" style="text-align:right"> <button class="btn btn-default">Cancel/close</button> <button class="btn btn-default">Secondary action</button> <button class="btn btn-primary">Primary action</button> </div> </div> </div> <hr> <h3 id="alphabetize" class="m-t-xl" id="alphabetize">When to alphabetize?</h3> <p> When using drop downs, think carefully about the ordering of the options. Is the a hierarchical, or temporal order to the options that could be used to order them? Are they're certain options that users should see before others, assuming they are scanning down the list [this is actually just good practice whether they are using drop downs, check boxes, or radical buttons]? If none of these apply, then the drop down options should be in alphabetical order.</p> <div class="m-b-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-4"> <p>Alphabetize general and equal structures like country names:</p> <select class="form-control"> <option>Adipiscing</option> <option>Amet</option> <option>Consectetur</option> <option>Dolor</option> <option>Elit</option> <option>Ipsum</option> <option>Lorem</option> <option>Mauris</option> <option>Sit</option> </select> </div> <div class="col-xs-4"> <p>Don't alphabetize order and hierarchy</p> <select class="form-control"> <option>Read</option> <option>Read & Write</option> <option selected>Administrator</option> </select> </div> <div class="col-xs-4"> <p>Break alphabetical order in favor of common uses</p> <select class="form-control"> <option>Select Person</option> <option>Me</option> <option>Ally</option> <option>Carlos</option> <option>Jamal</option> <option>Kim</option> <option>Zach</option> </select> </div> </div> </div> <h4 id="inputs-forms" class="m-t-xl">Input elements in forms</h4> <p>If the input changes are not part of a UI element, use regular form standards. Below is a general guideline about what forms to use</p> <table class="table"> <tbody> <tr> <td> Multiple items can be selected and there are less than 6 items per group </td> <td> <a href="http://getbootstrap.com/css/#checkboxes-and-radios"> Default stacked checkboxes</a> </td> </tr> <tr> <td> Single item can be selected and there are less than 6 items per group </td> <td> <a href="http://getbootstrap.com/css/#checkboxes-and-radios">Default stacked radio buttons</a> </td> </tr> <tr> <td> Multiple items can be selected and there are more than 6 items in a group </td> <td> <a href="http://getbootstrap.com/css/#selects"> Multiple select</a> </td> </tr> <tr> <td> Single item can be selected and there are more than 6 items in a group </td> <td> <a href="http://getbootstrap.com/css/#selects">Default Select </a> </td> </tr> </tbody> </table> <div class="osf-box-lt p-lg"> <h4> More tips:</h4> <ul> <li>If the individual items are shorter than ~10 characters, keep your checkboxes and radio buttons inline (if you have space).</li> <li>If the individual items are longer, keep each checkbox or radio button in its own line.</li> </ul> </div> </div> </div> <hr> <h3 id="modals">Modals </h3> <h4>When should you use modals?</h4> <p class="m-t-lg"> Modals should be used in rare instances when the content needs to be in full focus of the user because</p> <ul> <li> they are making an important decision.</li> <li> they are making a breaking change.</li> <li> they need to read critical information.</li> </ul> <p class="m-t-lg">When adding modals consider these questions:</p> <ul> <li>Is the user going to expect a modal in this type of operation?</li> <li>Is the modal going to hide content that will still be needed</li> <li>Is this modal important enough? Can it be added within the page?</li> <li> How many modals are there in this work flow?</li> <li>Modals are easily dismissed so if the action is very important (i.e. new registration) create a multi page workflow instead. </li> </ul> <h4 class="m-t-lg">What to watch out for with modals</h4> <p>When adding modals also be cognizant of these implementation practices:</p> <ul> <li>Always include a dismiss icon on the right top corner</li> <li>Phrase the words in terms of the action, i.e. don't use "OK" if possible, use "I agree", or other verb.</li> <li>Modals should not include too much text. If your modal needs to scroll in regular screens, look for a different method.</li> <li>Check modal headers for narrow screen sizes by trying long names if the header is populated dynamically.</li> </ul> <hr> <h3 id="tooltips">Using tooltips</h3> <p>Tooltips are a method where hovering over an element provides additional information in a hovering text element. It's an addition to the default <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title">"title" html attribute </a>and default browser behavior.</p> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Tooltip on right">Tooltip on right</button> <p>The implementation and styling of tooltip should be exactly as <a href="http://getbootstrap.com/javascript/#tooltips">standard bootstrap</a>. Hovering over items is not always intutitive so don't use tooltips unless necessary.</p> <h4> USE with items that users are expected to move their mouse to</h4> <div class="m-b-md p-md osf-box-lt box-round"> <div class="row"> <div class="col-xs-6"> <h5 class="text-success"> Do this: </h5> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Click to show the Side bar ">Show</button> </div> <div class="col-xs-6"> <h5 class="text-danger">Don't do this (hint: hover on "rows"):</h5> Some of these <span data-toggle="tooltip" data-placement="right" title="Click on the rows to see what actions are available.">rows</span> are editable. </div> </div> </div> <h4>USE if the tooltip text is in fact longer and useful.</h4> <div class="m-b-md p-md osf-box-lt box-round"> <div class="row"> <div class="col-xs-6"> <h5 class="text-success"> Do this: </h5> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Click to make your project viewable by anyone with or without an OSF account.">Make public</button> </div> <div class="col-xs-6"> <h5 class="text-danger">Don't do this: </h5> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Click to add collaborator.">Add collaborator</button> </div> </div> </div> <hr> <h3 id="label">Using label</h3> <h4>Why do we need to use label?</h4> Label is used with input element. It provides a usability improvement for mouse users. Because if the user click on the text within a label element, it will toggles the control. See the example below.Click on one of the text labels to toggle the related control. <div class="m-md p-md osf-box box-round"> <div class="row"> <div class="col-xs-12"> <!-- With label, it will toggle the checkbox if clicking text --> <label for="male">Male</label> <input type="radio" name="sex" id="male" value="male"><br> <!-- Without label, no action will happen if clicking text --> <span>Female</span> <input type="radio" name="sex" id="female" value="female"><br> </div> </div> </div> <pre class="language-markup"><code class="language-markup">&lt;!-- With label, it will toggle the checkbox if clicking text --&gt; &lt;label for=&quot;male&quot;&gt;Male&lt;/label&gt; &lt;input type=&quot;radio&quot; name=&quot;sex&quot; id=&quot;male&quot; value=&quot;male&quot;&gt;&lt;br&gt; &lt;!-- Without label, no action will happen if clicking text --&gt; &lt;span&gt;Female&lt;/span&gt; &lt;input type=&quot;radio&quot; name=&quot;sex&quot; id=&quot;female&quot; value=&quot;female&quot;&gt;&lt;br&gt;</code></pre> <h4>How to use label</h4> Following the <a href="http://www.w3.org/WAI/tutorials/forms/labels/">accessibility rules</a>, whenever possible, use the label element to explicitly associate text with form elements. The for attribute of the label must exactly match the id of the form control. <pre class="language-markup"><code class="language-markup">&lt;!-- Recommended --&gt; &lt;label for=&quot;Dataverse&quot;&gt;Dataverse&lt;/label&gt; &lt;input type=&quot;checkbox&quot; name=&quot;dataverse&quot; id=&quot;Dataverse&quot; class=&quot;addon-select&quot;&gt; &lt;!-- Not Recommended --&gt; &lt;label&gt;Dataverse&lt;input type=&quot;checkbox&quot; name=&quot;dataverse&quot; class=&quot;addon-select&quot;&gt;&lt;/label&gt;</code></pre> <hr> <h3 id="datetime">Using datetime</h3> <p>All dates are to be displayed in <a href="https://en.wikipedia.org/wiki/Coordinated_Universal_Time">UTC</a> and should be precise down to minute. Ideally dates should be bolded and appear with a explainatory tooltip. You may also want to include information about the timezone if many datetimes are listed.</p> <b><span data-toggle="tooltip" data-placement="right" title="2015-01-23 17:42 UTC">2015-01-23 1:42 PM</span></b> <h3 id="reading">Further reading </h3> <p>Resources below will give you good ideas about general UI principles. If the contents differ from guidance in this document remember that the Style Guide should be applied in OSF. </p> <ul> <li> <b>Good UI </b> <a href="https://www.goodui.org/">https://www.goodui.org/</a> </li> <li> <b>IOS Design Basics</b> <a href="https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html">https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html</a> </li> <li> <b>Android Design Guides </b> <a href="https://developer.android.com/design/index.html">https://developer.android.com/design/index.html</a> </li> </ul> </div> </div> <div id="side-menu" class="col-sm-3 hidden-xs"> <ul class="nav nav-pills nav-stacked m-t-xl" data-spy="affix" data-offset-top="350" data-offset-bottom="200"> <li > <a href="#ui">UI examples</a> <ul class="nav subnav" > <li><a href="#auto-save">Autosave</a></li> <li><a href="#form-validation">Form validation</a></li> <li><a href="#error-reporting">Error reporting</a></li> <li><a href="#confirmations">Confirmations</a></li> <li><a href="#button-state">Buttons and toggles</a></li> <li><a href="#alphabetize">Alphabetize</a></li> <li><a href="#inputs-forms">Input in frorms</a></li> <li><a href="#modals">Modals</a></li> <li><a href="#tooltips">Tooltips</a></li> <li><a href="#label">Label</a></li> <li><a href="#datetime">Datetime</a></li> <li><a href="#reading">Further reading</a></li> </ul> </li> </ul> </div> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="vendor/prism/prism.js"></script> <script src="script.js"></script> </body> </html>
docs/solr-core/org/apache/solr/search/grouping/distributed/command/class-use/SearchGroupsFieldCommand.html
Velaya/gbol_solr
<!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_74) on Fri Apr 01 14:42:07 CDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand (Solr 6.0.0 API)</title> <meta name="date" content="2016-04-01"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand (Solr 6.0.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.html" title="class in org.apache.solr.search.grouping.distributed.command">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/solr/search/grouping/distributed/command/class-use/SearchGroupsFieldCommand.html" target="_top">Frames</a></li> <li><a href="SearchGroupsFieldCommand.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand" class="title">Uses of Class<br>org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.html" title="class in org.apache.solr.search.grouping.distributed.command">SearchGroupsFieldCommand</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.search.grouping.distributed.command">org.apache.solr.search.grouping.distributed.command</a></td> <td class="colLast"> <div class="block">Internal classes used to implement distributed result grouping</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.search.grouping.distributed.command"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.html" title="class in org.apache.solr.search.grouping.distributed.command">SearchGroupsFieldCommand</a> in <a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/package-summary.html">org.apache.solr.search.grouping.distributed.command</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/package-summary.html">org.apache.solr.search.grouping.distributed.command</a> that return <a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.html" title="class in org.apache.solr.search.grouping.distributed.command">SearchGroupsFieldCommand</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.html" title="class in org.apache.solr.search.grouping.distributed.command">SearchGroupsFieldCommand</a></code></td> <td class="colLast"><span class="typeNameLabel">SearchGroupsFieldCommand.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.Builder.html#build--">build</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/solr/search/grouping/distributed/command/SearchGroupsFieldCommand.html" title="class in org.apache.solr.search.grouping.distributed.command">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/solr/search/grouping/distributed/command/class-use/SearchGroupsFieldCommand.html" target="_top">Frames</a></li> <li><a href="SearchGroupsFieldCommand.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
tests/data/www/statsvn-www/dir_ext_sqlite.html
textarcana/historian
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>StatSVN - Directory ext/sqlite/</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <meta name="Generator" content="StatSVN 0.7.0"/> <link rel="stylesheet" href="statsvn.css" type="text/css"/> </head> <body> <h1>Directory ext/sqlite/</h1> <div id="parentlink">&#171; <a href="index.html">Development Statistics for /trunk</a></div> <dl class="attributes"> <dt>Total Files:</dt> <dd>3</dd> <dt>Deleted Files:</dt> <dd>0</dd> <dt>Lines of Code:</dt> <dd>165588</dd> </dl> <p class="dirtree"> <a href="dir.html">[root]</a>/<a href="dir_ext.html">ext</a>/<strong>sqlite</strong><br/> </p> <div class="section"> <h2>Lines of Code</h2> <p class="chart"><img src="loc_module_ext_sqlite.png" alt="ext/sqlite/ Lines of Code" width="800" height="500" /></p></div> <div class="section"> <h2>Developers</h2> <table rules="groups" summary="All authors and the number of their changes and lines of code in this directory"> <colgroup align="left"/> <colgroup align="right"/> <colgroup align="right"/> <colgroup align="right"/> <thead> <tr> <th>Author</th> <th>Changes</th> <th>Lines of Code</th> <th>Lines per Change</th> </tr> </thead> <tbody> <tr class="odd"> <th><a href="user_tortoisesvn.html" class="author">tortoisesvn</a></th> <td>6 (100.0%)</td> <td>0 (-)</td> <td>0.0</td> </tr> </tbody> </table> </div> <div class="section"> <h2>Most Recent Commits</h2> <dl class="commitlist"> <dt><a name="1"></a> <a href="user_tortoisesvn.html" class="author">tortoisesvn</a> <span class="date">2015-01-23 12:18</span> <span class="revisionNumberOuter">Rev.: <span class="revisionNumberInner">26219</span></span> </dt> <dd> <p class="comment"> Update to SQLite 3.8.8.1 </p> <p class="commitdetails"><strong>0</strong> lines of code changed in <span class="files">6 files</span>:</p> <ul class="commitdetails"> <li> <strong>ext/sqlite</strong>: shell.c&#160;<span class="new">(new)</span>, sqlite3.c&#160;<span class="new">(new)</span>, sqlite3.h&#160;<span class="change">(changed)</span> </li> </ul> </dd> </dl> </div><div id="generatedby">Generated by <a href="http://www.statsvn.org">StatSVN</a> 0.7.0</div> </body> </html>
jruby/src/lib/ruby/gems/1.8/doc/rake-0.8.3/rdoc/classes/CompositePublisher.html
google-code/android-scripting
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: CompositePublisher</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">CompositePublisher</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../files/lib/rake/contrib/publisher_rb.html"> lib/rake/contrib/publisher.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> Object </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> Manage several publishers as a single entity. </p> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000688">add</a>&nbsp;&nbsp; <a href="#M000687">new</a>&nbsp;&nbsp; <a href="#M000689">upload</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> <div id="method-M000687" class="method-detail"> <a name="M000687"></a> <div class="method-heading"> <a href="#M000687" class="method-signature"> <span class="method-name">new</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000687-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000687-source"> <pre> <span class="ruby-comment cmt"># File lib/rake/contrib/publisher.rb, line 21</span> 21: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> 22: <span class="ruby-ivar">@publishers</span> = [] 23: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000688" class="method-detail"> <a name="M000688"></a> <div class="method-heading"> <a href="#M000688" class="method-signature"> <span class="method-name">add</span><span class="method-args">(pub)</span> </a> </div> <div class="method-description"> <p> Add a publisher to the composite. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000688-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000688-source"> <pre> <span class="ruby-comment cmt"># File lib/rake/contrib/publisher.rb, line 26</span> 26: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add</span>(<span class="ruby-identifier">pub</span>) 27: <span class="ruby-ivar">@publishers</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">pub</span> 28: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000689" class="method-detail"> <a name="M000689"></a> <div class="method-heading"> <a href="#M000689" class="method-signature"> <span class="method-name">upload</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p> Upload all the individual publishers. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000689-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000689-source"> <pre> <span class="ruby-comment cmt"># File lib/rake/contrib/publisher.rb, line 31</span> 31: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">upload</span> 32: <span class="ruby-ivar">@publishers</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">p</span><span class="ruby-operator">|</span> <span class="ruby-identifier">p</span>.<span class="ruby-identifier">upload</span> } 33: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
2018.3.3/apidocs/org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!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_151) on Thu Mar 08 14:17:35 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ReverseProxyConsumer (BOM: * : All 2018.3.3 API)</title> <meta name="date" content="2018-03-08"> <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="ReverseProxyConsumer (BOM: * : All 2018.3.3 API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ReverseProxyConsumer.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-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.ReverseProxyResources.html" title="class in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxySupplier.html" title="interface in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" target="_top">Frames</a></li> <li><a href="ReverseProxyConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.undertow.configuration</div> <h2 title="Interface ReverseProxyConsumer" class="title">Interface ReverseProxyConsumer&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.html" title="class in org.wildfly.swarm.config.undertow.configuration">ReverseProxy</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">ReverseProxyConsumer&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.html" title="class in org.wildfly.swarm.config.undertow.configuration">ReverseProxy</a>&lt;T&gt;&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of ReverseProxy resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.ReverseProxyConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.config.undertow.configuration.ReverseProxy-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of ReverseProxy resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.undertow.configuration.ReverseProxyConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ReverseProxyConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" title="type parameter in ReverseProxyConsumer">T</a>&gt;&nbsp;after)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ReverseProxyConsumer.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-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxy.ReverseProxyResources.html" title="class in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/undertow/configuration/ReverseProxySupplier.html" title="interface in org.wildfly.swarm.config.undertow.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/ReverseProxyConsumer.html" target="_top">Frames</a></li> <li><a href="ReverseProxyConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
src/main/webapp/problem/probList.vue.html
chunInsane/Teaching-Assistance
<script type="text/html" id="list"> <!-- 查询框 start --> <div class="row"> <div class="col-md-12 search-bar"> <form class="form-inline" v-on:submit.prevent="search"> <div class="form-group"> <input v-model="searchKeyWord" type="text" class="form-control" placeholder="id 或 关键字"> </div> <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button> </form> </div> </div> <!-- 查询框 end --> <!-- 分页工具 start--> <div class="row"> <nav class="col-md-12"> <ul class="pagination elevation-1"> <li v-on:click="setPage(page.minPage)"> <a href="#" aria-label="Previous"> <span aria-hidden="true">&laquo;</span> </a> </li> <li v-for="n in 10" v-if="page.minPage + n > 0 && page.minPage + n <= page.totalPage" v-on:click="setPage(page.minPage + n)"> <a v-if="page.minPage + n == page.currentPage" class="active disable">{{ page.minPage + n }}</a> <a v-else>{{ page.minPage + n }}</a> </li> <li v-on:click="setPage(page.maxPage)"> <a href="#" aria-label="Next"> <span aria-hidden="true">&raquo;</span> </a> </li> </ul> </nav> </div> <!-- 分页工具 end--> <!-- 题目列表 start --> <div class="row"> <div class="col-md-12"> <table class="table table-hover table-bordered elevation-1" > <tr> <th class="col-md-1">ID</th> <th class="col-md-8">Problem</th> <th class="col-md-2">Ratio(Accepted/Tried)</th> <th class="col-md-1">Difficulty</th> </tr> <tr v-for="item in problemsList"> <td>{{ item.problemId }}</td> <!-- v-link="{ name: 'probDetails', params: { userId: 123 }}" --> <td><a v-link="{ name: 'probDetails', params: { probId: item.problemId }}" >{{ item.title }}</a>&nbsp;-&nbsp;{{ item.source }}</td> <td>{{ item.solved }}/{{ item.tried }}</td> <td>{{ item.difficulty }}</td> </tr> </table> </div> </div> </script>
javascript/obj13.html
bonigarcia/web-programming-examples
<!DOCTYPE html> <html> <head> <script> function Person(first, last) { this.firstName = first; this.lastName = last; } Person.prototype.toString = function() { return this.firstName + " " + this.lastName; }; function Worker(first, last, work) { Person.call(this, first, last); this.job = work; } Worker.prototype = new Person(); Worker.prototype.toString = function() { return Person.prototype.toString.call(this) + " - Job: " + this.job; }; var john = new Worker("John", "Doe", "Professor"); console.info(john); console.info(john.toString()); </script> </head> <body> </body> </html>
Smack-master/smack-resolver-javax/build/docs/javadoc/index-all.html
paridhika/XMPP_Parking
<!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_71) on Mon Aug 22 20:39:20 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Index (smack-resolver-javax 4.2.0-beta3-SNAPSHOT API)</title> <meta name="date" content="2016-08-22"> <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="Index (smack-resolver-javax 4.2.0-beta3-SNAPSHOT API)"; } } 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="org/jivesoftware/smack/util/dns/javax/package-summary.html">Package</a></li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.html" target="_top">No&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="contentContainer"><a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a name="I:G"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><span class="memberNameLink"><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html#getInstance--">getInstance()</a></span> - Static method in class org.jivesoftware.smack.util.dns.javax.<a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax">JavaxResolver</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:I"> <!-- --> </a> <h2 class="title">I</h2> <dl> <dt><span class="memberNameLink"><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html#initialize--">initialize()</a></span> - Method in class org.jivesoftware.smack.util.dns.javax.<a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax">JavaxResolver</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html#isSupported--">isSupported()</a></span> - Static method in class org.jivesoftware.smack.util.dns.javax.<a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax">JavaxResolver</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:J"> <!-- --> </a> <h2 class="title">J</h2> <dl> <dt><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax"><span class="typeNameLink">JavaxResolver</span></a> - Class in <a href="org/jivesoftware/smack/util/dns/javax/package-summary.html">org.jivesoftware.smack.util.dns.javax</a></dt> <dd> <div class="block">A DNS resolver (mostly for SRV records), which makes use of the API provided in the javax.* namespace.</div> </dd> <dt><span class="memberNameLink"><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html#JavaxResolver--">JavaxResolver()</a></span> - Constructor for class org.jivesoftware.smack.util.dns.javax.<a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax">JavaxResolver</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:L"> <!-- --> </a> <h2 class="title">L</h2> <dl> <dt><span class="memberNameLink"><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html#lookupSRVRecords-java.lang.String-">lookupSRVRecords(String)</a></span> - Method in class org.jivesoftware.smack.util.dns.javax.<a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax">JavaxResolver</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:O"> <!-- --> </a> <h2 class="title">O</h2> <dl> <dt><a href="org/jivesoftware/smack/util/dns/javax/package-summary.html">org.jivesoftware.smack.util.dns.javax</a> - package org.jivesoftware.smack.util.dns.javax</dt> <dd> <div class="block">TODO describe me.</div> </dd> </dl> <a name="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><span class="memberNameLink"><a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html#setup--">setup()</a></span> - Static method in class org.jivesoftware.smack.util.dns.javax.<a href="org/jivesoftware/smack/util/dns/javax/JavaxResolver.html" title="class in org.jivesoftware.smack.util.dns.javax">JavaxResolver</a></dt> <dd>&nbsp;</dd> </dl> <a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;</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="org/jivesoftware/smack/util/dns/javax/package-summary.html">Package</a></li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.html" target="_top">No&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>
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/partition/strategy/class-use/DefaultPartitioningStrategy.html
akiskip/KoDeMat-Collaboration-Platform-Application
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:35 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hazelcast.partition.strategy.DefaultPartitioningStrategy (Hazelcast Root 3.4.2 API) </TITLE> <META NAME="date" CONTENT="2015-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hazelcast.partition.strategy.DefaultPartitioningStrategy (Hazelcast Root 3.4.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/hazelcast/partition/strategy/DefaultPartitioningStrategy.html" title="class in com.hazelcast.partition.strategy"><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/hazelcast/partition/strategy//class-useDefaultPartitioningStrategy.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultPartitioningStrategy.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.hazelcast.partition.strategy.DefaultPartitioningStrategy</B></H2> </CENTER> No usage of com.hazelcast.partition.strategy.DefaultPartitioningStrategy <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/hazelcast/partition/strategy/DefaultPartitioningStrategy.html" title="class in com.hazelcast.partition.strategy"><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/hazelcast/partition/strategy//class-useDefaultPartitioningStrategy.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultPartitioningStrategy.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2015 <a href="http://www.hazelcast.com/">Hazelcast, Inc.</a>. All Rights Reserved. </BODY> </HTML>
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/reactive/result/view/script/class-use/ScriptTemplateConfig.html
akhr/java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_232) on Tue Sep 15 08:53:08 UTC 2020 --> <title>Uses of Interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig (Spring Framework 5.1.18.RELEASE API)</title> <meta name="date" content="2020-09-15"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig (Spring Framework 5.1.18.RELEASE API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/springframework/web/reactive/result/view/script/class-use/ScriptTemplateConfig.html" target="_top">Frames</a></li> <li><a href="ScriptTemplateConfig.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig" class="title">Uses of Interface<br>org.springframework.web.reactive.result.view.script.ScriptTemplateConfig</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">ScriptTemplateConfig</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.springframework.web.reactive.result.view.script">org.springframework.web.reactive.result.view.script</a></td> <td class="colLast"> <div class="block">Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.springframework.web.reactive.result.view.script"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">ScriptTemplateConfig</a> in <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/package-summary.html">org.springframework.web.reactive.result.view.script</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/package-summary.html">org.springframework.web.reactive.result.view.script</a> that implement <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">ScriptTemplateConfig</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfigurer.html" title="class in org.springframework.web.reactive.result.view.script">ScriptTemplateConfigurer</a></span></code> <div class="block">An implementation of the Spring WebFlux <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script"><code>ScriptTemplateConfig</code></a> for creating a <code>ScriptEngine</code> for use in a web application.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/package-summary.html">org.springframework.web.reactive.result.view.script</a> that return <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">ScriptTemplateConfig</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">ScriptTemplateConfig</a></code></td> <td class="colLast"><span class="typeNameLabel">ScriptTemplateView.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateView.html#autodetectViewConfig--">autodetectViewConfig</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/springframework/web/reactive/result/view/script/ScriptTemplateConfig.html" title="interface in org.springframework.web.reactive.result.view.script">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/springframework/web/reactive/result/view/script/class-use/ScriptTemplateConfig.html" target="_top">Frames</a></li> <li><a href="ScriptTemplateConfig.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>