code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!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_45) on Thu Jan 20 13:41:20 IST 2022 --> <title>com.exlibris.repository.persistence.sip Class Hierarchy</title> <meta name="date" content="2022-01-20"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.exlibris.repository.persistence.sip Class Hierarchy"; } } 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">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/exlibris/repository/persistence/rip/package-tree.html">Prev</a></li> <li><a href="../../../../../com/exlibris/repository/procauto/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/exlibris/repository/persistence/sip/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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 class="title">Hierarchy For Package com.exlibris.repository.persistence.sip</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">com.exlibris.repository.persistence.sip.<a href="../../../../../com/exlibris/repository/persistence/sip/SIPStatusInfo.html" title="class in com.exlibris.repository.persistence.sip"><span class="typeNameLink">SIPStatusInfo</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/exlibris/repository/persistence/rip/package-tree.html">Prev</a></li> <li><a href="../../../../../com/exlibris/repository/procauto/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/exlibris/repository/persistence/sip/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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>
ExLibrisGroup/Rosetta.dps-sdk-projects
current/javadoc/com/exlibris/repository/persistence/sip/package-tree.html
HTML
bsd-3-clause
4,819
{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}{{ site_name }}{% endblock %} {% block content %} <div class="row"> <div class="col-sm-12"> <h1 class="settings-title"> My Projects </h1> <div id="project-selector" class="row"> {% for project in projects %} <a href="{% url 'hc-checks' project.code %}"> <div class="col-sm-6 col-md-4"> <div class="panel project {% if project.id == last_project_id %}selected{% endif %}"> <div class="status ic-{{ project.overall_status }}"></div> <h4>{{ project }}</h4> <div> {{ project.n_checks }} check{{ project.n_checks|pluralize }}, {{ project.n_channels }} integration{{ project.n_channels|pluralize }} </div> <div class="text-muted"> {{ project.owner_email }} </div> </div> </div> </a> {% endfor %} <a id="add-project" href="#" data-toggle="modal" data-target="#add-project-modal"> <div class="col-sm-6 col-md-4"> <div class="panel project"> New Project&hellip; </div> </div> </a> </div> </div> </div> {% include "accounts/add_project_modal.html" %} {% endblock %} {% block scripts %} {% compress js %} <script src="{% static 'js/jquery-3.6.0.min.js' %}"></script> <script src="{% static 'js/bootstrap.min.js' %}"></script> <script src="{% static 'js/add_project_modal.js' %}"></script> {% endcompress %} {% endblock %}
healthchecks/healthchecks
templates/front/projects.html
HTML
bsd-3-clause
1,880
<header>Impedisco l'accesso alla directory?</header> <i>Questa è una opzione specifica di NFSv2.</i><br> Quando questa opzione è selezionata lo specifico client non avrà i permessi di accesso alla directory. Questa opzioni è realmente utile se stai condividendo una directory volendo impedire l'accesso ad alcune sottodirectory.<br> <br><i>Opzione di exportfs: noaccess</i> <hr>
xtso520ok/webmin
exports/help/noaccess.it.UTF-8.html
HTML
bsd-3-clause
390
<html> <head> <title>stroke</title> </head> <body> </body> </html>
mbien/netbeans-opengl-pack
jogl-glredbook-project/src/net/java/nboglpack/joglglredbookproject/resources/stroke.html
HTML
bsd-3-clause
70
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_17) on Tue Feb 23 09:37:18 PST 2010 --> <TITLE> Command (Selenium Remote Control 1.0.3) </TITLE> <META NAME="date" CONTENT="2010-02-23"> <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="Command (Selenium Remote Control 1.0.3)"; } } </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="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;<A HREF="../../../../org/openqa/selenium/firefox/ExtensionConnection.html" title="interface in org.openqa.selenium.firefox"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/openqa/selenium/firefox/Command.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Command.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.openqa.selenium.firefox</FONT> <BR> Class Command</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.openqa.selenium.firefox.Command</B> </PRE> <HR> <DL> <DT><PRE>public class <B>Command</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="../../../../org/openqa/selenium/firefox/Command.html#Command(org.openqa.selenium.firefox.Context, java.lang.String, java.lang.Object...)">Command</A></B>(org.openqa.selenium.firefox.Context&nbsp;context, java.lang.String&nbsp;commandName, java.lang.Object...&nbsp;parameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/openqa/selenium/firefox/Command.html#Command(org.openqa.selenium.firefox.Context, java.lang.String, java.lang.String, java.lang.Object...)">Command</A></B>(org.openqa.selenium.firefox.Context&nbsp;context, java.lang.String&nbsp;elementId, java.lang.String&nbsp;commandName, java.lang.Object...&nbsp;parameters)</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;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/openqa/selenium/firefox/Command.html#getCommandName()">getCommandName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;org.openqa.selenium.firefox.Context</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/openqa/selenium/firefox/Command.html#getContext()">getContext</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/openqa/selenium/firefox/Command.html#getElementId()">getElementId</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Object[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/openqa/selenium/firefox/Command.html#getParameters()">getParameters</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Command(org.openqa.selenium.firefox.Context, java.lang.String, java.lang.Object...)"><!-- --></A><H3> Command</H3> <PRE> public <B>Command</B>(org.openqa.selenium.firefox.Context&nbsp;context, java.lang.String&nbsp;commandName, java.lang.Object...&nbsp;parameters)</PRE> <DL> </DL> <HR> <A NAME="Command(org.openqa.selenium.firefox.Context, java.lang.String, java.lang.String, java.lang.Object...)"><!-- --></A><H3> Command</H3> <PRE> public <B>Command</B>(org.openqa.selenium.firefox.Context&nbsp;context, java.lang.String&nbsp;elementId, java.lang.String&nbsp;commandName, java.lang.Object...&nbsp;parameters)</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="getContext()"><!-- --></A><H3> getContext</H3> <PRE> public org.openqa.selenium.firefox.Context <B>getContext</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getElementId()"><!-- --></A><H3> getElementId</H3> <PRE> public java.lang.String <B>getElementId</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getCommandName()"><!-- --></A><H3> getCommandName</H3> <PRE> public java.lang.String <B>getCommandName</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getParameters()"><!-- --></A><H3> getParameters</H3> <PRE> public java.lang.Object[] <B>getParameters</B>()</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;<A HREF="../../../../org/openqa/selenium/firefox/ExtensionConnection.html" title="interface in org.openqa.selenium.firefox"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/openqa/selenium/firefox/Command.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Command.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>
mgrauer/midas3score
library/Selenium/selenium-server-1.0.3/javadocs/org/openqa/selenium/firefox/Command.html
HTML
bsd-3-clause
12,191
{% extends "base.html" %} {% load static %} {% load materializecss %} {% block extra_js %} <script> $(document).ready(function() { $('select').material_select(); $('.modal-trigger').leanModal(); $('input[name="phone_number"]').parent().hide(); $('select[name="service_provider"]').parent().parent().hide(); $("input[name='subscription_type']").change(function () { if (this.value == "SMS") { $('input[name="phone_number"]').parent().show(); $('select[name="service_provider"]').parent().parent().show(); } else { $('input[name="phone_number"]').parent().hide(); $('select[name="service_provider"]').parent().parent().hide(); } }); }); </script> {% endblock %} {% block content %} <!-- Modal Trigger --> <div class="row"> <div class="col s6"> <p><a href="#mapzoom" class="modal-trigger"><img width="400" src="{{MEDIA_URL}}{{object.districts_map}}" /></a><br />Click to zoom</p> </div> <div class="col s6"> <form method="post" action="{% url 'notifications:subscription_create' %}"> {% csrf_token %} {{view.subscription_form|materializecss}} <button class="btn btn-primary" type="submit">Subscribe</button> </form> </div> </div> <hr /> <p><a class="btn btn-default" href="{% url 'notifications:municipality_list' %}">Municipality Listing</a></p> <!-- Modal Structure --> <div id="mapzoom" class="modal"> <div class="modal-content"> <h4>District Map</h4> <p><img width="1200" src="{{MEDIA_URL}}{{object.districts_map}}" /></p> </div> <div class="modal-footer"> <a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a> </div> </div> <br /> {% endblock %}
mainecivichackday/wheresyourtrash
wheresyourtrash/apps/notifications/templates/notifications/municipality_detail.html
HTML
bsd-3-clause
1,753
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Wed Sep 14 22:21:30 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Viewer (PMD 4.2.6 API) </TITLE> <META NAME="date" CONTENT="2011-09-14"> <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="Viewer (PMD 4.2.6 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/Viewer.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;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?net/sourceforge/pmd/util/viewer/Viewer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Viewer.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"> net.sourceforge.pmd.util.viewer</FONT> <BR> Class Viewer</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>net.sourceforge.pmd.util.viewer.Viewer</B> </PRE> <HR> <DL> <DT><PRE>public class <B>Viewer</B><DT>extends java.lang.Object</DL> </PRE> <P> viewer's starter <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Id$</DD> <DT><B>Author:</B></DT> <DD>Boris Gruschko ( boris at gruschko.org )</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="../../../../../net/sourceforge/pmd/util/viewer/Viewer.html#Viewer()">Viewer</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="../../../../../net/sourceforge/pmd/util/viewer/Viewer.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="Viewer()"><!-- --></A><H3> Viewer</H3> <PRE> public <B>Viewer</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="class-use/Viewer.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;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?net/sourceforge/pmd/util/viewer/Viewer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Viewer.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 &copy; 2002-2011 InfoEther. All Rights Reserved. </BODY> </HTML>
pscadiz/pmd-4.2.6-gds
docs/apidocs/net/sourceforge/pmd/util/viewer/Viewer.html
HTML
bsd-3-clause
9,642
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="description" content="Drag and drop demo written in Brython www.brython.info"> <meta name="keywords" content="Python,Brython"> <meta name="author" content="Pierre Quentel"> <meta http-equiv="Content-type" content="text/html;charset=utf-8"> <script type="text/javascript" src="../src/brython.js"></script> <style> .rounded-corners { -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px; text-align:center; background-color:#440; color:#FFF; font-family:arial; font-weight:bold; font-size:12px; } </style> </head> <body onLoad="brython(1)"> <img src="../brython.png"> <script type="text/python"> from browser import document, timer from browser.html import AREA, DIV countries = [area.id for area in document[AREA]] def mouse_over(ev): ev.target.style.cursor = "pointer" def drag_start(ev): ev.data['text']=ev.target.id ev.data.effectAllowed = 'move' def drag_over(ev): ev.data.dropEffect = 'move' ev.preventDefault() def drop(ev): ev.preventDefault() src_id = ev.data['text'] elt = document[src_id] if ev.target.id == countries[int(src_id)]: # dropped on the right country elt.style.left = ev.x - elt.clientWidth / 2 elt.style.top = ev.y - elt.clientHeight / 2 elt.draggable = False # don't drag any more elt.style.cursor = "auto" else: # back where we started go_back(elt,ev) for i,area in enumerate(document[AREA]): # create a DIV for each AREA (ie each country) ctag = DIV(area.id, draggable=True, id=i, Class="rounded-corners") left = 10 + 110 * (i // 15) _top = 100 + 30 * (i - 15 * (i // 15)) ctag.style= {'position': 'absolute','left': left,'top': _top, 'width': 80,'height': 16} ctag.bind('dragstart', drag_start) ctag.bind('mouseover', mouse_over) document <= ctag # drag and drop event handlers area.bind('dragover', drag_over) area.bind('drop', drop) step = 0 _timer = None def go_back(elt,mouse): # smoothly move the DIV to its original place global step, _timer x0, y0 = mouse.x - elt.clientWidth / 2, mouse.y - elt.clientHeight / 2 x1, y1 = elt.left, elt.top # return integers (elt.style.left returns a string like "110px") step = 0 dx,dy = (x1 - x0) / 100, (y1 - y0) / 100 def move(): global step elt.style.left = x0 + step*dx elt.style.top = y0 + step*dy step += 1 if step>100: timer.clear_interval(_timer) _timer = timer.set_interval(move,10) </script> <div align="center"><img src="img/europa.gif" border="0" usemap="#europa"> <map name="europa"> <area shape="poly" coords="231,245,281,249,282,292,257,307,272,327,255,340,230,342,218,334,224,320,214,313,211,293,225,257,232,244" id="Allemagne"> <area shape="rect" coords="143,392,152,399" id="Andorre"> <area shape="poly" coords="234,343,234,348,276,355,293,354,300,335,300,328,273,327,258,343,233,343" id="Autriche"> <area shape="poly" coords="178,283,189,279,205,294,205,299,195,306" id="Belgique"> <area shape="poly" coords="355,386,371,395,404,386,414,394,414,412,373,419,356,422" id="Bulgarie"> <area shape="poly" coords="465,488,497,475,504,492,470,507,466,489" id="Chypre"> <area shape="poly" coords="213,398,202,405,205,416,217,413,213,399" id="Corse"> <area shape="poly" coords="234,205,253,200,258,226,268,231,270,243,231,242,234,206" id="Danemark"> <area shape="poly" coords="41,357,84,355,165,416,174,445,86,470,34,461,71,382,40,372" id="Espagne"> <area shape="poly" coords="339,182,356,174,372,178,374,199,347,194,331,196,339,183" id="Estonie"> <area shape="poly" coords="322,45,326,41,344,53,350,34,360,40,392,125,372,163,341,174,327,161,326,135,347,100,342,94,340,59,322,46" id="Finlande"> <area shape="poly" coords="176,282,145,292,100,295,117,374,133,390,153,391,151,401,155,401,165,397,208,394,201,358,195,349,213,334,219,322,183,298,175,285" id="France"> <area shape="poly" coords="399,420,397,421,361,424,322,450,354,490,378,511,403,511,424,490,401,466,394,431,397,419" id="Grèce"> <area shape="poly" coords="301,338,295,352,306,364,343,360,353,332,347,329,316,340,299,340" id="Hongrie"> <area shape="poly" coords="88,213,115,203,107,222,118,228,109,250,79,252,79,236,87,213" id="Irlande"> <area shape="rect" coords="77,9,145,70" id="Islande"> <area shape="poly" coords="209,357,234,357,239,352,271,357,267,372,257,384,315,442,294,476,287,464,234,424,211,386" id="Italie"> <area shape="poly" coords="348,198,376,202,379,223,368,232,353,218,329,218,347,198" id="Lettonie"> <area shape="poly" coords="328,220,353,220,370,235,366,252,349,253,347,243,322,233" id="Lituanie"> <area shape="poly" coords="200,305,209,296,212,314,199,305" id="Luxembourg"> <area shape="rect" coords="260,493,283,509" id="Malte"> <area shape="poly" coords="316,15,375,18,364,37,348,32,340,41,321,37,264,128,267,157,255,192,219,197,224,122,317,16" id="Norvège"> <area shape="poly" coords="200,257,223,257,212,280,208,292,189,276,199,258" id="Pays-Bas"> <area shape="poly" coords="307,244,352,252,355,280,362,295,348,321,337,312,315,317,309,302,286,295,282,258,309,244" id="Pologne"> <area shape="poly" coords="39,374,67,385,38,448,14,436" href="portugal_carte.htm" id="Portugal"> <area shape="poly" coords="262,308,274,325,299,327,313,319,304,304,282,296,260,307" id="Rép.Tchèque"> <area shape="poly" coords="356,333,346,362,331,365,357,386,375,393,402,383,415,391,426,361,404,362,390,325" id="Roumanie"> <area shape="poly" coords="119,174,188,140,172,281,101,284,126,236,124,226,109,221,117,204,119,175" id="Royaume-Uni"> <area shape="poly" coords="200,419,215,418,218,438,201,438" id="Sardaigne"> <area shape="poly" coords="250,465,284,468,284,488,267,489,247,474" id="Sicile"> <area shape="poly" coords="301,329,304,338,317,338,344,329,345,323,335,315,315,320,300,330" id="Slovaquie"> <area shape="poly" coords="275,361,294,354,297,360,280,376,273,376" id="Slovénie"> <area shape="poly" coords="318,49,338,62,340,95,305,144,317,210,273,237,260,188,273,154,270,127,318,50" id="Suède"> <area shape="poly" coords="216,337,200,350,200,353,218,356,231,352,229,344,217,338" id="Suisse"> </map> </div> <div>Carte trouvée sur <a target="_blank" href="http://www.lexilogos.com/europe_carte.htm">Lexilogos</a></div> </body> </html>
Hasimir/brython
www/gallery/europe.html
HTML
bsd-3-clause
6,419
<!DOCTYPE html> <script src="../../fast/repaint/resources/text-based-repaint.js"></script> <script> window.onload = runRepaintAndPixelTest; function repaintTest() { document.querySelector('path').setAttribute('pathLength', 200); } </script> <svg width="400" height="400"> <path pathLength="0" d="M100,100h100v100h-100z" fill="none" stroke="blue" stroke-width="20" stroke-dasharray="25"/> </svg>
danakj/chromium
third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change.html
HTML
bsd-3-clause
408
<html> <head> <meta charset="utf-8"> <title>Leaflet.Sync Tests</title> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <link rel="stylesheet" href="../node_modules/leaflet/dist/leaflet.css" /> <style> .map, .label { width: 200px; height: 200px; float: left; } .label { width: 40px; text-align: left; font-size: 40px; padding: 20px 30px; } #mocha { clear: both; } </style> </head> <body> <div class="maps"> <div class="label">A:</div> <div class="map" id="mapA"></div> <div class="label">B:</div> <div class="map" id="mapB"></div> <div class="label">C:</div> <div class="map" id="mapC"></div> </div> <div id="mocha"></div> <script src="../node_modules/leaflet/dist/leaflet.js"></script> <script src="../L.Map.Sync.js"></script> <script src="../node_modules/chai/chai.js"></script> <script src="../node_modules/mocha/mocha.js"></script> <script src="../node_modules/chai-leaflet/chai-leaflet.js"></script> <script> mocha.setup('bdd'); </script> <script src="spec.js"></script> <script> mocha.globals(['L']); (window.mochaPhantomJS || mocha).run(); </script> </body> </html>
bi0m3trics/Leaflet.Sync
test/index.html
HTML
bsd-3-clause
1,364
<link rel="import" href="src/google-chart/charts-loader.html">
dart-archive/polymer_elements
lib/charts_loader_nodart.html
HTML
bsd-3-clause
64
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /home/gerard/sites/modules.w.doctrine/modules.zendframework.com/vendor/ZF2/library/Zend/Db/Adapter/Driver/Pdo/Connection.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="span12"> <ul class="breadcrumb"> <li><a href="index.html">/home/gerard/sites/modules.w.doctrine/modules.zendframework.com</a> <span class="divider">/</span></li> <li><a href="vendor.html">vendor</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2.html">ZF2</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2_library.html">library</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2_library_Zend.html">Zend</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2_library_Zend_Db.html">Db</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2_library_Zend_Db_Adapter.html">Adapter</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2_library_Zend_Db_Adapter_Driver.html">Driver</a> <span class="divider">/</span></li> <li><a href="vendor_ZF2_library_Zend_Db_Adapter_Driver_Pdo.html">Pdo</a> <span class="divider">/</span></li> <li class="active">Connection.php</li> </ul> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> <td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> </tr> </thead> <tbody> <tr> <td class="danger">Total</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 11.76%;"></div> </div> </td> <td class="danger small"><div align="right">11.76%</div></td> <td class="danger small"><div align="right">2&nbsp;/&nbsp;17</div></td> <td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 8.54%;"></div> </div> </td> <td class="danger small"><div align="right">8.54%</div></td> <td class="danger small"><div align="right">14&nbsp;/&nbsp;164</div></td> </tr> <tr> <td class="danger">Connection</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 11.76%;"></div> </div> </td> <td class="danger small"><div align="right">11.76%</div></td> <td class="danger small"><div align="right">2&nbsp;/&nbsp;17</div></td> <td class="danger small">3198.02</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 8.54%;"></div> </div> </td> <td class="danger small"><div align="right">8.54%</div></td> <td class="danger small"><div align="right">14&nbsp;/&nbsp;164</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#54">__construct($connectionParameters = null)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">5.26</td> <td class="warning big"> <div class="progress progress-warning" style="width: 100px;"> <div class="bar" style="width: 57.14%;"></div> </div> </td> <td class="warning small"><div align="right">57.14%</div></td> <td class="warning small"><div align="right">4&nbsp;/&nbsp;7</div></td> </tr> <tr> <td class="success" colspan="4">&nbsp;<a href="#71">setDriver(Pdo $driver)</a></td> <td class="success big"> <div class="progress progress-success" style="width: 100px;"> <div class="bar" style="width: 100.00%;"></div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> <td class="success small">1</td> <td class="success big"> <div class="progress progress-success" style="width: 100px;"> <div class="bar" style="width: 100.00%;"></div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">2&nbsp;/&nbsp;2</div></td> </tr> <tr> <td class="success" colspan="4">&nbsp;<a href="#82">getDriverName()</a></td> <td class="success big"> <div class="progress progress-success" style="width: 100px;"> <div class="bar" style="width: 100.00%;"></div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> <td class="success small">1</td> <td class="success big"> <div class="progress progress-success" style="width: 100px;"> <div class="bar" style="width: 100.00%;"></div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#93">setConnectionParameters(array $connectionParameters)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">5.57</td> <td class="warning big"> <div class="progress progress-warning" style="width: 100px;"> <div class="bar" style="width: 53.85%;"></div> </div> </td> <td class="warning small"><div align="right">53.85%</div></td> <td class="warning small"><div align="right">7&nbsp;/&nbsp;13</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#115">getConnectionParameters()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#125">getCurrentSchema()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">42</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;18</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#157">setResource(\PDO $resource)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;3</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#169">getResource()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#181">connect()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">702</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;76</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#275">isConnected()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">2</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#285">disconnect()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">6</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;4</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#298">beginTransaction()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">6</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;6</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#313">commit()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">6</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;6</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#330">rollback()</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">12</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;6</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#351">execute($sql)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">12</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;9</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#375">prepare($sql)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">6</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;5</div></td> </tr> <tr> <td class="danger" colspan="4">&nbsp;<a href="#391">getLastGeneratedValue($name = null)</a></td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;1</div></td> <td class="danger small">20</td> <td class="danger big"> <div class="progress progress-danger" style="width: 100px;"> <div class="bar" style="width: 0.00%;"></div> </div> </td> <td class="danger small"><div align="right">0.00%</div></td> <td class="danger small"><div align="right">0&nbsp;/&nbsp;5</div></td> </tr> </tbody> </table> <table class="table table-borderless table-condensed"> <tbody> <tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine">&lt;?php</td></tr> <tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine">/**</td></tr> <tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine"> * Zend Framework (http://framework.zend.com/)</td></tr> <tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine"> * @link http://github.com/zendframework/zf2 for the canonical source repository</td></tr> <tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"> * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)</td></tr> <tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine"> * @license http://framework.zend.com/license/new-bsd New BSD License</td></tr> <tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine"> * @package Zend_Db</td></tr> <tr><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine">namespace Zend\Db\Adapter\Driver\Pdo;</td></tr> <tr><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine">use Zend\Db\Adapter\Driver\ConnectionInterface;</td></tr> <tr><td><div align="right"><a name="14"></a><a href="#14">14</a></div></td><td class="codeLine">use Zend\Db\Adapter\Exception;</td></tr> <tr><td><div align="right"><a name="15"></a><a href="#15">15</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="16"></a><a href="#16">16</a></div></td><td class="codeLine">/**</td></tr> <tr><td><div align="right"><a name="17"></a><a href="#17">17</a></div></td><td class="codeLine"> * @category Zend</td></tr> <tr><td><div align="right"><a name="18"></a><a href="#18">18</a></div></td><td class="codeLine"> * @package Zend_Db</td></tr> <tr><td><div align="right"><a name="19"></a><a href="#19">19</a></div></td><td class="codeLine"> * @subpackage Adapter</td></tr> <tr><td><div align="right"><a name="20"></a><a href="#20">20</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="21"></a><a href="#21">21</a></div></td><td class="codeLine">class Connection implements ConnectionInterface</td></tr> <tr><td><div align="right"><a name="22"></a><a href="#22">22</a></div></td><td class="codeLine">{</td></tr> <tr><td><div align="right"><a name="23"></a><a href="#23">23</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="24"></a><a href="#24">24</a></div></td><td class="codeLine"> * @var Pdo</td></tr> <tr><td><div align="right"><a name="25"></a><a href="#25">25</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="26"></a><a href="#26">26</a></div></td><td class="codeLine"> protected $driver = null;</td></tr> <tr><td><div align="right"><a name="27"></a><a href="#27">27</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="28"></a><a href="#28">28</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="29"></a><a href="#29">29</a></div></td><td class="codeLine"> * @var string</td></tr> <tr><td><div align="right"><a name="30"></a><a href="#30">30</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="31"></a><a href="#31">31</a></div></td><td class="codeLine"> protected $driverName = null;</td></tr> <tr><td><div align="right"><a name="32"></a><a href="#32">32</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="33"></a><a href="#33">33</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="34"></a><a href="#34">34</a></div></td><td class="codeLine"> * @var array</td></tr> <tr><td><div align="right"><a name="35"></a><a href="#35">35</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="36"></a><a href="#36">36</a></div></td><td class="codeLine"> protected $connectionParameters = array();</td></tr> <tr><td><div align="right"><a name="37"></a><a href="#37">37</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="38"></a><a href="#38">38</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="39"></a><a href="#39">39</a></div></td><td class="codeLine"> * @var \PDO</td></tr> <tr><td><div align="right"><a name="40"></a><a href="#40">40</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="41"></a><a href="#41">41</a></div></td><td class="codeLine"> protected $resource = null;</td></tr> <tr><td><div align="right"><a name="42"></a><a href="#42">42</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="43"></a><a href="#43">43</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="44"></a><a href="#44">44</a></div></td><td class="codeLine"> * @var bool</td></tr> <tr><td><div align="right"><a name="45"></a><a href="#45">45</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="46"></a><a href="#46">46</a></div></td><td class="codeLine"> protected $inTransaction = false;</td></tr> <tr><td><div align="right"><a name="47"></a><a href="#47">47</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="48"></a><a href="#48">48</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="49"></a><a href="#49">49</a></div></td><td class="codeLine"> * Constructor</td></tr> <tr><td><div align="right"><a name="50"></a><a href="#50">50</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="51"></a><a href="#51">51</a></div></td><td class="codeLine"> * @param array|\PDO|null $connectionParameters</td></tr> <tr><td><div align="right"><a name="52"></a><a href="#52">52</a></div></td><td class="codeLine"> * @throws Exception\InvalidArgumentException</td></tr> <tr><td><div align="right"><a name="53"></a><a href="#53">53</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="54"></a><a href="#54">54</a></div></td><td class="codeLine"> public function __construct($connectionParameters = null)</td></tr> <tr><td><div align="right"><a name="55"></a><a href="#55">55</a></div></td><td class="codeLine"> {</td></tr> <tr class="success popin" data-title="1 test covers line 56" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="56"></a><a href="#56">56</a></div></td><td class="codeLine"> if (is_array($connectionParameters)) {</td></tr> <tr class="success popin" data-title="1 test covers line 57" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="57"></a><a href="#57">57</a></div></td><td class="codeLine"> $this-&gt;setConnectionParameters($connectionParameters);</td></tr> <tr class="success popin" data-title="1 test covers line 58" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="58"></a><a href="#58">58</a></div></td><td class="codeLine"> } elseif ($connectionParameters instanceof \PDO) {</td></tr> <tr class="danger"><td><div align="right"><a name="59"></a><a href="#59">59</a></div></td><td class="codeLine"> $this-&gt;setResource($connectionParameters);</td></tr> <tr class="danger"><td><div align="right"><a name="60"></a><a href="#60">60</a></div></td><td class="codeLine"> } elseif (null !== $connectionParameters) {</td></tr> <tr class="danger"><td><div align="right"><a name="61"></a><a href="#61">61</a></div></td><td class="codeLine"> throw new Exception\InvalidArgumentException('$connection must be an array of parameters, a PDO object or null');</td></tr> <tr><td><div align="right"><a name="62"></a><a href="#62">62</a></div></td><td class="codeLine"> }</td></tr> <tr class="success popin" data-title="1 test covers line 63" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="63"></a><a href="#63">63</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="64"></a><a href="#64">64</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="65"></a><a href="#65">65</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="66"></a><a href="#66">66</a></div></td><td class="codeLine"> * Set driver</td></tr> <tr><td><div align="right"><a name="67"></a><a href="#67">67</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="68"></a><a href="#68">68</a></div></td><td class="codeLine"> * @param Pdo $driver</td></tr> <tr><td><div align="right"><a name="69"></a><a href="#69">69</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="70"></a><a href="#70">70</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="71"></a><a href="#71">71</a></div></td><td class="codeLine"> public function setDriver(Pdo $driver)</td></tr> <tr><td><div align="right"><a name="72"></a><a href="#72">72</a></div></td><td class="codeLine"> {</td></tr> <tr class="success popin" data-title="1 test covers line 73" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="73"></a><a href="#73">73</a></div></td><td class="codeLine"> $this-&gt;driver = $driver;</td></tr> <tr class="success popin" data-title="1 test covers line 74" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="74"></a><a href="#74">74</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="75"></a><a href="#75">75</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="76"></a><a href="#76">76</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="77"></a><a href="#77">77</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="78"></a><a href="#78">78</a></div></td><td class="codeLine"> * Get driver name</td></tr> <tr><td><div align="right"><a name="79"></a><a href="#79">79</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="80"></a><a href="#80">80</a></div></td><td class="codeLine"> * @return null|string</td></tr> <tr><td><div align="right"><a name="81"></a><a href="#81">81</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="82"></a><a href="#82">82</a></div></td><td class="codeLine"> public function getDriverName()</td></tr> <tr><td><div align="right"><a name="83"></a><a href="#83">83</a></div></td><td class="codeLine"> {</td></tr> <tr class="success popin" data-title="1 test covers line 84" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="84"></a><a href="#84">84</a></div></td><td class="codeLine"> return $this-&gt;driverName;</td></tr> <tr><td><div align="right"><a name="85"></a><a href="#85">85</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="86"></a><a href="#86">86</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="87"></a><a href="#87">87</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="88"></a><a href="#88">88</a></div></td><td class="codeLine"> * Set connection parameters</td></tr> <tr><td><div align="right"><a name="89"></a><a href="#89">89</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="90"></a><a href="#90">90</a></div></td><td class="codeLine"> * @param array $connectionParameters</td></tr> <tr><td><div align="right"><a name="91"></a><a href="#91">91</a></div></td><td class="codeLine"> * @return void</td></tr> <tr><td><div align="right"><a name="92"></a><a href="#92">92</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="93"></a><a href="#93">93</a></div></td><td class="codeLine"> public function setConnectionParameters(array $connectionParameters)</td></tr> <tr><td><div align="right"><a name="94"></a><a href="#94">94</a></div></td><td class="codeLine"> {</td></tr> <tr class="success popin" data-title="1 test covers line 95" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="95"></a><a href="#95">95</a></div></td><td class="codeLine"> $this-&gt;connectionParameters = $connectionParameters;</td></tr> <tr class="success popin" data-title="1 test covers line 96" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="96"></a><a href="#96">96</a></div></td><td class="codeLine"> if (isset($connectionParameters['dsn'])) {</td></tr> <tr class="success popin" data-title="1 test covers line 97" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="97"></a><a href="#97">97</a></div></td><td class="codeLine"> $this-&gt;driverName = substr($connectionParameters['dsn'], 0,</td></tr> <tr class="success popin" data-title="1 test covers line 98" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="98"></a><a href="#98">98</a></div></td><td class="codeLine"> strpos($connectionParameters['dsn'], ':')</td></tr> <tr class="success popin" data-title="1 test covers line 99" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="99"></a><a href="#99">99</a></div></td><td class="codeLine"> );</td></tr> <tr class="success popin" data-title="1 test covers line 100" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="100"></a><a href="#100">100</a></div></td><td class="codeLine"> } elseif (isset($connectionParameters['pdodriver'])) {</td></tr> <tr class="danger"><td><div align="right"><a name="101"></a><a href="#101">101</a></div></td><td class="codeLine"> $this-&gt;driverName = strtolower($connectionParameters['pdodriver']);</td></tr> <tr class="danger"><td><div align="right"><a name="102"></a><a href="#102">102</a></div></td><td class="codeLine"> } elseif (isset($connectionParameters['driver'])) {</td></tr> <tr class="danger"><td><div align="right"><a name="103"></a><a href="#103">103</a></div></td><td class="codeLine"> $this-&gt;driverName = strtolower(substr(</td></tr> <tr class="danger"><td><div align="right"><a name="104"></a><a href="#104">104</a></div></td><td class="codeLine"> str_replace(array('-', '_', ' '), '', $connectionParameters['driver']),</td></tr> <tr><td><div align="right"><a name="105"></a><a href="#105">105</a></div></td><td class="codeLine"> 3</td></tr> <tr class="danger"><td><div align="right"><a name="106"></a><a href="#106">106</a></div></td><td class="codeLine"> ));</td></tr> <tr class="danger"><td><div align="right"><a name="107"></a><a href="#107">107</a></div></td><td class="codeLine"> }</td></tr> <tr class="success popin" data-title="1 test covers line 108" data-content="&lt;ul&gt;&lt;li class=&quot;success&quot;&gt;CommentControllerTest::testAddReplyUriGoodData with data set &amp;quot;0&amp;quot;&lt;/li&gt;&lt;/ul&gt;" data-placement="bottom" data-html="true"><td><div align="right"><a name="108"></a><a href="#108">108</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="109"></a><a href="#109">109</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="110"></a><a href="#110">110</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="111"></a><a href="#111">111</a></div></td><td class="codeLine"> * Get connection parameters</td></tr> <tr><td><div align="right"><a name="112"></a><a href="#112">112</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="113"></a><a href="#113">113</a></div></td><td class="codeLine"> * @return array</td></tr> <tr><td><div align="right"><a name="114"></a><a href="#114">114</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="115"></a><a href="#115">115</a></div></td><td class="codeLine"> public function getConnectionParameters()</td></tr> <tr><td><div align="right"><a name="116"></a><a href="#116">116</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="117"></a><a href="#117">117</a></div></td><td class="codeLine"> return $this-&gt;connectionParameters;</td></tr> <tr><td><div align="right"><a name="118"></a><a href="#118">118</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="119"></a><a href="#119">119</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="120"></a><a href="#120">120</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="121"></a><a href="#121">121</a></div></td><td class="codeLine"> * Get current schema</td></tr> <tr><td><div align="right"><a name="122"></a><a href="#122">122</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="123"></a><a href="#123">123</a></div></td><td class="codeLine"> * @return string</td></tr> <tr><td><div align="right"><a name="124"></a><a href="#124">124</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="125"></a><a href="#125">125</a></div></td><td class="codeLine"> public function getCurrentSchema()</td></tr> <tr><td><div align="right"><a name="126"></a><a href="#126">126</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="127"></a><a href="#127">127</a></div></td><td class="codeLine"> if (!$this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="128"></a><a href="#128">128</a></div></td><td class="codeLine"> $this-&gt;connect();</td></tr> <tr class="danger"><td><div align="right"><a name="129"></a><a href="#129">129</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="130"></a><a href="#130">130</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="131"></a><a href="#131">131</a></div></td><td class="codeLine"> switch ($this-&gt;driverName) {</td></tr> <tr class="danger"><td><div align="right"><a name="132"></a><a href="#132">132</a></div></td><td class="codeLine"> case 'mysql':</td></tr> <tr class="danger"><td><div align="right"><a name="133"></a><a href="#133">133</a></div></td><td class="codeLine"> $sql = 'SELECT DATABASE()';</td></tr> <tr class="danger"><td><div align="right"><a name="134"></a><a href="#134">134</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="135"></a><a href="#135">135</a></div></td><td class="codeLine"> case 'sqlite':</td></tr> <tr class="danger"><td><div align="right"><a name="136"></a><a href="#136">136</a></div></td><td class="codeLine"> return 'main';</td></tr> <tr class="danger"><td><div align="right"><a name="137"></a><a href="#137">137</a></div></td><td class="codeLine"> case 'pgsql':</td></tr> <tr class="danger"><td><div align="right"><a name="138"></a><a href="#138">138</a></div></td><td class="codeLine"> default:</td></tr> <tr class="danger"><td><div align="right"><a name="139"></a><a href="#139">139</a></div></td><td class="codeLine"> $sql = 'SELECT CURRENT_SCHEMA';</td></tr> <tr class="danger"><td><div align="right"><a name="140"></a><a href="#140">140</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="141"></a><a href="#141">141</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="142"></a><a href="#142">142</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="143"></a><a href="#143">143</a></div></td><td class="codeLine"> /** @var $result \PDOStatement */</td></tr> <tr class="danger"><td><div align="right"><a name="144"></a><a href="#144">144</a></div></td><td class="codeLine"> $result = $this-&gt;resource-&gt;query($sql);</td></tr> <tr class="danger"><td><div align="right"><a name="145"></a><a href="#145">145</a></div></td><td class="codeLine"> if ($result instanceof \PDOStatement) {</td></tr> <tr class="danger"><td><div align="right"><a name="146"></a><a href="#146">146</a></div></td><td class="codeLine"> return $result-&gt;fetchColumn();</td></tr> <tr><td><div align="right"><a name="147"></a><a href="#147">147</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="148"></a><a href="#148">148</a></div></td><td class="codeLine"> return false;</td></tr> <tr><td><div align="right"><a name="149"></a><a href="#149">149</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="150"></a><a href="#150">150</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="151"></a><a href="#151">151</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="152"></a><a href="#152">152</a></div></td><td class="codeLine"> * Set resource</td></tr> <tr><td><div align="right"><a name="153"></a><a href="#153">153</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="154"></a><a href="#154">154</a></div></td><td class="codeLine"> * @param \PDO $resource</td></tr> <tr><td><div align="right"><a name="155"></a><a href="#155">155</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="156"></a><a href="#156">156</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="157"></a><a href="#157">157</a></div></td><td class="codeLine"> public function setResource(\PDO $resource)</td></tr> <tr><td><div align="right"><a name="158"></a><a href="#158">158</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="159"></a><a href="#159">159</a></div></td><td class="codeLine"> $this-&gt;resource = $resource;</td></tr> <tr class="danger"><td><div align="right"><a name="160"></a><a href="#160">160</a></div></td><td class="codeLine"> $this-&gt;driverName = strtolower($this-&gt;resource-&gt;getAttribute(\PDO::ATTR_DRIVER_NAME));</td></tr> <tr class="danger"><td><div align="right"><a name="161"></a><a href="#161">161</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="162"></a><a href="#162">162</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="163"></a><a href="#163">163</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="164"></a><a href="#164">164</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="165"></a><a href="#165">165</a></div></td><td class="codeLine"> * Get resource</td></tr> <tr><td><div align="right"><a name="166"></a><a href="#166">166</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="167"></a><a href="#167">167</a></div></td><td class="codeLine"> * @return \PDO</td></tr> <tr><td><div align="right"><a name="168"></a><a href="#168">168</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="169"></a><a href="#169">169</a></div></td><td class="codeLine"> public function getResource()</td></tr> <tr><td><div align="right"><a name="170"></a><a href="#170">170</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="171"></a><a href="#171">171</a></div></td><td class="codeLine"> return $this-&gt;resource;</td></tr> <tr><td><div align="right"><a name="172"></a><a href="#172">172</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="173"></a><a href="#173">173</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="174"></a><a href="#174">174</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="175"></a><a href="#175">175</a></div></td><td class="codeLine"> * Connect</td></tr> <tr><td><div align="right"><a name="176"></a><a href="#176">176</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="177"></a><a href="#177">177</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="178"></a><a href="#178">178</a></div></td><td class="codeLine"> * @throws Exception\InvalidConnectionParametersException</td></tr> <tr><td><div align="right"><a name="179"></a><a href="#179">179</a></div></td><td class="codeLine"> * @throws Exception\RuntimeException</td></tr> <tr><td><div align="right"><a name="180"></a><a href="#180">180</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="181"></a><a href="#181">181</a></div></td><td class="codeLine"> public function connect()</td></tr> <tr><td><div align="right"><a name="182"></a><a href="#182">182</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="183"></a><a href="#183">183</a></div></td><td class="codeLine"> if ($this-&gt;resource) {</td></tr> <tr class="danger"><td><div align="right"><a name="184"></a><a href="#184">184</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="185"></a><a href="#185">185</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="186"></a><a href="#186">186</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="187"></a><a href="#187">187</a></div></td><td class="codeLine"> $dsn = $username = $password = $hostname = $database = null;</td></tr> <tr class="danger"><td><div align="right"><a name="188"></a><a href="#188">188</a></div></td><td class="codeLine"> $options = array();</td></tr> <tr class="danger"><td><div align="right"><a name="189"></a><a href="#189">189</a></div></td><td class="codeLine"> foreach ($this-&gt;connectionParameters as $key =&gt; $value) {</td></tr> <tr class="danger"><td><div align="right"><a name="190"></a><a href="#190">190</a></div></td><td class="codeLine"> switch (strtolower($key)) {</td></tr> <tr class="danger"><td><div align="right"><a name="191"></a><a href="#191">191</a></div></td><td class="codeLine"> case 'dsn':</td></tr> <tr class="danger"><td><div align="right"><a name="192"></a><a href="#192">192</a></div></td><td class="codeLine"> $dsn = $value;</td></tr> <tr class="danger"><td><div align="right"><a name="193"></a><a href="#193">193</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="194"></a><a href="#194">194</a></div></td><td class="codeLine"> case 'driver':</td></tr> <tr class="danger"><td><div align="right"><a name="195"></a><a href="#195">195</a></div></td><td class="codeLine"> $value = strtolower($value);</td></tr> <tr class="danger"><td><div align="right"><a name="196"></a><a href="#196">196</a></div></td><td class="codeLine"> if (strpos($value, 'pdo') === 0) {</td></tr> <tr class="danger"><td><div align="right"><a name="197"></a><a href="#197">197</a></div></td><td class="codeLine"> $pdoDriver = strtolower(substr(str_replace(array('-', '_', ' '), '', $value), 3));</td></tr> <tr class="danger"><td><div align="right"><a name="198"></a><a href="#198">198</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="199"></a><a href="#199">199</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="200"></a><a href="#200">200</a></div></td><td class="codeLine"> case 'pdodriver':</td></tr> <tr class="danger"><td><div align="right"><a name="201"></a><a href="#201">201</a></div></td><td class="codeLine"> $pdoDriver = (string) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="202"></a><a href="#202">202</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="203"></a><a href="#203">203</a></div></td><td class="codeLine"> case 'user':</td></tr> <tr class="danger"><td><div align="right"><a name="204"></a><a href="#204">204</a></div></td><td class="codeLine"> case 'username':</td></tr> <tr class="danger"><td><div align="right"><a name="205"></a><a href="#205">205</a></div></td><td class="codeLine"> $username = (string) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="206"></a><a href="#206">206</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="207"></a><a href="#207">207</a></div></td><td class="codeLine"> case 'pass':</td></tr> <tr class="danger"><td><div align="right"><a name="208"></a><a href="#208">208</a></div></td><td class="codeLine"> case 'password':</td></tr> <tr class="danger"><td><div align="right"><a name="209"></a><a href="#209">209</a></div></td><td class="codeLine"> $password = (string) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="210"></a><a href="#210">210</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="211"></a><a href="#211">211</a></div></td><td class="codeLine"> case 'host':</td></tr> <tr class="danger"><td><div align="right"><a name="212"></a><a href="#212">212</a></div></td><td class="codeLine"> case 'hostname':</td></tr> <tr class="danger"><td><div align="right"><a name="213"></a><a href="#213">213</a></div></td><td class="codeLine"> $hostname = (string) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="214"></a><a href="#214">214</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="215"></a><a href="#215">215</a></div></td><td class="codeLine"> case 'port':</td></tr> <tr class="danger"><td><div align="right"><a name="216"></a><a href="#216">216</a></div></td><td class="codeLine"> $port = (int) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="217"></a><a href="#217">217</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="218"></a><a href="#218">218</a></div></td><td class="codeLine"> case 'database':</td></tr> <tr class="danger"><td><div align="right"><a name="219"></a><a href="#219">219</a></div></td><td class="codeLine"> case 'dbname':</td></tr> <tr class="danger"><td><div align="right"><a name="220"></a><a href="#220">220</a></div></td><td class="codeLine"> $database = (string) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="221"></a><a href="#221">221</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="222"></a><a href="#222">222</a></div></td><td class="codeLine"> case 'driver_options':</td></tr> <tr class="danger"><td><div align="right"><a name="223"></a><a href="#223">223</a></div></td><td class="codeLine"> case 'options':</td></tr> <tr class="danger"><td><div align="right"><a name="224"></a><a href="#224">224</a></div></td><td class="codeLine"> $value = (array) $value;</td></tr> <tr class="danger"><td><div align="right"><a name="225"></a><a href="#225">225</a></div></td><td class="codeLine"> $options = array_diff_key($options, $value) + $value;</td></tr> <tr class="danger"><td><div align="right"><a name="226"></a><a href="#226">226</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="227"></a><a href="#227">227</a></div></td><td class="codeLine"> default:</td></tr> <tr class="danger"><td><div align="right"><a name="228"></a><a href="#228">228</a></div></td><td class="codeLine"> $options[$key] = $value;</td></tr> <tr class="danger"><td><div align="right"><a name="229"></a><a href="#229">229</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="230"></a><a href="#230">230</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="231"></a><a href="#231">231</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="232"></a><a href="#232">232</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="233"></a><a href="#233">233</a></div></td><td class="codeLine"> if (!isset($dsn) &amp;&amp; isset($pdoDriver)) {</td></tr> <tr class="danger"><td><div align="right"><a name="234"></a><a href="#234">234</a></div></td><td class="codeLine"> $dsn = array();</td></tr> <tr><td><div align="right"><a name="235"></a><a href="#235">235</a></div></td><td class="codeLine"> switch ($pdoDriver) {</td></tr> <tr class="danger"><td><div align="right"><a name="236"></a><a href="#236">236</a></div></td><td class="codeLine"> case 'sqlite':</td></tr> <tr class="danger"><td><div align="right"><a name="237"></a><a href="#237">237</a></div></td><td class="codeLine"> $dsn[] = $database;</td></tr> <tr class="danger"><td><div align="right"><a name="238"></a><a href="#238">238</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="239"></a><a href="#239">239</a></div></td><td class="codeLine"> default:</td></tr> <tr class="danger"><td><div align="right"><a name="240"></a><a href="#240">240</a></div></td><td class="codeLine"> if (isset($database)) {</td></tr> <tr class="danger"><td><div align="right"><a name="241"></a><a href="#241">241</a></div></td><td class="codeLine"> $dsn[] = &quot;dbname={$database}&quot;;</td></tr> <tr class="danger"><td><div align="right"><a name="242"></a><a href="#242">242</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="243"></a><a href="#243">243</a></div></td><td class="codeLine"> if (isset($hostname)) {</td></tr> <tr class="danger"><td><div align="right"><a name="244"></a><a href="#244">244</a></div></td><td class="codeLine"> $dsn[] = &quot;host={$hostname}&quot;;</td></tr> <tr class="danger"><td><div align="right"><a name="245"></a><a href="#245">245</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="246"></a><a href="#246">246</a></div></td><td class="codeLine"> if (isset($port)) {</td></tr> <tr class="danger"><td><div align="right"><a name="247"></a><a href="#247">247</a></div></td><td class="codeLine"> $dsn[] = &quot;port={$port}&quot;;</td></tr> <tr class="danger"><td><div align="right"><a name="248"></a><a href="#248">248</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="249"></a><a href="#249">249</a></div></td><td class="codeLine"> break;</td></tr> <tr class="danger"><td><div align="right"><a name="250"></a><a href="#250">250</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="251"></a><a href="#251">251</a></div></td><td class="codeLine"> $dsn = $pdoDriver . ':' . implode(';', $dsn);</td></tr> <tr class="danger"><td><div align="right"><a name="252"></a><a href="#252">252</a></div></td><td class="codeLine"> } elseif (!isset($dsn)) {</td></tr> <tr class="danger"><td><div align="right"><a name="253"></a><a href="#253">253</a></div></td><td class="codeLine"> throw new Exception\InvalidConnectionParametersException(</td></tr> <tr class="danger"><td><div align="right"><a name="254"></a><a href="#254">254</a></div></td><td class="codeLine"> 'A dsn was not provided or could not be constructed from your parameters',</td></tr> <tr class="danger"><td><div align="right"><a name="255"></a><a href="#255">255</a></div></td><td class="codeLine"> $this-&gt;connectionParameters</td></tr> <tr class="danger"><td><div align="right"><a name="256"></a><a href="#256">256</a></div></td><td class="codeLine"> );</td></tr> <tr><td><div align="right"><a name="257"></a><a href="#257">257</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="258"></a><a href="#258">258</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="259"></a><a href="#259">259</a></div></td><td class="codeLine"> try {</td></tr> <tr class="danger"><td><div align="right"><a name="260"></a><a href="#260">260</a></div></td><td class="codeLine"> $this-&gt;resource = new \PDO($dsn, $username, $password, $options);</td></tr> <tr class="danger"><td><div align="right"><a name="261"></a><a href="#261">261</a></div></td><td class="codeLine"> $this-&gt;resource-&gt;setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);</td></tr> <tr class="danger"><td><div align="right"><a name="262"></a><a href="#262">262</a></div></td><td class="codeLine"> $this-&gt;driverName = strtolower($this-&gt;resource-&gt;getAttribute(\PDO::ATTR_DRIVER_NAME));</td></tr> <tr class="danger"><td><div align="right"><a name="263"></a><a href="#263">263</a></div></td><td class="codeLine"> } catch (\PDOException $e) {</td></tr> <tr class="danger"><td><div align="right"><a name="264"></a><a href="#264">264</a></div></td><td class="codeLine"> throw new Exception\RuntimeException('Connect Error: ' . $e-&gt;getMessage(), $e-&gt;getCode(), $e);</td></tr> <tr><td><div align="right"><a name="265"></a><a href="#265">265</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="266"></a><a href="#266">266</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="267"></a><a href="#267">267</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="268"></a><a href="#268">268</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="269"></a><a href="#269">269</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="270"></a><a href="#270">270</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="271"></a><a href="#271">271</a></div></td><td class="codeLine"> * Is connected</td></tr> <tr><td><div align="right"><a name="272"></a><a href="#272">272</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="273"></a><a href="#273">273</a></div></td><td class="codeLine"> * @return bool</td></tr> <tr><td><div align="right"><a name="274"></a><a href="#274">274</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="275"></a><a href="#275">275</a></div></td><td class="codeLine"> public function isConnected()</td></tr> <tr><td><div align="right"><a name="276"></a><a href="#276">276</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="277"></a><a href="#277">277</a></div></td><td class="codeLine"> return ($this-&gt;resource instanceof \PDO);</td></tr> <tr><td><div align="right"><a name="278"></a><a href="#278">278</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="279"></a><a href="#279">279</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="280"></a><a href="#280">280</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="281"></a><a href="#281">281</a></div></td><td class="codeLine"> * Disconnect</td></tr> <tr><td><div align="right"><a name="282"></a><a href="#282">282</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="283"></a><a href="#283">283</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="284"></a><a href="#284">284</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="285"></a><a href="#285">285</a></div></td><td class="codeLine"> public function disconnect()</td></tr> <tr><td><div align="right"><a name="286"></a><a href="#286">286</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="287"></a><a href="#287">287</a></div></td><td class="codeLine"> if ($this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="288"></a><a href="#288">288</a></div></td><td class="codeLine"> $this-&gt;resource = null;</td></tr> <tr class="danger"><td><div align="right"><a name="289"></a><a href="#289">289</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="290"></a><a href="#290">290</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="291"></a><a href="#291">291</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="292"></a><a href="#292">292</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="293"></a><a href="#293">293</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="294"></a><a href="#294">294</a></div></td><td class="codeLine"> * Begin transaction</td></tr> <tr><td><div align="right"><a name="295"></a><a href="#295">295</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="296"></a><a href="#296">296</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="297"></a><a href="#297">297</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="298"></a><a href="#298">298</a></div></td><td class="codeLine"> public function beginTransaction()</td></tr> <tr><td><div align="right"><a name="299"></a><a href="#299">299</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="300"></a><a href="#300">300</a></div></td><td class="codeLine"> if (!$this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="301"></a><a href="#301">301</a></div></td><td class="codeLine"> $this-&gt;connect();</td></tr> <tr class="danger"><td><div align="right"><a name="302"></a><a href="#302">302</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="303"></a><a href="#303">303</a></div></td><td class="codeLine"> $this-&gt;resource-&gt;beginTransaction();</td></tr> <tr class="danger"><td><div align="right"><a name="304"></a><a href="#304">304</a></div></td><td class="codeLine"> $this-&gt;inTransaction = true;</td></tr> <tr class="danger"><td><div align="right"><a name="305"></a><a href="#305">305</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="306"></a><a href="#306">306</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="307"></a><a href="#307">307</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="308"></a><a href="#308">308</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="309"></a><a href="#309">309</a></div></td><td class="codeLine"> * Commit</td></tr> <tr><td><div align="right"><a name="310"></a><a href="#310">310</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="311"></a><a href="#311">311</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="312"></a><a href="#312">312</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="313"></a><a href="#313">313</a></div></td><td class="codeLine"> public function commit()</td></tr> <tr><td><div align="right"><a name="314"></a><a href="#314">314</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="315"></a><a href="#315">315</a></div></td><td class="codeLine"> if (!$this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="316"></a><a href="#316">316</a></div></td><td class="codeLine"> $this-&gt;connect();</td></tr> <tr class="danger"><td><div align="right"><a name="317"></a><a href="#317">317</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="318"></a><a href="#318">318</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="319"></a><a href="#319">319</a></div></td><td class="codeLine"> $this-&gt;resource-&gt;commit();</td></tr> <tr class="danger"><td><div align="right"><a name="320"></a><a href="#320">320</a></div></td><td class="codeLine"> $this-&gt;inTransaction = false;</td></tr> <tr class="danger"><td><div align="right"><a name="321"></a><a href="#321">321</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="322"></a><a href="#322">322</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="323"></a><a href="#323">323</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="324"></a><a href="#324">324</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="325"></a><a href="#325">325</a></div></td><td class="codeLine"> * Rollback</td></tr> <tr><td><div align="right"><a name="326"></a><a href="#326">326</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="327"></a><a href="#327">327</a></div></td><td class="codeLine"> * @return Connection</td></tr> <tr><td><div align="right"><a name="328"></a><a href="#328">328</a></div></td><td class="codeLine"> * @throws Exception\RuntimeException</td></tr> <tr><td><div align="right"><a name="329"></a><a href="#329">329</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="330"></a><a href="#330">330</a></div></td><td class="codeLine"> public function rollback()</td></tr> <tr><td><div align="right"><a name="331"></a><a href="#331">331</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="332"></a><a href="#332">332</a></div></td><td class="codeLine"> if (!$this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="333"></a><a href="#333">333</a></div></td><td class="codeLine"> throw new Exception\RuntimeException('Must be connected before you can rollback');</td></tr> <tr><td><div align="right"><a name="334"></a><a href="#334">334</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="335"></a><a href="#335">335</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="336"></a><a href="#336">336</a></div></td><td class="codeLine"> if (!$this-&gt;inTransaction) {</td></tr> <tr class="danger"><td><div align="right"><a name="337"></a><a href="#337">337</a></div></td><td class="codeLine"> throw new Exception\RuntimeException('Must call beginTransaction() before you can rollback');</td></tr> <tr><td><div align="right"><a name="338"></a><a href="#338">338</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="339"></a><a href="#339">339</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="340"></a><a href="#340">340</a></div></td><td class="codeLine"> $this-&gt;resource-&gt;rollBack();</td></tr> <tr class="danger"><td><div align="right"><a name="341"></a><a href="#341">341</a></div></td><td class="codeLine"> return $this;</td></tr> <tr><td><div align="right"><a name="342"></a><a href="#342">342</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="343"></a><a href="#343">343</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="344"></a><a href="#344">344</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="345"></a><a href="#345">345</a></div></td><td class="codeLine"> * Execute</td></tr> <tr><td><div align="right"><a name="346"></a><a href="#346">346</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="347"></a><a href="#347">347</a></div></td><td class="codeLine"> * @param $sql</td></tr> <tr><td><div align="right"><a name="348"></a><a href="#348">348</a></div></td><td class="codeLine"> * @return Result</td></tr> <tr><td><div align="right"><a name="349"></a><a href="#349">349</a></div></td><td class="codeLine"> * @throws Exception\InvalidQueryException</td></tr> <tr><td><div align="right"><a name="350"></a><a href="#350">350</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="351"></a><a href="#351">351</a></div></td><td class="codeLine"> public function execute($sql)</td></tr> <tr><td><div align="right"><a name="352"></a><a href="#352">352</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="353"></a><a href="#353">353</a></div></td><td class="codeLine"> if (!$this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="354"></a><a href="#354">354</a></div></td><td class="codeLine"> $this-&gt;connect();</td></tr> <tr class="danger"><td><div align="right"><a name="355"></a><a href="#355">355</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="356"></a><a href="#356">356</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="357"></a><a href="#357">357</a></div></td><td class="codeLine"> $resultResource = $this-&gt;resource-&gt;query($sql);</td></tr> <tr><td><div align="right"><a name="358"></a><a href="#358">358</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="359"></a><a href="#359">359</a></div></td><td class="codeLine"> if ($resultResource === false) {</td></tr> <tr class="danger"><td><div align="right"><a name="360"></a><a href="#360">360</a></div></td><td class="codeLine"> $errorInfo = $this-&gt;resource-&gt;errorInfo();</td></tr> <tr class="danger"><td><div align="right"><a name="361"></a><a href="#361">361</a></div></td><td class="codeLine"> throw new Exception\InvalidQueryException($errorInfo[2]);</td></tr> <tr><td><div align="right"><a name="362"></a><a href="#362">362</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="363"></a><a href="#363">363</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="364"></a><a href="#364">364</a></div></td><td class="codeLine"> $result = $this-&gt;driver-&gt;createResult($resultResource, $sql);</td></tr> <tr class="danger"><td><div align="right"><a name="365"></a><a href="#365">365</a></div></td><td class="codeLine"> return $result;</td></tr> <tr><td><div align="right"><a name="366"></a><a href="#366">366</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="367"></a><a href="#367">367</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="368"></a><a href="#368">368</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="369"></a><a href="#369">369</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="370"></a><a href="#370">370</a></div></td><td class="codeLine"> * Prepare</td></tr> <tr><td><div align="right"><a name="371"></a><a href="#371">371</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="372"></a><a href="#372">372</a></div></td><td class="codeLine"> * @param string $sql</td></tr> <tr><td><div align="right"><a name="373"></a><a href="#373">373</a></div></td><td class="codeLine"> * @return Statement</td></tr> <tr><td><div align="right"><a name="374"></a><a href="#374">374</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="375"></a><a href="#375">375</a></div></td><td class="codeLine"> public function prepare($sql)</td></tr> <tr><td><div align="right"><a name="376"></a><a href="#376">376</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="377"></a><a href="#377">377</a></div></td><td class="codeLine"> if (!$this-&gt;isConnected()) {</td></tr> <tr class="danger"><td><div align="right"><a name="378"></a><a href="#378">378</a></div></td><td class="codeLine"> $this-&gt;connect();</td></tr> <tr class="danger"><td><div align="right"><a name="379"></a><a href="#379">379</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="380"></a><a href="#380">380</a></div></td><td class="codeLine"></td></tr> <tr class="danger"><td><div align="right"><a name="381"></a><a href="#381">381</a></div></td><td class="codeLine"> $statement = $this-&gt;driver-&gt;createStatement($sql);</td></tr> <tr class="danger"><td><div align="right"><a name="382"></a><a href="#382">382</a></div></td><td class="codeLine"> return $statement;</td></tr> <tr><td><div align="right"><a name="383"></a><a href="#383">383</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="384"></a><a href="#384">384</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="385"></a><a href="#385">385</a></div></td><td class="codeLine"> /**</td></tr> <tr><td><div align="right"><a name="386"></a><a href="#386">386</a></div></td><td class="codeLine"> * Get last generated id</td></tr> <tr><td><div align="right"><a name="387"></a><a href="#387">387</a></div></td><td class="codeLine"> *</td></tr> <tr><td><div align="right"><a name="388"></a><a href="#388">388</a></div></td><td class="codeLine"> * @param string $name</td></tr> <tr><td><div align="right"><a name="389"></a><a href="#389">389</a></div></td><td class="codeLine"> * @return integer|null|false</td></tr> <tr><td><div align="right"><a name="390"></a><a href="#390">390</a></div></td><td class="codeLine"> */</td></tr> <tr><td><div align="right"><a name="391"></a><a href="#391">391</a></div></td><td class="codeLine"> public function getLastGeneratedValue($name = null)</td></tr> <tr><td><div align="right"><a name="392"></a><a href="#392">392</a></div></td><td class="codeLine"> {</td></tr> <tr class="danger"><td><div align="right"><a name="393"></a><a href="#393">393</a></div></td><td class="codeLine"> if ($name === null &amp;&amp; $this-&gt;driverName == 'pgsql') {</td></tr> <tr class="danger"><td><div align="right"><a name="394"></a><a href="#394">394</a></div></td><td class="codeLine"> return null;</td></tr> <tr><td><div align="right"><a name="395"></a><a href="#395">395</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="396"></a><a href="#396">396</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="397"></a><a href="#397">397</a></div></td><td class="codeLine"> try {</td></tr> <tr class="danger"><td><div align="right"><a name="398"></a><a href="#398">398</a></div></td><td class="codeLine"> return $this-&gt;resource-&gt;lastInsertId($name);</td></tr> <tr class="danger"><td><div align="right"><a name="399"></a><a href="#399">399</a></div></td><td class="codeLine"> } catch (\Exception $e) {</td></tr> <tr><td><div align="right"><a name="400"></a><a href="#400">400</a></div></td><td class="codeLine"> // do nothing</td></tr> <tr><td><div align="right"><a name="401"></a><a href="#401">401</a></div></td><td class="codeLine"> }</td></tr> <tr class="danger"><td><div align="right"><a name="402"></a><a href="#402">402</a></div></td><td class="codeLine"> return false;</td></tr> <tr><td><div align="right"><a name="403"></a><a href="#403">403</a></div></td><td class="codeLine"> }</td></tr> <tr><td><div align="right"><a name="404"></a><a href="#404">404</a></div></td><td class="codeLine"></td></tr> <tr><td><div align="right"><a name="405"></a><a href="#405">405</a></div></td><td class="codeLine">}</td></tr> </tbody> </table> <footer> <h4>Legend</h4> <p> <span class="success"><strong>Executed</strong></span> <span class="danger"><strong>Not Executed</strong></span> <span class="warning"><strong>Dead Code</strong></span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.13</a> using <a href="http://www.php.net/" target="_top">PHP 5.3.10-1ubuntu3.8</a> and <a href="http://phpunit.de/">PHPUnit 3.7.27</a> at Sat Oct 12 3:31:18 CEST 2013.</small> </p> </footer> </div> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/bootstrap.min.js" type="text/javascript"></script> <script type="text/javascript">$('.popin').popover({trigger: 'hover'});</script> </body> </html>
gerardoloan/moduleswdoctrine
module/ZfModule/test/clover-html/vendor_ZF2_library_Zend_Db_Adapter_Driver_Pdo_Connection.php.html
HTML
bsd-3-clause
80,965
<style> #container { height: 392px; } </style> <div id="container"> <iron-pages attr-for-selected="id" on-cancel="onCancelClick_" selected="[[selectedPageId_]]"> <template is="dom-if" if="[[shouldShowSubpage_( SubpageId.DEVICE_SELECTION_PAGE, selectedPageId_)]]"> <bluetooth-pairing-device-selection-page failed-pairing-device-id="[[lastFailedPairingDeviceId_]]" devices="[[discoveredDevices_]]" device-pending-pairing="[[devicePendingPairing_]]" on-pair-device="onPairDevice_" id="deviceSelectionPage"> </bluetooth-pairing-device-selection-page> </template> <template is="dom-if" if="[[shouldShowSubpage_( SubpageId.DEVICE_REQUEST_CODE_PAGE, selectedPageId_)]]" restamp> <bluetooth-pairing-request-code-page auth-type="pairingAuthType_" on-request-code-entered="onRequestCodeEntered_" device="[[devicePendingPairing_]]" id="deviceRequestCodePage"> </bluetooth-pairing-request-code-page> </template> <template is="dom-if" if="[[shouldShowSubpage_( SubpageId.DEVICE_CONFIRM_CODE_PAGE, selectedPageId_)]]" restamp> <bluetooth-pairing-confirm-code-page on-confirm-code="onConfirmCode_" code="[[pairingCode_]]" id="deviceConfirmCodePage"> </bluetooth-pairing-confirm-code-page> </template> <template is="dom-if" if="[[shouldShowSubpage_( SubpageId.DEVICE_ENTER_CODE_PAGE, selectedPageId_)]]" restamp> <bluetooth-pairing-enter-code-page code="[[pairingCode_]]" num-keys-entered="[[numKeysEntered_]]" device="[[devicePendingPairing_]]" id="deviceEnterCodePage"> </bluetooth-pairing-enter-code-page> </template> <template is="dom-if" if="[[shouldShowSubpage_( SubpageId.SPINNER_PAGE, selectedPageId_)]]" restamp> <bluetooth-spinner-page id="spinnerPage"> </bluetooth-spinner-page> </template> </iron-pages> </div>
scheib/chromium
ui/webui/resources/cr_components/chromeos/bluetooth/bluetooth_pairing_ui.html
HTML
bsd-3-clause
2,037
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtPreProcZeroMeanRows/nameAbbreviation</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">MATLAB File Help: prtPreProcZeroMeanRows/nameAbbreviation</td> </tr> </table> <div class="title">prtPreProcZeroMeanRows/nameAbbreviation</div> <div class="helptext"><pre><!--helptext --> <span class="helptopic">nameAbbreviation</span> - ZMR</pre></div><!--after help --> <!--Property--> <div class="sectiontitle">Property Details</div> <table class="class-details"> <tr> <td class="class-detail-label">Constant</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Dependent</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Sealed</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Transient</td> <td>false</td> </tr> <tr> <td class="class-detail-label">GetAccess</td> <td>public</td> </tr> <tr> <td class="class-detail-label">SetAccess</td> <td>private</td> </tr> <tr> <td class="class-detail-label">GetObservable</td> <td>false</td> </tr> <tr> <td class="class-detail-label">SetObservable</td> <td>false</td> </tr> </table> </body> </html>
covartech/PRT
doc/functionReference/prtPreProcZeroMeanRows/nameAbbreviation.html
HTML
mit
1,794
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template result&lt;This(Expr)&gt;</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="../left.html#idp404895104" title="Description"> <link rel="prev" href="../left.html" title="Struct left"> <link rel="next" href="../right.html" title="Struct right"> </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="../left.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../left.html#idp404895104"><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="../right.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.proto.functional.left.result_This(E_idp307170752"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template result&lt;This(Expr)&gt;</span></h2> <p>boost::proto::functional::left::result&lt;This(Expr)&gt;</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="../../../../proto/reference.html#header.boost.proto.traits_hpp" title="Header &lt;boost/proto/traits.hpp&gt;">boost/proto/traits.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> This<span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../../../../Expr.html" title="Concept Expr">Expr</a><span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="result_This_E_idp307170752.html" title="Struct template result&lt;This(Expr)&gt;">result</a><span class="special">&lt;</span><span class="identifier">This</span><span class="special">(</span><span class="identifier">Expr</span><span class="special">)</span><span class="special">&gt;</span> <span class="special">:</span> <span class="keyword"></span> <a class="link" href="../../result_of/left.html" title="Struct template left">proto::result_of::left</a>&lt; Expr &gt; <span class="special">{</span> <span class="special">}</span><span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2008 Eric Niebler<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="../left.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../left.html#idp404895104"><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="../right.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/doc/html/boost/proto/functional/left/result_This_E_idp307170752.html
HTML
mit
4,462
<html> <head> <script src="pnglib.js"></script> <script src="identicon.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> </head> <body> <div class="container-fluid"> <h1>Identicon.js</h1> <div class="row"> <div class="col-md-12"> <h4>Basic Usage</h4> <p>Specify just a hash, use default background color, margins, and size.</p> <pre> var hash = 'd6fe8c82fb0abac17a702fd2a94eff37'; var data = new Identicon(hash).toString(); document.write('&lt;img src="data:image/png;base64,' + data + '"&gt;');</pre> <script type="text/javascript"> hashes = [ {id: 'stewartlord', hash: 'd6fe8c82fb0abac17a702fd2a94eff37'}, {id: 'jasonlong', hash: '46384036044a604b6b3316fc167fc15f'}, {id: 'infusion', hash: '373ff2375be91ebc97501e67d24ccd4d'}, {id: 'ppuleo', hash: '001000101000000000000000099fff86'} ]; var i, data; for (i = 0; i < hashes.length; i++) { data = new Identicon(hashes[i].hash).toString(); document.write( hashes[i].id + '<br><img src="data:image/png;base64,' + data + '"><br><br>' ); } </script> </div> </div> <div class="row"> <div class="col-md-12"> <h4>SVG Output</h4> <p>To generate SVGs, set the 'format' option to 'svg'.</p> <pre> var hash = 'd6fe8c82fb0abac17a702fd2a94eff37'; var data = new Identicon(hash, {format: 'svg'}).toString(); document.write('&lt;img src="data:image/svg+xml;base64,' + data + '"&gt;');</pre> <script type="text/javascript"> hashes = [ {id: 'stewartlord', hash: 'd6fe8c82fb0abac17a702fd2a94eff37'}, {id: 'jasonlong', hash: '46384036044a604b6b3316fc167fc15f'}, {id: 'infusion', hash: '373ff2375be91ebc97501e67d24ccd4d'}, {id: 'ppuleo', hash: '001000101000000000000000099fff86'} ]; var i, data; for (i = 0; i < hashes.length; i++) { data = new Identicon(hashes[i].hash, {format: 'svg'}).toString(); document.write( hashes[i].id + '<br><img src="data:image/svg+xml;base64,' + data + '"><br><br>' ); } </script> </div> </div> <div class="row"> <div class="col-md-12"> <h4>Options</h4> <p>Specify a hash and an options object to customize background color, margins, size and format.</p> <pre> var hash = 'd6fe8c82fb0abac17a702fd2a94eff37'; var options = { foreground: [255, 255, 255, 255], background: [0, 0, 0, 255], margin: 0.2, size: 128, format: 'svg' }; var data = new Identicon(hash, options).toString(); document.write('&lt;img src="data:image/svg+xml;base64,' + data + '"&gt;');</pre> <script type="text/javascript"> var data; hash = 'd6fe8c82fb0abac17a702fd2a94eff37', options = { foreground: [255, 255, 255, 255], background: [0, 0, 0, 255], margin: 0.2, size: 128, format: 'svg' }; data = new Identicon(hash, options).toString(); document.write( '<br><img src="data:image/svg+xml;base64,' + data + '"><br><br>' ); </script> </div> </div> <div class="row"> <div class="col-md-12"> <h4>Raw (Smaller)</h4> <p>The toString() method accepts an optional boolean argument that when set to true will return unencoded image data which is slightly smaller than the default base64 output. In the case of SVG this is still safe to use in a data URI provided that the attribute is double-quoted.</p> <pre> var data = new Identicon(hash, options).toString(true); document.write('&lt;img src="data:image/svg+xml;utf8,' + data + '"&gt;');</pre> <script type="text/javascript"> var data; hash = 'd6fe8c82fb0abac17a702fd2a94eff37', options = { foreground: [255, 255, 255, 255], background: [0, 0, 0, 255], margin: 0.2, size: 128, format: 'svg' }; // Raw argument set to true outputs raw xml data = new Identicon(hash, options).toString(true); document.write('<br><img src="data:image/svg+xml;utf8,' + data + '"><br><br>'); </script> </div> </div> </div> </body> </html>
keutmann/TrustChromeExtension
lib/identiconjs/demo.html
HTML
mit
4,904
<span class="cm-tag">head</span> <span class="cm-indent"> </span><span class="cm-tag">script</span><span class="cm-punctuation">(</span><span class="cm-attribute">type</span><span class="cm-operator">=</span><span class="cm-string">&#39;text/javascript&#39;</span><span class="cm-punctuation">)</span><span class="cm-dot">.</span> <span class="cm-variable">alert</span>(<span class="cm-string">&#39;hello world&#39;</span>);
joepie91/jade-brackets
test/expected-output/include-with-text-head.html
HTML
mit
430
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Column</title> </head> <body> <script src="../../build/deps.js"></script> <script src="../../lib/datav.js"></script> <script src="../../lib/charts/column.js"></script> <div id="chart"></div> <script> var source = [ ['X','2012/3/1',18], ['Y','2012/3/1',102], ['Z','2012/3/1',102], ['X','2012/3/2',60], ['Y','2012/3/2',46], ['Z','2012/3/2',102], ['X','2012/3/3',200], ['Z','2012/3/3',102], ['Y','2012/3/3',12], ['X','2012/3/4',86], ['Z','2012/3/4',102], ['Y','2012/3/4',158], ['X','2012/3/5',4], ['Y','2012/3/5',190], ['Z','2012/3/5',102], ['X','2012/3/6',314], ['Y','2012/3/6',336], ['Z','2012/3/6',336], ['X','2012/3/7',72], ['Y','2012/3/7',124], ['Z','2012/3/7',336], ['X','2012/3/8',42], ['Y','2012/3/8',74], ['Z','2012/3/8',336], ['X','2012/3/9',418], ['Y','2012/3/9',418], ['Z','2012/3/9',418], ['X','2012/3/10',68], ['Y','2012/3/10',324], ['Z','2012/3/10',336], ['X','2012/3/11',68], ['Y','2012/3/11',68], ['Z','2012/3/11',68] ]; var column = new Column("chart", { "width": 980, "height": 600, "barWidth": 20, "yBase": 50 }); column.setSource(source, { column: 0, x: 1, value: 2 }); column.render(); </script> </body> </html>
TBEDP/datavjs
example/column/column.html
HTML
mit
1,569
<?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>Oraciones</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 Oraciones</h1> <hr /> <h2 class="toc">Functions</h2> <a target="mainFrame" href="pln_inco.temantex.Oraciones-module.html#cargarOraciones" >cargarOraciones</a><br /> <a target="mainFrame" href="pln_inco.temantex.Oraciones-module.html#printOraciones" >printOraciones</a><br /> <a target="mainFrame" href="pln_inco.temantex.Oraciones-module.html#printOracionesSalidaClasificacion" >printOracionesSalidaClasificacion</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>
gmonce/bioscope
thesis/src/doc/toc-pln_inco.temantex.Oraciones-module.html
HTML
mit
1,398
<!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_sharing_toolbox"></div> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55706d7f707f75ff" async="async"></script> <!-- <div class='shareaholic-canvas' data-app='share_buttons' data-app-id=''></div> <script type="text/javascript"> //<![CDATA[ (function() { var shr = document.createElement('script'); shr.setAttribute('data-cfasync', 'false'); shr.src = '//dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js'; shr.type = 'text/javascript'; shr.async = 'true'; shr.onload = shr.onreadystatechange = function() { var rs = this.readyState; if (rs && rs != 'complete' && rs != 'loaded') return; var site_id = 'fd3b2a079d78a86b57bffbfc4e3ee42d'; try { Shareaholic.init(site_id); } catch (e) {} }; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(shr, s); })(); //]]> </script> -->
saltfactory/blog
_includes/share_buttons.html
HTML
mit
1,060
<!DOCTYPE html> <html lang="en-gb" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Animation component - UIkit documentation</title> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon.png"> <link id="data-uikit-theme" rel="stylesheet" href="css/uikit.docs.min.css"> <link rel="stylesheet" href="css/docs.css"> <link rel="stylesheet" href="../vendor/highlight/highlight.css"> <script src="../vendor/jquery.js"></script> <script src="js/uikit.min.js"></script> <script src="../vendor/highlight/highlight.js"></script> <script src="js/docs.js"></script> </head> <body class="tm-background"> <nav class="tm-navbar uk-navbar uk-navbar-attached"> <div class="uk-container uk-container-center"> <a class="uk-navbar-brand uk-hidden-small" href="../index.html"><img class="uk-margin uk-margin-remove" src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a> <ul class="uk-navbar-nav uk-hidden-small"> <li><a href="documentation_get-started.html">Get Started</a></li> <li class="uk-active"><a href="core.html">Core</a></li> <li><a href="components.html">Components</a></li> <li><a href="customizer.html">Customizer</a></li> <li><a href="../showcase/index.html">Showcase</a></li> </ul> <a href="#tm-offcanvas" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a> <div class="uk-navbar-brand uk-navbar-center uk-visible-small"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></div> </div> </nav> <div class="tm-middle"> <div class="uk-container uk-container-center"> <div class="uk-grid" data-uk-grid-margin> <div class="tm-sidebar uk-width-medium-1-4 uk-hidden-small"> <ul class="tm-nav uk-nav" data-uk-nav> <li class="uk-nav-header">Defaults</li> <li><a href="base.html">Base</a></li> <li><a href="print.html">Print</a></li> <li class="uk-nav-header">Layout</li> <li><a href="grid.html">Grid</a></li> <li><a href="panel.html">Panel</a></li> <li><a href="block.html">Block</a></li> <li><a href="article.html">Article</a></li> <li><a href="comment.html">Comment</a></li> <li><a href="utility.html">Utility</a></li> <li><a href="flex.html">Flex</a></li> <li><a href="cover.html">Cover</a></li> <li class="uk-nav-header">Navigations</li> <li><a href="nav.html">Nav</a></li> <li><a href="navbar.html">Navbar</a></li> <li><a href="subnav.html">Subnav</a></li> <li><a href="breadcrumb.html">Breadcrumb</a></li> <li><a href="pagination.html">Pagination</a></li> <li><a href="tab.html">Tab</a></li> <li><a href="thumbnav.html">Thumbnav</a></li> <li class="uk-nav-header">Elements</li> <li><a href="list.html">List</a></li> <li><a href="description-list.html">Description list</a></li> <li><a href="table.html">Table</a></li> <li><a href="form.html">Form</a></li> <li class="uk-nav-header">Common</li> <li><a href="button.html">Button</a></li> <li><a href="icon.html">Icon</a></li> <li><a href="close.html">Close</a></li> <li><a href="badge.html">Badge</a></li> <li><a href="alert.html">Alert</a></li> <li><a href="thumbnail.html">Thumbnail</a></li> <li><a href="overlay.html">Overlay</a></li> <li><a href="text.html">Text</a></li> <li class="uk-active"><a href="animation.html">Animation</a></li> <li><a href="contrast.html">Contrast</a></li> <li class="uk-nav-header">JavaScript</li> <li><a href="dropdown.html">Dropdown</a></li> <li><a href="modal.html">Modal</a></li> <li><a href="offcanvas.html">Off-canvas</a></li> <li><a href="switcher.html">Switcher</a></li> <li><a href="toggle.html">Toggle</a></li> <li><a href="scrollspy.html">Scrollspy</a></li> <li><a href="smooth-scroll.html">Smooth scroll</a></li> </ul> </div> <div class="tm-main uk-width-medium-3-4"> <article class="uk-article"> <h1 class="uk-article-title">Animation</h1> <p class="uk-article-lead">A basic collection of smooth animations to use within your page.</p> <h2 id="usage"><a href="#usage" class="uk-link-reset">Usage</a></h2> <p>To apply this component, add any <code>.uk-animation-*</code> class to an element and it will fade in with a nice animation. These classes are commonly set by using JavaScript to apply the animation to specific behaviors.</p> <div class="uk-overflow-container"> <table class="uk-table uk-text-nowrap"> <thead> <tr> <th>Class</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>.uk-animation-fade</code></td> <td>The element fades in.</td> </tr> <tr> <td><code>.uk-animation-scale-up</code></td> <td>The element scales up.</td> </tr> <tr> <td><code>.uk-animation-scale-down</code></td> <td>The element scales down.</td> </tr> <tr> <td><code>.uk-animation-slide-top</code></td> <td>The element slides in from the top.</td> </tr> <tr> <td><code>.uk-animation-slide-bottom</code></td> <td>The element slides in from the bottom.</td> </tr> <tr> <td><code>.uk-animation-slide-left</code></td> <td>The element slides in from the left.</td> </tr> <tr> <td><code>.uk-animation-slide-right</code></td> <td>The element slides in from the right.</td> </tr> <tr> <td><code>.uk-animation-shake</code></td> <td>The element shakes.</td> </tr> <tr> <td><code>.uk-animation-scale</code></td> <td>The element scales down without fading in.</td> </tr> </tbody> </table> </div> <h3 class="tm-article-subtitle">Example</h3> <p>Click on any of the boxes to see the animation.</p> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-fade">Fade</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale-up">Scale up</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale-down">Scale down</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-shake">Shake</div> </div> </div> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-slide-top">Slide top</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-slide-bottom">Slide bottom</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-slide-left">Slide left</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-slide-right">Slide right</div> </div> </div> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale">Scale</div> </div> </div> <h3 class="tm-article-subtitle">Markup</h3> <pre><code>&lt;div class="uk-animation-fade"&gt;...&lt;/div&gt;</code></pre> <hr class="uk-article-divider"> <h2 id="reverse-modifier"><a href="#reverse-modifier" class="uk-link-reset">Reverse modifier</a></h2> <p>By default, all aimations are incoming. To reverse any animation, add the <code>.uk-animation-reverse</code> class.</p> <h3 class="tm-article-subtitle">Example</h3> <p>Click on any of the boxes to see the animation.</p> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-fade">Fade</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-scale-up">Scale up</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-scale-down">Scale down</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-shake">Shake</div> </div> </div> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-slide-top">Slide top</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-slide-bottom">Slide bottom</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-slide-left">Slide left</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-slide-right">Slide right</div> </div> </div> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-reverse uk-animation-scale">Scale</div> </div> </div> <h3 class="tm-article-subtitle">Markup</h3> <pre><code>&lt;div class="uk-animation-fade uk-animation-reverse"&gt;...&lt;/div&gt;</code></pre> <hr class="uk-article-divider"> <h2 id="duration-modifier"><a href="#duration-modifier" class="uk-link-reset">Duration modifier</a></h2> <p>To stretch the animation duration to 15 seconds, add the <code>.uk-animation-15</code> class.</p> <h3 class="tm-article-subtitle">Example</h3> <div class="uk-grid uk-text-center"> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-slide-right uk-animation-15">Slide right</div> </div> </div> <h3 class="tm-article-subtitle">Markup</h3> <pre><code>&lt;div class="uk-animation-slide-right uk-animation-15"&gt;...&lt;/div&gt;</code></pre> <hr class="uk-article-divider"> <h2 id="origin-modifier"><a href="#origin-modifier" class="uk-link-reset">Origin modifier</a></h2> <p>By default, scaling animations originate from the center. To modify this behavior, add one of these classes.</p> <div class="uk-overflow-container"> <table class="uk-table uk-text-nowrap"> <thead> <tr> <th>Class</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>.uk-animation-top-left</code></td> <td>The animation spreads from the top left.</td> </tr> <tr> <td><code>.uk-animation-top-center</code></td> <td>The animation spreads from the top center.</td> </tr> <tr> <td><code>.uk-animation-top-right</code></td> <td>The animation spreads from the top right.</td> </tr> <tr> <td><code>.uk-animation-middle-left</code></td> <td>The animation spreads from the middle left.</td> </tr> <tr> <td><code>.uk-animation-middle-right</code></td> <td>The animation spreads from the middle right.</td> </tr> <tr> <td><code>.uk-animation-bottom-left</code></td> <td>The animation spreads from the bottom left.</td> </tr> <tr> <td><code>.uk-animation-bottom-center</code></td> <td>The animation spreads from the bottom center.</td> </tr> <tr> <td><code>.uk-animation-bottom-right</code></td> <td>The animation spreads from the bottom right.</td> </tr> </tbody> </table> </div> <h3 class="tm-article-subtitle">Example</h3> <p>Click on any of the boxes to see the animation.</p> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-top-left">Top Left</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-top-center">Top Center</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-top-right">Top Right</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-middle-left">Middle Left</div> </div> </div> <div class="uk-grid uk-text-center" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-middle-right">Middle Right</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-bottom-left">Bottom Left</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-bottom-center">Bottom Center</div> </div> <div class="uk-width-medium-1-5 uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-scale uk-animation-bottom-right">Bottom Right</div> </div> </div> <hr class="uk-article-divider"> <h2 id="animation-hover"><a href="#animation-hover" class="uk-link-reset">Animation hover</a></h2> <p>To trigger an animation on hover, just add the <code>.uk-animation-hover</code> class to the animated element itself or to a container.</p> <h3 class="tm-article-subtitle">Example</h3> <div class="uk-grid uk-text-center"> <div class="uk-width-medium-1-5"> <div class="uk-panel uk-panel-box uk-animation-fade uk-animation-hover">Fade</div> </div> <div class="uk-width-medium-1-5"> <div class="uk-animation-hover"> <div class="uk-panel uk-panel-box uk-animation-slide-right">Slide right</div> </div> </div> </div> <h3 class="tm-article-subtitle">Markup</h3> <pre><code>&lt;div class="uk-animation-hover uk-animation-fade"&gt;...&lt;/div&gt; &lt;div class="uk-animation-hover"&gt; &lt;div class="uk-animation-slide-right"&gt;...&lt;/div&gt; &lt;/div&gt;</code></pre> </article> </div> </div> </div> </div> <div class="tm-footer"> <div class="uk-container uk-container-center uk-text-center"> <ul class="uk-subnav uk-subnav-line uk-flex-center"> <li><a href="http://github.com/uikit/uikit">GitHub</a></li> <li><a href="http://github.com/uikit/uikit/issues">Issues</a></li> <li><a href="http://github.com/uikit/uikit/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://twitter.com/getuikit">Twitter</a></li> </ul> <div class="uk-panel"> <p>Made by <a href="http://www.yootheme.com">YOOtheme</a> with love and caffeine.<br>Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p> <a href="../index.html"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a> </div> </div> </div> <div id="tm-offcanvas" class="uk-offcanvas"> <div class="uk-offcanvas-bar"> <ul class="uk-nav uk-nav-offcanvas uk-nav-parent-icon" data-uk-nav="{multiple:true}"> <li class="uk-parent"><a href="#">Documentation</a> <ul class="uk-nav-sub"> <li><a href="documentation_get-started.html">Get started</a></li> <li><a href="documentation_how-to-customize.html">How to customize</a></li> <li><a href="documentation_layouts.html">Layout examples</a></li> <li><a href="core.html">Core</a></li> <li><a href="components.html">Components</a></li> <li><a href="documentation_project-structure.html">Project structure</a></li> <li><a href="documentation_less-sass.html">Less &amp; Sass files</a></li> <li><a href="documentation_create-a-theme.html">Create a theme</a></li> <li><a href="documentation_create-a-style.html">Create a style</a></li> <li><a href="documentation_customizer-json.html">Customizer.json</a></li> <li><a href="documentation_javascript.html">JavaScript</a></li> <li><a href="documentation_custom-prefix.html">Custom prefix</a></li> </ul> </li> <li class="uk-nav-header">Core</li> <li class="uk-parent"><a href="#"><i class="uk-icon-wrench"></i> Defaults</a> <ul class="uk-nav-sub"> <li><a href="base.html">Base</a></li> <li><a href="print.html">Print</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-th-large"></i> Layout</a> <ul class="uk-nav-sub"> <li><a href="grid.html">Grid</a></li> <li><a href="panel.html">Panel</a></li> <li><a href="block.html">Block</a></li> <li><a href="article.html">Article</a></li> <li><a href="comment.html">Comment</a></li> <li><a href="utility.html">Utility</a></li> <li><a href="flex.html">Flex</a></li> <li><a href="cover.html">Cover</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-bars"></i> Navigations</a> <ul class="uk-nav-sub"> <li><a href="nav.html">Nav</a></li> <li><a href="navbar.html">Navbar</a></li> <li><a href="subnav.html">Subnav</a></li> <li><a href="breadcrumb.html">Breadcrumb</a></li> <li><a href="pagination.html">Pagination</a></li> <li><a href="tab.html">Tab</a></li> <li><a href="thumbnav.html">Thumbnav</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-check"></i> Elements</a> <ul class="uk-nav-sub"> <li><a href="list.html">List</a></li> <li><a href="description-list.html">Description list</a></li> <li><a href="table.html">Table</a></li> <li><a href="form.html">Form</a></li> </ul> </li> <li class="uk-parent uk-active"><a href="#"><i class="uk-icon-folder-open"></i> Common</a> <ul class="uk-nav-sub"> <li><a href="button.html">Button</a></li> <li><a href="icon.html">Icon</a></li> <li><a href="close.html">Close</a></li> <li><a href="badge.html">Badge</a></li> <li><a href="alert.html">Alert</a></li> <li><a href="thumbnail.html">Thumbnail</a></li> <li><a href="overlay.html">Overlay</a></li> <li><a href="text.html">Text</a></li> <li><a href="animation.html">Animation</a></li> <li><a href="contrast.html">Contrast</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-magic"></i> JavaScript</a> <ul class="uk-nav-sub"> <li><a href="dropdown.html">Dropdown</a></li> <li><a href="modal.html">Modal</a></li> <li><a href="offcanvas.html">Off-canvas</a></li> <li><a href="switcher.html">Switcher</a></li> <li><a href="toggle.html">Toggle</a></li> <li><a href="scrollspy.html">Scrollspy</a></li> <li><a href="smooth-scroll.html">Smooth scroll</a></li> </ul> </li> <li class="uk-nav-header">Components</li> <li class="uk-parent"><a href="#"><i class="uk-icon-th-large"></i> Layout</a> <ul class="uk-nav-sub"> <li><a href="grid-js.html">Dynamic Grid</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-bars"></i> Navigations</a> <ul class="uk-nav-sub"> <li><a href="dotnav.html">Dotnav</a></li> <li><a href="slidenav.html">Slidenav</a></li> <li><a href="pagination-js.html">Dynamic Pagination</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-folder-open"></i> Common</a> <ul class="uk-nav-sub"> <li><a href="form-advanced.html">Form advanced</a></li> <li><a href="form-file.html">Form file</a></li> <li><a href="form-password.html">Form password</a></li> <li><a href="form-select.html">Form select</a></li> <li><a href="placeholder.html">Placeholder</a></li> <li><a href="progress.html">Progress</a></li> </ul> </li> <li class="uk-parent"><a href="#"><i class="uk-icon-magic"></i> JavaScript</a> <ul class="uk-nav-sub"> <li><a href="lightbox.html">Lightbox</a></li> <li><a href="autocomplete.html">Autocomplete</a></li> <li><a href="datepicker.html">Datepicker</a></li> <li><a href="htmleditor.html">HTML editor</a></li> <li><a href="slider.html">Slider</a></li> <li><a href="slideset.html">Slideset</a></li> <li><a href="slideshow.html">Slideshow</a></li> <li><a href="parallax.html">Parallax</a></li> <li><a href="accordion.html">Accordion</a></li> <li><a href="notify.html">Notify</a></li> <li><a href="search.html">Search</a></li> <li><a href="nestable.html">Nestable</a></li> <li><a href="sortable.html">Sortable</a></li> <li><a href="sticky.html">Sticky</a></li> <li><a href="timepicker.html">Timepicker</a></li> <li><a href="tooltip.html">Tooltip</a></li> <li><a href="upload.html">Upload</a></li> </ul> </li> <li class="uk-nav-divider"></li> <li><a href="../showcase/index.html">Showcase</a></li> </ul> </div> </div> </body> </html>
jlzuri/uikit
docs/animation.html
HTML
mit
33,235
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct as_weighted_feature&lt;tag::extended_p_square_quantile_quadratic&gt;</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="../../accumulators/reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_hpp" title="Header &lt;boost/accumulators/statistics/extended_p_square_quantile.hpp&gt;"> <link rel="prev" href="feature_of_tag_idp34462144.html" title="Struct feature_of&lt;tag::weighted_extended_p_square_quantile&gt;"> <link rel="next" href="feature_of_tag_idp34466032.html" title="Struct feature_of&lt;tag::weighted_extended_p_square_quantile_quadratic&gt;"> </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="feature_of_tag_idp34462144.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_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="feature_of_tag_idp34466032.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.accumulators.as_weighted_fe_idp34463888"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct as_weighted_feature&lt;tag::extended_p_square_quantile_quadratic&gt;</span></h2> <p>boost::accumulators::as_weighted_feature&lt;tag::extended_p_square_quantile_quadratic&gt;</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="../../accumulators/reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_hpp" title="Header &lt;boost/accumulators/statistics/extended_p_square_quantile.hpp&gt;">boost/accumulators/statistics/extended_p_square_quantile.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="as_weighted_fe_idp34463888.html" title="Struct as_weighted_feature&lt;tag::extended_p_square_quantile_quadratic&gt;">as_weighted_feature</a><span class="special">&lt;</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">extended_p_square_quantile_quadratic</span><span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <a class="link" href="tag/weighted_exten_idp34502992.html" title="Struct weighted_extended_p_square_quantile_quadratic">tag::weighted_extended_p_square_quantile_quadratic</a> <a name="boost.accumulators.as_weighted_fe_idp34463888.type"></a><span class="identifier">type</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005, 2006 Eric Niebler<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="feature_of_tag_idp34462144.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_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="feature_of_tag_idp34466032.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/doc/html/boost/accumulators/as_weighted_fe_idp34463888.html
HTML
mit
5,067
<!DOCTYPE html> <html> <head> <title>AngularJS</title> <meta charset="utf-8"> <link href="../content/shared/styles/examples-offline.css" rel="stylesheet"> <link href="../../styles/kendo.common.min.css" rel="stylesheet"> <link href="../../styles/kendo.rtl.min.css" rel="stylesheet"> <link href="../../styles/kendo.default.min.css" rel="stylesheet"> <link href="../../styles/kendo.dataviz.min.css" rel="stylesheet"> <link href="../../styles/kendo.dataviz.default.min.css" rel="stylesheet"> <script src="../../js/jquery.min.js"></script> <script src="../../js/angular.min.js"></script> <script src="../../js/kendo.all.min.js"></script> <script src="../content/shared/js/console.js"></script> <script> </script> </head> <body> <a class="offline-button" href="../index.html">Back</a> <div id="example" ng-app="KendoDemos"> <div class="demo-section k-content" ng-controller="MyCtrl"> <div class="box-col"> <h4>Static data</h4> <label>Country in Europe:</label> <select kendo-combo-box style="width: 300px;" > <option>Albania</option> <option>Andorra</option> <option>Armenia</option> <option>Austria</option> <option>Azerbaijan</option> <option>Belarus</option> <option>Belgium</option> <option>Bosnia & Herzegovina</option> <option>Bulgaria</option> <option>Croatia</option> <option>Cyprus</option> <option>Czech Republic</option> <option>Denmark</option> <option>Estonia</option> <option>Finland</option> <option>France</option> <option>Georgia</option> <option>Germany</option> <option>Greece</option> <option>Hungary</option> <option>Iceland</option> <option>Ireland</option> <option>Italy</option> <option>Kosovo</option> <option>Latvia</option> <option>Liechtenstein</option> <option>Lithuania</option> <option>Luxembourg</option> <option>Macedonia</option> <option>Malta</option> <option>Moldova</option> <option>Monaco</option> <option>Montenegro</option> <option>Netherlands</option> <option>Norway</option> <option>Poland</option> <option>Portugal</option> <option>Romania</option> <option>Russia</option> <option>San Marino</option> <option>Serbia</option> <option>Slovakia</option> <option>Slovenia</option> <option>Spain</option> <option>Sweden</option> <option>Switzerland</option> <option>Turkey</option> <option>Ukraine</option> <option>United Kingdom</option> <option>Vatican City</option> </select> </div> <div class="boxc-col"> <h4>Remote data</h4> <label>Product:</label> <select kendo-combo-box k-placeholder="'Select product'" k-data-text-field="'ProductName'" k-data-value-field="'ProductID'" k-filter="'contains'" k-auto-bind="false" k-min-length="3" k-data-source="productsDataSource" style="width: 300px;" > </select> </div> </div> </div> <script> angular.module("KendoDemos", [ "kendo.directives" ]) .controller("MyCtrl", function($scope){ $scope.productsDataSource = { type: "odata", serverFiltering: true, transport: { read: { url: "http://demos.telerik.com/kendo-ui/service/Northwind.svc/Products", } } }; }) </script> </body> </html>
hhuynhlam/Ulysses
src/client/vendor/kendo/examples/combobox/angular.html
HTML
mit
3,945
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Matt Makai"> <meta name="description" content="Emacs is an extensible, customizable text editor often used for coding. Learn more about Emacs on Full Stack Python."> <link rel="shortcut icon" href="theme/img/fsp-fav.png"> <title>Emacs - Full Stack Python</title> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <link href="theme/css/f.min.css" rel="stylesheet"> <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-19910497-7', 'auto'); ga('send', 'pageview'); </script></head> <body> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="logo-header-section"> <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> <span class="logo-title"><a href="/">Full Stack Python</a></span> </div> </div> </div><div class="row"> <div class="col-md-8"> <h1>Emacs</h1> <p>Emacs is an extensible text editor that can be customized by writing Lisp code.</p> <h2>Why is Emacs a good choice for Python coding?</h2> <p>Emacs is designed to be customized via the built-in Lisp interpreter and package manager. The package manager, named package.el, has menus for handling installation. The largest Lisp Package Archive is <a href="http://melpa.org">Melpa</a>, which provides automatic updates from upstream sources.</p> <p>Macros are useful for performing repetitive actions in Emacs. A macro is just a recording of a previous set of keystrokes that can be replayed to perform future actions.</p> <p>Hooks, which are Lisp variables that hold lists of functions to call, provide an extension mechanism for Emacs. For example, <code>kill-emacs-hook</code> runs before exiting Emacs so functions can be loaded into that hook to perform necessary actions before the exiting completes.</p> <div class="well see-also"> While you're reading about coding Python in Vim be sure to also learn about which <a href="/web-frameworks.html">web frameworks</a> to use as well as <a href="/deployment.html">how to deploy an application</a>. </div> <h2>General Emacs resources</h2> <ul> <li> <p><a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html">GNU Emacs Manual</a> provides an official in-depth review for how to use Emacs.</p> </li> <li> <p><a href="http://emacsredux.com/">Emacs Redux</a> is a blog with tips and tricks for how to use Emacs effectively.</p> </li> <li> <p><a href="http://emacsrocks.com/">Emacs Rocks</a> is a video tutorial series for Emacs.</p> </li> <li> <p><a href="http://whattheemacsd.com/">What the .emacs.d?!</a> provides a bunch of tiny optimizations for Emacs' workflow.</p> </li> </ul> <h2>Notable Elisp Packages</h2> <ul> <li> <p><a href="http://magit.github.io/">Magit</a> allows the user to inspect and modify Git repositories from within Emacs.</p> </li> <li> <p><a href="http://company-mode.github.io/">company-mode</a> creates a modular in-buffer completion framework.</p> </li> <li> <p><a href="http://flycheck.github.io/">Flycheck</a> provides syntax checking.</p> </li> <li> <p><a href="https://github.com/proofit404/anaconda-mode/">anaconda-mode</a> is specific to Python development and allows code navigation, documentation lookup and code completion. The <a href="http://jedi.jedidjah.ch/en/latest/">jedi</a> library is used under the hood.</p> </li> <li> <p><a href="http://ternjs.net/">Tern</a> is a stand-alone code-analysis engine for JavaScript. It can be integrated within a Django project via the <a href="https://github.com/proofit404/tern-django">tern-django</a> package.</p> </li> </ul> <h2>Popular user configurations</h2> <ul> <li> <p><a href="https://github.com/bbatsov/prelude">Prelude</a> is an enhanced Emacs version 24 distribution.</p> </li> <li> <p><a href="https://github.com/purcell/emacs.d">A reasonable Emacs config</a> shows a batteries-includes Emacs configuration bundle.</p> </li> <li> <p><a href="https://github.com/magnars/.emacs.d">Emacs settings</a> is a repository of configurations used in the Emacs Rocks screencasts.</p> </li> <li> <p><a href="https://github.com/syl20bnr/spacemacs">Spacemacs</a> mashes together Emacs' extensibility and Vim's ergonomic text editing features.</p> </li> </ul> <h3>What's next once your development environment is set up?</h3> <div class="row"> <div class="col-md-4"> <div class="well select-next"> <a href="/vim.html" class="btn btn-success btn-full"><svg width="28" height="30" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1596 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528v-1024h-416q-40 0-68-28t-28-68v-416h-768v1536h1280zm-928-896q8-11 21-12.5t24 6.5l51 38q11 8 12.5 21t-6.5 24l-182 243 182 243q8 11 6.5 24t-12.5 21l-51 38q-11 8-24 6.5t-21-12.5l-226-301q-14-19 0-38zm802 301q14 19 0 38l-226 301q-8 11-21 12.5t-24-6.5l-51-38q-11-8-12.5-21t6.5-24l182-243-182-243q-8-11-6.5-24t12.5-21l51-38q11-8 24-6.5t21 12.5zm-620 461q-13-2-20.5-13t-5.5-24l138-831q2-13 13-20.5t24-5.5l63 10q13 2 20.5 13t5.5 24l-138 831q-2 13-13 20.5t-24 5.5z" fill="#fff"/></svg></a> <p class="under-btn">Tell me about using the Vim editor for Python development.</p> </div> </div> <div class="col-md-4"> <div class="well select-next"> <a href="/web-frameworks.html" class="btn btn-success btn-full"><svg width="28" height="30" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M553 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23z" fill="#fff"/></svg></a> <p class="under-btn">I want to learn how to code a Python web application using a framework.</p> </div> </div> <div class="col-md-4"> <div class="well select-next"> <a href="/data.html" class="btn btn-success btn-full"><svg width="28" height="30" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M63 1536h-63v-1408h63v1408zm63-1h-32v-1407h32v1407zm94 0h-31v-1407h31v1407zm157 0h-31v-1407h31v1407zm157 0h-62v-1407h62v1407zm126 0h-31v-1407h31v1407zm63 0h-31v-1407h31v1407zm63 0h-31v-1407h31v1407zm157 0h-63v-1407h63v1407zm157 0h-63v-1407h63v1407zm126 0h-63v-1407h63v1407zm126 0h-63v-1407h63v1407zm94 0h-63v-1407h63v1407zm189 0h-94v-1407h94v1407zm63 0h-32v-1407h32v1407zm94 1h-63v-1408h63v1408z" fill="#fff"/></svg></a> <p class="under-btn">I want to know about working with data in Python.</p> </div> </div> </div> <div id="mc_embed_signup"> <form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4> <div class="row"> <div class="col-md-9"> <input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required> <div style="position: absolute; left: -5000px;"><input type="text" name="b_b7e774f0c4f05dcebbfee183d_b22335388d" tabindex="-1" value=""></div> </div> <div class="col-md-3"> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-success" style="font-family: 'Helvetica Neue';"></div> </div> </div> </div> </form> </div> </div> <div class="col-md-offset-1 col-md-3" id="sidebar"> <div class="panel panel-success"> <div class="panel-body"> <a href="http://www.deploypython.com/"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a> <p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>. </p> </div> </div> <div class="panel panel-success"> <div class="panel-heading"> <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3> </div> <div class="list-group"> <a href="/introduction.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Introduction</a> <a href="/learning-programming.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Learning Programming</a> <a href="/why-use-python.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Why Use Python?</a> <a href="/best-python-resources.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Best Python Resources</a> <a href="/best-python-videos.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Best Python Videos</a> <a href="/enterprise-python.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Enterprise Python</a> <a href="/development-environments.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Development Environments</a> <a href="/vim.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Vim</a> <a href="/emacs.html" class="list-group-item smaller-item active" style='font-family: "Helvetica Neue",sans-serif;'>Emacs</a> <a href="/generators.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Generators</a> <a href="/comprehensions.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Comprehensions</a> <a href="/web-frameworks.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Frameworks</a> <a href="/django.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Django</a> <a href="/flask.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Flask</a> <a href="/bottle.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Bottle</a> <a href="/pyramid.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Pyramid</a> <a href="/morepath.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Morepath</a> <a href="/other-web-frameworks.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Other Web Frameworks</a> <a href="/web-design.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Design</a> <a href="/cascading-style-sheets.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Cascading Style Sheets</a> <a href="/javascript.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>JavaScript</a> <a href="/websockets.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>WebSockets</a> <a href="/web-application-security.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Application Security</a> <a href="/static-site-generator.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Static Site Generator</a> <a href="/data.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Data</a> <a href="/databases.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Databases</a> <a href="/no-sql-datastore.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>NoSQL Data Stores</a> <a href="/object-relational-mappers-orms.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Object-relational Mappers (ORMs)</a> <a href="/application-programming-interfaces.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Application Programming Interfaces</a> <a href="/api-integration.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>API Integration</a> <a href="/api-creation.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>API Creation</a> <a href="/deployment.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Deployment</a> <a href="/servers.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Servers</a> <a href="/platform-as-a-service.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Platform-as-a-service</a> <a href="/operating-systems.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Operating Systems</a> <a href="/web-servers.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Servers</a> <a href="/wsgi-servers.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>WSGI Servers</a> <a href="/source-control.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Source Control</a> <a href="/application-dependencies.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Application Dependencies</a> <a href="/static-content.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Static Content</a> <a href="/task-queues.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Task Queues</a> <a href="/configuration-management.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Configuration Management</a> <a href="/continuous-integration.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Continuous Integration</a> <a href="/logging.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Logging</a> <a href="/monitoring.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Monitoring</a> <a href="/web-analytics.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Web Analytics</a> <a href="/docker.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Docker</a> <a href="/caching.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Caching</a> <a href="/code-metrics.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Code Metrics</a> <a href="/what-full-stack-means.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>What "Full Stack" Means</a> <a href="/change-log.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Change Log</a> <a href="/future-directions.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>Future Directions</a> <a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a> </div> </div> <div class="panel panel-success"> <div class="panel-body"> <a href="http://www.deploypython.com/"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a> <p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>. </p> </div> </div> <div class="panel panel-success"> <div class="panel-heading"><h3 class="panel-head">Emacs</h3></div> <div class="panel-body"> Major updates are tweeted via <a href="https://twitter.com/fullstackpython">@fullstackpython</a>. <hr/> Need more detailed tutorials than you see here? <a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a> </div> </div> </div></div> <hr/> <div class="footer pull-right"> <a href="http://www.mattmakai.com/" class="underline">Matt Makai</a> 2015 </div> </div> <script type='text/javascript'> var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); } </script> </body> </html>
maegul/fsp_test
emacs.html
HTML
mit
19,868
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width,height=device-height,user-scalable=no,maximum-scale=1.0,initial-scale=1.0" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <!-- ISO-8859-1 --> <title>Cordova Mobile Spec</title> <link rel="stylesheet" href="../master.css" type="text/css" media="screen" title="no title" charset="utf-8"> <script type="text/javascript" charset="utf-8" src="../cordova.js"></script> <script type="text/javascript" charset="utf-8"> var deviceReady = false; var eventOutput = function(s) { var el = document.getElementById("results"); el.innerHTML = el.innerHTML + s + "<br>"; }; function printNetwork() { eventOutput("Current network connection type is: " + navigator.network.connection.type); } /** * Function called when page has finished loading. */ function init() { document.addEventListener("deviceready", function() { deviceReady = true; console.log("Device="+device.platform+" "+device.version); eventOutput("Network Connection is: " + navigator.network.connection.type); document.addEventListener('online', function() { eventOutput('Online event, connection is: ' + navigator.network.connection.type); }, false); document.addEventListener('offline', function() { eventOutput('Offline event, connection is: ' + navigator.network.connection.type); }, false); }, false); window.setTimeout(function() { if (!deviceReady) { alert("Error: Cordova did not initialize. Demo will not run correctly."); } },1000); } </script> </head> <body onload="init();" id="stage" class="theme"> <h1>Network Events and State</h1> <div id="info"> <b>Results:</b><br> <span id="results"></span> </div> <h2>Action</h2> <div class="btn large" onclick="printNetwork();">Show Network Connection</div> <h2> </h2><div class="backBtn" onclick="backHome();">Back</div> </body> </html>
OneMoreCheckin/mobile-app
phonegap/2.6.0/windows-phone-8/tests/MobileSpecUnitTests/www/network/index.html
HTML
mit
2,131
<!DOCTYPE html> <html> <head> <title>Despair | Lyrics of Sunshine and Shadow | Paul Laurence Dunbar | Lit2Go ETC</title> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/screenless.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/printless.css" type="text/css" media="print" title="no title" charset="utf-8"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/js.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5574891-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); })(); $(document).ready(function() { $('img').unveil(); $('#contactable').contactable({ url: 'http://etc.usf.edu/lit2go/welcome/feedback/', subject: 'Lit2Go Feedback — Despair | Lyrics of Sunshine and Shadow | Paul Laurence Dunbar — http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3794/despair/' }); }); </script> </head> <body> <div class="page"> <header> <h1> <a href="http://etc.usf.edu/lit2go/">Lit<span class="blue">2</span>Go</a> </h1> <ul> <li id="search"><form action="http://etc.usf.edu/lit2go/search/"><input type="text" name="q" placeholder="Search" value=""></form></li> </ul> </header> <nav id="shell"> <ul> <li><a href="http://etc.usf.edu/lit2go/authors/" class="">Authors</a></li> <li><a href="http://etc.usf.edu/lit2go/books/" class="selected">Books</a></li> <li><a href="http://etc.usf.edu/lit2go/genres/" class="">Genres</a></li> <li><a href="http://etc.usf.edu/lit2go/collections/" class="">Collections</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/" class="">Readability</a></li> </ul> </nav> <section id="content"> <div id="contactable"><!-- contactable html placeholder --></div> <div id="page_content"> <header> <h2> <a href="http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/">Lyrics of Sunshine and Shadow</a> </h2> <h3> by <a href="http://etc.usf.edu/lit2go/authors/172/paul-laurence-dunbar/">Paul Laurence Dunbar</a> </h3> <h4> Despair </h4> </header> <div id="poem"> <details open> <summary> Additional Information </summary> <div id="columns"> <ul> <li> <strong>Year Published:</strong> 1913 </li> <li> <strong>Language:</strong> English </li> <li> <strong>Country of Origin:</strong> United States of America </li> <li> <strong>Source:</strong> Dunbar, P.L. (1913). <em>The Complete Poems of Paul Laurence Dunbar</em>. New York: Dodd, Mead, and Company. </li> </ul> </div> <div id="columns"> <ul> <li> <strong>Readability:</strong> <ul> <li> Flesch–Kincaid Level: <a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/6/" title="Flesch–Kincaid Grade Level 6.5">6.5</a> </li> </ul> </li> <li> <strong>Word Count:</strong> 58 </li> </ul> </div> <div id="columns"> <ul> <li> <strong>Genre:</strong> <a href="http://etc.usf.edu/lit2go/genres/24/poetry/">Poetry</a> </li> <li> <strong>Keywords:</strong> sadness, sorrow </li> <li> <a class="btn" data-toggle="modal" href="#cite_this" >✎ Cite This</a> </li> <li> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a addthis:ui_delay="500" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=roywinkelman" class="addthis_button_compact">Share</a> <span class="addthis_separator">|</span> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> </div> <script type="text/javascript">$($.getScript("http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"))</script> <!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"></script> --> <!-- AddThis Button END --> </li> </ul> </div> <h4>Downloads</h4> <ul id="downloads"> <li> <a href="http://etc.usf.edu/lit2go/audio/mp3/lyrics-of-sunshine-and-shadow-057-despair.3794.mp3">Audio</a> </li> <li> <a href="http://etc.usf.edu/lit2go/pdf/passage/3794/lyrics-of-sunshine-and-shadow-057-despair.pdf">Passage PDF</a> </li> <li><a href="http://etc.usf.edu/lit2go/pdf/student_activity/3794/3794-1.pdf">Student Activity</a></li> </ul> <hr> </details> <div class="modal hide" id="cite_this"> <script> $($('#myTab a').click(function (e) {e.preventDefault();$('#myTab a[href="#apa"]').tab('show');})); </script> <nav> <ul id="myTab"> <li class="active"> <a href="#apa" data-toggle="tab">APA</a> </li> <li> <a href="#mla" data-toggle="tab">MLA</a> </li> <li> <a href="#chicago" data-toggle="tab">Chicago</a> </li> </ul> </nav> <div class="tab-content"> <div class="content tab-pane hide active" id="apa"> <p class="citation"> Dunbar, P. (1913). Despair. <em>Lyrics of Sunshine and Shadow</em> (Lit2Go Edition). Retrieved February 15, 2016, from <span class="faux_link">http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3794/despair/</span> </p> </div> <div class="content tab-pane" id="mla"> <p class="citation"> Dunbar, Paul Laurence. "Despair." <em>Lyrics of Sunshine and Shadow</em>. Lit2Go Edition. 1913. Web. <<span class="faux_link">http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3794/despair/</span>>. February 15, 2016. </p> </div> <div class="content tab-pane" id="chicago"> <p class="citation"> Paul Laurence Dunbar, "Despair," <em>Lyrics of Sunshine and Shadow</em>, Lit2Go Edition, (1913), accessed February 15, 2016, <span class="faux_link">http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3794/despair/</span>. </p> </div> </div> </div> <span class="top"> <nav class="passage"> <ul> <li><a href="http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3791/the-old-cabin/" title="The Old Cabin" class="back">Back</a></li> <li><a href="http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3798/circumstances-alter-cases/" title="Circumstances Alter Cases" class="next">Next</a></li> </ul> </nav> </span> <div id="shrink_wrap"> <div id="i_apologize_for_the_soup"> <audio controls style="width:99%;"> <source src="http://etc.usf.edu/lit2go/audio/mp3/lyrics-of-sunshine-and-shadow-057-despair.3794.mp3" type="audio/mpeg" /> <source src="http://etc.usf.edu/lit2go/audio/ogg/lyrics-of-sunshine-and-shadow-057-despair.3794.ogg" type="audio/ogg" /> The embedded audio player requires a modern internet browser. You should visit <a href="http://browsehappy.com/">Browse Happy</a> and update your internet browser today! </audio> <p> Let me close the eyes of my soul<br /> That I may not see<br /> What stands between thee and me.</p> <p> Let me shut the ears of my heart<br /> That I may not hear<br /> A voice that drowns yours, my dear.</p> <p> Let me cut the cords of my life,<br /> Of my desolate being,<br /> Since cursed is my hearing and seeing.</p> </div> </div> <span class="bottom"> <nav class="passage"> <ul> <li><a href="http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3791/the-old-cabin/" title="The Old Cabin" class="back">Back</a></li> <li><a href="http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3798/circumstances-alter-cases/" title="Circumstances Alter Cases" class="next">Next</a></li> </ul> </nav> </span> </div> </div> </section> <footer screen> <div id="footer-text"> <p> This collection of children's literature is a part of the <a href="http://etc.usf.edu/">Educational Technology Clearinghouse</a> and is funded by various <a href="http://etc.usf.edu/lit2go/welcome/funding/">grants</a>. </p> <p> Copyright &copy; 2006&mdash;2016 by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>, <a href="http://www.coedu.usf.edu/">College of Education</a>, <a href="http://www.usf.edu/">University of South Florida</a>. </p> </div> <ul id="footer-links"> <li><a href="http://etc.usf.edu/lit2go/welcome/license/">License</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/credits/">Credits</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/faq/">FAQ</a></li> <li><a href="http://etc.usf.edu/lit2go/giving/">Giving</a></li> </ul> </footer> <footer print> <div id="footer-text"> <p>This document was downloaded from <a href="http://etc.usf.edu/lit2go/">Lit2Go</a>, a free online collection of stories and poems in Mp3 (audiobook) format published by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>. For more information, including classroom activities, readability data, and original sources, please visit <a href="http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3794/despair/">http://etc.usf.edu/lit2go/188/lyrics-of-sunshine-and-shadow/3794/despair/</a>.</p> </div> <div id="book-footer"> <p>Lit2Go: <em>Lyrics of Sunshine and Shadow</em></p> <p>Despair</p> </div> </footer> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/details.js"></script> </div> </body> </html>
adrianosb/HtmlToText
lit2go.ok/188/lyrics-of-sunshine-and-shadow/3794/despair/index.html
HTML
mit
11,324
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example94-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="myReverseModule"> <div ng-controller="Controller"> <input ng-model="greeting" type="text"><br> No filter: {{greeting}}<br> Reverse: {{greeting|reverse}}<br> Reverse + uppercase: {{greeting|reverse:true}}<br> </div> </body> </html>
Zalimben/StoreFrontend
app/lib/angular/docs/examples/example-example94/index-production.html
HTML
mit
532
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template set_difference</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Compute"> <link rel="up" href="../../boost_compute/reference.html#header.boost.compute.algorithm.set_difference_hpp" title="Header &lt;boost/compute/algorithm/set_difference.hpp&gt;"> <link rel="prev" href="search_n.html" title="Function template search_n"> <link rel="next" href="set_intersection.html" title="Function template set_intersection"> </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="search_n.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.algorithm.set_difference_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="set_intersection.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.compute.set_difference"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template set_difference</span></h2> <p>boost::compute::set_difference &#8212; Set difference algorithm. </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="../../boost_compute/reference.html#header.boost.compute.algorithm.set_difference_hpp" title="Header &lt;boost/compute/algorithm/set_difference.hpp&gt;">boost/compute/algorithm/set_difference.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> InputIterator1<span class="special">,</span> <span class="keyword">typename</span> InputIterator2<span class="special">,</span> <span class="keyword">typename</span> OutputIterator<span class="special">&gt;</span> <span class="identifier">OutputIterator</span> <span class="identifier">set_difference</span><span class="special">(</span><span class="identifier">InputIterator1</span> first1<span class="special">,</span> <span class="identifier">InputIterator1</span> last1<span class="special">,</span> <span class="identifier">InputIterator2</span> first2<span class="special">,</span> <span class="identifier">InputIterator2</span> last2<span class="special">,</span> <span class="identifier">OutputIterator</span> result<span class="special">,</span> <span class="identifier">command_queue</span> <span class="special">&amp;</span> queue <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">default_queue</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp68574832"></a><h2>Description</h2> <p>Finds the difference of the sorted range [first2, last2) from the sorted range [first1, last1) and stores it in range starting at result </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">first1</code></span></p></td> <td><p>Iterator pointing to start of first set </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">first2</code></span></p></td> <td><p>Iterator pointing to start of second set </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">last1</code></span></p></td> <td><p>Iterator pointing to end of first set </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">last2</code></span></p></td> <td><p>Iterator pointing to end of second set </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">queue</code></span></p></td> <td><p>Queue on which to execute </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">result</code></span></p></td> <td><p>Iterator pointing to start of range in which the difference will be stored </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>Iterator pointing to end of difference</p></td> </tr> </tbody> </table></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; 2013, 2014 Kyle Lutz<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="search_n.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.algorithm.set_difference_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="set_intersection.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/compute/doc/html/boost/compute/set_difference.html
HTML
mit
6,582
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=struct.MaxLogLevelFilter.html"> </head> <body> <p>Redirecting to <a href="struct.MaxLogLevelFilter.html">struct.MaxLogLevelFilter.html</a>...</p> <script>location.replace("struct.MaxLogLevelFilter.html" + location.search + location.hash);</script> </body> </html>
megumish/r2d2-memcache
target/doc/log/MaxLogLevelFilter.t.html
HTML
mit
357
{% extends "layout.html" %} {% block page_title %} GOV.UK prototype kit {% endblock %} {% block content %} <script> // not needed at the moment, remember to remove script from the header if you don't use this in the end. //jQuery( document ).ready(function() { //jQuery.validate(); // }); </script> <main id="content" role="main"> {% include "includes/phase_banner_alpha.html" %} <div class="breadcrumbs"> <ol role="breadcrumbs"> {% include "includes/breadcrumbs/register-back.html" %} </ol> </div> <div class="grid-row"> <div class="column-two-thirds"> <div class="rjHMRCLogo"><img src="/public/images/hmrc.jpg"></div> <h1 class="heading-large" style="margin:0px 0 50px 0">Enter your Government gateway credentials</h1> <p>The person entering this information should have authority within the organsation to access Government Gateway credentials for the PAYE schemes. Your payroll department will usually have this information<p/> <!--h2 class="heading-medium" style="margin-top:10px">Organisation information</h2--> <form action="govt-gateway-disclaimer" > <fieldset> <legend class="visuallyhidden">Government Gateway credentials</legend> <div class="form-group"> <label class="form-label" for="goverment-gateway-username">Government Gateway username</label> <span class="form-hint">The username used to log into the Government Gateway. </span> </label> <input class="form-control rjFormTwoThirds" id="government-gateway-username" type="text"> </fieldset> <fieldset> <legend class="visuallyhidden">companies house number</legend> <div class="form-group"> <label class="form-label" for="companies-house-number">Government Gateway password</label> <span class="form-hint">The password used to log into the Government Gateway.</span> <input class="form-control rjFormTwoThirds" id="companies-house-number" type="password"> </div> </fieldset> <input class="button" id="saveAndContinue" type="submit" value="Save and continue"> </form> </div> <div class="column-one-third"></div> </div> </main> <script> //store details entered into the form in local storage var createButton = document.getElementById('createAccountButton'); EventUtil.addHandler(createButton, 'click', function(){ // save the form info to local storage by first putting the data into an object var userDetails = { email: document.getElementById('email-address').value, password: document.getElementById('password').value }; //store the object in local storage using json stringify localStorage.setItem("login", JSON.stringify(userDetails)); //store the users email address in a cookie to repeat back to them later. Remember that we have some of the data stored in an object in local storage as well - so we'll use that again if we need it. document.cookie = "emailAddress=" + userDetails.email // shows the cookie in the console log to check it is working console.log (document.cookie) // not needed at the moment //hide the login form //$('#login').addClass('hidden'); //show the quiz // $('#wrapper').removeClass('hidden') }); </script> {% endblock %}
SkillsFundingAgency/das-alpha-ui
app/views/sprint7/register/govtCredentials.html
HTML
mit
3,714
<!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) on Wed Apr 05 01:58:42 EDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.owasp.appsensor.core.Attack (appsensor-parent 2.3.2 API)</title> <meta name="date" content="2017-04-05"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.owasp.appsensor.core.Attack (appsensor-parent 2.3.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="header"> <h2 title="Uses of Class org.owasp.appsensor.core.Attack" class="title">Uses of Class<br>org.owasp.appsensor.core.Attack</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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.owasp.appsensor.activemq">org.owasp.appsensor.activemq</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.activemq.event">org.owasp.appsensor.activemq.event</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.amqp.rabbitmq">org.owasp.appsensor.amqp.rabbitmq</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.amqp.rabbitmq.event">org.owasp.appsensor.amqp.rabbitmq.event</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.analysis">org.owasp.appsensor.analysis</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.core">org.owasp.appsensor.core</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.core.analysis">org.owasp.appsensor.core.analysis</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.core.event">org.owasp.appsensor.core.event</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.core.listener">org.owasp.appsensor.core.listener</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.core.reporting">org.owasp.appsensor.core.reporting</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.core.storage">org.owasp.appsensor.core.storage</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.event">org.owasp.appsensor.event</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.handler">org.owasp.appsensor.handler</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.integration.cef.syslog">org.owasp.appsensor.integration.cef.syslog</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.integration.influxdb">org.owasp.appsensor.integration.influxdb</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.integration.jmx">org.owasp.appsensor.integration.jmx</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.integration.prometheus">org.owasp.appsensor.integration.prometheus</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.kafka">org.owasp.appsensor.kafka</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.kafka.event">org.owasp.appsensor.kafka.event</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.local.event">org.owasp.appsensor.local.event</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.local.handler">org.owasp.appsensor.local.handler</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.reporting">org.owasp.appsensor.reporting</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.rpc.thrift">org.owasp.appsensor.rpc.thrift</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.elasticsearch">org.owasp.appsensor.storage.elasticsearch</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.elasticsearch.dao">org.owasp.appsensor.storage.elasticsearch.dao</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.file">org.owasp.appsensor.storage.file</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.influxdb">org.owasp.appsensor.storage.influxdb</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.jpa2">org.owasp.appsensor.storage.jpa2</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.jpa2.dao">org.owasp.appsensor.storage.jpa2.dao</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.memory">org.owasp.appsensor.storage.memory</a></td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.mongo">org.owasp.appsensor.storage.mongo</a></td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.owasp.appsensor.storage.riak.stores">org.owasp.appsensor.storage.riak.stores</a></td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.owasp.appsensor.activemq"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/activemq/package-summary.html">org.owasp.appsensor.activemq</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/activemq/package-summary.html">org.owasp.appsensor.activemq</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">ActiveMqRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/activemq/ActiveMqRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.activemq.event"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/activemq/event/package-summary.html">org.owasp.appsensor.activemq.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/activemq/event/package-summary.html">org.owasp.appsensor.activemq.event</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">ActiveMqEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/activemq/event/ActiveMqEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.amqp.rabbitmq"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/amqp/rabbitmq/package-summary.html">org.owasp.appsensor.amqp.rabbitmq</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/amqp/rabbitmq/package-summary.html">org.owasp.appsensor.amqp.rabbitmq</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">RabbitMqRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/amqp/rabbitmq/RabbitMqRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.amqp.rabbitmq.event"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/amqp/rabbitmq/event/package-summary.html">org.owasp.appsensor.amqp.rabbitmq.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/amqp/rabbitmq/event/package-summary.html">org.owasp.appsensor.amqp.rabbitmq.event</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">RabbitMqEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/amqp/rabbitmq/event/RabbitMqEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.analysis"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/analysis/package-summary.html">org.owasp.appsensor.analysis</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/analysis/package-summary.html">org.owasp.appsensor.analysis</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">AggregateAttackAnalysisEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/analysis/AggregateAttackAnalysisEngine.html#analyze-org.owasp.appsensor.core.Attack-">analyze</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">ReferenceAttackAnalysisEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/analysis/ReferenceAttackAnalysisEngine.html#analyze-org.owasp.appsensor.core.Attack-">analyze</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/owasp/appsensor/core/Response.html" title="class in org.owasp.appsensor.core">Response</a></code></td> <td class="colLast"><span class="typeNameLabel">AggregateAttackAnalysisEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/analysis/AggregateAttackAnalysisEngine.html#findAppropriateResponse-org.owasp.appsensor.core.Attack-">findAppropriateResponse</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/owasp/appsensor/core/Response.html" title="class in org.owasp.appsensor.core">Response</a></code></td> <td class="colLast"><span class="typeNameLabel">ReferenceAttackAnalysisEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/analysis/ReferenceAttackAnalysisEngine.html#findAppropriateResponse-org.owasp.appsensor.core.Attack-">findAppropriateResponse</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.core"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/core/package-summary.html">org.owasp.appsensor.core</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/package-summary.html">org.owasp.appsensor.core</a> that return <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/Attack.html#setDetectionPoint-org.owasp.appsensor.core.DetectionPoint-">setDetectionPoint</a></span>(<a href="../../../../../org/owasp/appsensor/core/DetectionPoint.html" title="class in org.owasp.appsensor.core">DetectionPoint</a>&nbsp;detectionPoint)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/Attack.html#setDetectionSystem-org.owasp.appsensor.core.DetectionSystem-">setDetectionSystem</a></span>(<a href="../../../../../org/owasp/appsensor/core/DetectionSystem.html" title="class in org.owasp.appsensor.core">DetectionSystem</a>&nbsp;detectionSystem)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/Attack.html#setResource-org.owasp.appsensor.core.Resource-">setResource</a></span>(<a href="../../../../../org/owasp/appsensor/core/Resource.html" title="class in org.owasp.appsensor.core">Resource</a>&nbsp;resource)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/Attack.html#setRule-org.owasp.appsensor.core.rule.Rule-">setRule</a></span>(<a href="../../../../../org/owasp/appsensor/core/rule/Rule.html" title="class in org.owasp.appsensor.core.rule">Rule</a>&nbsp;rule)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/Attack.html#setTimestamp-java.lang.String-">setTimestamp</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;timestamp)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/Attack.html#setUser-org.owasp.appsensor.core.User-">setUser</a></span>(<a href="../../../../../org/owasp/appsensor/core/User.html" title="class in org.owasp.appsensor.core">User</a>&nbsp;user)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/package-summary.html">org.owasp.appsensor.core</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">RequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/RequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.core.analysis"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/core/analysis/package-summary.html">org.owasp.appsensor.core.analysis</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/analysis/package-summary.html">org.owasp.appsensor.core.analysis</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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>abstract void</code></td> <td class="colLast"><span class="typeNameLabel">AttackAnalysisEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/analysis/AttackAnalysisEngine.html#analyze-org.owasp.appsensor.core.Attack-">analyze</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">AttackAnalysisEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/analysis/AttackAnalysisEngine.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.core.event"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/core/event/package-summary.html">org.owasp.appsensor.core.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/event/package-summary.html">org.owasp.appsensor.core.event</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">EventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/event/EventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.core.listener"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/core/listener/package-summary.html">org.owasp.appsensor.core.listener</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/listener/package-summary.html">org.owasp.appsensor.core.listener</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">AttackListener.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/listener/AttackListener.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.core.reporting"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/core/reporting/package-summary.html">org.owasp.appsensor.core.reporting</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/reporting/package-summary.html">org.owasp.appsensor.core.reporting</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/reporting/ReportingEngine.html#findAttacks-java.lang.String-">findAttacks</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;earliest)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.core.storage"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/core/storage/package-summary.html">org.owasp.appsensor.core.storage</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/storage/package-summary.html">org.owasp.appsensor.core.storage</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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>abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/storage/AttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/storage/AttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-java.util.Collection-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;&nbsp;attacks)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/core/storage/package-summary.html">org.owasp.appsensor.core.storage</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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>abstract void</code></td> <td class="colLast"><span class="typeNameLabel">AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/storage/AttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><span class="typeNameLabel">AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/storage/AttackStore.html#isMatchingAttack-org.owasp.appsensor.core.criteria.SearchCriteria-org.owasp.appsensor.core.Attack-">isMatchingAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria, <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/storage/AttackStore.html#notifyListeners-org.owasp.appsensor.core.Attack-">notifyListeners</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../org/owasp/appsensor/core/storage/package-summary.html">org.owasp.appsensor.core.storage</a> with type arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/core/storage/AttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-java.util.Collection-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;&nbsp;attacks)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.event"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/event/package-summary.html">org.owasp.appsensor.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/event/package-summary.html">org.owasp.appsensor.event</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">SoapEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/event/SoapEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">RestEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/event/RestEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.handler"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/handler/package-summary.html">org.owasp.appsensor.handler</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/handler/package-summary.html">org.owasp.appsensor.handler</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">ReferenceSoapRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/handler/ReferenceSoapRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">SoapRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/handler/SoapRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">RestRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/handler/RestRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.integration.cef.syslog"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/integration/cef/syslog/package-summary.html">org.owasp.appsensor.integration.cef.syslog</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/integration/cef/syslog/package-summary.html">org.owasp.appsensor.integration.cef.syslog</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">CefSyslogEmitter.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/integration/cef/syslog/CefSyslogEmitter.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><span class="typeNameLabel">CefSyslogEmitter.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/integration/cef/syslog/CefSyslogEmitter.html#toCef-org.owasp.appsensor.core.Attack-">toCef</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.integration.influxdb"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/integration/influxdb/package-summary.html">org.owasp.appsensor.integration.influxdb</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/integration/influxdb/package-summary.html">org.owasp.appsensor.integration.influxdb</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">InfluxDbEmitter.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/integration/influxdb/InfluxDbEmitter.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.integration.jmx"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/integration/jmx/package-summary.html">org.owasp.appsensor.integration.jmx</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/integration/jmx/package-summary.html">org.owasp.appsensor.integration.jmx</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">JmxEmitter.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/integration/jmx/JmxEmitter.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.integration.prometheus"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/integration/prometheus/package-summary.html">org.owasp.appsensor.integration.prometheus</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/integration/prometheus/package-summary.html">org.owasp.appsensor.integration.prometheus</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">PrometheusEmitter.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/integration/prometheus/PrometheusEmitter.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.kafka"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/kafka/package-summary.html">org.owasp.appsensor.kafka</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/kafka/package-summary.html">org.owasp.appsensor.kafka</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">KafkaRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/kafka/KafkaRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.kafka.event"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/kafka/event/package-summary.html">org.owasp.appsensor.kafka.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/kafka/event/package-summary.html">org.owasp.appsensor.kafka.event</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">KafkaEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/kafka/event/KafkaEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.local.event"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/local/event/package-summary.html">org.owasp.appsensor.local.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/local/event/package-summary.html">org.owasp.appsensor.local.event</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">LocalEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/local/event/LocalEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.local.handler"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/local/handler/package-summary.html">org.owasp.appsensor.local.handler</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/local/handler/package-summary.html">org.owasp.appsensor.local.handler</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">LocalRequestHandler.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/local/handler/LocalRequestHandler.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.reporting"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/reporting/package-summary.html">org.owasp.appsensor.reporting</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/reporting/package-summary.html">org.owasp.appsensor.reporting</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">WebSocketReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/reporting/WebSocketReportingEngine.html#findAttacks-java.lang.String-">findAttacks</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;earliest)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">RestReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/reporting/RestReportingEngine.html#findAttacks-java.lang.String-">findAttacks</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;earliest)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SimpleLoggingReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/reporting/SimpleLoggingReportingEngine.html#findAttacks-java.lang.String-">findAttacks</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;earliest)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/reporting/package-summary.html">org.owasp.appsensor.reporting</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">WebSocketReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/reporting/WebSocketReportingEngine.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">RestReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/reporting/RestReportingEngine.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">SimpleLoggingReportingEngine.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/reporting/SimpleLoggingReportingEngine.html#onAdd-org.owasp.appsensor.core.Attack-">onAdd</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.rpc.thrift"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/rpc/thrift/package-summary.html">org.owasp.appsensor.rpc.thrift</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/rpc/thrift/package-summary.html">org.owasp.appsensor.rpc.thrift</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">ThriftEventManager.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/rpc/thrift/ThriftEventManager.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.elasticsearch"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/elasticsearch/package-summary.html">org.owasp.appsensor.storage.elasticsearch</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/elasticsearch/package-summary.html">org.owasp.appsensor.storage.elasticsearch</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">ElasticSearchAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/elasticsearch/ElasticSearchAttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/elasticsearch/package-summary.html">org.owasp.appsensor.storage.elasticsearch</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">ElasticSearchAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/elasticsearch/ElasticSearchAttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.elasticsearch.dao"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/elasticsearch/dao/package-summary.html">org.owasp.appsensor.storage.elasticsearch.dao</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/elasticsearch/dao/package-summary.html">org.owasp.appsensor.storage.elasticsearch.dao</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AttackRepository.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/elasticsearch/dao/AttackRepository.html#findAttacksBySearchCriteria-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacksBySearchCriteria</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/elasticsearch/dao/package-summary.html">org.owasp.appsensor.storage.elasticsearch.dao</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">AttackRepository.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/elasticsearch/dao/AttackRepository.html#save-org.owasp.appsensor.core.Attack-">save</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.file"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/file/package-summary.html">org.owasp.appsensor.storage.file</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/file/package-summary.html">org.owasp.appsensor.storage.file</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">FileBasedAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/file/FileBasedAttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">FileBasedAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/file/FileBasedAttackStore.html#loadAttacks--">loadAttacks</a></span>()</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/file/package-summary.html">org.owasp.appsensor.storage.file</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">FileBasedAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/file/FileBasedAttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="typeNameLabel">FileBasedAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/file/FileBasedAttackStore.html#writeAttack-org.owasp.appsensor.core.Attack-">writeAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.influxdb"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/influxdb/package-summary.html">org.owasp.appsensor.storage.influxdb</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/influxdb/package-summary.html">org.owasp.appsensor.storage.influxdb</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">InfluxDbAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/influxdb/InfluxDbAttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/influxdb/package-summary.html">org.owasp.appsensor.storage.influxdb</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">InfluxDbAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/influxdb/InfluxDbAttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.jpa2"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/jpa2/package-summary.html">org.owasp.appsensor.storage.jpa2</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/jpa2/package-summary.html">org.owasp.appsensor.storage.jpa2</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Jpa2AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/jpa2/Jpa2AttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/jpa2/package-summary.html">org.owasp.appsensor.storage.jpa2</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">Jpa2AttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/jpa2/Jpa2AttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.jpa2.dao"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/package-summary.html">org.owasp.appsensor.storage.jpa2.dao</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/package-summary.html">org.owasp.appsensor.storage.jpa2.dao</a> that return <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a></code></td> <td class="colLast"><span class="typeNameLabel">AttackRepository.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/AttackRepository.html#find-java.lang.Integer-">find</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;id)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/package-summary.html">org.owasp.appsensor.storage.jpa2.dao</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AttackRepository.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/AttackRepository.html#find-org.owasp.appsensor.core.criteria.SearchCriteria-">find</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;searchCriteria)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AttackRepository.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/AttackRepository.html#findAll--">findAll</a></span>()</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/package-summary.html">org.owasp.appsensor.storage.jpa2.dao</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">AttackRepository.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/jpa2/dao/AttackRepository.html#save-org.owasp.appsensor.core.Attack-">save</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.memory"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/memory/package-summary.html">org.owasp.appsensor.storage.memory</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/memory/package-summary.html">org.owasp.appsensor.storage.memory</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">InMemoryAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/memory/InMemoryAttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/memory/package-summary.html">org.owasp.appsensor.storage.memory</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">InMemoryAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/memory/InMemoryAttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.mongo"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/mongo/package-summary.html">org.owasp.appsensor.storage.mongo</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/mongo/package-summary.html">org.owasp.appsensor.storage.mongo</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MongoAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/mongo/MongoAttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/mongo/package-summary.html">org.owasp.appsensor.storage.mongo</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">MongoAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/mongo/MongoAttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.owasp.appsensor.storage.riak.stores"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a> in <a href="../../../../../org/owasp/appsensor/storage/riak/stores/package-summary.html">org.owasp.appsensor.storage.riak.stores</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/riak/stores/package-summary.html">org.owasp.appsensor.storage.riak.stores</a> that return types with arguments of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">RiakAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/riak/stores/RiakAttackStore.html#findAttacks-org.owasp.appsensor.core.criteria.SearchCriteria-">findAttacks</a></span>(<a href="../../../../../org/owasp/appsensor/core/criteria/SearchCriteria.html" title="class in org.owasp.appsensor.core.criteria">SearchCriteria</a>&nbsp;criteria)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/owasp/appsensor/storage/riak/stores/package-summary.html">org.owasp.appsensor.storage.riak.stores</a> with parameters of type <a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</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="typeNameLabel">RiakAttackStore.</span><code><span class="memberNameLink"><a href="../../../../../org/owasp/appsensor/storage/riak/stores/RiakAttackStore.html#addAttack-org.owasp.appsensor.core.Attack-">addAttack</a></span>(<a href="../../../../../org/owasp/appsensor/core/Attack.html" title="class in org.owasp.appsensor.core">Attack</a>&nbsp;attack)</code></td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p> </body> </html>
ProZachJ/appsensor
appsensor-dot-org/site-contents/docs/v2.3.2/javadoc/org/owasp/appsensor/core/class-use/Attack.html
HTML
mit
85,339
<ul> <template repeat="{{users}}"> <li>{{name}}</li> </template> </ul>
codemix/htmling
test/input/repeat-simple.html
HTML
mit
72
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Method DirectionalLight.direction</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class=" tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../components/animation.html" class=" module">animation</a> </li> <li> <a href="../../components/assetanimation.html" class=" module">assetanimation</a> </li> <li> <a href="../../components/assets.html" class=" module">assets</a> </li> <li> <a href="../../components/camera.html" class=" module">camera</a> </li> <li> <a href="../../components/icomponent.html" class=" module">icomponent</a> </li> <li> <a href="../../components/lights.html" class="selected module">lights</a> </li> <li> <a href="../../components/material.html" class=" module">material</a> </li> <li> <a href="../../components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../components/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../core/gameobjectcollection.html" class=" module">gameobjectcollection</a> </li> <li> <a href="../../core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../core/properties.html" class=" module">properties</a> </li> <li> <a href="../../core/reflection.html" class=" module">reflection</a> </li> <li> <a href="../../core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../graphics/adapters/mac.html" class=" module">mac</a> </li> <li> <a href="../../graphics/adapters/win32.html" class=" module">win32</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a> </li> <li> <a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../utility/awesomium.html" class=" module">awesomium</a> </li> <li> <a href="../../utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../utility/config.html" class=" module">config</a> </li> <li> <a href="../../utility/filepath.html" class=" module">filepath</a> </li> <li> <a href="../../utility/input.html" class=" module">input</a> </li> <li> <a href="../../utility/output.html" class=" module">output</a> </li> <li> <a href="../../utility/string.html" class=" module">string</a> </li> <li> <a href="../../utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../components.html" class=" module">components</a> </li> <li> <a href="../../core.html" class=" module">core</a> </li> <li> <a href="../../graphics.html" class=" module">graphics</a> </li> <li> <a href="../../utility.html" class=" module">utility</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show(); //]]> </script> </div> </nav> <div id="main-contents"> <h1>Method DirectionalLight.direction</h1><!-- using block body in layout.dt--><!-- Default block ddox.description in ddox.layout.dt--><!-- Default block ddox.sections in ddox.layout.dt--><!-- using block ddox.members in ddox.layout.dt--> <h2>Overload group</h2> <p></p> <section> <h3>Prototype</h3> <pre class="code prettyprint lang-d prototype"> shared(gl3n.linalg.Vector!(float,3)) direction() pure nothrow @property @safe shared auto final;</pre> </section> <h2>Overload group</h2> <p></p> <section> <h3>Prototype</h3> <pre class="code prettyprint lang-d prototype"> void direction( &nbsp;&nbsp;shared(gl3n.linalg.Vector!(float,3)) newVal ) pure nothrow @property @safe shared final;</pre> </section> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
Circular-Studios/Dash-Docs
api/v0.6.2/components/lights/DirectionalLight.direction.html
HTML
mit
8,000
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'unsafe-eval' *"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title>屋檐下</title> <!-- build:css(.tmp) css/style.min.css --> <link rel="stylesheet" href="css/ionic.app.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/house.css"> <link rel="stylesheet" href="css/auth.css"> <link rel="stylesheet" href="css/me.css"> <link rel="stylesheet" href="css/quiz.css"> <link rel="stylesheet" href="css/people.css"> <link rel="stylesheet" href="css/sidebar.css"> <link rel="stylesheet" href="css/calendar.css"> <!-- endbuild --> <script src="cordova.js"></script> <!-- ionic/angularjs js --> <script src="lib/ionic/js/ionic.bundle.js"></script> <script src="lib/angular-resource/angular-resource.min.js"></script> <!-- build:js js/app.min.js --> <script src="js/app.js"></script> <script src="js/globalService/check.js"></script> <script src="js/globalService/event.js"></script> <!-- endbuild --> <!-- build:js js/house.min.js --> <script type="text/javascript" src="js/house/house.js"></script> <script type="text/javascript" src="js/house/house-ctrl.js"></script> <script type="text/javascript" src="js/house/house-service.js"></script> <!-- endbuild --> <!-- build:js js/auth.min.js --> <script type="text/javascript" src="js/auth/auth.js"></script> <script type="text/javascript" src="js/auth/auth-ctrl.js"></script> <script type="text/javascript" src="js/auth/auth-service.js"></script> <script type="text/javascript" src="js/auth/auth-filters.js"></script> <!-- endbuild --> <!-- build:js js/people.min.js --> <script type="text/javascript" src="js/people/people.js"></script> <script type="text/javascript" src="js/people/people-ctrl.js"></script> <script type="text/javascript" src="js/people/people-service.js"></script> <script type="text/javascript" src="js/people/people-directive.js"></script> <!-- endbuild --> <!-- build:js js/me.min.js --> <script type="text/javascript" src="js/me/me.js"></script> <script type="text/javascript" src="js/me/me-ctrl.js"></script> <script type="text/javascript" src="js/me/me-service.js"></script> <script type="text/javascript" src="js/globalService/personalInfo.js"></script> <!-- endbuild --> <!-- build:js js/menu.min.js --> <script type="text/javascript" src="js/menu/menu.js"></script> <script type="text/javascript" src="js/menu/menu-ctrl.js"></script> <!-- endbuild --> <!-- build:js js/quiz.min.js --> <script type="text/javascript" src="js/quiz/quiz.js"></script> <script type="text/javascript" src="js/quiz/quiz-ctrl.js"></script> <script type="text/javascript" src="js/quiz/quiz-service.js"></script> <!-- endbuild --> </head> <body ng-app="wuyanxia"> <ion-nav-view></ion-nav-view> <!-- <script src="http://10.242.37.68:8081/target/target-script-min.js#anonymous"></script> --> </body> </html>
minnic/wuyanxia
app/index.html
HTML
mit
3,263
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Creative Coding</title> <script src="../../libraries/p5.min.js" type="text/javascript"></script> <script src="../../libraries/p5.dom.min.js" type="text/javascript"></script> <script src="../../libraries/p5.sound.min.js" type="text/javascript"></script> <script src="../../mylib/Google.js" type="text/javascript"></script> <script src="../../libraries/gif.js" type="text/javascript"></script> <script src="../../libraries/gif.worker.js" type="text/javascript"></script> <script src="../../libraries/p5.svg.js" type="text/javascript"></script> <script src="../../mylib/App.js" type="text/javascript"></script> <script src="../../mylib/Gifmaker.js" type="text/javascript"></script> <script src="../../mylib/Screenshots.js" type="text/javascript"></script> <script src="../../mylib/Styles.js" type="text/javascript"></script> <script src="../../mylib/Grid.js" type="text/javascript"></script> <script src="../../mylib/Palette.js" type="text/javascript"></script> <script src="../../mylib/Info.js" type="text/javascript"></script> <script src="../../mylib/Keys.js" type="text/javascript"></script> <script src="Sketch2.js" type="text/javascript"></script> <style> body {padding: 0; margin: 0;} canvas {vertical-align: top;} </style> </head> <body> </body> </html>
riastroes/RS-Art
Projects/Diamonds3/show.html
HTML
cc0-1.0
1,407
<!-- Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="Description" content=""> <title>Open Location Code Example</title> <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCP3yO0nubZ8vCiyK-ZF-XEJ7VQWe6wVIM&libraries=geometry"> </script> <script type="text/javascript" src="../src/openlocationcode.js"></script> <script type="text/javascript" src="examples.js"></script> <link href='examples.css' rel='stylesheet' type='text/css'> </head> <body> <div id="content"> <div id="map-canvas" class="map_frame" ></div> <div id="messageBox"> <div id="message_header"> <h1>Discover or enter OLC codes</h1> <p> Clicking on the map will display the standard and refined accuracy OLC codes. Or you can enter a code in the text box below. </p> </div> <form onsubmit="processCode();" action="javascript:void(0)"> <input id="code_input" class="text_input" placeholder="Enter OLC code"> </form> </div> </div> <script type="text/javascript"> /** The Google Maps map object. */ var map; /* Handle clicks on the map. Computes the standard and refined Open Location Codes for the clicked location. */ function mapClickHandler(event) { clearPolygons(); var standardCode = OpenLocationCode.encode(event.latLng.lat(), event.latLng.lng()); var refinedCode = OpenLocationCode.encode(event.latLng.lat(), event.latLng.lng(), 11); var messageHeader = document.getElementById('message_header'); messageHeader.innerHTML = '<p>The standard OLC code is <em>' + standardCode + '</em> and is the lightly shaded area.</p><p>The refined, more accurate code ' + 'is <em>' + refinedCode + '</em> and is the heavier shaded area.'; zoomTo(standardCode); polygons.push(displayOlcArea(map, standardCode)); polygons.push(displayOlcArea(map, refinedCode)); } /** * Check the entered code is valid, and display an appropriate message. */ function processCode() { clearPolygons(); var code = document.getElementById('code_input').value; var messageHeader = document.getElementById('message_header'); if (!OpenLocationCode.isValid(code)) { messageHeader.innerHTML = '<p>The specified code, <em>' + code + '</em>, ' + 'is not a valid OLC code.</p>'; return; } if (!OpenLocationCode.isFull(code)) { messageHeader.innerHTML = '<p>The specified code, <em>' + code + '</em>, ' + 'is not a valid, full OLC code.</p>'; return; } zoomTo(code); polygons.push(displayOlcArea(map, code)); var codeArea = OpenLocationCode.decode(code); var height = google.maps.geometry.spherical.computeDistanceBetween( new google.maps.LatLng(codeArea.latitudeLo, codeArea.longitudeLo), new google.maps.LatLng(codeArea.latitudeHi, codeArea.longitudeLo)); height = Math.round(height * 10) / 10; var width = google.maps.geometry.spherical.computeDistanceBetween( new google.maps.LatLng(codeArea.latitudeLo, codeArea.longitudeLo), new google.maps.LatLng(codeArea.latitudeLo, codeArea.longitudeHi)); width = Math.round(width * 10) / 10; messageHeader.innerHTML = '<p>The specified code, <em>' + formatCode(code) + '</em>, ' + 'is ' + height + ' meters tall, and ' + width + ' meters wide.</p>'; } </script> <script type="text/javascript"> // What to do when the page loads. google.maps.event.addDomListener(window, 'load', function() { // Create the map object. map = new google.maps.Map( document.getElementById('map-canvas'), {center: new google.maps.LatLng(47.365561, 8.52494), zoom: 1, mapTypeId: google.maps.MapTypeId.ROADMAP, scaleControl: true}); map.setTilt(0); // Add an event listener to display OLC boxes around clicks. google.maps.event.addListener(map, 'click', mapClickHandler); }); </script> </body> </html>
zongweil/open-location-code
js/examples/example2.html
HTML
apache-2.0
4,886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>SerializationTestHelper xref</title> <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../../../../apidocs/org/apache/log4j/util/SerializationTestHelper.html">View Javadoc</a></div><pre> <a name="1" href="#1">1</a> <em class="comment">/*</em> <a name="2" href="#2">2</a> <em class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em> <a name="3" href="#3">3</a> <em class="comment"> * contributor license agreements. See the NOTICE file distributed with</em> <a name="4" href="#4">4</a> <em class="comment"> * this work for additional information regarding copyright ownership.</em> <a name="5" href="#5">5</a> <em class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em> <a name="6" href="#6">6</a> <em class="comment"> * (the "License"); you may not use this file except in compliance with</em> <a name="7" href="#7">7</a> <em class="comment"> * the License. You may obtain a copy of the License at</em> <a name="8" href="#8">8</a> <em class="comment"> *</em> <a name="9" href="#9">9</a> <em class="comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a name="10" href="#10">10</a> <em class="comment"> *</em> <a name="11" href="#11">11</a> <em class="comment"> * Unless required by applicable law or agreed to in writing, software</em> <a name="12" href="#12">12</a> <em class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a name="13" href="#13">13</a> <em class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a name="14" href="#14">14</a> <em class="comment"> * See the License for the specific language governing permissions and</em> <a name="15" href="#15">15</a> <em class="comment"> * limitations under the License.</em> <a name="16" href="#16">16</a> <em class="comment"> */</em> <a name="17" href="#17">17</a> <a name="18" href="#18">18</a> <strong>package</strong> org.apache.log4j.util; <a name="19" href="#19">19</a> <a name="20" href="#20">20</a> <strong>import</strong> junit.framework.TestCase; <a name="21" href="#21">21</a> <a name="22" href="#22">22</a> <strong>import</strong> java.io.ByteArrayInputStream; <a name="23" href="#23">23</a> <strong>import</strong> java.io.ByteArrayOutputStream; <a name="24" href="#24">24</a> <strong>import</strong> java.io.File; <a name="25" href="#25">25</a> <strong>import</strong> java.io.FileInputStream; <a name="26" href="#26">26</a> <strong>import</strong> java.io.FileOutputStream; <a name="27" href="#27">27</a> <strong>import</strong> java.io.IOException; <a name="28" href="#28">28</a> <strong>import</strong> java.io.ObjectInputStream; <a name="29" href="#29">29</a> <strong>import</strong> java.io.ObjectOutputStream; <a name="30" href="#30">30</a> <a name="31" href="#31">31</a> <a name="32" href="#32">32</a> <em>/**<em>*</em></em> <a name="33" href="#33">33</a> <em> * Utiities for serialization tests.</em> <a name="34" href="#34">34</a> <em> *</em> <a name="35" href="#35">35</a> <em> * @author Curt Arnold</em> <a name="36" href="#36">36</a> <em> */</em> <a name="37" href="#37">37</a> <strong>public</strong> <strong>class</strong> <a href="../../../../org/apache/log4j/util/SerializationTestHelper.html">SerializationTestHelper</a> { <a name="38" href="#38">38</a> <em>/**<em>*</em></em> <a name="39" href="#39">39</a> <em> * Private constructor.</em> <a name="40" href="#40">40</a> <em> */</em> <a name="41" href="#41">41</a> <strong>private</strong> <a href="../../../../org/apache/log4j/util/SerializationTestHelper.html">SerializationTestHelper</a>() { <a name="42" href="#42">42</a> } <a name="43" href="#43">43</a> <a name="44" href="#44">44</a> <em>/**<em>*</em></em> <a name="45" href="#45">45</a> <em> * Creates a clone by serializing object and</em> <a name="46" href="#46">46</a> <em> * deserializing byte stream.</em> <a name="47" href="#47">47</a> <em> * @param obj object to serialize and deserialize.</em> <a name="48" href="#48">48</a> <em> * @return clone</em> <a name="49" href="#49">49</a> <em> * @throws IOException on IO error.</em> <a name="50" href="#50">50</a> <em> * @throws ClassNotFoundException if class not found.</em> <a name="51" href="#51">51</a> <em> */</em> <a name="52" href="#52">52</a> <strong>public</strong> <strong>static</strong> Object serializeClone(<strong>final</strong> Object obj) <a name="53" href="#53">53</a> throws IOException, ClassNotFoundException { <a name="54" href="#54">54</a> ByteArrayOutputStream memOut = <strong>new</strong> ByteArrayOutputStream(); <a name="55" href="#55">55</a> ObjectOutputStream objOut = <strong>new</strong> ObjectOutputStream(memOut); <a name="56" href="#56">56</a> objOut.writeObject(obj); <a name="57" href="#57">57</a> objOut.close(); <a name="58" href="#58">58</a> <a name="59" href="#59">59</a> ByteArrayInputStream src = <strong>new</strong> ByteArrayInputStream(memOut.toByteArray()); <a name="60" href="#60">60</a> ObjectInputStream objIs = <strong>new</strong> ObjectInputStream(src); <a name="61" href="#61">61</a> <a name="62" href="#62">62</a> <strong>return</strong> objIs.readObject(); <a name="63" href="#63">63</a> } <a name="64" href="#64">64</a> <a name="65" href="#65">65</a> <em>/**<em>*</em></em> <a name="66" href="#66">66</a> <em> * Deserializes a specified file.</em> <a name="67" href="#67">67</a> <em> * @param witness serialization file, may not be null.</em> <a name="68" href="#68">68</a> <em> * @return deserialized object.</em> <a name="69" href="#69">69</a> <em> * @throws Exception thrown on IO or deserialization exception.</em> <a name="70" href="#70">70</a> <em> */</em> <a name="71" href="#71">71</a> <strong>public</strong> <strong>static</strong> Object deserializeStream(<strong>final</strong> String witness) <a name="72" href="#72">72</a> throws Exception { <a name="73" href="#73">73</a> FileInputStream fileIs = <strong>new</strong> FileInputStream(witness); <a name="74" href="#74">74</a> ObjectInputStream objIs = <strong>new</strong> ObjectInputStream(fileIs); <a name="75" href="#75">75</a> <a name="76" href="#76">76</a> <strong>return</strong> objIs.readObject(); <a name="77" href="#77">77</a> } <a name="78" href="#78">78</a> <a name="79" href="#79">79</a> <em>/**<em>*</em></em> <a name="80" href="#80">80</a> <em> * Checks the serialization of an object against an file</em> <a name="81" href="#81">81</a> <em> * containing the expected serialization.</em> <a name="82" href="#82">82</a> <em> *</em> <a name="83" href="#83">83</a> <em> * @param witness name of file containing expected serialization.</em> <a name="84" href="#84">84</a> <em> * @param obj object to be serialized.</em> <a name="85" href="#85">85</a> <em> * @param skip positions in serialized stream that should not be compared.</em> <a name="86" href="#86">86</a> <em> * @param endCompare position to stop comparison.</em> <a name="87" href="#87">87</a> <em> * @throws Exception thrown on IO or serialization exception.</em> <a name="88" href="#88">88</a> <em> */</em> <a name="89" href="#89">89</a> <strong>public</strong> <strong>static</strong> <strong>void</strong> assertSerializationEquals( <a name="90" href="#90">90</a> <strong>final</strong> String witness, <strong>final</strong> Object obj, <strong>final</strong> <strong>int</strong>[] skip, <a name="91" href="#91">91</a> <strong>final</strong> <strong>int</strong> endCompare) throws Exception { <a name="92" href="#92">92</a> ByteArrayOutputStream memOut = <strong>new</strong> ByteArrayOutputStream(); <a name="93" href="#93">93</a> ObjectOutputStream objOut = <strong>new</strong> ObjectOutputStream(memOut); <a name="94" href="#94">94</a> objOut.writeObject(obj); <a name="95" href="#95">95</a> objOut.close(); <a name="96" href="#96">96</a> <a name="97" href="#97">97</a> assertStreamEquals(witness, memOut.toByteArray(), skip, endCompare); <a name="98" href="#98">98</a> } <a name="99" href="#99">99</a> <a name="100" href="#100">100</a> <em>/**<em>*</em></em> <a name="101" href="#101">101</a> <em> * Asserts the serialized form of an object.</em> <a name="102" href="#102">102</a> <em> * @param witness file name of expected serialization.</em> <a name="103" href="#103">103</a> <em> * @param actual byte array of actual serialization.</em> <a name="104" href="#104">104</a> <em> * @param skip positions to skip comparison.</em> <a name="105" href="#105">105</a> <em> * @param endCompare position to stop comparison.</em> <a name="106" href="#106">106</a> <em> * @throws IOException thrown on IO or serialization exception.</em> <a name="107" href="#107">107</a> <em> */</em> <a name="108" href="#108">108</a> <strong>public</strong> <strong>static</strong> <strong>void</strong> assertStreamEquals( <a name="109" href="#109">109</a> <strong>final</strong> String witness, <strong>final</strong> byte[] actual, <strong>final</strong> <strong>int</strong>[] skip, <a name="110" href="#110">110</a> <strong>final</strong> <strong>int</strong> endCompare) throws IOException { <a name="111" href="#111">111</a> File witnessFile = <strong>new</strong> File(witness); <a name="112" href="#112">112</a> <a name="113" href="#113">113</a> <strong>if</strong> (witnessFile.exists()) { <a name="114" href="#114">114</a> <strong>int</strong> skipIndex = 0; <a name="115" href="#115">115</a> byte[] expected = <strong>new</strong> byte[actual.length]; <a name="116" href="#116">116</a> FileInputStream is = <strong>new</strong> FileInputStream(witnessFile); <a name="117" href="#117">117</a> <strong>int</strong> bytesRead = is.read(expected); <a name="118" href="#118">118</a> is.close(); <a name="119" href="#119">119</a> <a name="120" href="#120">120</a> <strong>if</strong>(bytesRead &lt; endCompare) { <a name="121" href="#121">121</a> TestCase.assertEquals(bytesRead, actual.length); <a name="122" href="#122">122</a> } <a name="123" href="#123">123</a> <a name="124" href="#124">124</a> <strong>int</strong> endScan = actual.length; <a name="125" href="#125">125</a> <a name="126" href="#126">126</a> <strong>if</strong> (endScan > endCompare) { <a name="127" href="#127">127</a> endScan = endCompare; <a name="128" href="#128">128</a> } <a name="129" href="#129">129</a> <a name="130" href="#130">130</a> <strong>for</strong> (<strong>int</strong> i = 0; i &lt; endScan; i++) { <a name="131" href="#131">131</a> <strong>if</strong> ((skipIndex &lt; skip.length) &amp;&amp; (skip[skipIndex] == i)) { <a name="132" href="#132">132</a> skipIndex++; <a name="133" href="#133">133</a> } <strong>else</strong> { <a name="134" href="#134">134</a> <strong>if</strong> (expected[i] != actual[i]) { <a name="135" href="#135">135</a> TestCase.assertEquals( <a name="136" href="#136">136</a> <span class="string">"Difference at offset "</span> + i, expected[i], actual[i]); <a name="137" href="#137">137</a> } <a name="138" href="#138">138</a> } <a name="139" href="#139">139</a> } <a name="140" href="#140">140</a> } <strong>else</strong> { <a name="141" href="#141">141</a> <em class="comment">//</em> <a name="142" href="#142">142</a> <em class="comment">// if the file doesn't exist then</em> <a name="143" href="#143">143</a> <em class="comment">// assume that we are setting up and need to write it</em> <a name="144" href="#144">144</a> FileOutputStream os = <strong>new</strong> FileOutputStream(witnessFile); <a name="145" href="#145">145</a> os.write(actual); <a name="146" href="#146">146</a> os.close(); <a name="147" href="#147">147</a> TestCase.fail(<span class="string">"Writing witness file "</span> + witness); <a name="148" href="#148">148</a> } <a name="149" href="#149">149</a> } <a name="150" href="#150">150</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
stumoodie/PathwayEditor
libs/apache-log4j-1.2.15/site/xref-test/org/apache/log4j/util/SerializationTestHelper.html
HTML
apache-2.0
12,760
<!-- ~ Waltz - Enterprise Architecture ~ Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project ~ See README.md for more information ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific ~ --> <div class="waltz-assessment-rating-panel"> <div class="row"> <div class="col-md-12"> <waltz-no-data ng-if="$ctrl.assessments.length === 0"> <message> <strong> No assessments found </strong> </message> </waltz-no-data> <table class="waltz-field-table waltz-field-table-border table-hover" style="width: 100%"> <colgroup> <col width="5%"> <col width="40%"> <col width="55%"> </colgroup> <tbody ng-if="$ctrl.assessments.length > 0 && $ctrl.assessmentsProvided.length === 0"> <tr> <td></td> <td colspan="2"> <waltz-icon name="warning" style="color: orange" fixed-width="true"></waltz-icon> There are no assessments with ratings </td> </tr> </tbody> <tbody ng-if="$ctrl.assessmentsProvided.length > 0" ng-include="'warl-with-ratings-rows'"> </tbody> <tbody ng-if="$ctrl.assessmentsNotProvided.length > 0" style="border-top: 1px solid #eee;" ng-include="'warl-toggler'"> </tbody> <tbody ng-if="$ctrl.expandNotProvided" ng-include="'warl-expanded-rows'"> </tbody> </table> <table class="waltz-field-table waltz-field-table-border" ng-if="$ctrl.assessmentsNotProvided.length > 0" style="width: 100%"> <colgroup> <col width="5%"> <col width="40%"> <col width="55%"> </colgroup> </table> </div> </div> </div> <!-- EXPAND / COLLAPSE TOGGLE ROW --> <script type="text/ng-template" id="warl-toggler"> <tr ng-if="$ctrl.expandNotProvided"> <td></td> <td> <a class="clickable" ng-click="$ctrl.toggleExpandNotProvided()" uib-popover="Click to collapse assessments with no rating provided" popover-append-to-body="true" popover-popup-delay="300" popover-placement="right" popover-trigger="mouseenter"> <waltz-icon ng-if="$ctrl.expandNotProvided" name="caret-down" fixed-width="true"> </waltz-icon> Not Rated </a> </td> <td></td> </tr> <tr ng-if="!$ctrl.expandNotProvided" style="vertical-align: top"> <td></td> <td> <a class="clickable" ng-click="$ctrl.toggleExpandNotProvided()" uib-popover="Click to expand assessments with no rating provided" popover-append-to-body="true" popover-popup-delay="300" popover-placement="right" popover-trigger="mouseenter"> <waltz-icon name="caret-right" fixed-width="true"></waltz-icon> Not Rated </a> </td> <td> <ul class="text-muted list-inline"> <li ng-repeat="item in $ctrl.assessmentsNotProvided"> <span ng-if="item.definition.isReadOnly"> <waltz-icon name="lock"></waltz-icon> <span ng-include="'warl-definition-name'"></span> </span> <a ng-click="$ctrl.onSelect(item)" ng-if="!item.definition.isReadOnly" class="clickable"> <span ng-include="'warl-definition-name'"></span> </a> <span ng-if="!$last">, </span> </li> </ul> </td> </tr> </script> <!-- WITHOUT RATINGS --> <script type="text/ng-template" id="warl-expanded-rows"> <tr ng-repeat="item in $ctrl.assessmentsNotProvided track by item.definition.id" ng-click="$ctrl.onSelect(item)" class="clickable waltz-animate-repeat"> <td> <a class="clickable" uib-popover="Click to add or remove an assessment from your favourites. These appear in the overview at the top of the page." popover-append-to-body="true" popover-popup-delay="300" popover-placement="right" popover-trigger="mouseenter"> <waltz-icon name="star" size="lg" ng-if="item.isFavourite" ng-click="$ctrl.toggleFavourite(item.definition.id)"> </waltz-icon> <waltz-icon name="star-o" size="lg" ng-if="!item.isFavourite" ng-click="$ctrl.toggleFavourite(item.definition.id)"> </waltz-icon> </a> </td> <!-- definition name --> <td class="wft-label"> <waltz-icon name="lock" fixed-width="true" ng-if="item.definition.isReadOnly"> </waltz-icon> <waltz-icon name="fw" ng-if="! item.definition.isReadOnly"> </waltz-icon> <span ng-include="'warl-definition-name'"> </span> </td> <!-- rating --> <td> <span ng-if="!item.rating" class="text-muted italics"> Not Provided </span> </td> </tr> </script> <!-- WITH RATINGS --> <script type="text/ng-template" id="warl-with-ratings-rows"> <tr ng-repeat="item in $ctrl.assessmentsProvided track by item.definition.id" ng-click="$ctrl.onSelect(item)" class="clickable waltz-animate-repeat"> <td> <a class="clickable" uib-popover="Click to add or remove an assessment from your favourites. These appear in the overview at the top of the page." popover-append-to-body="true" popover-popup-delay="300" popover-placement="right" popover-trigger="mouseenter"> <waltz-icon name="star" size="lg" ng-if="item.isFavourite" ng-click="$ctrl.toggleFavourite(item.definition.id)"> </waltz-icon> <waltz-icon name="star-o" size="lg" ng-if="!item.isFavourite" ng-click="$ctrl.toggleFavourite(item.definition.id)"> </waltz-icon> </a> </td> <!-- definition name --> <td class="wft-label"> <waltz-icon name="lock" fixed-width="true" ng-if="item.definition.isReadOnly"> </waltz-icon> <waltz-icon name="fw" fixed-width="true" ng-if="! item.definition.isReadOnly"> </waltz-icon> <span ng-include="'warl-definition-name'"> </span> </td> <!-- rating --> <td> <span class="clickable" ng-if="item.rating"> <span ng-include="'warl-rating-name'"></span> </span> </td> </tr> </script> <!-- RATING NAME WITH POPOVER --> <script type="text/ng-template" id="warl-rating-name"> <span uib-popover-template="'warl-rating-popover.html'" popover-placement="bottom" popover-trigger="mouseenter" popover-popup-delay="300" popover-class="waltz-popover-width-500" popover-append-to-body="true"> <waltz-rating-indicator-cell rating="item.ratingItem" show-name="true"> </waltz-rating-indicator-cell> <span style="position: relative; top: -4px;" ng-if="item.rating.comment.length > 0"> <waltz-icon name="sticky-note-o"> </waltz-icon> </span> </span> </script> <!-- DEFINITION NAME WITH POPOVER --> <script type="text/ng-template" id="warl-definition-name"> <span uib-popover-template="'warl-desc-popover.html'" popover-placement="right" popover-enable="item.definition.description" popover-trigger="mouseenter" popover-popup-delay="300" popover-class="waltz-popover-width-400" popover-append-to-body="true"> <span ng-bind="item.definition.name"></span> </span> </script> <!-- RATING POPOVER --> <script type="text/ng-template" id="warl-rating-popover.html"> <div> <div> <div> <strong ng-bind="item.ratingItem.name"></strong> <div ng-if="item.ratingItem.description"> <waltz-markdown class="small" text="item.ratingItem.description"> </waltz-markdown> </div> </div> <hr class="waltz-no-margins" ng-if="item.rating.comment"> <span class="text-muted"> <waltz-markdown text="item.rating.comment"> </waltz-markdown> </span> </div> <br> <div class="small"> <waltz-last-updated entity="item.rating"> </waltz-last-updated> </div> </div> </script> <!-- DEFINITION POPOVER --> <script type="text/ng-template" id="warl-desc-popover.html"> <div> <div> <div> <strong ng-bind="item.name"></strong> <span class="small text-muted" ng-if="item.definition.externalId"> (<span ng-bind="item.definition.externalId"> </span>) </span> </div> <div class="text-muted"> <waltz-markdown text="item.definition.description"> </waltz-markdown> </div> <div class="text-muted small" ng-if="item.definition.isReadOnly"> <hr> <waltz-icon name="lock"></waltz-icon> Assessments relating to this definition are read-only and cannot be edited. </div> </div> </div> </script>
khartec/waltz
waltz-ng/client/assessments/components/list/assessment-rating-list.html
HTML
apache-2.0
11,474
<!-- @license Copyright (c) 2014 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <link rel="import" href="style-util.html"> <link rel="import" href="style-transformer.html"> <link rel="import" href="style-defaults.html"> <!-- The `custom-style` extension of the native `<style>` element allows defining styles in the main document that can take advantage of several special features of Polymer's styling system: * Document styles defined in a `custom-style` will be shimmed to ensure they do not leak into local DOM when running on browsers without non-native Shadow DOM. * Shadow DOM-specific `/deep/` and `::shadow` combinators will be shimmed on browsers without non-native Shadow DOM. * Custom properties used by Polymer's shim for cross-scope styling may be defined in an `custom-style`. * An `include` attribute may be specified to pull in style data from a `dom-module` matching the include attribute. By using `include`, style data can be shared between multiple `custom-style` elements. Example: ```html <!doctype html> <html> <head> <script src="components/webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="components/polymer/polymer.html"> <style is="custom-style"> /* Will be prevented from affecting local DOM of Polymer elements */ * { box-sizing: border-box; } /* Can use /deep/ and ::shadow combinators */ body /deep/ .my-special-view::shadow #thing-inside { background: yellow; } /* Custom properties that inherit down the document tree may be defined */ body { --my-toolbar-title-color: green; } </style> <dom-module id="shared-style"> <template> <style> :root { --shared-background-color: #bada55; } </style> </template> </dom-module> <style is="custom-style" include="shared-style"> body { background-color: var(--shared-background-color); } </style> </head> <body> ... </body> </html> ``` Note, all features of `custom-style` are available when defining styles as part of Polymer elements (e.g. `<style>` elements within `<dom-module>`'s used for defining Polymer elements. The `custom-style` extension should only be used for defining document styles, outside of a custom element's local DOM. --> <script> (function() { var propertyUtils = Polymer.StyleProperties; var styleUtil = Polymer.StyleUtil; var cssParse = Polymer.CssParse; var styleDefaults = Polymer.StyleDefaults; var styleTransformer = Polymer.StyleTransformer; Polymer({ is: 'custom-style', extends: 'style', _template: null, properties: { // include is a property so that it deserializes /** * Specify `include` to identify a `dom-module` containing style data which * should be used within the `custom-style`. By using `include` style data * may be shared between multiple different `custom-style` elements. * * To include multiple `dom-modules`, use `include="module1 module2"`. */ include: String }, ready: function() { // NOTE: we cannot just check attached because custom elements in // HTMLImports do not get attached. this._tryApply(); }, attached: function() { this._tryApply(); }, _tryApply: function() { if (!this._appliesToDocument) { // only apply variables iff this style is not inside a dom-module if (this.parentNode && (this.parentNode.localName !== 'dom-module')) { this._appliesToDocument = true; // used applied element from HTMLImports polyfill or this var e = this.__appliedElement || this; styleDefaults.addStyle(e); // we may not have any textContent yet due to parser yielding // if so, wait until we do... if (e.textContent || this.include) { this._apply(true); } else { var self = this; var observer = new MutationObserver(function() { observer.disconnect(); self._apply(true); }); observer.observe(e, {childList: true}); } } } }, // polyfill this style with root scoping and // apply custom properties! _apply: function(deferProperties) { // used applied element from HTMLImports polyfill or this var e = this.__appliedElement || this; if (this.include) { e.textContent = styleUtil.cssFromModules(this.include, true) + e.textContent; } if (e.textContent) { styleUtil.forEachRule(styleUtil.rulesForStyle(e), function(rule) { styleTransformer.documentRule(rule); }); // Allow all custom-styles defined in this turn to register // before applying any properties. This helps ensure that all properties // are defined before any are consumed. // Premature application of properties can occur in 2 cases: // (1) A property `--foo` is consumed in a custom-style // before another custom-style produces `--foo`. // In general, we require custom properties to be defined before being // used in elements so supporting this for custom-style // is dubious but is slightly more like native properties where this // is supported. // (2) A set of in order styles (A, B) are re-ordered due to a parser // yield that makes A wait for textContent. This reorders its // `_apply` after B. // This case should only occur with native webcomponents. var self = this; var fn = function fn() { self._applyCustomProperties(e); } if (this._pendingApplyProperties) { cancelAnimationFrame(this._pendingApplyProperties); this._pendingApplyProperties = null; } if (deferProperties) { this._pendingApplyProperties = requestAnimationFrame(fn); } else { fn(); } } }, _applyCustomProperties: function(element) { this._computeStyleProperties(); var props = this._styleProperties; var rules = styleUtil.rulesForStyle(element); element.textContent = styleUtil.toCssText(rules, function(rule) { var css = rule.cssText = rule.parsedCssText; if (rule.propertyInfo && rule.propertyInfo.cssText) { // remove property assignments // so next function isn't confused // NOTE: we have 3 categories of css: // (1) normal properties, // (2) custom property assignments (--foo: red;), // (3) custom property usage: border: var(--foo); @apply(--foo); // In elements, 1 and 3 are separated for efficiency; here they // are not and this makes this case unique. css = cssParse.removeCustomPropAssignment(css); // replace with reified properties, scenario is same as mixin rule.cssText = propertyUtils.valueForProperties(css, props); } }); } }); })(); </script>
census-instrumentation/opencensus-website
static/bower_components/polymer/src/lib/custom-style.html
HTML
apache-2.0
7,517
<!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_45) on Fri Aug 28 09:51:29 EDT 2015 --> <title>ILatencySubscriber (apache-cassandra API)</title> <meta name="date" content="2015-08-28"> <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="ILatencySubscriber (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ILatencySubscriber.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/locator/IEndpointSnitch.html" title="interface in org.apache.cassandra.locator"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/locator/LocalStrategy.html" title="class in org.apache.cassandra.locator"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/locator/ILatencySubscriber.html" target="_top">Frames</a></li> <li><a href="ILatencySubscriber.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.locator</div> <h2 title="Interface ILatencySubscriber" class="title">Interface ILatencySubscriber</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../org/apache/cassandra/locator/DynamicEndpointSnitch.html" title="class in org.apache.cassandra.locator">DynamicEndpointSnitch</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">ILatencySubscriber</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/locator/ILatencySubscriber.html#receiveTiming-java.net.InetAddress-long-">receiveTiming</a></span>(java.net.InetAddress&nbsp;address, long&nbsp;latency)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="receiveTiming-java.net.InetAddress-long-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>receiveTiming</h4> <pre>void&nbsp;receiveTiming(java.net.InetAddress&nbsp;address, long&nbsp;latency)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ILatencySubscriber.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/locator/IEndpointSnitch.html" title="interface in org.apache.cassandra.locator"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/locator/LocalStrategy.html" title="class in org.apache.cassandra.locator"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/locator/ILatencySubscriber.html" target="_top">Frames</a></li> <li><a href="ILatencySubscriber.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
mitch-kyle/message-board
support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/locator/ILatencySubscriber.html
HTML
apache-2.0
8,137
<!--/* Copyright © 2003-2011 Rustici Software, LLC All Rights Reserved. www.scorm.com - See LICENSE.txt for usage restrictions */--> <html> <head> <script language="JavaScript1.2"> function WriteToDebug(str){ window.parent.WriteToDebug("AICCComm - " + str); } function DisplayError(strMessage){ window.parent.DisplayError(strMessage); } function CreateXmlHttp() { var xmlHttp = null; var arrCtrlName = new Array("MSXML2.XMLHttp.5.0", "MSXML2.XMLHttp.4.0", "MSXML2.XMLHttp.3.0", "MSXML2.XMLHttp", "Microsoft.XMLHttp"); var nIndex = 0; if (window.XMLHttpRequest) { try { xmlHttp = new XMLHttpRequest(); } catch (e) { xmlHttp = null; } } if (xmlHttp == null && window.ActiveXObject) { // Use the ActiveX Control while (xmlHttp == null && nIndex < arrCtrlName.length) { try { xmlHttp = new ActiveXObject(arrCtrlName[nIndex]); } catch (e) { xmlHttp = null; } nIndex++; } } return xmlHttp; } </script> <script language="JavaScript" src="browsersniff.js"></script> <script language="JavaScript"> var objXMLHTTP = CreateXmlHttp(); var canUseTryCatch = true //variables to check for the IFrame's load var intReCheckLoadedInterval = window.parent.AICC_RE_CHECK_LOADED_INTERVAL; var intReCheckAttemptsBeforeTimeout = window.parent.AICC_RE_CHECK_ATTEMPTS_BEFORE_TIMEOUT; var intReCheckAttempts = 0; var IFrameLoaded_TimeOutID = ""; var blnIFrameLoaded = false; //AICC Data - content will set these variables (through public methods) for submission to the LMS var strLessonLocation = ""; var strLessonStatus = "i"; var strScore = ""; var strTime = "00:00:00"; //Communication Capabilities of the current browser - we check the actual capabilities //rather than specific browsers to ensure forward compatibility and compatibility with untested browsers var blnCanUseXMLHTTP; //set in the onload event var blnCanUseIFrame; var blnXMLHTTPIsAvailable; //determines if the browser supports the XmlHttp object var blnAppearsToBeCrossDomain; //constants var REQUEST_TYPE_GET = "GETPARAM"; var REQUEST_TYPE_PUT = "PUTPARAM"; var REQUEST_TYPE_PUT_INTERACTIONS = "PUTINTERACTIONS"; var REQUEST_TYPE_EXIT = "EXITAU"; WriteToDebug("intReCheckLoadedInterval=" + intReCheckLoadedInterval); WriteToDebug("intReCheckAttemptsBeforeTimeout=" + intReCheckAttemptsBeforeTimeout); //--------------------------------------------------------------------- //Public Functions //--------------------------------------------------------------------- function MakeGetParamRequest(){ var strAICCSID; var strAICCURL; WriteToDebug ("In MakeGetParamRequest"); strAICCSID = GetAICCSID(); strAICCURL = GetAICCURL(); WriteToDebug ("Submitting Form"); SubmitForm(strAICCURL, strAICCSID, REQUEST_TYPE_GET, ""); } function MakePutParamRequest(strAICCData){ var strAICCSID; var strAICCURL; var strAICCData; WriteToDebug ("In MakePutParamRequest"); if (parent.blnReviewModeSoReadOnly){ WriteToDebug("Mode is Review and configuration setting dictates this should be read only so exiting."); return true; } strAICCSID = GetAICCSID(); strAICCURL = GetAICCURL(); WriteToDebug ("Submitting Form"); SubmitForm(strAICCURL, strAICCSID, REQUEST_TYPE_PUT, strAICCData); } function MakePutInteractionsRequest(strAICCData){ var strAICCSID; var strAICCURL; var strAICCData; WriteToDebug ("In MakePutInteractionsRequest"); if (parent.blnReviewModeSoReadOnly){ WriteToDebug("Mode is Review and configuration setting dictates this should be read only so exiting."); return true; } strAICCSID = GetAICCSID(); strAICCURL = GetAICCURL(); WriteToDebug ("Submitting Form"); SubmitForm(strAICCURL, strAICCSID, REQUEST_TYPE_PUT_INTERACTIONS, strAICCData); } function MakeExitAURequest(){ var strAICCSID; var strAICCURL; WriteToDebug ("In MakeExitAURequest"); strAICCSID = GetAICCSID(); strAICCURL = GetAICCURL(); WriteToDebug ("Submitting Form"); SubmitForm(strAICCURL, strAICCSID, REQUEST_TYPE_EXIT, ""); } //--------------------------------------------------------------------- //Private Functions //--------------------------------------------------------------------- //--------------------------------------------------------------------- //IFrame Functions //--------------------------------------------------------------------- function CheckIFrameLoaded(strRequestType){ WriteToDebug("In CheckIFrameLoaded strRequestType=" + strRequestType); if (blnIFrameLoaded){ WriteToDebug("Frame Loaded"); ProcessLMSResult(strRequestType, GetIFrameContents()); } else{ //re-call, check for time out WriteToDebug("Frame Not Loaded"); intReCheckAttempts ++; if (intReCheckAttempts > intReCheckAttemptsBeforeTimeout){ WriteToDebug("Frame Timeout Error"); parent.InitializeExecuted(false, "The LMS timed out while responding to an AICC request."); } else{ WriteToDebug("Resetting CheckIFrameLoaded"); IFrameLoaded_TimeOutID = window.setTimeout("CheckIFrameLoaded('" + strRequestType + "')", intReCheckLoadedInterval); } } } function IFrameLoaded(){ WriteToDebug(" IFrameLoaded "); blnIFrameLoaded = true; } function GetIFrameContents(){ var strContents; WriteToDebug("In GetIFrameContents"); if (canUseTryCatch == true){ try{ strContents = window.AICCFrame.document.body.innerHTML; } catch (e){ WriteToDebug("Error submitting form via IFrame, falling back to normal form post and returning ''. Error=" + ((e.message)?e.message:e.toString()) ); blnCanUseIFrame = false; strContents = ""; } } else{ strContents = window.AICCFrame.document.body.innerHTML; } WriteToDebug("strContents=" + strContents); return strContents; } function SubmitFormUsingIFrame(strAICCURL, strAICCSID, strRequestType, strAICCData){ WriteToDebug ("In SubmitFormUsingIFrame, setting fields"); document.frmAICC.action = strAICCURL; document.frmAICC.session_id.value = strAICCSID; document.frmAICC.command.value = strRequestType; document.frmAICC.aicc_data.value = strAICCData; WriteToDebug ("Submitting Form"); document.frmAICC.submit(); blnIFrameLoaded = false; intReCheckAttempts = 0; WriteToDebug ("Clearing Timeout"); if (IFrameLoaded_TimeOutID != ""){ window.clearTimeout(IFrameLoaded_TimeOutID); IFrameLoaded_TimeOutID = ""; } CheckIFrameLoaded(strRequestType); } //--------------------------------------------------------------------- //XML HTTP Object Functions //--------------------------------------------------------------------- function SubmitFormUsingXMLHTTP(strAICCURL, strAICCSID, strRequestType, strAICCData){ var strReturn; var strPostData; WriteToDebug ("In SubmitFormUsingXMLHTTP, opening connetion"); objXMLHTTP.open ("POST", strAICCURL, false); WriteToDebug ("Setting Request Header"); objXMLHTTP.setRequestHeader ("Content-Type", "application/x-www-form-urlencoded"); WriteToDebug ("Creating Post Data"); strPostData = "session_id=" + URLEncode(strAICCSID) + "&version=3.5" + "&command=" + URLEncode(strRequestType) + "&aicc_data=" + URLEncode(strAICCData); WriteToDebug ("Sending Post Data-" + strPostData); objXMLHTTP.send (strPostData); WriteToDebug ("Looking up Response Text"); strReturn = objXMLHTTP.responseText; WriteToDebug ("LMS Response=" + strReturn); ProcessLMSResult(strRequestType, strReturn); } function URLEncode(str){ str = new String(str); str = escape(str); str = str.replace(/%20/g, "+"); return str; } function GetBlankHtmlPage(seed){ objXMLHTTP.open("GET", "blank.html?random=" + seed + (Math.random()), false); objXMLHTTP.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT"); objXMLHTTP.send (); return objXMLHTTP.responseText; } //--------------------------------------------------------------------- //Blind Form Submit Functions //--------------------------------------------------------------------- function SubmitFormNormally(strAICCURL, strAICCSID, strRequestType, strAICCData){ WriteToDebug ("In SubmitFormNormally, setting fields"); document.frmAICC.target = "rusticisoftware_aicc_results"; //keep this name fairly unique to avoid a potential naming conflict with LMS frames document.frmAICC.action = strAICCURL; document.frmAICC.session_id.value = strAICCSID; document.frmAICC.command.value = strRequestType; document.frmAICC.aicc_data.value = strAICCData; WriteToDebug ("Submitting Form"); document.frmAICC.submit(); ProcessLMSResult(strRequestType, ""); } //--------------------------------------------------------------------- //Form Submission Functions //--------------------------------------------------------------------- function DetectPreferredCommMethod(){ //if we have an XMLHTTP object, use that //else, if we can see the IFrame, use that //else - use a blind (write only) form submit /* MR 5/30/07 - Don't do any hard and fast domain checking, we'll simply try the post in a try/catch and check for a permission denied error. If the post does not succeed, we'll fall back on a normal form post. The rules for cross domain scripting have gotten quite complicated recently, they now relate to how the XmlHttp object was created, the browser type/version and the security context of each site. */ //if the domain of the strAICCURL does not match the current domain, then note that cross domain probably won't work blnAppearsToBeCrossDomain = false; var strContentDomain = window.document.domain; var strAICCURL = GetAICCURL(); var aryUrlParts = strAICCURL.split("/"); var strLmsDomain; var blnCrossDomain = false; if (strAICCURL.toLowerCase().indexOf("http://") == 0 || strAICCURL.toLowerCase().indexOf("https://") == 0){ strLmsDomain = aryUrlParts[2] } else{ strLmsDomain = aryUrlParts[0]; } if (strLmsDomain.toLowerCase() != strContentDomain.toLowerCase()){ //WriteToDebug("LMS and Content Domains don't match, falling back to write-only mode using form submit. strLmsDomain=" + strLmsDomain + ", strContentDomain=" + strContentDomain); //blnCanUseXMLHTTP = false; //blnCanUseIFrame = false; //blnCrossDomain = true; blnAppearsToBeCrossDomain = true; } if (objXMLHTTP != null){ blnXMLHTTPIsAvailable = true; } else{ blnXMLHTTPIsAvailable = false; } //if (!blnCrossDomain) //{ if (parent.AICC_COMM_DISABLE_XMLHTTP) { WriteToDebug("In DetectPreferredCommMethod, config override of XMLHTTP to false"); blnCanUseXMLHTTP = false; } else { WriteToDebug("In DetectPreferredCommMethod, checking XMLHTTP"); if (objXMLHTTP != null){ blnCanUseXMLHTTP = true; } else{ blnCanUseXMLHTTP = false; } } if (parent.AICC_COMM_DISABLE_IFRAME) { WriteToDebug("In DetectPreferredCommMethod, config override of IFRAME to false"); blnCanUseIFrame = false; } else { //note use of short circuit AND to prevent error if browser doesn't recognize part of the IFrame //in Opera 7, there needs to be something in the body of the IFrame for the last condition to evaluate to true //in opera 7.1, all tests will pass, but the onload event doesn not fire due to a bug, add a check for blnIFrameLoaded //to ensure that the onload event fired WriteToDebug("Checking IFrame"); if (window.AICCFrame && window.AICCFrame.document && window.AICCFrame.document.body && window.AICCFrame.document.body.innerHTML && blnIFrameLoaded){ blnCanUseIFrame = true; } else{ blnCanUseIFrame = false; } } //} WriteToDebug("blnCanUseXMLHTTP=" + blnCanUseXMLHTTP); WriteToDebug("blnCanUseIFrame=" + blnCanUseIFrame); } function SubmitForm(strAICCURL, strAICCSID, strRequestType, strAICCData){ WriteToDebug ("In SubmitForm, setting fields"); WriteToDebug ("strAICCURL = " + strAICCURL); WriteToDebug ("strAICCSID = " + strAICCSID); WriteToDebug ("strCommand = " + strRequestType); WriteToDebug ("strAICCData = " + strAICCData); WriteToDebug ("blnCanUseXMLHTTP = " + blnCanUseXMLHTTP); WriteToDebug ("blnCanUseIFrame = " + blnCanUseIFrame); WriteToDebug ("canUseTryCatch = " + canUseTryCatch); if (blnCanUseXMLHTTP){ // try/catch is supported in all browsers that support xmlHttp try{ SubmitFormUsingXMLHTTP(strAICCURL, strAICCSID, strRequestType, strAICCData); } catch(e){ //we have a cross domain issue, so fall back on normal form posts WriteToDebug("Error submitting form via XmlHttp, falling back to normal form post. Error=" + ((e.message)?e.message:e.toString())); blnCanUseXMLHTTP = false; blnCanUseIFrame = false; SubmitForm(strAICCURL, strAICCSID, strRequestType, strAICCData); } } else if(blnCanUseIFrame){ //if we're in a browser that can trap errors, try to trap a permission denied error //otherwise, check our rudimentry domain checking to see if we should try iFrame. If it is //a disallowed cross domain request that results in a permission denied error //then we need to manually disable the iFrame post in the configuration file. if (canUseTryCatch == true){ //this try catch probably won't fire, it will be the one up in GetIFrameContents, //in there we just set things to fall back on normal form posts //no need to re-submit the form because it was just the initial Get that won't return data anyway try{ SubmitFormUsingIFrame(strAICCURL, strAICCSID, strRequestType, strAICCData); } catch (e){ //we have a cross domain issue, so fall back on normal form posts WriteToDebug("Error submitting form via IFrame, falling back to normal form post. Error=" + ((e.message)?e.message:e.toString())); blnCanUseIFrame = false; SubmitForm(strAICCURL, strAICCSID, strRequestType, strAICCData); } } else{ if (blnAppearsToBeCrossDomain == false){ SubmitFormUsingIFrame(strAICCURL, strAICCSID, strRequestType, strAICCData); } else{ blnCanUseIFrame = false; SubmitForm(strAICCURL, strAICCSID, strRequestType, strAICCData); } } } else{ SubmitFormNormally(strAICCURL, strAICCSID, strRequestType, strAICCData); } } //--------------------------------------------------------------------- //AICC Functions //--------------------------------------------------------------------- function ProcessLMSResult(strRequestType, strLMSResult){ WriteToDebug("In ProcessLMSResult, strRequestType=" + strRequestType + " strLMSResult=" + strLMSResult) var blnMadeBlindSubmit; var strAICCErrorLine = ""; var strAICCErrorTextLine = ""; var aryAICCResponseLines; var strLine; var strTrimmedLine; var intPos; var blnError; var strErrorMessage; //if we made a blind submit with a standard form, we can't read the result, so just proceed blnMadeBlindSubmit = (!blnCanUseXMLHTTP && !blnCanUseIFrame); WriteToDebug("blnMadeBlindSubmit=" + blnMadeBlindSubmit); strLMSResult = new String(unescape(strLMSResult)); aryAICCResponseLines = strLMSResult.split("\n"); //only use \n instead of \r\n b/c some LMS's will only use one character for (var i=0; i < aryAICCResponseLines.length; i++){ WriteToDebug("Processing Line #" + i + ": " + aryAICCResponseLines[i]); strLine = aryAICCResponseLines[i]; strLine = strLine.replace(/\r/g, ""); strTrimmedLine = parent.Trim(strLine); //need to look for the text "error" only at the start of the line since the //value of the field can conceivably contain the text "error" if (strTrimmedLine.toLowerCase().indexOf("error") == 0){ if (strTrimmedLine.toLowerCase().indexOf("error_text") == 0){ WriteToDebug("Found Error Text Line"); strAICCErrorTextLine = strLine; } else{ WriteToDebug("Found Error Number Line"); strAICCErrorLine = strLine; } } } //check for errors and alert if found, check for AICC error, as well as HTTP error like 404 blnError = false; strErrorMessage = ""; if (!blnMadeBlindSubmit) { if (strAICCErrorLine != "" && strAICCErrorLine.toLowerCase().search(/error\s*=\s*0/) == -1){ blnError = true; strErrorMessage = "ERROR - LMS returned an error - " + strAICCErrorLine + " - " + strAICCErrorTextLine; } } if (blnError){ WriteToDebug("Found Error"); parent.AICC_SetErrorInfo(strAICCErrorLine, strAICCErrorTextLine); if (strRequestType == REQUEST_TYPE_GET){ parent.InitializeExecuted(false, strErrorMessage); return; } if (strRequestType == REQUEST_TYPE_PUT){ parent.AICC_PutParamFailed(); return; } if (strRequestType == REQUEST_TYPE_PUT_INTERACTIONS){ parent.AICC_PutInteractionsFailed(); return; } else{ DisplayError(strErrorMessage); return; } } if (strRequestType == REQUEST_TYPE_GET){ WriteToDebug("In request type = get"); //keep default values if we made a blind submit if (!blnMadeBlindSubmit){ window.parent.ParseGetParamData(strLMSResult); } WriteToDebug("Calling InitializeExecuted"); parent.InitializeExecuted(true, ""); } } function GetAICCSID(){ var strSID = ""; WriteToDebug("In GetAICCSID"); strSID = window.parent.GetQueryStringValue("AICC_SID", window.parent.document.location.search) WriteToDebug("GetAICCSID returning: " + strSID); return strSID; } function GetAICCURL(){ var strURL = ""; WriteToDebug("In GetAICCURL"); strURL = window.parent.GetQueryStringValue("AICC_URL", window.parent.document.location.search) WriteToDebug("Querystring value = " + strURL); if (strURL != null && strURL.length > 0){ if (window.parent.AICC_COMM_PREPEND_HTTP_IF_MISSING === undefined || window.parent.AICC_COMM_PREPEND_HTTP_IF_MISSING === null || window.parent.AICC_COMM_PREPEND_HTTP_IF_MISSING === true){ WriteToDebug("Checking for presense of 'http://'"); if (strURL.indexOf("http://") < 0 && strURL.indexOf("https://") < 0){ WriteToDebug("Prepending 'http://'"); strURL = "http://" + strURL; } } } WriteToDebug("GetAICCURL returning: " + strURL); return strURL; } //MR 5/31/05 - added this because this frame is always slightly visible so we have an avenue into the debug information even if the content developer doesn't build one in window.document.onkeypress = CheckForDebugCommand; var intQuestionCounter = 0; var ASCII_QUESTION = 63; function CheckForDebugCommand(e){ var intKeyCode = 0; if (window.event) { e = window.event; intKeyCode = e.keyCode; } else { intKeyCode = e.which; } if (intKeyCode == ASCII_QUESTION){ intQuestionCounter++; if (intQuestionCounter == 3){ intQuestionCounter = 0; window.parent.ShowDebugWindow(); } } else if (intKeyCode !=0){ //in FireFox, the shift key comes through as a keypress with code of 0...we want to ignore this intQuestionCounter = 0; } } //MR 5/31/05 - added this call in addition to the frameset onunload calls to give us a better chance of getting an AICC EXITAU call in before the frames unload function ProcessUnload(){ if (window.parent){ window.parent.Unload(); } } </script> </head> <body onload="DetectPreferredCommMethod();" onunload="ProcessUnload();" onbeforeunload="ProcessUnload();"> <iframe id="AICCFrame" name="AICCFrame" style="width:10px; height:10px; border: 0px" src="blank.html" onload="IFrameLoaded();"></iframe> <form name="frmAICC" method="Post" action="blank.html" target="AICCFrame" ID="Form1"> <input type="hidden" name="session_id" value="" ID="Hidden1"> <input type="hidden" name="command" value="" ID="Hidden2"> <input type="hidden" name="version" value="3.5" ID="Hidden3"> <input type="hidden" name="aicc_data" value="" ID="Hidden4"> </form> </body> </html>
Ken-Richard/simple_scorm
sample-course/lms/AICCComm.html
HTML
apache-2.0
20,475
<!-- Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <div class="text-center"> <p>Reference tab</p> </div>
mpouttuclarke/cdap
cdap-ui/app/features/hydrator/templates/partial/reference.html
HTML
apache-2.0
641
<!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) on Sat Aug 25 00:26:54 EDT 2007 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> DefaultRepositorySelector (Apache Log4j 1.2.15 API) </TITLE> <META NAME="date" CONTENT="2007-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="DefaultRepositorySelector (Apache Log4j 1.2.15 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/DefaultRepositorySelector.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/apache/log4j/spi/Configurator.html" title="interface in org.apache.log4j.spi"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/log4j/spi/DefaultRepositorySelector.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultRepositorySelector.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.apache.log4j.spi</FONT> <BR> Class DefaultRepositorySelector</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.log4j.spi.DefaultRepositorySelector</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/log4j/spi/RepositorySelector.html" title="interface in org.apache.log4j.spi">RepositorySelector</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>DefaultRepositorySelector</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/apache/log4j/spi/RepositorySelector.html" title="interface in org.apache.log4j.spi">RepositorySelector</A></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="../../../../org/apache/log4j/spi/DefaultRepositorySelector.html#DefaultRepositorySelector(org.apache.log4j.spi.LoggerRepository)">DefaultRepositorySelector</A></B>(<A HREF="../../../../org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>&nbsp;repository)</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;<A HREF="../../../../org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/log4j/spi/DefaultRepositorySelector.html#getLoggerRepository()">getLoggerRepository</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <A HREF="../../../../org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A> depending on the context.</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="DefaultRepositorySelector(org.apache.log4j.spi.LoggerRepository)"><!-- --></A><H3> DefaultRepositorySelector</H3> <PRE> public <B>DefaultRepositorySelector</B>(<A HREF="../../../../org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>&nbsp;repository)</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="getLoggerRepository()"><!-- --></A><H3> getLoggerRepository</H3> <PRE> public <A HREF="../../../../org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A> <B>getLoggerRepository</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/log4j/spi/RepositorySelector.html#getLoggerRepository()">RepositorySelector</A></CODE></B></DD> <DD>Returns a <A HREF="../../../../org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A> depending on the context. Implementors must make sure that a valid (non-null) LoggerRepository is returned. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/log4j/spi/RepositorySelector.html#getLoggerRepository()">getLoggerRepository</A></CODE> in interface <CODE><A HREF="../../../../org/apache/log4j/spi/RepositorySelector.html" title="interface in org.apache.log4j.spi">RepositorySelector</A></CODE></DL> </DD> <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="class-use/DefaultRepositorySelector.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/apache/log4j/spi/Configurator.html" title="interface in org.apache.log4j.spi"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/log4j/spi/DefaultRepositorySelector.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultRepositorySelector.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 &copy; 1999-2007 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
stumoodie/PathwayEditor
libs/apache-log4j-1.2.15/site/apidocs/org/apache/log4j/spi/DefaultRepositorySelector.html
HTML
apache-2.0
12,102
<!DOCTYPE html > <html> <head> <title>MainRunner - io.gearpump.cluster.main.MainRunner</title> <meta name="description" content="MainRunner - io.gearpump.cluster.main.MainRunner" /> <meta name="keywords" content="MainRunner io.gearpump.cluster.main.MainRunner" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../../../lib/template.js"></script> <script type="text/javascript" src="../../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../../../index.html'; var hash = 'io.gearpump.cluster.main.MainRunner$'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="value"> <div id="definition"> <img src="../../../../lib/object_big.png" /> <p id="owner"><a href="../../../package.html" class="extype" name="io">io</a>.<a href="../../package.html" class="extype" name="io.gearpump">gearpump</a>.<a href="../package.html" class="extype" name="io.gearpump.cluster">cluster</a>.<a href="package.html" class="extype" name="io.gearpump.cluster.main">main</a></p> <h1>MainRunner</h1><h3><span class="morelinks"><div>Related Doc: <a href="package.html" class="extype" name="io.gearpump.cluster.main">package main</a> </div></span></h3><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <span class="name">MainRunner</span><span class="result"> extends <a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="io.gearpump.cluster.main.MainRunner"><span>MainRunner</span></li><li class="in" name="io.gearpump.util.AkkaApp"><span>AkkaApp</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="types" class="types members"> <h3>Type Members</h3> <ol><li name="io.gearpump.util.AkkaApp.Config" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="Config=com.typesafe.config.Config"></a> <a id="Config:Config"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">type</span> </span> <span class="symbol"> <span class="name">Config</span><span class="result"> = <span class="extype" name="com.typesafe.config.Config">com.typesafe.config.Config</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@Config=com.typesafe.config.Config" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></dd></dl></div> </li></ol> </div> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@!=(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@##():Int" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@==(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="io.gearpump.util.AkkaApp#akkaConfig" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="akkaConfig:AkkaApp.this.Config"></a> <a id="akkaConfig:Config"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">akkaConfig</span><span class="result">: <a href="#Config=com.typesafe.config.Config" class="extmbr" name="io.gearpump.cluster.main.MainRunner.Config">Config</a></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@akkaConfig:AkkaApp.this.Config" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@asInstanceOf[T0]:T0" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@clone():Object" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@equals(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@finalize():Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@getClass():Class[_]" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@hashCode():Int" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="io.gearpump.cluster.main.MainRunner#help" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="help:Unit"></a> <a id="help:Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">help</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@help:Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="io.gearpump.cluster.main.MainRunner">MainRunner</a> → <a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@isInstanceOf[T0]:Boolean" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="io.gearpump.cluster.main.MainRunner#main" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="main(akkaConf:io.gearpump.cluster.main.MainRunner.Config,args:Array[String]):Unit"></a> <a id="main(Config,Array[String]):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">main</span><span class="params">(<span name="akkaConf">akkaConf: <a href="#Config=com.typesafe.config.Config" class="extmbr" name="io.gearpump.cluster.main.MainRunner.Config">Config</a></span>, <span name="args">args: <span class="extype" name="scala.Array">Array</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@main(akkaConf:io.gearpump.cluster.main.MainRunner.Config,args:Array[String]):Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="io.gearpump.cluster.main.MainRunner">MainRunner</a> → <a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></dd></dl></div> </li><li name="io.gearpump.util.AkkaApp#main" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="main(args:Array[String]):Unit"></a> <a id="main(Array[String]):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">main</span><span class="params">(<span name="args">args: <span class="extype" name="scala.Array">Array</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@main(args:Array[String]):Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@notify():Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@notifyAll():Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@synchronized[T0](x$1:=&gt;T0):T0" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@toString():String" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@wait():Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../../../index.html#io.gearpump.cluster.main.MainRunner$@wait(x$1:Long):Unit" title="Permalink" target="_top"> <img src="../../../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="io.gearpump.util.AkkaApp"> <h3>Inherited from <a href="../../util/AkkaApp.html" class="extype" name="io.gearpump.util.AkkaApp">AkkaApp</a></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
stanleyxu2005/gearpump.github.io
releases/0.7.0/api/scala/io/gearpump/cluster/main/MainRunner$.html
HTML
apache-2.0
31,114
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue Feb 14 08:16:37 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.metrics2.MetricsTag (Hadoop 1.0.1 API) </TITLE> <META NAME="date" CONTENT="2012-02-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.metrics2.MetricsTag (Hadoop 1.0.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="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2"><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/hadoop/metrics2//class-useMetricsTag.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MetricsTag.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.metrics2.MetricsTag</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/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.metrics2"><B>org.apache.hadoop.metrics2</B></A></TD> <TD>Metrics 2.0&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.metrics2.impl"><B>org.apache.hadoop.metrics2.impl</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.metrics2.lib"><B>org.apache.hadoop.metrics2.lib</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.metrics2.util"><B>org.apache.hadoop.metrics2.util</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.metrics2"><!-- --></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/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A> in <A HREF="../../../../../org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</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/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&gt;</CODE></FONT></TD> <TD><CODE><B>MetricsRecord.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/MetricsRecord.html#tags()">tags</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the tags of the record</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>MetricsFilter.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/MetricsFilter.html#accepts(org.apache.hadoop.metrics2.MetricsTag)">accepts</A></B>(<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&nbsp;tag)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether to accept the tag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsRecordBuilder.html" title="class in org.apache.hadoop.metrics2">MetricsRecordBuilder</A></CODE></FONT></TD> <TD><CODE><B>MetricsRecordBuilder.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/MetricsRecordBuilder.html#add(org.apache.hadoop.metrics2.MetricsTag)">add</A></B>(<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&nbsp;tag)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an immutable metrics tag object</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">Method parameters in <A HREF="../../../../../org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</A> with type arguments of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>MetricsFilter.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/MetricsFilter.html#accepts(java.lang.Iterable)">accepts</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&gt;&nbsp;tags)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether to accept the tags</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.metrics2.impl"><!-- --></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/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A> in <A HREF="../../../../../org/apache/hadoop/metrics2/impl/package-summary.html">org.apache.hadoop.metrics2.impl</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/hadoop/metrics2/impl/package-summary.html">org.apache.hadoop.metrics2.impl</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&gt;</CODE></FONT></TD> <TD><CODE><B>MetricsRecordImpl.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/impl/MetricsRecordImpl.html#tags()">tags</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/apache/hadoop/metrics2/impl/package-summary.html">org.apache.hadoop.metrics2.impl</A> with type arguments of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/metrics2/impl/MetricsRecordImpl.html#MetricsRecordImpl(java.lang.String, long, java.lang.Iterable, java.lang.Iterable)">MetricsRecordImpl</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name, long&nbsp;timestamp, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&gt;&nbsp;tags, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/hadoop/metrics2/Metric.html" title="class in org.apache.hadoop.metrics2">Metric</A>&gt;&nbsp;metrics)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a metrics record</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.metrics2.lib"><!-- --></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/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A> in <A HREF="../../../../../org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</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/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>MetricsRegistry.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/lib/MetricsRegistry.html#tags()">tags</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the tags</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.metrics2.util"><!-- --></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/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A> in <A HREF="../../../../../org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</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">Method parameters in <A HREF="../../../../../org/apache/hadoop/metrics2/util/package-summary.html">org.apache.hadoop.metrics2.util</A> with type arguments of type <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</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/hadoop/metrics2/util/MetricsCache.Record.html" title="class in org.apache.hadoop.metrics2.util">MetricsCache.Record</A></CODE></FONT></TD> <TD><CODE><B>MetricsCache.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/util/MetricsCache.html#get(java.lang.String, java.util.Collection)">get</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../../org/apache/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2">MetricsTag</A>&gt;&nbsp;tags)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the cached record</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/hadoop/metrics2/MetricsTag.html" title="class in org.apache.hadoop.metrics2"><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/hadoop/metrics2//class-useMetricsTag.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MetricsTag.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
Jun1113/MapReduce-Example
docs/api/org/apache/hadoop/metrics2/class-use/MetricsTag.html
HTML
apache-2.0
18,685
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="up" title="FatFs" href="../00index_e.html"> <link rel="alternate" hreflang="ja" title="Japanese" href="../ja/stat.html"> <link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title="ELM Default"> <title>FatFs - f_stat</title> </head> <body> <div class="para func"> <h2>f_stat</h2> <p>The f_stat function checks the existence of a file or sub-directory.</p> <pre> FRESULT f_stat ( const TCHAR* <span class="arg">path</span>, <span class="c">/* [IN] Object name */</span> FILINFO* <span class="arg">fno</span> <span class="c">/* [OUT] FILINFO structure */</span> ); </pre> </div> <div class="para arg"> <h4>Parameters</h4> <dl class="par"> <dt>path</dt> <dd>Pointer to the null-terminated string that specifies the <a href="filename.html">object</a> to get its information. The object must not be the root direcotry.</dd> <dt>fno</dt> <dd>Pointer to the blank <tt>FILINFO</tt> structure to store the information of the object. Set null pointer if it is not needed.</dd> </dl> </div> <div class="para ret"> <h4>Return Values</h4> <p> <a href="rc.html#ok">FR_OK</a>, <a href="rc.html#de">FR_DISK_ERR</a>, <a href="rc.html#ie">FR_INT_ERR</a>, <a href="rc.html#nr">FR_NOT_READY</a>, <a href="rc.html#ok">FR_NO_FILE</a>, <a href="rc.html#np">FR_NO_PATH</a>, <a href="rc.html#in">FR_INVALID_NAME</a>, <a href="rc.html#id">FR_INVALID_DRIVE</a>, <a href="rc.html#ne">FR_NOT_ENABLED</a>, <a href="rc.html#ns">FR_NO_FILESYSTEM</a>, <a href="rc.html#tm">FR_TIMEOUT</a>, <a href="rc.html#nc">FR_NOT_ENOUGH_CORE</a> </p> </div> <div class="para desc"> <h4>Description</h4> <p>The <tt>f_stat</tt> function checks the existence of a file or sub-directory. If not exist, the function returns with <tt>FR_NO_FILE</tt>. If exist, the function returns with <tt>FR_OK</tt> and the informations about the object, size, timestamp and attribute, is stored to the file information structure. For details of the file information, refer to the <tt>FILINFO</tt> structure and <a href="readdir.html"><tt>f_readdir</tt></a> function.</p> </div> <div class="para comp"> <h4>QuickInfo</h4> <p>Available when <tt><a href="config.html#fs_minimize">FF_FS_MINIMIZE</a> == 0</tt>.</p> </div> <div class="para use"> <h4>Example</h4> <pre> FRESULT fr; FILINFO fno; printf("Test for 'file.txt'...\n"); fr = f_stat("file.txt", &amp;fno); switch (fr) { case FR_OK: printf("Size: %lu\n", fno.fsize); printf("Timestamp: %u/%02u/%02u, %02u:%02u\n", (fno.fdate &gt;&gt; 9) + 1980, fno.fdate &gt;&gt; 5 &amp; 15, fno.fdate &amp; 31, fno.ftime &gt;&gt; 11, fno.ftime &gt;&gt; 5 &amp; 63); printf("Attributes: %c%c%c%c%c\n", (fno.fattrib &amp; AM_DIR) ? 'D' : '-', (fno.fattrib &amp; AM_RDO) ? 'R' : '-', (fno.fattrib &amp; AM_HID) ? 'H' : '-', (fno.fattrib &amp; AM_SYS) ? 'S' : '-', (fno.fattrib &amp; AM_ARC) ? 'A' : '-'); break; case FR_NO_FILE: printf("It is not exist.\n"); break; default: printf("An error occured. (%d)\n", fr); } </pre> </div> <div class="para ref"> <h4>References</h4> <p><tt><a href="opendir.html">f_opendir</a>, <a href="readdir.html">f_readdir</a>, <a href="sfileinfo.html">FILINFO</a></tt></p> </div> <p class="foot"><a href="../00index_e.html">Return</a></p> </body> </html>
fhunleth/fwup
src/3rdparty/fatfs/documents/doc/stat.html
HTML
apache-2.0
3,767
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue Feb 14 08:16:37 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.metrics2.lib.DefaultMetricsSystem (Hadoop 1.0.1 API) </TITLE> <META NAME="date" CONTENT="2012-02-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.metrics2.lib.DefaultMetricsSystem (Hadoop 1.0.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="../../../../../../org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib"><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/hadoop/metrics2/lib//class-useDefaultMetricsSystem.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultMetricsSystem.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.metrics2.lib.DefaultMetricsSystem</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/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.metrics2.lib"><B>org.apache.hadoop.metrics2.lib</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.metrics2.lib"><!-- --></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/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</A> in <A HREF="../../../../../../org/apache/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</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/hadoop/metrics2/lib/package-summary.html">org.apache.hadoop.metrics2.lib</A> that return <A HREF="../../../../../../org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</A></CODE></FONT></TD> <TD><CODE><B>DefaultMetricsSystem.</B><B><A HREF="../../../../../../org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib">DefaultMetricsSystem</A>[]</CODE></FONT></TD> <TD><CODE><B>DefaultMetricsSystem.</B><B><A HREF="../../../../../../org/apache/hadoop/metrics2/lib/DefaultMetricsSystem.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</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/hadoop/metrics2/lib/DefaultMetricsSystem.html" title="enum in org.apache.hadoop.metrics2.lib"><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/hadoop/metrics2/lib//class-useDefaultMetricsSystem.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DefaultMetricsSystem.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
Jun1113/MapReduce-Example
docs/api/org/apache/hadoop/metrics2/lib/class-use/DefaultMetricsSystem.html
HTML
apache-2.0
9,076
<html> <head> <title>Go in Native Client</title> </head> <body> <h1>Spacewar</h1> <embed name="nacl_module" id="pluginobj" src="8.out" type="application/x-nacl-srpc" width=512 height=512> </body> </html>
8l/go-learn
src/pkg/exp/spacewar/spacewar.html
HTML
bsd-3-clause
205
<!DOCTYPE html> <html> <head> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <script src="../resources/common.js"></script> <script src="../resources/picker-common.js"></script> <script src="../calendar-picker/resources/calendar-picker-common.js"></script> </head> <body> <input type="time" id="time" value="14:15"> <script> let t = async_test('Test select value in time popup'); function selectValue() { let timeElement = document.getElementById("time"); timeElement.addEventListener("change", t.step_func_done(() => { assert_equals(timeElement.value, "18:16"); })); clickTimeCellAt(0, 4); clickTimeCellAt(1, 1); eventSender.keyDown('Enter'); } t.step(() => { openPicker(document.getElementById('time'), t.step_func(selectValue)); }); </script> </body> </html>
scheib/chromium
third_party/blink/web_tests/fast/forms/time/time-picker-select-value.html
HTML
bsd-3-clause
857
<!DOCTYPE html> <html lang="en"> <head> <title>UrlRewriteFilter - Annotation</title> <style type="text/css"> @import url( "doc.css" ); </style> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-93014-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div class="container"> <div id="masthead" class="top"> <h1><a href="http://www.tuckey.org/urlrewrite/"> <img id="logo" src="urf-100.png" border="0" alt="Tuckey Logo" /></a> UrlRewriteFilter <!--@ver-->4.0.3<!--/@ver--></h1> </div> <div class="row"> <div id="menu" class="span3"> <div class="well"> <ul> <li><a href="http://www.tuckey.org/urlrewrite/">Home</a></li> <li><a href="http://www.tuckey.org/urlrewrite/#download">Download</a></li> <li><a href="https://github.com/paultuckey/urlrewritefilter">GitHub Project</a></li> <li><a href="http://stackoverflow.com/search?q=urlrewritefilter">StackOverflow Search</a></li> <li><a href="http://stackoverflow.com/questions/tagged/tuckey-urlrewrite-filter">UrlRewrite on StackOverflow</a><br/>&nbsp;</li> <li><b>Background</b> <ul> <li><a href="introduction.html#license">License</a></li> <li><a href="introduction.html#changelog">Changelog</a></li> </ul> </li> <li><a href="index.html">Configuration</a> <ul> <li><a href="index.html#install">Install</a></li> <li><a href="index.html#tips">Tips</a></li> <li><a href="index.html#filterparams">Filter Parameters</a></li> <li><a href="index.html#configuration">Configuration File</a></li> <li><a href="index.html#anttask">Ant Task</a></li> <li><a href="index.html#mod_rewrite_conf">mod_rewrite Style</a></li> </ul> </li> <li><b>Annotations</b></li> <li><a href="guide.html">Examples</a> <ul> <li><a href="guide.html#method">Method Invocation</a></li> <li><a href="guide.html#urlabs">URL Abstraction</a></li> <li><a href="guide.html#mod_re">mod_rewrite vs UrlRewriteFilter</a></li> <li><a href="guide.html#extending">Extending UrlRewriteFilter</a></li> </ul> </li> </ul> </div> </div> <div id="main" class="span9"> <h1>URL Matching Annotations</h1> <a name="annotation"></a> <p>Support for annotations has been added as part of version 3 development. You must be using JDK 1.6 for this to work.</p> <p>The intention of annotations in UrlRewriteFilter is purely for conf file generation. The is NO runtime dependency on the annotations.</p> <h2>Annotations</h2> <h3>@HttpUrl</h3> <p>Set the method up to be used when the url is Matched, matched groups are assigned to method paramters (if any).</p> <pre><code> @HttpUrl("^/do-something/([0-9]+)$") public void doSomething(Long id) </code></pre> <p>When a request for /do-something/1234, doSomething is called with id set to 1234.</p> <h3>@HttpParam</h3> <p>Sets the parameter from request.getParameter (handles type conversion as necessary)</p> <pre><code> void doSomething(@HttpParam String name, @HttpParam long id, @HttpParam("uid") Long userId) </code></pre> <p>The above example will: <br/>name = request.getParameter("name"); <br/>id = convertTolongDefault0(request.getParameter("id")); <br/>userId = convertToLongDefaultNull(request.getParameter("uid")); <br/>An exception will never be thown during type conversion </p> <h2>Conf Generation</h2> <p>With Java 1.6 the javac tool handles annotation processing. So this means all you need to do is have a "urlrewriteDest" option specified and have urlrewritefilter annotations jar in your classpath. Example of compilerarg elements that would be used with javac ant task:</p> <pre><code> &lt;compilerarg line="-AurlrewriteDest=build/WEB-INF/urlrewrite-generated.xml"/&gt; <span style="color: gray;">&lt;!-- optional arguments &lt;compilerarg value="-AurlrewriteShowPositions=true"/&gt; &lt;compilerarg value="-AurlrewriteDebug=true"/&gt; --&gt;</span> </code></pre> <p>An example compile ant task with urlrewrite option might look like:</p> <pre><code> <span style="color: gray;">&lt;target name="compile-urlrewrite-conf"&gt; &lt;javac srcdir=&quot;src/&quot; destdir=&quot;build/WEB-INF/classes&quot;&gt; &lt;classpath refid=&quot;compile.classpath&quot;/&gt;</span> &lt;classpath path=&quot;lib/urlrewritefilter-annotation-<!--@ver-->4.0.3<!--/@ver-->.jar&quot;/&gt; &lt;compilerarg line=&quot;-AurlrewriteDest=build/WEB-INF/urlrewrite-generated.xml&quot;/&gt; <span style="color: gray;">&lt;/javac&gt;</span> &lt;!-- check file generated ok (if not you may be using the wrong jdk version)--&gt; &lt;available property=&quot;urlrewrite.generated&quot; file=&quot;build/WEB-INF/urlrewrite-generated.xml&quot;/&gt; &lt;fail unless=&quot;urlrewrite.generated&quot; /&gt; <span style="color: gray;">&lt;/target&gt;</span> </code></pre> <p>This will generate to the file specified. Any errors will be output to stdout using the standard APT method. Read the generated conf file and check it for errors.</p> <p>Include the compiled conf file in your normal conf.</p> <pre><code> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 4.0//EN" "http://www.tuckey.org/res/dtds/urlrewrite4.0.dtd" [ &lt;!ENTITY included SYSTEM "urlrewrite-generated.xml"&gt; ]&gt; &lt;urlrewrite&gt; &lt;!-- other rules... --&gt; &amp;included; &lt;/urlrewrite&gt; </code></pre> <p>Check your <code>/rewrite-status</code> for errors if things start going strange.</p> </div> </div> <div id="footer"> Copyright Paul Tuckey <!--@year-->2012<!--/@year--> - <a href="http://www.tuckey.org/urlrewrite/">UrlRewirteFilter</a> </div> </body> </html>
bobleeli/urlrewritefilter
src/doc/manual/4.0/annotation.html
HTML
bsd-3-clause
6,684
{% extends 'dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block title %} {% trans "Delete partner" %} | {% trans "Partners" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} <ul class="breadcrumb"> <li> <a href="{% url 'dashboard:index' %}">{% trans "Dashboard" %}</a> <span class="divider">/</span> </li> <li> <a href="{% url 'dashboard:partner-list' %}">{% trans "Partners" %}</a> <span class="divider">/</span> </li> <li> <a href="{% url 'dashboard:partner-manage' pk=partner.pk %}">{{ partner.name }}</a> <span class="divider">/</span> </li> <li class="active">{% trans "Delete?" %}</li> </ul> {% endblock %} {% block headertext %} {{ partner.name }} {% endblock %} {% block dashboard_content %} <form action="." method="post"> {% csrf_token %} <p>{% trans "Are you sure you want to delete this partner?" %}</p> <div class="form-actions"> <button class="btn btn-large btn-danger" type="submit">{% trans "Delete" %}</button> {% trans "or" %} <a href="{% url 'dashboard:partner-list' %}">{% trans "cancel" %}</a> </div> </form> {% endblock dashboard_content %}
ahmetdaglarbas/e-commerce
oscar/templates/oscar/dashboard/partners/partner_delete.html
HTML
bsd-3-clause
1,353
--- layout: data_model title: Layer7ProtocolType this_version: 1.2 --- <div class="row"> <div class="col-md-10"> <h1>Layer7ProtocolType<span class="subdued">Network Connection Object Schema</span></h1> <p class="data-model-description">Layer7ProtocolType specifies Layer 7 protocol types, via a union of the Layer7ProtocolEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.</p> </div> <div id="nav-area" class="col-md-2"> <p> <form id="nav-version"> <select> <option value="1.2" selected="selected">STIX 1.2</option> <option value="1.1.1" >STIX 1.1.1</option> <option value="1.1" >STIX 1.1</option> <option value="1.0.1" >STIX 1.0.1</option> <option value="1.0" >STIX 1.0</option> </select> </form> </p> </div> </div> <hr /> <h2>Fields</h2> <table class="table table-striped table-hover"> <thead> <tr> <th>Field Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>@id<span class="occurrence">optional</span></td> <td> QName </td> <td> <p>The id field specifies a unique ID for this Object Property.</p> </td> </tr> <tr> <td>@idref<span class="occurrence">optional</span></td> <td> QName </td> <td> <p>The idref field specifies a unique ID reference for this Object Property.</p> <p>When idref is specified, the id attribute must not be specified, and any instance of this property should not hold content unless an extension of the property allows it.</p> </td> </tr> <tr> <td>@datatype<span class="occurrence">optional</span></td> <td> DatatypeEnum </td> <td> <p>This attribute is optional and specifies the expected type for the value of the specified property.</p> </td> </tr> <tr> <td>@appears_random<span class="occurrence">optional</span></td> <td> boolean </td> <td> <p>This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.</p> </td> </tr> <tr> <td>@is_obfuscated<span class="occurrence">optional</span></td> <td> boolean </td> <td> <p>This field is optional and conveys whether the associated Object property has been obfuscated.</p> </td> </tr> <tr> <td>@obfuscation_algorithm_ref<span class="occurrence">optional</span></td> <td> anyURI </td> <td> <p>This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.</p> </td> </tr> <tr> <td>@is_defanged<span class="occurrence">optional</span></td> <td> boolean </td> <td> <p>This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).</p> </td> </tr> <tr> <td>@defanging_algorithm_ref<span class="occurrence">optional</span></td> <td> anyURI </td> <td> <p>This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.</p> </td> </tr> <tr> <td>@refanging_transform_type<span class="occurrence">optional</span></td> <td> string </td> <td> <p>This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.</p> </td> </tr> <tr> <td>@refanging_transform<span class="occurrence">optional</span></td> <td> string </td> <td> <p>This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.</p> </td> </tr> <tr> <td>@observed_encoding<span class="occurrence">optional</span></td> <td> string </td> <td> <p>This field is optional and specifies the encoding of the string when it is/was observed. This may be different from the encoding used to represent the string within this element.</p> <p>It is strongly recommended that character set names should be taken from the IANA character set registry (https://www.iana.org/assignments/character-sets/character-sets.xhtml).</p> <p>This field is intended to be applicable only to fields which contain string values.</p> </td> </tr> <tr> <td>@condition<span class="occurrence">optional</span></td> <td> ConditionTypeEnum </td> <td> <p>This field is optional and defines the relevant condition to apply to the value.</p> </td> </tr> <tr> <td>@is_case_sensitive<span class="occurrence">optional</span></td> <td> boolean </td> <td> <p>The is_case_sensitive field is optional and should be used when specifying the case-sensitivity of a pattern which uses an Equals, DoesNotEqual, Contains, DoesNotContain, StartsWith, EndsWith, or FitsPattern condition. The default value for this field is "true" which indicates that pattern evaluations are to be considered case-sensitive.</p> </td> </tr> <tr> <td>@apply_condition<span class="occurrence">optional</span></td> <td> ConditionApplicationEnum </td> <td> <p>This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.</p> </td> </tr> <tr> <td>@delimiter<span class="occurrence">optional</span></td> <td> string </td> <td> <p>The delimiter field specifies the delimiter used when defining lists of values. The default value is "##comma##".</p> </td> </tr> <tr> <td>@bit_mask<span class="occurrence">optional</span></td> <td> hexBinary </td> <td> <p>Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.</p> </td> </tr> <tr> <td>@pattern_type<span class="occurrence">optional</span></td> <td> PatternTypeEnum </td> <td> <p>This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.</p> </td> </tr> <tr> <td>@regex_syntax<span class="occurrence">optional</span></td> <td> string </td> <td> <p>This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.</p> <p>Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification.</p> <p>Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not defined by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.</p> </td> </tr> <tr> <td>@has_changed<span class="occurrence">optional</span></td> <td> boolean </td> <td> <p>This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.</p> </td> </tr> <tr> <td>@trend<span class="occurrence">optional</span></td> <td> boolean </td> <td> <p>This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.</p> </td> </tr> </tbody> </table>
jburns12/stixproject.github.io
data-model/1.2/NetworkConnectionObj/Layer7ProtocolType/index.html
HTML
bsd-3-clause
10,444
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Blog - A Single Page App demo using Senna.js</title> <!-- Demo --> <link rel="shortcut icon" href="http://sennajs.com/images/favicon.ico"> <link rel="stylesheet" href="../../bower_components/pure/pure-min.css"> <link rel="stylesheet" href="../../bower_components/pure/grids-responsive-min.css"> <link rel="stylesheet" href="css/blog.css"></head> <link rel="stylesheet" href="css/spa.css"></head> <!-- Using Senna's optional style --> <link rel="stylesheet" href="../../build/senna.css"> <!-- Including Senna --> <script src="../../build/globals/senna-debug.js"></script> <!-- Initializing Senna --> <script src="js/spa.js"></script> <body> <div class="senna-loading-bar"></div> <div id="layout" class="pure-g"> <div class="sidebar pure-u-1 pure-u-md-1-4"> <div class="header"> <h1 class="brand-title">Blog</h1> <h2 class="brand-tagline">A Single Page App<br>demo using Senna.js</h2> </div> </div> <div class="content pure-u-1 pure-u-md-3-4"> <div> <!-- A wrapper for all the blog posts --> <div id="posts"> <script> window.nextPage = null; </script> <h1 class="content-subhead">Pinned Post</h1> <!-- A single blog post --> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Zeno Rocha's avatar" height="48" width="48" src="../common/img/zeno.jpg"> <h2 class="post-title">Introducing Senna</h2> <p class="post-meta"> By <a href="#" class="post-author">Zeno Rocha</a> under <a class="post-category post-category-design" href="#">SPA</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis omnis provident dolores praesentium eligendi accusantium voluptatum totam necessitatibus. Nisi asperiores molestiae ex, quaerat dolorum iure repellendus reprehenderit aliquid, minus libero rem aperiam fugit voluptatum. Esse, ex. Id aliquid culpa a. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis omnis provident dolores praesentium eligendi accusantium voluptatum totam necessitatibus. Nisi asperiores molestiae ex, quaerat dolorum iure repellendus reprehenderit aliquid, minus libero rem aperiam fugit voluptatum. Esse, ex. Id aliquid culpa a. </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Eduardo Lundgren's avatar" height="48" width="48" src="../common/img/dudu.jpg"> <h2 class="post-title">What I learned at BrazilJS Conf</h2> <p class="post-meta"> By <a class="post-author" href="#">Eduardo Lundgren</a> under <a class="post-category post-category-js" href="#">Events</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Pedro Marques's avatar" height="48" width="48" src="../common/img/jamal.jpg"> <h2 class="post-title">Slumdog Millionaire movie review</h2> <p class="post-meta"> By <a class="post-author" href="#">Pedro Marques</a> under <a class="post-category post-category-pure" href="#">Movies</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">Kitties, kitties, kitties...</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">1...</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">2...</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">3...</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">x!</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">y!</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> <section class="post"> <header class="post-header"> <img class="post-avatar" alt="Henrique Vicente's avatar" height="48" width="48" src="../common/img/henvic.jpg"> <h2 class="post-title">z!</h2> <p class="post-meta"> By <a class="post-author" href="#">Henrique Vicente</a> under <a class="post-category post-category-yui" href="#">Cute</a> </p> </header> <div class="post-description"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus eius ullam pariatur nemo provident quo vitae fugiat tempore, nam beatae, quisquam voluptatum aperiam sit ipsa culpa nulla hic autem! Deleniti, minus, deserunt? Adipisci architecto, dolorem. </p> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem minima architecto et necessitatibus cum ullam consequatur nisi itaque a obcaecati! Doloremque necessitatibus sed repudiandae qui consequatur culpa laudantium doloribus harum consectetur porro ipsa, quasi, quis, hic adipisci eius id perferendis! </p> </div> </section> </div> </div> </div> </div> </body> </html>
mairatma/senna
examples/blog/page03.html
HTML
bsd-3-clause
18,204
<div class='fossil-doc' data-title='aes - Advanced Encryption Standard (AES)'> <style> HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.doctools_title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.doctools_toc,UL.doctools_toc UL, UL.doctools_toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.doctools_section, LI.doctools_subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.doctools_example { color: black; background: #f5dcb3; border: 1px solid black; } UL.doctools_requirements LI, UL.doctools_syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.doctools_synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.doctools_syntax { margin-top: 1em; border-top: 1px solid black; } UL.doctools_requirements { margin-bottom: 1em; border-bottom: 1px solid black; } </style> <hr> [ <a href="../../../../toc.html">Main Table Of Contents</a> | <a href="../../../toc.html">Table Of Contents</a> | <a href="../../../../index.html">Keyword Index</a> | <a href="../../../../toc0.html">Categories</a> | <a href="../../../../toc1.html">Modules</a> | <a href="../../../../toc2.html">Applications</a> ] <hr> <div class="doctools"> <h1 class="doctools_title">aes(n) 1.2.1 tcllib &quot;Advanced Encryption Standard (AES)&quot;</h1> <div id="name" class="doctools_section"><h2><a name="name">Name</a></h2> <p>aes - Implementation of the AES block cipher</p> </div> <div id="toc" class="doctools_section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="doctools_toc"> <li class="doctools_section"><a href="#toc">Table Of Contents</a></li> <li class="doctools_section"><a href="#synopsis">Synopsis</a></li> <li class="doctools_section"><a href="#section1">Description</a></li> <li class="doctools_section"><a href="#section2">COMMANDS</a></li> <li class="doctools_section"><a href="#section3">PROGRAMMING INTERFACE</a></li> <li class="doctools_section"><a href="#section4">MODES OF OPERATION</a></li> <li class="doctools_section"><a href="#section5">EXAMPLES</a></li> <li class="doctools_section"><a href="#section6">REFERENCES</a></li> <li class="doctools_section"><a href="#section7">AUTHORS</a></li> <li class="doctools_section"><a href="#section8">Bugs, Ideas, Feedback</a></li> <li class="doctools_section"><a href="#see-also">See Also</a></li> <li class="doctools_section"><a href="#keywords">Keywords</a></li> <li class="doctools_section"><a href="#category">Category</a></li> <li class="doctools_section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="doctools_section"><h2><a name="synopsis">Synopsis</a></h2> <div class="doctools_synopsis"> <ul class="doctools_requirements"> <li>package require <b class="pkgname">Tcl 8.5</b></li> <li>package require <b class="pkgname">aes <span class="opt">?1.2.1?</span></b></li> </ul> <ul class="doctools_syntax"> <li><a href="#1"><b class="cmd">::aes::aes</b> <span class="opt">?<i class="arg">-mode [ecb|cbc]</i>?</span> <span class="opt">?<i class="arg">-dir [encrypt|decrypt]</i>?</span> <i class="arg">-key keydata</i> <span class="opt">?<i class="arg">-iv vector</i>?</span> <span class="opt">?<i class="arg">-hex</i>?</span> <span class="opt">?<i class="arg">-out channel</i>?</span> <span class="opt">?<i class="arg">-chunksize size</i>?</span> [ <i class="arg">-in channel</i> | <span class="opt">?<b class="option">--</b>?</span> <i class="arg">data</i> ]</a></li> <li><a href="#2"><b class="cmd">::aes::Init</b> <i class="arg">mode</i> <i class="arg">keydata</i> <i class="arg">iv</i></a></li> <li><a href="#3"><b class="cmd">::aes::Encrypt</b> <i class="arg">Key</i> <i class="arg">data</i></a></li> <li><a href="#4"><b class="cmd">::aes::Decrypt</b> <i class="arg">Key</i> <i class="arg">data</i></a></li> <li><a href="#5"><b class="cmd">::aes::Reset</b> <i class="arg">Key</i> <i class="arg">iv</i></a></li> <li><a href="#6"><b class="cmd">::aes::Final</b> <i class="arg">Key</i></a></li> </ul> </div> </div> <div id="section1" class="doctools_section"><h2><a name="section1">Description</a></h2> <p>This is an implementation in Tcl of the Advanced Encryption Standard (AES) as published by the U.S. National Institute of Standards and Technology [1]. AES is a 128-bit block cipher with a variable key size of 128, 192 or 256 bits. This implementation supports ECB and CBC modes.</p> </div> <div id="section2" class="doctools_section"><h2><a name="section2">COMMANDS</a></h2> <dl class="doctools_definitions"> <dt><a name="1"><b class="cmd">::aes::aes</b> <span class="opt">?<i class="arg">-mode [ecb|cbc]</i>?</span> <span class="opt">?<i class="arg">-dir [encrypt|decrypt]</i>?</span> <i class="arg">-key keydata</i> <span class="opt">?<i class="arg">-iv vector</i>?</span> <span class="opt">?<i class="arg">-hex</i>?</span> <span class="opt">?<i class="arg">-out channel</i>?</span> <span class="opt">?<i class="arg">-chunksize size</i>?</span> [ <i class="arg">-in channel</i> | <span class="opt">?<b class="option">--</b>?</span> <i class="arg">data</i> ]</a></dt> <dd><p>Perform the <b class="package">aes</b> algorithm on either the data provided by the argument or on the data read from the <i class="arg">-in</i> channel. If an <i class="arg">-out</i> channel is given then the result will be written to this channel.</p> <p>The <i class="arg">-key</i> option must be given. This parameter takes a binary string of either 16, 24 or 32 bytes in length and is used to generate the key schedule.</p> <p>The <i class="arg">-mode</i> and <i class="arg">-dir</i> options are optional and default to cbc mode and encrypt respectively. The initialization vector <i class="arg">-iv</i> takes a 16 byte binary argument which defaults to all zeros. See <span class="sectref"><a href="#section4">MODES OF OPERATION</a></span> for more about available modes and their uses.</p> <p>AES is a 128-bit block cipher. This means that the data must be provided in units that are a multiple of 16 bytes.</p></dd> </dl> </div> <div id="section3" class="doctools_section"><h2><a name="section3">PROGRAMMING INTERFACE</a></h2> <p>Internal state is maintained in an opaque structure that is returned from the <b class="cmd">Init</b> function. In ECB mode the state is not affected by the input but for CBC mode some input dependent state is maintained and may be reset by calling the <b class="cmd">Reset</b> function with a new initialization vector value.</p> <dl class="doctools_definitions"> <dt><a name="2"><b class="cmd">::aes::Init</b> <i class="arg">mode</i> <i class="arg">keydata</i> <i class="arg">iv</i></a></dt> <dd><p>Construct a new AES key schedule using the specified key data and the given initialization vector. The initialization vector is not used with ECB mode but is important for CBC mode. See <span class="sectref"><a href="#section4">MODES OF OPERATION</a></span> for details about cipher modes.</p></dd> <dt><a name="3"><b class="cmd">::aes::Encrypt</b> <i class="arg">Key</i> <i class="arg">data</i></a></dt> <dd><p>Use a prepared key acquired by calling <b class="cmd">Init</b> to encrypt the provided data. The data argument should be a binary array that is a multiple of the AES block size of 16 bytes. The result is a binary array the same size as the input of encrypted data.</p></dd> <dt><a name="4"><b class="cmd">::aes::Decrypt</b> <i class="arg">Key</i> <i class="arg">data</i></a></dt> <dd><p>Decipher data using the key. Note that the same key may be used to encrypt and decrypt data provided that the initialization vector is reset appropriately for CBC mode.</p></dd> <dt><a name="5"><b class="cmd">::aes::Reset</b> <i class="arg">Key</i> <i class="arg">iv</i></a></dt> <dd><p>Reset the initialization vector. This permits the programmer to re-use a key and avoid the cost of re-generating the key schedule where the same key data is being used multiple times.</p></dd> <dt><a name="6"><b class="cmd">::aes::Final</b> <i class="arg">Key</i></a></dt> <dd><p>This should be called to clean up resources associated with <i class="arg">Key</i>. Once this function has been called the key may not be used again.</p></dd> </dl> </div> <div id="section4" class="doctools_section"><h2><a name="section4">MODES OF OPERATION</a></h2> <dl class="doctools_definitions"> <dt>Electronic Code Book (ECB)</dt> <dd><p>ECB is the basic mode of all block ciphers. Each block is encrypted independently and so identical plain text will produce identical output when encrypted with the same key. Any encryption errors will only affect a single block however this is vulnerable to known plaintext attacks.</p></dd> <dt>Cipher Block Chaining (CBC)</dt> <dd><p>CBC mode uses the output of the last block encryption to affect the current block. An initialization vector of the same size as the cipher block size is used to handle the first block. The initialization vector should be chosen randomly and transmitted as the first block of the output. Errors in encryption affect the current block and the next block after which the cipher will correct itself. CBC is the most commonly used mode in software encryption. This is the default mode of operation for this module.</p></dd> </dl> </div> <div id="section5" class="doctools_section"><h2><a name="section5">EXAMPLES</a></h2> <pre class="doctools_example"> % set nil_block [string repeat \\0 16] % aes::aes -hex -mode cbc -dir encrypt -key $nil_block $nil_block 66e94bd4ef8a2c3b884cfa59ca342b2e </pre> <pre class="doctools_example"> set Key [aes::Init cbc $sixteen_bytes_key_data $sixteen_byte_iv] append ciphertext [aes::Encrypt $Key $plaintext] append ciphertext [aes::Encrypt $Key $additional_plaintext] aes::Final $Key </pre> </div> <div id="section6" class="doctools_section"><h2><a name="section6">REFERENCES</a></h2> <ol class="doctools_enumerated"> <li><p>&quot;Advanced Encryption Standard&quot;, Federal Information Processing Standards Publication 197, 2001 (<a href="http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf">http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf</a>)</p></li> </ol> </div> <div id="section7" class="doctools_section"><h2><a name="section7">AUTHORS</a></h2> <p>Thorsten Schloermann, Pat Thoyts</p> </div> <div id="section8" class="doctools_section"><h2><a name="section8">Bugs, Ideas, Feedback</a></h2> <p>This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category <em>aes</em> of the <a href="http://core.tcl.tk/tcllib/reportlist">Tcllib Trackers</a>. Please also report any ideas for enhancements you may have for either package and/or documentation.</p> </div> <div id="see-also" class="doctools_section"><h2><a name="see-also">See Also</a></h2> <p><a href="../blowfish/blowfish.html">blowfish(n)</a>, <a href="../des/des.html">des(n)</a>, <a href="../md5/md5.html">md5(n)</a>, <a href="../sha1/sha1.html">sha1(n)</a></p> </div> <div id="keywords" class="doctools_section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../../../index.html#key795">aes</a>, <a href="../../../../index.html#key297">block cipher</a>, <a href="../../../../index.html#key124">data integrity</a>, <a href="../../../../index.html#key127">encryption</a>, <a href="../../../../index.html#key122">security</a></p> </div> <div id="category" class="doctools_section"><h2><a name="category">Category</a></h2> <p>Hashes, checksums, and encryption</p> </div> <div id="copyright" class="doctools_section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright &copy; 2005, Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;<br> Copyright &copy; 2012-2014, Andreas Kupries &lt;andreas_kupries@users.sourceforge.net&gt;</p> </div> </div>
neverpanic/macports-base
vendor/tcllib-1.18/embedded/www/tcllib/files/modules/aes/aes.html
HTML
bsd-3-clause
12,575
<h3>Tour <small>The easiest way to show people how to use your website.</small> </h3> <div ng-controller="TourCtrl" tour="" backdrop="true" class="container-fluid"> <button ng-click="tour.restart(true)" class="btn btn-primary mb-lg">Start Tour!</button> <div class="row"> <div class="col-lg-6"> <div tour-step="" order="1" title="Step 1" content="This is the fisrt step" placement="right" class="panel"> <div class="panel-heading">About</div> <div class="panel-body"> <p>This is a simple Angular wrapper around Bootstrap Tour. Simply add the "tour" directive anywhere, and add the "tour-step" directive to any element within "tour" that needs a tip. All options are available by adding the corresponding attributes to the directive element. There is also a "skip" option that if evaluates to true, will skip over the step. This repository was scaffolded with generator-microjs.</p> </div> </div> </div> <div class="col-lg-6"> <div tour-step="" order="2" title="Step 2" content="This is the second step" placement="left" class="panel"> <div class="panel-heading">Configuration</div> <div class="panel-body"> <p>The TourConfigProvider allows you to set a couple options: prefixOptions {boolean, default: false} if set to true will require directive options to be prefixed to avoid conflicts prefix {string, default: 'bsTour'} the prefix to use if prefixOptions is set to true Use TourConfigProvider.set(&lt;option&gt;, &lt;value&gt;) in your app's config block to change the settings You can use either tour and tourStep or bsTour and bsTourStep as directive names without changing config.</p> </div> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div tour-step="" order="3" title="Last Step" content="This is the last step" placement="top" class="panel"> <div class="panel-heading">Example</div> <div class="panel-body"><pre>&lt;div tour placement="top" on-end="onTourEnd(tour)" after-get-state="afterGetStateFunction" template-url="tour_template.html"&gt; &lt;div id="mainMenu" tour-step title="Main Menu" content="{{mainMenuDescription}}" order="0" skip="pageName !== 'home'"&gt; ... &lt;/div&gt; ... &lt;/div&gt;</pre> </div> </div> </div> </div> </div>
Javier3131/ProyectoDAW
public/modules/elements/views/tour.client.view.html
HTML
mit
2,466
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/auto/injector.js?message=docs(angular.injector)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.11/src/auto/injector.js#L3' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">angular.injector</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - function in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Creates an injector object that can be used for retrieving services as well as for dependency injection (see <a href="guide/di">dependency injection</a>).</p> </div> <div> <h2 id="usage">Usage</h2> <p><code>angular.injector(modules, [strictDi]);</code></p> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> modules </td> <td> <a href="" class="label type-hint type-hint-array">Array.&lt;string|Function&gt;</a> </td> <td> <p>A list of module functions or their aliases. See <a href="api/ng/function/angular.module"><code>angular.module</code></a>. The <code>ng</code> module must be explicitly added.</p> </td> </tr> <tr> <td> strictDi <div><em>(optional)</em></div> </td> <td> <a href="" class="label type-hint type-hint-boolean">boolean</a> </td> <td> <p>Whether the injector should be in strict mode, which disallows argument name annotation inference.</p> <p><em>(default: false)</em></p> </td> </tr> </tbody> </table> </section> <h3>Returns</h3> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-injector">injector</a></td> <td><p>Injector object. See <a href="api/auto/service/$injector">$injector</a>.</p> </td> </tr> </table> <h2 id="example">Example</h2><p>Typical usage</p> <pre><code class="lang-js">// create an injector var $injector = angular.injector([&#39;ng&#39;]); // use the injector to kick off your application // use the type inference to auto inject arguments, or use implicit injection $injector.invoke(function($rootScope, $compile, $document) { $compile($document)($rootScope); $rootScope.$digest(); }); </code></pre> <p>Sometimes you want to get access to the injector of a currently running Angular app from outside Angular. Perhaps, you want to inject and compile some markup after the application has been bootstrapped. You can do this using the extra <code>injector()</code> added to JQuery/jqLite elements. See <a href="api/ng/function/angular.element"><code>angular.element</code></a>.</p> <p><em>This is fairly rare but could be the case if a third party library is injecting the markup.</em></p> <p>In the following example a new block of HTML containing a <code>ng-controller</code> directive is added to the end of the document body by JQuery. We then compile and link it into the current AngularJS scope.</p> <pre><code class="lang-js">var $div = $(&#39;&lt;div ng-controller=&quot;MyCtrl&quot;&gt;{{content.label}}&lt;/div&gt;&#39;); $(document.body).append($div); angular.element(document).injector().invoke(function($compile) { var scope = angular.element($div).scope(); $compile($div)(scope); }); </code></pre> </div>
eapearson/ui-common-dos
unused/deprecated/ext/angularjs/angular-1.3.11/docs/partials/api/ng/function/angular.injector.html
HTML
mit
3,858
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_LOG_STANDARD_ARITHMETIC_TYPES</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="utilities.html#header.boost.log.utility.type_dispatch.standard_types_hpp" title="Header &lt;boost/log/utility/type_dispatch/standard_types.hpp&gt;"> <link rel="prev" href="BOOST_LOG_STANDARD_FLOATING_POINT_TYPES.html" title="Macro BOOST_LOG_STANDARD_FLOATING_POINT_TYPES"> <link rel="next" href="BOOST_LOG_AUX_STANDARD_STRING_TYPES.html" title="Macro BOOST_LOG_AUX_STANDARD_STRING_TYPES"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_LOG_STANDARD_FLOATING_POINT_TYPES.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="utilities.html#header.boost.log.utility.type_dispatch.standard_types_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_LOG_AUX_STANDARD_STRING_TYPES.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="BOOST_LOG_STANDARD_ARITHMETIC_TYPES"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Macro BOOST_LOG_STANDARD_ARITHMETIC_TYPES</span></h2> <p>BOOST_LOG_STANDARD_ARITHMETIC_TYPES &#8212; Boost.Preprocessor sequence of arithmetic types. </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="utilities.html#header.boost.log.utility.type_dispatch.standard_types_hpp" title="Header &lt;boost/log/utility/type_dispatch/standard_types.hpp&gt;">boost/log/utility/type_dispatch/standard_types.hpp</a>&gt; </span>BOOST_LOG_STANDARD_ARITHMETIC_TYPES()</pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007-2016 Andrey Semashev<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>). </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="BOOST_LOG_STANDARD_FLOATING_POINT_TYPES.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="utilities.html#header.boost.log.utility.type_dispatch.standard_types_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_LOG_AUX_STANDARD_STRING_TYPES.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/log/doc/html/BOOST_LOG_STANDARD_ARITHMETIC_TYPES.html
HTML
mit
3,501
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Derivative of the Incomplete Gamma Function</title> <link rel="stylesheet" href="../../math.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="Math Toolkit 2.4.0"> <link rel="up" href="../sf_gamma.html" title="Gamma Functions"> <link rel="prev" href="igamma_inv.html" title="Incomplete Gamma Function Inverses"> <link rel="next" href="../factorials.html" title="Factorials and Binomial Coefficients"> </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="igamma_inv.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../factorials.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="math_toolkit.sf_gamma.gamma_derivatives"></a><a class="link" href="gamma_derivatives.html" title="Derivative of the Incomplete Gamma Function">Derivative of the Incomplete Gamma Function</a> </h3></div></div></div> <h5> <a name="math_toolkit.sf_gamma.gamma_derivatives.h0"></a> <span><a name="math_toolkit.sf_gamma.gamma_derivatives.synopsis"></a></span><a class="link" href="gamma_derivatives.html#math_toolkit.sf_gamma.gamma_derivatives.synopsis">Synopsis</a> </h5> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">special_functions</span><span class="special">/</span><span class="identifier">gamma</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> </pre> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">&gt;</span> <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">gamma_p_derivative</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">x</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T2</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../policy.html" title="Chapter&#160;15.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&gt;</span> <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>calculated-result-type</em></span></a> <span class="identifier">gamma_p_derivative</span><span class="special">(</span><span class="identifier">T1</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">T2</span> <span class="identifier">x</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="../../policy.html" title="Chapter&#160;15.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">&amp;);</span> <span class="special">}}</span> <span class="comment">// namespaces</span> </pre> <h5> <a name="math_toolkit.sf_gamma.gamma_derivatives.h1"></a> <span><a name="math_toolkit.sf_gamma.gamma_derivatives.description"></a></span><a class="link" href="gamma_derivatives.html#math_toolkit.sf_gamma.gamma_derivatives.description">Description</a> </h5> <p> This function find some uses in statistical distributions: it implements the partial derivative with respect to <span class="emphasis"><em>x</em></span> of the incomplete gamma function. </p> <p> <span class="inlinemediaobject"><img src="../../../equations/derivative1.svg"></span> </p> <p> The final <a class="link" href="../../policy.html" title="Chapter&#160;15.&#160;Policies: Controlling Precision, Error Handling etc">Policy</a> argument is optional and can be used to control the behaviour of the function: how it handles errors, what level of precision to use etc. Refer to the <a class="link" href="../../policy.html" title="Chapter&#160;15.&#160;Policies: Controlling Precision, Error Handling etc">policy documentation for more details</a>. </p> <p> Note that the derivative of the function <a class="link" href="igamma.html" title="Incomplete Gamma Functions">gamma_q</a> can be obtained by negating the result of this function. </p> <p> The return type of this function is computed using the <a class="link" href="../result_type.html" title="Calculation of the Type of the Result"><span class="emphasis"><em>result type calculation rules</em></span></a> when T1 and T2 are different types, otherwise the return type is simply T1. </p> <h5> <a name="math_toolkit.sf_gamma.gamma_derivatives.h2"></a> <span><a name="math_toolkit.sf_gamma.gamma_derivatives.accuracy"></a></span><a class="link" href="gamma_derivatives.html#math_toolkit.sf_gamma.gamma_derivatives.accuracy">Accuracy</a> </h5> <p> Almost identical to the incomplete gamma function <a class="link" href="igamma.html" title="Incomplete Gamma Functions">gamma_p</a>: refer to the documentation for that function for more information. </p> <h5> <a name="math_toolkit.sf_gamma.gamma_derivatives.h3"></a> <span><a name="math_toolkit.sf_gamma.gamma_derivatives.implementation"></a></span><a class="link" href="gamma_derivatives.html#math_toolkit.sf_gamma.gamma_derivatives.implementation">Implementation</a> </h5> <p> This function just expose some of the internals of the incomplete gamma function <a class="link" href="igamma.html" title="Incomplete Gamma Functions">gamma_p</a>: refer to the documentation for that function for more information. </p> </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; 2006-2010, 2012-2014 Nikhar Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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="igamma_inv.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../sf_gamma.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../factorials.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html
HTML
mit
8,822
<!DOCTYPE html> <html ng-app="demoapp"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="../bower_components/angular/angular.min.js"></script> <script src="../bower_components/leaflet/dist/leaflet.js"></script> <script src="../bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script> <script src="../bower_components/Leaflet.PolylineDecorator/leaflet.polylineDecorator.js"></script> <script src="../dist/ui-leaflet.min.js"></script> <link rel="stylesheet" href="../bower_components/leaflet/dist/leaflet.css" /> <script> var app = angular.module("demoapp", ['ui-leaflet']); app.controller('PathsDecorationsSimpleController', [ '$scope', function($scope) { angular.extend($scope, { london: { lat: 51.505, lng: -0.09, zoom: 8 }, decorations: { markers: { coordinates: [[51.9, -0.4], [51.505, -0.09], [51.0, -0.4]], patterns: [ { offset: 12, repeat: 25, symbol: L.Symbol.dash({pixelSize: 10, pathOptions: {color: '#f00', weight: 2}}) }, { offset: 0, repeat: 25, symbol: L.Symbol.dash({pixelSize: 0}) } ] } } }); $scope.changePattern = function(type) { if (type === 'dot') { $scope.decorations.markers.patterns = [ { offset: 0, repeat: 10, symbol: L.Symbol.dash({pixelSize: 0}) } ]; } else if (type === 'slash') { $scope.decorations.markers.patterns = [ { offset: 12, repeat: 25, symbol: L.Symbol.dash({pixelSize: 10, pathOptions: {color: '#f00', weight: 2}}) } ]; } else if (type === 'slashdot') { $scope.decorations.markers.patterns = [ { offset: 12, repeat: 25, symbol: L.Symbol.dash({pixelSize: 10, pathOptions: {color: '#f00', weight: 2}}) }, { offset: 0, repeat: 25, symbol: L.Symbol.dash({pixelSize: 0}) } ]; } else if (type === 'arrow') { $scope.decorations.markers.patterns = [ { offset: 12, repeat: 25, symbol: L.Symbol.dash({pixelSize: 18, pathOptions: {color: '#f00', weight: 4}}) }, { offset: '10%', repeat: 25, symbol: L.Symbol.arrowHead({pixelSize: 10, polygon: false, pathOptions: {stroke: true}}) } ]; } }; } ]); </script> </head> <body ng-controller="PathsDecorationsSimpleController"> <leaflet lf-center="london" decorations="decorations" height="480px" width="640px"></leaflet> <h1>Path decoration example</h1> <button ng-click="changePattern('slash')">Slash pattern</button> <button ng-click="changePattern('dot')">Dot pattern</button> <button ng-click="changePattern('slashdot')">Slashdot pattern</button> <button ng-click="changePattern('arrow')">Arrow pattern</button> </body> </html>
vincent-ollivier-everysens/everysens-ui-leaflet
examples/0306-paths-decorations-simple-example.html
HTML
mit
3,935
<jqxChart #myChart [width]="850" [height]="500" [title]="'Range selector with regular x-axis'" [description]="'In this example the range selector works with (non-date) axis'" [showLegend]="false" [enableAnimations]="true" [padding]="padding" [source]="dataAdapter" [xAxis]="xAxis" [enableCrosshairs]="true" [animationDuration]="1500" [seriesGroups]="seriesGroups" [colorScheme]="'scheme02'"> </jqxChart>
luissancheza/sice
js/jqwidgets/demos/angular/app/chart/nondatexaxisrangeselection/app.component.html
HTML
mit
431
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Design</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;The Variadic Macro Data Library 1.9"> <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;The Variadic Macro Data Library 1.9"> <link rel="prev" href="../BOOST_VMD_IS_VMD_TUPLE.html" title="Macro BOOST_VMD_IS_VMD_TUPLE"> <link rel="next" href="vmd_compilers.html" title="Compilers"> </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="../BOOST_VMD_IS_VMD_TUPLE.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="vmd_compilers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="variadic_macro_data.vmd_design"></a><a class="link" href="vmd_design.html" title="Design">Design</a> </h2></div></div></div> <p> The initial impetus for creating this library was entirely practical. I had been working on another library of macro functionality, which used Boost PP functionality, and I realized that if I could use variadic macros with my other library, the end-user usability for that library would be easier. Therefore the initial main design goal of this library was to interoperate variadic macro data with Boost PP in the easiest and clearest way possible. </p> <p> This led to the original versions of the library as an impetus for adding variadic macro data support to Boost PP. While this was being done, but the variadic macro data support had not yet been finalized in Boost PP, I still maintained the library in two modes, either its own variadic data functionality or deferring to the implementation of variadic macros in the Boost PP library. </p> <p> Once support for variadic data had been added to Boost PP I stripped down the functionality of this library to only include variadic macro support for functionality which was an adjunct to the support in Boost PP. This functionality might be seen as experimental, since it largely relied on a macro which tested for empty input which Paul Mensonides, the author of Boost PP, had published on the Internet, and which by the very nature of the C++ preprocessor is slightly flawed but which was the closest approximation of such functionality which I believed could be made. I had to tweak this macro somewhat for the Visual C++ preprocessor, whose conformance to the C++ standard for macro processing is notably incorrect in a number of areas. But I still felt this functionality could be used in select situations and might be useful to others. Using this functionality I was able to build up some other macros which tested for the various Boost PP data types. I also was able to add in functionality, based on Paul Mendsonides excellent work, for handling tuples in preprocessing data. </p> <p> All of this particular functionality is impossible to do effectively without the use of variadic macros. But I had kept these features at a minimum because of the difficulty of using variadic macros with compilers, most notably Visual C++, whose implementation of variadic macros is substandard and therefore very difficult to get to work correctly when variadic macros must be used. </p> <p> I then realized that if I am going to have a library which takes advantage of variadic macros I should see what I could do in the area of parsing preprocessor data. This has led to a reorganization of the library as a set of macros largely for parsing preprocessor data. All of this is now built on top of my use of the almost perfect checking for emptiness which Paul Mensonides originally created. </p> </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; 2010-2015 Tropic Software East Inc</div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../BOOST_VMD_IS_VMD_TUPLE.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="vmd_compilers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/vmd/doc/html/variadic_macro_data/vmd_design.html
HTML
mit
5,671
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04634/ by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:04:27 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /><!-- /Added by HTTrack --> <head> <title>Index of /lghtml/lawstat/version2/04634</title> </head> <body> <h1>Index of /lghtml/lawstat/version2/04634</h1> <ul><li><a href="../index.html"> Parent Directory</a></li> <li><a href="0463475070300.html"> 0463475070300.htm</a></li> <li><a href="0463479121800.html"> 0463479121800.htm</a></li> <li><a href="0463486042900.html"> 0463486042900.htm</a></li> <li><a href="0463491053100.html"> 0463491053100.htm</a></li> <li><a href="0463494042900.html"> 0463494042900.htm</a></li> <li><a href="0463496122100.html"> 0463496122100.htm</a></li> </ul> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04634/ by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:04:27 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /><!-- /Added by HTTrack --> </html>
g0v/laweasyread-data
rawdata/utf8_lawstat/version2/04634/index.html
HTML
mit
1,176
<!doctype html> <title>Pocket Island License Information</title> <!-- in essence, don't be evil! --> <body> All code provided is covered by the following license: <h1>The MIT License (MIT)</h1> <h2>Copyright &copy; 2012 wooga GmbH Berlin</h2> <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> </body>
wooga/Pocket-Island
license.html
HTML
mit
1,298
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>value::value (14 of 35 overloads)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Chapter 1. Boost.JSON"> <link rel="up" href="../value.html" title="value::value"> <link rel="prev" href="overload13.html" title="value::value (13 of 35 overloads)"> <link rel="next" href="overload15.html" title="value::value (15 of 35 overloads)"> </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="overload13.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../value.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload15.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h6 class="title"> <a name="json.ref.boost__json__value.value.overload14"></a><a class="link" href="overload14.html" title="value::value (14 of 35 overloads)">value::value (14 of 35 overloads)</a> </h6></div></div></div> <p> Construct a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">int64_t</span></code>. </p> <h7><a name="json.ref.boost__json__value.value.overload14.h0"></a> <span class="phrase"><a name="json.ref.boost__json__value.value.overload14.synopsis"></a></span><a class="link" href="overload14.html#json.ref.boost__json__value.value.overload14.synopsis">Synopsis</a> </h7><pre class="programlisting"><span class="identifier">value</span><span class="special">(</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">storage_ptr</span> <span class="identifier">sp</span> <span class="special">=</span> <span class="special">{});</span> </pre> <h7><a name="json.ref.boost__json__value.value.overload14.h1"></a> <span class="phrase"><a name="json.ref.boost__json__value.value.overload14.description"></a></span><a class="link" href="overload14.html#json.ref.boost__json__value.value.overload14.description">Description</a> </h7><h7><a name="json.ref.boost__json__value.value.overload14.h2"></a> <span class="phrase"><a name="json.ref.boost__json__value.value.overload14.complexity"></a></span><a class="link" href="overload14.html#json.ref.boost__json__value.value.overload14.complexity">Complexity</a> </h7><p> Constant. </p> <h7><a name="json.ref.boost__json__value.value.overload14.h3"></a> <span class="phrase"><a name="json.ref.boost__json__value.value.overload14.exception_safety"></a></span><a class="link" href="overload14.html#json.ref.boost__json__value.value.overload14.exception_safety">Exception Safety</a> </h7><p> No-throw guarantee. </p> <h7><a name="json.ref.boost__json__value.value.overload14.h4"></a> <span class="phrase"><a name="json.ref.boost__json__value.value.overload14.parameters"></a></span><a class="link" href="overload14.html#json.ref.boost__json__value.value.overload14.parameters">Parameters</a> </h7><div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <code class="computeroutput"><span class="identifier">i</span></code> </p> </td> <td> <p> The initial value. </p> </td> </tr> <tr> <td> <p> <code class="computeroutput"><span class="identifier">sp</span></code> </p> </td> <td> <p> A pointer to the <a class="link" href="../../boost__json__memory_resource.html" title="memory_resource"><code class="computeroutput"><span class="identifier">memory_resource</span></code></a> to use. The container will acquire shared ownership of the memory resource. </p> </td> </tr> </tbody> </table></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2019, 2020 Vinnie Falco<br>Copyright © 2020 Krystian Stasiowski<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="overload13.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../value.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload15.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/json/doc/html/json/ref/boost__json__value/value/overload14.html
HTML
mit
6,534
<img src="test.png" alt='John "ShotGun" Nelson'>
existentialism/prettier
tests/html_attributes/single-quotes.html
HTML
mit
49
<!DOCTYPE html> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <!-- Copyright 2008 Google Inc. All Rights Reserved. --> <head> <title> Closure Unit Tests - goog.gears.LoggerServer </title> <script src="../base.js"></script> <script> goog.require('goog.events.EventTarget'); goog.require('goog.gears.LoggerServer'); goog.require('goog.gears.Worker.EventType'); goog.require('goog.gears.WorkerEvent'); goog.require('goog.testing.PropertyReplacer'); goog.require('goog.testing.StrictMock'); goog.require('goog.testing.jsunit'); </script> </head> <body> <script> var LOGGER_NAME = 'WorkerLog'; var LOG_COMMAND_ID = 1; var WORKER_ID = 2; var WORKER_NAME = 'worker-name'; var server, worker; var propertyReplacer = new goog.testing.PropertyReplacer(); function setUp() { worker = new goog.events.EventTarget(); worker.getId = function() { return WORKER_ID; }; server = new goog.gears.LoggerServer(worker, LOG_COMMAND_ID, WORKER_NAME); } function tearDown() { server.dispose(); worker.dispose(); propertyReplacer.reset(); } function dispatchCommand(params) { worker.dispatchEvent( new goog.gears.WorkerEvent(goog.gears.Worker.EventType.COMMAND, {body: [LOG_COMMAND_ID, params]})); } function verify(name, level, msg, exception, expectedMessage) { var levelValue = level.value; var logRecord = {}; var mockLogger = new goog.testing.StrictMock(goog.debug.Logger); propertyReplacer.set(goog.debug.Logger, 'getLogger', function(name) { return mockLogger; }); mockLogger.getLogRecord(level, expectedMessage, exception). $returns(logRecord); mockLogger.logRecord(logRecord); mockLogger.$replay(); dispatchCommand([name, levelValue, msg, exception]); mockLogger.$verify(); assertEquals('workerName not added to the log record', WORKER_NAME, logRecord.workerName); } function testCommand() { var name = 'test.command'; var level = goog.debug.Logger.Level.WARNING; var msg = 'MSG'; var exception = Error(); var expectedMessage = '[' + WORKER_ID + '] ' + msg; verify(name, level, msg, exception, expectedMessage); } function testCommandWithoutMessagePrefix() { server.setUseMessagePrefix(false); var name = 'test.command'; var level = goog.debug.Logger.Level.SEVERE; var msg = 'MSG'; var exception = Error(); var expectedMessage = msg; verify(name, level, msg, exception, expectedMessage); } function testCommandWithNoException() { var name = 'test.command'; var level = goog.debug.Logger.Level.SHOUT; var msg = 'MSG'; var exception = null; var expectedMessage = '[' + WORKER_ID + '] ' + msg; verify(name, level, msg, exception, expectedMessage); } </script> </body> </html>
yesudeep/puppy
tools/google-closure-library/closure/goog/gears/loggerserver_test.html
HTML
mit
3,225
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>lxml.sax.ElementTreeContentHandler</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="/">lxml API</a></th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="lxml-module.html">Package&nbsp;lxml</a> :: <a href="lxml.sax-module.html">Module&nbsp;sax</a> :: Class&nbsp;ElementTreeContentHandler </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="lxml.sax.ElementTreeContentHandler-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class ElementTreeContentHandler</h1><p class="nomargin-top"><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler">source&nbsp;code</a></span></p> <pre class="base-tree"> xml.sax.handler.ContentHandler --+ | <strong class="uidshort">ElementTreeContentHandler</strong> </pre> <hr /> Build an lxml ElementTree from SAX events. <!-- ==================== 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 href="lxml.sax.ElementTreeContentHandler-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">makeelement</span>=<span class="summary-sig-default">None</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_get_etree"></a><span class="summary-sig-name">_get_etree</span>(<span class="summary-sig-arg">self</span>)</span><br /> Contains the generated ElementTree after parsing is finished.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler._get_etree">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#setDocumentLocator" class="summary-sig-name">setDocumentLocator</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">locator</span>)</span><br /> Called by the parser to give the application a locator for locating the origin of document events.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.setDocumentLocator">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#startDocument" class="summary-sig-name">startDocument</a>(<span class="summary-sig-arg">self</span>)</span><br /> Receive notification of the beginning of a document.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startDocument">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#endDocument" class="summary-sig-name">endDocument</a>(<span class="summary-sig-arg">self</span>)</span><br /> Receive notification of the end of a document.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endDocument">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#startPrefixMapping" class="summary-sig-name">startPrefixMapping</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">prefix</span>, <span class="summary-sig-arg">uri</span>)</span><br /> Begin the scope of a prefix-URI Namespace mapping.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startPrefixMapping">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#endPrefixMapping" class="summary-sig-name">endPrefixMapping</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">prefix</span>)</span><br /> End the scope of a prefix-URI mapping.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endPrefixMapping">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr class="private"> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="_buildTag"></a><span class="summary-sig-name">_buildTag</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">ns_name_tuple</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler._buildTag">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#startElementNS" class="summary-sig-name">startElementNS</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">ns_name</span>, <span class="summary-sig-arg">qname</span>, <span class="summary-sig-arg">attributes</span>=<span class="summary-sig-default">None</span>)</span><br /> Signals the start of an element in namespace mode.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startElementNS">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#processingInstruction" class="summary-sig-name">processingInstruction</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">target</span>, <span class="summary-sig-arg">data</span>)</span><br /> Receive notification of a processing instruction.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.processingInstruction">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#endElementNS" class="summary-sig-name">endElementNS</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">ns_name</span>, <span class="summary-sig-arg">qname</span>)</span><br /> Signals the end of an element in namespace mode.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endElementNS">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#startElement" class="summary-sig-name">startElement</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">name</span>, <span class="summary-sig-arg">attributes</span>=<span class="summary-sig-default">None</span>)</span><br /> Signals the start of an element in non-namespace mode.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startElement">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#endElement" class="summary-sig-name">endElement</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">name</span>)</span><br /> Signals the end of an element in non-namespace mode.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endElement">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#characters" class="summary-sig-name">characters</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">data</span>)</span><br /> Receive notification of character data.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.characters">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#ignorableWhitespace" class="summary-sig-name">ignorableWhitespace</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">data</span>)</span><br /> Receive notification of character data.</td> <td align="right" valign="top"> <span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.characters">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>xml.sax.handler.ContentHandler</code></b>: <code>skippedEntity</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 width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="lxml.sax.ElementTreeContentHandler-class.html#etree" class="summary-name">etree</a><br /> Contains the generated ElementTree after parsing is finished. </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">makeelement</span>=<span class="sig-default">None</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.__init__ </dt> </dl> </td></tr></table> </div> <a name="setDocumentLocator"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">setDocumentLocator</span>(<span class="sig-arg">self</span>, <span class="sig-arg">locator</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.setDocumentLocator">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Called by the parser to give the application a locator for locating the origin of document events.</p> <p>SAX parsers are strongly encouraged (though not absolutely required) to supply a locator: if it does so, it must supply the locator to the application by invoking this method before invoking any of the other methods in the DocumentHandler interface.</p> <p>The locator allows the application to determine the end position of any document-related event, even if the parser is not reporting an error. Typically, the application will use this information for reporting its own errors (such as character content that does not match an application's business rules). The information returned by the locator is probably not sufficient for use with a search engine.</p> <p>Note that the locator will return correct information only during the invocation of the events in this interface. The application should not attempt to use it at any other time.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.setDocumentLocator <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="startDocument"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">startDocument</span>(<span class="sig-arg">self</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startDocument">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Receive notification of the beginning of a document.</p> <p>The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.startDocument <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="endDocument"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">endDocument</span>(<span class="sig-arg">self</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endDocument">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Receive notification of the end of a document.</p> <p>The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.endDocument <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="startPrefixMapping"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">startPrefixMapping</span>(<span class="sig-arg">self</span>, <span class="sig-arg">prefix</span>, <span class="sig-arg">uri</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startPrefixMapping">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Begin the scope of a prefix-URI Namespace mapping.</p> <p>The information from this event is not necessary for normal Namespace processing: the SAX XML reader will automatically replace prefixes for element and attribute names when the <a class="rst-reference external" href="http://xml.org/sax/features/namespaces" target="_top">http://xml.org/sax/features/namespaces</a> feature is true (the default).</p> <p>There are cases, however, when applications need to use prefixes in character data or in attribute values, where they cannot safely be expanded automatically; the start/endPrefixMapping event supplies the information to the application to expand prefixes in those contexts itself, if necessary.</p> <p>Note that start/endPrefixMapping events are not guaranteed to be properly nested relative to each-other: all startPrefixMapping events will occur before the corresponding startElement event, and all endPrefixMapping events will occur after the corresponding endElement event, but their order is not guaranteed.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.startPrefixMapping <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="endPrefixMapping"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">endPrefixMapping</span>(<span class="sig-arg">self</span>, <span class="sig-arg">prefix</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endPrefixMapping">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>End the scope of a prefix-URI mapping.</p> <p>See startPrefixMapping for details. This event will always occur after the corresponding endElement event, but the order of endPrefixMapping events is not otherwise guaranteed.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.endPrefixMapping <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="startElementNS"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">startElementNS</span>(<span class="sig-arg">self</span>, <span class="sig-arg">ns_name</span>, <span class="sig-arg">qname</span>, <span class="sig-arg">attributes</span>=<span class="sig-default">None</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startElementNS">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Signals the start of an element in namespace mode.</p> <p>The name parameter contains the name of the element type as a (uri, localname) tuple, the qname parameter the raw XML 1.0 name used in the source document, and the attrs parameter holds an instance of the Attributes class containing the attributes of the element.</p> <p>The uri part of the name tuple is None for elements which have no namespace.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.startElementNS <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="processingInstruction"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">processingInstruction</span>(<span class="sig-arg">self</span>, <span class="sig-arg">target</span>, <span class="sig-arg">data</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.processingInstruction">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Receive notification of a processing instruction.</p> <p>The Parser will invoke this method once for each processing instruction found: note that processing instructions may occur before or after the main document element.</p> <p>A SAX parser should never report an XML declaration (XML 1.0, section 2.8) or a text declaration (XML 1.0, section 4.3.1) using this method.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.processingInstruction <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="endElementNS"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">endElementNS</span>(<span class="sig-arg">self</span>, <span class="sig-arg">ns_name</span>, <span class="sig-arg">qname</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endElementNS">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Signals the end of an element in namespace mode.</p> <p>The name parameter contains the name of the element type, just as with the startElementNS event.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.endElementNS <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="startElement"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">startElement</span>(<span class="sig-arg">self</span>, <span class="sig-arg">name</span>, <span class="sig-arg">attributes</span>=<span class="sig-default">None</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.startElement">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Signals the start of an element in non-namespace mode.</p> <p>The name parameter contains the raw XML 1.0 name of the element type as a string and the attrs parameter holds an instance of the Attributes class containing the attributes of the element.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.startElement <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="endElement"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">endElement</span>(<span class="sig-arg">self</span>, <span class="sig-arg">name</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.endElement">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Signals the end of an element in non-namespace mode.</p> <p>The name parameter contains the name of the element type, just as with the startElement event.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.endElement <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="characters"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">characters</span>(<span class="sig-arg">self</span>, <span class="sig-arg">data</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.characters">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Receive notification of character data.</p> <p>The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity so that the Locator provides useful information.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.characters <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <a name="ignorableWhitespace"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">ignorableWhitespace</span>(<span class="sig-arg">self</span>, <span class="sig-arg">data</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="lxml.sax-pysrc.html#ElementTreeContentHandler.characters">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Receive notification of character data.</p> <p>The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity so that the Locator provides useful information.</p> <dl class="fields"> <dt>Overrides: xml.sax.handler.ContentHandler.ignorableWhitespace <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== PROPERTY DETAILS ==================== --> <a name="section-PropertyDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Property Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-PropertyDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="etree"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <h3 class="epydoc">etree</h3> Contains the generated ElementTree after parsing is finished. <dl class="fields"> <dt>Get Method:</dt> <dd class="value"><span class="summary-sig"><a href="lxml.sax.ElementTreeContentHandler-class.html#_get_etree" class="summary-sig-name" onclick="show_private();">_get_etree</a>(<span class="summary-sig-arg">self</span>)</span> - Contains the generated ElementTree after parsing is finished. </dd> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="lxml-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="/">lxml API</a></th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Sat Apr 25 16:24:36 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>
bertucho/epic-movie-quotes-quiz
dialogos/build/lxml/doc/html/api/lxml.sax.ElementTreeContentHandler-class.html
HTML
mit
36,709
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Header &lt;boost/pool/poolfwd.hpp&gt;</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Boost.Pool"> <link rel="up" href="../../../boost_pool_c___reference.html" title="Boost.Pool C++ Reference"> <link rel="prev" href="../../../boost/pool_allocator_tag.html" title="Struct pool_allocator_tag"> <link rel="next" href="../../../boost/fast_pool_allocator.html" title="Class template fast_pool_allocator"> </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="../../../boost/pool_allocator_tag.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_pool_c___reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/fast_pool_allocator.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.pool.poolfwd_hpp"></a>Header &lt;<a href="../../../../../../../boost/pool/poolfwd.hpp" target="_top">boost/pool/poolfwd.hpp</a>&gt;</h3></div></div></div> <p>Forward declarations of all public (non-implemention) classes. </p> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> UserAllocator<span class="special">,</span> <span class="keyword">typename</span> Mutex<span class="special">,</span> <span class="keyword">unsigned</span> NextSize<span class="special">,</span> <span class="keyword">unsigned</span> MaxSize<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../../../boost/fast_pool_allocator.html" title="Class template fast_pool_allocator">fast_pool_allocator</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> UserAllocator<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../../../boost/object_pool.html" title="Class template object_pool">object_pool</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> UserAllocator<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../../../boost/pool.html" title="Class template pool">pool</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> UserAllocator<span class="special">,</span> <span class="keyword">typename</span> Mutex<span class="special">,</span> <span class="keyword">unsigned</span> NextSize<span class="special">,</span> <span class="keyword">unsigned</span> MaxSize<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../../../boost/pool_allocator.html" title="Class template pool_allocator">pool_allocator</a><span class="special">;</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 © 2000-2006 Stephen Cleary<br>Copyright © 2011 Paul A. Bristow<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../../../boost/pool_allocator_tag.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_pool_c___reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/fast_pool_allocator.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/pool/doc/html/header/boost/pool/poolfwd_hpp.html
HTML
mit
5,465
<!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_11) on Sat Aug 18 11:01:03 CEST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> All Classes (HttpClient 3.1 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/httpclient/auth/AuthChallengeException.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthChallengeException</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthChallengeParser.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthChallengeParser</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthChallengeProcessor.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthChallengeProcessor</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthenticationException.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthenticationException</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthPolicy.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthPolicy</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthScheme.html" title="interface in org.apache.commons.httpclient.auth" target="classFrame"><I>AuthScheme</I></A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthSchemeBase.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthSchemeBase</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthScope.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthScope</A> <BR> <A HREF="org/apache/commons/httpclient/auth/AuthState.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">AuthState</A> <BR> <A HREF="org/apache/commons/httpclient/auth/BasicScheme.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">BasicScheme</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/ByteArrayPartSource.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">ByteArrayPartSource</A> <BR> <A HREF="org/apache/commons/httpclient/methods/ByteArrayRequestEntity.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">ByteArrayRequestEntity</A> <BR> <A HREF="org/apache/commons/httpclient/ChunkedInputStream.html" title="class in org.apache.commons.httpclient" target="classFrame">ChunkedInputStream</A> <BR> <A HREF="org/apache/commons/httpclient/ChunkedOutputStream.html" title="class in org.apache.commons.httpclient" target="classFrame">ChunkedOutputStream</A> <BR> <A HREF="org/apache/commons/httpclient/CircularRedirectException.html" title="class in org.apache.commons.httpclient" target="classFrame">CircularRedirectException</A> <BR> <A HREF="org/apache/commons/httpclient/ConnectionPoolTimeoutException.html" title="class in org.apache.commons.httpclient" target="classFrame">ConnectionPoolTimeoutException</A> <BR> <A HREF="org/apache/commons/httpclient/ConnectMethod.html" title="class in org.apache.commons.httpclient" target="classFrame">ConnectMethod</A> <BR> <A HREF="org/apache/commons/httpclient/ConnectTimeoutException.html" title="class in org.apache.commons.httpclient" target="classFrame">ConnectTimeoutException</A> <BR> <A HREF="org/apache/commons/httpclient/ContentLengthInputStream.html" title="class in org.apache.commons.httpclient" target="classFrame">ContentLengthInputStream</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/ControllerThreadSocketFactory.html" title="class in org.apache.commons.httpclient.protocol" target="classFrame">ControllerThreadSocketFactory</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/ControllerThreadSocketFactory.SocketTask.html" title="class in org.apache.commons.httpclient.protocol" target="classFrame">ControllerThreadSocketFactory.SocketTask</A> <BR> <A HREF="org/apache/commons/httpclient/Cookie.html" title="class in org.apache.commons.httpclient" target="classFrame">Cookie</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/Cookie2.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">Cookie2</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookieAttributeHandler.html" title="interface in org.apache.commons.httpclient.cookie" target="classFrame"><I>CookieAttributeHandler</I></A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookieOrigin.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookieOrigin</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookiePathComparator.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookiePathComparator</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookiePolicy.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookiePolicy</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html" title="interface in org.apache.commons.httpclient.cookie" target="classFrame"><I>CookieSpec</I></A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookieSpecBase.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookieSpecBase</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/CookieVersionSupport.html" title="interface in org.apache.commons.httpclient.cookie" target="classFrame"><I>CookieVersionSupport</I></A> <BR> <A HREF="org/apache/commons/httpclient/Credentials.html" title="interface in org.apache.commons.httpclient" target="classFrame"><I>Credentials</I></A> <BR> <A HREF="org/apache/commons/httpclient/auth/CredentialsNotAvailableException.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">CredentialsNotAvailableException</A> <BR> <A HREF="org/apache/commons/httpclient/auth/CredentialsProvider.html" title="interface in org.apache.commons.httpclient.auth" target="classFrame"><I>CredentialsProvider</I></A> <BR> <A HREF="org/apache/commons/httpclient/util/DateParseException.html" title="class in org.apache.commons.httpclient.util" target="classFrame">DateParseException</A> <BR> <A HREF="org/apache/commons/httpclient/util/DateParser.html" title="class in org.apache.commons.httpclient.util" target="classFrame">DateParser</A> <BR> <A HREF="org/apache/commons/httpclient/util/DateUtil.html" title="class in org.apache.commons.httpclient.util" target="classFrame">DateUtil</A> <BR> <A HREF="org/apache/commons/httpclient/DefaultHttpMethodRetryHandler.html" title="class in org.apache.commons.httpclient" target="classFrame">DefaultHttpMethodRetryHandler</A> <BR> <A HREF="org/apache/commons/httpclient/params/DefaultHttpParams.html" title="class in org.apache.commons.httpclient.params" target="classFrame">DefaultHttpParams</A> <BR> <A HREF="org/apache/commons/httpclient/params/DefaultHttpParamsFactory.html" title="class in org.apache.commons.httpclient.params" target="classFrame">DefaultHttpParamsFactory</A> <BR> <A HREF="org/apache/commons/httpclient/DefaultMethodRetryHandler.html" title="class in org.apache.commons.httpclient" target="classFrame">DefaultMethodRetryHandler</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/DefaultProtocolSocketFactory.html" title="class in org.apache.commons.httpclient.protocol" target="classFrame">DefaultProtocolSocketFactory</A> <BR> <A HREF="org/apache/commons/httpclient/methods/DeleteMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">DeleteMethod</A> <BR> <A HREF="org/apache/commons/httpclient/auth/DigestScheme.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">DigestScheme</A> <BR> <A HREF="org/apache/commons/httpclient/util/EncodingUtil.html" title="class in org.apache.commons.httpclient.util" target="classFrame">EncodingUtil</A> <BR> <A HREF="org/apache/commons/httpclient/methods/EntityEnclosingMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">EntityEnclosingMethod</A> <BR> <A HREF="org/apache/commons/httpclient/util/ExceptionUtil.html" title="class in org.apache.commons.httpclient.util" target="classFrame">ExceptionUtil</A> <BR> <A HREF="org/apache/commons/httpclient/methods/ExpectContinueMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">ExpectContinueMethod</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/FilePart.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">FilePart</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/FilePartSource.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">FilePartSource</A> <BR> <A HREF="org/apache/commons/httpclient/methods/FileRequestEntity.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">FileRequestEntity</A> <BR> <A HREF="org/apache/commons/httpclient/methods/GetMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">GetMethod</A> <BR> <A HREF="org/apache/commons/httpclient/Header.html" title="class in org.apache.commons.httpclient" target="classFrame">Header</A> <BR> <A HREF="org/apache/commons/httpclient/HeaderElement.html" title="class in org.apache.commons.httpclient" target="classFrame">HeaderElement</A> <BR> <A HREF="org/apache/commons/httpclient/HeaderGroup.html" title="class in org.apache.commons.httpclient" target="classFrame">HeaderGroup</A> <BR> <A HREF="org/apache/commons/httpclient/methods/HeadMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">HeadMethod</A> <BR> <A HREF="org/apache/commons/httpclient/HostConfiguration.html" title="class in org.apache.commons.httpclient" target="classFrame">HostConfiguration</A> <BR> <A HREF="org/apache/commons/httpclient/params/HostParams.html" title="class in org.apache.commons.httpclient.params" target="classFrame">HostParams</A> <BR> <A HREF="org/apache/commons/httpclient/auth/HttpAuthenticator.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">HttpAuthenticator</A> <BR> <A HREF="org/apache/commons/httpclient/auth/HttpAuthRealm.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">HttpAuthRealm</A> <BR> <A HREF="org/apache/commons/httpclient/HttpClient.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpClient</A> <BR> <A HREF="org/apache/commons/httpclient/HttpClientError.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpClientError</A> <BR> <A HREF="org/apache/commons/httpclient/params/HttpClientParams.html" title="class in org.apache.commons.httpclient.params" target="classFrame">HttpClientParams</A> <BR> <A HREF="org/apache/commons/httpclient/HttpConnection.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpConnection</A> <BR> <A HREF="org/apache/commons/httpclient/HttpConnectionManager.html" title="interface in org.apache.commons.httpclient" target="classFrame"><I>HttpConnectionManager</I></A> <BR> <A HREF="org/apache/commons/httpclient/params/HttpConnectionManagerParams.html" title="class in org.apache.commons.httpclient.params" target="classFrame">HttpConnectionManagerParams</A> <BR> <A HREF="org/apache/commons/httpclient/params/HttpConnectionParams.html" title="class in org.apache.commons.httpclient.params" target="classFrame">HttpConnectionParams</A> <BR> <A HREF="org/apache/commons/httpclient/HttpConstants.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpConstants</A> <BR> <A HREF="org/apache/commons/httpclient/HttpContentTooLargeException.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpContentTooLargeException</A> <BR> <A HREF="org/apache/commons/httpclient/HttpException.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpException</A> <BR> <A HREF="org/apache/commons/httpclient/HttpHost.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpHost</A> <BR> <A HREF="org/apache/commons/httpclient/HttpMethod.html" title="interface in org.apache.commons.httpclient" target="classFrame"><I>HttpMethod</I></A> <BR> <A HREF="org/apache/commons/httpclient/HttpMethodBase.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpMethodBase</A> <BR> <A HREF="org/apache/commons/httpclient/params/HttpMethodParams.html" title="class in org.apache.commons.httpclient.params" target="classFrame">HttpMethodParams</A> <BR> <A HREF="org/apache/commons/httpclient/HttpMethodRetryHandler.html" title="interface in org.apache.commons.httpclient" target="classFrame"><I>HttpMethodRetryHandler</I></A> <BR> <A HREF="org/apache/commons/httpclient/params/HttpParams.html" title="interface in org.apache.commons.httpclient.params" target="classFrame"><I>HttpParams</I></A> <BR> <A HREF="org/apache/commons/httpclient/params/HttpParamsFactory.html" title="interface in org.apache.commons.httpclient.params" target="classFrame"><I>HttpParamsFactory</I></A> <BR> <A HREF="org/apache/commons/httpclient/HttpParser.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpParser</A> <BR> <A HREF="org/apache/commons/httpclient/HttpRecoverableException.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpRecoverableException</A> <BR> <A HREF="org/apache/commons/httpclient/HttpState.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpState</A> <BR> <A HREF="org/apache/commons/httpclient/HttpStatus.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpStatus</A> <BR> <A HREF="org/apache/commons/httpclient/HttpsURL.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpsURL</A> <BR> <A HREF="org/apache/commons/httpclient/HttpURL.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpURL</A> <BR> <A HREF="org/apache/commons/httpclient/util/HttpURLConnection.html" title="class in org.apache.commons.httpclient.util" target="classFrame">HttpURLConnection</A> <BR> <A HREF="org/apache/commons/httpclient/HttpVersion.html" title="class in org.apache.commons.httpclient" target="classFrame">HttpVersion</A> <BR> <A HREF="org/apache/commons/httpclient/util/IdleConnectionHandler.html" title="class in org.apache.commons.httpclient.util" target="classFrame">IdleConnectionHandler</A> <BR> <A HREF="org/apache/commons/httpclient/util/IdleConnectionTimeoutThread.html" title="class in org.apache.commons.httpclient.util" target="classFrame">IdleConnectionTimeoutThread</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/IgnoreCookiesSpec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">IgnoreCookiesSpec</A> <BR> <A HREF="org/apache/commons/httpclient/methods/InputStreamRequestEntity.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">InputStreamRequestEntity</A> <BR> <A HREF="org/apache/commons/httpclient/auth/InvalidCredentialsException.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">InvalidCredentialsException</A> <BR> <A HREF="org/apache/commons/httpclient/InvalidRedirectLocationException.html" title="class in org.apache.commons.httpclient" target="classFrame">InvalidRedirectLocationException</A> <BR> <A HREF="org/apache/commons/httpclient/util/LangUtils.html" title="class in org.apache.commons.httpclient.util" target="classFrame">LangUtils</A> <BR> <A HREF="org/apache/commons/httpclient/auth/MalformedChallengeException.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">MalformedChallengeException</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/MalformedCookieException.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">MalformedCookieException</A> <BR> <A HREF="org/apache/commons/httpclient/MethodRetryHandler.html" title="interface in org.apache.commons.httpclient" target="classFrame"><I>MethodRetryHandler</I></A> <BR> <A HREF="org/apache/commons/httpclient/methods/MultipartPostMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">MultipartPostMethod</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/MultipartRequestEntity.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">MultipartRequestEntity</A> <BR> <A HREF="org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.html" title="class in org.apache.commons.httpclient" target="classFrame">MultiThreadedHttpConnectionManager</A> <BR> <A HREF="org/apache/commons/httpclient/NameValuePair.html" title="class in org.apache.commons.httpclient" target="classFrame">NameValuePair</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/NetscapeDraftSpec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">NetscapeDraftSpec</A> <BR> <A HREF="org/apache/commons/httpclient/NoHttpResponseException.html" title="class in org.apache.commons.httpclient" target="classFrame">NoHttpResponseException</A> <BR> <A HREF="org/apache/commons/httpclient/NTCredentials.html" title="class in org.apache.commons.httpclient" target="classFrame">NTCredentials</A> <BR> <A HREF="org/apache/commons/httpclient/auth/NTLMScheme.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">NTLMScheme</A> <BR> <A HREF="org/apache/commons/httpclient/methods/OptionsMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">OptionsMethod</A> <BR> <A HREF="org/apache/commons/httpclient/util/ParameterFormatter.html" title="class in org.apache.commons.httpclient.util" target="classFrame">ParameterFormatter</A> <BR> <A HREF="org/apache/commons/httpclient/util/ParameterParser.html" title="class in org.apache.commons.httpclient.util" target="classFrame">ParameterParser</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/Part.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">Part</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/PartBase.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">PartBase</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/PartSource.html" title="interface in org.apache.commons.httpclient.methods.multipart" target="classFrame"><I>PartSource</I></A> <BR> <A HREF="org/apache/commons/httpclient/methods/PostMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">PostMethod</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/Protocol.html" title="class in org.apache.commons.httpclient.protocol" target="classFrame">Protocol</A> <BR> <A HREF="org/apache/commons/httpclient/ProtocolException.html" title="class in org.apache.commons.httpclient" target="classFrame">ProtocolException</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/ProtocolSocketFactory.html" title="interface in org.apache.commons.httpclient.protocol" target="classFrame"><I>ProtocolSocketFactory</I></A> <BR> <A HREF="org/apache/commons/httpclient/ProxyClient.html" title="class in org.apache.commons.httpclient" target="classFrame">ProxyClient</A> <BR> <A HREF="org/apache/commons/httpclient/ProxyClient.ConnectResponse.html" title="class in org.apache.commons.httpclient" target="classFrame">ProxyClient.ConnectResponse</A> <BR> <A HREF="org/apache/commons/httpclient/ProxyHost.html" title="class in org.apache.commons.httpclient" target="classFrame">ProxyHost</A> <BR> <A HREF="org/apache/commons/httpclient/methods/PutMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">PutMethod</A> <BR> <A HREF="org/apache/commons/httpclient/RedirectException.html" title="class in org.apache.commons.httpclient" target="classFrame">RedirectException</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/ReflectionSocketFactory.html" title="class in org.apache.commons.httpclient.protocol" target="classFrame">ReflectionSocketFactory</A> <BR> <A HREF="org/apache/commons/httpclient/methods/RequestEntity.html" title="interface in org.apache.commons.httpclient.methods" target="classFrame"><I>RequestEntity</I></A> <BR> <A HREF="org/apache/commons/httpclient/cookie/RFC2109Spec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">RFC2109Spec</A> <BR> <A HREF="org/apache/commons/httpclient/auth/RFC2617Scheme.html" title="class in org.apache.commons.httpclient.auth" target="classFrame">RFC2617Scheme</A> <BR> <A HREF="org/apache/commons/httpclient/cookie/RFC2965Spec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">RFC2965Spec</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/SecureProtocolSocketFactory.html" title="interface in org.apache.commons.httpclient.protocol" target="classFrame"><I>SecureProtocolSocketFactory</I></A> <BR> <A HREF="org/apache/commons/httpclient/SimpleHttpConnectionManager.html" title="class in org.apache.commons.httpclient" target="classFrame">SimpleHttpConnectionManager</A> <BR> <A HREF="org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.html" title="class in org.apache.commons.httpclient.protocol" target="classFrame">SSLProtocolSocketFactory</A> <BR> <A HREF="org/apache/commons/httpclient/StatusLine.html" title="class in org.apache.commons.httpclient" target="classFrame">StatusLine</A> <BR> <A HREF="org/apache/commons/httpclient/methods/multipart/StringPart.html" title="class in org.apache.commons.httpclient.methods.multipart" target="classFrame">StringPart</A> <BR> <A HREF="org/apache/commons/httpclient/methods/StringRequestEntity.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">StringRequestEntity</A> <BR> <A HREF="org/apache/commons/httpclient/util/TimeoutController.html" title="class in org.apache.commons.httpclient.util" target="classFrame">TimeoutController</A> <BR> <A HREF="org/apache/commons/httpclient/util/TimeoutController.TimeoutException.html" title="class in org.apache.commons.httpclient.util" target="classFrame">TimeoutController.TimeoutException</A> <BR> <A HREF="org/apache/commons/httpclient/methods/TraceMethod.html" title="class in org.apache.commons.httpclient.methods" target="classFrame">TraceMethod</A> <BR> <A HREF="org/apache/commons/httpclient/URI.html" title="class in org.apache.commons.httpclient" target="classFrame">URI</A> <BR> <A HREF="org/apache/commons/httpclient/URI.DefaultCharsetChanged.html" title="class in org.apache.commons.httpclient" target="classFrame">URI.DefaultCharsetChanged</A> <BR> <A HREF="org/apache/commons/httpclient/URI.LocaleToCharsetMap.html" title="class in org.apache.commons.httpclient" target="classFrame">URI.LocaleToCharsetMap</A> <BR> <A HREF="org/apache/commons/httpclient/URIException.html" title="class in org.apache.commons.httpclient" target="classFrame">URIException</A> <BR> <A HREF="org/apache/commons/httpclient/util/URIUtil.html" title="class in org.apache.commons.httpclient.util" target="classFrame">URIUtil</A> <BR> <A HREF="org/apache/commons/httpclient/util/URIUtil.Coder.html" title="class in org.apache.commons.httpclient.util" target="classFrame">URIUtil.Coder</A> <BR> <A HREF="org/apache/commons/httpclient/UsernamePasswordCredentials.html" title="class in org.apache.commons.httpclient" target="classFrame">UsernamePasswordCredentials</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML>
fmassart/commons-httpclient
docs/apidocs/allclasses-frame.html
HTML
apache-2.0
23,710
<script type="text/ng-template" id="components/sharingLinks"> <ul class="oppia-sharing-links" layout="<[layoutType]>" layout-align="<[layoutAlignType]>"> {% if SHARING_OPTIONS['gplus'] %} <li> <a ng-href="https://plus.google.com/share?url=<[serverName]>/explore/<[explorationId]>" onclick="return !window.open(this.href, '', 'height=600, width=600, menubar=no, toolbar=no, resizable=yes, scrollbars=yes')" ng-click="registerShareExplorationEvent('gplus')" target="_window"> <img class="share-option-img" src="/images/general/gplus.png" alt="Google+"> </a> </li> {% endif %} {% if SHARING_OPTIONS['facebook'] %} <li> <a ng-href="https://www.facebook.com/sharer/sharer.php?sdk=joey&u=<[serverName]>/explore/<[explorationId]>&display=popup&ref=plugin&src=share_button" onclick="return !window.open(this.href, '', 'height=336, width=640')" ng-click="registerShareExplorationEvent('facebook')" target="_window"> <img class="share-option-img" src='/images/general/fb.png' alt="Facebook"> </a> </li> {% endif %} {% if SHARING_OPTIONS['twitter'] %} <li> <a ng-href="https://twitter.com/share?text=<[escapedTwitterText]>&url=<[serverName]>/explore/<[explorationId]>" onclick="return !window.open(this.href, '', 'height=460, width=640')" target="_window"> <img class="share-option-img" src="/images/general/twitter.png" ng-click="registerShareExplorationEvent('twitter')" alt="Twitter"> </a> </li> {% endif %} <li> <a href="" ng-click="showEmbedExplorationModal(explorationId)" tooltip="Embed" tooltip-placement="top"> <i class="material-icons md-18" style="color: black;">&#xE157;</i> </a> </li> </ul> </script> <style> ul.oppia-sharing-links { list-style: none; } .oppia-sharing-links .share-option-img { border-radius: 2px; height: 40px; margin: 3px; width: 40px; } </style>
kennho/oppia
core/templates/dev/head/components/sharing_links_directive.html
HTML
apache-2.0
1,971
<!doctype html> <html ⚡> <head> <meta charset="utf-8"> <title>Twitter needs to grow to thrive. And that may not be so easy.</title> <link rel="canonical" href="https://www.washingtonpost.com/news/the-switch/wp/2016/01/26/twitter-needs-to-grow-to-thrive-and-that-may-not-be-so-easy/"> <style amp-custom> @font-face { font-family: "FranklinITCProBold"; src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-2.eot); src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-2.eot?) format("embedded-opentype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-1.ttf) format("truetype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Bold/e9e4c4dc-e548-4fef-9aa1-80c9cd0f02ce-4.svg#web) format("svg"); font-style: normal; font-weight: normal } @font-face { font-family: "FranklinITCProLight"; src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-2.eot); src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-1.ttf) format("truetype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Light/b147bee6-eb48-46e1-86e1-2538a46794b6-4.svg#web) format("svg"); font-style: normal; font-weight: normal } @font-face { font-family: "PostoniStandardBold"; src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Postoni-Standard-Bold/PostoniStandard-Bold.eot); src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Postoni-Standard-Bold/PostoniStandard-Bold.eot?) format("embedded-opentype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Postoni-Standard-Bold/PostoniStandard-Bold.ttf) format("truetype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Postoni-Standard-Bold/PostoniStandard-Bold.svg#web) format("svg"); font-style: normal; font-weight: bold } @font-face { font-family: "FranklinITCProThin"; src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-2.eot); src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-2.eot?) format("embedded-opentype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-3.woff) format("woff"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-1.ttf) format("truetype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Franklin-ITC-Pro-Thin/56bcaf21-92ef-486a-836d-19f261762e57-4.svg#web) format("svg"); font-style: normal; font-weight: normal } @font-face { font-family: "FontAwesome"; src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Font-Awesome/fontawesome-webfont.eot); src: url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Font-Awesome/fontawesome-webfont.eot?) format("embedded-opentype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Font-Awesome/fontawesome-webfont.woff) format("woff"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Font-Awesome/fontawesome-webfont.ttf) format("truetype"), url(https://s3.amazonaws.com/wp-stat/wapo-sass-assets/fonts/Font-Awesome/fontawesome-webfont.svg#web) format("svg"); font-style: normal; font-weight: normal } body { margin: 0; font-family: 'Georgia', Serif; } h1 { width: 90%; font-family: "PostoniStandardBold", Georgia, serif; font-size: 30px; font-weight: normal; margin: 0px auto; margin-bottom: 20px; line-height: 1.1em; word-spacing: -.02em; color: #000000; } p { width: 90%; margin: 0px auto; font-family: Georgia, serif; font-size: 16px; margin-bottom: 20px; color: #000000; line-height: 1.5em; } a { font-family: Georgia, serif; font-size: 16px; color: #2C6CB4; margin-bottom: 20px; line-height: 1.5em; bottom-border: 1px #d5d5d5; } .pad-bottom { margin-bottom: 20px; } .ad-container { display: flex; justify-content: center; margin-bottom: 20px; } .content-container { width: 100%; max-width: 600px; margin: 0 auto; } .masthead { width: 100%; display: block; padding-top: 8px; text-align: center; background-color: #000000; } @media (min-width: 768px) { .masthead { margin-bottom: 5%; } } .pb-caption { width: 90%; margin: 10px auto; font-family: "FranklinITCProLight", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-size: 14px; margin-bottom: 12px; color: #6e6e6e; line-height: 1.3em; text-align: left; } .bold-caption { font-family: "FranklinITCProBold"; } .kicker { font-family: "FranklinITCProBold", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-size: 14px; margin: 12px auto; color: #2C6CB4; } .byline { font-family: "FranklinITCProLight", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-size: 12px; line-height: 1.1em; color: #5a5a5a; margin-bottom: 4px; } .date { font-family: "FranklinITCProLight", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-size: 12px; line-height: 1.1em; margin-bottom: 20px; color: #5a5a5a } .subhead { display: block; font-family: Georgia, serif; font-size: 16px; margin-bottom: 20px; color: #000000; line-height: 1.5em; font-weight: 700; } .intro { display: block; font-family: "FranklinITCProLight", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-size: 16px; margin-bottom: 16px; line-height: 1.1em; color: #2a2a2a; } .author { font-family: "FranklinITCProLight", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; font-size: 14px; margin-bottom: 32px; color: #6e6e6e; line-height: 1.3em; } .blockquote, { font-size: 13pt; font-style: italic; padding: 0px 15px; } .tweet { width: 90%; margin: 10px auto; } .pull_quote { display: block; font-weight: normal; line-height: 1em; font-family: "FranklinITCProThin"; font-size: 18pt; padding: 20px 0px; text-align: center; border-top: 1px solid black; border-bottom: 1px solid black; } .center { text-align: center; } .carousel-caption { font-family: "FranklinITCProLight"; font-size: 10pt; color: #6a6a6a; overflow: auto; text-align: left; } .line { width: 25%; margin-left: 5%; } .footer-background { width: 100%; background-color: #000000; padding: 20px 0px; } .footer-container { font-family: "FranklinITCProLight"; max-width: 600px; margin: 0 auto; } .site-attribution { width: 90%; margin: 0 auto; list-style-type: none; padding-left: 0; } .footer-link:link, .footer-link:visited { font-family: "FranklinITCProLight"; font-size: 10pt; line-height: 20px; color: #ffffff; text-decoration: none; } .social-tools-wrapper { width: 90%; margin: 0 auto; border: 1px solid #cecece; border-radius: 3px; margin-bottom: 32px; text-align: center; } .border-container { padding-top: 6px; padding-bottom: 6px; } .right-border { border-right: 1px solid #f0f0f0; padding: 6px 4%; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 1.6em; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .facebook:link, .facebook:visited { color: #3b5998; } .fa-facebook-square:before { content: "\f082"; } .twitter:link, .twitter:visited { color: #00aced; } .fa-twitter:before { content: "\f099"; } .envelope:link, .envelope:visited { color: #bd2a32; } .fa-envelope:before { content: "\f0e0"; } .commenting:link, .commenting:visited { color: #0BD318; } .fa-commenting:before { content: "\f27a"; } .pinterest { padding-left: 4%; } .disclaimer { background-color: #000000; padding: 10px 20px; color: #fbb35a; font-size: 0.8em; text-align: center; } .meter-section { font-family: franklinBold; font-size: 1.3em; background-color: #000000; color: #fbb35a; padding: 7px; margin: 10px; text-align: center; } .button { line-height: 1.428571429; border: 1px solid #d2d2d2; border-radius: 4px; margin: 10px; padding: 6px 0 0 3px; } .button a { color: #333; font-family: franklinBold; font-size: 1.3em; } .button a span { font-weight: bold; } .content-container .button { width: 90%; margin: 10px auto; padding: 6px 0; } .navigation { overflow: hidden; margin: 0; width: auto; padding-bottom: 8px; } .navigation .prev { float: left; background-image: url(/img/chevron-left.png); background-position: left center; background-repeat: no-repeat; padding-left: 24px; } .navigation .next { float: right; background-image: url(/img/chevron-right.png); background-position: right center; background-repeat: no-repeat; padding-right: 24px; } .navigation a { display: inline-block; text-align: center; color: #fff; text-decoration: none; font-size: 14px; font-weight: 400; line-height: 32px; margin: 0; padding-bottom: 12px; line-height: 0; } </style> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui"> <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "NewsArticle", "mainEntityofPage": "https://www.washingtonpost.com/news/the-switch/wp/2016/01/26/twitter-needs-to-grow-to-thrive-and-that-may-not-be-so-easy/", "headline": "Twitter needs to grow to thrive. And that may not be so easy.", "datePublished": "2016-01-26T17:59:06", "dateModified": "", "description": "Growth is still Twitter&#39;s greatest obstacle.", "image": { "@type": "ImageObject", "url": "https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/11/12/Interactivity/Images/iStock_000020017841_Large1447369261.jpg&w=600", "width": 600, "height": 409 }, "author": { "@type": "Person", "name": "Hayley Tsukayama" }, "publisher": { "@type": "Organization", "name": "The Washington Post", "logo": { "@type": "ImageObject", "url": "https://www.washingtonpost.com/wp-stat/img/wplogo_344x60_blk.png", "width": 344, "height": 60 } } } </script> <!-- Configures the AMP Access endpoints. These must be provided by the publisher. When configuring the URLs for various endpoints, these substitution variables are available: * READER_ID: The AMP Reader ID. * AMPDOC_URL: The URL of this AMP Document. * CANONICAL_URL: The canonical URL of this AMP Document. * DOCUMENT_REFERRER: The Referrer URL. * VIEWER: The origin of the AMP Viewer. * RANDOM: A random number. Helpful to avoid browser cache. --> <script id="amp-access" type="application/json"> { "authorization": "<% host %>/amp-access/api/amp-authorization.json?rid=READER_ID&url=CANONICAL_URL&ref=DOCUMENT_REFERRER&_=RANDOM", "pingback": "<% host %>/amp-access/api/amp-pingback?rid=READER_ID&ref=DOCUMENT_REFERRER&url=CANONICAL_URL", "login": "<% host %>/amp-access/login/?rid=READER_ID&url=CANONICAL_URL", "authorizationFallbackResponse": { "error": true, "access": false } } </script> <script async custom-element="amp-access" src="https://cdn.ampproject.org/v0/amp-access-0.1.js"></script> <script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.1.js"></script> <script custom-element="amp-twitter" src="https://cdn.ampproject.org/v0/amp-twitter-0.1.js" async></script> <script custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js" async></script> <script custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js" async></script> <script custom-element="amp-audio" src="https://cdn.ampproject.org/v0/amp-audio-0.1.js" async></script> <script custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js" async></script> <script custom-element="amp-pinterest" src="https://cdn.ampproject.org/v0/amp-pinterest-0.1.js" async></script> <script src="https://cdn.ampproject.org/v0.js" async></script> </head> <body> <div class="disclaimer">Article sample for demo purposes only. Courtesy of Washington Post.</div> <header class="masthead"> <a href="/"> <amp-img src="https://img.washingtonpost.com/pb/resources/img/thewashingtonpost-white-2x.png" width="180" height="27" /> </a> <div class="navigation"> <div class="prev"> <a href="6">Previous</a> </div> <div class="next"> <a href="8">Next</a> </div> </div> </header> <!-- This section will only be shown to users who do not have access to the article and have reached the maximum number of articles for that month. --> <section amp-access="NOT access AND maxViews" amp-access-hide> <div class="meter-section" data-z-depth="2"> <template amp-access-template type="amp-mustache"> You've read your limit of {{maxViews}} free articles this month. </template> </div> <div on="tap:amp-access.login" class="button raised center" data-z-depth="2" role="button" tabindex="0"> <div class="center"><a class="center">Already a subscriber? <span>Sign in here</span></a> </div> </div> </section> <div class="content-container"> <p class="kicker">The Switch</p> <h1>Twitter needs to grow to thrive. And that may not be so easy.</h1> <p class="byline">By Hayley Tsukayama</p> <p class="date">January 26, 2016 at 5:59 PM</p> <div class="center pad-bottom"> <amp-img src="https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/11/12/Interactivity/Images/iStock_000020017841_Large1447369261.jpg&w=600" layout="responsive" width="600" height="409" class="pad-bottom"></amp-img> </div> <p class="paragraph"> <p>With a major shakeup among Twitter's top ranks sending the social network's stock sliding, many analysts are again asking: What's going on with Twitter?</p> </p> <p class="paragraph"> <p>The stock opened at $17.22 a share on Tuesday, after suffering a 4 percent drop Monday following the announcement of the departure of some top executives. The price is far below the $26 a share price for Twitter's <a href="https://www.washingtonpost.com/business/technology/twitter-ipo-executives-to-ring-the-opening-bell/2013/11/07/c181403e-47ad-11e3-bf0c-cebf37c6f484_story.html">initial public offering in 2013</a>, when there was plenty of optimism for the stock.</p> </p> <!-- This section will only be shown to users who do not have access to the article and have reached the maximum number of articles for that month. --> <section amp-access="NOT access AND maxViews" amp-access-hide> <div on="tap:amp-access.login" class="button raised center" data-z-depth="2" role="button" tabindex="0"> <div class="center"><a class="center"><span>Sign in here</span> to read more.</a> </div> </div> </section> <!-- This section will be shown to users who have access to the article. Either because it follows First Click Free rules, the user is a subscriber or has not yet reached the maximum number of free articles. --> <div amp-access="access"> <p class="paragraph"> <p>In the years since, the company has been through a lot of turnover at the top, as it has struggled to turn its smaller-scale success into a social network with broad appeal — which would give it a shot at more lucrative ad dollars.<strong> </strong>Last year Jack Dorsey returned to the helm of the company he founded after investors seemed to sour on the business plans of his predecessor, Dick Costolo. A flurry of headlines proclaimed that Dorsey had returned to "save Twitter" from investors' greatest concern: the company's slowing user growth.</p> </p> <div class="ad-container"> <amp-ad data-slot="/701/wpni.amp.business" height="250" type="doubleclick" width="300"></amp-ad> </div> <p class="paragraph"> <p>That's been Dorsey's top priority since he became interim chief executive in July 2015, and he has doubled down on those goals since his official appointment. While interim chief executive, he pushed the launch of Twitter Moments, then code-named Project Lightning, which provides users with a digest of top trending Twitter items. He has also tried to improve the company's relationships with developers, going so far as to reinstate a site, Politwoops, that Twitter <a href="https://www.washingtonpost.com/news/the-switch/wp/2015/10/21/twitter-killed-this-service-that-tracks-politicians-deleted-tweets-now-it-might-bring-it-back/">had previously banned.</a></p> </p> <p class="paragraph"> <p>But one of the main problems Twitter still faces in trying to broaden its appeal is that the people who use Twitter tend to like it as it is. And much of what Dorsey has done since his return has not sat well with its power users. A decision, for example, to change the "Favorite" star to a heart caused an uproar among Twitter's 320 million users. Similarly, even reports that the company may expand its <a href="http://elitedaily.com/social-news/twitter-new-character-count/1336128/">140-character limit</a> have been cause for consternation<strong>.</strong></p> </p> <p class="paragraph"> <p>Meanwhile, rivals such as Facebook have tried to move into an area of real-time conversation that has been Twitter's distinguishing feature. Last week, Facebook launched <a href="http://newsroom.fb.com/news/2016/01/facebook-sports-stadium/">Sports Stadium</a>, a product focused on making Facebook, not Twitter, the second-screen of choice while watching major games.</p> </p> <p class="paragraph"> <p>And then bidding farewell to the heads of Twitter's media and product departments, as well as top people from human resources and engineering — all of whom Dorsey insists left by choice — did little to assuage investors' worries about the company's stability. Constant changes among Twitter's executives have already spooked those watching the company, with many wondering how a company with so many leadership changes can survive the highly competitive world of online advertising.</p> </p> <p class="paragraph"> <p>Yet despite all of this, at least one analyst has said that Twitter's product is still unique enough to make an appealing pitch to advertisers.</p> </p> <p class="paragraph"> <p>"Much of the concern around this turmoil has seemed unnecessary to us," Brian Wieser, an analyst for Pivotal Research, wrote of the staffing shakeups. He said that as long as Twitter continues to stand out from its rivals, it can "convince advertisers to retain Twitter in their media mix and develop ad products that allow marketers to spend money on the platform." He added that then "the company can continue to grow above the pace at which global digital advertising is expanding."</p> </p> <div class="ad-container"> <amp-ad data-slot="/701/wpni.amp.business" height="250" type="doubleclick" width="300"></amp-ad> </div> <p class="paragraph"> <p>But it's still too early to tell whether any of Dorsey's efforts to date can jumpstart the growth investors want. Twitter shares fell sharply in October after its third-quarter earnings call. Despite strong revenue growth, Twitter reported it added <a href="http://files.shareholder.com/downloads/AMDA-2F526X/1402538038x0x856832/2812531C-1552-47D9-9FBB-ECAFEF5172AE/2015_Q3_Earnings_press_release_CS.pdf">4 million users</a> over the quarter, a growth of 11 percent year-over-year. In the same quarter in 2014, the company had reported year-over-year growth of 23 percent.</p> </p> <p class="paragraph"> <p>Dorsey has made it clear that he thinks Twitter can weather its growing pains and become a company that "remains relevant but thrives and continues to redefine what came before it," <a href="https://www.washingtonpost.com/news/the-switch/wp/2015/10/05/jack-dorsey-is-officially-back-as-twitter-chief-executive-what-does-that-mean-for-twitter/">according to remarks</a> he made when he took the chief executive position last year. He may look at these newest departures as a way to clear a path for new grand plans.</p> </p> <hr class="line"> <p class="author">Hayley Tsukayama covers consumer technology for The Washington Post.</p> </div> <div class="social-tools-wrapper"> <div class="border-container"> <a target="_blank" class="facebook" href="https://www.facebook.com/sharer/sharer.php?u=http://wapo.st/1QqcI4H"><span class="fa right-border fa-facebook-square"></span></a> <a target="_blank" class="twitter" href="https://twitter.com/intent/tweet?text=Twitter needs to grow to thrive. And that may not be so easy.&url=http://wapo.st/1QqcI4H"><span class="fa right-border fa-twitter"></span></a> <a class="envelope" href="mailto:?subject=Twitter needs to grow to thrive. And that may not be so easy.&body=http://wapo.st/1QqcI4H"><span class="fa right-border fa-envelope"></span></a> <a class="commenting" href="sms:?body=http://wapo.st/1QqcI4H"><span class="fa right-border fa-commenting"></span></a> <amp-pinterest height=20 width=40 class="pinterest" data-do="buttonPin" data-url="https://www.washingtonpost.com/news/the-switch/wp/2016/01/26/twitter-needs-to-grow-to-thrive-and-that-may-not-be-so-easy/" data-media="https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/11/12/Interactivity/Images/iStock_000020017841_Large1447369261.jpg&w=600" data-description="Twitter needs to grow to thrive. And that may not be so easy."> </amp-pinterest> </div> </div> </div> <footer class="footer-background"> <div class="footer-container"> <ul class="site-attribution"> <li><a class="footer-link" href="//www.washingtonpost.com/actmgmt/help/">Help and Contact Us</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/terms-of-service/2011/11/18/gIQAldiYiN_story.html">Terms of Service</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html">Privacy Policy</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/terms-of-sale-for-print-products/2014/05/08/d60c4bc8-d6c0-11e3-aae8-c2d44bd79778_story.html">Print Products Terms of Sale</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/terms-of-sale-for-digital-products/2014/05/06/b7763844-cbf9-11e3-93eb-6c0037dde2ad_story.html">Digital Products Terms of Sale</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/news/ask-the-post/discussion-and-submission-guidelines/">Submissions and Discussion Policy</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html">RSS Terms of Service</a></li> <li><a class="footer-link" href="//www.washingtonpost.com/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html">Ad Choices</a></li> <li><a class="footer-link" href="//www.washingtonpost.com">&copy; 1996-2015 The Washington Post</a></li> </ul> </div> </footer> <div class="disclaimer">Article sample for demo purposes only. Courtesy of Washington Post.</div> <amp-pixel src="https://ssl.google-analytics.com/collect?v=1&tid=UA-50597120-4&t=pageview&cid=RANDOM&dt=TITLE&dl=CANONICAL_URL&z=RANDOM"></amp-pixel> <amp-pixel src="//sb.scorecardresearch.com/b?c1=2&c2=3005617&rn=RANDOM&c8=TITLE&c7=CANONICAL_URL&c9=DOCUMENT_REFERRER&cs_c7amp=AMPDOC_URL"></amp-pixel> <amp-analytics> <script type="application/json"> { "requests": { "base": "https://cdn-api.arcpublishing.com/v1.0/loxodo/datapoint/saveAmp?", "loxodo": "${base}${document}${client}${time}${scroll}${screen}" }, "vars": { "document": "canonicalUrl=${canonicalUrl}&title=${title}&documentReferrer=${documentReferrer}", "client": "&clientId=${clientId}", "time": "&timestamp=${timestamp}&timezone=${timezone}", "scroll": "&scrollTop=${scrollTop}&scrollHeight=${scrollHeight}", "screen": "&screenHeight=${screenHeight}&screenWidth=${screenWidth}" }, "triggers": { "defaultPageview": { "on": "visible", "request": "loxodo" }, "clickAnchor": { "on": "click", "selector": "a", "request": "loxodo" } }, "transport": { "beacon": false, "xhrpost": false, "image": true } } </script> </amp-analytics> </body> </html>
promptio/apiopt-content
views/amp-access/washingtonpost/7.html
HTML
apache-2.0
31,242
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>GCD Function Object</title> <link rel="stylesheet" href="../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../index.html" title="Math Toolkit"> <link rel="up" href="../gcd_lcm.html" title="Chapter&#160;10.&#160;Integer Utilities (Greatest Common Divisor and Least Common Multiple)"> <link rel="prev" href="synopsis.html" title="Synopsis"> <link rel="next" href="lcm_function_object.html" title="LCM Function Object"> </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="synopsis.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lcm_function_object.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="math_toolkit.gcd_function_object"></a><a class="link" href="gcd_function_object.html" title="GCD Function Object">GCD Function Object</a> </h2></div></div></div> <p> <span class="bold"><strong>Header: </strong></span> <a href="../../../../../boost/math/common_factor_rt.hpp" target="_top">&lt;boost/math/common_factor_rt.hpp&gt;</a> </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">IntegerType</span> <span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">gcd_evaluator</span> <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">IntegerType</span> <span class="identifier">result_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">IntegerType</span> <span class="identifier">first_argument_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">IntegerType</span> <span class="identifier">second_argument_type</span><span class="special">;</span> <span class="comment">// Function object interface</span> <span class="identifier">result_type</span> <span class="keyword">operator</span> <span class="special">()(</span> <span class="identifier">first_argument_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="identifier">a</span><span class="special">,</span> <span class="identifier">second_argument_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="identifier">b</span> <span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="special">};</span> </pre> <p> The boost::math::gcd_evaluator class template defines a function object class to return the greatest common divisor of two integers. The template is parameterized by a single type, called IntegerType here. This type should be a numeric type that represents integers. The result of the function object is always nonnegative, even if either of the operator arguments is negative. </p> <p> This function object class template is used in the corresponding version of the GCD function template. If a numeric type wants to customize evaluations of its greatest common divisors, then the type should specialize on the gcd_evaluator class template. </p> </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; 2006-2010, 2012, 2013 Paul A. Bristow, Christopher Kormanyos, Hubert Holin, Bruno Lalande, John Maddock, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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="synopsis.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../gcd_lcm.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="lcm_function_object.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
NixaSoftware/CVis
venv/bin/libs/math/doc/html/math_toolkit/gcd_function_object.html
HTML
apache-2.0
5,720
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>waitable_timer_service::duration</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../waitable_timer_service.html" title="waitable_timer_service"> <link rel="prev" href="destroy.html" title="waitable_timer_service::destroy"> <link rel="next" href="expires_at.html" title="waitable_timer_service::expires_at"> </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="destroy.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../waitable_timer_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="expires_at.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.waitable_timer_service.duration"></a><a class="link" href="duration.html" title="waitable_timer_service::duration">waitable_timer_service::duration</a> </h4></div></div></div> <p> <a class="indexterm" name="idp200139520"></a> The duration type of the clock. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">clock_type</span><span class="special">::</span><span class="identifier">duration</span> <span class="identifier">duration</span><span class="special">;</span> </pre> <h6> <a name="boost_asio.reference.waitable_timer_service.duration.h0"></a> <span class="phrase"><a name="boost_asio.reference.waitable_timer_service.duration.requirements"></a></span><a class="link" href="duration.html#boost_asio.reference.waitable_timer_service.duration.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/waitable_timer_service.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </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-2014 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="destroy.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../waitable_timer_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="expires_at.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
biospi/seamass-windeps
src/boost_1_57_0/doc/html/boost_asio/reference/waitable_timer_service/duration.html
HTML
apache-2.0
3,937
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" type="text/css" href="../../js/jquery-ui-1.12.1/jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="../../libraries/bootstrap-3.3.7-dist/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="../../css/app.css" /> </head> <body id="body"> <button id="BURGER" class="c-hamburger c-hamburger--htx"> <span>toggle menu</span> </button> <div class="back_to_app"> <h2> <a href="../aplicaciones.html"> <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> </a> </h2> </div> <div id="aplicacion" class="container-fluid main-container"> <div class="whiteSpace text-center"> <a href="../../index.html"> <img src="../../img/common/logo.png" alt="Krion" class="logo-sup"> </a> </div> <div class="menu-link height100"> <!-- <button class="c-hamburger c-hamburger--htx"> <span>toggle menu</span> </button> --> </div> <div class="row krion sector"> <div class="container sector-title"> <div class="col-xs-12 text-center"> <h2> <img src="../../img/1-krion/1-4/iconos/productos.png" alt="Krion" class="sector-logo"><br> <span class="icon_app"></span> </h2> <div class="col-xs-8 col-xs-offset-2"> </div> </div> </div> </div> </div> <!-- <div class="col-xs-12 item-sector encimeras-1"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-1"> <img src="../../img/1-krion/1-3/thumbs/050-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-1"> <img src="../../img/1-krion/1-3/thumbs/050-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-1"> <img src="../../img/1-krion/1-3/thumbs/050-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-2"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-2"> <img src="../../img/1-krion/1-3/thumbs/038-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-2"> <img src="../../img/1-krion/1-3/thumbs/038-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-2"> <img src="../../img/1-krion/1-3/thumbs/038-1.jpg" alt="Krion"> </a> </div> </div> </div> --> <div class="col-xs-12 item-sector encimeras-3"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-3"> <img src="../../img/1-krion/1-3/thumbs/031-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-3"> <img src="../../img/1-krion/1-3/thumbs/031-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-3"> <img src="../../img/1-krion/1-3/thumbs/031-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-5"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-4"> <img src="../../img/1-krion/1-3/thumbs/029-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-4"> <img src="../../img/1-krion/1-3/thumbs/029-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-4"> <img src="../../img/1-krion/1-3/thumbs/029-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-8"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-5"> <img src="../../img/1-krion/1-3/thumbs/053-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-5"> <img src="../../img/1-krion/1-3/thumbs/053-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-5"> <img src="../../img/1-krion/1-3/thumbs/053-1.jpg" alt="Krion"> </a> </div> </div> </div> <!-- <div class="col-xs-12 item-sector encimeras-9"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-6"> <img src="../../img/1-krion/1-3/thumbs/087-2.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-6"> <img src="../../img/1-krion/1-3/thumbs/087-1.jpg" alt="Krion"> </a> </div> </div> </div> --> <!-- <div class="col-xs-12 item-sector encimeras-10"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-7"> <img src="../../img/1-krion/1-3/thumbs/082-2.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-7"> <img src="../../img/1-krion/1-3/thumbs/082-1.jpg" alt="Krion"> </a> </div> </div> </div> --> <div class="col-xs-12 item-sector encimeras-13"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-8"> <img src="../../img/1-krion/1-3/thumbs/101-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-8"> <img src="../../img/1-krion/1-3/thumbs/101-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-8"> <img src="../../img/1-krion/1-3/thumbs/101-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-14"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-9"> <img src="../../img/1-krion/1-3/thumbs/105-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-9"> <img src="../../img/1-krion/1-3/thumbs/105-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-9"> <img src="../../img/1-krion/1-3/thumbs/105-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-16"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/107-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/107-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/107-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-17"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <!--<div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-1"> <img src="../../img/1-krion/1-3/thumbs/mercure.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-1"> <img src="../../img/1-krion/1-3/thumbs/mercure.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-1"> <img src="../../img/1-krion/1-3/thumbs/mercure.jpg" alt="Krion" class="senaletica"> </a> </div> </div> --> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-11"> <img src="../../img/1-krion/1-3/thumbs/085-1.jpg" alt="Krion"> </a> </div> </div> </div> <!-- <div class="col-xs-12 item-sector encimeras-18"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-12"> <img src="../../img/1-krion/1-3/thumbs/093-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-12"> <img src="../../img/1-krion/1-3/thumbs/093-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-12"> <img src="../../img/1-krion/1-3/thumbs/093-1.jpg" alt="Krion"> </a> </div> </div> </div> --> <!--- SIN FOTOS- --> <div class="col-xs-12 item-sector encimeras-18"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/094-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-19"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-19"> <img src="../../img/1-krion/1-3/thumbs/086-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/086-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/086-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-20"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/084-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-20"> <img src="../../img/1-krion/1-3/thumbs/084-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/084-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-21"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/056-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-21"> <img src="../../img/1-krion/1-3/thumbs/056-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/056-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-22"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/060-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-22"> <img src="../../img/1-krion/1-3/thumbs/060-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/060-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-23"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/042-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-23"> <img src="../../img/1-krion/1-3/thumbs/042-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/042-1.jpg" alt="Krion"> </a> </div> </div> </div> <div class="col-xs-12 item-sector encimeras-24"> <div class="row"> <div class="col-xs-6"> <div class="col-xs-10 col-xs-offset-1"> <div class="row"> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/025-2.jpg" alt="Krion" class="senaletica"> </a> </div> <div class="col-xs-4"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-24"> <img src="../../img/1-krion/1-3/thumbs/025-3.jpg" alt="Krion" class="senaletica"> </a> </div> </div> </div> </div> <div class="col-xs-6 no-padding"> <a href="#" class="fresh-lightbox" data-freshlightbox="item-10"> <img src="../../img/1-krion/1-3/thumbs/025-1.jpg" alt="Krion"> </a> </div> </div> </div> <!-- Modal --> <div class="modal fade" id="completeImgModal" tabindex="-1" role="dialog" aria-labelledby="completeImgModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body"> <h4> Esta aplicación contiene más imágenes de las que descargadas por defecto en la instalación básica de la misma.<br>Si las desea puede descargarlas haciendo click en el botón descargar. </h4> <button class="btn btn-lg btn-success" id="startMainDownload"> Descargar </button> </div> </div> </div> </div> <!-- Fin Modal --> <script src="../../js/jquery-3.1.1.min.js"></script> <script src="../../js/jquery-ui-1.12.1/jquery-ui.min.js"></script> <script src="../../libraries/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script> <script src="../../libraries/TouchSwipe-Jquery-Plugin-master/jquery.touchSwipe.min.js"></script> <script src="../../cordova.js"></script> <script src="../../js/app.js"></script> <script type="text/javascript"> cargarValoresPorIdioma(); $(window).on('load', function() { animacionOnExit(); }); /** * Cargador de variables desde el JSON * @param archivo JSON * @return */ function cargarValoresPorIdioma() { $.getJSON('../../assets/content.json', function(data) { // Después de cargar el JSON creamos un // objeto que lo contenga. Le llamamos "items" var items = []; $.each( data, function(key, val) { items[key] = val; }); // Cargamlos el contenido de la página que hay en el JSON // dependiendo del idioma y la página. var current_lang = localStorage.getItem("lang"); $.each(items.language, function(lang, language) { if (lang == current_lang) { var seccion = language.app_encimeras; $('.icon_app').text(seccion.icon_app); // $('.encimeras-1 .col-xs-offset-1').prepend(seccion.encimeras_1_content); // $('.encimeras-1 .col-xs-offset-1').prepend(seccion.encimeras_1_h3); // $('.encimeras-2 .col-xs-offset-1').prepend(seccion.encimeras_2_content); // $('.encimeras-2 .col-xs-offset-1').prepend(seccion.encimeras_2_h3); $('.encimeras-3 .col-xs-offset-1').prepend(seccion.encimeras_3_content); $('.encimeras-3 .col-xs-offset-1').prepend(seccion.encimeras_3_h3); // $('.encimeras-4 .col-xs-offset-1').prepend(seccion.encimeras_4_content); // $('.encimeras-4 .col-xs-offset-1').prepend(seccion.encimeras_4_h3); $('.encimeras-5 .col-xs-offset-1').prepend(seccion.encimeras_5_content); $('.encimeras-5 .col-xs-offset-1').prepend(seccion.encimeras_5_h3); // $('.encimeras-6 .col-xs-offset-1').prepend(seccion.encimeras_6_content); // $('.encimeras-6 .col-xs-offset-1').prepend(seccion.encimeras_6_h3); // $('.encimeras-7 .col-xs-offset-1').prepend(seccion.encimeras_7_content); // $('.encimeras-7 .col-xs-offset-1').prepend(seccion.encimeras_7_h3); $('.encimeras-8 .col-xs-offset-1').prepend(seccion.encimeras_8_content); $('.encimeras-8 .col-xs-offset-1').prepend(seccion.encimeras_8_h3); // $('.encimeras-9 .col-xs-offset-1').prepend(seccion.encimeras_9_content); // $('.encimeras-9 .col-xs-offset-1').prepend(seccion.encimeras_9_h3); // $('.encimeras-10 .col-xs-offset-1').prepend(seccion.encimeras_10_content); // $('.encimeras-10 .col-xs-offset-1').prepend(seccion.encimeras_10_h3); // $('.encimeras-11 .col-xs-offset-1').prepend(seccion.encimeras_11_content); // $('.encimeras-11 .col-xs-offset-1').prepend(seccion.encimeras_11_h3); // $('.encimeras-12 .col-xs-offset-1').prepend(seccion.encimeras_12_content); // $('.encimeras-12 .col-xs-offset-1').prepend(seccion.encimeras_12_h3); $('.encimeras-13 .col-xs-offset-1').prepend(seccion.encimeras_13_content); $('.encimeras-13 .col-xs-offset-1').prepend(seccion.encimeras_13_h3); $('.encimeras-14 .col-xs-offset-1').prepend(seccion.encimeras_14_content); $('.encimeras-14 .col-xs-offset-1').prepend(seccion.encimeras_14_h3); // $('.encimeras-15 .col-xs-offset-1').prepend(seccion.encimeras_15_content); // $('.encimeras-15 .col-xs-offset-1').prepend(seccion.encimeras_15_h3); $('.encimeras-16 .col-xs-offset-1').prepend(seccion.encimeras_16_content); $('.encimeras-16 .col-xs-offset-1').prepend(seccion.encimeras_16_h3); $('.encimeras-17 .col-xs-offset-1').prepend(seccion.encimeras_17_content); $('.encimeras-17 .col-xs-offset-1').prepend(seccion.encimeras_17_h3); $('.encimeras-18 .col-xs-offset-1').prepend(seccion.encimeras_18_content); $('.encimeras-18 .col-xs-offset-1').prepend(seccion.encimeras_18_h3); $('.encimeras-19 .col-xs-offset-1').prepend(seccion.encimeras_19_content); $('.encimeras-19 .col-xs-offset-1').prepend(seccion.encimeras_19_h3); $('.encimeras-20 .col-xs-offset-1').prepend(seccion.encimeras_20_content); $('.encimeras-20 .col-xs-offset-1').prepend(seccion.encimeras_20_h3); $('.encimeras-21 .col-xs-offset-1').prepend(seccion.encimeras_21_content); $('.encimeras-21 .col-xs-offset-1').prepend(seccion.encimeras_21_h3); $('.encimeras-22 .col-xs-offset-1').prepend(seccion.encimeras_22_content); $('.encimeras-22 .col-xs-offset-1').prepend(seccion.encimeras_22_h3); $('.encimeras-23 .col-xs-offset-1').prepend(seccion.encimeras_23_content); $('.encimeras-23 .col-xs-offset-1').prepend(seccion.encimeras_23_h3); $('.encimeras-24 .col-xs-offset-1').prepend(seccion.encimeras_24_content); $('.encimeras-24 .col-xs-offset-1').prepend(seccion.encimeras_24_h3); // $('.encimeras-19 .col-xs-offset-1').prepend(seccion.encimeras_19_content); // $('.encimeras-19 .col-xs-offset-1').prepend(seccion.encimeras_19_h3); } }) }).fail(function( jqxhr, textStatus, error ) { var err = textStatus + ", " + error; console.log( "Request Failed: " + err ); }); } $('.fresh-lightbox').on('click', function() { disableScroll() // Valor del lightbox al que pertenece la imagen clickada var dataValue = $(this).data('freshlightbox'); // Src de la imagen clickada var srcImage = $(this).find('img').attr('src'); // Generamos el contenedor básico del lightbox var fresh_lightbox = '<div id="fresh-lightbox">' + '<div class="fresh-lightbox-top">' + '<div class="fresh-lightbox-close">' + '<a href="#" class="fresh-lightbox-close-link">' + '<img src="../../img/common/close.png" alt="Krion">' + '</a>' + '</div>'+ '</div>'+ '<div class="fresh-lightbox-content">' + '<div class="fresh-lightbox-inner-content">' + '</div>'+ '</div>'+ '</div>'; // Lo añadimos al final del body (el css indicamos que se vea por encima) $('body').append(fresh_lightbox); // Cuando sabemos que se ha creado le damos funciones a lo que nos interesa var addFreshLighbox = setInterval(function() { if ($('#fresh-lightbox').length > 0) { $('#fresh-lightbox').css('max-height', $(window).height() + 12); $('#fresh-lightbox').fadeIn('fast') clearInterval(addFreshLighbox); loadFreshLightboxContent(dataValue, srcImage) } }); }); function loadFreshLightboxContent(dataValue, srcImage) { // Buscamos las imágenes que pertenecen // al mismo grupo (identificado por el data-freshlightbox) var array_images = []; $('.fresh-lightbox[data-freshlightbox="' + dataValue + '"]').each(function(i, obj) { var img = $(this).find('img').attr('src'); var clase = ''; if (img == srcImage) { array_images['active'] = img; clase = ' fresh-lightbox-item-active'; } else { array_images[i] = img; } img = img.replace('1-krion/1-3/thumbs', '3-proyectos/optimizadas-1300-40'); $('.fresh-lightbox-inner-content').append('<div class="fresh-lightbox-item text-center' + clase + '" data-target="' + i + '">'+ '<img src="' + img + '" alt="Krion">' + '</div>'); }); // Damos el tamaño adecuado al contenedor. Éste depende de la ventana $('#fresh-lightbox .fresh-lightbox-content').css('height', (parseInt($(window).height()) - 80) + 'px'); // A las imágenes de los elementos les damos el tamaño justo $('.fresh-lightbox-item img').css('width', 'auto'); $('.fresh-lightbox-item img').css('height', '100%'); $('.fresh-lightbox-item').each(function() { if (! $(this).hasClass('fresh-lightbox-item-active')) { $(this).css('left', $(window).width()); } }); // Ahora tenemos que dar funcionalidades a los contenidos loadFreshLightboxFunctions() } function loadFreshLightboxFunctions() { // Funcionalidad de cerrar al aspa $('.fresh-lightbox-close-link').on('click', function(e) { e.preventDefault(); enableScroll(); $('#fresh-lightbox').fadeOut('fast', function() { $('#fresh-lightbox').remove(); }) }); // Les añadirmos el evento Swipe a // las imágenes $('.fresh-lightbox-item').swipe({ // Manipulador genérico para todas las direcciones swipe:function(event, direction, distance, duration, fingerCount, fingerData) { // Solo necesitamos swipe para izquierda y derecha if (direction == 'left' || direction == 'right') { // Ahora les añadimos la funcionalidad de mover los slides moveSlides($(this), direction); } } }); // Establecemos opciones más tarde $('.fresh-lightbox-item').swipe({ fingers:1 }); } // Función para mover los Slides function moveSlides(element, direction) { var active = element; var target_active = element.data('target'); var target_next = obtenerNextTarget(element, direction, target_active); // Si tenemos el target del siguiente elemento en aparecer if (target_next != null && target_next != 'undefined') { next = $('.fresh-lightbox-item[data-target="' + target_next + '"]'); // colocamos el siguiente elemento en la posición // desde la que ha de salir colocarNextElement(next, direction); var position = getFinalActivePosition(direction); animarElementos(active, next, position); } } function obtenerNextTarget(element, direction, target_active) { var target_next = null; if (direction == 'left') { target_next = target_active + 1; if (target_active == (element.parent().children().length - 1)) { return null; } } else if (direction == 'right') { target_next = target_active - 1; if (target_active == 0) { return null; } } return target_next; } function colocarNextElement(next, direction) { next.css('left', $(window).width()); if (direction == 'right') { next.css('left', next.width() * (-1)); } } function getFinalActivePosition(direction) { var position = $(window).width(); if (direction == 'left') { position = position * (-1); } return position; } function animarElementos(active, next, position) { active.animate({ left: position },{ duration: 600, queue: false, easing: 'easeInOutCubic', start: function() { active.removeClass('fresh-lightbox-item-active'); } }) next.animate({ left: 0 },{ duration: 600, queue: false, easing: 'easeInOutCubic', start: function() { next.addClass('fresh-lightbox-item-active'); } }) } // Sistema para desactivar el scroll de todo // tipo (mouse, teclas y botones asociados) var keys = {37: 1, 38: 1, 39: 1, 40: 1}; function preventDefault(e) { e = e || window.event; if (e.preventDefault) { e.preventDefault(); } e.returnValue = false; } function preventDefaultForScrollKeys(e) { if (keys[e.keyCode]) { preventDefault(e); return false; } } function disableScroll() { if (window.addEventListener) // older FF { window.addEventListener('DOMMouseScroll', preventDefault, false); } window.onwheel = preventDefault; // modern standard window.onmousewheel = document.onmousewheel = preventDefault; // older browsers, IE window.ontouchmove = preventDefault; // mobile document.onkeydown = preventDefaultForScrollKeys; } function enableScroll() { if (window.removeEventListener) { window.removeEventListener('DOMMouseScroll', preventDefault, false); } window.onmousewheel = document.onmousewheel = null; window.onwheel = null; window.ontouchmove = null; document.onkeydown = null; } function cargarMenu() { $('body').append('<div id="menu">' + '<div class="container text-center">' + '</div>' + '</div>'); var wait_menu = setInterval(function() { if ($('#menu').length) { clearInterval(wait_menu); $.getJSON('../../assets/content.json', function(data) { // Después de cargar el JSON creamos un // objeto que lo contenga. Le llamamos "items" var items = []; $.each( data, function(key, val) { items[key] = val; }); // Cargamlos el contenido de la página que hay en el JSON // dependiendo del idioma y la página. var current_lang = localStorage.getItem("lang"); $.each(items.language, function(lang, language) { if (lang == current_lang) { var seccion = language.index.seccion; $.each(seccion, function(indice, valor) { if (indice == 0) { $('#menu .container').append('<div class="row menu_seccion' + (indice + 1) + '">' + '<div class="col-xs-12">' + '<ul style="display:block;" class="slideToggle"></ul>' + '</div>' + '</div>'); } else { $('#menu .container').append('<div class="row menu_seccion' + (indice + 1) + '">' + '<div class="col-xs-12">' + '<ul></ul>' + '</div>' + '</div>'); } $.each(valor, function(index, val) { if (index == 'menu') { var count=0; var ultima_clave; $.each(val.links, function(key, value) { count++; ultima_clave=key; }); if(count>1){ $.each(val.links, function(key, value) { $('.menu_seccion' + (indice + 1)).find('ul').append('<li><a href="../../' + val.folder + '/' + key + '.html" class="animsition-link">' + value + '</a></li>'); }); }else{ $('.menu_seccion'+(indice+1)+" a.menu_link_toggle").attr('href','../../' + val.folder + '/' + ultima_clave + '.html'); $('.menu_seccion'+(indice+1)+" a.menu_link_toggle").removeClass('menu_link_toggle'); } } else if (index == 'titulo_menu') { $('.menu_seccion' + (indice + 1)).find('.col-xs-12').prepend('<h2><a href="#" class="menu_link_toggle">' + valor.titulo_menu + '</a></h2>'); } }); }); } }); $('#menu').append('<div class="menu_footer">' + '<div class="row">' + '<div class="col-xs-4 text-left">' + '<a href="../../index.html">HOME</a>' + '</div>' + '<div class="col-xs-4 text-center">' + '<img src="../../img/common/logo_gales.png">' + '</div>' + '<div class="col-xs-4 text-right">' + '<a class="language_menu" href="#">IDIOMA: ESPAÑOL</a>' + '</div>' + '</div>' + '</div>'); // El link de seleccionar el idioma en el menú $('.language_menu').on('click', function(e) { e.preventDefault(); cargarSeleccionDeIdioma(); }) }); $('#menu').fadeIn('fast', function() { $('.menu_link_toggle').on('click', function(e) { e.preventDefault(); $(this).parents('.col-xs-12').find('ul').addClass('slideToggle') $('#menu').find('ul').each(function() { if ($(this).hasClass('slideToggle')) { $(this).slideToggle('fast', function() { if ($(this).css('display') == 'none') { $(this).removeClass('slideToggle'); } }); } }) // $(this).parents('.col-xs-12').find('ul').slideToggle('fast'); }) }); } }); } </script> </body> </html>
Freshware/app
www/1-krion/aplicaciones/encimeras.html
HTML
apache-2.0
34,552
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <!-- JS --> <script type="text/javascript" src="js/entourage-jquery-3.0.js"></script> <script type="text/javascript" src="tiui/js/tiui-jquery.js"></script> <script type="text/javascript" src="js/index.js"></script> <script type="text/javascript" src="js/project.js"></script> <script type="text/javascript" src="js/app.js"></script> <script type="text/javascript" src="js/fbconnect.js"></script> <!-- markItUp! --> <script type="text/javascript" src="markitup/jquery.markitup.pack.js"></script> <!-- markItUp! toolbar settings --> <script type="text/javascript" src="markitup/sets/default/set.js"></script> <!-- markItUp! skin --> <link rel="stylesheet" type="text/css" href="markitup/skins/markitup/style.css" /> <!-- markItUp! toolbar skin --> <link rel="stylesheet" type="text/css" href="markitup/sets/default/style.css" /> <!-- CSS --> <link rel="stylesheet" href="tiui/css/tiui.css" type="text/css" /> <link rel="stylesheet" href="css/index.css" type="text/css" /> </head> <body> <!-- HEADER --> <div id="tiui_header"> <div id="tiui_perspective_bar"></div> <div id="tiui_message_area"></div> <div id="tiui_action_button_bar"> <div class="action_button" id="new_project_button"> <div><img src="images/new_project_2.png"/></div> <span class="tiui-button-tab-title">New Project</span> </div> <div class="action_button import_project_button"> <div><img src="images/import_project_2.png"/></div> <span class="tiui-button-tab-title">Import Project</span> </div> </div> </div> <!-- SECONDARY TAB BAR --> <div id="tiui_tabbar"></div> <!-- BLACK CONTENT SUB MENU --> <div id="tiui_content_submenu" style="display:none"></div> <!-- BODY --> <div id="tiui_content_body"> <div id="tiui_content_left"> <div id="tiui_content_left_body"></div> </div> <div id="tiui_content_right"></div> </div> <!-- FOOTER --> <div id="tiui_footer"> <div id="tiui_drawer_button_hide"></div> <div id="tiui_drawer_button_show"></div> <div id="tiui_message_bar" style="display:none"></div> <div id="tiui_statusbar"> <img id="tiui_cloud_on" src="images/cloud_on.png" title="our cloud is available"/> <img id="tiui_cloud_off" src="images/cloud_off.png" style="display:none" title="our cloud is down"/> <img id="tiui_signal_on" src="images/signal_on.png" title="you are connected to a network"/> <img id="tiui_signal_off" src="images/signal_off.png" style="display:none" title="you are not connected to a network"/> <img id="tiui_shield_on" src="images/shield_on.png" style="display:none;cursor:pointer" title="you are authenticated. click this icon to logout."/> <img id="tiui_shield_off" src="images/shield_off.png" title="you are not authenticated. make sure you are on-line."/> </div> </div> </body> </html>
olmstead/Carbon
dist/osx/Carbon.app/Contents/Resources/index.html
HTML
apache-2.0
2,890
<html><body> <style> body, h1, h2, h3, div, span, p, pre, a { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-size: 13px; padding: 1em; } h1 { font-size: 26px; margin-bottom: 1em; } h2 { font-size: 24px; margin-bottom: 1em; } h3 { font-size: 20px; margin-bottom: 1em; margin-top: 1em; } pre, code { line-height: 1.5; font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; } pre { margin-top: 0.5em; } h1, h2, h3, p { font-family: Arial, sans serif; } h1, h2, h3 { border-bottom: solid #CCC 1px; } .toc_element { margin-top: 0.5em; } .firstline { margin-left: 2 em; } .method { margin-top: 1em; border: solid 1px #CCC; padding: 1em; background: #EEE; } .details { font-weight: bold; font-size: 14px; } </style> <h1><a href="youtubeAnalytics_v2.html">YouTube Analytics API</a> . <a href="youtubeAnalytics_v2.groups.html">groups</a></h1> <h2>Instance Methods</h2> <p class="toc_element"> <code><a href="#close">close()</a></code></p> <p class="firstline">Close httplib2 connections.</p> <p class="toc_element"> <code><a href="#delete">delete(id=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p> <p class="firstline">Deletes a group.</p> <p class="toc_element"> <code><a href="#insert">insert(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p> <p class="firstline">Creates a group.</p> <p class="toc_element"> <code><a href="#list">list(id=None, mine=None, onBehalfOfContentOwner=None, pageToken=None, x__xgafv=None)</a></code></p> <p class="firstline">Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs.</p> <p class="toc_element"> <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> <p class="firstline">Retrieves the next page of results.</p> <p class="toc_element"> <code><a href="#update">update(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p> <p class="firstline">Modifies a group. For example, you could change a group's title.</p> <h3>Method Details</h3> <div class="method"> <code class="details" id="close">close()</code> <pre>Close httplib2 connections.</pre> </div> <div class="method"> <code class="details" id="delete">delete(id=None, onBehalfOfContentOwner=None, x__xgafv=None)</code> <pre>Deletes a group. Args: id: string, The `id` parameter specifies the YouTube group ID of the group that is being deleted. onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Empty response. &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, }</pre> </div> <div class="method"> <code class="details" id="insert">insert(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code> <pre>Creates a group. Args: body: object, The request body. The object takes the form of: { # A group. &quot;contentDetails&quot;: { # A group&#x27;s content details. # The `contentDetails` object contains additional information about the group, such as the number and type of items that it contains. &quot;itemCount&quot;: &quot;A String&quot;, # The number of items in the group. &quot;itemType&quot;: &quot;A String&quot;, # The type of resources that the group contains. Valid values for this property are: * `youtube#channel` * `youtube#playlist` * `youtube#video` * `youtubePartner#asset` }, &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource. &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group. &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#group`. &quot;snippet&quot;: { # A group snippet. # The `snippet` object contains basic information about the group, including its creation date and name. &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. &quot;title&quot;: &quot;A String&quot;, # The group name. The value must be a non-empty string. }, } onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A group. &quot;contentDetails&quot;: { # A group&#x27;s content details. # The `contentDetails` object contains additional information about the group, such as the number and type of items that it contains. &quot;itemCount&quot;: &quot;A String&quot;, # The number of items in the group. &quot;itemType&quot;: &quot;A String&quot;, # The type of resources that the group contains. Valid values for this property are: * `youtube#channel` * `youtube#playlist` * `youtube#video` * `youtubePartner#asset` }, &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource. &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group. &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#group`. &quot;snippet&quot;: { # A group snippet. # The `snippet` object contains basic information about the group, including its creation date and name. &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. &quot;title&quot;: &quot;A String&quot;, # The group name. The value must be a non-empty string. }, }</pre> </div> <div class="method"> <code class="details" id="list">list(id=None, mine=None, onBehalfOfContentOwner=None, pageToken=None, x__xgafv=None)</code> <pre>Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs. Args: id: string, The `id` parameter specifies a comma-separated list of the YouTube group ID(s) for the resource(s) that are being retrieved. Each group must be owned by the authenticated user. In a `group` resource, the `id` property specifies the group&#x27;s YouTube group ID. Note that if you do not specify a value for the `id` parameter, then you must set the `mine` parameter to `true`. mine: boolean, This parameter can only be used in a properly authorized request. Set this parameter&#x27;s value to true to retrieve all groups owned by the authenticated user. onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. pageToken: string, The `pageToken` parameter identifies a specific page in the result set that should be returned. In an API response, the `nextPageToken` property identifies the next page that can be retrieved. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response message for GroupsService.ListGroups. &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource. &quot;items&quot;: [ # A list of groups that match the API request parameters. Each item in the list represents a `group` resource. { # A group. &quot;contentDetails&quot;: { # A group&#x27;s content details. # The `contentDetails` object contains additional information about the group, such as the number and type of items that it contains. &quot;itemCount&quot;: &quot;A String&quot;, # The number of items in the group. &quot;itemType&quot;: &quot;A String&quot;, # The type of resources that the group contains. Valid values for this property are: * `youtube#channel` * `youtube#playlist` * `youtube#video` * `youtubePartner#asset` }, &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource. &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group. &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#group`. &quot;snippet&quot;: { # A group snippet. # The `snippet` object contains basic information about the group, including its creation date and name. &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. &quot;title&quot;: &quot;A String&quot;, # The group name. The value must be a non-empty string. }, }, ], &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#groupListResponse`. &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the `pageToken` parameter to retrieve the next page in the result set. }</pre> </div> <div class="method"> <code class="details" id="list_next">list_next(previous_request, previous_response)</code> <pre>Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call &#x27;execute()&#x27; on to request the next page. Returns None if there are no more items in the collection. </pre> </div> <div class="method"> <code class="details" id="update">update(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code> <pre>Modifies a group. For example, you could change a group&#x27;s title. Args: body: object, The request body. The object takes the form of: { # A group. &quot;contentDetails&quot;: { # A group&#x27;s content details. # The `contentDetails` object contains additional information about the group, such as the number and type of items that it contains. &quot;itemCount&quot;: &quot;A String&quot;, # The number of items in the group. &quot;itemType&quot;: &quot;A String&quot;, # The type of resources that the group contains. Valid values for this property are: * `youtube#channel` * `youtube#playlist` * `youtube#video` * `youtubePartner#asset` }, &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource. &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group. &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#group`. &quot;snippet&quot;: { # A group snippet. # The `snippet` object contains basic information about the group, including its creation date and name. &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. &quot;title&quot;: &quot;A String&quot;, # The group name. The value must be a non-empty string. }, } onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A group. &quot;contentDetails&quot;: { # A group&#x27;s content details. # The `contentDetails` object contains additional information about the group, such as the number and type of items that it contains. &quot;itemCount&quot;: &quot;A String&quot;, # The number of items in the group. &quot;itemType&quot;: &quot;A String&quot;, # The type of resources that the group contains. Valid values for this property are: * `youtube#channel` * `youtube#playlist` * `youtube#video` * `youtubePartner#asset` }, &quot;errors&quot;: { # Request Error information. The presence of an error field signals that the operation has failed. # Apiary error details &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead. &quot;error&quot;: [ # Specific error description and codes { # Describes one specific error. &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages given the error domain and code. Different error codes require different arguments. &quot;A String&quot;, ], &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to a value of the enum type whose name is in domain. See the core error domain in error_domain.proto. &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be shared externally. &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google. Please set domain, code and arguments whenever possible instead of this error message so that external APIs can build safe error messages themselves. External messages built in a RoSy interface will most likely refer to information and concepts that are not available externally and should not be exposed. It is safer if external APIs can understand the errors and decide what the error message should look like. &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type. If location_type is PATH, this should be a path to a field that&#x27;s relative to the request, using FieldPath notation (net/proto2/util/public/field_path.h). Examples: authenticated_user.gaia_id resource.address[2].country &quot;locationType&quot;: &quot;A String&quot;, }, ], &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be used to identify the error in the logs }, &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource. &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group. &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#group`. &quot;snippet&quot;: { # A group snippet. # The `snippet` object contains basic information about the group, including its creation date and name. &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. &quot;title&quot;: &quot;A String&quot;, # The group name. The value must be a non-empty string. }, }</pre> </div> </body></html>
googleapis/google-api-python-client
docs/dyn/youtubeAnalytics_v2.groups.html
HTML
apache-2.0
31,272
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template time_duration</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../date_time/doxy.html#header.boost.date_time.time_duration_hpp" title="Header &lt;boost/date_time/time_duration.hpp&gt;"> <link rel="prev" href="second_clock.html" title="Class template second_clock"> <link rel="next" href="subsecond_duration.html" title="Class template subsecond_duration"> </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="second_clock.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.time_duration_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="subsecond_duration.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.date_time.time_duration"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template time_duration</span></h2> <p>boost::date_time::time_duration &#8212; Represents some amount of elapsed time measure to a given resolution. </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.time_duration_hpp" title="Header &lt;boost/date_time/time_duration.hpp&gt;">boost/date_time/time_duration.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> rep_type<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a> <span class="special">:</span> <span class="keyword">private</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">less_than_comparable</span><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">equality_comparable</span><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span> <span class="special">&gt;</span> <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">T</span> <a name="boost.date_time.time_duration.duration_type"></a><span class="identifier">duration_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span> <a name="boost.date_time.time_duration.traits_type"></a><span class="identifier">traits_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">day_type</span> <a name="boost.date_time.time_duration.day_type"></a><span class="identifier">day_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">hour_type</span> <a name="boost.date_time.time_duration.hour_type"></a><span class="identifier">hour_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">min_type</span> <a name="boost.date_time.time_duration.min_type"></a><span class="identifier">min_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">sec_type</span> <a name="boost.date_time.time_duration.sec_type"></a><span class="identifier">sec_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">fractional_seconds_type</span> <a name="boost.date_time.time_duration.fractional_seconds_type"></a><span class="identifier">fractional_seconds_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">tick_type</span> <a name="boost.date_time.time_duration.tick_type"></a><span class="identifier">tick_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">rep_type</span><span class="special">::</span><span class="identifier">impl_type</span> <a name="boost.date_time.time_duration.impl_type"></a><span class="identifier">impl_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="time_duration.html#boost.date_time.time_durationconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="time_duration.html#idp52030992-bb"><span class="identifier">time_duration</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <a class="link" href="time_duration.html#idp52031280-bb"><span class="identifier">time_duration</span></a><span class="special">(</span><span class="identifier">hour_type</span><span class="special">,</span> <span class="identifier">min_type</span><span class="special">,</span> <span class="identifier">sec_type</span> <span class="special">=</span> <span class="number">0</span><span class="special">,</span> <span class="identifier">fractional_seconds_type</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span> <a class="link" href="time_duration.html#idp113420352-bb"><span class="identifier">time_duration</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">rep_type</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <a class="link" href="time_duration.html#idp113269216-bb"><span class="identifier">time_duration</span></a><span class="special">(</span><span class="identifier">special_values</span><span class="special">)</span><span class="special">;</span> <span class="keyword">explicit</span> <a class="link" href="time_duration.html#idp107016480-bb"><span class="identifier">time_duration</span></a><span class="special">(</span><span class="identifier">impl_type</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="time_duration.html#idp41031520-bb">public member functions</a></span> <span class="identifier">hour_type</span> <a class="link" href="time_duration.html#idp41032080-bb"><span class="identifier">hours</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">min_type</span> <a class="link" href="time_duration.html#idp70838976-bb"><span class="identifier">minutes</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">sec_type</span> <a class="link" href="time_duration.html#idp70840400-bb"><span class="identifier">seconds</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">sec_type</span> <a class="link" href="time_duration.html#idp104109088-bb"><span class="identifier">total_seconds</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">tick_type</span> <a class="link" href="time_duration.html#idp50179968-bb"><span class="identifier">total_milliseconds</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">tick_type</span> <a class="link" href="time_duration.html#idp50181232-bb"><span class="identifier">total_nanoseconds</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">tick_type</span> <a class="link" href="time_duration.html#idp41576752-bb"><span class="identifier">total_microseconds</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">fractional_seconds_type</span> <a class="link" href="time_duration.html#idp41578128-bb"><span class="identifier">fractional_seconds</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp107289936-bb"><span class="identifier">invert_sign</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp107291056-bb"><span class="identifier">is_negative</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp107292176-bb"><span class="keyword">operator</span><span class="special">&lt;</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp103844320-bb"><span class="keyword">operator</span><span class="special">==</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp102994048-bb"><span class="keyword">operator</span><span class="special">-</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp42761856-bb"><span class="keyword">operator</span><span class="special">-</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp42763664-bb"><span class="keyword">operator</span><span class="special">+</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp48881776-bb"><span class="keyword">operator</span><span class="special">/</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp44238544-bb"><span class="keyword">operator</span><span class="special">-=</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp44240080-bb"><span class="keyword">operator</span><span class="special">+=</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp102849232-bb"><span class="keyword">operator</span><span class="special">/=</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">)</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp40490432-bb"><span class="keyword">operator</span><span class="special">*</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp40492384-bb"><span class="keyword">operator</span><span class="special">*=</span></a><span class="special">(</span><span class="keyword">int</span><span class="special">)</span><span class="special">;</span> <span class="identifier">tick_type</span> <a class="link" href="time_duration.html#idp48296672-bb"><span class="identifier">ticks</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp48297792-bb"><span class="identifier">is_special</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp41792560-bb"><span class="identifier">is_pos_infinity</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp41793984-bb"><span class="identifier">is_neg_infinity</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="time_duration.html#idp110525296-bb"><span class="identifier">is_not_a_date_time</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">impl_type</span> <a class="link" href="time_duration.html#idp110526720-bb"><span class="identifier">get_rep</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// <a class="link" href="time_duration.html#idp95794640-bb">public static functions</a></span> <span class="keyword">static</span> <span class="identifier">duration_type</span> <a class="link" href="time_duration.html#idp95795200-bb"><span class="identifier">unit</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">tick_type</span> <a class="link" href="time_duration.html#idp98476032-bb"><span class="identifier">ticks_per_second</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">time_resolutions</span> <a class="link" href="time_duration.html#idp98477408-bb"><span class="identifier">resolution</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> <a class="link" href="time_duration.html#idp107014256-bb"><span class="identifier">num_fractional_digits</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp195775168"></a><h2>Description</h2> <p>This class represents a standard set of capabilities for all counted time durations. Time duration implementations should derive from this class passing their type as the first template parameter. This design allows the subclass duration types to provide custom construction policies or other custom features not provided here.</p> <p> </p> <div class="refsect2"> <a name="idp195776432"></a><h3> <a name="boost.date_time.time_durationconstruct-copy-destruct"></a><code class="computeroutput">time_duration</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><a name="idp52030992-bb"></a><span class="identifier">time_duration</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><a name="idp52031280-bb"></a><span class="identifier">time_duration</span><span class="special">(</span><span class="identifier">hour_type</span> hours_in<span class="special">,</span> <span class="identifier">min_type</span> minutes_in<span class="special">,</span> <span class="identifier">sec_type</span> seconds_in <span class="special">=</span> <span class="number">0</span><span class="special">,</span> <span class="identifier">fractional_seconds_type</span> frac_sec_in <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><a name="idp113420352-bb"></a><span class="identifier">time_duration</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">rep_type</span> <span class="special">&gt;</span> <span class="special">&amp;</span> other<span class="special">)</span><span class="special">;</span></pre>Construct from another <code class="computeroutput"><a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a></code> (Copy constructor) </li> <li class="listitem"> <pre class="literallayout"><a name="idp113269216-bb"></a><span class="identifier">time_duration</span><span class="special">(</span><span class="identifier">special_values</span> sv<span class="special">)</span><span class="special">;</span></pre>Construct from special_values. </li> <li class="listitem"><pre class="literallayout"><span class="keyword">explicit</span> <a name="idp107016480-bb"></a><span class="identifier">time_duration</span><span class="special">(</span><span class="identifier">impl_type</span> in<span class="special">)</span><span class="special">;</span></pre></li> </ol></div> </div> <div class="refsect2"> <a name="idp195813184"></a><h3> <a name="idp41031520-bb"></a><code class="computeroutput">time_duration</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="identifier">hour_type</span> <a name="idp41032080-bb"></a><span class="identifier">hours</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns number of hours in the duration. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">min_type</span> <a name="idp70838976-bb"></a><span class="identifier">minutes</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns normalized number of minutes. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">sec_type</span> <a name="idp70840400-bb"></a><span class="identifier">seconds</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns normalized number of seconds (0..60) </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">sec_type</span> <a name="idp104109088-bb"></a><span class="identifier">total_seconds</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns total number of seconds truncating any fractional seconds. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">tick_type</span> <a name="idp50179968-bb"></a><span class="identifier">total_milliseconds</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns total number of milliseconds truncating any fractional seconds. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">tick_type</span> <a name="idp50181232-bb"></a><span class="identifier">total_nanoseconds</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns total number of nanoseconds truncating any sub millisecond values. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">tick_type</span> <a name="idp41576752-bb"></a><span class="identifier">total_microseconds</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns total number of microseconds truncating any sub microsecond values. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">fractional_seconds_type</span> <a name="idp41578128-bb"></a><span class="identifier">fractional_seconds</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns count of fractional seconds at given resolution. </li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp107289936-bb"></a><span class="identifier">invert_sign</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idp107291056-bb"></a><span class="identifier">is_negative</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idp107292176-bb"></a><span class="keyword">operator</span><span class="special">&lt;</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a> <span class="special">&amp;</span> rhs<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idp103844320-bb"></a><span class="keyword">operator</span><span class="special">==</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a> <span class="special">&amp;</span> rhs<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp102994048-bb"></a><span class="keyword">operator</span><span class="special">-</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>unary- Allows for <code class="computeroutput"><a class="link" href="time_duration.html" title="Class template time_duration">time_duration</a></code> td = -td1 </li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp42761856-bb"></a><span class="keyword">operator</span><span class="special">-</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span> d<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp42763664-bb"></a><span class="keyword">operator</span><span class="special">+</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span> d<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp48881776-bb"></a><span class="keyword">operator</span><span class="special">/</span><span class="special">(</span><span class="keyword">int</span> divisor<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp44238544-bb"></a><span class="keyword">operator</span><span class="special">-=</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span> d<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp44240080-bb"></a><span class="keyword">operator</span><span class="special">+=</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&amp;</span> d<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp102849232-bb"></a><span class="keyword">operator</span><span class="special">/=</span><span class="special">(</span><span class="keyword">int</span> divisor<span class="special">)</span><span class="special">;</span></pre>Division operations on a duration with an integer. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp40490432-bb"></a><span class="keyword">operator</span><span class="special">*</span><span class="special">(</span><span class="keyword">int</span> rhs<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Multiplication operations an a duration with an integer. </li> <li class="listitem"><pre class="literallayout"><span class="identifier">duration_type</span> <a name="idp40492384-bb"></a><span class="keyword">operator</span><span class="special">*=</span><span class="special">(</span><span class="keyword">int</span> divisor<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">tick_type</span> <a name="idp48296672-bb"></a><span class="identifier">ticks</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp48297792-bb"></a><span class="identifier">is_special</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Is ticks_ a special value? </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp41792560-bb"></a><span class="identifier">is_pos_infinity</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Is duration pos-infinity. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp41793984-bb"></a><span class="identifier">is_neg_infinity</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Is duration neg-infinity. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idp110525296-bb"></a><span class="identifier">is_not_a_date_time</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Is duration not-a-date-time. </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">impl_type</span> <a name="idp110526720-bb"></a><span class="identifier">get_rep</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Used for special_values output. </li> </ol></div> </div> <div class="refsect2"> <a name="idp195973424"></a><h3> <a name="idp95794640-bb"></a><code class="computeroutput">time_duration</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">duration_type</span> <a name="idp95795200-bb"></a><span class="identifier">unit</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Returns smallest representable duration. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">tick_type</span> <a name="idp98476032-bb"></a><span class="identifier">ticks_per_second</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Return the number of ticks in a second. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">time_resolutions</span> <a name="idp98477408-bb"></a><span class="identifier">resolution</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Provide the resolution of this duration type. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> <a name="idp107014256-bb"></a><span class="identifier">num_fractional_digits</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Returns number of possible digits in fractional seconds. </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="second_clock.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.time_duration_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="subsecond_duration.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
biospi/seamass-windeps
src/boost_1_57_0/doc/html/boost/date_time/time_duration.html
HTML
apache-2.0
34,281
<!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_11) on Mon Mar 17 10:57:48 PDT 2014 --> <title>Uses of Class com.box.boxjavalibv2.authorization.OAuthWebViewData</title> <meta name="date" content="2014-03-17"> <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 com.box.boxjavalibv2.authorization.OAuthWebViewData"; } //--> </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="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">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?com/box/boxjavalibv2/authorization/class-use/OAuthWebViewData.html" target="_top">Frames</a></li> <li><a href="OAuthWebViewData.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 com.box.boxjavalibv2.authorization.OAuthWebViewData" class="title">Uses of Class<br>com.box.boxjavalibv2.authorization.OAuthWebViewData</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="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</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="#com.box.boxandroidlibv2.views">com.box.boxandroidlibv2.views</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.box.boxandroidlibv2.views"> <!-- --> </a> <h3>Uses of <a href="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</a> in <a href="../../../../../com/box/boxandroidlibv2/views/package-summary.html">com.box.boxandroidlibv2.views</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/box/boxandroidlibv2/views/package-summary.html">com.box.boxandroidlibv2.views</a> with parameters of type <a href="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views">OAuthWebView.OAuthWebViewClient</a></code></td> <td class="colLast"><span class="strong">OAuthWebView.</span><code><strong><a href="../../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#createOAuthWebViewClient(com.box.boxjavalibv2.authorization.OAuthWebViewData, java.lang.Object, com.box.boxjavalibv2.BoxClient)">createOAuthWebViewClient</a></strong>(<a href="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</a>&nbsp;data, java.lang.Object&nbsp;activity, <a href="../../../../../com/box/boxjavalibv2/BoxClient.html" title="class in com.box.boxjavalibv2">BoxClient</a>&nbsp;boxClient)</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="../../../../../com/box/boxandroidlibv2/views/package-summary.html">com.box.boxandroidlibv2.views</a> with parameters of type <a href="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</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="../../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html#OAuthWebView.OAuthWebViewClient(com.box.boxjavalibv2.authorization.OAuthWebViewData, Activity, com.box.boxjavalibv2.BoxClient)">OAuthWebView.OAuthWebViewClient</a></strong>(<a href="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</a>&nbsp;webViewData, Activity&nbsp;activity, <a href="../../../../../com/box/boxjavalibv2/BoxClient.html" title="class in com.box.boxjavalibv2">BoxClient</a>&nbsp;boxClient)</code> <div class="block">Constructor.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">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?com/box/boxjavalibv2/authorization/class-use/OAuthWebViewData.html" target="_top">Frames</a></li> <li><a href="OAuthWebViewData.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>
shelsonjava/box-android-sdk-v2
javadoc/com/box/boxjavalibv2/authorization/class-use/OAuthWebViewData.html
HTML
apache-2.0
8,307
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack v4.11.0 Root Admin API Reference </span> <p></p> <h1>removeFromLoadBalancerRule</h1> <p>Removes a virtual machine or a list of virtual machines from a load balancer rule.</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../index.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><strong>id</strong></td><td style="width:500px;"><strong>The ID of the load balancer rule</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><i>virtualmachineids</i></td><td style="width:500px;"><i>the list of IDs of the virtual machines that are being removed from the load balancer rule (i.e. virtualMachineIds=1,2,3)</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>vmidipmap</i></td><td style="width:500px;"><i>VM ID and IP map, vmidipmap[0].vmid=1 vmidipmap[0].ip=10.1.1.75</i></td><td style="width:180px;"><i>false</i></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>displaytext</strong></td><td style="width:500px;">any text associated with the success or failure</td> </tr> <tr> <td style="width:200px;"><strong>success</strong></td><td style="width:500px;">true if operation is executed successfully</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="comments_thread"> <script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script> <noscript> <iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe> </noscript> </div> <div id="footer_mainmaster"> <p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </div> </body> </html>
apache/cloudstack-www
source/api/apidocs-4.11/apis/removeFromLoadBalancerRule.html
HTML
apache-2.0
3,469
<!DOCTYPE html> <html> <!-- Copyright 2011, Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. author: api.anash@gmail.com (Anash P. Oommen) --> <head> <title>google.ads.common tests - google.ads.common.ServiceFactory</title> <script src="../../../../../closure/goog/base.js"></script> <script src="../../../../../adwordsapi/src/awapi.js"></script> <script> goog.require('goog.array'); goog.require('goog.testing.jsunit'); goog.require('goog.testing.recordFunction'); goog.require('google.ads.common.AppConfigBase'); goog.require('google.ads.common.ServiceFactory'); </script> </head> <body> <script> var MockAppConfigBase = function() { google.ads.common.AppConfigBase.call(this); this.testKey_ = null; }; goog.inherits(MockAppConfigBase, google.ads.common.AppConfigBase); MockAppConfigBase.prototype.getTestKey = function() { return this.testKey_; }; MockAppConfigBase.prototype.setTestKey = function(testKey) { this.testKey_ = testKey; }; var appConfig; var config = { TestKey: 'TestValue', HttpWebTransport: 'google.system.net.HttpWebTransportForServerProxy', HttpWebTransportSettings: { ProxyUrl: '/awapijs/proxy.php' } }; var factory; /** * Initialize the test case. */ function setUp() { appConfig = new MockAppConfigBase(); factory = new google.ads.common.ServiceFactory(appConfig); } /** * Cleanup the test case. */ function tearDown() { } /* * Test if we can get the config values. */ function testGetConfig() { assertObjectEquals(factory.getAppConfig(), appConfig); } /* * Test if we can create a service. */ function testCreateService() { assertNull(factory.createService(null, null)); } </script> </body> </html>
gileze33/google-api-adwords-js
js/common/src/google/ads/common/ServiceFactory_test.html
HTML
apache-2.0
2,558
<!doctype html><html lang=en><head><title>Redirecting&mldr;</title><link rel=canonical href=/v1.6/news/releases/1.2.x/announcing-1.2.4/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.6/news/releases/1.2.x/announcing-1.2.4/"></head><body><h1>Redirecting&mldr;</h1><a href=/v1.6/news/releases/1.2.x/announcing-1.2.4/>Click here if you are not redirected.</a></body></html>
istio/istio.io
archive/v1.6/news/announcing-1.2.4/index.html
HTML
apache-2.0
424
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::address::is_loopback</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../ip__address.html" title="ip::address"> <link rel="prev" href="from_string/overload4.html" title="ip::address::from_string (4 of 4 overloads)"> <link rel="next" href="is_multicast.html" title="ip::address::is_multicast"> </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="from_string/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__address.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="is_multicast.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.ip__address.is_loopback"></a><a class="link" href="is_loopback.html" title="ip::address::is_loopback">ip::address::is_loopback</a> </h4></div></div></div> <p> <a class="indexterm" name="idp172990272"></a> Determine whether the address is a loopback address. </p> <pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_loopback</span><span class="special">()</span> <span class="keyword">const</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-2014 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="from_string/overload4.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__address.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="is_multicast.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
biospi/seamass-windeps
src/boost_1_57_0/doc/html/boost_asio/reference/ip__address/is_loopback.html
HTML
apache-2.0
3,289
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack v4.11.0 Root Admin API Reference </span> <p></p> <h1>listVirtualRouterElements</h1> <p>Lists all available virtual router elements.</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../index.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><i>enabled</i></td><td style="width:500px;"><i>list network offerings by enabled state</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>id</i></td><td style="width:500px;"><i>list virtual router elements by id</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>keyword</i></td><td style="width:500px;"><i>List by keyword</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>nspid</i></td><td style="width:500px;"><i>list virtual router elements by network service provider id</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>page</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>pagesize</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the id of the router</td> </tr> <tr> <td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account associated with the provider</td> </tr> <tr> <td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the provider</td> </tr> <tr> <td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID associated with the provider</td> </tr> <tr> <td style="width:200px;"><strong>enabled</strong></td><td style="width:500px;">Enabled/Disabled the service provider</td> </tr> <tr> <td style="width:200px;"><strong>nspid</strong></td><td style="width:500px;">the physical network service provider id of the provider</td> </tr> <tr> <td style="width:200px;"><strong>project</strong></td><td style="width:500px;">the project name of the address</td> </tr> <tr> <td style="width:200px;"><strong>projectid</strong></td><td style="width:500px;">the project id of the ipaddress</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="comments_thread"> <script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script> <noscript> <iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe> </noscript> </div> <div id="footer_mainmaster"> <p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </div> </body> </html>
apache/cloudstack-www
source/api/apidocs-4.11/apis/listVirtualRouterElements.html
HTML
apache-2.0
4,495
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> <head> <!-- testcase: applet_vspace.html --> <!-- Description: HTML 4.0 Text Markup Element, PARAM element with the VSPACE attribute --> <!-- Author: Chris Petersen Date: 7/28/98 --> <!-- Modified by Eli Goldberg on 3.2.99. Updated DOCTYPE to HTML 4.0 Transitional, improved formatting. --> <!-- - The contents of this file are subject to the Mozilla Public - License Version 1.1 (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.mozilla.org/MPL/ - - Software distributed under the License is distributed on an "AS - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - implied. See the License for the specific language governing - rights and limitations under the License. - - The Original Code is Mozilla Communicator Test Cases. - - The Initial Developer of the Original Code is Netscape Communications - Corp. Portions created by Netscape Communications Corp. are - Copyright (C) 1999 Netscape Communications Corp. All - Rights Reserved. - - Contributor(s): --> <!-- Purpose: Test the VSPACE attribute of the APPLET tag.--> <!-- Expected result: There are two applets below. The VSPACE value for the first applet is 5, and 90 for the second applet. --> <title>HTML Functional -- APPLET - VSPACE=pixels</title> </head> <body> <APPLET CODE="ColorBlock.class" CODEBASE="images" HEIGHT="60" WIDTH="300" vspace="5"> <PARAM NAME="message" VALUE="Scrolling banner text !!!"> <param name="bgcolor" value="0000FF"> </APPLET> Graphical browsers usually don't give you much space between an applet and the text around it. VSPACE is used to add white space above and below the applet.The applet to the left of this paragraph has VSPACE set to 5 pixels. <br clear=left> <APPLET CODE="ColorBlock.class" CODEBASE="images" HEIGHT="60" WIDTH="300" vspace="90"> <PARAM NAME="message" VALUE="Scrolling banner text !!!"> <param name="bgcolor" value="0000FF"> </APPLET></APPLET> Graphical browsers usually don't give you much space between an applet and the text around it. VSPACE is used to add white space above and below the applet.The applet to the left of this paragraph has VSPACE set to 90 pixels. This white space should be larger than the first example above. </body> </html>
frivoal/presto-testo
core/standards/html401-deprecated/applet_vspace.html
HTML
bsd-3-clause
2,555
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Tests elementary transforms and transform nesting</title> </head> <body> <table> <tr> <td align="center">SVG Image</td> <td align="center">Reference Image</td> </tr> <tr> <td align="right"> <object data="../svggen/coords-trans-02-t.svg" width="480" height="360" type="image/svg+xml"/> </td> <td align="left"> <img alt="raster image of coords-trans-02-t" src="../png/full-coords-trans-02-t.png" width="480" height="360"/> </td> </tr> </table> <p> The rendered picture should match the reference image exactly except for variations in the labeling text. </p> </body> </html>
frivoal/presto-testo
SVG/Testsuites/W3C/tiny/full-coords-trans-02-t.html
HTML
bsd-3-clause
863
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>U+FB00-U+FB4F: Alphabetic Presentation Forms</title> <link rel="next" href="FB50.html"> <link rel="prev" href="F900.html"> <link rel="contents" href="./"> </head> <body> <table> <caption>Alphabetic Presentation Forms</caption> <tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F <tr><th>FB00<td> ff <td> fi <td> fl <td> ffi <td> ffl <td> ſt <td> st <td> ﬇ <td> ﬈ <td> ﬉ <td> ﬊ <td> ﬋ <td> ﬌ <td> ﬍ <td> ﬎ <td> ﬏ <tr><th>FB10<td> ﬐ <td> ﬑ <td> ﬒ <td> ﬓ <td> ﬔ <td> ﬕ <td> ﬖ <td> ﬗ <td> ﬘ <td> ﬙ <td> ﬚ <td> ﬛ <td> ﬜ <td> יִ <td> ﬞ <td> ײַ <tr><th>FB20<td> ﬠ <td> ﬡ <td> ﬢ <td> ﬣ <td> ﬤ <td> ﬥ <td> ﬦ <td> ﬧ <td> ﬨ <td> ﬩ <td> שׁ <td> שׂ <td> שּׁ <td> שּׂ <td> אַ <td> אָ <tr><th>FB30<td> אּ <td> בּ <td> גּ <td> דּ <td> הּ <td> וּ <td> זּ <td> ﬷ <td> טּ <td> יּ <td> ךּ <td> כּ <td> לּ <td> ﬽ <td> מּ <td> ﬿ <tr><th>FB40<td> נּ <td> סּ <td> ﭂ <td> ףּ <td> פּ <td> ﭅ <td> צּ <td> קּ <td> רּ <td> שּ <td> תּ <td> וֹ <td> בֿ <td> כֿ <td> פֿ <td> ﭏ </table> </body> </html>
frivoal/presto-testo
imported/peter/unicode/tables/utf8/FB00.html
HTML
bsd-3-clause
1,255
<!doctype html> <!-- This file is generated by build.py. --> <title>input tall.jpg; overflow:visible; -o-object-fit:auto; -o-object-position:left bottom</title> <link rel="stylesheet" href="../../support/reftests.css"> <link rel='match' href='visible_auto_left_bottom-ref.html'> <style> #test > * { overflow:visible; -o-object-fit:auto; -o-object-position:left bottom } </style> <div id="test"> <input type=image src="../../support/tall.jpg"> </div>
frivoal/presto-testo
css/image-fit/reftests/input-jpg-tall/visible_auto_left_bottom.html
HTML
bsd-3-clause
452
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112-release) on Sat May 06 16:33:03 CEST 2017 --> <title>com.echopen.asso.echopen.preproc</title> <meta name="date" content="2017-05-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.echopen.asso.echopen.preproc"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-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/echopen/asso/echopen/model/Ruler/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../com/echopen/asso/echopen/ui/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/echopen/asso/echopen/preproc/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;com.echopen.asso.echopen.preproc</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../com/echopen/asso/echopen/preproc/ScanConversion.html" title="class in com.echopen.asso.echopen.preproc">ScanConversion</a></td> <td class="colLast"> <div class="block">ScanConversion is the class that processes the scan conversion which allows one to recreate a clinical image from a set of data sent by a probe.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-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/echopen/asso/echopen/model/Ruler/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../com/echopen/asso/echopen/ui/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/echopen/asso/echopen/preproc/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
echopen/android-app
doc/app_javadoc/com/echopen/asso/echopen/preproc/package-summary.html
HTML
bsd-3-clause
5,116
<div class="accordion-item forward-solution" id="{{id}}" data-mne-tags="{{for tag in tags}} {{tag}} {{endfor}}"> <div class="accordion-header" id="accordion-header-{{id}}"> <button class="accordion-button pt-1 pb-1" type="button" data-bs-toggle="collapse" data-bs-target="#accordion-collapse-{{id}}" aria-expanded="true" aria-controls="accordion-collapse-{{id}}"> <div class="w-100"> <span class="me-auto">{{title}}</span> {{for tag in tags}} <span class="badge bg-primary rounded-pill float-end me-1" data-mne-tag="{{tag}}"> {{tag}} </span> {{endfor}} </div> </button> </div> <div id="accordion-collapse-{{id}}" class="accordion-collapse collapse show" aria-labelledby="accordion-header-{{id}}"> <div class="accordion-body"> {{repr}} {{sensitivity_maps}} </div> </div> </div>
drammock/mne-python
mne/report/templates/forward.html
HTML
bsd-3-clause
886
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN" "http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/> <meta name="description" content="W3C SVG 1.1 2nd Edition Embedded Test Suite"/> <title> SVG 1.1 2nd Edition Test (&lt;embed&gt;): linking-a-07-t.svg </title> <style type="text/css"> <!-- .bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 } .pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt } .pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 } .openChapter { color : blue; line-height: 125%; font-weight : 900 } .openSection { color : blue; line-height: 125%; font-weight : 900 } .info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 } p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } .opscript { margin-left: 3%; margin-right: 3%; } .opscript p { margin-top: 0.7em } .navbar { background: black; color: white; font-weight: bold } .warning { color: red; text-align: Center;} a,a:visited { color: blue } --> </style> <link rel="prev" href="linking-a-05-t.html" /> <link rel="index" href="index.html" /> <link rel="next" href="linking-a-08-t.html" /> <script src="../resources/testharnessreport.js"></script> </head> <body class="bodytext"> <div class="linkbar"> <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/linking.html#Links">17.1 Links out of SVG content: the 'a' element</a></p> <p> <a href="linking-a-05-t.html" rel="prev">linking-a-05-t ←</a> <a href="index.html" rel="index">index</a> <a href="linking-a-08-t.html" rel="next">→ linking-a-08-t</a> </p> </div> <div> <br /> <p class="warning"> Tests that contain the draft-watermark are under development and may be incorrectly testing a feature. </p> </div> <table align="center" border="0" cellspacing="0" cellpadding="10"> <tr> <td align="center" colspan="3"> <table border="0" cellpadding="8"> <tr> <td align="center" colspan="2" class="pageTitle"> <h1>linking-a-07-t.svg</h1> </td> </tr> <tr class="navbar"> <td align="center"> SVG Image </td> <td align="center"> PNG Image </td> </tr> <tr> <td align="right"> <embed src="../../svg/linking-a-07-t.svg" width="480" height="360"/> </td> <td align="left"> <img alt="raster image of linking-a-07-t.svg" src="../../png/linking-a-07-t.png" width="480" height="360"/> </td> </tr> </table> </td> </tr> </table> <div class="opscript"> <h2 id="operatorscript"> Operator Script </h2> <div> <p> Click each of the arrows once. </p> </div> <h2 id="passcriteria"> Pass Criteria </h2> <div> <p> The test has passed if: </p><ul> <li>Upon clicking the left-most yellow arrow, the image of the linkingToc-t.svg file replaces the initial view of this test case in the viewer frame. On clicking the right-most yellow arrow, the image of the linkingToc-t.svg appears in a new frame.</li> <li>Upon clicking any of the green arrows the image of the linkingToc-t.svg appears in a new frame.</li> <li>Upon clicking the left-most blue arrow, the image of the linkingToc-t.svg file replaces the initial view of this test case in the viewer frame. On clicking the right blue arrow produces the image of the linkingToc-t.svg in a new frame.</li> </ul> </div> <h2 id="testdescription"> Test Description </h2> <div> <p> Verify that the target attribute on the 'a' element takes precedence over the xlink:show attribute. There are three subtests, in each of which two similarly colored arrows comprise the content of an 'a' element. The arrow on the left, outlined in blue, has no "target" attribute; the arrow on the right, outlined in red, has a "target" attribute. The link destination is expressed by "xlink:href=". The initial view of this test contains the six arrows, labelling text, and the usual template legend and frame. </p><p> The top-most (yellow) arrows link to an external SVG file, which is local (in the same directory). The target file contains SVG 'text' elements which comprise a TOC and brief description of all of the test files for Linking. </p><p> The middle (green) arrows links to the same external SVG file, but with xlink:show="new". </p><p> The bottom-most (blue) arrows links to the same external SVG file, but with xlink:show="replace". </p> </div> </div> <br/> <div class="linkbar"> <p> <a href="linking-a-05-t.html" rel="prev">linking-a-05-t ←</a> <a href="index.html" rel="index">index</a> <a href="linking-a-08-t.html" rel="next">→ linking-a-08-t</a> </p> </div> </body> </html>
frivoal/presto-testo
SVG/Testsuites/W3C-1_1F2/harness/htmlEmbed/linking-a-07-t.html
HTML
bsd-3-clause
5,697
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function deconstruct</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="../../signals2/reference.html#header.boost.signals2.deconstruct_hpp" title="Header &lt;boost/signals2/deconstruct.hpp&gt;"> <link rel="prev" href="scoped_connection.html" title="Class scoped_connection"> <link rel="next" href="deconstruct_access.html" title="Class deconstruct_access"> </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="scoped_connection.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.deconstruct_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="deconstruct_access.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.signals2.deconstruct"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function deconstruct</span></h2> <p>boost::signals2::deconstruct &#8212; Create a <code class="computeroutput">shared_ptr</code> with support for post-constructors and pre-destructors.</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="../../signals2/reference.html#header.boost.signals2.deconstruct_hpp" title="Header &lt;boost/signals2/deconstruct.hpp&gt;">boost/signals2/deconstruct.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> <a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">deconstruct</span><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> A1<span class="special">&gt;</span> <a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">deconstruct</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">A1</span> <span class="special">&amp;</span> arg1<span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> A1<span class="special">,</span> <span class="keyword">typename</span> A2<span class="special">&gt;</span> <a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">deconstruct</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">A1</span> <span class="special">&amp;</span> arg1<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">A2</span> <span class="special">&amp;</span> arg2<span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> A1<span class="special">,</span> <span class="keyword">typename</span> A2, ...<span class="special">,</span> <span class="keyword">typename</span> AN<span class="special">&gt;</span> <a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">deconstruct</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">A1</span> <span class="special">&amp;</span> arg1<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">A2</span> <span class="special">&amp;</span> arg2<span class="special">,</span> <span class="special">...</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">AN</span> <span class="special">&amp;</span> argN<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp161863312"></a><h2>Description</h2> <p>Creates an object and its owning <code class="computeroutput">shared_ptr&lt;T&gt;</code> (wrapped inside a <code class="computeroutput"><a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a></code>) using only a single allocation, in a manner similar to that of <code class="computeroutput">boost::make_shared()</code>. In addition, <code class="computeroutput">deconstruct</code> supports postconstructors and predestructors. The returned <code class="computeroutput">shared_ptr</code> is wrapped inside a <code class="computeroutput"><a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a></code> in order to provide the user with an opportunity to pass arguments to a postconstructor, while insuring the postconstructor is run before the wrapped <code class="computeroutput">shared_ptr</code> is accessible. </p> <p> In order to use <code class="computeroutput">deconstruct</code> you must define a postconstructor for your class. More specifically, you must define an <code class="computeroutput">adl_postconstruct</code> function which can be found via argument-dependent lookup. Typically, this means defining an <code class="computeroutput">adl_postconstruct</code> function in the same namespace as its associated class. See the reference for <code class="computeroutput"><a class="link" href="postconstructor_invoker.html" title="Class postconstructor_invoker">postconstructor_invoker</a></code> for a specification of what arguments are passed to the <code class="computeroutput">adl_postconstruct</code> call. </p> <p> Optionally, you may define a predestructor for your class. This is done by defining an <code class="computeroutput">adl_predestruct</code> function which may be found by argument-dependent lookup. The deleter of the <code class="computeroutput">shared_ptr</code> created by <code class="computeroutput">deconstruct</code> will make an unqualified call to <code class="computeroutput">adl_predestruct</code> with a single argument: a pointer to the object which is about to be deleted. As a convenience, the pointer will always be cast to point to a non-const type before being passed to <code class="computeroutput">adl_predestruct</code>. If no user-defined <code class="computeroutput">adl_predestruct</code> function is found via argument-dependent lookup, a default function (which does nothing) will be used. After <code class="computeroutput">adl_predestruct</code> is called, the deleter will delete the object with <code class="computeroutput">checked_delete</code>. </p> <p> Any arguments passed to a <code class="computeroutput">deconstruct()</code> call are forwarded to the matching constructor of the template type <code class="computeroutput">T</code>. Arguments may also be passed to the class' associated <code class="computeroutput">adl_postconstruct</code> function by using the <code class="computeroutput"><a class="link" href="postconstructor_invoker.html#idp62303360-bb">postconstructor_invoker::postconstruct()</a></code> methods. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Notes:</span></p></td> <td> <p>If your compiler supports the C++0x features of rvalue references and variadic templates, then <code class="computeroutput">deconstruct</code> will perform perfect forwarding of arguments to the <code class="computeroutput">T</code> constructor, using a prototype of: </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">T</span><span class="special">,</span> <span class="keyword">typename</span><span class="special">...</span> <span class="identifier">Args</span> <span class="special">&gt;</span> <span class="identifier">postconstructor_invoker</span><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span> <span class="identifier">deconstruct</span><span class="special">(</span> <span class="identifier">Args</span> <span class="special">&amp;&amp;</span> <span class="special">...</span> <span class="identifier">args</span> <span class="special">)</span><span class="special">;</span></pre> <p>Otherwise, argument forwarding is performed via const references, as specified in the synopsis. In order to pass non-const references to a constructor, you will need to wrap them in reference wrappers using boost::ref. </p> <p>You may give all the <code class="computeroutput">deconstruct</code> overloads access to your class' private and protected constructors by declaring <a class="link" href="deconstruct_access.html" title="Class deconstruct_access">deconstruct_access</a> a friend. Using private constructors in conjunction with <a class="link" href="deconstruct_access.html" title="Class deconstruct_access">deconstruct_access</a> can be useful to ensure your objects are only created by <code class="computeroutput">deconstruct</code>, and thus their postconstructors or predestructors will always be called. </p> </td> </tr> <tr> <td><p><span class="term">Returns:</span></p></td> <td><p>A <code class="computeroutput">postconstructor_invoker&lt;T&gt;</code> owning a newly allocated object of type <code class="computeroutput">T</code>.</p></td> </tr> </tbody> </table></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-2004 Douglas Gregor<br>Copyright &#169; 2007-2009 Frank Mori Hess<p>Distributed under 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="scoped_connection.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.deconstruct_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="deconstruct_access.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
mxrrow/zaicoin
src/deps/boost/doc/html/boost/signals2/deconstruct.html
HTML
mit
13,085
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>coroutine::is_child</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../coroutine.html" title="coroutine"> <link rel="prev" href="coroutine.html" title="coroutine::coroutine"> <link rel="next" href="is_complete.html" title="coroutine::is_complete"> </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="coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.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="is_complete.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.coroutine.is_child"></a><a class="link" href="is_child.html" title="coroutine::is_child">coroutine::is_child</a> </h4></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.coroutine.is_child"></a> Returns true if the coroutine is the child of a fork. </p> <pre class="programlisting">bool is_child() const; </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-2018 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="coroutine.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.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="is_complete.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
nawawi/poedit
deps/boost/doc/html/boost_asio/reference/coroutine/is_child.html
HTML
mit
3,080
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_raw_socket::send_low_watermark</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket"> <link rel="prev" href="send_buffer_size.html" title="basic_raw_socket::send_buffer_size"> <link rel="next" href="send_to.html" title="basic_raw_socket::send_to"> </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="send_buffer_size.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.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="send_to.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.basic_raw_socket.send_low_watermark"></a><a class="link" href="send_low_watermark.html" title="basic_raw_socket::send_low_watermark">basic_raw_socket::send_low_watermark</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from socket_base.</em></span> </p> <p> <a class="indexterm" name="idp113808720"></a> Socket option for the send low watermark. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span> </pre> <p> Implements the SOL_SOCKET/SO_SNDLOWAT socket option. </p> <h6> <a name="boost_asio.reference.basic_raw_socket.send_low_watermark.h0"></a> <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.examples">Examples</a> </h6> <p> Setting the option: </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">send_low_watermark</span> <span class="identifier">option</span><span class="special">(</span><span class="number">1024</span><span class="special">);</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">set_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span> </pre> <p> Getting the current option value: </p> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">send_low_watermark</span> <span class="identifier">option</span><span class="special">;</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span> <span class="keyword">int</span> <span class="identifier">size</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span> </pre> <h6> <a name="boost_asio.reference.basic_raw_socket.send_low_watermark.h1"></a> <span class="phrase"><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_raw_socket.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </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-2015 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="send_buffer_size.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.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="send_to.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
TyRoXx/cdm
original_sources/boost_1_59_0/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html
HTML
mit
6,964
<p>Metal Mania was inspired by lots of Heavy Metal album covers and posters. Only the most 'Metal' elements were combined to make the quintessential Heavy Metal font. Looks good on concert posters and guitar picks! Long live Metal Mania.</p> <p>First drawn were the inline forms and then they were traced, utilizing a playful 'cutout' effect.</p> <p>Designed by Dathan Boardman of Open Window.</p>
xErik/pdfmake-fonts-google
lib/ofl/metalmania/DESCRIPTION.en_us.html
HTML
mit
397
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_stream_socket::lowest_layer</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket"> <link rel="prev" href="local_endpoint/overload2.html" title="basic_stream_socket::local_endpoint (2 of 2 overloads)"> <link rel="next" href="lowest_layer/overload1.html" title="basic_stream_socket::lowest_layer (1 of 2 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="local_endpoint/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="lowest_layer/overload1.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.basic_stream_socket.lowest_layer"></a><a class="link" href="lowest_layer.html" title="basic_stream_socket::lowest_layer">basic_stream_socket::lowest_layer</a> </h4></div></div></div> <p> <a class="indexterm" name="idm87246"></a> Get a reference to the lowest layer. </p> <pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload1.html" title="basic_stream_socket::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span> <span class="emphasis"><em>&#187; <a class="link" href="lowest_layer/overload1.html" title="basic_stream_socket::lowest_layer (1 of 2 overloads)">more...</a></em></span> </pre> <p> Get a const reference to the lowest layer. </p> <pre class="programlisting"><span class="keyword">const</span> <span class="identifier">lowest_layer_type</span> <span class="special">&amp;</span> <a class="link" href="lowest_layer/overload2.html" title="basic_stream_socket::lowest_layer (2 of 2 overloads)">lowest_layer</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> <span class="emphasis"><em>&#187; <a class="link" href="lowest_layer/overload2.html" title="basic_stream_socket::lowest_layer (2 of 2 overloads)">more...</a></em></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-2016 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="local_endpoint/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="lowest_layer/overload1.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
peersio/peerconnect
src/libs/asio/doc/asio/reference/basic_stream_socket/lowest_layer.html
HTML
mit
3,680
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Adding the Replication Framework to SimpleTxn </title> <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.62.4" /> <link rel="home" href="index.html" title="Getting Started with Replicated Berkeley DB Applications" /> <link rel="up" href="repapp.html" title="Chapter 3. The DB Replication Framework" /> <link rel="previous" href="repapp.html" title="Chapter 3. The DB Replication Framework" /> <link rel="next" href="fwrkpermmessage.html" title="Permanent Message Handling" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">Adding the Replication Framework to SimpleTxn </th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="repapp.html">Prev</a> </td> <th width="60%" align="center">Chapter 3. The DB Replication Framework</th> <td width="20%" align="right"> <a accesskey="n" href="fwrkpermmessage.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="repmgr_init_example_c"></a>Adding the Replication Framework to <span>SimpleTxn</span> </h2> </div> </div> <div></div> </div> <p> We now use the methods described above to add partial support to the <tt class="literal">SimpleTxn</tt> example that we presented in <a href="txnapp.html">Transactional Application</a>. That is, in this section we will: </p> <div class="itemizedlist"> <ul type="disc"> <li> <p> Enhance our command line options to accept information of interest to a replicated application. </p> </li> <li> <p> Configure our environment handle to use replication and the replication framework. </p> </li> <li> <p> Minimally configure the replication framework. </p> </li> <li> <p> Start replication. </p> </li> </ul> </div> <p> Note that when we are done with this section, we will be only partially ready to run the application. Some critical pieces will be missing; specifically, we will not yet be handling the differences between a master and a replica. (We do that in the next chapter). </p> <p> Also, note that in the following code fragments, additions and changes to the code are marked in <b class="userinput"><tt>bold</tt></b>. </p> <p> To begin, we make some significant changes to our <tt class="classname">RepConfig</tt> class because we will be using it to maintain a lot more information that we needed for our simple transactional example. </p> <p> We begin by changing our package name and then importing a few new classes. <tt class="classname">java.util.Vector</tt> is used to organize a list of "other host" definitions (that is, the host and port information for the other replication participants known to this application). We also need a couple of classes used to manage individual host and port information, as well as replication startup policy information. </p> <pre class="programlisting"><b class="userinput"><tt>package db.repquote; import java.util.Vector; import com.sleepycat.db.ReplicationHostAddress; import com.sleepycat.db.ReplicationManagerStartPolicy;</tt></b> public class RepConfig { </pre> <p> Next we add considerably to the constants and data members used by this class. All of this is used to manage information necessary for replication purposes. We also at this point change the program's name, since we will be doing that to the main class in our application a little later in this description. </p> <pre class="programlisting"> // Constant values used in the RepQuote application. public static final String progname = <b class="userinput"><tt>"RepQuoteExample";</tt></b> public static final int CACHESIZE = 10 * 1024 * 1024; <b class="userinput"><tt>public static final int SLEEPTIME = 5000;</tt></b> // member variables containing configuration information public String home; // String specifying the home directory for rep files. <b class="userinput"><tt>public Vector otherHosts; // stores an optional set of "other" hosts. public int priority; // priority within the replication group. public ReplicationManagerStartPolicy startPolicy; public ReplicationHostAddress thisHost; // The host address to listen to. // Optional parameter specifying the # of sites in the replication group. public int totalSites; // member variables used internally. private int currOtherHost; private boolean gotListenAddress;</tt></b></pre> <p> Now we update our class constructor to initialize all of these new variables: </p> <pre class="programlisting"> public RepConfig() { <b class="userinput"><tt>startPolicy = ReplicationManagerStartPolicy.REP_ELECTION;</tt></b> home = "TESTDIR"; <b class="userinput"><tt>gotListenAddress = false; totalSites = 0; priority = 100; currOtherHost = 0; thisHost = new ReplicationHostAddress(); otherHosts = new Vector();</tt></b> } </pre> <p> Finally, we finish updating this class by providing a series of new getter and setter methods. These are used primarily for setting a retrieving host information of interest to our replicated application: </p> <pre class="programlisting"> public java.io.File getHome() { return new java.io.File(home); } <b class="userinput"><tt>public void setThisHost(String host, int port) { gotListenAddress = true; thisHost.port = port; thisHost.host = host; } public ReplicationHostAddress getThisHost() { if (!gotListenAddress) { System.err.println("Warning: no host specified."); System.err.println("Returning default."); } return thisHost; } public boolean gotListenAddress() { return gotListenAddress; } public void addOtherHost(String host, int port, boolean peer) { ReplicationHostAddress newInfo = new ReplicationHostAddress(host, port, peer); otherHosts.add(newInfo); } public ReplicationHostAddress getFirstOtherHost() { currOtherHost = 0; if (otherHosts.size() == 0) return null; return (ReplicationHostAddress)otherHosts.get(currOtherHost); } public ReplicationHostAddress getNextOtherHost() { currOtherHost++; if (currOtherHost &gt;= otherHosts.size()) return null; return (ReplicationHostAddress)otherHosts.get(currOtherHost); } public ReplicationHostAddress getOtherHost(int i) { if (i &gt;= otherHosts.size()) return null; return (ReplicationHostAddress)otherHosts.get(i); }</tt></b> } </pre> <p> Having completed our update to the <tt class="classname">RepConfig</tt> class, we can now start making changes to the main portion of our program. We begin by changing the program's name. <span>(This, of course, means that we copy our <tt class="classname">SimpleTxn</tt> code to a file named <tt class="literal">RepQuoteExample.java</tt>.)</span> </p> <pre class="programlisting">package <b class="userinput"><tt>db.repquote</tt></b>; import java.io.FileNotFoundException; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.io.UnsupportedEncodingException; <b class="userinput"><tt>import java.lang.Thread; import java.lang.InterruptedException;</tt></b> import com.sleepycat.db.Cursor; import com.sleepycat.db.Database; import com.sleepycat.db.DatabaseConfig; import com.sleepycat.db.DatabaseEntry; import com.sleepycat.db.DatabaseException; import com.sleepycat.db.DatabaseType; import com.sleepycat.db.Environment; import com.sleepycat.db.EnvironmentConfig; import com.sleepycat.db.LockMode; import com.sleepycat.db.OperationStatus; import db.repquote.RepConfig; public class <b class="userinput"><tt>RepQuoteExample</tt></b> { private RepConfig repConfig; private Environment dbenv; </pre> <p> Next we update our usage function. The application will continue to accept the <tt class="literal">-h</tt> parameter so that we can identify the environment home directory used by this application. However, we also add the </p> <div class="itemizedlist"> <ul type="disc"> <li> <p> <tt class="literal">-m</tt> parameter which allows us to identify the host and port used by this application to listen for replication messages. </p> </li> <li> <p> <tt class="literal">-o</tt> parameter which allows us to specify other replicas. </p> </li> <li> <p> <tt class="literal">-n</tt> parameter which allows us to identify the number of sites in this replication group. </p> </li> <li> <p> <tt class="literal">-p</tt> option, which is used to identify this replica's priority (recall that the priority is used as a tie breaker for elections) </p> </li> </ul> </div> <pre class="programlisting"> public <b class="userinput"><tt>RepQuoteExample()</tt></b> throws DatabaseException { repConfig = null; dbenv = null; } public static void usage() { System.err.println("usage: " + repConfig.progname); System.err.println("[-h home]<b class="userinput"><tt>[-o host:port][-m host:port]" + "[-f host:port][-n nsites][-p priority]</tt></b>"); System.err.println(<b class="userinput"><tt>"\t -m host:port (required; m stands for me)\n" + "\t -o host:port (optional; o stands for other; any " + "number of these may be specified)\n" +</tt></b> "\t -h home directory\n" + <b class="userinput"><tt>"\t -n nsites (optional; number of sites in replication " + "group; defaults to 0\n" + "\t in which case we try to dynamically compute the " + "number of sites in\n" + "\t the replication group)\n" + "\t -p priority (optional: defaults to 100)\n");</tt></b> System.exit(1); } </pre> <p> Now we can begin working on our <tt class="literal">main()</tt> function. We begin by adding a couple of variables that we will use to collect TCP/IP host and port information. </p> <pre class="programlisting"> public static void main(String[] argv) throws Exception { RepConfig config = new RepConfig(); <b class="userinput"><tt>String tmpHost; int tmpPort = 0;</tt></b> </pre> <p> Now we collect our command line arguments. As we do so, we will configure host and port information as required, and we will configure the application's election priority if necessary. </p> <pre class="programlisting"> // Extract the command line parameters for (int i = 0; i &lt; argv.length; i++) { if (argv[i].compareTo("-h") == 0) { // home - a string arg. i++; config.home = argv[i]; <b class="userinput"><tt>} else if (argv[i].compareTo("-m") == 0) { // "me" should be host:port i++; String[] words = argv[i].split(":"); if (words.length != 2) { System.err.println( "Invalid host specification host:port needed."); usage(); } try { tmpPort = Integer.parseInt(words[1]); } catch (NumberFormatException nfe) { System.err.println("Invalid host specification, " + "could not parse port number."); usage(); } config.setThisHost(words[0], tmpPort); } else if (argv[i].compareTo("-n") == 0) { i++; config.totalSites = Integer.parseInt(argv[i]); } else if (argv[i].compareTo("-o") == 0) { i++; String[] words = argv[i].split(":"); if (words.length != 2) { System.err.println( "Invalid host specification host:port needed."); usage(); } try { tmpPort = Integer.parseInt(words[1]); } catch (NumberFormatException nfe) { System.err.println("Invalid host specification, " + "could not parse port number."); usage(); } config.addOtherHost(words[0], tmpPort, isPeer); } else if (argv[i].compareTo("-p") == 0) { i++; config.priority = Integer.parseInt(argv[i]); }</tt></b> else { System.err.println("Unrecognized option: " + argv[i]); usage(); } } // Error check command line. if (<b class="userinput"><tt>(!config.gotListenAddress())</tt></b> || config.home.length() == 0) usage(); </pre> <p> Having done that, the remainder of our <tt class="function">main()</tt> function is left unchanged, with the exception of a few name changes required by the new class name: </p> <pre class="programlisting"> <b class="userinput"><tt>RepQuoteExample</tt></b> runner = null; try { runner = new <b class="userinput"><tt>RepQuoteExample();</tt></b> runner.init(config); runner.doloop(); runner.terminate(); } catch (DatabaseException dbe) { System.err.println("Caught an exception during " + "initialization or processing: " + dbe.toString()); if (runner != null) runner.terminate(); } System.exit(0); } // end main </pre> <p> Now we need to update our <tt class="methodname">RepQuoteExample.init()</tt> method. Our updates are at first related to configuring replication. First, we need to update the method so that we can identify the local site to the environment handle (that is, the site identified by the <tt class="literal">-m</tt> command line option): </p> <pre class="programlisting"> public int init(RepConfig config) throws DatabaseException { int ret = 0; appConfig = config; EnvironmentConfig envConfig = new EnvironmentConfig(); envConfig.setErrorStream(System.err); envConfig.setErrorPrefix(RepConfig.progname); <b class="userinput"><tt>envConfig.setReplicationManagerLocalSite(appConfig.getThisHost());</tt></b> </pre> <p> And we also add code to allow us to identify "other" sites to the environment handle (that is, the sites that we identify using the <tt class="literal">-o</tt> command line option). To do this, we iterate over each of the "other" sites provided to us using the <tt class="literal">-o</tt> command line option, and we add each one individually in turn: </p> <pre class="programlisting"> <b class="userinput"><tt>for (ReplicationHostAddress host = appConfig.getFirstOtherHost(); host != null; host = appConfig.getNextOtherHost()) { envConfig.replicationManagerAddRemoteSite(host); }</tt></b> </pre> <p> And then we need code to allow us to identify the total number of sites in this replication group, and to set the environment's priority. </p> <pre class="programlisting"> <b class="userinput"><tt>if (appConfig.totalSites &gt; 0) envConfig.setReplicationNumSites(appConfig.totalSites); envConfig.setReplicationPriority(appConfig.priority); </tt></b> </pre> <p> <span>We can now open our environment. Note that the options</span> we use to open the environment are slightly different for a replicated application than they are for a non-replicated application. Namely, replication requires the <span> <tt class="methodname">EnvironmentConfig.setInitializeReplication()</tt> option. </span> </p> <p> Also, because we are using the replication framework, we must prepare our environment for threaded usage. For this reason, we also need the <tt class="literal">DB_THREAD</tt> flag. </p> <pre class="programlisting"> envConfig.setCacheSize(RepConfig.CACHESIZE); envConfig.setTxnNoSync(true); envConfig.setAllowCreate(true); envConfig.setRunRecovery(true); <b class="userinput"><tt>envConfig.setInitializeReplication(true);</tt></b> envConfig.setInitializeLocking(true); envConfig.setInitializeLogging(true); envConfig.setInitializeCache(true); envConfig.setTransactional(true); try { dbenv = new Environment(appConfig.getHome(), envConfig); } catch(FileNotFoundException e) { System.err.println("FileNotFound exception: " + e.toString()); System.err.println( "Ensure that the environment directory is pre-created."); ret = 1; } </pre> <p> Finally, we start replication before we exit this method. Immediately after exiting this method, our application will go into the <tt class="methodname">RepQuoteExample.doloop()</tt> method, which is where the bulk of our application's work is performed. We update that method in the next chapter. </p> <pre class="programlisting"> // start replication manager dbenv.replicationManagerStart(3, appConfig.startPolicy); return ret; } </pre> <p> This completes our replication updates for the moment. We are not as yet ready to actually run this program; there remains a few critical pieces left to add to it. However, the work that we performed in this section represents a solid foundation for the remainder of our replication work. </p> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="repapp.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="repapp.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="fwrkpermmessage.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">Chapter 3. The DB Replication Framework </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> Permanent Message Handling</td> </tr> </table> </div> </body> </html>
djsedulous/namecoind
libs/db-4.7.25.NC/docs/gsg_db_rep/JAVA/repmgr_init_example_c.html
HTML
mit
21,359
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Census</title> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1"> <meta name="description" content="Displaying Census data"> <meta name="author" content="Ryan Westphal"> <link rel="stylesheet" type="text/css" href="css/style.css" /> <style type="text/css"> #map { position: fixed; bottom: 0; left: 0; right: 0; top: 0; } </style> </head> <body> <div id="map"></div> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script> <script src="../../dist/jquery.geo-1.0.0-test.min.js"></script> <script> $(function () { $.ajaxTransport( function( options, originalOptions, jqXHR ) { var xdr; return { send: function( _, completeCallback ) { xdr = new XDomainRequest(); xdr.onload = function() { var responses = { text: xdr.responseText }; // force status code to 200, XDomainRequest rejects all other successful status codes if (xdr.contentType.match(/\/json/)) { options.dataTypes.push("json"); completeCallback(200, 'success', responses); } else { completeCallback(200, 'success', responses); // see bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=334804 } }; xdr.onerror = xdr.ontimeout = function() { var responses = { text: xdr.responseText }; completeCallback(400, 'failed', responses); } xdr.open(options.type, options.url); xdr.send(options.data); }, abort: function() { if(xdr) { xdr.abort(); } } }; }); // create a map var map = $("#map").geomap({ center: [-71.0595678, 42.3604823], zoom: 8, services: [ { id: "GeoIQ-acetate", type: "tiled", src: function (view) { return "http://acetate.geoiq.com/tiles/acetate-base/" + view.zoom + "/" + view.tile.column + "/" + view.tile.row + ".png"; }, attr: "<p>GeoIQ Acetate layer</p>" }, { id: "broadbandmap-income-demographics", type: "tiled", src: function (view) { return "http://www.broadbandmap.gov/StamenTiles/demographics/education/" + view.zoom + "/" + view.tile.column + "/" + view.tile.row + ".png"; }, attr: "<p>National Broadband Map income demographics</p>" } ] // click: function(e, geo) { // $.ajax({ // url: "http://www.broadbandmap.gov/broadbandmap/demographic/fall2010/coordinates", // data: { // longitude: geo.coordinates[0], // latitude: geo.coordinates[1], // format: "jsonp" // }, // dataType: "jsonp", // success: function(result) { // //alert(result.Results.blockFips + ": " + result.Results.educationBachelorOrGreater); // }, // error: function(xhr) { // alert(xhr.statusText); // } // }) // } }); $.ajax({ url: "http://data.jquerygeo.com/gz_2010_25_140_00_500k.geojson", dataType: "json", success: function(result) { map.geomap("append", result); }, error: function(xhr) { alert(xhr.statusText); } }); }); </script> <script> var _gaq = [['_setAccount', 'UA-26084853-1'], ['_trackPageview']]; (function (d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.async = 1; g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'; s.parentNode.insertBefore(g, s); } (document, 'script')); </script> </body> </html>
icequ60914/geo
docs/examples/census.html
HTML
mit
4,333
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> <div class="ms-Callout ms-Callout--arrowLeft"> <div class="ms-Callout-main"> <div class="ms-Callout-header"> <p class="ms-Callout-title">All of your favorite people</p> </div> <div class="ms-Callout-inner"> <div class="ms-Callout-content"> <p class="ms-Callout-subText">Message body is optional. If help documentation is available, consider adding a link to learn more at the bottom.</p> </div> <div class="ms-Callout-actions"> <a href="#" class="ms-Callout-link ms-Link">Learn more</a> </div> </div> </div> </div>
zkoehne/Office-UI-Fabric
src/components/Callout/Callout.html
HTML
mit
730
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffer (20 of 28 overloads)</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../buffer.html" title="buffer"> <link rel="prev" href="overload19.html" title="buffer (19 of 28 overloads)"> <link rel="next" href="overload21.html" title="buffer (21 of 28 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload19.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../buffer.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="overload21.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.buffer.overload20"></a><a class="link" href="overload20.html" title="buffer (20 of 28 overloads)">buffer (20 of 28 overloads)</a> </h4></div></div></div> <p> Create a new non-modifiable buffer that represents the given POD array. </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">PodType</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">N</span><span class="special">&gt;</span> <span class="identifier">const_buffers_1</span> <span class="identifier">buffer</span><span class="special">(</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span> <span class="keyword">const</span> <span class="identifier">PodType</span><span class="special">,</span> <span class="identifier">N</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <span class="identifier">data</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">max_size_in_bytes</span><span class="special">);</span> </pre> <h6> <a name="asio.reference.buffer.overload20.h0"></a> <span><a name="asio.reference.buffer.overload20.return_value"></a></span><a class="link" href="overload20.html#asio.reference.buffer.overload20.return_value">Return Value</a> </h6> <p> A <a class="link" href="../const_buffers_1.html" title="const_buffers_1"><code class="computeroutput"><span class="identifier">const_buffers_1</span></code></a> value equivalent to: </p> <pre class="programlisting"><span class="identifier">const_buffers_1</span><span class="special">(</span> <span class="identifier">data</span><span class="special">.</span><span class="identifier">data</span><span class="special">(),</span> <span class="identifier">min</span><span class="special">(</span><span class="identifier">data</span><span class="special">.</span><span class="identifier">size</span><span class="special">()</span> <span class="special">*</span> <span class="keyword">sizeof</span><span class="special">(</span><span class="identifier">PodType</span><span class="special">),</span> <span class="identifier">max_size_in_bytes</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-2016 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="overload19.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../buffer.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="overload21.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
throughnet/throughnet
src/libs/asio/doc/asio/reference/buffer/overload20.html
HTML
mit
4,693
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JMSGTextContent Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1334)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="../index.html">JMessage-iOS-SDK </a> </h1> <p id="developer-home"> <a href="../index.html">HXHG</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> <li id="on-this-page" role="navigation"> <label> On This Page <div class="chevron"> <div class="chevy chevron-left"></div> <div class="chevy chevron-right"></div> </div> <select id="jump-to"> <option value="top">Jump To&#133;</option> <option value="overview">Overview</option> <option value="tasks">Tasks</option> <optgroup label="Properties"> <option value="//api/name/text">text</option> </optgroup> <optgroup label="Instance Methods"> <option value="//api/name/initWithText:">- initWithText:</option> </optgroup> </select> </label> </li> </ul> </nav> </div> </aside> <article> <div id="overview_contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">JMSGTextContent Class Reference</h1> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <th>Inherits from</th> <td><a href="../Classes/JMSGAbstractContent.html">JMSGAbstractContent</a> : NSObject</td> </tr><tr> <th>Conforms to</th> <td>NSCopying</td> </tr><tr> <th>Declared in</th> <td>JMSGTextContent.h</td> </tr> </tbody></table></div> <div class="section section-overview"> <a title="Overview" name="overview"></a> <h2 class="subtitle subtitle-overview">Overview</h2> <p>纯文本内容类型</p> </div> <div class="section section-tasks"> <a title="Tasks" name="tasks"></a> <div class="task-list"> <div class="section-method"> <a name="//api/name/text" title="text"></a> <h3 class="method-title"><code><a href="#//api/name/text">&nbsp;&nbsp;text</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>内容文本</p> </div> <div class="method-subsection method-declaration"><code>@property (nonatomic, readonly, copy) NSString *text</code></div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">JMSGTextContent.h</code></p> </div> </div> </div> </div><div class="section-method"> <a name="//api/name/initWithText:" title="initWithText:"></a> <h3 class="method-title"><code><a href="#//api/name/initWithText:">&ndash;&nbsp;initWithText:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>基于文本初始化内容对象</p> </div> <div class="method-subsection method-declaration"><code>- (instancetype)initWithText:(NSString *)<em>text</em></code></div> <div class="method-subsection arguments-section parameters"> <h4 class="method-subtitle parameter-title">Parameters</h4> <table class="argument-def parameter-def"> <tr> <th scope="row" class="argument-name"><code>text</code></th> <td><p>纯文本内容</p></td> </tr> </table> </div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>这是预设的创建文本类型内容的方法</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">JMSGTextContent.h</code></p> </div> </div> </div> </div> </div> </div> </main> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2019 HXHG. All rights reserved. Updated: 2019-01-08</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p> </div> </footer> </div> </div> </article> <script src="../js/script.js"></script> </body> </html>
raoxudong/jpush-docs
zh/jmessage/client/jmessage_ios_appledoc_html/Classes/JMSGTextContent.html
HTML
mit
4,980