path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
src/gui/portaudio_v18_1/docs/pa_tut_run.html
danstowell/mptk
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.73 [en]C-gatewaynet (Win98; U) [Netscape]"> <meta name="Author" content="Phil Burk"> <meta name="Description" content="Tutorial for PortAudio, a cross platform, open-source, audio I/O library.It provides a very simple API for recording and/or playing sound using a simple callback function."> <meta name="KeyWords" content="audio, tutorial, library, portable, open-source, DirectSound,sound, music, JSyn, synthesis,"> <title>PortAudio Tutorial</title> </head> <body> &nbsp; <center><table COLS=1 WIDTH="100%" BGCOLOR="#FADA7A" > <tr> <td> <center> <h1> PortAudio Tutorial</h1></center> </td> </tr> </table></center> <h2> Starting and Stopping a Stream</h2> <blockquote>The stream will not start running until you call Pa_StartStream(). Then it will start calling your callback function to perform the audio processing. <blockquote> <pre>err = Pa_StartStream( stream ); if( err != paNoError ) goto error;</pre> </blockquote> At this point, audio is being generated. You can communicate to your callback routine through the data structure you passed in on the open call, or through global variables, or using other interprocess communication techniques. Please be aware that your callback function may be called at interrupt time when your foreground process is least expecting it. So avoid sharing complex data structures that are easily corrupted like double linked lists. <p>In many of the tests we simply sleep for a few seconds so we can hear the sound. This is easy to do with Pa_Sleep() which will sleep for some number of milliseconds. Do not rely on this function for accurate scheduling. it is mostly for writing examples. <blockquote> <pre>/* Sleep for several seconds. */ Pa_Sleep(NUM_SECONDS*1000);</pre> </blockquote> When you are through, you can stop the stream from the foreground. <blockquote> <pre>err = Pa_StopStream( stream ); if( err != paNoError ) goto error;</pre> </blockquote> You can also stop the stream by returning 1 from your custom callback function.</blockquote> <font size=+2><a href="http://www.portaudio.com/">home</a> | <a href="pa_tutorial.html">contents</a> | <a href="pa_tut_open.html">previous</a> |&nbsp; <a href="pa_tut_term.html">next</a></font> </body> </html>
src/thirdparty/quazip-0.5.1/doc/html/JlCompress_8h_source.html
navrocky/CuteReport
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>QuaZIP: quazip/JlCompress.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.4 --> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">QuaZIP&#160;<span id="projectnumber">quazip-0-5-1</span></div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="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><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_b192f54f1217e05d6ae7fd723cc2ae01.html">quazip</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">JlCompress.h</div> </div> </div> <div class="contents"> <div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef JLCOMPRESSFOLDER_H_</span> <a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define JLCOMPRESSFOLDER_H_</span> <a name="l00003"></a>00003 <span class="preprocessor"></span> <a name="l00004"></a>00004 <span class="preprocessor">#include &quot;quazip.h&quot;</span> <a name="l00005"></a>00005 <span class="preprocessor">#include &quot;quazipfile.h&quot;</span> <a name="l00006"></a>00006 <span class="preprocessor">#include &quot;quazipfileinfo.h&quot;</span> <a name="l00007"></a>00007 <span class="preprocessor">#include &lt;QString&gt;</span> <a name="l00008"></a>00008 <span class="preprocessor">#include &lt;QDir&gt;</span> <a name="l00009"></a>00009 <span class="preprocessor">#include &lt;QFileInfo&gt;</span> <a name="l00010"></a>00010 <span class="preprocessor">#include &lt;QFile&gt;</span> <a name="l00011"></a>00011 <a name="l00013"></a>00013 <a name="l00017"></a><a class="code" href="classJlCompress.html">00017</a> <span class="keyword">class </span>QUAZIP_EXPORT <a class="code" href="classJlCompress.html" title="Utility class for typical operations.">JlCompress</a> { <a name="l00018"></a>00018 <span class="keyword">private</span>: <a name="l00020"></a>00020 <a name="l00026"></a>00026 <span class="keyword">static</span> <span class="keywordtype">bool</span> compressFile(<a class="code" href="classQuaZip.html" title="ZIP archive.">QuaZip</a>* zip, QString fileName, QString fileDest); <a name="l00028"></a>00028 <a name="l00037"></a>00037 <span class="keyword">static</span> <span class="keywordtype">bool</span> compressSubDir(<a class="code" href="classQuaZip.html" title="ZIP archive.">QuaZip</a>* parentZip, QString dir, QString parentDir, <span class="keywordtype">bool</span> recursive = <span class="keyword">true</span>); <a name="l00039"></a>00039 <a name="l00045"></a>00045 <span class="keyword">static</span> <span class="keywordtype">bool</span> extractFile(<a class="code" href="classQuaZip.html" title="ZIP archive.">QuaZip</a>* zip, QString fileName, QString fileDest); <a name="l00047"></a>00047 <a name="l00051"></a>00051 <span class="keyword">static</span> <span class="keywordtype">bool</span> removeFile(QStringList listFile); <a name="l00052"></a>00052 <a name="l00053"></a>00053 <span class="keyword">public</span>: <a name="l00055"></a>00055 <a name="l00060"></a>00060 <span class="keyword">static</span> <span class="keywordtype">bool</span> compressFile(QString fileCompressed, QString file); <a name="l00062"></a>00062 <a name="l00067"></a>00067 <span class="keyword">static</span> <span class="keywordtype">bool</span> compressFiles(QString fileCompressed, QStringList files); <a name="l00069"></a>00069 <a name="l00076"></a>00076 <span class="keyword">static</span> <span class="keywordtype">bool</span> compressDir(QString fileCompressed, QString dir = QString(), <span class="keywordtype">bool</span> recursive = <span class="keyword">true</span>); <a name="l00077"></a>00077 <a name="l00078"></a>00078 <span class="keyword">public</span>: <a name="l00080"></a>00080 <a name="l00087"></a>00087 <span class="keyword">static</span> QString extractFile(QString fileCompressed, QString fileName, QString fileDest = QString()); <a name="l00089"></a>00089 <a name="l00096"></a>00096 <span class="keyword">static</span> QStringList extractFiles(QString fileCompressed, QStringList files, QString dir = QString()); <a name="l00098"></a>00098 <a name="l00104"></a>00104 <span class="keyword">static</span> QStringList extractDir(QString fileCompressed, QString dir = QString()); <a name="l00106"></a>00106 <a name="l00111"></a>00111 <span class="keyword">static</span> QStringList getFileList(QString fileCompressed); <a name="l00112"></a>00112 }; <a name="l00113"></a>00113 <a name="l00114"></a>00114 <span class="preprocessor">#endif </span><span class="comment">/* JLCOMPRESSFOLDER_H_ */</span> </pre></div></div> </div> <hr class="footer"/><address class="footer"><small>Generated on Sat Mar 2 2013 11:05:23 for QuaZIP by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address> </body> </html>
android-2.3.4_r1/tags/1.32/frameworks/base/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.AbstractInputMethodService.html
mateor/pdroid
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML style="overflow:auto;"> <HEAD> <meta name="generator" content="JDiff v1.1.0"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> android.inputmethodservice.AbstractInputMethodService </TITLE> <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" /> <noscript> <style type="text/css"> body{overflow:auto;} #body-content{position:relative; top:0;} #doc-content{overflow:visible;border-left:3px solid #666;} #side-nav{padding:0;} #side-nav .toggle-list ul {display:block;} #resize-packages-nav{border-bottom:3px solid #666;} </style> </noscript> <style type="text/css"> </style> </HEAD> <BODY> <!-- Start of nav bar --> <a name="top"></a> <div id="header" style="margin-bottom:0;padding-bottom:0;"> <div id="headerLeft"> <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> </div> <div id="headerRight"> <div id="headerLinks"> <!-- <img src="/assets/images/icon_world.jpg" alt="" /> --> <span class="text"> <!-- &nbsp;<a href="#">English</a> | --> <nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr> </span> </div> <div class="and-diff-id" style="margin-top:6px;margin-right:8px;"> <table class="diffspectable"> <tr> <td colspan="2" class="diffspechead">API Diff Specification</td> </tr> <tr> <td class="diffspec" style="padding-top:.25em">To Level:</td> <td class="diffvaluenew" style="padding-top:.25em">5</td> </tr> <tr> <td class="diffspec">From Level:</td> <td class="diffvalueold">4</td> </tr> <tr> <td class="diffspec">Generated</td> <td class="diffvalue">2009.11.19 19:35</td> </tr> </table> </div><!-- End and-diff-id --> <div class="and-diff-id" style="margin-right:8px;"> <table class="diffspectable"> <tr> <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a> </tr> </table> </div> <!-- End and-diff-id --> </div> <!-- End headerRight --> </div> <!-- End header --> <div id="body-content" xstyle="padding:12px;padding-right:18px;"> <div id="doc-content" style="position:relative;"> <div id="mainBodyFluid"> <H2> Class android.inputmethodservice.<A HREF="../../../../reference/android/inputmethodservice/AbstractInputMethodService.html" target="_top"><font size="+2"><code>AbstractInputMethodService</code></font></A> </H2> <a NAME="constructors"></a> <a NAME="methods"></a> <p> <a NAME="Added"></a> <TABLE summary="Added Methods" WIDTH="100%"> <TR> <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD> </TH> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="android.inputmethodservice.AbstractInputMethodService.getKeyDispatcherState_added()"></A> <nobr><code>DispatcherState</code>&nbsp;<A HREF="../../../../reference/android/inputmethodservice/AbstractInputMethodService.html#getKeyDispatcherState()" target="_top"><code>getKeyDispatcherState</code></A>()</nobr> </TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <a NAME="fields"></a> </div> <div id="footer"> <div id="copyright"> Except as noted, this content is licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>. For details and restrictions, see the <a href="/license.html">Content License</a>. </div> <div id="footerlinks"> <p> <a href="http://www.android.com/terms.html">Site Terms of Service</a> - <a href="http://www.android.com/privacy.html">Privacy Policy</a> - <a href="http://www.android.com/branding.html">Brand Guidelines</a> </p> </div> </div> <!-- end footer --> </div><!-- end doc-content --> </div> <!-- end body-content --> <script src="http://www.google-analytics.com/ga.js" type="text/javascript"> </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-5831155-1"); pageTracker._setAllowAnchor(true); pageTracker._initData(); pageTracker._trackPageview(); } catch(e) {} </script> </BODY> </HTML>
user_guide/installation/troubleshooting.html
greencorecr/phone_campaigns
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Troubleshooting : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 1.7.2</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Trouble Shooting </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Troubleshooting</h1> <p>If you find that no matter what you put in your URL only your default page is loading, it might be that your server does not support the PATH_INFO variable needed to serve search-engine friendly URLs. As a first step, open your <dfn>application/config/config.php</dfn> file and look for the <kbd>URI Protocol</kbd> information. It will recommend that you try a couple alternate settings. If it still doesn't work after you've tried this you'll need to force CodeIgniter to add a question mark to your URLs. To do this open your <kbd>application/config/config.php</kbd> file and change this:</p> <code>$config['index_page'] = "index.php";</code> <p>To this:</p> <code>$config['index_page'] = "index.php?";</code> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="upgrading.html">Upgrading from a Previous Version</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="../overview/at_a_glance.html">CodeIgniter at a Glance</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006-2010 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p> </div> </body> </html>
templates/views/Settings/AccountFilterPartFolder.html
jango2015/webmail-lite
<span class="part field" data-bind="visible: $parent.action() !== 1, moveToFolderFilter: {'options': $parents[1].foldersOptions, value: $parent.folder, optionsText: 'translatedDisplayName', optionsValue: 'fullName', container: '.scroll-inner'}"> <span class="link"></span> <span class="dropdown"> <span class="dropdown_helper"> <span class="dropdown_arrow"><span></span></span> <span class="dropdown_content" data-bind="customScrollbar: {x: false}"> <span class="scroll-inner"></span> </span> </span> </span> </span>
www/javadoc/platform/com/sun/jna/platform/win32/class-use/Sspi.TimeStamp.html
kohsuke/jna
<!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_11) on Tue Apr 06 11:27:17 EDT 2010 --> <TITLE> Uses of Class com.sun.jna.platform.win32.Sspi.TimeStamp </TITLE> <META NAME="date" CONTENT="2010-04-06"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.sun.jna.platform.win32.Sspi.TimeStamp"; } } </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/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32"><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/sun/jna/platform/win32/\class-useSspi.TimeStamp.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Sspi.TimeStamp.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.sun.jna.platform.win32.Sspi.TimeStamp</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/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32">Sspi.TimeStamp</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.sun.jna.platform.win32"><B>com.sun.jna.platform.win32</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.sun.jna.platform.win32"><!-- --></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/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32">Sspi.TimeStamp</A> in <A HREF="../../../../../../com/sun/jna/platform/win32/package-summary.html">com.sun.jna.platform.win32</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="../../../../../../com/sun/jna/platform/win32/package-summary.html">com.sun.jna.platform.win32</A> with parameters of type <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32">Sspi.TimeStamp</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>Secur32.</B><B><A HREF="../../../../../../com/sun/jna/platform/win32/Secur32.html#AcceptSecurityContext(com.sun.jna.platform.win32.Sspi.CredHandle, com.sun.jna.platform.win32.Sspi.CtxtHandle, com.sun.jna.platform.win32.Sspi.SecBufferDesc, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.platform.win32.Sspi.CtxtHandle, com.sun.jna.platform.win32.Sspi.SecBufferDesc, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.platform.win32.Sspi.TimeStamp)">AcceptSecurityContext</A></B>(<A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CredHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CredHandle</A>&nbsp;phCredential, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CtxtHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CtxtHandle</A>&nbsp;phContext, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.SecBufferDesc.html" title="class in com.sun.jna.platform.win32">Sspi.SecBufferDesc</A>&nbsp;pInput, com.sun.jna.NativeLong&nbsp;fContextReq, com.sun.jna.NativeLong&nbsp;TargetDataRep, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CtxtHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CtxtHandle</A>&nbsp;phNewContext, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.SecBufferDesc.html" title="class in com.sun.jna.platform.win32">Sspi.SecBufferDesc</A>&nbsp;pOutput, com.sun.jna.ptr.NativeLongByReference&nbsp;pfContextAttr, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32">Sspi.TimeStamp</A>&nbsp;ptsTimeStamp)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The AcceptSecurityContext function enables the server component of a transport application to establish a security context between the server and a remote client.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>Secur32.</B><B><A HREF="../../../../../../com/sun/jna/platform/win32/Secur32.html#AcquireCredentialsHandle(java.lang.String, java.lang.String, com.sun.jna.NativeLong, com.sun.jna.platform.win32.WinNT.LUID, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.platform.win32.Sspi.CredHandle, com.sun.jna.platform.win32.Sspi.TimeStamp)">AcquireCredentialsHandle</A></B>(java.lang.String&nbsp;pszPrincipal, java.lang.String&nbsp;pszPackage, com.sun.jna.NativeLong&nbsp;fCredentialUse, <A HREF="../../../../../../com/sun/jna/platform/win32/WinNT.LUID.html" title="class in com.sun.jna.platform.win32">WinNT.LUID</A>&nbsp;pvLogonID, com.sun.jna.Pointer&nbsp;pAuthData, com.sun.jna.Pointer&nbsp;pGetKeyFn, com.sun.jna.Pointer&nbsp;pvGetKeyArgument, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CredHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CredHandle</A>&nbsp;phCredential, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32">Sspi.TimeStamp</A>&nbsp;ptsExpiry)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The AcquireCredentialsHandle function acquires a handle to preexisting credentials of a security principal.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>Secur32.</B><B><A HREF="../../../../../../com/sun/jna/platform/win32/Secur32.html#InitializeSecurityContext(com.sun.jna.platform.win32.Sspi.CredHandle, com.sun.jna.platform.win32.Sspi.CtxtHandle, java.lang.String, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.platform.win32.Sspi.SecBufferDesc, com.sun.jna.NativeLong, com.sun.jna.platform.win32.Sspi.CtxtHandle, com.sun.jna.platform.win32.Sspi.SecBufferDesc, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.platform.win32.Sspi.TimeStamp)">InitializeSecurityContext</A></B>(<A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CredHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CredHandle</A>&nbsp;phCredential, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CtxtHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CtxtHandle</A>&nbsp;phContext, java.lang.String&nbsp;pszTargetName, com.sun.jna.NativeLong&nbsp;fContextReq, com.sun.jna.NativeLong&nbsp;Reserved1, com.sun.jna.NativeLong&nbsp;TargetDataRep, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.SecBufferDesc.html" title="class in com.sun.jna.platform.win32">Sspi.SecBufferDesc</A>&nbsp;pInput, com.sun.jna.NativeLong&nbsp;Reserved2, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.CtxtHandle.html" title="class in com.sun.jna.platform.win32">Sspi.CtxtHandle</A>&nbsp;phNewContext, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.SecBufferDesc.html" title="class in com.sun.jna.platform.win32">Sspi.SecBufferDesc</A>&nbsp;pOutput, com.sun.jna.ptr.NativeLongByReference&nbsp;pfContextAttr, <A HREF="../../../../../../com/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32">Sspi.TimeStamp</A>&nbsp;ptsExpiry)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The InitializeSecurityContext function initiates the client side, outbound security context from a credential handle.</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/sun/jna/platform/win32/Sspi.TimeStamp.html" title="class in com.sun.jna.platform.win32"><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/sun/jna/platform/win32/\class-useSspi.TimeStamp.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Sspi.TimeStamp.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>
src/web/lib/polymer/lib/elements/dom-bind.html
ronny1982/hakuneko
<!-- @license Copyright (c) 2017 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="../utils/boot.html"> <link rel="import" href="../mixins/property-effects.html"> <link rel="import" href="../mixins/mutable-data.html"> <link rel="import" href="../mixins/gesture-event-listeners.html"> <script> (function() { 'use strict'; /** * @constructor * @extends {HTMLElement} * @implements {Polymer_PropertyEffects} * @implements {Polymer_OptionalMutableData} * @implements {Polymer_GestureEventListeners} * @private */ const domBindBase = Polymer.GestureEventListeners( Polymer.OptionalMutableData( Polymer.PropertyEffects(HTMLElement))); /** * Custom element to allow using Polymer's template features (data binding, * declarative event listeners, etc.) in the main document without defining * a new custom element. * * `<template>` tags utilizing bindings may be wrapped with the `<dom-bind>` * element, which will immediately stamp the wrapped template into the main * document and bind elements to the `dom-bind` element itself as the * binding scope. * * @polymer * @customElement * @appliesMixin Polymer.PropertyEffects * @appliesMixin Polymer.OptionalMutableData * @appliesMixin Polymer.GestureEventListeners * @extends {domBindBase} * @memberof Polymer * @summary Custom element to allow using Polymer's template features (data * binding, declarative event listeners, etc.) in the main document. */ class DomBind extends domBindBase { static get observedAttributes() { return ['mutable-data']; } constructor() { super(); if (Polymer.strictTemplatePolicy) { throw new Error(`strictTemplatePolicy: dom-bind not allowed`); } this.root = null; this.$ = null; this.__children = null; } /** @return {void} */ attributeChangedCallback() { // assumes only one observed attribute this.mutableData = true; } /** @return {void} */ connectedCallback() { this.style.display = 'none'; this.render(); } /** @return {void} */ disconnectedCallback() { this.__removeChildren(); } __insertChildren() { this.parentNode.insertBefore(this.root, this); } __removeChildren() { if (this.__children) { for (let i=0; i<this.__children.length; i++) { this.root.appendChild(this.__children[i]); } } } /** * Forces the element to render its content. This is typically only * necessary to call if HTMLImports with the async attribute are used. * @return {void} */ render() { let template; if (!this.__children) { template = /** @type {HTMLTemplateElement} */(template || this.querySelector('template')); if (!template) { // Wait until childList changes and template should be there by then let observer = new MutationObserver(() => { template = /** @type {HTMLTemplateElement} */(this.querySelector('template')); if (template) { observer.disconnect(); this.render(); } else { throw new Error('dom-bind requires a <template> child'); } }); observer.observe(this, {childList: true}); return; } this.root = this._stampTemplate(template); this.$ = this.root.$; this.__children = []; for (let n=this.root.firstChild; n; n=n.nextSibling) { this.__children[this.__children.length] = n; } this._enableProperties(); } this.__insertChildren(); this.dispatchEvent(new CustomEvent('dom-change', { bubbles: true, composed: true })); } } customElements.define('dom-bind', DomBind); /** @const */ Polymer.DomBind = DomBind; })(); </script>
Application/Admin/View/Sucai/chooseTemplate.html
lovebull/wild_weiphp
<extend name="Public/base" /> <block name="body"> <!-- 标题栏 --> <div class="main-title"> <h2>素材模板授权</h2> </div> <div class="cf"> <div class="fl"> </div> <!-- 高级搜索 --> <div class="search-form fr cf"> <div class="sleft"> <input type="text" name="nickname" class="search-input" value="{:I('nickname')}" placeholder="请输入用户昵称或者ID"> <a class="sch-btn" href="javascript:;" id="search" url="{:U('index')}"><i class="btn-search"></i></a> </div> </div> </div> <!-- 数据列表 --> <div class="data-table table-striped"> <table class=""> <thead> <tr> <th class="">所属插件</th> <th class="">模板名称</th> <th class="">模板预览图</th> <th class="">模板描述</th> <th class="">操作</th> </tr> </thead> <tbody> <notempty name="templateList"> <volist name="templateList" id="vo"> <tr> <td>{$vo.addons} </td> <td>{$vo.title}</td> <td><img width="100" src="{$vo.icon}"/> </td> <td>{$vo.desc}</td> <td> <if condition = "$vo[isUse]"> <a style="color:red" class="confirm ajax-get" href="{:U('Sucai/cancelTemplate',array('addons'=>$vo['addons'],'uid'=>I('uid'),'template'=>$vo['template']))}">取消授权</a> <else/> <a class="confirm ajax-get" href="{:U('Sucai/useTemplate',array('addons'=>$vo['addons'],'uid'=>I('uid'),'template'=>$vo['template']))}">模板授权</a> </if> </td> </tr> </volist> <else/> <td colspan="5" class="text-center"> aOh! 暂时还没有内容! </td> </notempty> </tbody> </table> </div> <div class="page"> {$_page} </div> </block> <block name="script"> <script src="__STATIC__/thinkbox/jquery.thinkbox.js?v={:SITE_VERSION}"></script> <script type="text/javascript"> //搜索功能 $("#search").click(function(){ var url = $(this).attr('url'); var query = $('.search-form').find('input').serialize(); query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,''); query = query.replace(/^&/g,''); if( url.indexOf('?')>0 ){ url += '&' + query; }else{ url += '?' + query; } window.location.href = url; }); //回车搜索 $(".search-input").keyup(function(e){ if(e.keyCode === 13){ $("#search").click(); return false; } }); //导航高亮 highlight_subnav('{:U('User/index')}'); </script> </block>
webapp/lib/angular/docs/examples/example-example10/index-production.html
cjlyth/golang-resume
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example10-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.11/angular.min.js"></script> </head> <body ng-app=""> Check me to select: <input type="checkbox" ng-model="selected"><br/> <select> <option>Hello!</option> <option id="greet" ng-selected="selected">Greetings!</option> </select> </body> </html>
archive/v1.5/zh/help/ops/setup/app-health-check/index.html
istio/istio.io
<!doctype html><html lang=en><head><title>Redirecting&mldr;</title><link rel=canonical href=/v1.5/zh/docs/ops/configuration/mesh/app-health-check/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.5/zh/docs/ops/configuration/mesh/app-health-check/"></head><body><h1>Redirecting&mldr;</h1><a href=/v1.5/zh/docs/ops/configuration/mesh/app-health-check/>Click here if you are not redirected.</a></body></html>
web/extension/docs/sections/files/css.html
jerico1990/jecaei
<section> <h1 class="blue" data-id="#files/css"><i class="ace-icon fa fa-file-o grey"></i> CSS/LESS Files</h1> <hr /> <!-- #section:files/css --> <div class="help-content"> <h3 class="info-title smaller" data-id="#files/css.bootstrap">1. Bootstrap</h3> <!-- #section:files/css.bootstrap --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> Bootstrap's LESS files are not included in the package except for the following: <br /> <code><span class="brief-show">assets/css/less/bootstrap/</span>variables.less</code> <code><span class="brief-show">assets/css/less/bootstrap/</span>mixins.less</code> </li> <li> I have modified Bootstrap's CSS file slightly so it's different from original files you download from official site. </li> <li> But you can use original Bootstrap CSS file without problem. <br /> Just remember to replace Ace's version of Bootstrap variables file located at <code>assets/css/less/bootstrap/variables.less</code> with original Bootstrap variables that you download, and re-compile Ace's LESS files into CSS again. </li> <li> Specifically, I have changed <code>@gutterWidth</code> from <b>30</b> to <b>24</b> and changed <code>@grid-float-breakpoint-max</code> from <b>@screen-sm-min</b><i>(768px)</i> to <b>@screen-md-min</b><i>(992px)</i>. </li> <li> The result is that with default Bootstrap, mobile menu will be visible when window width is less than <code>768px</code> but now it's been modified to <code>992px</code>. <br /> And it's fine as most desktop browsers are wider than <code>1000px</code>. </li> <!-- <li> <div class="space-8"></div> I have also modified <code>mixins.less</code> to reduce the number of floating point digits. <br /> So for example: <pre data-language="css"> .col-xs-10 { width: 83.33333333%; }</pre> has been changed to: <pre data-language="css"> .col-xs-10 { width: 83.3333%; }</pre> </li> --> </ul> </div> <!-- /section:files/css.bootstrap --> <h3 class="info-title smaller" data-id="#files/css.third">2. Third party</h3> <div class="info-section"> <ul class="info-list list-unstyled"> <li> Third party plugin CSS files are inside <code>assets/css/</code> folder. </li> <li> Minified version is find inside <code>dist/css/</code> folder. </li> </ul> </div> <h3 class="info-title smaller" data-id="#files/css.less">3. Ace LESS</h3> <!-- #section:files/css.less --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> Ace's main CSS file (<code>ace.css</code> or <code>ace.min.css</code>) is generated by compiling LESS files. </li> <li> You can find LESS files here <code>assets/css/less</code> and compile them into CSS using <b>Node.js</b> and <b>LESS</b> compiler using the following command: <br /> <code>lessc <span class="green">ace.less</span> ../ace.css</code> <br /> or <br /> <code>lessc <span class="green">ace.less</span> <b class="blue">--clean-css</b> ../ace<b class="blue">.min</b>.css</code> </li> <li> Main less file is: <br /> <code data-open-file="css" class="open-file"><span class="brief-show">assets/css/less/</span>ace.less</code> </li> <li> Variable files are: <br /> <code data-open-file="css" class="open-file"><span class="brief-show">assets/css/less/</span>variables.less</code> <br /> <code data-open-file="css" class="open-file"><span class="brief-show">assets/css/less/</span>fonts.less</code> <br /> and <br /> <code data-open-file="css" class="open-file"><span class="brief-show">assets/css/less/</span>ace-features.less</code> <br /> which enables feature selection. </li> <li> <div class="alert alert-info"> If you don't have Node.js installed, you can download it here: <a href="http://nodejs.org/download/">http://nodejs.org/download/</a> <br /> Then you should install less compiler using the following command: <br /> <code>npm install -g less</code> </div> </li> </ul> </div> <!-- /section:files/css.less --> <h3 class="info-title smaller" data-id="#files/css.css">4. Ace CSS</h3> <!-- #section:files/css.css --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> Ace's main CSS file is generated by compiling LESS files into CSS: <br /> <code>lessc ace.less ../ace.css</code> <br /> </li> <li> But there is also: <ul class="list-unstyled info-list"> <li> <code>ace-ie.css</code> which has some rules for IE9 and below and should be included for IE only using conditional comments: <pre class="light-green"> &lt;!--[if lte IE <span class="light-red bolder">9</span>&gt; &lt;link rel="stylesheet" href="<span class="purple bolder">path/to/assets/<span class="light-blue">ace-ie.css</span></span>" /&gt; &lt;![endif]--&gt; </pre> </li> <li> <code>ace-part2.css</code> which is used when main CSS file (ace.css) is too large for IE9 and below (the 4096 selector limit). <pre class="light-green"> &lt;!--[if lte IE <span class="light-red bolder">9</span>&gt; &lt;link rel="stylesheet" href="<span class="purple bolder">path/to/assets/<span class="light-blue">ace-part2.css</span></span>" /&gt; &lt;![endif]--&gt; </pre> See the following links for more info about this IE limitation: <br /> <a href="http://support.microsoft.com/kb/262161">Link 1</a> & <a href="http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx">Link 2</a> </li> <li> <code>ace-rtl.css</code> file which is used for RTL (right to left) direction suitable for languages such as Arabic, Hebrew and Persian. <br /> For more info about using RTL, please see <a href="#settings.rtl">RTL section</a> </li> <li> <code>ace-fonts.css</code> which is the font definition file. <br /> Used only when you want to serve local fonts rather using fonts directly from google. <br /> You can also put content of <code>ace-fonts.css</code> on top of your main CSS file to reduce number of files. </li> </ol> </li> </ul> </div> <!-- /section:files/css.css --> <h3 class="info-title smaller" data-id="#files/css.skins">5. Ace Skins</h3> <!-- #section:files/css.skins --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> <code>ace-skins.css</code> file is generated by compiling <br /> <code>assets/css/less/skins/skins.less</code> <br /> using the following command: <br /> <code>lessc <span class="green">skins/skins.less</span> ../ace-skins.css</code> <br /> or <br /> <code>lessc <span class="green">skins/skins.less</span> <b class="blue">--clean-css</b> ../ace-skins<b class="blue">.min</b>.css</code> </li> <li> If you don't want to use a separate skin file, you can compile <code>ace.less</code> using your skin of choice. <br /> To do that, edit <br /> <code>assets/css/less/sidebar.less</code> <br /> and replace <br /> <code>@import "skins/no-skin.less"</code> <br /> with <br /> <code>@import "skins/skin-1.less</code> <br /> or any other skin. </li> <li> For more info about skins you may want to see <a href="#settings.skins">skins section</a> as well. </li> </ul> </div> <!-- /section:files/css.skins --> <h3 class="info-title smaller" data-id="#files/css.order">6. CSS file order</h3> <!-- #section:files/css.order --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> The correct order of including CSS files is as follows: <ol> <li> <b>bootstrap.css</b> </li> <li> <b>font-awesome.css</b> if you want to use Fontawesome icons. </li> <li> <b>ace-fonts.css</b> <br /> You may want to serve fonts from your own server or hosted by Google. <br /> View this file for an example: <br /> <code data-open-file="html" class="open-file"><span class="brief-show">mustache/app/views/layouts/partials/_shared/_template/</span>fonts.mustache</code> </li> <li> Third party css files such as <b>chosen.css</b> or <b>ui.jqgrid.css</b> </li> <li> <b>ace.css</b>. Ace's main CSS file. </li> <li> <b>ace-part2.css</b>. IE 9 and below have a 4096 selector limit. <br /> See the following links for more info about this IE limitation: <br /> <a href="http://support.microsoft.com/kb/262161">Link 1</a> & <a href="http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx">Link 2</a> <div class="space-4"></div> I recommend building a custom, smaller CSS file according to your needs, using <a href="../build/css.html">CSS builder</a> and you may not need a second CSS file for IE. </li> <li> <b>ace-skins.css</b>. Ace skin CSS file, if you want to use a skin other that default one. <br /> You can also compile default Ace styles (ace.css) using a different skin. Please refer to the above "Ace Skins" section for more info. </li> <li> <b>ace-rtl.css</b>. Ace's RTL direction CSS file, if you want to use Arabic, Hebrew or Persian. </li> <li> <b>ace-ie.css</b> which is used by IE9 and below. </li> <li> Inline styles which is not recommend and you should always try to separate your CSS from your HTML and application code. </li> </ol> </li> <li> <pre data-language="html"> &lt;link href="path/to/bootstrap.min.css" rel="stylesheet" /&gt; &lt;link href="path/to/fontawesome.min.css" rel="stylesheet" /&gt;&lt;!-- only if needed --&gt; &lt;link href="path/to/ace-fonts.css" rel="stylesheet" /&gt;&lt;!-- you can also use google hosted fonts --&gt; &lt;link href="path/to/ace.min.css" rel="stylesheet" class="ace-main-stylesheet" /&gt; &lt;!--[if lte IE 9]&gt; &lt;link href="path/to/ace-part2.min.css" rel="stylesheet" class="ace-main-stylesheet" /&gt; &lt;![endif]--&gt; &lt;link href="path/to/ace-skins.min.css" rel="stylesheet" /&gt;&lt;!-- only if needed --&gt; &lt;link href="path/to/ace-rtl.min.css" rel="stylesheet" /&gt;&lt;!-- only if needed --&gt; &lt;!--[if lte IE 9]&gt; &lt;link href="path/to/ace-ie.min.css" rel="stylesheet" /&gt; &lt;![endif]--&gt; &lt;style&gt; /* not recommended to define new CSS rules inside your HTML page */ .some-selector { color: red; } &lt;/style&gt; </pre> </li> </ul> </div> <!-- #section:files/css.order --> <h3 class="info-title smaller" data-id="#files/css.fonts">7. Fonts</h3> <!-- #section:files/css.fonts --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> Ace uses "Open Sans" font from Google as its a popular font with good character support. <br /> Only "normal" and "light" font weights are included to make the page load faster: <code>http://fonts.googleapis.com/css?family=Open+Sans:<u>400</u>,<u>300</u></code> <br /> See this for more info: <a href="http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans">Google Open Sans</a> <div class="space-6"></div> You can use google hosted fonts: <pre data-language="html"> <!-- serve fonts from google --> &lt;link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300" /&gt;</pre> Or serve from your own server: (especially good during development, so that your pages load faster) <pre data-language="html"> &lt;link rel="stylesheet" href="path/to/ace-fonts.css" /&gt;</pre> You can also embed the contents of "ace-fonts.css" files in your main CSS file to reduce number of files: <pre data-language="css"> @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(path/to/font/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(path/to/font/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); }</pre> Font files are located inside: <code>assets/font</code> </li> <li> For icons you can use Fontawesome, Glyphicons or any other font library. <br /> Icon font files are located inside: <code>assets/fonts</code> and you can also serve CDN hosted fonts, for example: <pre data-language="html"> &lt;link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" /&gt;</pre> <div class="space-4"></div> Please also see <a href="#elements.icon" class="help-more">Icons section</a> for more info. </li> </ul> </div> <!-- /section:files/css.fonts --> <h3 class="info-title smaller" data-id="#files/css.build">8. CSS Builder</h3> <!-- #section:files/css.build --> <div class="info-section"> <ul class="info-list list-unstyled"> <li> There is also the in-browser CSS builder you can use to build a custom CSS output, using only the parts you need. </li> <li> You can find it here: <a href="../build/css.html">path/to/ace/build/css.html</a> </li> </ul> </div> <!-- /section:files/css.build --> </div> <!-- /section:files/css --> </section>
tests/func/applications/frameworkapp/common/mojits/LazyLoadClientMojit/views/index.hb.html
yahoo/mojito
<div id="{{mojit_view_id}}"> <h3>LazyLoadClientMojit</h3> <li>LazyLoadClientMojit: <input type="button" id="lazyloadclientmojitButton" value="LazyLoadClientMojit"/></li> </div>
third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html
danakj/chromium
<!DOCTYPE html> <title>Tests default rendering for TextTrackCues that belong to a VTTRegion.</title> <script src="../../media-controls.js"></script> <script src="../../media-file.js"></script> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <video controls></video> <script> var region; var seekTimes = [0.2, 0.5, 1.0, 2.3, 3.0]; var seekTimeIndex = 0; function countVisibleLines(cueElement) { var cueRect = cueElement.getBoundingClientRect(); var regionRect = region.getBoundingClientRect(); var linesMatch = cueElement.textContent.match(/\n/g); var linesCount = 1 + (linesMatch == null ? 0 : linesMatch.length); var lineHeight = cueRect.height / linesCount; var visibleLines = 0; for (i = 0; i < linesCount; ++i) { var lineTop = cueRect.top + i * lineHeight; var lineBottom = cueRect.top + (i+1) * lineHeight; if (lineTop >= regionRect.top && lineBottom <= regionRect.bottom) visibleLines++; } return visibleLines; } async_test(function() { var video = document.querySelector('video'); video.src = findMediaFile('video', '../../content/test'); var testTrack = document.createElement('track'); testTrack.onload = this.step_func(function() { video.oncanplaythrough = this.step_func(function() { track = video.textTracks[0]; assert_equals(track.regions.length, 1); region = textTrackDisplayElement(video, 'region'); var container = textTrackDisplayElement(video, 'region-container'); video.onseeked = this.step_func(function() { var totalVisibleLines = 0; for (var i = 0; i < container.children.length; ++i) { var cue = container.children[i]; totalVisibleLines += countVisibleLines(cue);; } assert_less_than_equal(totalVisibleLines, track.regions[0].height); if (seekTimeIndex == seekTimes.length) this.done(); else video.currentTime = seekTimes[seekTimeIndex++]; }); video.currentTime = seekTimes[seekTimeIndex++]; }); }); testTrack.src = '../captions-webvtt/captions-regions.vtt'; testTrack.kind = 'captions'; testTrack.default = true; video.appendChild(testTrack); }); </script>
websites/code/studygolang/template/resources/detail.html
youxidev/studygolang
{{define "title"}}{{.resource.title}} {{end}} {{define "seo"}}<meta name="keywords" content="{{.resource.title}}, Golang中国社区, Go语言, Golang, Go中文社区,Golang中文社区, Go语言社区, Go语言学习园地"> <meta name="description" content="{{substring .resource.content 200 ""}}">{{end}} {{define "content"}} <div class="row banner"> </div> <div class="row"> <div class="col-lg-9 col-md-8 col-sm-7"> <ol class="breadcrumb"> <li><a href="/"><i class="glyphicon glyphicon-home"></i> 首页</a></li> <li><a href="/resources">资源</a></li> <li><a href="/resources/cat/{{.resource.catid}}">{{.resource.catname}}</a></li> <li class="active">{{.resource.title}}</li> </ol> <div class="page box_white"> <div class="title text-center"> <h1> {{.resource.title}} {{if .me}} {{if or (eq .me.username .resource.user.Username) .me.isadmin}} <a class="edit" href="/resources/modify?id={{.resource.id}}" title="编辑"><i class="glyphicon glyphicon-pencil"></i> 编辑</a> {{end}} {{end}} </h1> </div> <div class="meta"> <div class="p-author"> <i class="glyphicon glyphicon-calendar"></i> <span title="{{.resource.ctime}}" class="timeago"></span>&nbsp; <i class="glyphicon glyphicon-user"></i> <a href="/user/{{.resource.user.Username}}" title="{{if .resource.user.Name}}{{.resource.user.Name}}{{else}}{{.resource.user.Username}}{{end}}">{{if .resource.user.Name}}{{.resource.user.Name}}({{.resource.user.Username}}){{else}}{{.resource.user.Username}}{{end}}</a> </div> <!-- p-author END --> <div class="p-comment text-right"> <span class="view" title="阅读数"> <i class="glyphicon glyphicon-eye-open"></i> 阅读 <span>{{add .resource.viewnum 1}}</span> 次&nbsp; </span> <span class="like" title="喜欢人数"> <i class="glyphicon glyphicon-heart"></i> <span class="likenum">{{.resource.likenum}}</span> 人喜欢&nbsp; </span> <a href="/resources/{{.resource.tid}}#commentForm" title="我要评论"><i class="glyphicon glyphicon-comment"></i> <span class="cmtnum">{{.resource.cmtnum}}</span> 条评论</a> </div> <!-- p-comment END --> </div> <div class="tags"> <ul class="list-inline"></ul> </div> <!-- tags --> <div class="content">{{if eq .resource.form "只是链接"}}资源链接 {{.resource.url}}{{else}}{{.resource.content}}{{end}}</div> <!-- content END --> <div class="active row"> <div class="mark-like-btn col-md-8"> <a class="share-btn like-btn {{if .likeflag}}hadlike{{end}}" href="javascript:;" title="{{if .likeflag}}取消喜欢{{else}}我喜欢{{end}}" data-objid="{{.resource.id}}" data-objtype="2" data-flag="{{.likeflag}}"> <i class="glyphicon glyphicon-heart-empty"></i><span class="likenum">{{.resource.likenum}}</span>人喜欢 </a> <a class="share-btn collect {{if .hadcollect}}hadlike{{end}}" href="javascript:;" title="{{if .hadcollect}}取消收藏{{else}}稍后再读{{end}}" data-objid="{{.resource.id}}" data-objtype="2" data-collect="{{.hadcollect}}"> <i class="glyphicon glyphicon-star-empty"></i>收藏 </a> </div> <!-- JiaThis Button BEGIN --> <div class="jiathis_style_32x32"> <a class="jiathis_button_qzone"></a> <a class="jiathis_button_tsina"></a> <a class="jiathis_button_tqq"></a> <a class="jiathis_button_weixin"></a> <a href="http://www.jiathis.com/share?uid=1895190" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank"></a> <a class="jiathis_counter_style"></a> </div> <script type="text/javascript"> var jiathis_config = {data_track_clickback:'true'}; </script> <script type="text/javascript" src="http://v3.jiathis.com/code/jia.js?uid=1358871817652577" charset="utf-8"></script> <!-- JiaThis Button END --> </div> <!-- 评论 --> <div class="page-comment" data-objid="{{.resource.id}}" data-objtype="2" {{if .me}}data-username="{{.me.username}}" data-uid="{{.me.uid}}" data-avatar="{{gravatar .me.avatar .me.email 48}}"{{end}}> <div class="words hide"> <h3><span class="cmtnum">{{.resource.cmtnum}}</span>条评论</h3> <ul class="list-unstyled"> </ul> </div> <div class="comment-title"> <h2>资源评论:</h2> {{if .me}} {{else}} <span class="h2-tip"> (您需要 <a class="c-log" href="javascript:openPop('#login-pop');">登录</a> 后才能评论 <a href="/user/register" class="c-reg"> 没有账号</a> ?)</span> {{end}} </div> {{template "comment" .}} </div> <!-- 评论 --> </div> </div> <div class="col-lg-3 col-md-4 col-sm-5"> <div class="row box_white sidebar sb-author"> <div class="top"> <h3 class="title"><i class="glyphicon glyphicon-user"></i>&nbsp;作者</h3> </div> <div class="sb-content"> <a href="/user/{{.resource.user.Username}}" class="pull-left avatar" title="{{.resource.user.Username}}"> <img src="{{gravatar .resource.user.Avatar .resource.user.Email 48}}" alt="{{if .resource.user.Name}}{{.resource.user.Name}}{{else}}{{.resource.user.Username}}{{end}}" width="48px" height="48px"> </a> <h4> <a href="/user/{{.resource.user.Username}}" title="{{if .resource.user.Name}}{{.resource.user.Name}}{{else}}{{.resource.user.Username}}{{end}}">{{if .resource.user.Name}}{{.resource.user.Name}}({{.resource.user.Username}}){{else}}{{.resource.user.Username}}{{end}}</a> <p>{{.resource.user.Monlog}}</p> </h4> </div> </div> <div class="row box_white sidebar"> <div class="sb-content text-center" style="margin-top: 15px;"> <a href="/resources/new" class="btn btn-default">分享资源</a> </div> </div> <div class="row box_white sidebar"> <script type="text/javascript"> var cpro_id="u1996895"; (window["cproStyleApi"] = window["cproStyleApi"] || {})[cpro_id]={at:"3",rsi0:"291",rsi1:"291",pat:"6",tn:"baiduCustNativeAD",rss1:"#FFFFFF",conBW:"0",adp:"1",ptt:"0",titFF:"%E5%BE%AE%E8%BD%AF%E9%9B%85%E9%BB%91",titFS:"14",rss2:"#000000",titSU:"0",ptbg:"90",piw:"0",pih:"0",ptp:"0"} </script> <script src="http://cpro.baidustatic.com/cpro/ui/c.js" type="text/javascript"></script> </div> <div class="row box_white sidebar"> <div class="top"> <ul class="list-inline text-center"> <li class="first"><a href="/resources" target="_blank" class="cur" title="点击更多">最新资源</a>|</li> <li class="second"><a href="/topics" target="_blank" title="点击更多">最新主题</a>|</li> <li class="last"><a href="/articles" target="_blank" title="点击更多">最新博文</a></li> </ul> <p class="bar"></p> </div> <div class="sb-content"> <div class="resource-list first"> <ul class="list-unstyled"> </ul> </div> <div class="topic-list second hidden"> <ul class="list-unstyled"> <img src="/static/img/loaders/loader7.gif" alt="加载中" /> </ul> </div> <div class="article-list last hidden"> <ul class="list-unstyled"> </ul> </div> </div> </div> </div> </div> {{end}} {{define "css"}} <link href="/static/css/highlight/default.css" media="screen" rel="stylesheet" type="text/css"> <link href="/static/css/jquery.atwho.min.css" media="screen" rel="stylesheet" type="text/css"> <style type="text/css"> .sb-author .sb-content .avatar {margin: 0 10px 10px;} .edit-info {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6; margin:0 10px;} </style> {{end}} {{define "js"}} <script type="text/javascript" src="/static/js/libs/jquery.autogrowtextarea.min.js"></script> <script type="text/javascript" src="/static/js/libs/marked.min.js"></script> <script type="text/javascript" src="/static/js/libs/highlight.min.js"></script> <script type="text/javascript" src="/static/js/libs/jquery.caret.min.js"></script> <script type="text/javascript" src="/static/js/libs/jquery.atwho.min.js"></script> <script type="text/javascript" src="/static/js/libs/emojify.min.js"></script> <script type="text/javascript" src="/static/js/libs/emojis.js"></script> <script type="text/javascript" src="/static/js/libs/plupload.full.min.js"></script> <script type="text/javascript" src="/static/js/resources.js?v=1.1"></script> <script type="text/javascript" src="/static/js/comment.js?v=1.1"></script> <script type="text/javascript" src="/static/js/puploader.js"></script> <script type="text/javascript"> // 需要加载的侧边栏 SG.SIDE_BARS = [ "/topics/recent.json", "/articles/recent.json", "/resources/recent.json" ]; $(function(){ new SG.Resources().parseContent($('.page .content')); // 文本框自动伸缩 $('.need-autogrow').autoGrow(); loadComments(); // 链接,add target=_blank $('#wrapper .content').on('mousedown', 'a', function(evt){ var url = $(this).attr('href'); $(this).attr('target', '_blank'); }); }); </script> <script type="text/javascript"> /* 内文方式 创建于 2015-03-15*/ var cpro_id = "u1989498"; </script> <script src="http://cpro.baidustatic.com/cpro/ui/cnw.js" type="text/javascript"></script> {{end}}
third-party/src/boost_1_56_0/libs/log/doc/html/BOOST_LOG_STREAM_WITH_PARAMS.html
rkq/cxxexp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_LOG_STREAM_WITH_PARAMS</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="logging_sources.html#header.boost.log.sources.record_ostream_hpp" title="Header &lt;boost/log/sources/record_ostream.hpp&gt;"> <link rel="prev" href="BOOST_LOG_STREAM.html" title="Macro BOOST_LOG_STREAM"> <link rel="next" href="BOOST_LOG.html" title="Macro BOOST_LOG"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_LOG_STREAM.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="logging_sources.html#header.boost.log.sources.record_ostream_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_LOG.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_LOG_STREAM_WITH_PARAMS"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_LOG_STREAM_WITH_PARAMS</span></h2> <p>BOOST_LOG_STREAM_WITH_PARAMS &#8212; The macro writes a record to the log and allows to pass additional named arguments to the logger. </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="logging_sources.html#header.boost.log.sources.record_ostream_hpp" title="Header &lt;boost/log/sources/record_ostream.hpp&gt;">boost/log/sources/record_ostream.hpp</a>&gt; </span>BOOST_LOG_STREAM_WITH_PARAMS(logger, params_seq)</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; 2007-2014 Andrey Semashev<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>). </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_LOG_STREAM.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="logging_sources.html#header.boost.log.sources.record_ostream_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_LOG.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
potions/potpourri/index.html
joker8999/magic-of-css
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Potpourri — Magic of CSS — Adam Schwartz</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link rel="icon" href="/magic-of-css/favicon.ico"> <link rel="stylesheet" href="../../css/base.css"> <link rel="stylesheet" href="../../css/logo.css"> <link rel="stylesheet" href="../../css/chapter.css"> <script src="//use.typekit.net/hlu4jhg.js"></script> <script>try{Typekit.load();}catch(e){}</script> <script src="../../js/chapters.js"></script> </head> <body> <div class="page"> <a class="logo" href="/magic-of-css"><h1>The Magic of CSS</h1><div class="the-magic-of">The Magic Of</div><div class="css-rainbow"><div class="css-letter css-rainbow-c"><div class="rainbow"><div class="bands"></div></div></div><div class="css-letter css-rainbow-s css-rainbow-s-1"><div class="top-half"><div class="rainbow"><div class="bands"></div></div></div><div class="bottom-half"><div class="rainbow"><div class="bands"></div></div></div></div><div class="css-letter css-rainbow-s css-rainbow-s-2"><div class="top-half"><div class="rainbow"><div class="bands"></div></div></div><div class="bottom-half"><div class="rainbow"><div class="bands"></div></div></div></div></div></a> <div class="chapter"> <h1> <span class="number">Potion</span> <span class="title">Potpourri</span> </h1> <style> h4.example-header { text-align: center; font-weight: normal; font-size: 1.5em; margin-top: 15rem; margin-bottom: 2rem } .example-wrapper { margin-bottom: 15rem } .example { font-size: 2em; line-height: normal } @media (min-width: 92.66667rem) { style[contenteditable] { font-size: 1em; } } </style> <h4 class="example-header">Modern clearfix</h4> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.modern-clearfix:after { content: ""; display: table; clear: both } .floated-box-paragraph { box-shadow: 0 0 0 1px red } .floated-box-paragraph .box { display: block; width: 5em; height: 5em; margin-right: .25em; background: pink; float: left }</style> <div class="example"> <p class="floated-box-paragraph modern-clearfix"> <span class="box"></span> I am a paragraph of text with a floated box inside me. </p> </div> </div> <h4 class="example-header">Background grid for checking alignment</h4> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.background-grid { background: linear-gradient(pink 1px, rgba(0, 0, 0, 0) 1px); background-size: 1px 10px; background-position: 0 -1px; box-shadow: 0 0 0 1px pink; display: block } .varying-font-sizes { -font-size: 1.5em }</style> <div class="example"> <p class="background-grid">When working on something with <span class="varying-font-sizes">varying font sizes</span>, it can be helpful to have a grid behind you.</p> </div> </div> <h4 class="example-header">Equal negative margin and padding</h4> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.link-with-big-hit-target { cursor: pointer; -box-shadow: 0 0 0 1px red; -background: pink } .link-with-big-hit-target:active { box-shadow: 0 0 0 1px green; background: lightgreen } / .link-with-big-hit-target { margin: -.5em; padding: .5em; }</style> <div class="example"> <p><span class="link-with-big-hit-target" href>Click me!</span></p> </div> </div> <h4 class="example-header">Equal negative margin and padding <em>gotcha</em></h4> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.hit-target { cursor: pointer; -box-shadow: 0 0 0 1px red; -margin: -1em; -padding: 1em }</style> <div class="example"> <p>Sometimes you want to increase the size of a hit target without changing its position. Depending on the situation, there may be a number of ways to accomplish this. But a simple and often effective one is to apply a <span class="hit-target">negative margin and padding</span> of the same value. They sort of cancel eachother out while allowing you to increase the hit target region by the size you choose.</p> </div> </div> <h4 class="example-header">Aligning floated elements of different font sizes</h4> <!-- http://css-tricks.com/what-is-vertical-align/ --> <!-- http://www.smashingmagazine.com/2012/12/17/css-baseline-the-good-the-bad-and-the-ugly/ --> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.title-author-block .title { float: left; font-size: 2em; line-height: 2.2rem } .title-author-block .author { float: right; font-size: 1.5em; line-height: 2.2rem } .title-author-block .author-pseudo { -position: relative; -font-size: inherit; } .title-author-block .author-pseudo:before { -position: absolute; -right: 0; content: "Author"; } .title-author-block { -background: none; -box-shadow: none }</style> <div class="example"> <span class="title-author-block background-grid modern-clearfix"> <span class="title">Title</span> <span class="author">Author</span> </span> <br> <span class="title-author-block background-grid modern-clearfix"> <span class="title">Title</span> <span class="author author-pseudo"></span> </span> </div> </div> <h4 class="example-header">Gradient shadows</h4> <div class="example-wrapper"> <style> .gradient-shadows { height: 300px; width: 200px; position: relative; margin: 100px auto } .gradient-shadows .top-bar { position: absolute; top: 0; height: 10px; width: 100%; border-radius: 3px 3px 0 0; background: linear-gradient( 135deg, #ffaf2a, #ff670f ) } </style> <style contenteditable="plaintext-only" spellcheck="false">.gradient-shadows:before, .gradient-shadows:after { content: ""; display: block; position: absolute; height: 100%; width: 8px; -webkit-mask-box-image: -webkit-linear-gradient( top, transparent 0%, #000 5%, rgba(0, 0, 0, .8) 26%, transparent 100% ) ; } .gradient-shadows:before { right: 100%; background-image: -webkit-linear-gradient( right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ) } .gradient-shadows:after { left: 100%; background-image: -webkit-linear-gradient( left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) ) }</style> <div class="example"> <div class="gradient-shadows"> <div class="top-bar"></div> </div> </div> </div> <h4 class="example-header">Inline SVG (checkmark)</h4> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.checkmark { height: 5em; width: 5em } .checkmark:before { content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 22 17'><rect fill='red' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='red' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>"); }</style> <div class="example"> <div class="checkmark"></div> </div> </div> <h4 class="example-header">Greyscale</h4> <div class="example-wrapper"> <style contenteditable="plaintext-only" spellcheck="false">.grayscale { /* Firefox 10+, Firefox on Android */ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* IE6-9 */ filter: gray; /* Chrome 19+, Safari 6+, Safari 6+ iOS */ -webkit-filter: grayscale(100%); }</style> <div class="example"> <span class="logo grayscale" href="/magic-of-css"><div class="css-rainbow"><div class="css-letter css-rainbow-c"><div class="rainbow"><div class="bands"></div></div></div><div class="css-letter css-rainbow-s css-rainbow-s-1"><div class="top-half"><div class="rainbow"><div class="bands"></div></div></div><div class="bottom-half"><div class="rainbow"><div class="bands"></div></div></div></div><div class="css-letter css-rainbow-s css-rainbow-s-2"><div class="top-half"><div class="rainbow"><div class="bands"></div></div></div><div class="bottom-half"><div class="rainbow"><div class="bands"></div></div></div></div></div></span> </div> </div> <pre style="margin: -18.3333em -18.3333em 0; font-size: 1em"><code>&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt; &lt;filter id=\'grayscale\'&gt; &lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt; &lt;/filter&gt; &lt;/svg&gt; </code></pre> <h4 class="example-header"><em>That's all folks!</em></h4> <!-- TODO <script> Array.prototype.slice.call(document.querySelectorAll('style[contenteditable="plaintext-only"]')).forEach(function(style){ style.addEventListener('keydown', function(event){ console.log(style); window.stylez = style; console.log(style.setSelectionRange) if (event.keyCode === 9 && !event.shiftKey && !event.ctrlKey && !event.altKey) { event.preventDefault(); } }) }); function insertNodeAtCursor(node) { var range, html; if (window.getSelection && window.getSelection().getRangeAt) { range = window.getSelection().getRangeAt(0); range.insertNode(node); } else if (document.selection && document.selection.createRange) { range = document.selection.createRange(); html = (node.nodeType == 3) ? node.data : node.outerHTML; range.pasteHTML(html); } } </script> --> </div> </div> </body> </html>
docs/search/properties_8.html
lightlikeD/DSACharacterSheet
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.14"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="properties_8.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ createResults(); /* @license-end */ --></script> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); /* @license-end */ --></script> </div> </body> </html>
www_source/js/webix/samples/40_serverside/05_indexeddb/02_datatable_saving.html
ByTiger/LearnWhatYouNeed
<!DOCTYPE html> <html> <head> <title>Connector DataTable saving</title> <link rel="stylesheet" href="../../../codebase/webix.css" type="text/css" charset="utf-8"> <script src="../../../codebase/webix.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href="../../common/samples.css"> </head> <body> <div class='header_comment'>Loading</div> <div id='testA'></div> <script type="text/javascript" charset="utf-8"> webix.proxy.indexdb.create("mydb", { mycollection:[ {"id":1,"title":"The Shaushenk Redemption ","year":"1998","votes":194865,"rating":"7.5","rank":1}, {"id":2,"title":"The Godfather","year":"1975","votes":511495,"rating":"9.2","rank":2}, {"id":3,"title":"The Godfather: Part II","year":"1974","votes":319352,"rating":"9.0","rank":3},{"id":4,"title":"The Good, the Bad and the Ugly","year":"1966","votes":213030,"rating":"8.9","rank":4}, {"id":5,"title":"My Fair Lady","year":"1994","votes":533848,"rating":"9.1","rank":5},{"id":6,"title":"12 Angry Men","year":"1957","votes":164558,"rating":"8.9","rank":6} ] }, null, init_demo); function init_demo(){ var grid = { view:"datatable", id:"datatable1", columns:[ { id:"rank", editor:"text", header:"", css:"rank", width:50}, { id:"title", editor:"text", header:"Film title", width:200}, { id:"year", editor:"text", header:"Released" , width:80}, { id:"votes", editor:"text", header:"Votes", width:100} ], autoheight:true, autowidth:true, select:"row", editable:true, editaction:"dblclick", save: "indexdb->mydb/mycollection", url: "indexdb->mydb/mycollection" }; var buttons = { view:"toolbar", elements:[ { view:"button", value:"Add Row", click:function(){ $$('datatable1').add({ rank:99, title:"", year:"2012", votes:"100" }); }}, { view:"button", value:"Delete Row", click:function(){ var id = $$('datatable1').getSelectedId(); if (id) $$('datatable1').remove(id); }}, {} ] }; webix.ready(function(){ grida = webix.ui({ container:"testA", rows:[ buttons, grid ] }); }); } </script> </body> </html>
web2/gallery/MemoireInvolontaireNo1/assets/overall.css
dhowe/RiTa
body { /* background: #800c17; */ /* background: #A15300; */ /* background: #FB0036; */ background: #b90000; color: #000; margin: 0; padding: 0 0 30px 0; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-size: 90%; } p, ul, ol, table, pre { margin-right: 30px; margin-left: 30px; } h1, h2, h3, h4, h5, h6 { margin: 0 30px 0 30px; font-weight: normal; text-align: center; font-family: Lucida Console, Monaco, monospace; } h1 { padding: 15px 2px 0 2px; font-size: 250%; clear: both; } h2 { margin: 1px 0 10px 0; font-size: 100%; } .key { background: #ffffff; color: #000; font-weight: bold; text-align: center; font-family: Lucida Console, Monaco, monospace; font-size: 14px; } .nav { margin: 3px 0 3px 0; font-family: Lucida Console, Monaco, monospace; font-size: 11px; } .nav a { padding: 3px 0 3px 0; text-decoration: none } #prev { text-align: left; float: left; } #next { text-align: right; float: right; } ul { margin: 2px 25px 15px 25px; border-bottom: 1px solid #000; text-align: right; } li { display: inline; list-style-type: none; padding-left: 15px; } li.ii { display: block; } .ii { min-height: 7em; max-height: none; } /* for defective Internet Explorer */ /*\*/ * html .ii { height: 7em; } /**/ #mainindex { margin: 0 25px 15px 20px; float: right; } #intro { background: #fff; padding: 8px 8px 8px 13px; margin: 20px 25px 0px 23px; } #screenshot { margin: 0 15px 15px 30px; border: 1px solid #000; float: left; } #description { padding: 10px 8px 8px 5px; margin-top: 0 } #instructions { background: #000; padding: 8px 5px 8px 12px; margin: 20px 25px 20px 23px; color: #ffffff; clear: both; } #begin, #programs { background: #fff; padding: 0; margin: 15px 25px 15px 15px; text-align: center; font-family: Lucida Console, Monaco, monospace; font-size: 15px; width: auto; float: right; } #programs { text-align: left; border: 2px solid #fff; padding: 10px; background: #000; color: #09e; width: 30%; } #begin a { display: block; border: 2px solid #fff; padding: 10px; background: #000; color: #fff; } #begin a:hover { border: 2px solid #A15300; background: #fff; color: #00d; } #previous { margin: 20px 25px 5px 25px; padding: 0 5px 10px 10px; } #license { margin: 5px 25px 20px 25px; padding: 0 5px 10px 10px; } a { text-decoration: none; } a:link { color: #fff; } a:visited { color: #fea; } a:active { color: #fff; } a:hover { color: #fff; background: #000; } a.ed:link { color:#800c17; } a.ed:visited { color:#800c17; } a.ed:hover { color:#ffffff; background: #000000; } a.ed:active { color:#800c17; } IMG.titlebanner { display: block; margin-top:14px; margin-left: auto; margin-right: auto; } .title { z-index:100; margin-top:22px; text-align:center; border:1px solid #b90000; } .topnav { z-index:1; margin-top:12px; text-align:center; margin-left: auto; margin-right: auto; border:2px solid #b90000; } IMG.begin-button { margin: 15px 25px 15px 15px; float: right; }
layout/reftests/bugs/665597-2-ref.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE HTML> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Testcase for bug 665597</title> <style type="text/css"> .o { width:100px; height:100px; padding:100px; background:green; } .i { width:100px; height:200px; background:yellow; } </style> </head> <body> <div class="o" style="overflow:visible"> <div class="i"></div> </div> </body> </html>
app/apps/plugins/bootstrap_editor/assets/docs/index.html
gnomex/camaleon-cms
<div class="panel panel-default"> <div class="panel-body"> <table border="1" style="width: 100%"> <thead><tr><th class="padding-10 txt-left">Description</th></tr></thead> <tbody> <tr> <td class="padding-10"> Editor plugin Bootstrap Bootstrap allows you to add elements within the content editor of the system. Bootstrap elements facilitate the work of editing the contents. </td> </tr> </tbody> </table> <br> <table border="1" style="width: 100%"> <thead> <tr><th class="padding-10" colspan="2">Configuration</th></tr> </thead> <tbody> <tr> <td class="th_1 padding-10"><img src="images/screenshot_1.jpg" class="td_img" ></td> <td class="th_2 padding-10"><p> After activating the plugin, select the <strong> "Content / Post / Add New" </strong>, in the form of Post editor, in the menu on the toolbar of the editor find the link <strong> Format </strong> display the menu and select any of the menu options Bootstrap format. </p></td> </tr> <tr> <td class="th_1 padding-10"><img src="images/screenshot_2.jpg" class="td_img" ></td> <td class="th_2 padding-10"><p> To add an item to bootstrap, first we opened a post and look for the "Insert Template" button, clicking on this button will open a mode where you can choose any item as shown in the image on the left column. </p></td> </tr> </tbody> </table> </div> </div> <style> .padding-10{ padding: 10px;} .txt-left{ text-align: left;} .th_1{ width: 70% !important;} .th_2{ width: 30% !important;} .td_img{ width: 100% !important;} </style>
pelican/tests/output/custom/article-1.html
douglaskastle/pelican
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Article 1</title> <link rel="stylesheet" href="./theme/css/main.css" /> <link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" /> <link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" /> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="index" class="home"> <a href="http://github.com/ametaireau/"> <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /> </a> <header id="banner" class="body"> <h1><a href="./">Alexis' log </a></h1> <nav><ul> <li><a href="./tag/oh.html">Oh Oh Oh</a></li> <li><a href="./override/">Override url/save_as</a></li> <li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li> <li><a href="./category/yeah.html">yeah</a></li> <li><a href="./category/misc.html">misc</a></li> <li class="active"><a href="./category/cat1.html">cat1</a></li> <li><a href="./category/bar.html">bar</a></li> </ul></nav> </header><!-- /#banner --> <section id="content" class="body"> <article> <header> <h1 class="entry-title"> <a href="./article-1.html" rel="bookmark" title="Permalink to Article 1">Article 1</a></h1> </header> <div class="entry-content"> <footer class="post-info"> <abbr class="published" title="2011-02-17T00:00:00+01:00"> Published: Thu 17 February 2011 </abbr> <address class="vcard author"> By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a> </address> <p>In <a href="./category/cat1.html">cat1</a>.</p> </footer><!-- /.post-info --> <p>Article 1</p> </div><!-- /.entry-content --> <div class="comments"> <h2>Comments !</h2> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'blog-notmyidea'; var disqus_identifier = 'article-1.html'; var disqus_url = './article-1.html'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//blog-notmyidea.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the comments.</noscript> </div> </article> </section> <section id="extras" class="body"> <div class="blogroll"> <h2>links</h2> <ul> <li><a href="http://biologeek.org">Biologeek</a></li> <li><a href="http://filyb.info/">Filyb</a></li> <li><a href="http://www.libert-fr.com">Libert-fr</a></li> <li><a href="http://prendreuncafe.com/blog/">N1k0</a></li> <li><a href="http://ziade.org/blog">Tarek Ziadé</a></li> <li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li> </ul> </div><!-- /.blogroll --> <div class="social"> <h2>social</h2> <ul> <li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li> <li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li> <li><a href="http://twitter.com/ametaireau">twitter</a></li> <li><a href="http://lastfm.com/user/akounet">lastfm</a></li> <li><a href="http://github.com/ametaireau">github</a></li> </ul> </div><!-- /.social --> </section><!-- /#extras --> <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. </address><!-- /#about --> <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> </footer><!-- /#contentinfo --> <script type="text/javascript"> var disqus_shortname = 'blog-notmyidea'; (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = 'https://' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> </body> </html>
docs/generated/symbols/src/src_js_HelpController.js.html
drichard/mindmaps
<html><head><meta http-equiv="content-type" content="text/html; charset=utf8"> <style> .KEYW {color: #933;} .COMM {color: #bbb; font-style: italic;} .NUMB {color: #393;} .STRN {color: #393;} .REGX {color: #339;} .line {border-right: 1px dotted #666; color: #666; font-style: normal;} </style></head><body><pre><span class='line'> 1</span> <span class="COMM">/** <span class='line'> 2</span> * &lt;pre> <span class='line'> 3</span> * Listens to HELP_COMMAND and displays notifications. <span class='line'> 4</span> * Provides interactive tutorial for first time users. <span class='line'> 5</span> * &lt;/pre> <span class='line'> 6</span> * <span class='line'> 7</span> * @constructor <span class='line'> 8</span> * @param {mindmaps.EventBus} eventBus <span class='line'> 9</span> * @param {mindmaps.commandRegistry} commandRegistry <span class='line'> 10</span> */</span><span class="WHIT"> <span class='line'> 11</span> </span><span class="NAME">mindmaps.HelpController</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="PUNC">(</span><span class="NAME">eventBus</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">commandRegistry</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 12</span> <span class='line'> 13</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 14</span> * Prepare tutorial guiders. <span class='line'> 15</span> */</span><span class="WHIT"> <span class='line'> 16</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">setupInteractiveMode</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 17</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 18</span> </span><span class="WHIT"> </span><span class="NAME">console.debug</span><span class="PUNC">(</span><span class="STRN">"skipping tutorial"</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 19</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 20</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 21</span> <span class='line'> 22</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">notifications</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="PUNC">[</span><span class="PUNC">]</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 23</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">interactiveMode</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 24</span> <span class='line'> 25</span> </span><span class="WHIT"> </span><span class="COMM">// start tutorial after a short delay</span><span class="WHIT"> <span class='line'> 26</span> </span><span class="WHIT"> </span><span class="NAME">eventBus.once</span><span class="PUNC">(</span><span class="NAME">mindmaps.Event.DOCUMENT_OPENED</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 27</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">start</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">1000</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 28</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 29</span> <span class='line'> 30</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">closeAllNotifications</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 31</span> </span><span class="WHIT"> </span><span class="NAME">notifications.forEach</span><span class="PUNC">(</span><span class="KEYW">function</span><span class="PUNC">(</span><span class="NAME">n</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 32</span> </span><span class="WHIT"> </span><span class="NAME">n.close</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 33</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 34</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 35</span> <span class='line'> 36</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpMain</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">helpRoot</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 37</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">start</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 38</span> </span><span class="WHIT"> </span><span class="NAME">helpMain</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'> 39</span> </span><span class="WHIT"> </span><span class="STRN">"#toolbar"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 40</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 41</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomMiddle"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 42</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">550</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 43</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Welcome to mindmaps"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 44</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Hello there, it seems like you are new here! These bubbles "</span><span class="WHIT"> <span class='line'> 45</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"will guide you through the app. Or they won't if you want to skip this tutorial and &lt;a class='skip-tutorial link'>click here&lt;a/>."</span><span class="WHIT"> <span class='line'> 46</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 47</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpMain</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 48</span> </span><span class="WHIT"> </span><span class="NAME">helpMain.$</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">find</span><span class="PUNC">(</span><span class="STRN">"a.skip-tutorial"</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">click</span><span class="PUNC">(</span><span class="KEYW">function</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 49</span> </span><span class="WHIT"> </span><span class="NAME">interactiveMode</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">false</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 50</span> </span><span class="WHIT"> </span><span class="NAME">closeAllNotifications</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 51</span> </span><span class="WHIT"> </span><span class="NAME">tutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 52</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 53</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">theRoot</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">2000</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 54</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 55</span> <span class='line'> 56</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">theRoot</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 57</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'> 58</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 59</span> <span class='line'> 60</span> </span><span class="WHIT"> </span><span class="NAME">helpRoot</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'> 61</span> </span><span class="WHIT"> </span><span class="STRN">".node-caption.root"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 62</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 63</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomMiddle"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 64</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 65</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 66</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"This is where you start - your main idea"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 67</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Double click the idea to change what it says. This will be the main topic of your mind map."</span><span class="WHIT"> <span class='line'> 68</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 69</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpRoot</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 70</span> <span class='line'> 71</span> </span><span class="WHIT"> </span><span class="NAME">eventBus.once</span><span class="PUNC">(</span><span class="NAME">mindmaps.Event.NODE_TEXT_CAPTION_CHANGED</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 72</span> </span><span class="WHIT"> </span><span class="NAME">helpRoot.close</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 73</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">theNub</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">900</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 74</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 75</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 76</span> <span class='line'> 77</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">theNub</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 78</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'> 79</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 80</span> <span class='line'> 81</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpNub</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'> 82</span> </span><span class="WHIT"> </span><span class="STRN">".node-caption.root"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 83</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 84</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomMiddle"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 85</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 86</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 87</span> </span><span class="WHIT"> </span><span class="NAME">padding</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">20</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 88</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Creating new ideas"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 89</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Now it's time to build your mind map.&lt;br/> Move your mouse over the idea, click and then drag"</span><span class="WHIT"> <span class='line'> 90</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">" the &lt;span style='color:red'>red circle&lt;/span> away from the root. This is how you create a new branch."</span><span class="WHIT"> <span class='line'> 91</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 92</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpNub</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 93</span> </span><span class="WHIT"> </span><span class="NAME">eventBus.once</span><span class="PUNC">(</span><span class="NAME">mindmaps.Event.NODE_CREATED</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 94</span> </span><span class="WHIT"> </span><span class="NAME">helpMain.close</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 95</span> </span><span class="WHIT"> </span><span class="NAME">helpNub.close</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 96</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">newNode</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">900</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 97</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 98</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 99</span> <span class='line'>100</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">newNode</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>101</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>102</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>103</span> <span class='line'>104</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpNewNode</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>105</span> </span><span class="WHIT"> </span><span class="STRN">".node-container.root > .node-container:first"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>106</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>107</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomMiddle"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>108</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>109</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>110</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Your first branch"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>111</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Great! This is easy, right? The red circle is your most important tool. Now, you can move your idea"</span><span class="WHIT"> <span class='line'>112</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">" around by dragging it or double click to change the text again."</span><span class="WHIT"> <span class='line'>113</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>114</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpNewNode</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>115</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">inspector</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">2000</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>116</span> <span class='line'>117</span> </span><span class="WHIT"> </span><span class="NAME">eventBus.once</span><span class="PUNC">(</span><span class="NAME">mindmaps.Event.NODE_MOVED</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>118</span> </span><span class="WHIT"> </span><span class="NAME">helpNewNode.close</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>119</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">navigate</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>120</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">toolbar</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">15000</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>121</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">menu</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">10000</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>122</span> </span><span class="WHIT"> </span><span class="NAME">setTimeout</span><span class="PUNC">(</span><span class="NAME">tutorialDone</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">20000</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>123</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>124</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>125</span> <span class='line'>126</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">navigate</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>127</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>128</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>129</span> <span class='line'>130</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpNavigate</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>131</span> </span><span class="WHIT"> </span><span class="STRN">".float-panel:has(#navigator)"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>132</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>133</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomRight"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>134</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>135</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>136</span> </span><span class="WHIT"> </span><span class="NAME">expires</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">10000</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>137</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Navigation"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>138</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"You can click and drag the background of the map to move around. Use your mousewheel or slider over there to zoom in and out."</span><span class="WHIT"> <span class='line'>139</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>140</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpNavigate</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>141</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>142</span> <span class='line'>143</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">inspector</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>144</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>145</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>146</span> <span class='line'>147</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpInspector</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>148</span> </span><span class="WHIT"> </span><span class="STRN">"#inspector"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>149</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>150</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"leftBottom"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>151</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>152</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>153</span> </span><span class="WHIT"> </span><span class="NAME">padding</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">20</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>154</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Don't like the colors?"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>155</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Use these controls to change the appearance of your ideas. "</span><span class="WHIT"> <span class='line'>156</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"Try clicking the icon in the upper right corner to minimize this panel."</span><span class="WHIT"> <span class='line'>157</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>158</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpInspector</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>159</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>160</span> <span class='line'>161</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">toolbar</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>162</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>163</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>164</span> <span class='line'>165</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpToolbar</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>166</span> </span><span class="WHIT"> </span><span class="STRN">"#toolbar .buttons-left"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>167</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>168</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomLeft"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>169</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>170</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>171</span> </span><span class="WHIT"> </span><span class="NAME">padding</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">20</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>172</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"The tool bar"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>173</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Those buttons do what they say. You can use them or work with keyboard shortcuts. "</span><span class="WHIT"> <span class='line'>174</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"Hover over the buttons for the key combinations."</span><span class="WHIT"> <span class='line'>175</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>176</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpToolbar</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>177</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>178</span> <span class='line'>179</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">menu</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>180</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>181</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>182</span> <span class='line'>183</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpMenu</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>184</span> </span><span class="WHIT"> </span><span class="STRN">"#toolbar .buttons-right"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>185</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>186</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"leftTop"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>187</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>188</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>189</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Save your work"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>190</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"The button to the right opens a menu where you can save your mind map or start working "</span><span class="WHIT"> <span class='line'>191</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"on another one if you like."</span><span class="WHIT"> <span class='line'>192</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>193</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpMenu</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>194</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>195</span> <span class='line'>196</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">isTutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>197</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">mindmaps.LocalStorage.get</span><span class="PUNC">(</span><span class="STRN">"mindmaps.tutorial.done"</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">==</span><span class="WHIT"> </span><span class="NUMB">1</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>198</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>199</span> <span class='line'>200</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">tutorialDone</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>201</span> </span><span class="WHIT"> </span><span class="NAME">mindmaps.LocalStorage.put</span><span class="PUNC">(</span><span class="STRN">"mindmaps.tutorial.done"</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">1</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>202</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>203</span> <span class='line'>204</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>205</span> <span class='line'>206</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>207</span> * Prepares notfications to show for help command. <span class='line'>208</span> */</span><span class="WHIT"> <span class='line'>209</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">setupHelpButton</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>210</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">command</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">commandRegistry.get</span><span class="PUNC">(</span><span class="NAME">mindmaps.HelpCommand</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>211</span> </span><span class="WHIT"> </span><span class="NAME">command.setHandler</span><span class="PUNC">(</span><span class="NAME">showHelp</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>212</span> <span class='line'>213</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">notifications</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="PUNC">[</span><span class="PUNC">]</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>214</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">showHelp</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>215</span> </span><span class="WHIT"> </span><span class="COMM">// true if atleast one notifications is still on screen</span><span class="WHIT"> <span class='line'>216</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">displaying</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">notifications.some</span><span class="PUNC">(</span><span class="KEYW">function</span><span class="PUNC">(</span><span class="NAME">noti</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>217</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">noti.isVisible</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>218</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>219</span> <span class='line'>220</span> </span><span class="WHIT"> </span><span class="COMM">// hide notifications if visible</span><span class="WHIT"> <span class='line'>221</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">displaying</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>222</span> </span><span class="WHIT"> </span><span class="NAME">notifications.forEach</span><span class="PUNC">(</span><span class="KEYW">function</span><span class="PUNC">(</span><span class="NAME">noti</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>223</span> </span><span class="WHIT"> </span><span class="NAME">noti.close</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>224</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>225</span> </span><span class="WHIT"> </span><span class="NAME">notifications.length</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>226</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>227</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>228</span> <span class='line'>229</span> </span><span class="WHIT"> </span><span class="COMM">// show notifications</span><span class="WHIT"> <span class='line'>230</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpRoot</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>231</span> </span><span class="WHIT"> </span><span class="STRN">".node-caption.root"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>232</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>233</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomLeft"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>234</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>235</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>236</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"This is your main idea"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>237</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Double click an idea to edit its text. Move the mouse over "</span><span class="WHIT"> <span class='line'>238</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"an idea and drag the red circle to create a new idea."</span><span class="WHIT"> <span class='line'>239</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>240</span> <span class='line'>241</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpNavigator</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>242</span> </span><span class="WHIT"> </span><span class="STRN">"#navigator"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>243</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>244</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"leftTop"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>245</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>246</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>247</span> </span><span class="WHIT"> </span><span class="NAME">padding</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">20</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>248</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"This is the navigator"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>249</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Use this panel to get an overview of your map. "</span><span class="WHIT"> <span class='line'>250</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"You can navigate around by dragging the red rectangle or change the zoom by clicking on the magnifier buttons."</span><span class="WHIT"> <span class='line'>251</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>252</span> <span class='line'>253</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpInspector</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>254</span> </span><span class="WHIT"> </span><span class="STRN">"#inspector"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>255</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>256</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"leftTop"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>257</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>258</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>259</span> </span><span class="WHIT"> </span><span class="NAME">padding</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">20</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>260</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"This is the inspector"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>261</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Use these controls to change the appearance of your ideas. "</span><span class="WHIT"> <span class='line'>262</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"Try clicking the icon in the upper right corner to minimize this panel."</span><span class="WHIT"> <span class='line'>263</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>264</span> <span class='line'>265</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">helpToolbar</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">new</span><span class="WHIT"> </span><span class="NAME">mindmaps.Notification</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'>266</span> </span><span class="WHIT"> </span><span class="STRN">"#toolbar .buttons-left"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>267</span> </span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>268</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"bottomLeft"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>269</span> </span><span class="WHIT"> </span><span class="NAME">closeButton</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>270</span> </span><span class="WHIT"> </span><span class="NAME">maxWidth</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">350</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>271</span> </span><span class="WHIT"> </span><span class="NAME">title</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"This is your toolbar"</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>272</span> </span><span class="WHIT"> </span><span class="NAME">content</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="STRN">"Those buttons do what they say. You can use them or work with keyboard shortcuts. "</span><span class="WHIT"> <span class='line'>273</span> </span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">"Hover over the buttons for the key combinations."</span><span class="WHIT"> <span class='line'>274</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>275</span> <span class='line'>276</span> </span><span class="WHIT"> </span><span class="NAME">notifications.push</span><span class="PUNC">(</span><span class="NAME">helpRoot</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">helpNavigator</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">helpInspector</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>277</span> </span><span class="WHIT"> </span><span class="NAME">helpToolbar</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>278</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>279</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>280</span> <span class='line'>281</span> </span><span class="WHIT"> </span><span class="NAME">setupInteractiveMode</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>282</span> </span><span class="WHIT"> </span><span class="NAME">setupHelpButton</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>283</span> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>284</span> </span></pre></body></html>
web/resource/js/superSlide/demo/iframe/4.0-picScroll-top-iframe.html
moonsea/maosheji
<!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> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Language" content="zh-CN"> <meta name="Keywords" content="SuperSlide,jQuery图片滚动特效,javascript图片滚动特效"> <meta name="Description" content="SuperSlide 致力于解决网站大部分特效展示问题,使网站代码规范整洁,方便维护更新。网站上常用的“焦点图/幻灯片”、“Tab标签切换”、“图片滚动”、“无缝滚动”等等只需要一个SuperSlide即可解决!还可以多个SuperSlide组合创造更多效果"> <title>SuperSlide - 图片上滚动特效-上</title> <script type="text/javascript" src="../../jquery.pack.js"></script> <script type="text/javascript" src="../../jquery.SuperSlide.js"></script> </head> <body> <style type="text/css"> /* css 重置 */ *{margin:0; padding:0; list-style:none; } body{ background:#fff; font:normal 12px/22px 宋体; } img{ border:0; } a{ text-decoration:none; color:#333; } /* 本例子css */ .picScroll-top{ margin:0 auto; width:210px; overflow:hidden; position:relative; border:1px solid #ccc; } .picScroll-top .hd{ overflow:hidden; height:30px; background:#f4f4f4; padding:0 10px; } .picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block; width:9px; height:5px; float:right; margin-right:5px; margin-top:10px; overflow:hidden; cursor:pointer; background:url("../images/icoUp.gif") no-repeat;} .picScroll-top .hd .next{ background:url("../images/icoDown.gif") no-repeat; } .picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; } .picScroll-top .hd ul li{ float:left; width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; } .picScroll-top .hd ul li.on{ background-position:0 0; } .picScroll-top .bd{ padding:10px; } .picScroll-top .bd ul{ overflow:hidden; zoom:1; } .picScroll-top .bd ul li{ text-align:center; zoom:1; } .picScroll-top .bd ul li .pic{ text-align:center; } .picScroll-top .bd ul li .pic img{ width:180px; height:90px; display:block; padding:2px; border:1px solid #ccc; } .picScroll-top .bd ul li .pic a:hover img{ border-color:#999; } .picScroll-top .bd ul li .title{ line-height:24px; } </style> <div class="picScroll-top"> <div class="hd"> <a class="next"></a> <ul></ul> <a class="prev"></a> <span class="pageState"></span> </div> <div class="bd"> <ul class="picList"> <li> <div class="pic"><a href="http://www.SuperSlide2.com" target="_blank"><img src="../images/pic1.jpg" /></a></div> <div class="title"><a href="http://www.SuperSlide2.com" target="_blank">效果图1</a></div> </li> <li> <div class="pic"><a href="http://www.SuperSlide2.com" target="_blank"><img src="../images/pic2.jpg" /></a></div> <div class="title"><a href="http://www.SuperSlide2.com" target="_blank">效果图2</a></div> </li> <li> <div class="pic"><a href="http://www.SuperSlide2.com" target="_blank"><img src="../images/pic3.jpg" /></a></div> <div class="title"><a href="http://www.SuperSlide2.com" target="_blank">效果图3</a></div> </li> <li> <div class="pic"><a href="http://www.SuperSlide2.com" target="_blank"><img src="../images/pic4.jpg" /></a></div> <div class="title"><a href="http://www.SuperSlide2.com" target="_blank">效果图4</a></div> </li> <li> <div class="pic"><a href="http://www.SuperSlide2.com" target="_blank"><img src="../images/pic5.jpg" /></a></div> <div class="title"><a href="http://www.SuperSlide2.com" target="_blank">效果图5</a></div> </li> <li> <div class="pic"><a href="http://www.SuperSlide2.com" target="_blank"><img src="../images/pic6.jpg" /></a></div> <div class="title"><a href="http://www.SuperSlide2.com" target="_blank">效果图6</a></div> </li> </ul> </div> </div> <script id="jsID" type="text/javascript"> var ary = location.href.split("&"); jQuery(".picScroll-top").slide( { titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:ary[1],autoPlay:ary[2],scroll:ary[3],vis:ary[4],easing:ary[5],delayTime:ary[6] }); </script> </body> </html> <script type="text/javascript"> //百度统计代码 var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fa630f96b6a9dd549675d26373853f7f1' type='text/javascript'%3E%3C/script%3E")); </script>
site/javadoc/r1.1.0/org/apache/edgent/oplet/plumbing/Isolate.html
dlaboss/incubator-edgent-website
<!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_112) on Sun Feb 26 17:08:10 EST 2017 --> <title>Isolate (Edgent v1.1.0)</title> <meta name="date" content="2017-02-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Isolate (Edgent v1.1.0)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":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/Isolate.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> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/edgent/oplet/plumbing/Barrier.html" title="class in org.apache.edgent.oplet.plumbing"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/edgent/oplet/plumbing/PressureReliever.html" title="class in org.apache.edgent.oplet.plumbing"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/oplet/plumbing/Isolate.html" target="_top">Frames</a></li> <li><a href="Isolate.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.edgent.oplet.plumbing</div> <h2 title="Class Isolate" class="title">Class Isolate&lt;T&gt;</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/edgent/oplet/core/AbstractOplet.html" title="class in org.apache.edgent.oplet.core">org.apache.edgent.oplet.core.AbstractOplet</a>&lt;I,O&gt;</li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="class in org.apache.edgent.oplet.core">org.apache.edgent.oplet.core.Pipe</a>&lt;T,T&gt;</li> <li> <ul class="inheritance"> <li>org.apache.edgent.oplet.plumbing.Isolate&lt;T&gt;</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>T</code> - Type of the tuple.</dd> </dl> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.AutoCloseable, <a href="../../../../../org/apache/edgent/function/Consumer.html" title="interface in org.apache.edgent.function">Consumer</a>&lt;T&gt;, <a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a>&lt;T,T&gt;</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">Isolate&lt;T&gt;</span> extends <a href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="class in org.apache.edgent.oplet.core">Pipe</a>&lt;T,T&gt;</pre> <div class="block">Isolate upstream processing from downstream processing guaranteeing tuple order. Input tuples are placed at the tail of a queue and dedicated thread removes them from the head and is used for downstream processing.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../serialized-form.html#org.apache.edgent.oplet.plumbing.Isolate">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#Isolate--">Isolate</a></span>()</code> <div class="block">Create a new Isolate oplet.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#Isolate-int-">Isolate</a></span>(int&nbsp;queueCapacity)</code> <div class="block">Create a new Isolate oplet.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&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="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#accept-T-">accept</a></span>(<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&nbsp;tuple)</code> <div class="block">Apply the function to <code>value</code>.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#close--">close</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#initialize-org.apache.edgent.oplet.OpletContext-">initialize</a></span>(<a href="../../../../../org/apache/edgent/oplet/OpletContext.html" title="interface in org.apache.edgent.oplet">OpletContext</a>&lt;<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>,<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&gt;&nbsp;context)</code> <div class="block">Initialize the oplet.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#start--">start</a></span>()</code> <div class="block">Start the oplet.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.edgent.oplet.core.Pipe"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.edgent.oplet.core.<a href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="class in org.apache.edgent.oplet.core">Pipe</a></h3> <code><a href="../../../../../org/apache/edgent/oplet/core/Pipe.html#getDestination--">getDestination</a>, <a href="../../../../../org/apache/edgent/oplet/core/Pipe.html#getInputs--">getInputs</a>, <a href="../../../../../org/apache/edgent/oplet/core/Pipe.html#submit-O-">submit</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.edgent.oplet.core.AbstractOplet"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.edgent.oplet.core.<a href="../../../../../org/apache/edgent/oplet/core/AbstractOplet.html" title="class in org.apache.edgent.oplet.core">AbstractOplet</a></h3> <code><a href="../../../../../org/apache/edgent/oplet/core/AbstractOplet.html#getOpletContext--">getOpletContext</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Isolate--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Isolate</h4> <pre>public&nbsp;Isolate()</pre> <div class="block">Create a new Isolate oplet. <BR> Same as Isolate(Integer.MAX_VALUE).</div> </li> </ul> <a name="Isolate-int-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Isolate</h4> <pre>public&nbsp;Isolate(int&nbsp;queueCapacity)</pre> <div class="block">Create a new Isolate oplet.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>queueCapacity</code> - size of the queue between the input stream and the output stream. <a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html#accept-T-"><code>accept</code></a> blocks when the queue is full.</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="initialize-org.apache.edgent.oplet.OpletContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initialize</h4> <pre>public&nbsp;void&nbsp;initialize(<a href="../../../../../org/apache/edgent/oplet/OpletContext.html" title="interface in org.apache.edgent.oplet">OpletContext</a>&lt;<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>,<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&gt;&nbsp;context)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/edgent/oplet/Oplet.html#initialize-org.apache.edgent.oplet.OpletContext-">Oplet</a></code></span></div> <div class="block">Initialize the oplet.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/edgent/oplet/Oplet.html#initialize-org.apache.edgent.oplet.OpletContext-">initialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a>&lt;<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>,<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&gt;</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../../../../org/apache/edgent/oplet/core/Pipe.html#initialize-org.apache.edgent.oplet.OpletContext-">initialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="class in org.apache.edgent.oplet.core">Pipe</a>&lt;<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>,<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&gt;</code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - the OpletContext</dd> </dl> </li> </ul> <a name="start--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>start</h4> <pre>public&nbsp;void&nbsp;start()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/edgent/oplet/Oplet.html#start--">Oplet</a></code></span></div> <div class="block">Start the oplet. Oplets must not submit any tuples not derived from input tuples until this method is called.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/edgent/oplet/Oplet.html#start--">start</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/edgent/oplet/Oplet.html" title="interface in org.apache.edgent.oplet">Oplet</a>&lt;<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>,<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&gt;</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../../../../org/apache/edgent/oplet/core/Pipe.html#start--">start</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="class in org.apache.edgent.oplet.core">Pipe</a>&lt;<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>,<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&gt;</code></dd> </dl> </li> </ul> <a name="accept-java.lang.Object-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>public&nbsp;void&nbsp;accept(<a href="../../../../../org/apache/edgent/oplet/plumbing/Isolate.html" title="type parameter in Isolate">T</a>&nbsp;tuple)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/edgent/function/Consumer.html#accept-T-">Consumer</a></code></span></div> <div class="block">Apply the function to <code>value</code>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tuple</code> - Value function is applied to.</dd> </dl> </li> </ul> <a name="close--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>close</h4> <pre>public&nbsp;void&nbsp;close() throws java.lang.Exception</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Isolate.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"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/edgent/oplet/plumbing/Barrier.html" title="class in org.apache.edgent.oplet.plumbing"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/edgent/oplet/plumbing/PressureReliever.html" title="class in org.apache.edgent.oplet.plumbing"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/oplet/plumbing/Isolate.html" target="_top">Frames</a></li> <li><a href="Isolate.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> </body> </html>
docs/releases/4.1.0/plugins/signer.html
psoreide/bnd
<!DOCTYPE html> <html lang="en" ng-app="jpm"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="/releases/4.1.0/css/style.css" rel="stylesheet" /> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="/js/releases.js"></script> <!-- Begin Jekyll SEO tag v2.5.0 --> <title>Signer Plugin</title> <meta name="generator" content="Jekyll v3.7.4" /> <meta property="og:title" content="Signer Plugin" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2019-10-12T20:06:21-04:00" /> <script type="application/ld+json"> {"headline":"Signer Plugin","dateModified":"2019-10-12T20:06:21-04:00","datePublished":"2019-10-12T20:06:21-04:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/releases/4.1.0/plugins/signer.html"},"url":"/releases/4.1.0/plugins/signer.html","@context":"http://schema.org"}</script> <!-- End Jekyll SEO tag --> </head> <body> <ul class="container12 menu-bar"> <li span=11><a class=menu-link href="/releases/4.1.0/"><img class=menu-logo src='/releases/4.1.0/img/bnd-80x40-white.png'></a> <a href="/releases/4.1.0/chapters/110-introduction.html">Intro </a><a href="/releases/4.1.0/chapters/800-headers.html">Headers </a><a href="/releases/4.1.0/chapters/825-instructions-ref.html">Instructions </a><a href="/releases/4.1.0/chapters/855-macros-ref.html">Macros </a><a href="/releases/4.1.0/chapters/860-commands.html">Commands </a><div class="releases"><button class="dropbtn">4.1.0</button><div class="dropdown-content"></div></div> <li class=menu-link span=1> <a href="https://github.com/bndtools/bnd" target="_"><img style="position:absolute;top:0;right:0;margin:0;padding:0;z-index:100" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> </ul> <ul class=container12> <li span=3> <div> <ul class="side-nav"> <li><a href="/releases/4.1.0/chapters/110-introduction.html">Introduction</a> <li><a href="/releases/4.1.0/chapters/120-install.html">How to install bnd</a> <li><a href="/releases/4.1.0/chapters/123-tour-workspace.html">Guided Tour</a> <li><a href="/releases/4.1.0/chapters/125-tour-features.html">Guided Tour Workspace & Projects</a> <li><a href="/releases/4.1.0/chapters/130-concepts.html">Concepts</a> <li><a href="/releases/4.1.0/chapters/140-best-practices.html">Best practices</a> <li><a href="/releases/4.1.0/chapters/150-build.html">Build</a> <li><a href="/releases/4.1.0/chapters/160-jars.html">Generating JARs</a> <li><a href="/releases/4.1.0/chapters/170-versioning.html">Versioning</a> <li><a href="/releases/4.1.0/chapters/180-baselining.html">Baselining</a> <li><a href="/releases/4.1.0/chapters/200-components.html">Service Components</a> <li><a href="/releases/4.1.0/chapters/210-metatype.html">Metatype</a> <li><a href="/releases/4.1.0/chapters/220-contracts.html">Contracts</a> <li><a href="/releases/4.1.0/chapters/230-manifest-annotations.html">Manifest Annotations</a> <li><a href="/releases/4.1.0/chapters/250-resolving.html">Resolving Dependencies</a> <li><a href="/releases/4.1.0/chapters/300-launching.html">Launching</a> <li><a href="/releases/4.1.0/chapters/310-testing.html">Testing</a> <li><a href="/releases/4.1.0/chapters/320-packaging.html">Packaging Applications</a> <li><a href="/releases/4.1.0/chapters/390-wrapping.html">Wrapping Libraries to OSGi Bundles</a> <li><a href="/releases/4.1.0/chapters/400-commandline.html">From the command line</a> <li><a href="/releases/4.1.0/chapters/600-developer.html">For Developers</a> <li><a href="/releases/4.1.0/chapters/610-plugin.html">Plugins</a> <li><a href="/releases/4.1.0/chapters/700-tools.html">Tools bound to bnd</a> <li><a href="/releases/4.1.0/chapters/800-headers.html">Header Reference</a> <li><a href="/releases/4.1.0/chapters/820-instructions.html">Instruction</a> <li><a href="/releases/4.1.0/chapters/825-instructions-ref.html">Instruction Index</a> <li><a href="/releases/4.1.0/chapters/850-macros.html">Macro Reference</a> <li><a href="/releases/4.1.0/chapters/855-macros-ref.html">Macro Index</a> <li><a href="/releases/4.1.0/chapters/860-commands.html">Command Reference</a> <li><a href="/releases/4.1.0/chapters/870-plugins.html">Plugins Reference</a> <li><a href="/releases/4.1.0/chapters/880-settings.html">Settings</a> <li><a href="/releases/4.1.0/chapters/900-errors.html">Errors</a> <li><a href="/releases/4.1.0/chapters/910-warnings.html">Warnings</a> <li><a href="/releases/4.1.0/chapters/920-faq.html">Frequently Asked Questions</a> </ul> </div> <li span=9> <div class=notes-margin> <h1> Signer Plugin</h1> </div> </ul> <nav class=next-prev> <a href='/releases/4.1.0/plugins/pomrepo.html'></a> <a href='/releases/4.1.0/plugins/spring.html'></a> </nav> <footer class="container12" style="border-top: 1px solid black;padding:10px 0"> <ul span=12 row> <li span=3> <ul> <li><a href="/releases/4.1.0/contact.html">Contact</a> </ul> <li span=3> <ul> <li><a href="/releases/4.1.0/">Developers</a> </ul> <li span=3> <ul> <li><a href="/releases/4.1.0/">More</a> </ul> </ul> </footer> </body> </html>
libs/boost/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html
flingone/frameworks_base_cmds_remoted
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>is_member_object_pointer</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits"> <link rel="up" href="../reference.html" title="Alphabetical Reference"> <link rel="prev" href="is_member_function_pointer.html" title="is_member_function_pointer"> <link rel="next" href="is_member_pointer.html" title="is_member_pointer"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_member_function_pointer.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_member_pointer.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="boost_typetraits.reference.is_member_object_pointer"></a><a class="link" href="is_member_object_pointer.html" title="is_member_object_pointer">is_member_object_pointer</a> </h3></div></div></div> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">is_member_object_pointer</span> <span class="special">:</span> <span class="keyword">public</span> <em class="replaceable"><code><a class="link" href="integral_constant.html" title="integral_constant">true_type</a>-or-<a class="link" href="integral_constant.html" title="integral_constant">false_type</a></code></em> <span class="special">{};</span> </pre> <p> <span class="bold"><strong>Inherits:</strong></span> If T is a (possibly cv-qualified) pointer to a member object (a data member) then inherits from <a class="link" href="integral_constant.html" title="integral_constant">true_type</a>, otherwise inherits from <a class="link" href="integral_constant.html" title="integral_constant">false_type</a>. </p> <p> <span class="bold"><strong>C++ Standard Reference:</strong></span> 3.9.2 and 8.3.3. </p> <p> <span class="bold"><strong>Header:</strong></span> <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">/</span><span class="identifier">is_member_object_pointer</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> or <code class="computeroutput"> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">type_traits</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <p> <span class="bold"><strong>Examples:</strong></span> </p> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">is_member_object_pointer</span><span class="special">&lt;</span><span class="keyword">int</span> <span class="special">(</span><span class="identifier">MyClass</span><span class="special">::*)&gt;</span></code> inherits from <code class="computeroutput"><a class="link" href="integral_constant.html" title="integral_constant">true_type</a></code>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">is_member_object_pointer</span><span class="special">&lt;</span><span class="keyword">double</span> <span class="special">(</span><span class="identifier">MyClass</span><span class="special">::*)&gt;::</span><span class="identifier">type</span></code> is the type <code class="computeroutput"><a class="link" href="integral_constant.html" title="integral_constant">true_type</a></code>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">is_member_object_pointer</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="keyword">int</span> <span class="special">(</span><span class="identifier">MyClass</span><span class="special">::*)&gt;::</span><span class="identifier">value</span></code> is an integral constant expression that evaluates to <span class="emphasis"><em>true</em></span>. </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">is_member_object_pointer</span><span class="special">&lt;</span><span class="keyword">int</span> <span class="special">(</span><span class="identifier">MyClass</span><span class="special">::*)(</span><span class="keyword">void</span><span class="special">)&gt;::</span><span class="identifier">value</span></code> is an integral constant expression that evaluates to <span class="emphasis"><em>false</em></span>: the argument in this case is a pointer to a member function and not a member object, see <a class="link" href="is_member_function_pointer.html" title="is_member_function_pointer">is_member_function_pointer</a> and <a class="link" href="is_member_pointer.html" title="is_member_pointer">is_member_pointer</a> </p></blockquote></div> <div class="blockquote"><blockquote class="blockquote"><p> <code class="computeroutput"><span class="identifier">is_member_object_pointer</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">value_type</span></code> is the type <code class="computeroutput"><span class="keyword">bool</span></code>. </p></blockquote></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; 2000, 2011 Adobe Systems Inc, David Abrahams, Frederic Bron, Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten Ottosen, Roman Perepelitsa, Robert Ramey, Jeremy Siek, Robert Stewart and Steven Watanabe<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="is_member_function_pointer.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="is_member_pointer.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
src/main/java/org/apache/tomcat/util/http/fileupload/package.html
whitingjr/JbossWeb_7_2_0
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- $Id: package.html 981816 2010-08-03 10:44:58Z markt $ --> <html> <head> <title> Overview of the org.apache.tomcat.util.http.fileupload component </title> </head> <body> <p><b>NOTE:</b> This code has been copied from commons-fileupload 1.2.1 and commons-io 1.4 and package renamed to avoid clashes with any web apps that may wish to use these libraries. </p> <p> A component for handling HTML file uploads as specified by <a href="http://www.ietf.org/rfc/rfc1867.txt" target="_top">RFC&nbsp;1867</a>. This component provides support for uploads within both servlets (JSR 53) and portlets (JSR 168). </p> <p> While this package provides the generic functionality for file uploads, these classes are not typically used directly. Instead, normal usage involves one of the provided extensions of {@link org.apache.tomcat.util.http.fileupload.FileUpload FileUpload} such as {@link org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload ServletFileUpload} together with a factory for {@link org.apache.tomcat.util.http.fileupload.FileItem FileItem} instances, such as {@link org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory DiskFileItemFactory}. </p> <p> The following is a brief example of typical usage in a servlet, storing the uploaded files on disk. </p> <pre> public void doPost(HttpServletRequest req, HttpServletResponse res) { DiskFileItemFactory factory = new DiskFileItemFactory(); // maximum size that will be stored in memory factory.setSizeThreshold(4096); // the location for saving data that is larger than getSizeThreshold() factory.setRepository(new File("/tmp")); ServletFileUpload upload = new ServletFileUpload(factory); // maximum size before a FileUploadException will be thrown upload.setSizeMax(1000000); List fileItems = upload.parseRequest(req); // assume we know there are two files. The first file is a small // text file, the second is unknown and is written to a file on // the server Iterator i = fileItems.iterator(); String comment = ((FileItem)i.next()).getString(); FileItem fi = (FileItem)i.next(); // filename on the client String fileName = fi.getName(); // save comment and filename to database ... // write the file fi.write(new File("/www/uploads/", fileName)); } </pre> <p> In the example above, the first file is loaded into memory as a <code>String</code>. Before calling the <code>getString</code> method, the data may have been in memory or on disk depending on its size. The second file we assume it will be large and therefore never explicitly load it into memory, though if it is less than 4096 bytes it will be in memory before it is written to its final location. When writing to the final location, if the data is larger than the threshold, an attempt is made to rename the temporary file to the given location. If it cannot be renamed, it is streamed to the new location. </p> <p> Please see the FileUpload <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a> for further details and examples of how to use this package. </p> </body> </html>
documentation/html/iOS/functions_0x79.html
LiDechao/core-plot
<!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.5"/> <title>Core Plot (iOS): 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="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </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="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (iOS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Animation&#160;&&#160;Constants</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.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_prop.html"><span>Properties</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_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_0x78.html#index_x"><span>x</span></a></li> <li class="current"><a href="functions_0x79.html#index_y"><span>y</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_0x79.html','');}); </script> <div id="doc-content"> <div class="contents"> <div class="textblock">Here is a list of all class members with links to the classes they belong to:</div> <h3><a class="anchor" id="index_y"></a>- y -</h3><ul> <li>yAxis : <a class="el" href="interface_c_p_t_x_y_axis_set.html#a297f2b923873c052966b448b26d5fa94">CPTXYAxisSet</a> </li> <li>yellowColor : <a class="el" href="interface_c_p_t_color.html#a877615981642026b796d940a4a2d2d1d">CPTColor</a> </li> <li>yRange : <a class="el" href="interface_c_p_t_x_y_plot_space.html#ab15a3fa188d8e8a1ba99e35e82f88f27">CPTXYPlotSpace</a> </li> <li>yScaleType : <a class="el" href="interface_c_p_t_x_y_plot_space.html#a97fe1702d5d020f8d1ca26ed518a279b">CPTXYPlotSpace</a> , <a class="el" href="interface_c_p_t_x_y_graph.html#ad2f3237170902e9b2fb4fa75583fdb74">CPTXYGraph</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li> </ul> </div> </body> </html>
third_party/webgl/src/conformance-suites/2.0.0/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-float.html
endlessm/chromium-browser
<!-- Copyright (c) 2015 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. --> <!-- This file is auto-generated from py/tex_image_test_generator.py DO NOT EDIT! --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../../../resources/js-test-style.css"/> <script src="../../../js/js-test-pre.js"></script> <script src="../../../js/webgl-test-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-with-image-bitmap-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-3d-with-image-bitmap-from-video.js"></script> </head> <body> <canvas id="example" width="32" height="32"></canvas> <div id="description"></div> <div id="console"></div> <script> "use strict"; function testPrologue(gl) { return true; } generateTest("R11F_G11F_B10F", "RGB", "FLOAT", testPrologue, "../../../resources/", 2)(); </script> </body> </html>
staticfiles/js/angular-1.1.4/docs/partials/api/ng.$compileProvider.html
Laimiux/mydeatree
<h1><code ng:non-bindable="">$compileProvider</code> <span class="hint">(service in module <code ng:non-bindable="">ng</code> )</span> </h1> <div><a href="http://github.com/angular/angular.js/edit/master/src/ng/compile.js" class="improve-docs btn btn-primary">Improve this doc</a><h2 id="Description">Description</h2> <div class="description"></div> <div class="member method"><h2 id="Methods">Methods</h2> <ul class="methods"><li><h3 id="directive">directive(name, directiveFactory)</h3> <div class="directive"><p>Register a new directives with the compiler.</p><h4 id="Parameters">Parameters</h4> <ul class="parameters"><li><code ng:non-bindable="">name – {string} – </code> <p>Name of the directive in camel-case. (ie <code>ngBind</code> which will match as <code>ng-bind</code>).</p></li> <li><code ng:non-bindable="">directiveFactory – {function} – </code> <p>An injectable directive factory function. See <a href="guide/directive">guide/directive</a> for more info.</p></li> </ul> <h4 id="Returns">Returns</h4> <div class="returns"><code ng:non-bindable="">{ng.$compileProvider}</code> – <p>Self for chaining.</p></div> </div> </li> <li><h3 id="urlSanitizationWhitelist">urlSanitizationWhitelist(regexp)</h3> <div class="urlsanitizationwhitelist"><p>Retrieves or overrides the default regular expression that is used for whitelisting of safe urls during a[href] sanitization.</p> <p>The sanitization is a security measure aimed at prevent XSS attacks via html links.</p> <p>Any url about to be assigned to a[href] via data-binding is first normalized and turned into an absolute url. Afterwards the url is matched against the <code>urlSanitizationWhitelist</code> regular expression. If a match is found the original url is written into the dom. Otherwise the absolute url is prefixed with <code>'unsafe:'</code> string and only then it is written into the DOM.</p><h4 id="Parameters">Parameters</h4> <ul class="parameters"><li><code ng:non-bindable="">regexp<i>(optional)</i> – {RegExp=} – </code> <p>New regexp to whitelist urls with.</p></li> </ul> <h4 id="Returns">Returns</h4> <div class="returns"><code ng:non-bindable="">{RegExp|ng.$compileProvider}</code> – <p>Current RegExp if called without value or self for chaining otherwise.</p></div> </div> </li> </ul> </div> </div>
docs/_themes/lucuma/static/styles/pygments.css
lucuma/allspeak
/* */ pre .hll { background-color: #ffffcc } pre { background: #f0f0f0; } pre .c { color: #60a0b0; font-style: italic } /* Comment */ pre .err { border: 1px solid #FF0000 } /* Error */ pre .k { color: #007020; font-weight: bold } /* Keyword */ pre .o { color: #666666 } /* Operator */ pre .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ pre .cp { color: #007020 } /* Comment.Preproc */ pre .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ pre .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ pre .gd { color: #A00000 } /* Generic.Deleted */ pre .ge { font-style: italic } /* Generic.Emph */ pre .gr { color: #FF0000 } /* Generic.Error */ pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */ pre .gi { color: #00A000 } /* Generic.Inserted */ pre .go { color: #888888 } /* Generic.Output */ pre .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ pre .gs { font-weight: bold } /* Generic.Strong */ pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ pre .gt { color: #0044DD } /* Generic.Traceback */ pre .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ pre .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ pre .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ pre .kp { color: #007020 } /* Keyword.Pseudo */ pre .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ pre .kt { color: #902000 } /* Keyword.Type */ pre .m { color: #40a070 } /* Literal.Number */ pre .s { color: #4070a0 } /* Literal.String */ pre .na { color: #4070a0 } /* Name.Attribute */ pre .nb { color: #007020 } /* Name.Builtin */ pre .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ pre .no { color: #60add5 } /* Name.Constant */ pre .nd { color: #555555; font-weight: bold } /* Name.Decorator */ pre .ni { color: #d55537; font-weight: bold } /* Name.Entity */ pre .ne { color: #007020 } /* Name.Exception */ pre .nf { color: #06287e } /* Name.Function */ pre .nl { color: #002070; font-weight: bold } /* Name.Label */ pre .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ pre .nt { color: #062873; font-weight: bold } /* Name.Tag */ pre .nv { color: #bb60d5 } /* Name.Variable */ pre .ow { color: #007020; font-weight: bold } /* Operator.Word */ pre .w { color: #bbbbbb } /* Text.Whitespace */ pre .mf { color: #40a070 } /* Literal.Number.Float */ pre .mh { color: #40a070 } /* Literal.Number.Hex */ pre .mi { color: #40a070 } /* Literal.Number.Integer */ pre .mo { color: #40a070 } /* Literal.Number.Oct */ pre .sb { color: #4070a0 } /* Literal.String.Backtick */ pre .sc { color: #4070a0 } /* Literal.String.Char */ pre .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ pre .s2 { color: #4070a0 } /* Literal.String.Double */ pre .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ pre .sh { color: #4070a0 } /* Literal.String.Heredoc */ pre .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ pre .sx { color: #c65d09 } /* Literal.String.Other */ pre .sr { color: #235388 } /* Literal.String.Regex */ pre .s1 { color: #4070a0 } /* Literal.String.Single */ pre .ss { color: #517918 } /* Literal.String.Symbol */ pre .bp { color: #007020 } /* Name.Builtin.Pseudo */ pre .vc { color: #bb60d5 } /* Name.Variable.Class */ pre .vg { color: #bb60d5 } /* Name.Variable.Global */ pre .vi { color: #bb60d5 } /* Name.Variable.Instance */ pre .il { color: #40a070 } /* Literal.Number.Integer.Long */ .highlight pre .hll { background-color: #ffffcc } .highlight pre { background: #f0f0f0; } .highlight pre .c { color: #60a0b0; font-style: italic } /* Comment */ .highlight pre .err { border: 1px solid #FF0000 } /* Error */ .highlight pre .k { color: #007020; font-weight: bold } /* Keyword */ .highlight pre .o { color: #666666 } /* Operator */ .highlight pre .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ .highlight pre .cp { color: #007020 } /* Comment.Preproc */ .highlight pre .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ .highlight pre .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ .highlight pre .gd { color: #A00000 } /* Generic.Deleted */ .highlight pre .ge { font-style: italic } /* Generic.Emph */ .highlight pre .gr { color: #FF0000 } /* Generic.Error */ .highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight pre .gi { color: #00A000 } /* Generic.Inserted */ .highlight pre .go { color: #888888 } /* Generic.Output */ .highlight pre .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ .highlight pre .gs { font-weight: bold } /* Generic.Strong */ .highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight pre .gt { color: #0044DD } /* Generic.Traceback */ .highlight pre .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ .highlight pre .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ .highlight pre .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ .highlight pre .kp { color: #007020 } /* Keyword.Pseudo */ .highlight pre .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ .highlight pre .kt { color: #902000 } /* Keyword.Type */ .highlight pre .m { color: #40a070 } /* Literal.Number */ .highlight pre .s { color: #4070a0 } /* Literal.String */ .highlight pre .na { color: #4070a0 } /* Name.Attribute */ .highlight pre .nb { color: #007020 } /* Name.Builtin */ .highlight pre .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ .highlight pre .no { color: #60add5 } /* Name.Constant */ .highlight pre .nd { color: #555555; font-weight: bold } /* Name.Decorator */ .highlight pre .ni { color: #d55537; font-weight: bold } /* Name.Entity */ .highlight pre .ne { color: #007020 } /* Name.Exception */ .highlight pre .nf { color: #06287e } /* Name.Function */ .highlight pre .nl { color: #002070; font-weight: bold } /* Name.Label */ .highlight pre .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ .highlight pre .nt { color: #062873; font-weight: bold } /* Name.Tag */ .highlight pre .nv { color: #bb60d5 } /* Name.Variable */ .highlight pre .ow { color: #007020; font-weight: bold } /* Operator.Word */ .highlight pre .w { color: #bbbbbb } /* Text.Whitespace */ .highlight pre .mf { color: #40a070 } /* Literal.Number.Float */ .highlight pre .mh { color: #40a070 } /* Literal.Number.Hex */ .highlight pre .mi { color: #40a070 } /* Literal.Number.Integer */ .highlight pre .mo { color: #40a070 } /* Literal.Number.Oct */ .highlight pre .sb { color: #4070a0 } /* Literal.String.Backtick */ .highlight pre .sc { color: #4070a0 } /* Literal.String.Char */ .highlight pre .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ .highlight pre .s2 { color: #4070a0 } /* Literal.String.Double */ .highlight pre .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ .highlight pre .sh { color: #4070a0 } /* Literal.String.Heredoc */ .highlight pre .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ .highlight pre .sx { color: #c65d09 } /* Literal.String.Other */ .highlight pre .sr { color: #235388 } /* Literal.String.Regex */ .highlight pre .s1 { color: #4070a0 } /* Literal.String.Single */ .highlight pre .ss { color: #517918 } /* Literal.String.Symbol */ .highlight pre .bp { color: #007020 } /* Name.Builtin.Pseudo */ .highlight pre .vc { color: #bb60d5 } /* Name.Variable.Class */ .highlight pre .vg { color: #bb60d5 } /* Name.Variable.Global */ .highlight pre .vi { color: #bb60d5 } /* Name.Variable.Instance */ .highlight pre .il { color: #40a070 } /* Literal.Number.Integer.Long */
src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/optim/nonlinear/scalar/class-use/GradientMultivariateOptimizer.html
asampley/FactorioRatioAssistant
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.commons.math3.optim.nonlinear.scalar.GradientMultivariateOptimizer (Apache Commons Math 3.6.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.commons.math3.optim.nonlinear.scalar.GradientMultivariateOptimizer (Apache Commons Math 3.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GradientMultivariateOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/commons/math3/optim/nonlinear/scalar/class-use/GradientMultivariateOptimizer.html" target="_top">Frames</a></li> <li><a href="GradientMultivariateOptimizer.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.commons.math3.optim.nonlinear.scalar.GradientMultivariateOptimizer" class="title">Uses of Class<br>org.apache.commons.math3.optim.nonlinear.scalar.GradientMultivariateOptimizer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GradientMultivariateOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar">GradientMultivariateOptimizer</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.commons.math3.optim.nonlinear.scalar.gradient">org.apache.commons.math3.optim.nonlinear.scalar.gradient</a></td> <td class="colLast"> <div class="block">This package provides optimization algorithms that require derivatives.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.commons.math3.optim.nonlinear.scalar.gradient"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GradientMultivariateOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar">GradientMultivariateOptimizer</a> in <a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/gradient/package-summary.html">org.apache.commons.math3.optim.nonlinear.scalar.gradient</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GradientMultivariateOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar">GradientMultivariateOptimizer</a> in <a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/gradient/package-summary.html">org.apache.commons.math3.optim.nonlinear.scalar.gradient</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><strong><a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/gradient/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar.gradient">NonLinearConjugateGradientOptimizer</a></strong></code> <div class="block">Non-linear conjugate gradient optimizer.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/commons/math3/optim/nonlinear/scalar/GradientMultivariateOptimizer.html" title="class in org.apache.commons.math3.optim.nonlinear.scalar">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/commons/math3/optim/nonlinear/scalar/class-use/GradientMultivariateOptimizer.html" target="_top">Frames</a></li> <li><a href="GradientMultivariateOptimizer.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2003&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
src/deps/boost/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html
mxrrow/zaicoin
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>map_tie</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Fusion 2.1"> <link rel="up" href="../metafunctions.html" title="MetaFunctions"> <link rel="prev" href="deque_tie.html" title="deque_tie"> <link rel="next" href="../../conversion.html" title="Conversion"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="deque_tie.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../conversion.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="fusion.container.generation.metafunctions.map_tie"></a><a class="link" href="map_tie.html" title="map_tie">map_tie</a> </h5></div></div></div> <h6> <a name="fusion.container.generation.metafunctions.map_tie.h0"></a> <span><a name="fusion.container.generation.metafunctions.map_tie.description"></a></span><a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.description">Description</a> </h6> <p> Returns the result type of <a class="link" href="../functions/vector_tie.html" title="vector_tie"><code class="computeroutput"><span class="identifier">map_tie</span></code></a>. </p> <h6> <a name="fusion.container.generation.metafunctions.map_tie.h1"></a> <span><a name="fusion.container.generation.metafunctions.map_tie.synopsis"></a></span><a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.synopsis">Synopsis</a> </h6> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">K0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">KN</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D0</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="keyword">typename</span> <span class="identifier">DN</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">map_tie</span><span class="special">;</span> </pre> <p> The variadic function accepts <code class="computeroutput"><span class="number">0</span></code> to <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code> elements, where <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code> is a user definable predefined maximum that defaults to <code class="computeroutput"><span class="number">10</span></code>. You may define the preprocessor constant <code class="computeroutput"><span class="identifier">FUSION_MAX_MAP_SIZE</span></code> before including any Fusion header to change the default. Example: </p> <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span> </pre> <h6> <a name="fusion.container.generation.metafunctions.map_tie.h2"></a> <span><a name="fusion.container.generation.metafunctions.map_tie.parameters"></a></span><a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.parameters">Parameters</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Parameter </p> </th> <th> <p> Requirement </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code> </p> </td> <td> <p> Any type </p> </td> <td> <p> The key types for <code class="computeroutput"><span class="identifier">map_tie</span></code> </p> </td> </tr> <tr> <td> <p> <code class="computeroutput"><span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span></code> </p> </td> <td> <p> Any type </p> </td> <td> <p> The arguments types for <code class="computeroutput"><span class="identifier">map_tie</span></code> </p> </td> </tr> </tbody> </table></div> <h6> <a name="fusion.container.generation.metafunctions.map_tie.h3"></a> <span><a name="fusion.container.generation.metafunctions.map_tie.expression_semantics"></a></span><a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.expression_semantics">Expression Semantics</a> </h6> <pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">map_tie</span><span class="special">&lt;</span><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span><span class="special">,</span> <span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span><span class="special">&gt;::</span><span class="identifier">type</span><span class="special">;</span> </pre> <p> <span class="bold"><strong>Return type</strong></span>: <a class="link" href="../../map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>&lt;<a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a>&lt;K0, D0&amp;&gt;, <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a>&lt;K1, D1&amp;&gt;,... <a class="link" href="../../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a>&lt;KN, DN&amp;&gt; &gt; </p> <p> <span class="bold"><strong>Semantics</strong></span>: Create a <a class="link" href="../../map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a> of references from <code class="computeroutput"><span class="identifier">D0</span><span class="special">,</span> <span class="identifier">D1</span><span class="special">,...</span> <span class="identifier">DN</span></code> with keys <code class="computeroutput"><span class="identifier">K0</span><span class="special">,</span> <span class="identifier">K1</span><span class="special">,...</span> <span class="identifier">KN</span></code> </p> <h6> <a name="fusion.container.generation.metafunctions.map_tie.h4"></a> <span><a name="fusion.container.generation.metafunctions.map_tie.header"></a></span><a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.header">Header</a> </h6> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">container</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">map_tie</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> </pre> <h6> <a name="fusion.container.generation.metafunctions.map_tie.h5"></a> <span><a name="fusion.container.generation.metafunctions.map_tie.example"></a></span><a class="link" href="map_tie.html#fusion.container.generation.metafunctions.map_tie.example">Example</a> </h6> <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">int_key</span><span class="special">;</span> <span class="keyword">struct</span> <span class="identifier">double_key</span><span class="special">;</span> <span class="special">...</span> <span class="identifier">result_of</span><span class="special">::</span><span class="identifier">map_tie</span><span class="special">&lt;</span><span class="identifier">int_key</span><span class="special">,</span> <span class="identifier">double_key</span><span class="special">,</span> <span class="keyword">int</span><span class="special">,</span> <span class="keyword">double</span><span class="special">&gt;::</span><span class="identifier">type</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2006, 2011, 2012 Joel de Guzman, Dan Marsden, Tobias Schwinger<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="deque_tie.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../conversion.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
libraries/volumeutils/docs/toxi/volume/class-use/MeshVoxelizer.html
aleeds/Underwater_Scene
<!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_22) on Mon Jan 03 13:11:27 GMT 2011 --> <TITLE> Uses of Class toxi.volume.MeshVoxelizer </TITLE> <META NAME="date" CONTENT="2011-01-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class toxi.volume.MeshVoxelizer"; } } </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="../../../toxi/volume/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../toxi/volume/MeshVoxelizer.html" title="class in toxi.volume"><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?toxi/volume//class-useMeshVoxelizer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MeshVoxelizer.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>toxi.volume.MeshVoxelizer</B></H2> </CENTER> <A NAME="toxi.volume"><!-- --></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="../../../toxi/volume/MeshVoxelizer.html" title="class in toxi.volume">MeshVoxelizer</A> in <A HREF="../../../toxi/volume/package-summary.html">toxi.volume</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="../../../toxi/volume/package-summary.html">toxi.volume</A> that return <A HREF="../../../toxi/volume/MeshVoxelizer.html" title="class in toxi.volume">MeshVoxelizer</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../toxi/volume/MeshVoxelizer.html" title="class in toxi.volume">MeshVoxelizer</A></CODE></FONT></TD> <TD><CODE><B>MeshVoxelizer.</B><B><A HREF="../../../toxi/volume/MeshVoxelizer.html#clear()">clear</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="../../../toxi/volume/MeshVoxelizer.html" title="class in toxi.volume">MeshVoxelizer</A></CODE></FONT></TD> <TD><CODE><B>MeshVoxelizer.</B><B><A HREF="../../../toxi/volume/MeshVoxelizer.html#setWallThickness(int)">setWallThickness</A></B>(int&nbsp;wallThickness)</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="../../../toxi/volume/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../toxi/volume/MeshVoxelizer.html" title="class in toxi.volume"><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?toxi/volume//class-useMeshVoxelizer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MeshVoxelizer.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>
upgrade/files/9.0.0.RC6-9.0.0.RC7/files/template/embed_embedly_link.html
camperjz/trident
<a class="embedly-card" data-card-align="left" data-card-controls="0" data-card-recommend="0" data-card-width="__width__" href="__link__" __attrs__>__title__</a>
vida/firestation/static/firestation/theme/assets/motive-colors/motive-yellow.css
ROGUE-JCTD/vida
/* Typography ----------------------------------------------- */ .ct-heading a i, .ct-heading a:hover { color: #ffd600; } .ct-u-text--motive { color: #ffd600; } .popover .popover-title { background-color: #ffd600; } .ct-blockquote--testimonials, .ct-blockquote--background { border-left: 2px solid #ffd600; } table > thead > tr > th { background-color: #ffd600; } .datepicker table > thead > tr > th.dow { background-color: #e6e6e6; } .datepicker table > thead > tr > .prev, .datepicker table > thead > tr > .next { color: #ffd600; } .datepicker table tr td.active, .datepicker table tr td.today, .datepicker table tr td.active:hover, .datepicker table tr td.today:hover { background-color: #ffd600!important; } .ct-counterBox .ct-counterBox--body .ct-counter { color: #ffd600; } .panel-default .panel-heading a:before, .panel-success .panel-heading a:before, .panel-danger .panel-heading a:before, .panel-warning .panel-heading a:before, .panel-info .panel-heading a:before { color: #ffd600; } .panel-default .panel-heading a:hover, .panel-success .panel-heading a:hover, .panel-danger .panel-heading a:hover, .panel-warning .panel-heading a:hover, .panel-info .panel-heading a:hover { color: #ffd600; } .nav-tabs li.active a, .nav-tabs.nav-justified li.active a { background-color: #ffd600; } .tab-content .tab-pane { border-top: 2px solid #ffd600; } .ct-testimonials .tab-content .tab-pane { border-top: transparent; } .nav-tabs li a:hover, .nav-tabs.nav-justified li a:hover { background-color: #ffd600; } .progress-bar-primary { background-color: #ffd600; } .list-group .active { background-color: #ffd600; border-color: #ffd600; } .btn:hover { background-color: #ffd600; border-color: #ffd600; color: #fff; } .btn-primary { background-color: #ffd600; border-color: #ffd600; color: #fff; } .btn-primary:hover { background-color: #333; border-color: #333; color: #fff; } .btn-transparent--border.active { background-color: #ffd600; border-color: #ffd600; } .btn-transparent--border { background-color: transparent; } .btn-transparent--border.btn-primary { border-color: #ffd600; color: #ffd600; } .btn-transparent--border.btn-primary:hover { background-color: #ffd600; border-color: #ffd600; color: #fff; } /* Topbar ----------------------------------------------- */ .ct-topBar a:hover { color: #ffd600; } .ct-topBar--darkStyle a:hover i { color: #ffd600; } /* Language switcher ----------------------------------------------- */ .ct-switcher--language li a:hover { color: #ffd600; background-color: rgba(255, 214, 0, 0.1); } .ct-switcher--language .dropdown-menu li a:hover { color: #fff; } .ct-switcher--language .dropdown-menu li a:hover { background-color: #ffd600; } .ct-switcher--language .dropdown-menu li:first-child a:hover:before { border-color: transparent transparent #ffd600 transparent; } /* Navbar ----------------------------------------------- */ .ct-panel--text a { color: #ffd600; } .ct-panel--text a:hover { color: #333; } .ct-socials--circle { background-color: #ffd600; } .ct-socials--circle:hover { background-color: #333; } .caret { border-top: 3px solid #ffd600; } .navbar .navbar-nav .active > a { color: #ffd600; background-color: rgba(255, 214, 0, 0.1); } .onepager .navbar .navbar-nav .active > a { color: #ffd600; background-color: transparent; } .navbar .navbar-nav .active > a:after { background-color: #ffd600; } .navbar .navbar-nav li:hover > a, .navbar .navbar-nav li:focus > a { color: #ffd600; background-color: rgba(255, 214, 0, 0.1); } .onepager .navbar .navbar-nav li:hover > a, .navbar .navbar-nav li:focus > a { color: #ffd600; background-color: transparent; } .navbar .navbar-nav .dropdown > a:hover:after { background-color: #ffd600; } .navbar .navbar-nav li .dropdown-menu li:first-child > a:hover:before, .navbar .navbar-nav li .dropdown-menu .yamm-content ul li:first-child > a:hover:before { border-color: transparent transparent #ffd600 transparent; } .navbar .navbar-nav li .dropdown-menu .yamm-content ul li a:hover, .navbar .navbar-nav li .dropdown-menu a:hover { background-color: #ffd600; color: #fff; } .ct-navbar--noDecoration .navbar-nav .active > a:after, .ct-navbar--noDecoration .navbar-nav .dropdown > a:hover:after { background-color: transparent; } /* Slider ----------------------------------------------- */ .ct-owl--description .ct-owl--description--inner .ct-owl--descriptionItem span { color: #ffd600; } .ct-owl-controls--type2 .owl-controls .owl-buttons div, .ct-owl-controls--type3 .owl-controls .owl-buttons div { color: #ffd600; } /* Forms, Label ----------------------------------------------- */ .ct-form--label--type1, .ct-form--label--type2, .ct-form--label--type3 { background-color: #ffd600; } .slider.slider-horizontal .slider-track .slider-selection, .slider.slider-horizontal .slider-handle, .tooltip-inner { background: #ffd600; } .tooltip.top .tooltip-arrow { border-top-color: #ffd600; } .select2-drop .select2-highlighted { background-color: #ffd600; } .select2-drop .select2-highlighted:before { border-color: transparent transparent #ffd600 transparent !important; } .ct-contactForm--small .form-control:focus { border: 2px solid #ffd600; } .ct-calculator--whiteStyle form .form-control:focus { border: 2px solid #ffd600 !important; } .ct-footer--extended .ct-form--label--type1 i, .ct-footer--extended .ct-form--label--type2 i, .ct-footer--extended .ct-form--label--type3 i { color: #fff; } .ct-popupForm form input:focus, .ct-popupForm form textarea:focus { border: 1px solid #ffd600; } .ct-input--border:focus { border: 1px solid #ffd600; } .ct-form--label--type1 .ct-input-group-btn .btn, .ct-form--label--type2 .ct-input-group-btn .btn, .ct-form--label--type3 .ct-input-group-btn .btn { background-color: #ddb900; border-color: #ddb900; } /* Products ----------------------------------------------- */ .ct-itemProducts a:hover, .ct-itemProducts .ct-product--meta .ct-icons span:hover i, .ct-itemProducts .ct-product--meta .ct-icons span:hover, .ct-itemProducts--small a:hover { color: #ffd600; } .ct-productMeta--single i, .ct-productMeta--single a:hover { color: #ffd600; } .ct-sortingBar ul .is-active { background-color: #ffd600; } .ct-sortingBar ul .is-active a:hover { color: #fff; } .ct-showElements a:hover { color: #ffd600; } .pagination .active a, .pagination li a:hover { background-color: #ffd600; } /* Blog ----------------------------------------------- */ .ct-articleBox .ct-articleBox-titleBox a:hover { color: #ffd600; } .ct-articleBox .ct-articleBox-titleBox .ct-articleComments a { color: #ffd600; } .ct-articleBox .ct-articleBox-titleBox .ct-articleComments a:hover, .ct-articleBox .ct-articleBox-description a:hover { color: inherit; } .ct-articleBox .ct-articleBox-description a { color: #ffd600; } .ct-calendar--day .ct-day { background-color: #ffd600; } /* Icon Boxes ----------------------------------------------- */ .ct-iconContainer--circle { background-color: #ffd600; } .ct-iconContainer--circle:before { border: 3px solid #ffd600; } .ct-iconBox:hover .ct-iconContainer--circle i { color: #ffd600; } .ct-iconBox .ct-iconContainer--circleLight, .ct-iconBox .ct-iconContainer--circleLight i { background-color: transparent; color: #ffd600; } .ct-iconBox:hover .ct-iconContainer--circleLight:before { background-color: #ffd600; } .ct-iconBox:hover .ct-iconContainer--circleLight i { color: #fff; } /* Footer ----------------------------------------------- */ .ct-footer--extended i, .ct-footer--extended .ct-phoneNumbers i, .ct-contactList a { color: #ffd600; } .ct-footer--extended .ct-socials--circle i { color: #fff; } .ct-footer--extended .ct-socials--circle:hover { background-color: #fff; } .ct-footer--extended .ct-socials--circle:hover i { color: #ffd600; } .ct-sectioButton--square { background-color: #ffd600; } .ct-sectioButton--square:hover { background-color: #fff; } .ct-sectioButton--square:hover i { color: #ffd600; } .ct-footer--light .ct-footer--extended .ct-contactList a { color: #ffd600; } .ct-footer--light .ct-footer--extended .ct-contactList a:hover { color: inherit; } .ct-links a:hover { color: #ffd600; } /* Google Maps ----------------------------------------------- */ .ct-zoom--in:hover, .ct-zoom--out:hover, .ct-geolocationButton:hover { background-color: #ffd600; } .ct-geolocationButton:hover { border: 2px solid #ffd600; } .ct-searchGmaps:focus { border: 1px solid #ffd600; } .ct-gmapProduct .ct-bottomArrow { border: 3px solid #ffd600; } .ct-gmapProduct .ct-bottomArrow:before { border-color: #ffd600 transparent transparent transparent; } /* Person Box ----------------------------------------------- */ .ct-personBox .ct-personContent .ct-personName a { color: #ffd600; } .ct-personBox .ct-personContent .ct-personName a:hover { color: inherit; } .ct-personBox .ct-personDescription a:hover { color: #ffd600; } .widget .ct-personBox .ct-personDescription a { color: #ffd600; } .widget .ct-personBox .ct-personDescription a:hover { color: inherit; } .ct-personBox--extendedFullWidth .ct-personContent .ct-contactPerson a { color: #ffd600; } .ct-personBox--extendedFullWidth .ct-personContent .ct-contactPerson a:hover { color: inherit; } .ct-personBox--extended .ct-personContent .ct-contactPerson a { color: #ffd600; } .ct-personBox--extended .ct-personContent .ct-contactPerson a:hover { color: inherit; } .ct-personBox .ct-personContact input:focus, .ct-personBox .ct-personContact textarea:focus { border: 1px solid #ffd600; } .ct-personBox--extendedLight .ct-personContent .ct-personName a { color: #fff; } .ct-personBox--extendedLight .ct-personContent .ct-personName a:hover { color: #333; } /* Portfolio ----------------------------------------------- */ .ct-gallery-itemInner .ct-galleryBox-overlay { background-color: #ffd600; }
doc/html/themeanimationitem-members.html
radekp/qtmoko
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>List of All Members for ThemeAnimationItem</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><img src="images/qtlogo.png" align="left" border="0" /></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped Classes</font></a>&nbsp;&middot; <a href="modules-index.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="center"><img src="images/codeless.png" border="0" alt="codeless banner"></td></tr></table><h1 class="title">List of All Members for ThemeAnimationItem</h1> <p>This is the complete list of members for <a href="themeanimationitem.html">ThemeAnimationItem</a>, including inherited members.</p> <p><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td width="45%" valign="top"><ul> <li><div class="fn"/>enum <a href="themeitem.html#State-enum">State</a></li> <li><div class="fn"/><a href="themeanimationitem.html#ThemeAnimationItem">ThemeAnimationItem</a> ( ThemeItem *, ThemedView *, const ThemeAttributes &amp; )</li> <li><div class="fn"/><a href="themeanimationitem.html#dtor.ThemeAnimationItem">~ThemeAnimationItem</a> ()</li> <li><div class="fn"/><a href="themeitem.html#active">active</a> () const : bool</li> <li><div class="fn"/><a href="themeitem.html#addCharacters">addCharacters</a> ( const QString &amp; )</li> <li><div class="fn"/><a href="themeanimationitem.html#advance">advance</a> ()</li> <li><div class="fn"/><a href="themeitem.html#attribute">attribute</a> ( const QString &amp;, ThemeItem::State ) const : int</li> <li><div class="fn"/><a href="themeitem.html#attribute-2">attribute</a> ( const QLatin1String &amp;, ThemeItem::State ) const : int</li> <li><div class="fn"/><a href="themeitem.html#children">children</a> () const : QList&lt;ThemeItem *&gt;</li> <li><div class="fn"/><a href="themeitem.html#clickedEvent">clickedEvent</a> ()</li> <li><div class="fn"/><a href="themegraphicitem.html#color">color</a> ( const QString &amp;, ThemeItem::State ) const : QColor</li> <li><div class="fn"/><a href="themegraphicitem.html#color-2">color</a> ( const QLatin1String &amp;, ThemeItem::State ) const : QColor</li> <li><div class="fn"/><a href="themepixmapitem.html#colorizeImage">colorizeImage</a> ( QImage &amp;, const QColor &amp;, int, bool )</li> <li><div class="fn"/><a href="themeitem.html#constructionComplete">constructionComplete</a> ()</li> <li><div class="fn"/><a href="themeitem.html#createExpression">createExpression</a> ( const QString &amp; ) : QExpressionEvaluator *</li> <li><div class="fn"/><a href="themeitem.html#expressionChanged">expressionChanged</a> ( QExpressionEvaluator * )</li> <li><div class="fn"/><a href="themegraphicitem.html#font">font</a> ( const QString &amp;, ThemeItem::State ) const : QFont</li> <li><div class="fn"/><a href="themegraphicitem.html#font-2">font</a> ( const QLatin1String &amp;, ThemeItem::State ) const : QFont</li> <li><div class="fn"/><a href="themeanimationitem.html#frame">frame</a> () const : int</li> <li><div class="fn"/><a href="themeanimationitem.html#frameCount">frameCount</a> () const : int</li> <li><div class="fn"/><a href="themeitem.html#fullVSPath">fullVSPath</a> () : QString</li> <li><div class="fn"/><a href="themeitem.html#geometry">geometry</a> () const : QRect</li> <li><div class="fn"/><a href="themeitem.html#geometryHint">geometryHint</a> () const : QRectF</li> <li><div class="fn"/><a href="themegraphicitem.html#getColor">getColor</a> ( const QColor &amp;, int ) const : QColor</li> <li><div class="fn"/><a href="themeitem.html#getExpressionResult">getExpressionResult</a> ( QExpressionEvaluator *, const QVariant::Type &amp; ) : QVariant</li> <li><div class="fn"/><a href="themeitem.html#hasFocus">hasFocus</a> () const : bool</li> <li><div class="fn"/><a href="themeitem.html#isInteractive">isInteractive</a> () const : bool</li> <li><div class="fn"/><a href="themeitem.html#isStringExpression">isStringExpression</a> ( const QString &amp; ) : bool</li> <li><div class="fn"/><a href="themeitem.html#isVisible">isVisible</a> () const : bool</li> <li><div class="fn"/><a href="themeitem.html#itemName">itemName</a> () const : QString</li> <li><div class="fn"/><a href="themeitem.html#layout">layout</a> ()</li> <li><div class="fn"/><a href="themepixmapitem.html#loadImage">loadImage</a> ( const QString &amp;, int, const QColor &amp;, int, int, int ) : QPixmap</li> <li><div class="fn"/><a href="themeitem.html#paint">paint</a> ( QPainter *, const QRect &amp; )</li> <li><div class="fn"/><a href="themeitem.html#parentItem">parentItem</a> () const : ThemeItem *</li> <li><div class="fn"/><a href="themegraphicitem.html#parseColor">parseColor</a> ( const QString &amp;, QColor &amp; ) : int</li> <li><div class="fn"/><a href="themegraphicitem.html#parseFont">parseFont</a> ( const QFont &amp;, const QString &amp;, const QString &amp; ) : QFont</li> </ul></td><td valign="top"><ul> <li><div class="fn"/><a href="themepixmapitem.html#pixmap">pixmap</a> ( const QString &amp;, ThemeItem::State ) const : QPixmap</li> <li><div class="fn"/><a href="themepixmapitem.html#pixmap-2">pixmap</a> ( const QLatin1String &amp;, ThemeItem::State ) const : QPixmap</li> <li><div class="fn"/><a href="themeitem.html#pressed">pressed</a> () const : bool</li> <li><div class="fn"/><a href="themeitem.html#rect">rect</a> () const : QRect</li> <li><div class="fn"/><a href="themeitem.html#rtti">rtti</a> () const : int</li> <li><div class="fn"/><a href="themeitem.html#setActive">setActive</a> ( bool )</li> <li><div class="fn"/><a href="themeitem.html#setAttribute">setAttribute</a> ( const QString &amp;, const int &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themeitem.html#setAttribute-2">setAttribute</a> ( const QLatin1String &amp;, const int &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themeitem.html#setAttribute-3">setAttribute</a> ( const QString &amp;, const QString &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themeitem.html#setAttribute-4">setAttribute</a> ( const QLatin1String &amp;, const QString &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setColor">setColor</a> ( const QString &amp;, const QColor &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setColor-2">setColor</a> ( const QLatin1String &amp;, const QColor &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setFont">setFont</a> ( const QString &amp;, const QFont &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setFont-2">setFont</a> ( const QLatin1String &amp;, const QFont &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themeanimationitem.html#setFrame">setFrame</a> ( int )</li> <li><div class="fn"/><a href="themeitem.html#setGeometry">setGeometry</a> ( const QRect &amp; )</li> <li><div class="fn"/><a href="themepixmapitem.html#setPixmap">setPixmap</a> ( const QString &amp;, const QPixmap &amp;, ThemeItem::State, const QString &amp; )</li> <li><div class="fn"/><a href="themepixmapitem.html#setPixmap-2">setPixmap</a> ( const QLatin1String &amp;, const QPixmap &amp;, ThemeItem::State, const QString &amp; )</li> <li><div class="fn"/><a href="themeitem.html#setVisible">setVisible</a> ( bool )</li> <li><div class="fn"/><a href="themegraphicitem.html#setupAlpha">setupAlpha</a> ( const QString &amp;, const QString &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setupAlpha-2">setupAlpha</a> ( const QLatin1String &amp;, const QString &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setupColor">setupColor</a> ( const QString &amp;, const QString &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themegraphicitem.html#setupColor-2">setupColor</a> ( const QLatin1String &amp;, const QLatin1String &amp;, const QString &amp;, ThemeItem::State )</li> <li><div class="fn"/><a href="themeanimationitem.html#start">start</a> ()</li> <li><div class="fn"/><a href="themeitem.html#state">state</a> () const : ThemeItem::State</li> <li><div class="fn"/><a href="themeitem.html#stateChanged">stateChanged</a> ( const ThemeItem::State &amp; )</li> <li><div class="fn"/><a href="themeanimationitem.html#stop">stop</a> ()</li> <li><div class="fn"/><a href="themeitem.html#strAttribute">strAttribute</a> ( const QString &amp;, ThemeItem::State ) : QString</li> <li><div class="fn"/><a href="themeitem.html#strAttribute-2">strAttribute</a> ( const QLatin1String &amp;, ThemeItem::State ) : QString</li> <li><div class="fn"/><a href="themeitem.html#stripStringExpression">stripStringExpression</a> ( const QString &amp; ) : QString</li> <li><div class="fn"/><a href="themeitem.html#transient">transient</a> () const : bool</li> <li><div class="fn"/><a href="themeitem.html#update">update</a> ()</li> <li><div class="fn"/><a href="themeitem.html#update-2">update</a> ( int, int, int, int )</li> <li><div class="fn"/><a href="themeitem.html#view">view</a> () const : ThemedView *</li> <li><div class="fn"/><a href="themeitem.html#vsPath">vsPath</a> () : QString</li> </ul> </td></tr> </table></p> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td align="left">Copyright &copy; 2009 Trolltech</td> <td align="center"><a href="trademarks.html">Trademarks</a></td> <td align="right"><div align="right">Qt Extended 4.4.3</div></td> </tr></table></div></address></body> </html>
irrKlang-1.5.0/doc/dotnet/IrrKlang.IAudioRecorder.AddSoundSourceFromRecordedAudio.html
ngrande/PiAlarm
<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>IAudioRecorder.AddSoundSourceFromRecordedAudio Method</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">IrrKlang.NET</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">IAudioRecorder.AddSoundSourceFromRecordedAudio Method </h1> </div> </div> <div id="nstext"> <p> Creates a sound source for the recorded audio data, so that it can be played back. Only works after calling stopRecordingAudio(). </p> <div class="syntax"> <span class="lang">[Visual Basic]</span> <br />Public Function AddSoundSourceFromRecordedAudio( _<br />   ByVal <i>soundName</i> As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a> _<br />) As <a href="IrrKlang.ISoundSource.html">ISoundSource</a></div> <div class="syntax"> <span class="lang">[C#]</span> <br />public <a href="IrrKlang.ISoundSource.html">ISoundSource</a> AddSoundSourceFromRecordedAudio(<br />   <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>soundName</i><br />);</div> <h4 class="dtH4">See Also</h4> <p> <a href="IrrKlang.IAudioRecorder.html">IAudioRecorder Class</a> | <a href="IrrKlang.html">IrrKlang Namespace</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="AddSoundSourceFromRecordedAudio method"> </param> <param name="Keyword" value="AddSoundSourceFromRecordedAudio method, IAudioRecorder class"> </param> <param name="Keyword" value="IAudioRecorder.AddSoundSourceFromRecordedAudio method"> </param> </object> <hr /> <div id="footer"> <p> <a>The irrKlang Sound Engine Documentation © 2003-2010 by Nikolaus Gebhardt.</a> </p> <p> </p> </div> </div> </body> </html>
doc/html/qlibraryinfo.html
radekp/qtmoko
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.4: QLibraryInfo Class Reference</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top" width="230"></td></tr></table><h1 class="title">QLibraryInfo Class Reference<br /><span class="small-subtitle">[<a href="qtcore.html">QtCore</a> module]</span> </h1> <p>The QLibraryInfo class provides information about the Qt library. <a href="#details">More...</a></p> <pre> #include &lt;QLibraryInfo&gt;</pre><ul> <li><a href="qlibraryinfo-members.html">List of all members, including inherited members</a></li> </ul> <a name="public-types"></a> <h3>Public Types</h3> <ul> <li><div class="fn"/>enum <b><a href="qlibraryinfo.html#LibraryLocation-enum">LibraryLocation</a></b> { PrefixPath, DocumentationPath, HeadersPath, LibrariesPath, ..., DemosPath }</li> </ul> <a name="static-public-members"></a> <h3>Static Public Members</h3> <ul> <li><div class="fn"/>QString <b><a href="qlibraryinfo.html#buildKey">buildKey</a></b> ()</li> <li><div class="fn"/>QString <b><a href="qlibraryinfo.html#licensedProducts">licensedProducts</a></b> ()</li> <li><div class="fn"/>QString <b><a href="qlibraryinfo.html#licensee">licensee</a></b> ()</li> <li><div class="fn"/>QString <b><a href="qlibraryinfo.html#location">location</a></b> ( LibraryLocation <i>loc</i> )</li> </ul> <a name="details"></a> <hr /> <h2>Detailed Description</h2> <p>The QLibraryInfo class provides information about the Qt library.</p> <p>Many pieces of information are established when Qt is configured. Installation paths, license information, and even a unique build key. This class provides an abstraction for accessing this information.</p> <p><table align="center" cellpadding="2" cellspacing="1" border="0"> <thead><tr valign="top" class="qt-style"><th>Function</th><th>Return value</th></tr></thead> <tr valign="top" class="odd"><td><a href="qlibraryinfo.html#buildKey">buildKey</a>()</td><td>A string that identifies the Qt version and the configuration. This key is used to ensure that <a href="plugins.html">plugins</a> link against the same version of Qt as the application.</td></tr> <tr valign="top" class="even"><td><a href="qlibraryinfo.html#location">location</a>()</td><td>The path to a certain Qt component (e.g&#x2e;, documentation, header files).</td></tr> <tr valign="top" class="odd"><td><a href="qlibraryinfo.html#licensee">licensee</a>(), <a href="qlibraryinfo.html#licensedProducts">licensedProducts</a>()</td><td>Licensing information.</td></tr> </table></p> <p>You can also use a <tt>qt.conf</tt> file to override the hard-coded paths that are compiled into the Qt library. For more information, see the <a href="qt-conf.html">Using qt.conf</a> documentation.</p> <p>See also <a href="qsysinfo.html">QSysInfo</a> and <a href="qt-conf.html">Using qt.conf</a>.</p> <hr /> <h2>Member Type Documentation</h2> <h3 class="fn"><a name="LibraryLocation-enum"></a>enum QLibraryInfo::LibraryLocation</h3> <a name="library-location"></a><p>This enum type is used to specify a specific location specifier:</p> <p><table border="1" cellpadding="2" cellspacing="1" width="100%"> <tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr> <tr><td valign="top"><tt>QLibraryInfo::PrefixPath</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The default prefix for all paths.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::DocumentationPath</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">The location for documentation upon install.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::HeadersPath</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">The location for all headers.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::LibrariesPath</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">The location of installed librarires.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::BinariesPath</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">The location of installed Qt binaries (tools and applications).</td></tr> <tr><td valign="top"><tt>QLibraryInfo::PluginsPath</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">The location of installed Qt plugins.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::DataPath</tt></td><td align="center" valign="top"><tt>6</tt></td><td valign="top">The location of general Qt data.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::TranslationsPath</tt></td><td align="center" valign="top"><tt>7</tt></td><td valign="top">The location of translation information for Qt strings.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::SettingsPath</tt></td><td align="center" valign="top"><tt>8</tt></td><td valign="top">The location for Qt settings.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::ExamplesPath</tt></td><td align="center" valign="top"><tt>10</tt></td><td valign="top">The location for examples upon install.</td></tr> <tr><td valign="top"><tt>QLibraryInfo::DemosPath</tt></td><td align="center" valign="top"><tt>9</tt></td><td valign="top">The location for demos upon install.</td></tr> </table></p> <p>See also <a href="qlibraryinfo.html#location">location</a>().</p> <hr /> <h2>Member Function Documentation</h2> <h3 class="fn"><a name="buildKey"></a><a href="qstring.html">QString</a> QLibraryInfo::buildKey ()&nbsp;&nbsp;<tt> [static]</tt></h3> <p>Returns a unique key identifying this build of Qt and its configurations. This key is not globally unique, rather only useful for establishing of two configurations are compatible. This can be used to compare with the <tt>QT_BUILD_KEY</tt> preprocessor symbol.</p> <p>See also <a href="qlibraryinfo.html#location">location</a>().</p> <h3 class="fn"><a name="licensedProducts"></a><a href="qstring.html">QString</a> QLibraryInfo::licensedProducts ()&nbsp;&nbsp;<tt> [static]</tt></h3> <p>Returns the products that the license for this build of Qt has access to.</p> <p>See also <a href="qlibraryinfo.html#licensee">licensee</a>().</p> <h3 class="fn"><a name="licensee"></a><a href="qstring.html">QString</a> QLibraryInfo::licensee ()&nbsp;&nbsp;<tt> [static]</tt></h3> <p>Returns the person to whom this build of Qt is licensed.</p> <p>See also <a href="qlibraryinfo.html#licensedProducts">licensedProducts</a>().</p> <h3 class="fn"><a name="location"></a><a href="qstring.html">QString</a> QLibraryInfo::location ( <a href="qlibraryinfo.html#LibraryLocation-enum">LibraryLocation</a> <i>loc</i> )&nbsp;&nbsp;<tt> [static]</tt></h3> <p>Returns the location specified by <i>loc</i>.</p> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="30%" align="left">Copyright &copy; 2008 Nokia</td> <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="30%" align="right"><div align="right">Qt 4.4.3</div></td> </tr></table></div></address></body> </html>
unstable/template/tabs/pane.html
JakobKallin/RPG-Ambience
<div data-ng-show="selected" data-ng-transclude></div>
app/templates/gentelella/errors/400.html
Achint08/open-event-orga-server
{% extends 'gentelella/users/login/base.html' %} {% block title %} Bad Request - 400 {% endblock %} {% block register %} <div id="register" class="animate form registration_form"> <section class="error_content"> <form method="post"> <h1 class="internal_error" style='font-size: 27px; font-weight: 300 !important; font-family: Roboto, Arial, "Droid Sans", sans-serif; margin-bottom: 12px;'>{{_("We are not able to understand what you require")}}</h1> <p style="font-size: 16px;font-weight: 300;">{{_("We don't seem to speak a common language. If you're facing this issue frequently, drop in an email at our support address so that we can see what's the issue.")}}</p> </form> </section> </div> {% endblock %}
thirdparty/sources/boost_1_60_0/doc/html/boost/gregorian/gregorian_calendar.html
gwq5210/litlib
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class gregorian_calendar</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_calendar_hpp" title="Header &lt;boost/date_time/gregorian/greg_calendar.hpp&gt;"> <link rel="prev" href="../date_time/year_month_day_base.html" title="Struct template year_month_day_base"> <link rel="next" href="date.html" title="Class date"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../date_time/year_month_day_base.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_calendar_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="date.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.gregorian.gregorian_calendar"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class gregorian_calendar</span></h2> <p>boost::gregorian::gregorian_calendar &#8212; Gregorian calendar for this implementation, hard work in the base. </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="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_calendar_hpp" title="Header &lt;boost/date_time/gregorian/greg_calendar.hpp&gt;">boost/date_time/gregorian/greg_calendar.hpp</a>&gt; </span> <span class="keyword">class</span> <a class="link" href="gregorian_calendar.html" title="Class gregorian_calendar">gregorian_calendar</a> <span class="special">:</span> <span class="keyword">public</span> date_time::gregorian_calendar_base&lt; greg_year_month_day, fancy_date_rep::int_type &gt; <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <a class="link" href="greg_weekday.html" title="Class greg_weekday">greg_weekday</a> <a name="boost.gregorian.gregorian_calendar.day_of_week_type"></a><span class="identifier">day_of_week_type</span><span class="special">;</span> <span class="comment">// Type to hold a weekday (eg: Sunday, Monday,...) </span> <span class="keyword">typedef</span> <span class="identifier">greg_day_of_year_rep</span> <a name="boost.gregorian.gregorian_calendar.day_of_year_type"></a><span class="identifier">day_of_year_type</span><span class="special">;</span> <span class="comment">// Counter type from 1 to 366 for gregorian dates. </span> <span class="keyword">typedef</span> <span class="identifier">fancy_date_rep</span> <a name="boost.gregorian.gregorian_calendar.date_rep_type"></a><span class="identifier">date_rep_type</span><span class="special">;</span> <span class="comment">// Internal date representation that handles infinity, not a date. </span> <span class="keyword">typedef</span> <span class="identifier">fancy_date_rep</span> <a name="boost.gregorian.gregorian_calendar.date_traits_type"></a><span class="identifier">date_traits_type</span><span class="special">;</span> <span class="comment">// Date rep implements the traits stuff as well. </span> <span class="special">}</span><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; 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../date_time/year_month_day_base.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_calendar_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="date.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
website/cms/templates/cms/new.html
hzlf/openbroadcast
{% load url from future %}<!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" dir="ltr" lang="en" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" /> <title>Welcome to django CMS</title> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> <style type="text/css"> /*<![CDATA[*/ html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,label,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,cite,pre,strong,em,img,a,p,blockquote,q,code,dfn,samp,kbd,var,del,ins,sub,sup,acronym,abbr,address,applet,object,iframe { font-size:100%; font-style:normal; font-weight:normal; text-align:left; vertical-align:baseline; margin:0; padding:0; border:none; background:transparent; } html { font-size:100.01%; -webkit-text-size-adjust:none; } body { color:#999; font:75%/1.6 "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; } .clear { clear:both; display:block; width:0; height:0; overflow:hidden; visibility:hidden; } #main { width:940px; margin:0 auto; padding-top:5%; } #main .box-left { float:left; width:55%; } #main .box-right { float:left; width:41%; padding:50px 2% 0; min-height:300px; } #main .box-right p { text-align:right; } #main .foot { text-align:right; padding-right:2%; } #main .padding-top { padding-top:20px; } #main .info { padding-top:5px; } a { color:#5b80b2; font-weight:bold; text-decoration:none; } a:hover { text-decoration:underline; } h1, h2 { font-size:25px; font-weight:bold; line-height:1.2; text-align:right; } h1 { color:#666; } code { color:#000; } .link, .link-inverted { float:right; overflow:auto; } .link, .link-inverted, .link:hover, .link-inverted:hover { font-size:17px; padding:10px 20px; margin:0 0 0 10px; text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } .link { color:#5b80b2; border:1px solid #eee; background:#f9f9f9; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#fafafa)); background:-moz-linear-gradient(#ffffff, #fafafa); background:linear-gradient(#ffffff, #fafafa); } .link:hover, .link-inverted { color:#fff; border:1px solid #5b80b2; background:#5b80b2; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#7b99c1), to(#557299)); background:-moz-linear-gradient(#7b99c1, #557299); background:linear-gradient(#7b99c1, #557299); } .link-inverted:hover { background:#365176; border:1px solid #365176; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#5b80b2), to(#365176)); background:-moz-linear-gradient(#5b80b2, #365176); background:linear-gradient(#5b80b2, #365176); } /*]]>*/ </style> </head> <body> <div id="main"> <div class="box-left"> <p><img src="{{ STATIC_URL }}cms/images/pony.jpg" alt="" />&nbsp;</p> </div> <div class="box-right"> <h1>Welcome to the django CMS!<br />Here is what to do next:</h1> <p>&nbsp;</p> <h2>Log into the <a href="{% url 'admin:index' %}">admin</a> interface and start <a href="{% url 'admin:cms_page_add' %}">adding</a> some pages!</h2> <p class="info">Make sure you publish them.</p> <p>&nbsp;</p> <p class="padding-top"> <a href="https://www.django-cms.org/" class="link-inverted">Django-CMS.org</a> <a href="http://docs.django-cms.org/" class="link">Documentation</a> </p> </div> <div class="clear"></div> <p class="foot padding-top"> If you don't see the django CMS logo at the end of this line make sure you linked the <code>static/cms</code> folder to your static files: <img src="{{ STATIC_URL }}cms/images/logo.jpg" alt="here should be a logo" height="20" /></p> <p class="foot"> You're seeing this message because you have <code>DEBUG = True</code> in your django settings file and haven't added any pages yet. Get to work!" </p> </div> </body> </html>
layout/reftests/bugs/367504-margin-1-ref.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE html> <html> <head> <title>Testcase, bug 367504 -- inline block as margin root</title> <style type="text/css"> span#ib { display: inline-block; vertical-align: text-bottom; } span#ib span { display: block; padding: 7px; } </style> </head> <body> <table border><tr><td> <p>x<span id="ib"><span>test</span></span>x</p> </td></tr></table> </body> </html>
tests/wpt/web-platform-tests/css/css-scroll-snap/scroll-target-align-003.html
nnethercote/servo
<!DOCTYPE html> <html> <title>focus() and snap position with snapping off (y-axis)</title> <link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'> <link rel='help' href='https://www.w3.org/TR/css-scroll-snap-1/#choosing'> <link rel='match' href='scroll-target-001-ref.html'> <meta name="flags" content="may"> <meta name='assert' content="Test passes if scroll snapping is honored on a scroll container with 'scroll-snap-type: none' when scrolling an element into view even if that operation is implied (in this case, by .focus())."> <style type='text/css'> .container { border: solid blue 4px; height: 4em; overflow: auto; /* to make failing more obvious */ background: 0 1em / 100% 1em linear-gradient(red, red) repeat-x; /* avoid anti-aliasing issues */ font: 20px/1 sans-serif; scrollbar-width: none; } .container > div, a { height: 1em; display: block; outline: none; } .container { scroll-padding: .5em 0 0; } /* set up a snap position */ #target { scroll-margin: .5em 0 0; scroll-snap-align: center; } #stripe { background: green; } /* color part of the snap area */ .fail { color: red; } /* make failing more obvious */ </style> <div id='instructions'>Test passes if there is a green stripe across the second quarter of the box below and no red.</div> <div class="container"> <div></div> <div></div> <div></div> <div></div> <div class="fail">FAIL</div> <div></div> <div id="stripe"></div> <a href="" id="target"></a> <div></div> <div class="fail">FAIL</div> <div></div> <div></div> <div></div> <div></div> </div> <script> document.getElementById('target').focus(); </script>
target/classes/org/olat/course/editor/_chelp/ced-bc-acc-r.html
RLDevOps/Demo
<br/>$r.translate("chelp.accBcR")<br/><br/> $r.translateWithPackage("org.olat","chelp.moreInfo") <br/> $r.contextHelpRelativeLink("ced-visacc-expl.html")<br/> $r.contextHelpRelativeLink("ced-expert-expl.html")<br/> $r.contextHelpRelativeLink("ced-expert-eg.html")<br/> $r.contextHelpRelativeLink("ced-attr.html")<br/> <a class="b_link_extern" href="http://www.switch.ch/aai/" target="_blank">$r.translate("chelp.generalAAI")</a><br/><br/> #* redundant part!: look after this part in other files on change *# $r.translate("chelp.coachExclusive") $r.translate("chelp.9") $r.translate("chelp.10acc")<br/><br/> $r.translate("chelp.dateSwitch") $r.translate("chelp.11acc")<br/><br/> $r.translate("chelp.groupSwitch") $r.translate("chelp.12acc")<br/><br/> $r.translate("chelp.assessmentSwitch") $r.translate("chelp.13") $r.translate("chelp.13acc")<br/> $r.translate("chelp.14acc")<br/><br/> $r.translate("chelp.applyRulesForCoach") $r.translate("chelp.15acc")<br/><br/> $r.translate("chelp.16")
source/api/apidocs-4.6/user/createProject.html
pdion891/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack v4.6.0 User API Reference </span> <p></p> <h1>createProject</h1> <p>Creates a project</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../TOC_User.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><strong>displaytext</strong></td><td style="width:500px;"><strong>display text of the project</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>name</strong></td><td style="width:500px;"><strong>name of the project</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>account who will be Admin for the project</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>domain ID of the account owning a project</i></td><td style="width:180px;"><i>false</i></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the id of the project</td> </tr> <tr> <td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account name of the project's owner</td> </tr> <tr> <td style="width:200px;"><strong>cpuavailable</strong></td><td style="width:500px;">the total number of cpu cores available to be created for this project</td> </tr> <tr> <td style="width:200px;"><strong>cpulimit</strong></td><td style="width:500px;">the total number of cpu cores the project can own</td> </tr> <tr> <td style="width:200px;"><strong>cputotal</strong></td><td style="width:500px;">the total number of cpu cores owned by project</td> </tr> <tr> <td style="width:200px;"><strong>displaytext</strong></td><td style="width:500px;">the displaytext of the project</td> </tr> <tr> <td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain name where the project belongs to</td> </tr> <tr> <td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the domain id the project belongs to</td> </tr> <tr> <td style="width:200px;"><strong>ipavailable</strong></td><td style="width:500px;">the total number of public ip addresses available for this project to acquire</td> </tr> <tr> <td style="width:200px;"><strong>iplimit</strong></td><td style="width:500px;">the total number of public ip addresses this project can acquire</td> </tr> <tr> <td style="width:200px;"><strong>iptotal</strong></td><td style="width:500px;">the total number of public ip addresses allocated for this project</td> </tr> <tr> <td style="width:200px;"><strong>memoryavailable</strong></td><td style="width:500px;">the total memory (in MB) available to be created for this project</td> </tr> <tr> <td style="width:200px;"><strong>memorylimit</strong></td><td style="width:500px;">the total memory (in MB) the project can own</td> </tr> <tr> <td style="width:200px;"><strong>memorytotal</strong></td><td style="width:500px;">the total memory (in MB) owned by project</td> </tr> <tr> <td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the project</td> </tr> <tr> <td style="width:200px;"><strong>networkavailable</strong></td><td style="width:500px;">the total number of networks available to be created for this project</td> </tr> <tr> <td style="width:200px;"><strong>networklimit</strong></td><td style="width:500px;">the total number of networks the project can own</td> </tr> <tr> <td style="width:200px;"><strong>networktotal</strong></td><td style="width:500px;">the total number of networks owned by project</td> </tr> <tr> <td style="width:200px;"><strong>primarystorageavailable</strong></td><td style="width:500px;">the total primary storage space (in GiB) available to be used for this project</td> </tr> <tr> <td style="width:200px;"><strong>primarystoragelimit</strong></td><td style="width:500px;">the total primary storage space (in GiB) the project can own</td> </tr> <tr> <td style="width:200px;"><strong>primarystoragetotal</strong></td><td style="width:500px;">the total primary storage space (in GiB) owned by project</td> </tr> <tr> <td style="width:200px;"><strong>secondarystorageavailable</strong></td><td style="width:500px;">the total secondary storage space (in GiB) available to be used for this project</td> </tr> <tr> <td style="width:200px;"><strong>secondarystoragelimit</strong></td><td style="width:500px;">the total secondary storage space (in GiB) the project can own</td> </tr> <tr> <td style="width:200px;"><strong>secondarystoragetotal</strong></td><td style="width:500px;">the total secondary storage space (in GiB) owned by project</td> </tr> <tr> <td style="width:200px;"><strong>snapshotavailable</strong></td><td style="width:500px;">the total number of snapshots available for this project</td> </tr> <tr> <td style="width:200px;"><strong>snapshotlimit</strong></td><td style="width:500px;">the total number of snapshots which can be stored by this project</td> </tr> <tr> <td style="width:200px;"><strong>snapshottotal</strong></td><td style="width:500px;">the total number of snapshots stored by this project</td> </tr> <tr> <td style="width:200px;"><strong>state</strong></td><td style="width:500px;">the state of the project</td> </tr> <tr> <td style="width:200px;"><strong>templateavailable</strong></td><td style="width:500px;">the total number of templates available to be created by this project</td> </tr> <tr> <td style="width:200px;"><strong>templatelimit</strong></td><td style="width:500px;">the total number of templates which can be created by this project</td> </tr> <tr> <td style="width:200px;"><strong>templatetotal</strong></td><td style="width:500px;">the total number of templates which have been created by this project</td> </tr> <tr> <td style="width:200px;"><strong>vmavailable</strong></td><td style="width:500px;">the total number of virtual machines available for this project to acquire</td> </tr> <tr> <td style="width:200px;"><strong>vmlimit</strong></td><td style="width:500px;">the total number of virtual machines that can be deployed by this project</td> </tr> <tr> <td style="width:200px;"><strong>vmrunning</strong></td><td style="width:500px;">the total number of virtual machines running for this project</td> </tr> <tr> <td style="width:200px;"><strong>vmstopped</strong></td><td style="width:500px;">the total number of virtual machines stopped for this project</td> </tr> <tr> <td style="width:200px;"><strong>vmtotal</strong></td><td style="width:500px;">the total number of virtual machines deployed by this project</td> </tr> <tr> <td style="width:200px;"><strong>volumeavailable</strong></td><td style="width:500px;">the total volume available for this project</td> </tr> <tr> <td style="width:200px;"><strong>volumelimit</strong></td><td style="width:500px;">the total volume which can be used by this project</td> </tr> <tr> <td style="width:200px;"><strong>volumetotal</strong></td><td style="width:500px;">the total volume being used by this project</td> </tr> <tr> <td style="width:200px;"><strong>vpcavailable</strong></td><td style="width:500px;">the total number of vpcs available to be created for this project</td> </tr> <tr> <td style="width:200px;"><strong>vpclimit</strong></td><td style="width:500px;">the total number of vpcs the project can own</td> </tr> <tr> <td style="width:200px;"><strong>vpctotal</strong></td><td style="width:500px;">the total number of vpcs owned by project</td> </tr> <tr> <td style="width:200px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with vm</td> <tr> <td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account associated with the tag</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td style="width:500px;">customer associated with the tag</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the tag</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain associated with the tag</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>key</strong></td><td style="width:500px;">tag key name</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name where tag belongs to</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project id the tag belongs to</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id of the resource</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>resourcetype</strong></td><td style="width:500px;">resource type</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>value</strong></td><td style="width:500px;">tag value</td> </tr> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="footer_mainmaster"> <p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </div> </body> </html>
docs/api/rb/Selenium/WebDriver/Support/Select.html
krosenvold/selenium-git-release-candidate
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Class: Selenium::WebDriver::Support::Select &mdash; Documentation by YARD 0.8.1 </title> <link rel="stylesheet" href="../../../css/style.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="../../../css/common.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> hasFrames = window.top.frames.main ? true : false; relpath = '../../../'; framesUrl = "../../../frames.html#!" + escape(window.location.href); </script> <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script> </head> <body> <div id="header"> <div id="menu"> <a href="../../../_index.html">Index (S)</a> &raquo; <span class='title'><span class='object_link'><a href="../../../Selenium.html" title="Selenium (module)">Selenium</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../WebDriver.html" title="Selenium::WebDriver (module)">WebDriver</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Support.html" title="Selenium::WebDriver::Support (module)">Support</a></span></span> &raquo; <span class="title">Select</span> <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> <div id="search"> <a class="full_list_link" id="class_list_link" href="../../../class_list.html"> Class List </a> <a class="full_list_link" id="method_list_link" href="../../../method_list.html"> Method List </a> <a class="full_list_link" id="file_list_link" href="../../../file_list.html"> File List </a> </div> <div class="clear"></div> </div> <iframe id="search_frame"></iframe> <div id="content"><h1>Class: Selenium::WebDriver::Support::Select </h1> <dl class="box"> <dt class="r1">Inherits:</dt> <dd class="r1"> <span class="inheritName">Object</span> <ul class="fullTree"> <li>Object</li> <li class="next">Selenium::WebDriver::Support::Select</li> </ul> <a href="#" class="inheritanceTree">show all</a> </dd> <dt class="r2 last">Defined in:</dt> <dd class="r2 last">rb/lib/selenium/webdriver/support/select.rb</dd> </dl> <div class="clear"></div> <h2> Instance Method Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small> </h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> <a href="#deselect_all-instance_method" title="#deselect_all (instance method)">- (Object) <strong>deselect_all</strong> </a> </span> <span class="summary_desc"><div class='inline'> <p>Deselect all selected options.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#deselect_by-instance_method" title="#deselect_by (instance method)">- (Object) <strong>deselect_by</strong>(how, what) </a> </span> <span class="summary_desc"><div class='inline'> <p>Deselect options by visible text, index or value.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#first_selected_option-instance_method" title="#first_selected_option (instance method)">- (Element) <strong>first_selected_option</strong> </a> </span> <span class="summary_desc"><div class='inline'> <p>Get the first selected option in this select element.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#initialize-instance_method" title="#initialize (instance method)">- (Select) <strong>initialize</strong>(element) </a> </span> <span class="note title constructor">constructor</span> <span class="summary_desc"><div class='inline'> <p>A new instance of Select.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#multiple%3F-instance_method" title="#multiple? (instance method)">- (Boolean) <strong>multiple?</strong> </a> </span> <span class="summary_desc"><div class='inline'> <p>Does this select element support selecting multiple options?.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#options-instance_method" title="#options (instance method)">- (Array&lt;Element&gt;) <strong>options</strong> </a> </span> <span class="summary_desc"><div class='inline'> <p>Get all options for this select element.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#select_all-instance_method" title="#select_all (instance method)">- (Object) <strong>select_all</strong> </a> </span> <span class="summary_desc"><div class='inline'> <p>Select all unselected options.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#select_by-instance_method" title="#select_by (instance method)">- (Object) <strong>select_by</strong>(how, what) </a> </span> <span class="summary_desc"><div class='inline'> <p>Select options by visible text, index or value.</p> </div></span> </li> <li class="public "> <span class="summary_signature"> <a href="#selected_options-instance_method" title="#selected_options (instance method)">- (Array&lt;Element&gt;) <strong>selected_options</strong> </a> </span> <span class="summary_desc"><div class='inline'> <p>Get all selected options for this select element.</p> </div></span> </li> </ul> <div id="constructor_details" class="method_details_list"> <h2>Constructor Details</h2> <div class="method_details first"> <h3 class="signature first" id="initialize-instance_method"> - (<tt><span class='object_link'><a href="" title="Selenium::WebDriver::Support::Select (class)">Select</a></span></tt>) <strong>initialize</strong>(element) </h3><div class="docstring"> <div class="discussion"> <p>A new instance of Select</p> </div> </div> <div class="tags"> <p class="tag_title">Parameters:</p> <ul class="param"> <li> <span class='name'>element</span> <span class='type'>(<tt><span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span></tt>)</span> &mdash; <div class='inline'> <p>The select element to use</p> </div> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 10 11 12 13 14 15 16 17 18 19</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 10</span> <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='rparen'>)</span> <span class='id identifier rubyid_tag_name'>tag_name</span> <span class='op'>=</span> <span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_tag_name'>tag_name</span> <span class='kw'>unless</span> <span class='id identifier rubyid_tag_name'>tag_name</span><span class='period'>.</span><span class='id identifier rubyid_downcase'>downcase</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>select</span><span class='tstring_end'>&quot;</span></span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>unexpected tag name </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_tag_name'>tag_name</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='rbrace'>}</span><span class='tstring_end'>&quot;</span></span> <span class='kw'>end</span> <span class='ivar'>@element</span> <span class='op'>=</span> <span class='id identifier rubyid_element'>element</span> <span class='ivar'>@multi</span> <span class='op'>=</span> <span class='op'>!</span><span class='lbracket'>[</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>false</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_attribute'>attribute</span><span class='lparen'>(</span><span class='symbol'>:multiple</span><span class='rparen'>)</span><span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> <div id="instance_method_details" class="method_details_list"> <h2>Instance Method Details</h2> <div class="method_details first"> <h3 class="signature first" id="deselect_all-instance_method"> - (<tt>Object</tt>) <strong>deselect_all</strong> </h3><div class="docstring"> <div class="discussion"> <p>Deselect all selected options. Only valid if the element supports multiple selections.</p> </div> </div> <div class="tags"> <p class="tag_title">Raises:</p> <ul class="raise"> <li> <span class='type'>(<tt><span class='object_link'><a href="../Error/UnsupportedOperationError.html" title="Selenium::WebDriver::Error::UnsupportedOperationError (class)">Error::UnsupportedOperationError</a></span></tt>)</span> &mdash; <div class='inline'> <p>if the element does not support multiple selections.</p> </div> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 138 139 140 141 142 143 144</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 138</span> <span class='kw'>def</span> <span class='id identifier rubyid_deselect_all'>deselect_all</span> <span class='kw'>unless</span> <span class='id identifier rubyid_multiple?'>multiple?</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>Error</span><span class='op'>::</span><span class='const'>UnsupportedOperationError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>you may only deselect all options of a multi-select</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_e'>e</span><span class='op'>|</span> <span class='id identifier rubyid_deselect_option'>deselect_option</span> <span class='id identifier rubyid_e'>e</span> <span class='rbrace'>}</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="deselect_by-instance_method"> - (<tt>Object</tt>) <strong>deselect_by</strong>(how, what) </h3><div class="docstring"> <div class="discussion"> <p>Deselect options by visible text, index or value.</p> </div> </div> <div class="tags"> <p class="tag_title">Parameters:</p> <ul class="param"> <li> <span class='name'>how</span> <span class='type'>(<tt>:text</tt>, <tt>:index</tt>, <tt>:value</tt>)</span> &mdash; <div class='inline'> <p>How to find the option</p> </div> </li> <li> <span class='name'>what</span> <span class='type'>(<tt><span class='object_link'><a href="../../../String.html" title="String (class)">String</a></span></tt>)</span> &mdash; <div class='inline'> <p>What value to find the option by.</p> </div> </li> </ul> <p class="tag_title">See Also:</p> <ul class="see"> <li><span class='object_link'><a href="#select_by-instance_method" title="Selenium::WebDriver::Support::Select#select_by (method)">#select_by</a></span></li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 105 106 107 108 109 110 111 112 113 114 115 116</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 105</span> <span class='kw'>def</span> <span class='id identifier rubyid_deselect_by'>deselect_by</span><span class='lparen'>(</span><span class='id identifier rubyid_how'>how</span><span class='comma'>,</span> <span class='id identifier rubyid_what'>what</span><span class='rparen'>)</span> <span class='kw'>case</span> <span class='id identifier rubyid_how'>how</span> <span class='kw'>when</span> <span class='symbol'>:text</span> <span class='id identifier rubyid_deselect_by_text'>deselect_by_text</span> <span class='id identifier rubyid_what'>what</span> <span class='kw'>when</span> <span class='symbol'>:value</span> <span class='id identifier rubyid_deselect_by_value'>deselect_by_value</span> <span class='id identifier rubyid_what'>what</span> <span class='kw'>when</span> <span class='symbol'>:index</span> <span class='id identifier rubyid_deselect_by_index'>deselect_by_index</span> <span class='id identifier rubyid_what'>what</span> <span class='kw'>else</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>can't deselect options by </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_how'>how</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='rbrace'>}</span><span class='tstring_end'>&quot;</span></span> <span class='kw'>end</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="first_selected_option-instance_method"> - (<tt><span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span></tt>) <strong>first_selected_option</strong> </h3><div class="docstring"> <div class="discussion"> <p>Get the first selected option in this select element</p> </div> </div> <div class="tags"> <p class="tag_title">Returns:</p> <ul class="return"> <li> <span class='type'>(<tt><span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span></tt>)</span> </li> </ul> <p class="tag_title">Raises:</p> <ul class="raise"> <li> <span class='type'>(<tt><span class='object_link'><a href="../Error/NoSuchElementError.html" title="Selenium::WebDriver::Error::NoSuchElementError (class)">Error::NoSuchElementError</a></span></tt>)</span> &mdash; <div class='inline'> <p>if no options are selected</p> </div> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 58 59 60 61</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 58</span> <span class='kw'>def</span> <span class='id identifier rubyid_first_selected_option'>first_selected_option</span> <span class='id identifier rubyid_option'>option</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_find'>find</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_e'>e</span><span class='op'>|</span> <span class='id identifier rubyid_e'>e</span><span class='period'>.</span><span class='id identifier rubyid_selected?'>selected?</span> <span class='rbrace'>}</span> <span class='id identifier rubyid_option'>option</span> <span class='kw'>or</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>Error</span><span class='op'>::</span><span class='const'>NoSuchElementError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>no options are selected</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="multiple?-instance_method"> - (<tt>Boolean</tt>) <strong>multiple?</strong> </h3><div class="docstring"> <div class="discussion"> <p>Does this select element support selecting multiple options?</p> </div> </div> <div class="tags"> <p class="tag_title">Returns:</p> <ul class="return"> <li> <span class='type'>(<tt>Boolean</tt>)</span> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 27 28 29</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 27</span> <span class='kw'>def</span> <span class='id identifier rubyid_multiple?'>multiple?</span> <span class='ivar'>@multi</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="options-instance_method"> - (<tt>Array&lt;<span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span>&gt;</tt>) <strong>options</strong> </h3><div class="docstring"> <div class="discussion"> <p>Get all options for this select element</p> </div> </div> <div class="tags"> <p class="tag_title">Returns:</p> <ul class="return"> <li> <span class='type'>(<tt>Array&lt;<span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span>&gt;</tt>)</span> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 37 38 39</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 37</span> <span class='kw'>def</span> <span class='id identifier rubyid_options'>options</span> <span class='ivar'>@element</span><span class='period'>.</span><span class='id identifier rubyid_find_elements'>find_elements</span> <span class='symbol'>:tag_name</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>option</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="select_all-instance_method"> - (<tt>Object</tt>) <strong>select_all</strong> </h3><div class="docstring"> <div class="discussion"> <p>Select all unselected options. Only valid if the element supports multiple selections.</p> </div> </div> <div class="tags"> <p class="tag_title">Raises:</p> <ul class="raise"> <li> <span class='type'>(<tt><span class='object_link'><a href="../Error/UnsupportedOperationError.html" title="Selenium::WebDriver::Error::UnsupportedOperationError (class)">Error::UnsupportedOperationError</a></span></tt>)</span> &mdash; <div class='inline'> <p>if the element does not support multiple selections.</p> </div> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 124 125 126 127 128 129 130</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 124</span> <span class='kw'>def</span> <span class='id identifier rubyid_select_all'>select_all</span> <span class='kw'>unless</span> <span class='id identifier rubyid_multiple?'>multiple?</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>Error</span><span class='op'>::</span><span class='const'>UnsupportedOperationError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>you may only select all options of a multi-select</span><span class='tstring_end'>'</span></span> <span class='kw'>end</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_e'>e</span><span class='op'>|</span> <span class='id identifier rubyid_select_option'>select_option</span> <span class='id identifier rubyid_e'>e</span> <span class='rbrace'>}</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="select_by-instance_method"> - (<tt>Object</tt>) <strong>select_by</strong>(how, what) </h3><div class="docstring"> <div class="discussion"> <p>Select options by visible text, index or value.</p> <p>When selecting by :text, selects options that display text matching the argument. That is, when given "Bar" this would select an option like:</p> <pre class="code ruby"><code>&lt;option value=&quot;foo&quot;&gt;Bar&lt;/option&gt;</code></pre> <p>When slecting by :value, selects all options that have a value matching the argument. That is, when given "foo" this would select an option like:</p> <pre class="code ruby"><code>&lt;option value=&quot;foo&quot;&gt;Bar&lt;/option&gt;</code></pre> <p>When selecting by :index, selects the option at the given index. This is done by examining the "index" attribute of an element, and not merely by counting.</p> </div> </div> <div class="tags"> <p class="tag_title">Parameters:</p> <ul class="param"> <li> <span class='name'>how</span> <span class='type'>(<tt>:text</tt>, <tt>:index</tt>, <tt>:value</tt>)</span> &mdash; <div class='inline'> <p>How to find the option</p> </div> </li> <li> <span class='name'>what</span> <span class='type'>(<tt><span class='object_link'><a href="../../../String.html" title="String (class)">String</a></span></tt>)</span> &mdash; <div class='inline'> <p>What value to find the option by.</p> </div> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 83 84 85 86 87 88 89 90 91 92 93 94</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 83</span> <span class='kw'>def</span> <span class='id identifier rubyid_select_by'>select_by</span><span class='lparen'>(</span><span class='id identifier rubyid_how'>how</span><span class='comma'>,</span> <span class='id identifier rubyid_what'>what</span><span class='rparen'>)</span> <span class='kw'>case</span> <span class='id identifier rubyid_how'>how</span> <span class='kw'>when</span> <span class='symbol'>:text</span> <span class='id identifier rubyid_select_by_text'>select_by_text</span> <span class='id identifier rubyid_what'>what</span> <span class='kw'>when</span> <span class='symbol'>:index</span> <span class='id identifier rubyid_select_by_index'>select_by_index</span> <span class='id identifier rubyid_what'>what</span> <span class='kw'>when</span> <span class='symbol'>:value</span> <span class='id identifier rubyid_select_by_value'>select_by_value</span> <span class='id identifier rubyid_what'>what</span> <span class='kw'>else</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>can't select options by </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_how'>how</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='rbrace'>}</span><span class='tstring_end'>&quot;</span></span> <span class='kw'>end</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> <div class="method_details "> <h3 class="signature " id="selected_options-instance_method"> - (<tt>Array&lt;<span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span>&gt;</tt>) <strong>selected_options</strong> </h3><div class="docstring"> <div class="discussion"> <p>Get all selected options for this select element</p> </div> </div> <div class="tags"> <p class="tag_title">Returns:</p> <ul class="return"> <li> <span class='type'>(<tt>Array&lt;<span class='object_link'><a href="../Element.html" title="Selenium::WebDriver::Element (class)">Element</a></span>&gt;</tt>)</span> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 47 48 49</pre> </td> <td> <pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/support/select.rb', line 47</span> <span class='kw'>def</span> <span class='id identifier rubyid_selected_options'>selected_options</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_select'>select</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_e'>e</span><span class='op'>|</span> <span class='id identifier rubyid_e'>e</span><span class='period'>.</span><span class='id identifier rubyid_selected?'>selected?</span> <span class='rbrace'>}</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> </div> <div id="footer"> Generated on Thu Jul 19 12:32:29 2012 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.1 (ruby-1.9.3). </div> </body> </html>
templates/game.html
woodcast/BeeHiveMSJ
<html> <head> <meta charset="UTF-8"/> <title>Game</title> <script type="text/javascript"> var ws; var started = false; var finished = false; var myName = "${myName}"; var enemyName = ""; init = function () { ws = new WebSocket("ws://localhost:8080/gameplay"); ws.onopen = function (event) { } ws.onmessage = function (event) { var data = JSON.parse(event.data); if(data.status == "start"){ document.getElementById("wait").style.display = "none"; document.getElementById("gameplay").style.display = "block"; document.getElementById("enemyName").innerHTML = data.enemyName; } if(data.status == "finish"){ document.getElementById("gameOver").style.display = "block"; document.getElementById("gameplay").style.display = "none"; if(data.win) document.getElementById("win").innerHTML = "winner!"; else document.getElementById("win").innerHTML = "loser!"; } if(data.status == "increment" && data.name == "${myName}"){ document.getElementById("myScore").innerHTML = data.score; } if(data.status == "increment" && data.name == document.getElementById("enemyName").innerHTML){ document.getElementById("enemyScore").innerHTML = data.score; } } ws.onclose = function (event) { } }; function sendMessage() { var message = "{}"; ws.send(message); } </script> </head> <body onload="init();"> <div id="body"> <div id="hello"> <p>Hello, ${myName}!</p> </div> <div id="wait"> <p>Prepare yourself. Wait for enemy!</p> </div> <div id="gameplay" style="display: none"> <div id="score"> <p>${myName}: <span id="myScore">0</span></p> <p><span id="enemyName"></span>: <span id="enemyScore">0</span></p> </div> <form name="gamePlay" action=""> <input type="button" name="submit" value="Press to win!" onclick="sendMessage();"/> </form> </div> <div id="gameOver" style="display: none"> <p>Game over! You are <span id="win"></span></p> </div> </div> </body> </html>
third_party/polymer/v0_8/components/iron-flex-layout/iron-flex-layout.html
guorendong/iridium-browser-ubuntu
<!-- @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="../polymer/polymer.html"> <style is="x-style"> * { --layout: { display: -ms-flexbox; display: -webkit-flex; display: flex; } --layout-inline: { display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; } --layout-horizontal: { /* mixin(--layout); */ display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; } --layout-horizontal-reverse: { -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse; } --layout-vertical: { /* mixin(--layout); */ display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } --layout-vertical-reverse: { -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; } --layout-wrap: { -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; } --layout-wrap-reverse: { -ms-flex-wrap: wrap-reverse; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } --layout-flex-auto: { -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; flex: 1 1 auto; } --layout-flex-none: { -ms-flex: none; -webkit-flex: none; flex: none; } --layout-flex: { -ms-flex: 1; -webkit-flex: 1; flex: 1; } --layout-flex-2: { -ms-flex: 2; -webkit-flex: 2; flex: 2; } --layout-flex-3: { -ms-flex: 3; -webkit-flex: 3; flex: 3; } --layout-flex-4: { -ms-flex: 4; -webkit-flex: 4; flex: 4; } --layout-flex-5: { -ms-flex: 5; -webkit-flex: 5; flex: 5; } --layout-flex-6: { -ms-flex: 6; -webkit-flex: 6; flex: 6; } --layout-flex-7: { -ms-flex: 7; -webkit-flex: 7; flex: 7; } --layout-flex-8: { -ms-flex: 8; -webkit-flex: 8; flex: 8; } --layout-flex-9: { -ms-flex: 9; -webkit-flex: 9; flex: 9; } --layout-flex-10: { -ms-flex: 10; -webkit-flex: 10; flex: 10; } --layout-flex-11: { -ms-flex: 11; -webkit-flex: 11; flex: 11; } --layout-flex-12: { -ms-flex: 12; -webkit-flex: 12; flex: 12; } /* alignment in cross axis */ --layout-start: { -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; } --layout-center: { -ms-flex-align: center; -webkit-align-items: center; align-items: center; } --layout-end: { -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; } /* alignment in main axis */ --layout-start-justified: { -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } --layout-center-justified: { -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } --layout-end-justified: { -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } --layout-around-justified: { -ms-flex-pack: around; -webkit-justify-content: space-around; justify-content: space-around; } --layout-justified: { -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } --layout-center-center: { /* mixin(--layout-center --layout-center-justified); */ -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } /* self alignment */ --layout-self-start: { -ms-align-self: flex-start; -webkit-align-self: flex-start; align-self: flex-start; } --layout-self-center: { -ms-align-self: center; -webkit-align-self: center; align-self: center; } --layout-self-end: { -ms-align-self: flex-end; -webkit-align-self: flex-end; align-self: flex-end; } --layout-self-stretch: { -ms-align-self: stretch; -webkit-align-self: stretch; align-self: stretch; } /******************************* Other Layout *******************************/ --layout-block: { display: block; } --layout-invisible: { visibility: hidden !important; } --layout-relative: { position: relative; } --layout-fit: { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } --layout-scroll: { -webkit-overflow-scrolling: touch; overflow: auto; } /* fixed position */ --layout-fixed-bottom:, --layout-fixed-left:, --layout-fixed-right:, --layout-fixed-top: { position: fixed; } --layout-fixed-top: { top: 0; left: 0; right: 0; } --layout-fixed-right: { top: 0; right: 0; bottom: 0; } --layout-fixed-bottom: { right: 0; bottom: 0; left: 0; } --layout-fixed-left: { top: 0; bottom: 0; left: 0; } } </style>
core/standards/wf1/interactive/form-events-004.html
frivoal/presto-testo
<!DOCTYPE html> <title>form onmouseup</title> <p>Release the left mouse button over the text below. The word "PASS" should appear.</p> <form onmouseup="document.getElementById('result').innerHTML = 'PASS'"> <p id="p">Release left mouse button over me!</p> </form> <p id="result"></p>
LayoutTests/fast/multicol/table-cell-content-change.html
modulexcite/blink
<!DOCTYPE html> <html> <head> <script> function test() { document.body.offsetTop; // trigger layout document.getElementById('elm').style.display = 'block'; } </script> </head> <body onload="test()"> <h3>Changing the contents of a table cell, increasing column height</h3> <p>You should see the text "first column" once in the first column, and the text "second column" twice in the second column.</p> <div style="-webkit-columns:2; columns:2; x-webkit-column-rule:1px solid; xcolumn-rule:1px solid; orphans:1; widows:1; xbackground:yellow;"> <!-- FIXME: should ideally paint background and column rules here, to measure the column height, but the balancing machinery in the old multicol implementation doesn't do it properly. See crbug.com/352052 --> <div style="display:table-row;"> first column <div style="height:0.1em;"></div> </div> <div style="display:table-row;"> second column <div id="elm" style="display:none;">second column</div> </div> </div> </body> </html>
content/test/data/accessibility/html/id.html
scheib/chromium
<!DOCTYPE html> <!-- @MAC-ALLOW:AXDOMIdentifier --> <html> <body> <p>No id</p> <p id="para2">Has id</p> </body> </html>
content/test/data/accessibility/aria/aria-main.html
scheib/chromium
<!-- @MAC-ALLOW:AXRoleDescription @MAC-ALLOW:AXSubrole @WIN-ALLOW:xml-roles:* @AURALINUX-ALLOW:xml-roles:* --> <!DOCTYPE html> <html> <body> <div role="main"></div> </body> </html>
chromium/chrome/test/data/thumbnail_capture/push_state_after_onload.html
ric2b/Vivaldi-browser
<html> <body> <script type="text/javascript"> window.onload = function () { setTimeout(push); }; function push() { window.history.pushState({}, "", "foo.html"); } </script> </body> </html>
DNN Platform/Modules/PreviewProfileManagement/module.css
JoshuaBradley/Dnn.Platform
.dnnFormSectionHead{ position: relative;} .dnnFormSectionHead span{ font-size: 12px;font-family: Arial;font-weight: normal;display: inline-block;border-left:3px #F00 solid;padding-left: 5px;position: absolute;right: 0;} div.dnnAddProfile{ padding: 0 0 10px 2%;margin-bottom: 10px;border-bottom: 1px solid #e0e0e0;height: 100%;width: 100%;} div.dnnAddProfile .dnnFormItem .dnnPrimaryAction{margin-left: 10px;} div.dnnAddProfile .dnnFormItem .dnnPrimaryAction{ margin-top: 23px;} a.delete { background-image: url(../../icons/sigma/delete_16X16_standard.png); display: block; width: 15px; height: 15px; background-repeat: no-repeat; } table.dnnGrid .dnnFormItem{ text-align: center;} table.dnnGrid .dnnGridItem{ height: 30px;} table.dnnGrid .userAgent{ width: 200px;} /* clean some form style */ .dnnLabel + span { display: inline-block; margin-top: 6px; margin-bottom: 8px; } .dnnFormItem input[type="checkbox"] + span, .dnnFormItem input[type="radio"] + span { display: inline-block; margin: 6px 5px 6px 5px; width: auto; } .dnnFixedSizeComboBox{ width: 200px !important; margin-right: 10px; float: left; } .dnnFixedSizeComboBox + a.dnnSecondaryAction{ float: left; margin-right: 10px; padding: 6px 6px; } .dnnGrid{ border:1px solid #c9c9c9; } /* remove td left/right border */ td.dnnGridHeaderTD-NoBorder{ border-right: none !important; } tr.dnnGridItem td, tr.dnnGridAltItem td{ border-right: none; } tr.dnnGridItem td input{ margin-bottom: 0; white-space:pre-line; } span.CommandButton input[type="image"]{ display: none; } span.CommandButton{ border: none; } a.CommandButton{ background: whiteSmoke; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,whiteSmoke), color-stop(100%,#DFDFDF)); -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1); box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1); text-shadow: 0px 1px 0px white; color: #555; display: inline-block; padding: 9px 9px; cursor: pointer; border: 1px solid #C2C2C2; background: #EAEAEA; -webkit-border-radius: 3px; border-radius: 3px; color: #666; font-weight: bold; text-decoration: none; } .RadComboBox_Default .rcbInput { width: 100% !important; } .RadGrid img{ max-width: 50px !important; }
spec/dummy_app/public/new_content.html
gsmendoza/napybara
New content.
pcap/libc/unix/notbsd/fn.shmctl.html
ebfull/ebfull.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../libc/fn.shmctl.html"> </head> <body> <p>Redirecting to <a href="../../../libc/fn.shmctl.html">../../../libc/fn.shmctl.html</a>...</p> <script>location.replace("../../../libc/fn.shmctl.html" + location.search + location.hash);</script> </body> </html>
source/theme/templates/banner.html
lukyers/fullstackpython.com
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> <div class="container"> <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2> </div> </div>
thirdparty/arduino/reference/www.arduino.cc/en/Reference/RobotMotorsWrite.html
Open-farm/openfarm-core-avr
<!DOCTYPE html> <!--html5--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <!-- Mirrored from www.arduino.cc/en/Reference/RobotMotorsWrite by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:08:06 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8" /> <title>Arduino - RobotMotorsWrite </title> <link rel="shortcut icon" type="image/x-icon" href="../favicon.png" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <link rel="stylesheet" href="../../fonts/fonts.css" type="text/css" /> <link rel="stylesheet" href="../../css/arduino-icons.css"> <link rel="stylesheet" href="../../css/animation.css"><!--[if IE 7]> <link rel="stylesheet" href="//arduino.cc/css/arduino-icons-ie7.css"><![endif]--> <!--[if gte IE 9]><!--> <link rel='stylesheet' href='../../css/foundation2.css' type='text/css' /> <!--<![endif]--> <!--[if IE 8]> <link rel='stylesheet' href='//arduino.cc/css/foundation_ie8.css' type='text/css' /> <![endif]--> <link rel='stylesheet' href='../../css/arduino_code_highlight.css' type='text/css' /> <link rel="stylesheet" type="text/css" media="screen" href="../../css/typeplate.css"> <link rel='stylesheet' href='../pub/skins/arduinoWide_SSO/css/arduinoWide_SSO.css' type='text/css' /> <link rel='stylesheet' href='../../css/common.css' type='text/css' /> <link rel="stylesheet" href="../../css/download_page.css" /> <link href="https://plus.google.com/114839908922424087554" rel="publisher" /> <!-- embedded JS and CSS from PmWiki plugins --> <!--HeaderText--><style type='text/css'><!-- ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; } code { white-space: nowrap; } .vspace { margin-top:1.33em; } .indent { margin-left:40px; } .outdent { margin-left:40px; text-indent:-40px; } a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; } a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; } img { border:0px; } span.anchor { float: left; font-size: 10px; margin-left: -10px; width: 10px; position:relative; top:-0.1em; text-align: center; } span.anchor a { text-decoration: none; } span.anchor a:hover { text-decoration: underline; } ol.toc { text-indent:-20px; list-style: none; } ol.toc ol.toc { text-indent:-40px; } div.tocfloat { font-size: smaller; margin-bottom: 10px; border-top: 1px dotted #555555; border-bottom: 1px dotted #555555; padding-top: 5px; padding-bottom: 5px; width: 38%; float: right; margin-left: 10px; clear: right; margin-right:-13px; padding-right: 13px; padding-left: 13px; background-color: #eeeeee; } div.toc { font-size: smaller; padding: 5px; border: 1px dotted #cccccc; background: #f7f7f7; margin-bottom: 10px; } div.toc p { background-color: #f9f6d6; margin-top:-5px; padding-top: 5px; margin-left:-5px; padding-left: 5px; margin-right:-5px; padding-right: 5px; padding-bottom: 3px; border-bottom: 1px dotted #cccccc; }.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; } table.markup { border: 2px dotted #ccf; width:90%; } td.markup1, td.markup2 { padding-left:10px; padding-right:10px; } td.markup1 { border-bottom: 1px solid #ccf; } div.faq { margin-left:2em; } div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; } div.faq hr { margin-left: -2em; } .frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; } .lfloat { float:left; margin-right:0.5em; } .rfloat { float:right; margin-left:0.5em; } a.varlink { text-decoration:none; } /** * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) */ .arduino {font-family:monospace;} .arduino .imp {font-weight: bold; color: red;} .arduino .kw1 {color: #CC6600;} .arduino .kw2 {color: #006699;} .arduino .kw3 {color: #CC6600; font-weight: bold;} .arduino .co1 {color: #7E7E7E; font-style: italic;} .arduino .co2 {color: #7E7E7E;} .arduino .coMULTI {color: #7E7E7E; font-style: italic;} .arduino .es0 {color: #000099; font-weight: bold;} .arduino .es1 {color: #000099; font-weight: bold;} .arduino .es2 {color: #660099; font-weight: bold;} .arduino .es3 {color: #660099; font-weight: bold;} .arduino .es4 {color: #660099; font-weight: bold;} .arduino .es5 {color: #006699; font-weight: bold;} .arduino .br0 {color: #000000;} .arduino .sy0 {color: #000000;} .arduino .st0 {color: #0066CC;} .arduino .nu0 {color: #000000;} .arduino .nu6 {color: #208080;} .arduino .nu8 {color: #208080;} .arduino .nu12 {color: #208080;} .arduino .nu16 {color:#800080;} .arduino .nu17 {color:#800080;} .arduino .nu18 {color:#800080;} .arduino .nu19 {color:#800080;} .arduino .me1 {color: #ff1493;} .arduino .me2 {color: #ff1493;} .arduino span.xtra { display:block; } .sourceblocklink { text-align: right; font-size: smaller; } .sourceblocktext { padding: 0.5em; color: #000000; background-color: #ECF1F1; } .sourceblock .sourceblocktext .arduino { font-family: 'TyponineSans Monospace Regular 4'; font-size: 14px; line-height: 18px; } code { background-color: #ECF1F1; font-size: 15px; line-height: 19px; padding: 2px 10px 5px 10px; } .sourceblocktext div { font-family: monospace; font-size: small; line-height: 1; height: 1%; } .sourceblocktext div.head, .sourceblocktext div.foot { font: italic medium serif; padding: 0.5em; } --></style><script type="text/javascript"> function toggle(obj) { var elstyle = document.getElementById(obj).style; var text = document.getElementById(obj + "tog"); if (elstyle.display == 'none') { elstyle.display = 'block'; text.innerHTML = "hide"; } else { elstyle.display = 'none'; text.innerHTML = "show"; } } </script><script src="http://www.arduino.cc/en/pub/galleria/galleria-1.2.6.min.js"></script><script type="text/javascript">Galleria.loadTheme("http://www.arduino.cc/en/pub/galleria/themes/classic/galleria.classic.min.js");</script> <meta name='robots' content='index,follow' /> <script src="http://arduino.cc/js/vendor/custom.modernizr.js"></script> <!-- do not remove none of those lines, comments embedding in pages will break! --> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script> <script src="http://arduino.cc/en/pub/js/newsletter_subscribe_popup.js" type="text/javascript"></script> <script src="https://checkout.stripe.com/checkout.js" type="text/javascript"></script> <script src="https://www.arduino.cc/en/pub/js/software_download.js" type="text/javascript"></script><!-- keep https! --> <link rel='stylesheet' href='../../../code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.min.css' type='text/css' /> </head> <body> <div id="menuWings" class="fixed"></div> <div id="page"> <script> var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase(); if(userAgent.indexOf('mac')>0){ $("head").append('<style type="text/css">@-moz-document url-prefix() {h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, th a, th a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #wikitext h2 a:hover, #wikitext h3 a:hover, #wikitext h4 a:hover {padding-bottom: 0.5em!important;} #pageheader .search input{font-family: "TyponineSans Regular 18";} #pagefooter .monospace{margin-top: -4px;} #navWrapper ul.left &gt; li{margin-top: -2px; padding-bottom: 2px;}#navWrapper ul.right &gt; li{margin-top: -5px; padding-bottom: 5px;}#navWrapper ul.right &gt; li ul{margin-top: 4px;} .slider-container .fixed-caption p{padding:8px 0 14px 0}}</style>'); } </script> <!--[if IE]> <link rel='stylesheet' href='https://id.arduino.cc//css/ie-monospace.css' type='text/css' /> <![endif]--> <div id="menuWings" class="fixed"></div> <!--[if IE 8]> <div class="alert-box panel ie8alert"> <p><strong>Arduino.cc offers limited compatibility for Internet Explorer 8. Get a modern browser as Chrome, Firefox or Safari.</strong></p> <a href="" class="close">&times;</a> </div> <![endif]--> <div id="pageheader"> <div class="row" class="contain-to-grid"> <div class="small-6 large-8 eight columns"> <div class="title"><a href="http://www.arduino.cc/">Arduino</a></div> </div> <div class="small-6 large-4 four columns search"> <div class="row collapse"> <form method="GET" action="http://www.google.com/search"> <div class="small-12 twelve columns"> <i class="icon-search-2"></i> <input type="hidden" name="ie" value="UTF-8"> <input type="hidden" name="oe" value="UTF-8"> <input type="text" name="q" size="25" maxlength="255" value="" placeholder="Search the Arduino Website"> <input type="submit" name="btnG" VALUE="search"> <input type="hidden" name="domains" value="http://www.arduino.cc"> <input type="hidden" name="sitesearch" value="http://www.arduino.cc"> </div> </form> </div> </div> </div> <!--[if gte IE 9]><!--> <div id="navWrapper" class="sticky"> <!--<![endif]--> <!--[if IE 8]> <div id="navWrapper"> <![endif]--> <nav class="top-bar" data-options="is_hover:true" > <ul class="title-area"> <li class="name"></li> </ul> <section class="top-bar-section"> <ul class="left"> <li id="navLogo"> <a href="http://www.arduino.cc/"> <img src="../../img/logo_46.png" alt="userpicture" /> </a> </li> <li id="navHome"><a href="http://www.arduino.cc/">Home</a></li> <li><a href="http://store.arduino.cc/">Buy</a></li> <li><a href="http://www.arduino.cc/en/Main/Software">Download</a></li> <li class="has-dropdown"><a href="#">Products</a> <ul class="dropdown"> <li><a href="http://www.arduino.cc/en/Main/Products">Arduino <span class="menudescription">(USA only)</span></a></li> <li><a href="http://www.arduino.cc/en/Main/GenuinoProducts">Genuino <span class="menudescription">(outside USA)</span></a></li> <li><a href="http://www.arduino.cc/en/ArduinoAtHeart/Products">AtHeart</a></li> <li><a href="http://www.arduino.cc/en/ArduinoCertified/Products">Certified</a></li> </ul> </li> <li class="has-dropdown active"><a href="#">Learning</a> <ul class="dropdown"> <li><a href="http://www.arduino.cc/en/Guide/HomePage">Getting started</a></li> <li><a href="http://www.arduino.cc/en/Tutorial/HomePage">Tutorials</a></li> <li><a href="HomePage.html">Reference</a></li> <li><a href="http://www.arduino.cc/en/Main/CTCprogram">CTC Program</a></li> <li><a href="http://playground.arduino.cc/">Playground</a></li> </ul> </li> <li><a href="http://forum.arduino.cc/">Forum</a></li> <li class="has-dropdown"><a href="#">Support</a> <ul class="dropdown"> <li><a href="http://www.arduino.cc/en/Main/FAQ">FAQ</a></li> <li><a href="http://www.arduino.cc/en/ContactUs">Contact Us</a></li> </ul> </li> <li><a href="http://blog.arduino.cc/">Blog</a></li> </ul> <ul class="right"> <li><a href="https://id.arduino.cc/auth/login/?returnurl=http%3A%2F%2Fwww.arduino.cc%2Fen%2FReference%2FRobotMotorsWrite" class="cart">LOG IN</a></li> <li><a href="https://id.arduino.cc/auth/signup" class="cart">SIGN UP</a></li> </ul> </section> </nav> </div> </div> <br class="clear"/> <div id="pagetext"> <!--PageText--> <div id='wikitext'> <p><strong>Reference</strong> &nbsp; <a class='wikilink' href='HomePage.html'>Language</a> | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a> </p> <p class='vspace'></p><p><a class='wikilink' href='RobotLibrary.html'>Robot</a> </p> <p class='vspace'></p><h2>motorsWrite()</h2> <h4>Description</h4> <p>Controls the speed and direction of the two motors connected to the robot's wheels. <code>motorsWrite()</code> needs values between -255 and 255. If the value is greater than 0, the wheel turns forward. If less than 0, the motor turns backwards. </p> <p class='vspace'></p><h4>Syntax</h4> <p>Robot.motorsWrite(speedLeft, speedRight) </p> <p class='vspace'></p><h4>Parameters</h4> <ul><li>speedLeft: the speed of left wheel </li><li>speedRight: the speed of right wheel </li></ul><p class='vspace'></p><h4>Returns</h4> <p>none </p> <p class='vspace'></p><h4>Examples</h4> <p> <div class='sourceblock ' id='sourceblock1'> <div class='sourceblocktext'><div class="arduino"><span class="co2">#include &lt;ArduinoRobot.h&gt;</span><br /> <br /> <span class="kw1">void</span> <span class="kw3">setup</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br /> &nbsp; Robot.<span class="kw1">begin</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> <span class="br0">&#125;</span><br /> <span class="kw1">void</span> <span class="kw3">loop</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br /> &nbsp; Robot.<span class="me1">motorsWrite</span><span class="br0">&#40;</span><span class="nu0">255</span><span class="sy0">,</span><span class="nu0">255</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">//Make the robot go forward, full speed</span><br /> &nbsp; <span class="kw1">delay</span><span class="br0">&#40;</span><span class="nu0">1000</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> &nbsp; Robot.<span class="me1">motorsWrite</span><span class="br0">&#40;</span><span class="nu0">0</span><span class="sy0">,</span><span class="nu0">0</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">//Make the robot stop</span><br /> &nbsp; <span class="kw1">delay</span><span class="br0">&#40;</span><span class="nu0">1000</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> &nbsp; Robot.<span class="me1">motorsWrite</span><span class="br0">&#40;</span><span class="nu0">255</span><span class="sy0">,-</span><span class="nu0">255</span><span class="br0">&#41;</span><span class="sy0">;</span><span class="co1">//Make the robot rotate right, full speed</span><br /> &nbsp; <span class="kw1">delay</span><span class="br0">&#40;</span><span class="nu0">1000</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> &nbsp; Robot.<span class="me1">motorsWrite</span><span class="br0">&#40;</span><span class="nu0">0</span><span class="sy0">,</span><span class="nu0">0</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">//Make the robot stop</span><br /> &nbsp; <span class="kw1">delay</span><span class="br0">&#40;</span><span class="nu0">1000</span><span class="br0">&#41;</span><span class="sy0">;</span><br /> <span class="br0">&#125;</span></div></div> <div class='sourceblocklink'><a href='http://www.arduino.cc/en/Reference/RobotMotorsWrite?action=sourceblock&amp;num=1' type='text/plain'>[Get Code]</a></div> </div> </p> <p class='vspace'></p><h4>See also</h4> <ul><li><a class='wikilink' href='RobotMotorsStop.html'>motorsStop</a>() </li><li><a class='wikilink' href='RobotTurn.html'>turn</a>() </li><li><a class='wikilink' href='RobotPointTo.html'>pointTo</a>() </li></ul><p><a class='wikilink' href='HomePage.html'>Reference Home</a> </p> <p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://arduino.cc/forum/index.php/board,23.0.html' rel='nofollow'>Forum</a>.</em> </p> <p class='vspace'></p><p>The text of the Arduino reference is licensed under a <a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>. Code samples in the reference are released into the public domain. </p> </div> <!-- AddThis Button Style BEGIN --> <style> .addthis_toolbox { margin: 2em 0 1em; } .addthis_toolbox img { float: left; height: 25px; margin-right: 10px; width: auto; } .addthis_toolbox .social-container { float: left; height: 27px; width: auto; } .addthis_toolbox .social-container .social-content { float: left; margin-top: 2px; max-width: 0; overflow: hidden; -moz-transition: max-width .3s ease-out; -webkit-transition: max-width .3s ease-out; -o-transition: max-width .3s ease-out; transition: max-width .3s ease-out; } .addthis_toolbox .social-container:hover .social-content { max-width: 100px; -moz-transition: max-width .2s ease-in; -webkit-transition: max-width .2s ease-in; -o-transition: max-width .2s ease-in; transition: max-width .2s ease-in; } .addthis_toolbox .social-container .social-content a { float: left; margin-right: 5px; } .addthis_toolbox h3 { font-size: 24px; text-align: left; } </style> <!-- AddThis Button Style END --> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style"> <h3>Share</h3> <!-- FACEBOOK --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/facebook.png" /> <div class="social-content"> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> </div> </div> <!-- TWITTER --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/twitter.png"> <div class="social-content"> <a class="addthis_button_tweet"></a> </div> </div> <!-- PINTEREST --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/pinterest.png"> <div class="social-content"> <a class="addthis_button_pinterest_pinit" pi:pinit:url="//www.addthis.com/features/pinterest" pi:pinit:media="//www.addthis.com/cms-content/images/features/pinterest-lg.png"></a> </div> </div> <!-- G+ --> <div class="social-container"> <img src="../pub/skins/arduinoWide_SSO/img/gplus.png"> <div class="social-content"> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> </div> </div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50573fab238b0d34"></script> </div> <!-- AddThis Button END --> </div> <!-- eof pagetext --> </div> <!-- eof page --> <!--PageFooterFmt--> <div id="pagefooter"> <div id="newsletterModal" class="reveal-modal small"> <form action="http://www.arduino.cc/subscribe.php" method="post" name="sendy-subscribe-form" id="sendy-subscribe-form" class="form-popup"> <div class="modalHeader"> <h3 style="line-height: 1.8rem;" class="modal-header-alt">This link has expired. <br>Please re-subscribe to our Newsletters.</h3> <h3 class="modal-header-main">Subscribe to our Newsletters</h3> </div> <div class="modalBody" id="newsletterModalBody"> <div id="newsletterEmailField" class="row" style="padding-left: 0"> <div class="large-2 columns"> <label for="email" class="newsletter-form-label inline">Email</label> </div> <div class="large-10 columns" style="padding-left: 0"> <input placeholder="Enter your email address" type="email" name="email" class="subscribe-form-input" /> <p id="emailMissing" class="newsletterPopupError">Please enter a valid email to subscribe</p> </div> </div> <div style="margin-left:20px"> <div style="margin-bottom:0.3em"> <input style="display:none" type="checkbox" checked name="list[]" value="arduino_newsletter_id" id="worldwide" class="newsletter-form-checkbox" /> <label for="worldwide"></label> <div style="display:inline-block" class="newsletter-form-label">Arduino Newsletter</div> </div> <div> <input style="display:none" type="checkbox" checked name="list[]" value="arduino_store_newsletter_id" id="store" class="newsletter-form-checkbox" /> <label for="store"></label> <div style="display:inline-block" class="newsletter-form-label">Arduino Store Newsletter</div> </div> </div> <div> <p class="newsletterPopupError2" id="newsletterSubscribeStatus"></p> </div> </div> <div class="row modalFooter"> <div class="form-buttons-row"> <button type="button" value="Cancel" class="popup-form-button white cancel-modal close-reveal-modal">Cancel</button> <button type="submit" name="Subscribe" id="subscribe-submit-btn" class="popup-form-button">Next</button> </div> </div> </form> <!-- step 2, confirm popup --> <div class="confirm-popup" style="margin-bottom:1em"> <div class="modalHeader"> <h3>Confirm your email address</h3> </div> <div class="modalBody" id="newsletterModalBody" style="padding-right:1em;margin-bottom:0"> <p style="margin-bottom:1em;font-size:15px"> We need to confirm your email address.<br> To complete the subscription, please click the link in the email we just sent you. </p> <p style="margin-bottom:1em;font-size:15px"> Thank you for subscribing! </p> <p style="margin-bottom:1em;font-size:15px"> Arduino<br> via Egeo 16<br> Torino, 10131<br> Italy<br> </p> </div> <div class="row modalFooter"> <div class="form-buttons-row"> <button name="Ok" class="popup-form-button" id="close-confirm-popup">Ok</button> </div> </div> </div> </div> <div id="pagefooter" class="pagefooter"> <div class="row"> <div class="large-8 eight columns"> <div class="large-4 four columns newsletter-box"> <!-- Begin Sendy Signup Form --> <h6>Newsletter</h6> <div> <input type="email" name="email" class="email" id="sendy-EMAIL" placeholder="Enter your email to sign up"> <i class="icon-right-small"></i> <input value="Subscribe" name="subscribe" id="sendy-subscribe" class="newsletter-button"> </div> <!--End sendy_embed_signup--> </div> <div class="clearfix"></div> <ul class="inline-list"> <li class="monospace">&copy;2015 Arduino</li> <li><a href="http://www.arduino.cc/en/Main/CopyrightNotice">Copyright Notice</a></li> <li><a href='http://www.arduino.cc/en/Main/ContactUs'>Contact us</a></li> <li><a href='http://www.arduino.cc/en/Main/AboutUs'>About us</a></li> <li><a href='http://www.arduino.cc/Careers'>Careers</a></li> </ul> </div> <div class="large-4 four columns"> <ul id="arduinoSocialLinks" class="arduino-social-links"> <li> <a href="https://twitter.com/arduino"> <img src="../../img/twitter.png" /> </a> </li> <li> <a href="https://www.facebook.com/official.arduino"> <img src="../../img/facebook.png" /> </a> </li> <li> <a href="https://plus.google.com/+Arduino"> <img src="../../img/gplus.png" /> </a> </li> <li> <a href="https://www.flickr.com/photos/arduino_cc"> <img src="../../img/flickr.png" /> </a> </li> <li> <a href="https://youtube.com/arduinoteam"> <img src="../../img/youtube.png" /> </a> </li> </ul> </div> </div> </div> </div> <!--/PageFooterFmt--> <!--[if gte IE 9]><!--> <script src="http://arduino.cc/js/foundation.min.js"></script> <script src="http://arduino.cc/js/foundation.topbar.custom.js"></script> <script> $(document).foundation(); </script> <!--<![endif]--> <!--[if IE 8]> <script src="//arduino.cc/js/foundation_ie8.min.js"></script> <script src="//arduino.cc/js/ie8/jquery.foundation.orbit.js"></script> <script src="//arduino.cc/js/ie8/jquery.foundation.alerts.js"></script> <script src="//arduino.cc/js/app.js"></script> <script> $(window).load(function(){ $("#featured").orbit(); }); </script> <![endif]--> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22581631-3']); _gaq.push(['_setDomainName', 'arduino.cc']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script> $(window).load(function(){ $('a').each (function () { href = $(this).attr ('href'); if (href !== undefined && href.substring (0, 4) == 'http' && href.indexOf ('https://www.arduino.cc/en/Reference/arduino.cc') == -1) $(this).attr ('target', '_blank'); }); // js for language dropdown $('.language-dropdown .current').on('click', function(e){ e.stopPropagation(); $('.language-dropdown ul').toggle(); }); $('.language-dropdown .selector').on('click', function(e){ e.stopPropagation(); $('.language-dropdown ul').toggle(); }); $(document).on('click', function(){ $('.language-dropdown ul:visible').hide(); }); $('.language-dropdown li a').on('click', function(e){ $('.language-dropdown .current').text($(this).text()); }); //js for product pages navbar var menu = $(".product-page-nav"); var menuItems = menu.find("a"); var timeoutId = null; var limitTop = 600; var menuOffset = $('.product-page-nav li').first().offset(); if(menuOffset) { limitTop = menuOffset.top; } var limitBottom = $('.addthis_toolbox').offset().top; var activateSection = function($sectionToActivate) { var label=$sectionToActivate.attr('label'); $(".product-page-nav").find('li').removeClass('active'); $sectionToActivate.addClass('active'); }; menuItems.click(function(e){ e.preventDefault(); var href = $(this).attr("href"), offsetTop = href === "#" ? 0 : $(href).offset().top, adjust = 0; if($(this).parent('li').hasClass('active') === false) { adjust = 80; $('html, body').animate({ scrollTop: offsetTop - adjust }, 1500, 'easeOutExpo'); } }); $(window).scroll(function () { var windscroll = $(window).scrollTop(); if(windscroll < limitTop) { $('.menu').removeClass('sticky'); $('.menu').removeClass('fixed'); } else { $('.menu').addClass('sticky'); } var menuEdgeBottomOffset = $('.menu.columns').offset(); var menuEdgeBottom = 0; if(menuEdgeBottomOffset) { menuEdgeBottom = menuEdgeBottomOffset.top + $('.menu.columns').height(); } if(menuEdgeBottom > limitBottom) { $('.menu').fadeOut(); } else { $('.menu').fadeIn(); } menuItems.each(function(i) { var href = $(this).attr("href"); if ($(href).offset().top <= windscroll + 150) { if(timeoutId) { clearTimeout(timeoutId); } timeoutId = setTimeout(activateSection, 60, $(".product-page-nav").find('li').eq(i)); } }); }); }); </script> </body> <!-- Mirrored from www.arduino.cc/en/Reference/RobotMotorsWrite by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:08:06 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> </html>
myodd/boost/libs/context/doc/html/context/abstract_context/stack/segmented.html
FFMG/myoddweb.piger
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class segmented_stack</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Context"> <link rel="up" href="../stack.html" title="Stack allocation"> <link rel="prev" href="fixedsize.html" title="Class fixedsize_stack"> <link rel="next" href="stack_traits.html" title="Class stack_traits"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="fixedsize.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stack.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stack_traits.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="context.abstract_context.stack.segmented"></a><a class="link" href="segmented.html" title="Class segmented_stack">Class <span class="emphasis"><em>segmented_stack</em></span></a> </h4></div></div></div> <p> <span class="bold"><strong>Boost.Context</strong></span> supports usage of a <span class="emphasis"><em>segmented_stack</em></span>, e. g. the size of the stack grows on demand. The coroutine is created with a minimal stack size and will be increased as required. Class <span class="emphasis"><em>segmented_stack</em></span> models the <span class="emphasis"><em>stack-allocator concept</em></span>. In contrast to <span class="emphasis"><em>protected_fixedsize_stack</em></span> and <span class="emphasis"><em>fixedsize_stack</em></span> it creates a stack which grows on demand. </p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> Segmented stacks are currently only supported by <span class="bold"><strong>gcc</strong></span> from version <span class="bold"><strong>4.7</strong></span> <span class="bold"><strong>clang</strong></span> from version <span class="bold"><strong>3.4</strong></span> onwards. In order to use a __segmented_stack__ <span class="bold"><strong>Boost.Context</strong></span> must be built with <span class="bold"><strong>toolset=gcc segmented-stacks=on</strong></span> at b2/bjam command-line. Applications must be compiled with compiler-flags <span class="bold"><strong>-fsplit-stack -DBOOST_USE_SEGMENTED_STACKS</strong></span>. </p></td></tr> </table></div> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">context</span><span class="special">/</span><span class="identifier">segmented_stack</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">traitsT</span> <span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">basic_segmented_stack</span> <span class="special">{</span> <span class="keyword">typedef</span> <span class="identifier">traitT</span> <span class="identifier">traits_type</span><span class="special">;</span> <span class="identifier">basic_segmented_stack</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">size</span> <span class="special">=</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">default_size</span><span class="special">());</span> <span class="identifier">stack_context</span> <span class="identifier">allocate</span><span class="special">();</span> <span class="keyword">void</span> <span class="identifier">deallocate</span><span class="special">(</span> <span class="identifier">stack_context</span> <span class="special">&amp;);</span> <span class="special">}</span> <span class="keyword">typedef</span> <span class="identifier">basic_segmented_stack</span><span class="special">&lt;</span> <span class="identifier">stack_traits</span> <span class="special">&gt;</span> <span class="identifier">segmented_stack</span><span class="special">;</span> </pre> <h6> <a name="context.abstract_context.stack.segmented.h0"></a> <span><a name="context.abstract_context.stack.segmented._code__phrase_role__identifier__stack_context__phrase___phrase_role__identifier__allocate__phrase__phrase_role__special______phrase___code_"></a></span><a class="link" href="segmented.html#context.abstract_context.stack.segmented._code__phrase_role__identifier__stack_context__phrase___phrase_role__identifier__allocate__phrase__phrase_role__special______phrase___code_"><code class="computeroutput"><span class="identifier">stack_context</span> <span class="identifier">allocate</span><span class="special">()</span></code></a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">Preconditions:</span></dt> <dd><p> <code class="computeroutput"><span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">minimum</span><span class="special">:</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&lt;=</span> <span class="identifier">size</span></code> and <code class="computeroutput"><span class="special">!</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">is_unbounded</span><span class="special">()</span> <span class="special">&amp;&amp;</span> <span class="special">(</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">maximum</span><span class="special">:</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&gt;=</span> <span class="identifier">size</span><span class="special">)</span></code>. </p></dd> <dt><span class="term">Effects:</span></dt> <dd><p> Allocates memory of at least <code class="computeroutput"><span class="identifier">size</span></code> Bytes and stores a pointer to the stack and its actual size in <code class="computeroutput"><span class="identifier">sctx</span></code>. Depending on the architecture (the stack grows downwards/upwards) the stored address is the highest/lowest address of the stack. </p></dd> </dl> </div> <h6> <a name="context.abstract_context.stack.segmented.h1"></a> <span><a name="context.abstract_context.stack.segmented._code__phrase_role__keyword__void__phrase___phrase_role__identifier__deallocate__phrase__phrase_role__special_____phrase___phrase_role__identifier__stack_context__phrase___phrase_role__special___amp___phrase___phrase_role__identifier__sctx__phrase__phrase_role__special_____phrase___code_"></a></span><a class="link" href="segmented.html#context.abstract_context.stack.segmented._code__phrase_role__keyword__void__phrase___phrase_role__identifier__deallocate__phrase__phrase_role__special_____phrase___phrase_role__identifier__stack_context__phrase___phrase_role__special___amp___phrase___phrase_role__identifier__sctx__phrase__phrase_role__special_____phrase___code_"><code class="computeroutput"><span class="keyword">void</span> <span class="identifier">deallocate</span><span class="special">(</span> <span class="identifier">stack_context</span> <span class="special">&amp;</span> <span class="identifier">sctx</span><span class="special">)</span></code></a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">Preconditions:</span></dt> <dd><p> <code class="computeroutput"><span class="identifier">sctx</span><span class="special">.</span><span class="identifier">sp</span></code> is valid, <code class="computeroutput"><span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">minimum</span><span class="special">:</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&lt;=</span> <span class="identifier">sctx</span><span class="special">.</span><span class="identifier">size</span></code> and <code class="computeroutput"><span class="special">!</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">is_unbounded</span><span class="special">()</span> <span class="special">&amp;&amp;</span> <span class="special">(</span> <span class="identifier">traits_type</span><span class="special">::</span><span class="identifier">maximum</span><span class="special">:</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&gt;=</span> <span class="identifier">sctx</span><span class="special">.</span><span class="identifier">size</span><span class="special">)</span></code>. </p></dd> <dt><span class="term">Effects:</span></dt> <dd><p> Deallocates the stack space. </p></dd> </dl> </div> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p> If the library is compiled for segmented stacks, __segmented_stack__ is the only available stack allocator. </p></td></tr> </table></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; 2014 Oliver Kowalke<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="fixedsize.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stack.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stack_traits.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
components/com_jce/editor/tiny_mce/plugins/clipboard/css/blank.css
jamielaff/als_resourcing
/*JCE Editor - 2.5.2 | 05 June 2015 | http://www.joomlacontenteditor.net | Copyright (C) 2006 - 2015 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html*/ body{background-color:white;color:black;padding:2px;text-align:left;}
sites/all/libraries/fontawesome/src/3.2.1/icon/lemon/index.html
ehazell/AWBA
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8" /> <title>icon-lemon: Font Awesome Icons</title> <meta name="description" content="Font Awesome, the iconic font designed for Bootstrap"> <meta name="author" content="Dave Gandy"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--<meta name="viewport" content="initial-scale=1; maximum-scale=1">--> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- CSS ================================================== --> <link rel="stylesheet" href="../../assets/css/site.css"> <link rel="stylesheet" href="../../assets/css/pygments.css"> <link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome.css"> <!--[if IE 7]> <link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome-ie7.css"> <![endif]--> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> <script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30136587-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body data-spy="scroll" data-target=".navbar"> <div class="wrapper"> <!-- necessary for sticky footer. wrap all content except footer --> <div class="navbar navbar-inverse navbar-static-top hidden-print"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="../../"><i class="icon-flag"></i> Font Awesome</a> <div class="nav-collapse collapse"> <ul class="nav"> <li class="hidden-tablet "><a href="../../">Home</a></li> <li><a href="../../get-started/">Get Started</a></li> <li class="dropdown-split-left"><a href="../../icons/">Icons</a></li> <li class="dropdown dropdown-split-right hidden-phone"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-caret-down"></i> </a> <ul class="dropdown-menu pull-right"> <li><a href="../../icons/"><i class="icon-flag icon-fixed-width"></i>&nbsp; Icons</a></li> <li class="divider"></li> <li><a href="../../icons/#new"><i class="icon-shield icon-fixed-width"></i>&nbsp; New Icons in 3.2.1</a></li> <li><a href="../../icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i>&nbsp; Web Application Icons</a></li> <li><a href="../../icons/#currency"><i class="icon-won icon-fixed-width"></i>&nbsp; Currency Icons</a></li> <li><a href="../../icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i>&nbsp; Text Editor Icons</a></li> <li><a href="../../icons/#directional"><i class="icon-hand-right icon-fixed-width"></i>&nbsp; Directional Icons</a></li> <li><a href="../../icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i>&nbsp; Video Player Icons</a></li> <li><a href="../../icons/#brand"><i class="icon-github icon-fixed-width"></i>&nbsp; Brand Icons</a></li> <li><a href="../../icons/#medical"><i class="icon-medkit icon-fixed-width"></i>&nbsp; Medical Icons</a></li> </ul> </li> <li class="dropdown-split-left"><a href="../../examples/">Examples</a></li> <li class="dropdown dropdown-split-right hidden-phone"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-caret-down"></i> </a> <ul class="dropdown-menu pull-right"> <li><a href="../../examples/">Examples</a></li> <li class="divider"></li> <li><a href="../../examples/#new-styles">New Styles</a></li> <li><a href="../../examples/#inline-icons">Inline Icons</a></li> <li><a href="../../examples/#larger-icons">Larger Icons</a></li> <li><a href="../../examples/#bordered-pulled">Bordered & Pulled</a></li> <li><a href="../../examples/#buttons">Buttons</a></li> <li><a href="../../examples/#button-groups">Button Groups</a></li> <li><a href="../../examples/#button-dropdowns">Button Dropdowns</a></li> <li><a href="../../examples/#bulleted-lists">Bulleted Lists</a></li> <li><a href="../../examples/#navigation">Navigation</a></li> <li><a href="../../examples/#form-inputs">Form Inputs</a></li> <li><a href="../../examples/#animated-spinner">Animated Spinner</a></li> <li><a href="../../examples/#rotated-flipped">Rotated &amp; Flipped</a></li> <li><a href="../../examples/#stacked">Stacked</a></li> <li><a href="../../examples/#custom">Custom CSS</a></li> </ul> </li> <li><a href="../../whats-new/"> <span class="hidden-tablet">What's </span>New</a> </li> <li><a href="../../community/">Community</a></li> <li><a href="../../license/">License</a></li> </ul> <ul class="nav pull-right"> <li><a href="http://blog.fontawesome.io">Blog</a></li> </ul> </div> </div> </div> </div> <div class="jumbotron jumbotron-icon"> <div class="container"> <div class="info-icons"> <i class="icon-lemon icon-6"></i>&nbsp;&nbsp; <span class="hidden-phone"> <i class="icon-lemon icon-5"></i>&nbsp;&nbsp; <span class="hidden-tablet"><i class="icon-lemon icon-4"></i>&nbsp;&nbsp;</span> <i class="icon-lemon icon-3"></i>&nbsp;&nbsp; <i class="icon-lemon icon-2"></i>&nbsp; </span> <i class="icon-lemon icon-1"></i> </div> <h1 class="info-class"> icon-lemon <small> <i class="icon-lemon"></i> &middot; Unicode: <span class="upper">f094</span> &middot; Created: v1.0 &middot; Categories: Web Application Icons </small> </h1> </div> </div> <div class="container"> <section> <div class="row-fluid"> <div class="span9"> <p>After you get <a href="../../integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag:</p> <div class="well well-transparent"> <div style="font-size: 24px; line-height: 1.5em;"> <i class="icon-lemon"></i> icon-lemon </div> </div> <div class="highlight"><pre><code class="html"><span class="nt">&lt;i</span> <span class="na">class=</span><span class="s">&quot;icon-lemon&quot;</span><span class="nt">&gt;&lt;/i&gt;</span> icon-lemon </code></pre></div> <br> <div class="lead"><i class="icon-info-sign"></i> Looking for more? Check out the <a href="../../examples/">examples</a>.</div> </div> <div class="span3"> <div class="info-ad"><div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/32291/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div> </div> </div> </div> </section> </div> <div class="push"><!-- necessary for sticky footer --></div> </div> <footer class="footer hidden-print"> <div class="container text-center"> <div> <i class="icon-flag"></i> Font Awesome 3.2.1 <span class="hidden-phone">&middot;</span><br class="visible-phone"> Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a> </div> <div> Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> <span class="hidden-phone">&middot;</span><br class="visible-phone"> Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a> <span class="hidden-phone hidden-tablet">&middot;</span><br class="visible-phone visible-tablet"> Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a> </div> <div> Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a> </div> <div class="project"> <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot; <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> </div> </div> </footer> <script src="http://platform.twitter.com/widgets.js"></script> <script src="../../assets/js/jquery-1.7.1.min.js"></script> <script src="../../assets/js/ZeroClipboard-1.1.7.min.js"></script> <script src="../../assets/js/bootstrap-2.3.1.min.js"></script> <script src="../../assets/js/site.js"></script> </body> </html>
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/css/nggallery.css
markredballoon/clivemizen
/* CSS Name: Default Styles Description: NextGEN Default Gallery Stylesheet Author: Imagely Version: 2.13 This stylesheet is provided to allow users the ability of overriding the default styles for all display types */
third_lib/curl-7.43.0/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.html
chrdwhdhxtszpzclljxk/CrossAny
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <title>CURLOPT_HTTPPROXYTUNNEL man page</title> <meta name="generator" content="roffit"> <STYLE type="text/css"> pre { overflow: auto; margin: 0; } P.level0, pre.level0 { padding-left: 2em; } P.level1, pre.level1 { padding-left: 4em; } P.level2, pre.level2 { padding-left: 6em; } span.emphasis { font-style: italic; } span.bold { font-weight: bold; } span.manpage { font-weight: bold; } h2.nroffsh { background-color: #e0e0e0; } span.nroffip { font-weight: bold; font-size: 120%; font-family: monospace; } p.roffit { text-align: center; font-size: 80%; } </STYLE> </head><body> <p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2> <p class="level0">CURLOPT_HTTPPROXYTUNNEL - tunnel through HTTP proxy <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2> <p class="level0">&#35;include &lt;curl/curl.h&gt; <p class="level0">CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HTTPPROXYTUNNEL, long tunnel); <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2> <p class="level0">Set the parameter to 1 to make libcurl tunnel all operations through the HTTP proxy. There is a big difference between using a proxy and to tunnel through it. If you don't know what this means, you probably don't want this tunneling option. <p class="level0">Tunneling essentially means that a CONNECT is sent to the proxy, asking it to connect to a remote host on a specific port number and then the traffic is just passed through the proxy. Proxies tend to whitelist specific port numbers it allows CONNECT requests to and often only port 80 and 443 are allowed. <p class="level0">When using this, it only makes sense to use <a Class="emphasis" href="./CURLOPT_PROXYTYPE.html">CURLOPT_PROXYTYPE</a> set to a HTTP proxy. <a name="DEFAULT"></a><h2 class="nroffsh">DEFAULT</h2> <p class="level0">0 <a name="PROTOCOLS"></a><h2 class="nroffsh">PROTOCOLS</h2> <p class="level0">All network protocols <a name="EXAMPLE"></a><h2 class="nroffsh">EXAMPLE</h2> <p class="level0">TODO <a name="AVAILABILITY"></a><h2 class="nroffsh">AVAILABILITY</h2> <p class="level0">Always <a name="RETURN"></a><h2 class="nroffsh">RETURN VALUE</h2> <p class="level0">Returns CURLE_OK <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2> <p class="level0"><a Class="manpage" href="./CURLOPT_PROXY.html">CURLOPT_PROXY</a>, <a Class="manpage" href="./CURLOPT_PROXYTYPE.html">CURLOPT_PROXYTYPE</a>, <a Class="manpage" href="./CURLOPT_PROXYPORT.html">CURLOPT_PROXYPORT</a>, <span Class="manpage"> </span> <p class="roffit"> This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>. </body></html>
ux/gxp/git/tests/script/widgets/StylePropertiesDialog.html
nieuwegeingeo/heron
<!DOCTYPE html> <html debug="true"> <head> <script src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script> <script src="http://extjs.cachefly.net/ext-3.4.0/ext-all-debug.js"></script> <script type="text/javascript" src="../../../externals/openlayers/lib/OpenLayers.js"></script> <script type="text/javascript" src="../../../externals/geoext/lib/GeoExt.js"></script> <script type="text/javascript" src="../../../src/script/loader.js"></script> <script type="text/javascript"> var userStyle; function createStylePropertiesDialog() { userStyle = new OpenLayers.Style(); return new gxp.StylePropertiesDialog({userStyle: userStyle}); } function destroy() { userStyle.destroy(); } function test_StylePropertiesDialog(t) { t.plan(1); var instance = createStylePropertiesDialog(); t.ok(instance instanceof gxp.StylePropertiesDialog, "Instance created successfully"); instance.destroy(); destroy(); } </script> </head> <body> </body> </html>
workflow/engine/xmlform/processes/processes_subProcess.html
colosa/processmaker
<form id="{$form_id}" name="{$form_name}" action="{$form_action}" class="{$form_className}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit='return validateForm("{$form_objectRequiredFields}".parseJSON());'> <div class="borderForm" style="padding-left: 0pt; padding-right: 0pt;"> <div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div> <div class="content" style=""> <table width="99%"> <tbody><tr> <td valign="top"> <input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden"> <input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="FormTitle" colspan="2" align="">{$form.TITLE1}</td> </tr> <tr style="display: none;"> <td colspan="2">{$form.SP_UID}</td> </tr> <tr style="display: none;"> <td colspan="2">{$form.PRO_PARENT}</td> </tr> <tr style="display: none;"> <td colspan="2">{$form.TAS_PARENT}</td> </tr> <tr style="display: none;"> <td colspan="2">{$form.INDEX}</td> </tr> <tr> <td class="FormLabel" width="{$form_labelWidth}">{$SPROCESS_NAME}</td> <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.SPROCESS_NAME} </td> //--> <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.SPROCESS_NAME}</td> </tr> <tr> <td class="FormLabel" width="{$form_labelWidth}">{$TASKS}</td> <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.TASKS} </td> //--> <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TASKS}</td> </tr> <tr> <td class="FormLabel" width="{$form_labelWidth}">{$PROCESSES}</td> <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.PROCESSES} </td> //--> <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PROCESSES}</td> </tr> <tr> <td class="FormLabel" width="{$form_labelWidth}">{$SP_SYNCHRONOUS}</td> <!-- <td class='FormFieldContent' width="{$form_width}" >{$form.SP_SYNCHRONOUS} </td> //--> <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.SP_SYNCHRONOUS}</td> </tr> <tr> <td class="FormSubTitle" colspan="2" id="form[SUBTITLE1]" align=""> <span>{$form.SUBTITLE1}</span> </td> </tr> <tr> <td colspan="2">{$form.grid1}</td> </tr> <tr> <td class="FormSubTitle" colspan="2" id="form[SUBTITLE2]" align=""> <span>{$form.SUBTITLE2}</span> </td> </tr> <tr> <td colspan="2">{$form.grid2}</td> </tr> <tr> <td class="FormButton" colspan="2" align="center"> {$form.SAVE} &nbsp; {$form.BTN_CANCEL} </td> </tr> </tbody></table> </td> </tr> </tbody></table> </div> <div class="boxBottom"><div class="a"></div><div class="b"></div><div class="c"></div></div> </div> <script type="text/javascript"> {$form.JS} </script> </form>
yui/examples/dragdrop/dd-circle_clean.html
ftrotter/google_health_fail
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Custom Click Validator</title> <style type="text/css"> /*margin and padding on body element can introduce errors in determining element position and are not recommended; we turn them off as a foundation for YUI CSS treatments. */ body { margin:0; padding:0; } </style> <link rel="stylesheet" type="text/css" href="../../build/fonts/fonts-min.css" /> <script type="text/javascript" src="../../build/yahoo-dom-event/yahoo-dom-event.js"></script> <script type="text/javascript" src="../../build/dragdrop/dragdrop-min.js"></script> <script type="text/javascript" src="../../build/animation/animation-min.js"></script> <!--begin custom header content for this example--> <style type="text/css"> .dd-demo { position:relative; border:4px solid #666; text-align:center; color:#fff; cursor:move; height:100px; width:100px; } #dd-demo-1 { background:url(../dragdrop/assets/circle.gif) 0 0 no-repeat; border:0px solid black; z-index:10; cursor:default; } #dd-demo-2 { background:#A0B9A6; top:10px; left:180px; border:0px solid black; cursor:default; } </style> <!--end custom header content for this example--> </head> <body class=" yui-skin-sam"> <h1>Custom Click Validator</h1> <div class="exampleIntro"> <p>This example demonstrates how to implement a custom click validator to make a circular drag and drop implementation. Because all DOM elements that have dimensions are rectangular, the way to implement a circular drag object is to perform calculations on mousedown to determine whether the mouse was targeting a valid portion of the element (eg, a portion within the circle).</p> <p>The same method could be used to create any non-rectangular draggable object.</p> </div> <!--BEGIN SOURCE CODE FOR EXAMPLE =============================== --> <div id="dd-demo-1" class="dd-demo"><br />DD</div> <div id="dd-demo-2" class="dd-demo">DDTarget</div> <script type="text/javascript"> (function() { var dd, dd2, clickRadius = 46, startPos, Event=YAHOO.util.Event, Dom=YAHOO.util.Dom; YAHOO.util.Event.onDOMReady(function() { var el = Dom.get("dd-demo-1"); startPos = Dom.getXY(el); dd = new YAHOO.util.DD(el); // our custom click validator let's us prevent clicks outside // of the circle (but within the element) from initiating a // drag. dd.clickValidator = function(e) { // get the screen rectangle for the element var el = this.getEl(); var region = Dom.getRegion(el); // get the radius of the largest circle that can fit inside // var w = region.right - region.left; // var h = region.bottom - region.top; // var r = Math.round(Math.min(h, w) / 2); //-or- just use a well-known radius var r = clickRadius; // get the location of the click var x1 = Event.getPageX(e), y1 = Event.getPageY(e); // get the center of the circle var x2 = Math.round((region.right+region.left)/2); var y2 = Math.round((region.top+region.bottom)/2); // I don't want text selection even if the click does not // initiate a drag Event.preventDefault(e); // check to see if the click is in the circle return ( ((x1-x2)*(x1-x2) + (y1-y2)*(y1-y2)) <= r*r ); }; dd.onDragDrop = function(e, id) { // center it in the square Dom.setXY(this.getEl(), Dom.getXY(id)); } dd.onInvalidDrop = function(e) { // return to the start position // Dom.setXY(this.getEl(), startPos); // Animating the move is more intesting new YAHOO.util.Motion( this.id, { points: { to: startPos } }, 0.3, YAHOO.util.Easing.easeOut ).animate(); } dd2 = new YAHOO.util.DDTarget("dd-demo-2"); }); })(); </script> <!--END SOURCE CODE FOR EXAMPLE =============================== --> </body> </html> <!-- presentbright.corp.yahoo.com uncompressed/chunked Thu Feb 19 10:53:13 PST 2009 -->
public/assets/themes/default/stylesheets/og/goo_player.css
md11235/fengoffice
@CHARSET "UTF-8"; .gooplayer-panel td { padding: 10px; } .gooplayer-info td { padding: 0px; padding-left: 10px; } .gooplayer .x-toolbar { padding: 2px; } .gooplayer-info .gooplayer-name { font-weight: bold; padding: 0px; } .ico-previous { background-image: url(../../images/16x16/previous.png) !important; } .ico-play { background-image: url(../../images/16x16/play.png) !important; } .ico-pause { background-image: url(../../images/16x16/pause.png) !important; } .ico-stop { background-image: url(../../images/16x16/stop.png) !important; } .ico-next { background-image: url(../../images/16x16/next.png) !important; } .ico-mute { background-image: url(../../images/16x16/sound.png) !important; } .ico-unmute { background-image: url(../../images/16x16/muted.png) !important; } .ico-load-from-ws { background-image: url(../../images/16x16/load_from_ws.png) !important; } .ico-playlist-clear { background-image: url(../../images/16x16/playlist_clear.png) !important; } .ico-playlist-load { background-image: url(../../images/16x16/playlist_refresh.png) !important; } .ico-playlist-save { background-image: url(../../images/16x16/save.png) !important; } .ico-shuffle { background-image: url(../../images/16x16/random.png) !important; } .ico-loop { background-image: url(../../images/16x16/repeat.png) !important; } .ico-gooplayer { background-image: url(../../images/16x16/gooplayer.png) !important; } .ico-queue { background-image: url(../../images/16x16/queue.png) !important; }
traffic_portal/app/src/common/modules/table/roleCapabilities/table.assignCapabilities.tpl.html
hbeatty/incubator-trafficcontrol
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <div class="modal-header"> <button type="button" class="close" ng-click="cancel()"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h3 class="modal-title">Assign capabilities to the {{::role.name}} role</h3> </div> <div class="modal-body"> <table id="assignCapabilitiesTable" class="table responsive-utilities jambo_table" style="table-layout:fixed; width:100%;"> <thead> <tr class="headings"> <th style="padding-left: 10px;"><input id="selectAllCB" type="checkbox" ng-click="selectAll($event)"></th> <th>Name</th> </tr> </thead> <tbody> <tr id="{{::c.name}}" class="cap-row" ng-class="::{'active': c.selected}" ng-repeat="c in ::selectedCapabilities" ng-click="c.selected = !c.selected; onChange()"> <td><input type="checkbox" ng-model="c.selected"></td> <td data-search="^{{::c.name}}$">{{::c.name}}</td> </tr> </tbody> </table> </div> <div class="modal-footer"> <button class="btn btn-link" ng-click="cancel()">cancel</button> <button class="btn btn-primary" ng-click="submit()">Submit</button> </div>
third_party/blink/web_tests/http/tests/security/cross-origin-embedder-policy/dedicated-worker-reporting.html
scheib/chromium
<html> <body> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/resources/get-host-info.js"></script> <script> const {HTTPS_REMOTE_ORIGIN} = get_host_info(); if (location.protocol == 'http') { location.protocol = 'https'; } else { promise_test(async (t) => { frame = document.createElement('frame'); frame.src = 'resources/empty-coep.php'; document.body.appendChild(frame); await new Promise((r) => frame.onload = r); const url = `${HTTPS_REMOTE_ORIGIN}/resources/dummy.txt`; const script = ` fetch('${url}', {mode: 'no-cors'}).catch(() => {}); `; const worker = new frame.contentWindow.Worker( 'data:text/html,' + encodeURIComponent(script)); const reports = await new Promise((resolve) => { const observer = new frame.contentWindow.ReportingObserver((reports) => { resolve(reports.map(r => r.toJSON())); }); observer.observe(); }); assert_equals(reports.length, 1); assert_equals(reports[0].type, 'coep'); assert_equals(reports[0].url, frame.src); assert_equals(reports[0].body.type, 'corp'); assert_equals(reports[0].body['blockedURL'], url); }, 'COEP reports made by DedicatedWorker is reported to the owner document'); } </script> </body> </html>
third_party/blink/web_tests/media/controls/video-overlay-cast-dark-rendering.html
scheib/chromium
<!DOCTYPE html> <html> <head> <script src="../media-file.js"></script> <script src="../video-paint-test.js"></script> </head> <body> <p>Test overlay cast button rendering on dark background.</p> <div> <video></video> </div> <div> <video style="width: 320px;"></video> </div> <div> <video style="position: absolute; width: 320px;"></video> </div> <script> var videos = document.getElementsByTagName('video'); waitForMultipleEvents("canplaythrough", videos.length, function() { waitForMultipleEvents("seeked", videos.length, function() { if (window.testRunner) testRunner.notifyDone(); }); for (var i = 0; i < videos.length; ++i) { videos[i].addEventListener("playing", function(event) { event.target.pause(); event.target.currentTime = 0; if(window.internals) internals.mediaPlayerRemoteRouteAvailabilityChanged(event.target, true); }); videos[i].play(); } }); setSrcByTagName('video', '../content/test.ogv'); </script> </body> </html>
third_party/blink/web_tests/fast/css3-text/css3-text-decoration/text-decoration-style-wavy-font-size.html
scheib/chromium
<!DOCTYPE> <style> div { text-decoration: underline overline line-through green wavy; text-decoration-skip-ink: none; margin: 1em 10px; } </style> <div style="font-size: 10px;">10px font size</div> <div style="font-size: 12px;">12px font size</div> <div style="font-size: 15px;">15px font size</div> <div style="font-size: 20px;">20px font size</div> <div style="font-size: 30px;">30px font size</div> <div style="font-size: 50px;">50px font size</div> <div style="font-size: 100px;">100px font size</div>
third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect.html
danakj/chromium
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8" /> <title>This test validates the values in resource timing for a cross-origin redirect.</title> <link rel="author" title="Intel" href="http://www.intel.com/" /> <link rel="help" href="http://www.w3.org/TR/resource-timing/#performanceresourcetiming"/> <script src="/w3c/resources/testharness.js"></script> <script src="/w3c/resources/testharnessreport.js"></script> <script src="/w3c/webperf/resources/webperftestharness.js"></script> <script src="/w3c/webperf/resources/webperftestharnessextension.js"></script> <script> setup({explicit_done: true}); var pageOrigin = "127.0.0.1:8000"; var crossOrigin = "localhost:8000"; function onload_test() { var context = new PerformanceContext(performance); var entry = context.getEntriesByName(document.getElementById("frameContext").src, "resource")[0]; test_equals(entry.redirectStart, 0, "redirectStart should be 0 in cross-origin redirect!"); test_equals(entry.redirectEnd, 0, "redirectEnd should be 0 in cross-origin redirect!"); test_equals(entry.domainLookupStart, 0, "domainLookupStart should be 0 in cross-origin redirect!"); test_equals(entry.domainLookupEnd, 0, "domainLookupEnd should be 0 in cross-origin redirect!"); test_equals(entry.connectStart, 0, "connectStart should be 0 in cross-origin redirect!"); test_equals(entry.connectEnd, 0, "connectEnd should be 0 in cross-origin redirect!"); test_equals(entry.requestStart, 0, "requestStart should be 0 in cross-origin redirect!"); test_equals(entry.responseStart, 0, "responseStart should be 0 in cross-origin redirect!"); test_equals(entry.secureConnectionStart, 0, "secureConnectionStart should be 0 in cross-origin redirect!"); test_greater_than(entry.fetchStart, 0, "fetchStart should be greater than 0 in cross-origin redirect!"); test_greater_than(entry.responseEnd, 0, "responseEnd should be greater than 0 in cross-origin redirect!"); done(); } </script> </head> <body> <iframe id="frameContext" src="" style="width: 250px; height: 250px;"></iframe> <script> test_equals(document.location.host, pageOrigin, 'Starting document.location.hostname is correct (' + pageOrigin + ')'); var destUrl = 'http://' + pageOrigin + '/w3c/webperf/resources/redirect.php'; destUrl += '?location=http://' + crossOrigin + "/w3c/webperf/resources/blank_page_green.htm"; var frameContext = document.getElementById("frameContext"); frameContext.onload = onload_test; frameContext.src = destUrl; </script> </body> </html>
ui/webui/resources/cr_components/chromeos/network/network_config_input.html
chromium/chromium
<link rel="import" href="../../../html/polymer.html"> <link rel="import" href="../../../cr_elements/cr_input/cr_input.html"> <link rel="import" href="../../../cr_elements/shared_vars_css.html"> <link rel="import" href="cr_policy_network_behavior_mojo.html"> <link rel="import" href="cr_policy_network_indicator_mojo.html"> <link rel="import" href="network_config_element_behavior.html"> <link rel="import" href="network_shared_css.html"> <dom-module id="network-config-input"> <template> <style include="network-shared"> #container { align-items: center; display: flex; flex-direction: row; } cr-input { width: 100%; } cr-policy-network-indicator-mojo { --cr-tooltip-icon-margin-start: var(--cr-controlled-by-spacing); } </style> <div id="container"> <cr-input label="[[label]]" value="{{value}}" hidden="[[hidden]]" readonly="[[readonly]]" disabled="[[getDisabled_(disabled, property)]]" on-keypress="onKeypress_"> </cr-input> <cr-policy-network-indicator-mojo property="[[property]]" tooltip-position="left"> </cr-policy-network-indicator> </div> </template> <script src="network_config_input.js"></script> </dom-module>
censusreporter/apps/census/templates/topics/income.html
uscensusbureau/censusreporter
{% extends 'topics/_base_topics.html' %} {% block content %} <section id="topic-overview"> {% include "topics/_question_aside.html" %} <h2>Overview</h2> <p>There are many American Community Survey tables which provide information on the income of people living in the United States. Even for releases of data collected over three or five years, income data is reported in inflation-adjusted dollars for the release year.</p> <p>Most income data is reported at the household level, but there are tables which are focused on family households, as well as some which report on individual income. There are also some tables which are particularly applicable to understanding income inequality, including one, <strong><a href="{% url 'table_detail' 'B19083' %}">B19083</a></strong> which provides the <a href="https://en.wikipedia.org/wiki/Gini_coefficient" target="_blank" rel="noreferrer">Gini index</a> for a place as its only column.</p> <p>Income is reported in a number of ways: as a median value, or as a series of medians for groups within a total population; as a number of people or households earning in a certain bracket; as well as a few other structures.</p> <h2>Median Income</h2> <p>Median incomes are reported by household, with subsets for only family households and also for nonfamily households. One table, <a href="{% url 'table_detail' 'B19326' %}">B19326</a> reports median income for individuals by sex.</p> <p>For all of these tables, income refers to income for "the last 12 months" prior to the survey response.</p> <table> <thead> <tr> <th>Code</th> <th>Title</th> </tr> </thead> <tbody> <tr> <td><strong><a href="{% url 'table_detail' 'B19013' %}">B19013</a><sup>†</sup></strong></td> <td>Median Household Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19019' %}">B19019</a></strong></td> <td>Median Household Income by Household Size</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19049' %}">B19049</a></strong></td> <td>Median Household Income by Age of Householder</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19113' %}">B19113</a><sup>†</sup></strong></td> <td>Median Family Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19119' %}">B19119</a></strong></td> <td>Median Family Income by Family Size</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19121' %}">B19121</a></strong></td> <td>Median Family Income by Number of Earners in Family</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19125' %}">B19125</a></strong></td> <td>Median Family Income by Presence of Own Children Under 18 Years</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19126' %}">B19126</a></strong></td> <td>Median Family Income by Family Type by Presence of Own Children Under 18 Years</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19202' %}">B19202</a><sup>†</sup></strong></td> <td>Median Nonfamily Household Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19215' %}">B19215</a></strong></td> <td>Median Nonfamily Household Income by Sex of Householder by Living Alone by Age of Householder</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19326' %}">B19326</a></strong></td> <td>Median Income by Sex by Work Experience in the Past 12 Months for the Population 15 Years and Over With Income</td> </tr> </tr> </tbody> <tfoot> <tr class="help-text"> <td colspan="2"> <sup>†</sup>Also available in <a href="{% url 'topic_detail' 'race-latino' %}#topic-elsewhere">racial iterations</a>.<br> </td> </tr> </tfoot> </tbody> </table> <h2>Aggregate income</h2> <p>The various aggregate income tables provide the total amount of income, as well as broken down by income type, for the summary geography.</p> <p>Table <strong><a href="{% url 'table_detail' 'B19313' %}">B19313</a></strong> aggregates all income in the geography, which will produce a number somewhat higher than <strong><a href="{% url 'table_detail' 'B19025' %}">B19025</a></strong> because it includes people who live in "group quarters."</p> <p>Table <strong><a href="{% url 'table_detail' 'B19301' %}">B19301</a></strong>, "Per Capita income", is simply the value for <strong><a href="{% url 'table_detail' 'B19313' %}">B19313</a></strong> "Aggregate Income" divided by the total population estimate for the summary geography. This statistic is more or less the 'average' income. Note the potential for misunderstanding: A) the aggregate income is divided among all people, not only those who actually had income, and B) as with any average, outliers (very big earners) can have a disproportionate effect on resulting figure.</p> <p>For all of these tables, income refers to income for "the last 12 months" prior to the survey response.</p> <table> <thead><tr> <th>Code</th> <th>Title</th> </tr></thead> <tbody> <tr> <td><strong><a href="{% url 'table_detail' 'B19025' %}">B19025</a><sup>†</sup></strong></td> <td>Aggregate Household Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19050' %}">B19050</a></strong></td> <td>Aggregate Household Income by Age of Householder</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19061' %}">B19061</a></strong></td> <td>Aggregate Earnings for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19062' %}">B19062</a></strong></td> <td>Aggregate Wage or Salary Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19063' %}">B19063</a></strong></td> <td>Aggregate Self-employment Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19064' %}">B19064</a></strong></td> <td>Aggregate Interest, Dividends, or Net Rental Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19065' %}">B19065</a></strong></td> <td>Aggregate Social Security Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19066' %}">B19066</a></strong></td> <td>Aggregate Supplemental Security Income (SSI) for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19067' %}">B19067</a></strong></td> <td>Aggregate Public Assistance Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19069' %}">B19069</a></strong></td> <td>Aggregate Retirement Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19070' %}">B19070</a></strong></td> <td>Aggregate Other Types of Income for Households</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19127' %}">B19127</a></strong></td> <td>Aggregate Family Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19128' %}">B19128</a></strong></td> <td>Aggregate Family Income by Family Type by Presence of Own Children Under 18 Years</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19129' %}">B19129</a></strong></td> <td>Aggregate Family Income by Number of Workers in Family</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19130' %}">B19130</a></strong></td> <td>Aggregate Family Income by Family Type by Age of Householder</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19214' %}">B19214</a></strong></td> <td>Aggregate Nonfamily Household Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19216' %}">B19216</a></strong></td> <td>Aggregate Nonfamily Household Income by Sex of Householder by Living Alone by Age of Householder</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19301' %}">B19301</a><sup>†</sup></strong></td> <td>Per Capita Income</td> </tr> <tr> <td><strong><a href="{% url 'table_detail' 'B19313' %}">B19313</a><sup>†</sup></strong></td> <td>Aggregate Income</td> </tr> </tbody> <tfoot> <tr class="help-text"> <td colspan="2"> <sup>†</sup>Also available in <a href="{% url 'topic_detail' 'race-latino' %}#topic-elsewhere">racial iterations</a>.<br> </td> </tr> </tfoot> </table> </section> {% endblock %}
examples/index.html
ringlej/gitgraph.js
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"> <title>GitGraph.js example page</title> <link rel="stylesheet" type="text/css" href="../src/gitgraph.css" /> <style> body { margin: 0; padding: 0; } </style> </head> <body> <canvas id="gitGraph"></canvas> <div id="detail" class="gitgraph-detail">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint, ducimus, qui fuga corporis veritatis doloribus iure nulla optio dolores maiores dolorum ullam alias cum libero obcaecati cupiditate sit illo aperiam possimus voluptatum similique neque explicabo quibusdam aspernatur dolorem. Quod, corrupti magni explicabo nam sequi nesciunt accusamus aliquam dolore! Cumque, quam fugiat ab veritatis. Quia, maxime quas perferendis cupiditate explicabo at atque iusto accusamus. Nesciunt veniam quidem nemo doloribus! Dolore, cupiditate, adipisci, voluptate quam nihil ipsa placeat dolor possimus minus quas nostrum eaque in dicta autem eligendi rerum facilis nesciunt sunt doloremque suscipit enim iure vitae eius voluptates tempora tenetur hic.</div> <script src="../src/gitgraph.js"></script> <script src="index.js"></script> </body> </html>
plugins/editors/jce/libraries/css/tree.css
jahama/cbhondarribia.com
/* Tree */ div.tree ul { padding: 0pt; margin: 0pt; list-style: none; } div.tree ul li { padding: 0px 0px 0px 16px; margin: 0px; vertical-align: middle; } div.tree ul li.spacer { margin:0pt; padding:0pt; display:none; visibility:hidden; } div.tree ul li div.tree-row { height: 20px; } div.tree ul li div.tree-row.hover { background-color: #ddd; color: black; } div.tree ul li div.tree-row div.tree-image { height: 20px; width: 20px; margin-left: -20px; cursor: pointer; background: url(../img/icons.gif) no-repeat 0 -540px; float: left; } div.tree ul li div.tree-row div.tree-noimage { float: left; width: 20px; } div.tree ul li div.tree-row div.tree-image.open { background: url(../img/icons.gif) no-repeat 0 -560px; } div.tree ul li div.tree-row span { height: 20px; background: url(../img/icons.gif); background-repeat: no-repeat; display: block; } div.tree ul li div.tree-row span.folder { background-position: 0 -220px; } div.tree ul li div.tree-row span.file { background-position: 0 -400px; } div.tree ul li div.tree-row span.folder.open { background-position: 0 -240px; } div.tree ul li div.tree-row span.load { background-image: url(../img/load.gif); background-repeat: no-repeat; background-position: 0 0; } div.tree ul li div.tree-row span a { margin: 0px 0px 0px 22px; text-decoration: none; line-height: 20px; display: block; } div.tree ul li div.tree-row span a.nolink {} div.tree ul li div.tree-row span a:visited, div.tree ul li div.tree-row span a:active, div.tree ul li div.tree-row span a:link{ text-decoration: none; color: black; } div.tree ul li div.tree-row span.root, div.tree ul li div.tree-row span.root.open { background-position: 0 -320px; }
zhiwehu/themes/unify/static/plugins/revolution-slider/examples/panzoom-boxed.html
zhiwehu/zhiwehu
<!DOCTYPE html> <!-- ####################################### - THE HEAD PART - ###################################### --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>SLIDER REVOLUTION - The Responsive Slider Plugin</title> <!-- get jQuery from the google apis --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script> <!-- CSS STYLE--> <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> <!-- THE PREVIEW STYLE SHEETS, NO NEED TO LOAD IN YOUR DOM --> <link rel="stylesheet" type="text/css" href="css/noneed.css" media="screen" /> <!-- SLIDER REVOLUTION 4.x SCRIPTS --> <script type="text/javascript" src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script> <script type="text/javascript" src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script> <!-- SLIDER REVOLUTION 4.x CSS SETTINGS --> <link rel="stylesheet" type="text/css" href="css/extralayers.css" media="screen" /> <link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css" media="screen" /> <!-- GOOGLE FONTS --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800' rel='stylesheet' type='text/css'> </head> <!-- ####################################### - THE BODY PART - ###################################### --> <body> <!-- HEADER --> <header> <section class="container"> <article class="logo-container"><a href="http://themes.themepunch.com/?theme=revolution_jq"><div class="logo"></div></a></article> <div class="button-holder"><a href="http://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848" target="_blank" class="button"><strong>BUY NOW</strong></a></div> <div style="clear:both"></div> </section> </header> <!-- END OF HEADER --> <!-- START REVOLUTION SLIDER 4.5.0 fullwidth mode --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Raleway:100,200,300,700,800,900' rel='stylesheet' type='text/css'> <article class="boxedcontainer"> <!-- ################################# - THEMEPUNCH BANNER - ################################# --> <div class="tp-banner-container"> <div class="tp-banner" > <ul> <!-- SLIDE --> <li data-transition="fade" data-slotamount="1" data-masterspeed="1500" data-thumb="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns1-320x200.jpg" data-delay="13000" data-saveperformance="off" data-title="Our Workplace"> <!-- MAIN IMAGE --> <img src="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns1.jpg" alt="kenburns1" data-bgposition="left center" data-kenburns="on" data-duration="14000" data-ease="Linear.easeNone" data-bgfit="100" data-bgfitend="130" data-bgpositionend="right center"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption reddishbg_heavy_70 lfb fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="0" data-speed="600" data-start="500" data-easing="Power4.easeInOut" data-splitin="none" data-splitout="none" data-elementdelay="0.05" data-endelementdelay="0.1" data-endspeed="1000" data-endeasing="Power1.easeOut" style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;">KEN BURNS SLIDER </div> <!-- LAYER NR. 2 --> <div class="tp-caption borderbox_725x130 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="0" data-speed="600" data-start="800" data-easing="Power4.easeInOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="1000" data-endeasing="Power1.easeOut" style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;"> </div> </li> <!-- SLIDE --> <li data-transition="slidedown" data-slotamount="1" data-masterspeed="1500" data-thumb="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns6-320x200.jpg" data-delay="15000" data-saveperformance="off" data-title="New York City"> <!-- MAIN IMAGE --> <img src="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns6.jpg" alt="kenburns6" data-bgposition="center top" data-kenburns="on" data-duration="16000" data-ease="Linear.easeNone" data-bgfit="110" data-bgfitend="100" data-bgpositionend="center center"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption fullgradient_overlay tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="0" data-speed="1000" data-start="100" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="500" data-endeasing="Power1.easeOut" style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption white_heavy_70 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="-15" data-y="center" data-voffset="0" data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="chars" data-splitout="chars" data-elementdelay="0.05" data-endelementdelay="0.05" data-endspeed="300" data-endeasing="Power1.easeOut" style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;">WELCOME TO NYC </div> <!-- LAYER NR. 3 --> <div class="tp-caption whiteline_long customin fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="50" data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0;scaleY:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;" data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600" data-endeasing="Power1.easeOut" style="z-index: 4; max-width: auto; max-height: auto; white-space: nowrap;"> </div> <!-- LAYER NR. 4 --> <div class="tp-caption light_medium_20 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="-20" data-y="center" data-voffset="130" data-speed="600" data-start="800" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600" data-endeasing="Power1.easeOut" style="z-index: 5; max-width: auto; max-height: auto; white-space: nowrap;">“I love New York. You can pop out of the Underworld in Central<br/>Park, hail a taxi, head down Fifth Avenue with a giant hellhound<br/> loping behind you, and nobody even looks at you funny.” <br/>― Rick Riordan </div> </li> <!-- SLIDE --> <li data-transition="slideleft" data-slotamount="1" data-masterspeed="1500" data-thumb="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns3-320x200.jpg" data-delay="15000" data-saveperformance="off" data-title="Nerd Wisdom"> <!-- MAIN IMAGE --> <img src="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns3.jpg" alt="kenburns3" data-bgposition="left top" data-kenburns="on" data-duration="16000" data-ease="Linear.easeNone" data-bgfit="130" data-bgfitend="100" data-bgpositionend="right bottom"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption fullgradient_overlay tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="0" data-speed="1000" data-start="100" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="500" data-endeasing="Power1.easeOut" style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption white_heavy_70 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="-80" data-y="center" data-voffset="0" data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="chars" data-splitout="chars" data-elementdelay="0.05" data-endelementdelay="0.05" data-endspeed="300" style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;">NERD WISDOM </div> <!-- LAYER NR. 3 --> <div class="tp-caption whiteline_long customin fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="50" data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0;scaleY:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;" data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600" data-endeasing="Power1.easeOut" style="z-index: 4; max-width: auto; max-height: auto; white-space: nowrap;"> </div> <!-- LAYER NR. 4 --> <div class="tp-caption light_medium_20 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="-31" data-y="center" data-voffset="120" data-speed="600" data-start="800" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600" data-endeasing="Power1.easeOut" style="z-index: 5; max-width: auto; max-height: auto; white-space: nowrap;">“Just move to the Internet, its great here.<br/> We get to live inside where the weather is always awesome.” <br/> ― John Green </div> </li> <!-- SLIDE --> <li data-transition="slideup" data-slotamount="1" data-masterspeed="1500" data-thumb="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns4-320x200.jpg" data-delay="15000" data-saveperformance="off" data-title="Mountain Freedom"> <!-- MAIN IMAGE --> <img src="http://themepunch.com/revolution/wp-content/uploads/2014/05/kenburns4.jpg" alt="kenburns4" data-bgposition="right center" data-kenburns="on" data-duration="16000" data-ease="Linear.easeNone" data-bgfit="150" data-bgfitend="100" data-bgpositionend="center center"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption fullgradient_overlay tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="0" data-speed="1000" data-start="100" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="500" data-endeasing="Power1.easeOut" style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption white_heavy_70 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="-80" data-y="center" data-voffset="0" data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="chars" data-splitout="chars" data-elementdelay="0.05" data-endelementdelay="0.05" data-endspeed="300" data-endeasing="Power1.easeOut" style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;">OUR FREEDOM </div> <!-- LAYER NR. 3 --> <div class="tp-caption whiteline_long customin fadeout tp-resizeme" data-x="center" data-hoffset="0" data-y="center" data-voffset="50" data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0;scaleY:0;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;" data-speed="500" data-start="500" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600" data-endeasing="Power1.easeOut" style="z-index: 4; max-width: auto; max-height: auto; white-space: nowrap;"> </div> <!-- LAYER NR. 4 --> <div class="tp-caption light_medium_20 tp-fade fadeout tp-resizeme" data-x="center" data-hoffset="-85" data-y="center" data-voffset="120" data-speed="600" data-start="800" data-easing="Power4.easeOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="600" data-endeasing="Power1.easeOut" style="z-index: 5; max-width: auto; max-height: auto; white-space: nowrap;">“Freedom is not worth having if it does not include<br/> the freedom to make mistakes.” <br/> ― Mahatma Gandhi </div> </li> </ul> <div class="tp-bannertimer"></div> </div> </div> </article> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('.tp-banner').show().revolution( { dottedOverlay:"none", delay:16000, startwidth:1170, startheight:700, hideThumbs:200, thumbWidth:100, thumbHeight:50, thumbAmount:5, navigationType:"bullet", navigationArrows:"solo", navigationStyle:"preview3", touchenabled:"on", onHoverStop:"on", swipe_velocity: 0.7, swipe_min_touches: 1, swipe_max_touches: 1, drag_block_vertical: false, parallax:"mouse", parallaxBgFreeze:"on", parallaxLevels:[7,4,3,2,5,4,3,2,1,0], keyboardNavigation:"off", navigationHAlign:"center", navigationVAlign:"bottom", navigationHOffset:0, navigationVOffset:20, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0, shadow:0, fullWidth:"on", fullScreen:"off", spinner:"spinner4", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", forceFullWidth:"off", hideThumbsOnMobile:"off", hideNavDelayOnMobile:1500, hideBulletsOnMobile:"off", hideArrowsOnMobile:"off", hideThumbsUnderResolution:0, hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, startWithSlide:0, videoJsPath:"rs-plugin/videojs/", fullScreenOffsetContainer: "" }); }); //ready </script> <!-- END REVOLUTION SLIDER --> </div> </div> </body>
third_party/blink/web_tests/paint/tables/inset-shadow-separated-border-expected.html
scheib/chromium
<!DOCTYPE html> <style> .outer { width: 40px; height: 40px; display: flex; box-sizing: border-box; } .outer div { flex: 1; } .shadow { box-shadow: inset 0 0 0 5px blue; } .border { border: 10px solid transparent; } .radius { border-radius: 20px; } </style> <div class="outer shadow"></div> <div class="outer shadow"></div> <div class="outer shadow"></div> <div class="outer" style="padding: 10px"><div class="shadow"></div></div> <div class="outer" style="padding: 10px"><div class="shadow radius"></div></div> <div class="shadow radius" style="width: 20px; height: 20px"></div> <div class="shadow radius" style="width: 20px; height: 20px"></div> <div class="outer" style="padding: 10px"><div class="shadow radius"></div></div>
third_party/blink/web_tests/paint/invalidation/background-obscured-change-invalidate.html
scheib/chromium
<!DOCTYPE html> <link rel="match" href="background-obscured-change-invalidate-expected.html"> <style> #test { background-image: linear-gradient(to top, green 50%, green 50%); background-size: 0% 100%; background-repeat: no-repeat; width: 100px; height: 100px; } #child { border: 1px solid black; } </style> <div id=test class="border-color"> <div id=child>test</div> </div> <script src="../../resources/run-after-layout-and-paint.js"></script> <script> runAfterLayoutAndPaint(function() { document.getElementById("test").style.backgroundSize = "100% 100%"; }, true); </script>
node_modules/zombie/node_modules/html5/data/tree-construction/tests9.dat-4/input.html
danpomerantz/buses
<!DOCTYPE html><body><select><math></math></select>
themes/default/css/wireless.css
Ant59/Elkarte
.category_header { background-color: #6d92aa; color: #fff; } .secondary_header, .secondary_header a, .secondary_header a:link, .secondary_header a:visited { background-color: #b6dbff; color: #000; text-decoration: none; } .windowbg, tr.windowbg td { background-color: #fff; color: #000; } .windowbg2, tr.windowbg2 td { background-color: #c0c0c0; color: #000; } .new, a:link.new, a:visited.new { background-color: #2f2fc0; color: #fff; } .updated { color: red; } /* Resize our post area as needed */ #message { width: 98%; }
third_party/blink/perf_tests/service_worker/cache-has.html
chromium/chromium
<!DOCTYPE html> <html> <head> <script src='../resources/runner.js'></script> </head> <body> <script> function runTest() { navigator.serviceWorker.addEventListener('message', (msg) => { PerfTestRunner.recordResultFromWorker(msg.data); }); const script = '/service_worker/resources/cache-has-service-worker.js'; const scope = '/service_worker/resources/'; navigator.serviceWorker.register(script, { scope: scope }).catch((error) => { PerfTestRunner.logFatalError( 'Failed to register service worker script:' + script); }); return; } PerfTestRunner.startMeasureValuesInWorker({ description: 'Measure performance of CacheStorage.has().', unit: 'runs/s', run: runTest }); </script> </body> </html>
documentation/namespace_tibia_1_1_addresses.html
gareox/tibiaapi
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>TibiaAPI: Package Tibia.Addresses</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.9 --> <script type="text/javascript"> <!-- function changeDisplayState (e){ var num=this.id.replace(/[^[0-9]/g,''); var button=this.firstChild; var sectionDiv=document.getElementById('dynsection'+num); if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ sectionDiv.style.display='block'; button.src='open.gif'; }else{ sectionDiv.style.display='none'; button.src='closed.gif'; } } function initDynSections(){ var divs=document.getElementsByTagName('div'); var sectionCounter=1; for(var i=0;i<divs.length-1;i++){ if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ var header=divs[i]; var section=divs[i+1]; var button=header.firstChild; if (button!='IMG'){ divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); button=document.createElement('img'); divs[i].insertBefore(button,divs[i].firstChild); } header.style.cursor='pointer'; header.onclick=changeDisplayState; header.id='dynheader'+sectionCounter; button.src='closed.gif'; section.id='dynsection'+sectionCounter; section.style.display='none'; section.style.marginLeft='14px'; sectionCounter++; } } } window.onload = initDynSections; --> </script> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li class="current"><a href="namespaces.html"><span>Packages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="namespaces.html"><span>Packages</span></a></li> <li><a href="namespacemembers.html"><span>Package&nbsp;Functions</span></a></li> </ul> </div> <div class="navpath"><a class="el" href="namespace_tibia.html">Tibia</a>.<a class="el" href="namespace_tibia_1_1_addresses.html">Addresses</a> </div> </div> <div class="contents"> <h1>Package Tibia.Addresses</h1><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Classes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_battle_list.html">BattleList</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Battle list adddresses and distances. <a href="class_tibia_1_1_addresses_1_1_battle_list.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_client.html">Client</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="class_tibia_1_1_addresses_1_1_client.html" title="Client addresses not specific to a player.">Client</a> addresses not specific to a player. <a href="class_tibia_1_1_addresses_1_1_client.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_container.html">Container</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="class_tibia_1_1_addresses_1_1_player.html" title="Player memory addresses.">Player</a> container addresses and distances. <a href="class_tibia_1_1_addresses_1_1_container.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_creature.html">Creature</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Distances for creatures. <a href="class_tibia_1_1_addresses_1_1_creature.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_dat_item.html">DatItem</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_hotkey.html">Hotkey</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_map.html">Map</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="class_tibia_1_1_addresses_1_1_map.html" title="Map memory addresses.">Map</a> memory addresses. <a href="class_tibia_1_1_addresses_1_1_map.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_player.html">Player</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="class_tibia_1_1_addresses_1_1_player.html" title="Player memory addresses.">Player</a> memory addresses. <a href="class_tibia_1_1_addresses_1_1_player.html#_details">More...</a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_addresses_1_1_vip.html">Vip</a></td></tr> </table> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jul 7 18:50:09 2009 for TibiaAPI by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> </body> </html>
tools/arm-bcm2708/gcc-linaro-arm-none-eabi-4.8-2014.04/share/doc/gcc-linaro-arm-none-eabi/html/gdb/Mode-Options.html
darth-vader-lg/glcncrpi
<html lang="en"> <head> <title>Mode Options - Debugging with GDB</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Debugging with GDB"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Invoking-GDB.html#Invoking-GDB" title="Invoking GDB"> <link rel="prev" href="File-Options.html#File-Options" title="File Options"> <link rel="next" href="Startup.html#Startup" title="Startup"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Free Software'' and ``Free Software Needs Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. (a) The FSF's Back-Cover Text is: ``You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom.''--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <a name="Mode-Options"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Startup.html#Startup">Startup</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="File-Options.html#File-Options">File Options</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Invoking-GDB.html#Invoking-GDB">Invoking GDB</a> <hr> </div> <h4 class="subsection">2.1.2 Choosing Modes</h4> <p>You can run <span class="sc">gdb</span> in various alternative modes&mdash;for example, in batch mode or quiet mode. <dl> <a name="g_t_002dnx"></a><dt><code>-nx</code><dt><code>-n</code><dd><a name="index-g_t_0040code_007b_002d_002dnx_007d-25"></a><a name="index-g_t_0040code_007b_002dn_007d-26"></a>Do not execute commands found in any initialization file. There are three init files, loaded in the following order: <dl> <dt><samp><span class="file">system.gdbinit</span></samp><dd>This is the system-wide init file. Its location is specified with the <code>--with-system-gdbinit</code> configure option (see <a href="System_002dwide-configuration.html#System_002dwide-configuration">System-wide configuration</a>). It is loaded first when <span class="sc">gdb</span> starts, before command line options have been processed. <br><dt><samp><span class="file">~/.gdbinit</span></samp><dd>This is the init file in your home directory. It is loaded next, after <samp><span class="file">system.gdbinit</span></samp>, and before command options have been processed. <br><dt><samp><span class="file">./.gdbinit</span></samp><dd>This is the init file in the current directory. It is loaded last, after command line options other than <code>-x</code> and <code>-ex</code> have been processed. Command line options <code>-x</code> and <code>-ex</code> are processed last, after <samp><span class="file">./.gdbinit</span></samp> has been loaded. </dl> <p>For further documentation on startup processing, See <a href="Startup.html#Startup">Startup</a>. For documentation on how to write command files, See <a href="Command-Files.html#Command-Files">Command Files</a>. <p><a name="g_t_002dnh"></a><br><dt><code>-nh</code><dd><a name="index-g_t_0040code_007b_002d_002dnh_007d-27"></a>Do not execute commands found in <samp><span class="file">~/.gdbinit</span></samp>, the init file in your home directory. See <a href="Startup.html#Startup">Startup</a>. <br><dt><code>-quiet</code><dt><code>-silent</code><dt><code>-q</code><dd><a name="index-g_t_0040code_007b_002d_002dquiet_007d-28"></a><a name="index-g_t_0040code_007b_002d_002dsilent_007d-29"></a><a name="index-g_t_0040code_007b_002dq_007d-30"></a>&ldquo;Quiet&rdquo;. Do not print the introductory and copyright messages. These messages are also suppressed in batch mode. <br><dt><code>-batch</code><dd><a name="index-g_t_0040code_007b_002d_002dbatch_007d-31"></a>Run in batch mode. Exit with status <code>0</code> after processing all the command files specified with &lsquo;<samp><span class="samp">-x</span></samp>&rsquo; (and all commands from initialization files, if not inhibited with &lsquo;<samp><span class="samp">-n</span></samp>&rsquo;). Exit with nonzero status if an error occurs in executing the <span class="sc">gdb</span> commands in the command files. Batch mode also disables pagination, sets unlimited terminal width and height see <a href="Screen-Size.html#Screen-Size">Screen Size</a>, and acts as if <kbd>set confirm off</kbd> were in effect (see <a href="Messages_002fWarnings.html#Messages_002fWarnings">Messages/Warnings</a>). <p>Batch mode may be useful for running <span class="sc">gdb</span> as a filter, for example to download and run a program on another computer; in order to make this more useful, the message <pre class="smallexample"> Program exited normally. </pre> <p class="noindent">(which is ordinarily issued whenever a program running under <span class="sc">gdb</span> control terminates) is not issued when running in batch mode. <br><dt><code>-batch-silent</code><dd><a name="index-g_t_0040code_007b_002d_002dbatch_002dsilent_007d-32"></a>Run in batch mode exactly like &lsquo;<samp><span class="samp">-batch</span></samp>&rsquo;, but totally silently. All <span class="sc">gdb</span> output to <code>stdout</code> is prevented (<code>stderr</code> is unaffected). This is much quieter than &lsquo;<samp><span class="samp">-silent</span></samp>&rsquo; and would be useless for an interactive session. <p>This is particularly useful when using targets that give &lsquo;<samp><span class="samp">Loading section</span></samp>&rsquo; messages, for example. <p>Note that targets that give their output via <span class="sc">gdb</span>, as opposed to writing directly to <code>stdout</code>, will also be made silent. <br><dt><code>-return-child-result</code><dd><a name="index-g_t_0040code_007b_002d_002dreturn_002dchild_002dresult_007d-33"></a>The return code from <span class="sc">gdb</span> will be the return code from the child process (the process being debugged), with the following exceptions: <ul> <li><span class="sc">gdb</span> exits abnormally. E.g., due to an incorrect argument or an internal error. In this case the exit code is the same as it would have been without &lsquo;<samp><span class="samp">-return-child-result</span></samp>&rsquo;. <li>The user quits with an explicit value. E.g., &lsquo;<samp><span class="samp">quit 1</span></samp>&rsquo;. <li>The child process never runs, or is not allowed to terminate, in which case the exit code will be -1. </ul> <p>This option is useful in conjunction with &lsquo;<samp><span class="samp">-batch</span></samp>&rsquo; or &lsquo;<samp><span class="samp">-batch-silent</span></samp>&rsquo;, when <span class="sc">gdb</span> is being used as a remote program loader or simulator interface. <br><dt><code>-nowindows</code><dt><code>-nw</code><dd><a name="index-g_t_0040code_007b_002d_002dnowindows_007d-34"></a><a name="index-g_t_0040code_007b_002dnw_007d-35"></a>&ldquo;No windows&rdquo;. If <span class="sc">gdb</span> comes with a graphical user interface (GUI) built in, then this option tells <span class="sc">gdb</span> to only use the command-line interface. If no GUI is available, this option has no effect. <br><dt><code>-windows</code><dt><code>-w</code><dd><a name="index-g_t_0040code_007b_002d_002dwindows_007d-36"></a><a name="index-g_t_0040code_007b_002dw_007d-37"></a>If <span class="sc">gdb</span> includes a GUI, then this option requires it to be used if possible. <br><dt><code>-cd </code><var>directory</var><dd><a name="index-g_t_0040code_007b_002d_002dcd_007d-38"></a>Run <span class="sc">gdb</span> using <var>directory</var> as its working directory, instead of the current directory. <br><dt><code>-data-directory </code><var>directory</var><dd><a name="index-g_t_0040code_007b_002d_002ddata_002ddirectory_007d-39"></a>Run <span class="sc">gdb</span> using <var>directory</var> as its data directory. The data directory is where <span class="sc">gdb</span> searches for its auxiliary files. See <a href="Data-Files.html#Data-Files">Data Files</a>. <br><dt><code>-fullname</code><dt><code>-f</code><dd><a name="index-g_t_0040code_007b_002d_002dfullname_007d-40"></a><a name="index-g_t_0040code_007b_002df_007d-41"></a><span class="sc">gnu</span> Emacs sets this option when it runs <span class="sc">gdb</span> as a subprocess. It tells <span class="sc">gdb</span> to output the full file name and line number in a standard, recognizable fashion each time a stack frame is displayed (which includes each time your program stops). This recognizable format looks like two &lsquo;<samp><span class="samp">\032</span></samp>&rsquo; characters, followed by the file name, line number and character position separated by colons, and a newline. The Emacs-to-<span class="sc">gdb</span> interface program uses the two &lsquo;<samp><span class="samp">\032</span></samp>&rsquo; characters as a signal to display the source code for the frame. <br><dt><code>-annotate </code><var>level</var><dd><a name="index-g_t_0040code_007b_002d_002dannotate_007d-42"></a>This option sets the <dfn>annotation level</dfn> inside <span class="sc">gdb</span>. Its effect is identical to using &lsquo;<samp><span class="samp">set annotate </span><var>level</var></samp>&rsquo; (see <a href="Annotations.html#Annotations">Annotations</a>). The annotation <var>level</var> controls how much information <span class="sc">gdb</span> prints together with its prompt, values of expressions, source lines, and other types of output. Level 0 is the normal, level 1 is for use when <span class="sc">gdb</span> is run as a subprocess of <span class="sc">gnu</span> Emacs, level 3 is the maximum annotation suitable for programs that control <span class="sc">gdb</span>, and level 2 has been deprecated. <p>The annotation mechanism has largely been superseded by <span class="sc">gdb/mi</span> (see <a href="GDB_002fMI.html#GDB_002fMI">GDB/MI</a>). <br><dt><code>--args</code><dd><a name="index-g_t_0040code_007b_002d_002dargs_007d-43"></a>Change interpretation of command line so that arguments following the executable file are passed as command line arguments to the inferior. This option stops option processing. <br><dt><code>-baud </code><var>bps</var><dt><code>-b </code><var>bps</var><dd><a name="index-g_t_0040code_007b_002d_002dbaud_007d-44"></a><a name="index-g_t_0040code_007b_002db_007d-45"></a>Set the line speed (baud rate or bits per second) of any serial interface used by <span class="sc">gdb</span> for remote debugging. <br><dt><code>-l </code><var>timeout</var><dd><a name="index-g_t_0040code_007b_002dl_007d-46"></a>Set the timeout (in seconds) of any communication used by <span class="sc">gdb</span> for remote debugging. <br><dt><code>-tty </code><var>device</var><dt><code>-t </code><var>device</var><dd><a name="index-g_t_0040code_007b_002d_002dtty_007d-47"></a><a name="index-g_t_0040code_007b_002dt_007d-48"></a>Run using <var>device</var> for your program's standard input and output. <!-- FIXME: kingdon thinks there is more to -tty. Investigate. --> <!-- resolve the situation of these eventually --> <br><dt><code>-tui</code><dd><a name="index-g_t_0040code_007b_002d_002dtui_007d-49"></a>Activate the <dfn>Text User Interface</dfn> when starting. The Text User Interface manages several text windows on the terminal, showing source, assembly, registers and <span class="sc">gdb</span> command outputs (see <a href="TUI.html#TUI"><span class="sc">gdb</span> Text User Interface</a>). Do not use this option if you run <span class="sc">gdb</span> from Emacs (see <a href="Emacs.html#Emacs">Using <span class="sc">gdb</span> under <span class="sc">gnu</span> Emacs</a>). <!-- @item -xdb --> <!-- @cindex @code{-xdb} --> <!-- Run in XDB compatibility mode, allowing the use of certain XDB commands. --> <!-- For information, see the file @file{xdb_trans.html}, which is usually --> <!-- installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX --> <!-- systems. --> <br><dt><code>-interpreter </code><var>interp</var><dd><a name="index-g_t_0040code_007b_002d_002dinterpreter_007d-50"></a>Use the interpreter <var>interp</var> for interface with the controlling program or device. This option is meant to be set by programs which communicate with <span class="sc">gdb</span> using it as a back end. See <a href="Interpreters.html#Interpreters">Command Interpreters</a>. <p>&lsquo;<samp><span class="samp">--interpreter=mi</span></samp>&rsquo; (or &lsquo;<samp><span class="samp">--interpreter=mi2</span></samp>&rsquo;) causes <span class="sc">gdb</span> to use the <span class="sc">gdb/mi</span><dfn> interface</dfn> (see <a href="GDB_002fMI.html#GDB_002fMI">The <span class="sc">gdb/mi</span> Interface</a>) included since <span class="sc">gdb</span> version 6.0. The previous <span class="sc">gdb/mi</span> interface, included in <span class="sc">gdb</span> version 5.3 and selected with &lsquo;<samp><span class="samp">--interpreter=mi1</span></samp>&rsquo;, is deprecated. Earlier <span class="sc">gdb/mi</span> interfaces are no longer supported. <br><dt><code>-write</code><dd><a name="index-g_t_0040code_007b_002d_002dwrite_007d-51"></a>Open the executable and core files for both reading and writing. This is equivalent to the &lsquo;<samp><span class="samp">set write on</span></samp>&rsquo; command inside <span class="sc">gdb</span> (see <a href="Patching.html#Patching">Patching</a>). <br><dt><code>-statistics</code><dd><a name="index-g_t_0040code_007b_002d_002dstatistics_007d-52"></a>This option causes <span class="sc">gdb</span> to print statistics about time and memory usage after it completes each command and returns to the prompt. <br><dt><code>-version</code><dd><a name="index-g_t_0040code_007b_002d_002dversion_007d-53"></a>This option causes <span class="sc">gdb</span> to print its version number and no-warranty blurb, and exit. </dl> </body></html>
src/third-party/qscintilla/doc/html-Qt3/functions_eval_0x78.html
barakav/robomongo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>QScintilla: Class Members - Enumerator</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">QScintilla &#160;<span id="projectnumber">2.8.4</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.5.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="dirs.html"><span>Directories</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><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li class="current"><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_eval.html#index_a"><span>a</span></a></li> <li><a href="functions_eval_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_eval_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_eval_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_eval_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_eval_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_eval_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_eval_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_eval_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_eval_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_eval_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_eval_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_eval_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_eval_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_eval_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_eval_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_eval_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_eval_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_eval_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_eval_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_eval_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_eval_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_eval_0x77.html#index_w"><span>w</span></a></li> <li class="current"><a href="functions_eval_0x78.html#index_x"><span>x</span></a></li> <li><a href="functions_eval_0x7a.html#index_z"><span>z</span></a></li> </ul> </div> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_x"></a>- x -</h3><ul> <li>XMLEnd : <a class="el" href="classQsciLexerHTML.html#a579635be99dfccb41e373b3ba70a5140ae25dbca1f292ccf5aa82a63d84aa22f9">QsciLexerHTML</a> </li> <li>XMLStart : <a class="el" href="classQsciLexerHTML.html#a579635be99dfccb41e373b3ba70a5140afd21b87183c742cc1a3538cf8d28ce68">QsciLexerHTML</a> </li> <li>XMLTagEnd : <a class="el" href="classQsciLexerHTML.html#a579635be99dfccb41e373b3ba70a5140ac9f00cd2c221a620326432b65b2ece95">QsciLexerHTML</a> </li> </ul> </div> <hr class="footer"/><address class="footer"><small> Generated on Thu Sep 11 2014 18:15:22 for QScintilla by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.5.1 </small></address> </body> </html>
src/third-party/qscintilla/doc/html-Qt3/classQsciLexerCoffeeScript.html
barakav/robomongo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>QScintilla: QsciLexerCoffeeScript Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">QScintilla &#160;<span id="projectnumber">2.8.4</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.5.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="dirs.html"><span>Directories</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> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pro-methods">Protected Member Functions</a> </div> <div class="headertitle"> <div class="title">QsciLexerCoffeeScript Class Reference</div> </div> </div> <div class="contents"> <!-- doxytag: class="QsciLexerCoffeeScript" --><!-- doxytag: inherits="QsciLexer" --> <p><code>#include &lt;qscilexercoffeescript.h&gt;</code></p> <p>Inherits <a class="el" href="classQsciLexer.html">QsciLexer</a>.</p> <p><a href="classQsciLexerCoffeeScript-members.html">List of all members.</a></p> <h2><a name="pub-types"></a> Public Types</h2> <ul> <li>enum { <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a2fb70f93de6a55714777a4fa55916d03">Default</a> = 0, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a908ae06d736d3add37f734a255ceeaa3">Comment</a> = 1, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a379b349ef6edd66b752af87472fe41b4">CommentLine</a> = 2, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a5edc735d0127917185abed1f637a49f7">CommentDoc</a> = 3, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9aba8f2217a58a7603d2a69ea1edeb1bc4">Number</a> = 4, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a4a6519d9d7b7e0e068d6ce8b777a87d2">Keyword</a> = 5, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a9eb257127f3fd60ea6ee7ef126419f7d">DoubleQuotedString</a> = 6, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9ad64eca43c5aa797920a0b5db86c7ebb7">SingleQuotedString</a> = 7, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a063d7d591aa18ae40fcde793e1be1f01">UUID</a> = 8, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a84af89605b0d39edc60401dee749d076">PreProcessor</a> = 9, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9afd477421bbc3829c44d0ceda25ef07ec">Operator</a> = 10, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a6fada5b4984531d13a0f03cf9bd082f8">Identifier</a> = 11, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9ad66f62da8384e226b3c0e33455d93bd4">UnclosedString</a> = 12, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a6f653903645cf19e5ea1c7e870ae9efb">VerbatimString</a> = 13, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9aca5c64a4bc75adb3be878a492906cfba">Regex</a> = 14, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a406ac7ec4b5186a2d33b7a9074f6fa02">CommentLineDoc</a> = 15, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9ae9524bc4d07a86f58eb88d57c1291083">KeywordSet2</a> = 16, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a7e8b105503aff566abe10b78bfff1575">CommentDocKeyword</a> = 17, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a48d773f3fce4500a8700b6d76f2ecf24">CommentDocKeywordError</a> = 18, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9ab4d4a5d44c3c3584609996183880c179">GlobalClass</a> = 19, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a2050935e0699ccd6660987e5b6f42c32">CommentBlock</a> = 22, <br/> &#160;&#160;<a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9a32607d1ce220881542a049d83406ce65">BlockRegex</a> = 23, <a class="el" href="classQsciLexerCoffeeScript.html#aebe08dc80b0dfd5495d2f3e1edbe78d9acf3a1887749e806e04bf6a0097f724bb">BlockRegexComment</a> = 24 <br/> } </ul> <h2><a name="pub-methods"></a> Public Member Functions</h2> <ul> <li><a class="el" href="classQsciLexerCoffeeScript.html#a783d6d6e65fde8591956bd55c60f8034">QsciLexerCoffeeScript</a> (QObject *parent=0, const char *name=0) <li><a class="anchor" id="ab7715c2c90861e2601587b8a3a6732fd"></a><!-- doxytag: member="QsciLexerCoffeeScript::~QsciLexerCoffeeScript" ref="ab7715c2c90861e2601587b8a3a6732fd" args="()" --> virtual <a class="el" href="classQsciLexerCoffeeScript.html#ab7715c2c90861e2601587b8a3a6732fd">~QsciLexerCoffeeScript</a> () <li><a class="anchor" id="ad3b6e87141ccd5587a6e3b01d6da8fca"></a><!-- doxytag: member="QsciLexerCoffeeScript::language" ref="ad3b6e87141ccd5587a6e3b01d6da8fca" args="() const " --> const char * <a class="el" href="classQsciLexerCoffeeScript.html#ad3b6e87141ccd5587a6e3b01d6da8fca">language</a> () const <li>const char * <a class="el" href="classQsciLexerCoffeeScript.html#a02c2a3d76c48024ed308de838fe9b4da">lexer</a> () const <li><a class="anchor" id="a19f1bd48834b5604c0faaec2fee9ba21"></a><!-- doxytag: member="QsciLexerCoffeeScript::autoCompletionWordSeparators" ref="a19f1bd48834b5604c0faaec2fee9ba21" args="() const " --> QStringList <b>autoCompletionWordSeparators</b> () const <li><a class="anchor" id="ad1a461f2c12769528aff6e0a6d132f2d"></a><!-- doxytag: member="QsciLexerCoffeeScript::blockEnd" ref="ad1a461f2c12769528aff6e0a6d132f2d" args="(int *style=0) const " --> const char * <b>blockEnd</b> (int *style=0) const <li><a class="anchor" id="ab496abbfbefec23e8f19a9f6933831c6"></a><!-- doxytag: member="QsciLexerCoffeeScript::blockStart" ref="ab496abbfbefec23e8f19a9f6933831c6" args="(int *style=0) const " --> const char * <b>blockStart</b> (int *style=0) const <li><a class="anchor" id="ad7d6dc7dff4cfc261274ed983b75f4cf"></a><!-- doxytag: member="QsciLexerCoffeeScript::blockStartKeyword" ref="ad7d6dc7dff4cfc261274ed983b75f4cf" args="(int *style=0) const " --> const char * <b>blockStartKeyword</b> (int *style=0) const <li><a class="anchor" id="ab80818f0329734bb8088a25a2fad9a11"></a><!-- doxytag: member="QsciLexerCoffeeScript::braceStyle" ref="ab80818f0329734bb8088a25a2fad9a11" args="() const " --> int <b>braceStyle</b> () const <li><a class="anchor" id="ae60256301c09abfdb4a47cae6ae7f52a"></a><!-- doxytag: member="QsciLexerCoffeeScript::wordCharacters" ref="ae60256301c09abfdb4a47cae6ae7f52a" args="() const " --> const char * <a class="el" href="classQsciLexerCoffeeScript.html#ae60256301c09abfdb4a47cae6ae7f52a">wordCharacters</a> () const <li>QColor <a class="el" href="classQsciLexerCoffeeScript.html#a9a87f3a88ec03972e03e7f2a2b74a5e9">defaultColor</a> (int style) const <li><a class="anchor" id="aa1fca140aabb643686e47e127d37af1f"></a><!-- doxytag: member="QsciLexerCoffeeScript::defaultEolFill" ref="aa1fca140aabb643686e47e127d37af1f" args="(int style) const " --> bool <a class="el" href="classQsciLexerCoffeeScript.html#aa1fca140aabb643686e47e127d37af1f">defaultEolFill</a> (int style) const <li><a class="anchor" id="ae4d3fde9bcd16dc64413ec32f0df2e6f"></a><!-- doxytag: member="QsciLexerCoffeeScript::defaultFont" ref="ae4d3fde9bcd16dc64413ec32f0df2e6f" args="(int style) const " --> QFont <a class="el" href="classQsciLexerCoffeeScript.html#ae4d3fde9bcd16dc64413ec32f0df2e6f">defaultFont</a> (int style) const <li>QColor <a class="el" href="classQsciLexerCoffeeScript.html#aa312c378a2e41a777b2473279177418a">defaultPaper</a> (int style) const <li>const char * <a class="el" href="classQsciLexerCoffeeScript.html#a6d1e17612436efa721235994f8b057f6">keywords</a> (int set) const <li>QString <a class="el" href="classQsciLexerCoffeeScript.html#ababaaa79c84cfe0b8607fb6e11aeda30">description</a> (int style) const <li>void <a class="el" href="classQsciLexerCoffeeScript.html#aefae6df689f1d3dad66d1f2fc141cc39">refreshProperties</a> () <li>bool <a class="el" href="classQsciLexerCoffeeScript.html#a8c72d113d23072b196cfbd564fc59a0f">dollarsAllowed</a> () const <li>void <a class="el" href="classQsciLexerCoffeeScript.html#affaec4d14f7908f7d24d16937df00c93">setDollarsAllowed</a> (bool allowed) <li>bool <a class="el" href="classQsciLexerCoffeeScript.html#a99c9425a9726b30bb10bfd22f39d2ca5">foldComments</a> () const <li>void <a class="el" href="classQsciLexerCoffeeScript.html#a57f1f1164f3719b4b855a3a163a78764">setFoldComments</a> (bool fold) <li>bool <a class="el" href="classQsciLexerCoffeeScript.html#a548ce5f75979d890e095c0c15315b4b5">foldCompact</a> () const <li>void <a class="el" href="classQsciLexerCoffeeScript.html#a8bc6aee27994356e61fc6b030e23a62f">setFoldCompact</a> (bool fold) <li>bool <a class="el" href="classQsciLexerCoffeeScript.html#a086158119cda27da183ee00288bceab4">stylePreprocessor</a> () const <li>void <a class="el" href="classQsciLexerCoffeeScript.html#aa1949e1c7fd18507f664babab7b3c56c">setStylePreprocessor</a> (bool style) </ul> <h2><a name="pro-methods"></a> Protected Member Functions</h2> <ul> <li>bool <a class="el" href="classQsciLexerCoffeeScript.html#ae15b25b5d6705a850f6c93ee1013bea7">readProperties</a> (QSettings &amp;qs, const QString &amp;prefix) <li>bool <a class="el" href="classQsciLexerCoffeeScript.html#a0a13f72754d832fb1ec2f796aaead738">writeProperties</a> (QSettings &amp;qs, const QString &amp;prefix) const </ul> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>The <a class="el" href="classQsciLexerCoffeeScript.html" title="The QsciLexerCoffeeScript class encapsulates the Scintilla CoffeeScript lexer.">QsciLexerCoffeeScript</a> class encapsulates the Scintilla CoffeeScript lexer. </p> </div><hr/><h2>Member Enumeration Documentation</h2> <a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9"></a><!-- doxytag: member="QsciLexerCoffeeScript::@4" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">anonymous enum</td> </tr> </table> </div> <div class="memdoc"> <p>This enum defines the meanings of the different styles used by the C++ lexer. </p> <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a2fb70f93de6a55714777a4fa55916d03"></a><!-- doxytag: member="Default" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a2fb70f93de6a55714777a4fa55916d03" args="" -->Default</em>&nbsp;</td><td> <p>The default. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a908ae06d736d3add37f734a255ceeaa3"></a><!-- doxytag: member="Comment" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a908ae06d736d3add37f734a255ceeaa3" args="" -->Comment</em>&nbsp;</td><td> <p>A C-style comment. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a379b349ef6edd66b752af87472fe41b4"></a><!-- doxytag: member="CommentLine" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a379b349ef6edd66b752af87472fe41b4" args="" -->CommentLine</em>&nbsp;</td><td> <p>A C++-style comment line. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a5edc735d0127917185abed1f637a49f7"></a><!-- doxytag: member="CommentDoc" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a5edc735d0127917185abed1f637a49f7" args="" -->CommentDoc</em>&nbsp;</td><td> <p>A JavaDoc/Doxygen C-style comment. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9aba8f2217a58a7603d2a69ea1edeb1bc4"></a><!-- doxytag: member="Number" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9aba8f2217a58a7603d2a69ea1edeb1bc4" args="" -->Number</em>&nbsp;</td><td> <p>A number. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a4a6519d9d7b7e0e068d6ce8b777a87d2"></a><!-- doxytag: member="Keyword" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a4a6519d9d7b7e0e068d6ce8b777a87d2" args="" -->Keyword</em>&nbsp;</td><td> <p>A keyword. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a9eb257127f3fd60ea6ee7ef126419f7d"></a><!-- doxytag: member="DoubleQuotedString" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a9eb257127f3fd60ea6ee7ef126419f7d" args="" -->DoubleQuotedString</em>&nbsp;</td><td> <p>A double-quoted string. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9ad64eca43c5aa797920a0b5db86c7ebb7"></a><!-- doxytag: member="SingleQuotedString" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9ad64eca43c5aa797920a0b5db86c7ebb7" args="" -->SingleQuotedString</em>&nbsp;</td><td> <p>A single-quoted string. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a063d7d591aa18ae40fcde793e1be1f01"></a><!-- doxytag: member="UUID" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a063d7d591aa18ae40fcde793e1be1f01" args="" -->UUID</em>&nbsp;</td><td> <p>An IDL UUID. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a84af89605b0d39edc60401dee749d076"></a><!-- doxytag: member="PreProcessor" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a84af89605b0d39edc60401dee749d076" args="" -->PreProcessor</em>&nbsp;</td><td> <p>A pre-processor block. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9afd477421bbc3829c44d0ceda25ef07ec"></a><!-- doxytag: member="Operator" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9afd477421bbc3829c44d0ceda25ef07ec" args="" -->Operator</em>&nbsp;</td><td> <p>An operator. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a6fada5b4984531d13a0f03cf9bd082f8"></a><!-- doxytag: member="Identifier" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a6fada5b4984531d13a0f03cf9bd082f8" args="" -->Identifier</em>&nbsp;</td><td> <p>An identifier. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9ad66f62da8384e226b3c0e33455d93bd4"></a><!-- doxytag: member="UnclosedString" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9ad66f62da8384e226b3c0e33455d93bd4" args="" -->UnclosedString</em>&nbsp;</td><td> <p>The end of a line where a string is not closed. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a6f653903645cf19e5ea1c7e870ae9efb"></a><!-- doxytag: member="VerbatimString" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a6f653903645cf19e5ea1c7e870ae9efb" args="" -->VerbatimString</em>&nbsp;</td><td> <p>A C# verbatim string. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9aca5c64a4bc75adb3be878a492906cfba"></a><!-- doxytag: member="Regex" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9aca5c64a4bc75adb3be878a492906cfba" args="" -->Regex</em>&nbsp;</td><td> <p>A regular expression. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a406ac7ec4b5186a2d33b7a9074f6fa02"></a><!-- doxytag: member="CommentLineDoc" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a406ac7ec4b5186a2d33b7a9074f6fa02" args="" -->CommentLineDoc</em>&nbsp;</td><td> <p>A JavaDoc/Doxygen C++-style comment line. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9ae9524bc4d07a86f58eb88d57c1291083"></a><!-- doxytag: member="KeywordSet2" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9ae9524bc4d07a86f58eb88d57c1291083" args="" -->KeywordSet2</em>&nbsp;</td><td> <p>A keyword defined in keyword set number 2. The class must be sub-classed and re-implement <a class="el" href="classQsciLexerCoffeeScript.html#a6d1e17612436efa721235994f8b057f6">keywords()</a> to make use of this style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a7e8b105503aff566abe10b78bfff1575"></a><!-- doxytag: member="CommentDocKeyword" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a7e8b105503aff566abe10b78bfff1575" args="" -->CommentDocKeyword</em>&nbsp;</td><td> <p>A JavaDoc/Doxygen keyword. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a48d773f3fce4500a8700b6d76f2ecf24"></a><!-- doxytag: member="CommentDocKeywordError" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a48d773f3fce4500a8700b6d76f2ecf24" args="" -->CommentDocKeywordError</em>&nbsp;</td><td> <p>A JavaDoc/Doxygen keyword error defined in keyword set number 3. The class must be sub-classed and re-implement <a class="el" href="classQsciLexerCoffeeScript.html#a6d1e17612436efa721235994f8b057f6">keywords()</a> to make use of this style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9ab4d4a5d44c3c3584609996183880c179"></a><!-- doxytag: member="GlobalClass" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9ab4d4a5d44c3c3584609996183880c179" args="" -->GlobalClass</em>&nbsp;</td><td> <p>A global class defined in keyword set number 4. The class must be sub-classed and re-implement <a class="el" href="classQsciLexerCoffeeScript.html#a6d1e17612436efa721235994f8b057f6">keywords()</a> to make use of this style. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a2050935e0699ccd6660987e5b6f42c32"></a><!-- doxytag: member="CommentBlock" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a2050935e0699ccd6660987e5b6f42c32" args="" -->CommentBlock</em>&nbsp;</td><td> <p>A block comment. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9a32607d1ce220881542a049d83406ce65"></a><!-- doxytag: member="BlockRegex" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9a32607d1ce220881542a049d83406ce65" args="" -->BlockRegex</em>&nbsp;</td><td> <p>A block regular expression. </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="aebe08dc80b0dfd5495d2f3e1edbe78d9acf3a1887749e806e04bf6a0097f724bb"></a><!-- doxytag: member="BlockRegexComment" ref="aebe08dc80b0dfd5495d2f3e1edbe78d9acf3a1887749e806e04bf6a0097f724bb" args="" -->BlockRegexComment</em>&nbsp;</td><td> <p>A block regular expression comment. </p> </td></tr> </table> </dd> </dl> </div> </div> <hr/><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a783d6d6e65fde8591956bd55c60f8034"></a><!-- doxytag: member="QsciLexerCoffeeScript::QsciLexerCoffeeScript" ref="a783d6d6e65fde8591956bd55c60f8034" args="(QObject *parent=0, const char *name=0)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">QsciLexerCoffeeScript::QsciLexerCoffeeScript </td> <td>(</td> <td class="paramtype">QObject *&#160;</td> <td class="paramname"><em>parent</em> = <code>0</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>name</em> = <code>0</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p>Construct a <a class="el" href="classQsciLexerCoffeeScript.html" title="The QsciLexerCoffeeScript class encapsulates the Scintilla CoffeeScript lexer.">QsciLexerCoffeeScript</a> with parent <em>parent</em> and name <em>name</em>. <em>parent</em> is typically the <a class="el" href="classQsciScintilla.html" title="The QsciScintilla class implements a higher level, more Qt-like, API to the Scintilla editor widget...">QsciScintilla</a> instance. </p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a02c2a3d76c48024ed308de838fe9b4da"></a><!-- doxytag: member="QsciLexerCoffeeScript::lexer" ref="a02c2a3d76c48024ed308de838fe9b4da" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">const char* QsciLexerCoffeeScript::lexer </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the name of the lexer. Some lexers support a number of languages. </p> <p>Reimplemented from <a class="el" href="classQsciLexer.html#addf8b4d6eb61737395004281360de9a3">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="a9a87f3a88ec03972e03e7f2a2b74a5e9"></a><!-- doxytag: member="QsciLexerCoffeeScript::defaultColor" ref="a9a87f3a88ec03972e03e7f2a2b74a5e9" args="(int style) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">QColor QsciLexerCoffeeScript::defaultColor </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>style</em></td><td>)</td> <td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the foreground colour of the text for style number <em>style</em>.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#aa312c378a2e41a777b2473279177418a">defaultPaper()</a> </dd></dl> <p>Reimplemented from <a class="el" href="classQsciLexer.html#a759d330408fb3db185e1598ff95de24c">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="aa312c378a2e41a777b2473279177418a"></a><!-- doxytag: member="QsciLexerCoffeeScript::defaultPaper" ref="aa312c378a2e41a777b2473279177418a" args="(int style) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">QColor QsciLexerCoffeeScript::defaultPaper </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>style</em></td><td>)</td> <td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the background colour of the text for style number <em>style</em>.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a9a87f3a88ec03972e03e7f2a2b74a5e9">defaultColor()</a> </dd></dl> <p>Reimplemented from <a class="el" href="classQsciLexer.html#a9c994ddd300b495c9eda387b3afdb86c">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="a6d1e17612436efa721235994f8b057f6"></a><!-- doxytag: member="QsciLexerCoffeeScript::keywords" ref="a6d1e17612436efa721235994f8b057f6" args="(int set) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">const char* QsciLexerCoffeeScript::keywords </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>set</em></td><td>)</td> <td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the set of keywords for the keyword set <em>set</em> recognised by the lexer as a space separated string. Set 1 is normally used for primary keywords and identifiers. Set 2 is normally used for secondary keywords and identifiers. Set 3 is normally used for documentation comment keywords. Set 4 is normally used for global classes and typedefs. </p> <p>Reimplemented from <a class="el" href="classQsciLexer.html#a285bbbe2ac6139779cc28858f58b846d">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="ababaaa79c84cfe0b8607fb6e11aeda30"></a><!-- doxytag: member="QsciLexerCoffeeScript::description" ref="ababaaa79c84cfe0b8607fb6e11aeda30" args="(int style) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">QString QsciLexerCoffeeScript::description </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>style</em></td><td>)</td> <td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns the descriptive name for style number <em>style</em>. If the style is invalid for this language then an empty QString is returned. This is intended to be used in user preference dialogs. </p> <p>Implements <a class="el" href="classQsciLexer.html#add9c20adb43bc38d1a0ca3083ac3e6fa">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="aefae6df689f1d3dad66d1f2fc141cc39"></a><!-- doxytag: member="QsciLexerCoffeeScript::refreshProperties" ref="aefae6df689f1d3dad66d1f2fc141cc39" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void QsciLexerCoffeeScript::refreshProperties </td> <td>(</td> <td class="paramname"></td><td>)</td> <td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Causes all properties to be refreshed by emitting the <a class="el" href="classQsciLexer.html#acd8475f0da36449dc6b1189a587d7a83">propertyChanged()</a> signal as required. </p> <p>Reimplemented from <a class="el" href="classQsciLexer.html#ae508c3ab4ce1f338dfff3ddf5ee7e34c">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="a8c72d113d23072b196cfbd564fc59a0f"></a><!-- doxytag: member="QsciLexerCoffeeScript::dollarsAllowed" ref="a8c72d113d23072b196cfbd564fc59a0f" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QsciLexerCoffeeScript::dollarsAllowed </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const<code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns true if '$' characters are allowed in identifier names.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#affaec4d14f7908f7d24d16937df00c93">setDollarsAllowed()</a> </dd></dl> </div> </div> <a class="anchor" id="affaec4d14f7908f7d24d16937df00c93"></a><!-- doxytag: member="QsciLexerCoffeeScript::setDollarsAllowed" ref="affaec4d14f7908f7d24d16937df00c93" args="(bool allowed)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void QsciLexerCoffeeScript::setDollarsAllowed </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>allowed</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>If <em>allowed</em> is true then '$' characters are allowed in identifier names. The default is true.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a8c72d113d23072b196cfbd564fc59a0f">dollarsAllowed()</a> </dd></dl> </div> </div> <a class="anchor" id="a99c9425a9726b30bb10bfd22f39d2ca5"></a><!-- doxytag: member="QsciLexerCoffeeScript::foldComments" ref="a99c9425a9726b30bb10bfd22f39d2ca5" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QsciLexerCoffeeScript::foldComments </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const<code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns true if multi-line comment blocks can be folded.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a57f1f1164f3719b4b855a3a163a78764">setFoldComments()</a> </dd></dl> </div> </div> <a class="anchor" id="a57f1f1164f3719b4b855a3a163a78764"></a><!-- doxytag: member="QsciLexerCoffeeScript::setFoldComments" ref="a57f1f1164f3719b4b855a3a163a78764" args="(bool fold)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void QsciLexerCoffeeScript::setFoldComments </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>fold</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a99c9425a9726b30bb10bfd22f39d2ca5">foldComments()</a> </dd></dl> </div> </div> <a class="anchor" id="a548ce5f75979d890e095c0c15315b4b5"></a><!-- doxytag: member="QsciLexerCoffeeScript::foldCompact" ref="a548ce5f75979d890e095c0c15315b4b5" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QsciLexerCoffeeScript::foldCompact </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const<code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns true if trailing blank lines are included in a fold block.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a8bc6aee27994356e61fc6b030e23a62f">setFoldCompact()</a> </dd></dl> </div> </div> <a class="anchor" id="a8bc6aee27994356e61fc6b030e23a62f"></a><!-- doxytag: member="QsciLexerCoffeeScript::setFoldCompact" ref="a8bc6aee27994356e61fc6b030e23a62f" args="(bool fold)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void QsciLexerCoffeeScript::setFoldCompact </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>fold</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a548ce5f75979d890e095c0c15315b4b5">foldCompact()</a> </dd></dl> </div> </div> <a class="anchor" id="a086158119cda27da183ee00288bceab4"></a><!-- doxytag: member="QsciLexerCoffeeScript::stylePreprocessor" ref="a086158119cda27da183ee00288bceab4" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QsciLexerCoffeeScript::stylePreprocessor </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const<code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns true if preprocessor lines (after the preprocessor directive) are styled.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#aa1949e1c7fd18507f664babab7b3c56c">setStylePreprocessor()</a> </dd></dl> </div> </div> <a class="anchor" id="aa1949e1c7fd18507f664babab7b3c56c"></a><!-- doxytag: member="QsciLexerCoffeeScript::setStylePreprocessor" ref="aa1949e1c7fd18507f664babab7b3c56c" args="(bool style)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void QsciLexerCoffeeScript::setStylePreprocessor </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>style</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>If <em>style</em> is true then preprocessor lines (after the preprocessor directive) are styled. The default is false.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a086158119cda27da183ee00288bceab4">stylePreprocessor()</a> </dd></dl> </div> </div> <a class="anchor" id="ae15b25b5d6705a850f6c93ee1013bea7"></a><!-- doxytag: member="QsciLexerCoffeeScript::readProperties" ref="ae15b25b5d6705a850f6c93ee1013bea7" args="(QSettings &amp;qs, const QString &amp;prefix)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QsciLexerCoffeeScript::readProperties </td> <td>(</td> <td class="paramtype">QSettings &amp;&#160;</td> <td class="paramname"><em>qs</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const QString &amp;&#160;</td> <td class="paramname"><em>prefix</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [protected, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>The lexer's properties are read from the settings <em>qs</em>. <em>prefix</em> (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#a0a13f72754d832fb1ec2f796aaead738">writeProperties()</a> </dd></dl> <p>Reimplemented from <a class="el" href="classQsciLexer.html#ad472b16506a4cbc19634f07aa90f1ea6">QsciLexer</a>.</p> </div> </div> <a class="anchor" id="a0a13f72754d832fb1ec2f796aaead738"></a><!-- doxytag: member="QsciLexerCoffeeScript::writeProperties" ref="a0a13f72754d832fb1ec2f796aaead738" args="(QSettings &amp;qs, const QString &amp;prefix) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool QsciLexerCoffeeScript::writeProperties </td> <td>(</td> <td class="paramtype">QSettings &amp;&#160;</td> <td class="paramname"><em>qs</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const QString &amp;&#160;</td> <td class="paramname"><em>prefix</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td> const<code> [protected, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>The lexer's properties are written to the settings <em>qs</em>. <em>prefix</em> (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classQsciLexerCoffeeScript.html#ae15b25b5d6705a850f6c93ee1013bea7">readProperties()</a> </dd></dl> <p>Reimplemented from <a class="el" href="classQsciLexer.html#aa3d0e2a77d281b1cd371b7f2d0fb26b1">QsciLexer</a>.</p> </div> </div> </div> <hr class="footer"/><address class="footer"><small> Generated on Thu Sep 11 2014 18:15:22 for QScintilla by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.5.1 </small></address> </body> </html>
tests/wpt/web-platform-tests/wai-aria/grid_columnheader_required_true-manual.html
Varentsov/servo
<!doctype html> <html> <head> <title>grid columnheader required true</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <link rel="stylesheet" href="/resources/testharness.css"> <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/wai-aria/scripts/ATTAcomm.js"></script> <script> setup({explicit_timeout: true, explicit_done: true }); var theTest = new ATTAcomm( { "steps" : [ { "element" : "test", "test" : { "ATK" : [ [ "property", "role", "is", "ROLE_COLUMN_HEADER" ], [ "property", "states", "contains", "STATE_REQUIRED" ] ], "AXAPI" : [ [ "property", "AXRole", "is", "AXCell" ], [ "property", "AXRequired", "is", "true" ] ], "IAccessible2" : [ [ "property", "role", "is", "ROLE_SYSTEM_COLUMNHEADER" ], [ "property", "states", "contains", "IA2_STATE_REQUIRED" ] ], "MSAA" : [ [ "property", "role", "is", "ROLE_SYSTEM_COLUMNHEADER" ] ], "UIA" : [ [ "property", "ControlType", "is", "HeaderItem" ], [ "property", "IsrequiredForForm", "is", "true" ] ] }, "title" : "step 1", "type" : "test" } ], "title" : "grid columnheader required true" } ) ; </script> </head> <body> <p>This test examines the ARIA properties for grid columnheader required true.</p> <div role="grid"> <div role="row"> <div id="test" role="columnheader" aria-required="true">test cell</div> </div> </div> <div id="manualMode"></div> <div id="log"></div> <div id="ATTAmessages"></div> </body> </html>
src/esencialAdmin/wwwroot/lib/jquery-validation/demo/requirejs/index.html
Che4ter/PAWI
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery validation plug-in - requirejs demo</title> <link rel="stylesheet" href="../css/screen.css"> <style type="text/css"> #commentForm { width: 500px; } #commentForm label { width: 250px; } #commentForm label.error, #commentForm input.submit { margin-left: 253px; } </style> </head> <body> <h1 id="banner"><a href="https://jqueryvalidation.org/">jQuery Validation Plugin</a> Demo</h1> <div id="main"> <p>Default submitHandler is set to display an alert into of submitting the form</p> <form class="cmxform" id="commentForm" method="get" action=""> <fieldset> <legend>Please provide your name, email address (won't be published) and a comment</legend> <p> <label for="cname">Name (required, at least 2 characters)</label> <input id="cname" name="name" minlength="2" type="text" required> </p> <p> <label for="cemail">E-Mail (required)</label> <input id="cemail" type="email" name="email" required> </p> <p> <label for="curl">URL (optional)</label> <input id="curl" type="url" name="url"> </p> <p> <label for="ccomment">Your comment (required)</label> <textarea id="ccomment" name="comment" required></textarea> </p> <p> <input class="submit" type="submit" value="Submit"> </p> </fieldset> </form> <script> var require = { paths: { "jquery": "../../lib/jquery-3.1.1" } }; </script> <script src="../../lib/require.js" data-main="app.js"></script> </div> </body> </html>
mezzanine_advanced_admin/templates/admin/language_selector.html
askinteractive/mezzanine-advanced-admin
{% load i18n %} {# Display language selector as a dropdown rather than a form --> - see http://blog.oscarcp.com/?p=163#} {# https://docs.djangoproject.com/en/dev/topics/i18n/translation/#the-set-language-redirect-view #} {% if i18n_is_set %} <li class="dropdown"> {% get_language_info for LANGUAGE_CODE as current %} {% get_available_languages as LANGUAGES %} {% get_language_info_list for LANGUAGES as languages %} <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-foo={{ current.code }}>{{ current.name_local|capfirst }}<span class="caret"></span></a> <ul class="dropdown-menu scrollable-dropdown-menu"> {% for language in languages %} {% if language.code != current.code %} <li> <form name="setLang{{language.code}}" action="{% url 'set_language' %}" method="POST"> {% csrf_token %} <input type="hidden" name="language" value="{{ language.code }}" /> <a class="dab-update-lang" href="#" onclick="document.setLang{{ language.code }}.submit();return false;">{{ language.name_local|capfirst }}</a> </form> </li> {% endif %} {% endfor %} </ul> </li> {% endif %}
static/styles/drafts.css
christi3k/zulip
.drafts { -webkit-font-smoothing: antialiased; } .drafts-container { position: relative; height: 95%; background-color: #fff; border-radius: 4px; padding: 0px; width: 60%; overflow: hidden; max-width: 1200px; max-height: 1000px; } .drafts-header { padding-top: 4px; text-align: center; text-transform: uppercase; border-bottom: 1px solid #ddd; } .drafts-header h1 { margin: 0; font-size: 1.1em; } .drafts-container .exit { font-weight: 400; position: absolute; top: 10px; right: 10px; color: #AAA; cursor: pointer; } .drafts-container .exit-sign { position: relative; top: 3px; margin-left: 3px; font-size: 1.5rem; font-weight: 600; cursor: pointer; } .drafts-list { overflow: auto; height: calc(100% - 55px); width: 100%; margin-top: 10px; } .drafts-list .no-drafts { display: block; margin-top: calc(45vh - 30px - 1.5em); text-align: center; font-size: 1.5em; color: #aaa; pointer-events: none; -webkit-font-smoothing: antialiased; } .draft-row { padding: 5px 10px; } .draft-row.active { background-color: #eee; } .draft-row > div { display: inline-block; vertical-align: top; } .draft-row .draft-info-box { width: 100%; background: #f1f1f1; border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; margin-bottom: 10px; } .draft-info-box .messagebox { cursor: auto; } .draft-info-box .message_content { line-height: 1; padding-top: 10px; padding-bottom: 10px; padding-left: 0px; } .draft-row .draft-info-box .draft_controls { display: inline-block; position: absolute; top: 9px; right: -80px; font-size: 0.9em; } .draft_controls .restore-draft { cursor: pointer; margin-right: 5px; color: #52c2af; opacity: 0.7; } .draft_controls .restore-draft:hover { opacity: 1; } .draft_controls .delete-draft { cursor: pointer; margin-left: 5px; color: #cc5a60; opacity: 0.7; } .draft_controls .delete-draft:hover { opacity: 1; } @media (max-width: 1130px) { .drafts-container { max-width: 60%; } } @media (max-width: 500px) { .draft-row .draft-info-box .draft_controls { right: 0px; } } @media (max-width: 700px) { #draft_overlay .drafts-container { height: 95%; max-width: none; width: 90%; } }
views/report.html
ashwyn/eden-message_parser
{{extend "layout.html"}} {{include "_report.html"}}
folium/templates/ipynb_init_css.html
talespaiva/folium
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" /> <style> .leaflet-popup-content { color: black !important; } .leaflet-container .leaflet-tile { margin: 0; } .leaflet-control-zoom-in { text-decoration: none !important; } .leaflet-control-zoom-out { text-decoration: none !important; } </style>
webmin-1.660/inittab/help/index.ru_RU.html
pakohan/syso-kernel
<header>Inittab</header> Inittab ôàéë èñïîëüçóåòñÿ sysv-ñîâìåñòèìûì ïðîöåññîì init.<p> Ôàéë inittab îïèñûâàåò êàêèå ïðîöåññû ñòàðòóþò ïðè çàãðóçêå è ïðè íîðìàëüíîì ôóíêöèîíèðîâàíèèè (íàïðèìåð: /etc/init.d/boot, /etc/init.d/rc, getty...).<p> <hr>
wp-content/wptouch-data/themes/classic-child-1/iphone/style.css
InSTEDD-iLabSEA/website
/* You can place your custom styles here */
web/public/scripts/devel/current/dijit/themes/nihilo/form/ComboBox.css
Emergen/zivios-panel
.nihilo .dijitComboBox .dijitArrowButton .dijitArrowButtonInner { background:url("../images/spriteArrows.png") no-repeat left center; width: 11px; } .dj_ie6 .nihilo .dijitComboBox .dijitArrowButton .dijitArrowButtonInner { background:url("../images/spriteArrows.gif") no-repeat left center; } .nihilo .dijitComboBoxHover .dijitArrowButtonInner { /* TODO: url("images/arrowDownHover.png") but in IE6 it flickers some? */ }
public/pp/level1/riskandunderwriting/data/ios/style.css
usmschuck/canvas
* { margin: 0; padding: 0; outline: none; border: none; } html, body { height: 100%; } body, div, a, p, ul, ol, li, table, td, th, { font-family: Tahoma; font-weight: normal; } h1, h2, h3, h4, h5, h6 { font-family: Arial; } .left_float { float: left; } .clear { clear: both; } body { background: #7F7F7F; padding: 30px; } .main { min-width: 691px; min-height: 600px; padding: 43px; background: white; position: relative; } .main.ios { padding: 33px 20px; } /*ios style begin*/ .image_wrapper { position: absolute; width: 284px; height: 201px; } .img_ipad { width: 284px; height: 201px; } .img_in_ipad { width: 185px; height: 140px; left: 50px; position: absolute; top: 34px; } .info_wrapper { padding-left: 305px; padding-top: 12px; } .title { font-size: 33px; font-weight: bold; font-family: Helvetica; margin-bottom: 15px; line-height: 33px; word-wrap: break-word; } .text { font-size: 16px; color: #646464; line-height: 21px; font-family: Helvetica; word-wrap: break-word; margin-bottom: 20px; } .button_wrapper { height: 70px; width: 163px; position: relative; } .launch_button { display: inline-block; position: relative; text-decoration: none; } .button_text { display: block; position: absolute; left: 0; top: 15px; width: 100%; height: 25px; color: #646464; font: 28px/28px Helvetica; cursor: pointer; text-align: center; } /*ios style end*/ /*install style begin*/ .desk { position: absolute; } .button, .button:hover { display: inline-block; } .info_wrapper_install { padding-left: 198px; } .title_install { font-size: 30px; font-family: Helvetica; font-weight: bold; line-height: 34px; margin-bottom: 15px; } .text_install { font-size: 20px; color: #646464; font-family: Helvetica; line-height: 24px; margin-bottom: 20px; } /*install style end*/ /* shadow styles begin */ .left_top_shadow { height: 3px; width: 14px; background: url(./shadows/left-top-shadow.jpg); position: absolute; top: -3px; left: -6px; } .middle_top_shadow { position: absolute; top: -4px; height: 4px; left: 8px; min-width: 98.95%; background: url(./shadows/top-shadow.jpg) repeat-x; } .right_top_shadow { position: absolute; top: -3px; right: -6px; height: 3px; width: 14px; background: url(./shadows/right-top-shadow.jpg); } .top_left_shadow { height: 13px; width: 8px; background: url(./shadows/top-left-shadow.jpg); position: absolute; top: 0; left: -8px; } .middle_left_shadow { width: 9px; background: url(./shadows/middle-left-shadow.jpg) repeat-y; position: absolute; left: -9px; top: 13px; min-height: 98%; } .bottom_left_shadow { height: 3px; width: 8px; background: url(./shadows/bottom-left-shadow.jpg); position: absolute; bottom: 0; left: -8px; } .top_right_shadow { height: 13px; width: 8px; background: url(./shadows/top-right-shadow.jpg); position: absolute; top: 0; right: -8px; } .middle_right_shadow { width: 9px; background: url(./shadows/middle-right-shadow.jpg) repeat-y; position: absolute; right: -9px; top: 13px; min-height: 98%; } .bottom_right_shadow { height: 3px; width: 8px; background: url(./shadows/bottom-right-shadow.jpg); position: absolute; bottom: 0; right: -8px; } .left_bottom_shadow { height: 13px; width: 16px; background: url(./shadows/left-bottom-shadow.jpg); position: absolute; bottom: -13px; left: -8px; z-index: 999; } .middle_bottom_shadow { height: 14px; background: url(./shadows/middle-bottom-shadow.jpg) repeat-x; position: absolute; left: -3px; bottom: -14px; min-width: 99.6%; } .right_bottom_shadow { height: 13px; width: 16px; background: url(./shadows/right-bottom-shadow.jpg); position: absolute; bottom: -13px; right: -8px; } /* shadow styles end */
src/org.xtuml.bp.doc/Reference/MASL/tutorial/html/ActionsObjectServices.html
lwriemen/bridgepoint
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>6.1. Object Services</title> <link rel="stylesheet" type="text/css" href="docbook.css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <meta name="keywords" content="MASL, Action Language, Action Semantics, UML, Unified Modelling Language, Shlaer Mellor"> <link rel="home" href="index.html" title="MASL Tutorial"> <link rel="up" href="Actions.html" title="Chapter 6. Actions"> <link rel="prev" href="Actions.html" title="Chapter 6. Actions"> <link rel="next" href="ActionsInstanceServices.html" title="6.2. Instance Services"> <link rel="preface" href="preface.html" title="Preface"> <link rel="chapter" href="Types.html" title="Chapter 1. Types"> <link rel="chapter" href="ExecutionControl.html" title="Chapter 2. Execution Control"> <link rel="chapter" href="CompositeTypes.html" title="Chapter 3. Composite Types"> <link rel="chapter" href="Exceptions.html" title="Chapter 4. Exceptions"> <link rel="chapter" href="ObjectsandRelationships.html" title="Chapter 5. Objects and Relationships"> <link rel="chapter" href="Actions.html" title="Chapter 6. Actions"> <link rel="chapter" href="DeviceIO.html" title="Chapter 7. Device Input/Output"> <link rel="chapter" href="MASLExamples.html" title="Chapter 8. MASL Examples"> <link rel="index" href="ix01.html" title="Index"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <div align="center">UNCLASSIFIED</div> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr><th colspan="3" align="center">6.1. Object Services</th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="Actions.html">Prev</a> </td> <th width="60%" align="center">Chapter 6. Actions</th> <td width="20%" align="right"> <a accesskey="n" href="ActionsInstanceServices.html">Next</a> </td> </tr> </table> <hr> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title"> <a name="ActionsObjectServices"></a>6.1. Object Services</h2></div></div></div> <p>Object services are actions that are associated with an object, but not a specific instance of that object. The exact form of a object service definition is unimportant as it is automatically generated from the case tool. The code that is placed in the definition looks exactly like a block as described in Section 2.2 except that the reserved word <code class="literal">declare</code> is not needed. For example, the <code class="classname">Aircraft</code> object seen previously might provide an object service called <code class="function">get_fast_pilots</code> that returns the set of pilots who are flying aircraft, which are going very fast. The object service definition might look something like:</p> <div class="informalexample"><pre class="programlisting"> public service Air_Management::Aircraft.get_fast_pilots( pilot_set : out set of instance of Pilot) is aircraft_set : set of instance of Aircraft; pilot_bag : bag of instance of Pilot; begin aircraft_set := find Aircraft(speed &gt;= 3 * (10 ** 8)); pilot_bag := aircraft_set -&gt; R1; pilot_set := set of instance of Pilot(pilot_bag); end service;</pre></div> <p>Notice the use of the reserved word <code class="literal">public</code> that states that the service may be accessed by any code that can access the object. An object service can also be declared as <code class="literal">private</code>, in which case access is permitted only from actions defined by the object. Also the parameters of the service are tagged with the reserved words <code class="literal">in</code> or <code class="literal">out</code> which conveys the direction of information transfer. We could invoke this service by writing:</p> <div class="informalexample"><pre class="programlisting"> pilot_set : set of instance of Pilot; ... Aircraft.get_fast_pilots(pilot_set);</pre></div> <p>If we wanted to call an object service from an action defined by the object we could drop the object name and the dot from the invocation. So if the invocation above was in an action defined by the <code class="classname">Aircraft</code> object we could have written:</p> <div class="informalexample"><pre class="programlisting"> aircraft_instance.get_fast_pilots(pilot_set);</pre></div> <p>Note that the service body does not have access to this specific instance. Hence, invoking the object service on any other Aircraft instance would have the same result.</p> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"> <a accesskey="p" href="Actions.html">Prev</a> </td> <td width="20%" align="center"><a accesskey="u" href="Actions.html">Up</a></td> <td width="40%" align="right"> <a accesskey="n" href="ActionsInstanceServices.html">Next</a> </td> </tr> <tr> <td width="40%" align="left" valign="top">Chapter 6. Actions </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> | <a accesskey="t" href="bk01-toc.html">ToC</a> </td> <td width="40%" align="right" valign="top"> 6.2. Instance Services</td> </tr> </table> </div> <div align="center">UNCLASSIFIED</div> </body> </html>