text
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
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE HTML> <html> <!-- Tests of DOM Worker Threads XHR(Bug 450452 ) --> <head> <title>Test for DOM Worker Threads XHR (Bug 450452 )</title> <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> </head> <body> <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=450452">DOM Worker Threads XHR (Bug 450452)</a> <p id="display"></p> <div id="content" style="display: none"> </div> <pre id="test"> <script class="testbody" type="text/javascript"> var worker = new Worker("xhr_worker.js"); var gotUploadLoad = false, gotLoadend = false; worker.onmessage = function(event) { is(event.target, worker); var args = event.data; switch (args.type) { case "progress": { ok(parseInt(args.current) <= parseInt(args.total)); } break; case "error": { ok(false, "XHR error: " + args.error); } break; case "upload.load": { gotUploadLoad = true; } break; case "load": { ok(gotUploadLoad, "Should have gotten upload load event"); gotLoadend = true; is(args.data, "A noisy noise annoys an oyster.", "correct data"); document.getElementById("content").textContent = args.data; } break; case "loadend": { ok(gotLoadend, "Should have gotten load."); SimpleTest.finish(); break; } default: { ok(false, "Unexpected message"); SimpleTest.finish(); } } }; worker.onerror = function(event) { is(event.target, worker); ok(false, "Worker had an error:" + event.data); SimpleTest.finish(); } worker.postMessage("testXHR.txt"); SimpleTest.waitForExplicitFinish(); </script> </pre> </body> </html>
wilebeast/FireFox-OS
B2G/gecko/dom/workers/test/test_xhr.html
HTML
apache-2.0
1,927
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Jan 09 15:44:17 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.guacamole.environment (guacamole-ext 0.9.14 API)</title> <meta name="date" content="2018-01-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../org/apache/guacamole/environment/package-summary.html" target="classFrame">org.apache.guacamole.environment</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="Environment.html" title="interface in org.apache.guacamole.environment" target="classFrame"><span class="interfaceName">Environment</span></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="LocalEnvironment.html" title="class in org.apache.guacamole.environment" target="classFrame">LocalEnvironment</a></li> </ul> </div> <!-- Google Analytics --> <script type="text/javascript"> (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-75289145-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
mike-jumper/incubator-guacamole-website
doc/0.9.14/guacamole-ext/org/apache/guacamole/environment/package-frame.html
HTML
apache-2.0
1,730
<?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" xml:lang="en" lang="en"> <head> <title>base.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.3</span><br /> <h1> base.rb </h1> <ul class="files"> <li> ../../../../.rvm/gems/ruby-2.2.2@playme/gems/railties-4.2.3/lib/rails/generators/base.rb </li> <li>Last modified: 2015-07-23 13:52:54 +0100</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- File only: requires --> <div class="sectiontitle">Required Files</div> <ul> <li>thor/group</li> </ul> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../../../../classes/Rails.html">Rails</a> </li> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../../../../classes/Rails/Generators.html">Rails::Generators</a> </li> <li> <span class="type">CLASS</span> <a href="../../../../../../../../../../../../../classes/Rails/Generators/Base.html">Rails::Generators::Base</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
l33z3r/playme
doc/api/files/__/__/__/__/_rvm/gems/ruby-2_2_2@playme/gems/railties-4_2_3/lib/rails/generators/base_rb.html
HTML
apache-2.0
2,612
<!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_29) on Mon Apr 21 15:19:09 GMT+05:30 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.flipkart.lois.channel.exceptions.ChannelClosedException (lois 1.1.0 API) </TITLE> <META NAME="date" CONTENT="2014-04-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.flipkart.lois.channel.exceptions.ChannelClosedException (lois 1.1.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/flipkart/lois/channel/exceptions//class-useChannelClosedException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ChannelClosedException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.flipkart.lois.channel.exceptions.ChannelClosedException</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions">ChannelClosedException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.flipkart.lois.channel.api"><B>com.flipkart.lois.channel.api</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.flipkart.lois.channel.impl"><B>com.flipkart.lois.channel.impl</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.flipkart.lois.channel.api"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions">ChannelClosedException</A> in <A HREF="../../../../../../com/flipkart/lois/channel/api/package-summary.html">com.flipkart.lois.channel.api</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/flipkart/lois/channel/api/package-summary.html">com.flipkart.lois.channel.api</A> that throw <A HREF="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions">ChannelClosedException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ReceiveChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html#isReceivable()">isReceivable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if a message can be received on the channel</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>SendChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html#isSendable()">isSendable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if a message can be sent on the channel</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html" title="type parameter in ReceiveChannel">T</A></CODE></FONT></TD> <TD><CODE><B>ReceiveChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html#receive()">receive</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Receive a message of Type <CODE>T</CODE> if message is available or block the thread and put it in wait state until there is a message available.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html" title="type parameter in ReceiveChannel">T</A></CODE></FONT></TD> <TD><CODE><B>ReceiveChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html#receive(long, java.util.concurrent.TimeUnit)">receive</A></B>(long&nbsp;timeOut, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A>&nbsp;timeUnit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Receive a message of Type <CODE>T</CODE> if message is available or block the thread and put it in wait state until there is a message available or timeout <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>TimeUnit</CODE></A>'s have passed.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SendChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html#send(T)">send</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html" title="type parameter in SendChannel">T</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Send a message of Type <CODE>T</CODE> if the channel hasn't been closed and is available to send a message.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SendChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html#send(T, long, java.util.concurrent.TimeUnit)">send</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html" title="type parameter in SendChannel">T</A>&nbsp;message, long&nbsp;timeOut, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A>&nbsp;timeUnit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Send a message of Type <CODE>T</CODE> if the channel hasn't been closed and is available to send a message.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html" title="type parameter in ReceiveChannel">T</A></CODE></FONT></TD> <TD><CODE><B>ReceiveChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/ReceiveChannel.html#tryReceive()">tryReceive</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tries to receive a messag in a non blocking way.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>SendChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html#trySend(T)">trySend</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/api/SendChannel.html" title="type parameter in SendChannel">T</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A non blocking send of Type <CODE>T</CODE> if the channel hasn't been closed and is available to send a message.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.flipkart.lois.channel.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="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions">ChannelClosedException</A> in <A HREF="../../../../../../com/flipkart/lois/channel/impl/package-summary.html">com.flipkart.lois.channel.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="../../../../../../com/flipkart/lois/channel/impl/package-summary.html">com.flipkart.lois.channel.impl</A> that throw <A HREF="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions">ChannelClosedException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#isReceivable()">isReceivable</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;boolean</CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#isSendable()">isSendable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html" title="type parameter in BufferedChannel">T</A></CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#receive()">receive</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html" title="type parameter in BufferedChannel">T</A></CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#receive(long, java.util.concurrent.TimeUnit)">receive</A></B>(long&nbsp;timeOut, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A>&nbsp;timeUnit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BufferedPassByRefChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedPassByRefChannel.html#send(T)">send</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedPassByRefChannel.html" title="type parameter in BufferedPassByRefChannel">T</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#send(T)">send</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html" title="type parameter in BufferedChannel">T</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BufferedPassByRefChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedPassByRefChannel.html#send(T, long, java.util.concurrent.TimeUnit)">send</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedPassByRefChannel.html" title="type parameter in BufferedPassByRefChannel">T</A>&nbsp;message, long&nbsp;timeOut, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A>&nbsp;timeUnit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#send(T, long, java.util.concurrent.TimeUnit)">send</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html" title="type parameter in BufferedChannel">T</A>&nbsp;message, long&nbsp;timeOut, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A>&nbsp;timeUnit)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html" title="type parameter in BufferedChannel">T</A></CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#tryReceive()">tryReceive</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;boolean</CODE></FONT></TD> <TD><CODE><B>BufferedPassByRefChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedPassByRefChannel.html#trySend(T)">trySend</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedPassByRefChannel.html" title="type parameter in BufferedPassByRefChannel">T</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>BufferedChannel.</B><B><A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html#trySend(T)">trySend</A></B>(<A HREF="../../../../../../com/flipkart/lois/channel/impl/BufferedChannel.html" title="type parameter in BufferedChannel">T</A>&nbsp;message)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/flipkart/lois/channel/exceptions/ChannelClosedException.html" title="class in com.flipkart.lois.channel.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/flipkart/lois/channel/exceptions//class-useChannelClosedException.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ChannelClosedException.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2014. All rights reserved. </BODY> </HTML>
flipkart-incubator/Lois
javadoc/com/flipkart/lois/channel/exceptions/class-use/ChannelClosedException.html
HTML
apache-2.0
20,404
{% extends "sysadmin/base.html" %} {% load i18n %} {% block cur_repo %}tab-cur{% endblock %} {% block left_panel %}{{block.super}} <form action="{% url 'sys_repo_search' %}" method="get" class="side-search-form"> <input type="text" name="name" class="input" value="" placeholder="{% trans "Search libraries by name..." %}" /> </form> {% endblock %} {% block right_panel %} <div class="tabnav"> <ul class="tabnav-tabs"> <li class="tabnav-tab"><a href="{% url 'sys_repo_admin' %}">{% trans "All" %}</a></li> <li class="tabnav-tab tabnav-tab-cur"><a href="{% url 'sys_list_orphan' %}">{% trans "Orphan" %}</a></li> <li class="tabnav-tab"><a href="{% url 'sys_list_system' %}">{% trans "System" %}</a></li> </ul> </div> {% if repos %} {% include "sysadmin/repoadmin_table.html" %} {% else %} <p>{% trans "None" %}</p> {% endif %} {% include "sysadmin/repo_transfer_form.html" %} {% endblock %} {% block extra_script %} <script type="text/javascript"> {% include "sysadmin/repoadmin_js.html" %} </script> {% endblock %}
skmezanul/seahub
seahub/templates/sysadmin/sys_list_orphan.html
HTML
apache-2.0
1,056
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.7.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: [email protected] Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8"/> <title>Metronic | UI Features - Page Progress Bar - Style 1</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="" name="description"/> <meta content="" name="author"/> <!-- BEGIN PACE PLUGIN FILES --> <script src="../../assets/global/plugins/pace/pace.min.js" type="text/javascript"></script> <link href="../../assets/global/plugins/pace/themes/pace-theme-flash-rtl.css" rel="stylesheet" type="text/css"/> <!-- END PACE PLUGIN FILES --> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css"/> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN THEME STYLES --> <link href="../../assets/global/css/components-md-rtl.css" id="style_components" rel="stylesheet" type="text/css"/> <link href="../../assets/global/css/plugins-md-rtl.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout4/css/layout-rtl.css" rel="stylesheet" type="text/css"/> <link id="style_color" href="../../assets/admin/layout4/css/themes/light-rtl.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout4/css/custom-rtl.css" rel="stylesheet" type="text/css"/> <!-- END THEME STYLES --> <link rel="shortcut icon" href="favicon.ico"/> </head> <!-- END HEAD --> <!-- BEGIN BODY --> <!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices --> <!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default --> <!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle --> <!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle --> <!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle --> <!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar --> <!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer --> <!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side --> <!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu --> <body class="page-md page-header-fixed page-sidebar-closed-hide-logo "> <!-- BEGIN HEADER --> <div class="page-header md-shadow-z-1-i navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner"> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../../assets/admin/layout4/img/logo-light.png" alt="logo" class="logo-default"/> </a> <div class="menu-toggler sidebar-toggler"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN PAGE ACTIONS --> <!-- DOC: Remove "hide" class to enable the page header actions --> <div class="page-actions"> <div class="btn-group"> <button type="button" class="btn red-haze btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="hidden-sm hidden-xs">Actions&nbsp;</span><i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-docs"></i> New Post </a> </li> <li> <a href="javascript:;"> <i class="icon-tag"></i> New Comment </a> </li> <li> <a href="javascript:;"> <i class="icon-share"></i> Share </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> </div> <!-- END PAGE ACTIONS --> <!-- BEGIN PAGE TOP --> <div class="page-top"> <!-- BEGIN HEADER SEARCH BOX --> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form" action="extra_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control input-sm" placeholder="Search..." name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <li class="separator hide"> </li> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-success"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3><span class="bold">12 pending</span> notifications</h3> <a href="extra_profile.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <li class="separator hide"> </li> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-danger"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <li class="separator hide"> </li> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-primary"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="page_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user dropdown-dark"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="username username-hide-on-mobile"> Nick </span> <!-- DOC: Do not remove below empty space(&nbsp;) as its purposely used --> <img alt="" class="img-circle" src="../../assets/admin/layout4/img/avatar9.jpg"/> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="extra_profile.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="page_todo.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="extra_lock.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="login.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END PAGE TOP --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <div class="clearfix"> </div> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar md-shadow-z-2-i navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="start "> <a href="index.html"> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="ecommerce_index.html"> <i class="icon-home"></i> Dashboard</a> </li> <li> <a href="ecommerce_orders.html"> <i class="icon-basket"></i> Orders</a> </li> <li> <a href="ecommerce_orders_view.html"> <i class="icon-tag"></i> Order View</a> </li> <li> <a href="ecommerce_products.html"> <i class="icon-handbag"></i> Products</a> </li> <li> <a href="ecommerce_products_edit.html"> <i class="icon-pencil"></i> Product Edit</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-rocket"></i> <span class="title">Page Layouts</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="layout_sidebar_reversed.html"> <span class="badge badge-warning">new</span>Right Sidebar Page</a> </li> <li> <a href="layout_sidebar_fixed.html"> Sidebar Fixed Page</a> </li> <li> <a href="layout_sidebar_closed.html"> Sidebar Closed Page</a> </li> <li> <a href="layout_blank_page.html"> Blank Page</a> </li> <li> <a href="layout_boxed_page.html"> Boxed Page</a> </li> <li> <a href="layout_language_bar.html"> Language Switch Bar</a> </li> </ul> </li> <li class="active open"> <a href="javascript:;"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li> <a href="ui_general.html"> General Components</a> </li> <li> <a href="ui_buttons.html"> Buttons</a> </li> <li> <a href="ui_icons.html"> <span class="badge badge-danger">new</span>Font Icons</a> </li> <li> <a href="ui_colors.html"> Flat UI Colors</a> </li> <li> <a href="ui_typography.html"> Typography</a> </li> <li> <a href="ui_tabs_accordions_navs.html"> Tabs, Accordions & Navs</a> </li> <li> <a href="ui_tree.html"> <span class="badge badge-danger">new</span>Tree View</a> </li> <li class="active"> <a href="ui_page_progress_style_1.html"> <span class="badge badge-warning">new</span>Page Progress Bar - Style 1</a> </li> <li> <a href="ui_blockui.html"> Block UI</a> </li> <li> <a href="ui_bootstrap_growl.html"> <span class="badge badge-roundless badge-warning">new</span>Bootstrap Growl Notifications</a> </li> <li> <a href="ui_notific8.html"> Notific8 Notifications</a> </li> <li> <a href="ui_toastr.html"> Toastr Notifications</a> </li> <li> <a href="ui_alert_dialog_api.html"> <span class="badge badge-danger">new</span>Alerts & Dialogs API</a> </li> <li> <a href="ui_session_timeout.html"> Session Timeout</a> </li> <li> <a href="ui_idle_timeout.html"> User Idle Timeout</a> </li> <li> <a href="ui_modals.html"> Modals</a> </li> <li> <a href="ui_extended_modals.html"> Extended Modals</a> </li> <li> <a href="ui_tiles.html"> Tiles</a> </li> <li> <a href="ui_datepaginator.html"> <span class="badge badge-success">new</span>Date Paginator</a> </li> <li> <a href="ui_nestable.html"> Nestable List</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-puzzle"></i> <span class="title">UI Components</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="components_pickers.html"> Date & Time Pickers</a> </li> <li> <a href="components_context_menu.html"> Context Menu</a> </li> <li> <a href="components_dropdowns.html"> Custom Dropdowns</a> </li> <li> <a href="components_form_tools.html"> Form Widgets & Tools</a> </li> <li> <a href="components_form_tools2.html"> Form Widgets & Tools 2</a> </li> <li> <a href="components_editors.html"> Markdown & WYSIWYG Editors</a> </li> <li> <a href="components_ion_sliders.html"> Ion Range Sliders</a> </li> <li> <a href="components_noui_sliders.html"> NoUI Range Sliders</a> </li> <li> <a href="components_jqueryui_sliders.html"> jQuery UI Sliders</a> </li> <li> <a href="components_knob_dials.html"> Knob Circle Dials</a> </li> </ul> </li> <!-- BEGIN ANGULARJS LINK --> <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo"> <a href="angularjs" target="_blank"> <i class="icon-paper-plane"></i> <span class="title"> AngularJS Version </span> </a> </li> <!-- END ANGULARJS LINK --> <li> <a href="javascript:;"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="form_controls_md.html"> <span class="badge badge-roundless badge-danger">new</span>Material Design<br> Form Controls</a> </li> <li> <a href="form_controls.html"> Bootstrap<br> Form Controls</a> </li> <li> <a href="form_layouts.html"> Form Layouts</a> </li> <li> <a href="form_editable.html"> <span class="badge badge-warning">new</span>Form X-editable</a> </li> <li> <a href="form_wizard.html"> Form Wizard</a> </li> <li> <a href="form_validation.html"> Form Validation</a> </li> <li> <a href="form_image_crop.html"> <span class="badge badge-danger">new</span>Image Cropping</a> </li> <li> <a href="form_fileupload.html"> Multiple File Upload</a> </li> <li> <a href="form_dropzone.html"> Dropzone File Upload</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-briefcase"></i> <span class="title">Data Tables</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="table_basic.html"> Basic Datatables</a> </li> <li> <a href="table_tree.html"> Tree Datatables</a> </li> <li> <a href="table_responsive.html"> Responsive Datatables</a> </li> <li> <a href="table_managed.html"> Managed Datatables</a> </li> <li> <a href="table_editable.html"> Editable Datatables</a> </li> <li> <a href="table_advanced.html"> Advanced Datatables</a> </li> <li> <a href="table_ajax.html"> Ajax Datatables</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="portlet_general.html"> General Portlets</a> </li> <li> <a href="portlet_general2.html"> <span class="badge badge-danger">new</span>New Portlets #1</a> </li> <li> <a href="portlet_general3.html"> <span class="badge badge-danger">new</span>New Portlets #2</a> </li> <li> <a href="portlet_ajax.html"> Ajax Portlets</a> </li> <li> <a href="portlet_draggable.html"> Draggable Portlets</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="charts_amcharts.html"> Amchart</a> </li> <li> <a href="charts_flotcharts.html"> Flotchart</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-docs"></i> <span class="title">Pages</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_timeline.html"> <i class="icon-paper-plane"></i> <span class="badge badge-warning">2</span>New Timeline</a> </li> <li> <a href="extra_profile.html"> <i class="icon-user-following"></i> <span class="badge badge-success badge-roundless">new</span>New User Profile</a> </li> <li> <a href="page_todo.html"> <i class="icon-hourglass"></i> <span class="badge badge-danger">4</span>Todo</a> </li> <li> <a href="inbox.html"> <i class="icon-envelope"></i> <span class="badge badge-danger">4</span>Inbox</a> </li> <li> <a href="extra_faq.html"> <i class="icon-info"></i> FAQ</a> </li> <li> <a href="page_portfolio.html"> <i class="icon-feed"></i> Portfolio</a> </li> <li> <a href="page_timeline.html"> <i class="icon-clock"></i> <span class="badge badge-info">4</span>Timeline</a> </li> <li> <a href="page_coming_soon.html"> <i class="icon-flag"></i> Coming Soon</a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> <span class="badge badge-danger">14</span>Calendar</a> </li> <li> <a href="extra_invoice.html"> <i class="icon-flag"></i> Invoice</a> </li> <li> <a href="page_blog.html"> <i class="icon-speech"></i> Blog</a> </li> <li> <a href="page_blog_item.html"> <i class="icon-link"></i> Blog Post</a> </li> <li> <a href="page_news.html"> <i class="icon-eye"></i> <span class="badge badge-success">9</span>News</a> </li> <li> <a href="page_news_item.html"> <i class="icon-bell"></i> News View</a> </li> <li> <a href="page_timeline_old.html"> <i class="icon-paper-plane"></i> <span class="badge badge-warning">2</span>Old Timeline</a> </li> <li> <a href="extra_profile_old.html"> <i class="icon-user"></i> Old User Profile</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-present"></i> <span class="title">Extra</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_about.html"> About Us</a> </li> <li> <a href="page_contact.html"> Contact Us</a> </li> <li> <a href="extra_search.html"> Search Results</a> </li> <li> <a href="extra_pricing_table.html"> Pricing Tables</a> </li> <li> <a href="extra_404_option1.html"> 404 Page Option 1</a> </li> <li> <a href="extra_404_option2.html"> 404 Page Option 2</a> </li> <li> <a href="extra_404_option3.html"> 404 Page Option 3</a> </li> <li> <a href="extra_500_option1.html"> 500 Page Option 1</a> </li> <li> <a href="extra_500_option2.html"> 500 Page Option 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="icon-user"></i> Sample Link 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="#"><i class="icon-power"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="#"><i class="icon-camera"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-link"></i> Sample Link 2</a> </li> <li> <a href="#"><i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-globe"></i> Item 2 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="#"><i class="icon-tag"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-pencil"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="#"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-user"></i> <span class="title">Login Options</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="login.html"> Login Form 1</a> </li> <li> <a href="login_2.html"> Login Form 2</a> </li> <li> <a href="login_3.html"> Login Form 3</a> </li> <li> <a href="login_soft.html"> Login Form 4</a> </li> <li> <a href="extra_lock.html"> Lock Screen 1</a> </li> <li> <a href="extra_lock2.html"> Lock Screen 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-envelope-open"></i> <span class="title">Email Templates</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="email_template1.html"> New Email Template 1</a> </li> <li> <a href="email_template2.html"> New Email Template 2</a> </li> <li> <a href="email_template3.html"> New Email Template 3</a> </li> <li> <a href="email_template4.html"> New Email Template 4</a> </li> <li> <a href="email_newsletter.html"> Old Email Template 1</a> </li> <li> <a href="email_system.html"> Old Email Template 2</a> </li> </ul> </li> <li class="last "> <a href="javascript:;"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="maps_google.html"> Google Maps</a> </li> <li> <a href="maps_vector.html"> Vector Maps</a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM--> <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> Widget settings form goes here </div> <div class="modal-footer"> <button type="button" class="btn blue">Save changes</button> <button type="button" class="btn default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM--> <!-- BEGIN PAGE HEADER--> <!-- BEGIN PAGE HEAD --> <div class="page-head"> <!-- BEGIN PAGE TITLE --> <div class="page-title"> <h1>Page Progress Bar - Style 1 <small>an automatic web page progress bar</small></h1> </div> <!-- END PAGE TITLE --> <!-- BEGIN PAGE TOOLBAR --> <div class="page-toolbar"> <!-- BEGIN THEME PANEL --> <div class="btn-group btn-theme-panel"> <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown"> <i class="icon-settings"></i> </a> <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click"> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-12"> <h3>THEME</h3> <ul class="theme-colors"> <li class="theme-color theme-color-default active" data-theme="default"> <span class="theme-color-view"></span> <span class="theme-color-name">Dark Header</span> </li> <li class="theme-color theme-color-light" data-theme="light"> <span class="theme-color-view"></span> <span class="theme-color-name">Light Header</span> </li> </ul> </div> <div class="col-md-8 col-sm-8 col-xs-12 seperator"> <h3>LAYOUT</h3> <ul class="theme-settings"> <li> Theme Style <select class="layout-style-option form-control input-small input-sm"> <option value="square" selected="selected">Square corners</option> <option value="rounded">Rounded corners</option> </select> </li> <li> Layout <select class="layout-option form-control input-small input-sm"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </li> <li> Header <select class="page-header-option form-control input-small input-sm"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </li> <li> Top Dropdowns <select class="page-header-top-dropdown-style-option form-control input-small input-sm"> <option value="light">Light</option> <option value="dark" selected="selected">Dark</option> </select> </li> <li> Sidebar Mode <select class="sidebar-option form-control input-small input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </li> <li> Sidebar Menu <select class="sidebar-menu-option form-control input-small input-sm"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </li> <li> Sidebar Position <select class="sidebar-pos-option form-control input-small input-sm"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </li> <li> Footer <select class="page-footer-option form-control input-small input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </li> </ul> </div> </div> </div> </div> <!-- END THEME PANEL --> </div> <!-- END PAGE TOOLBAR --> </div> <!-- END PAGE HEAD --> <!-- BEGIN PAGE BREADCRUMB --> <ul class="page-breadcrumb breadcrumb"> <li> <a href="index.html">Home</a> <i class="fa fa-circle"></i> </li> <li> <a href="#">UI Features</a> <i class="fa fa-circle"></i> </li> <li> <a href="#">Page Progress Bar - Style 1</a> </li> </ul> <!-- END PAGE BREADCRUMB --> <!-- END PAGE HEADER--> <!-- BEGIN PAGE CONTENT--> <div class="row"> <div class="col-md-12"> <div class="note note-danger note-shadow"> <h4 class="block">Pace</h4> <p> An automatic web page progress bar. Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress. For more info check the plugin documentation <a href="http://github.hubspot.com/pace" target="_blank"> here </a> </p> </div> <!-- BEGIN PORTLET--> <div class="portlet box blue-hoki"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Pace Themes </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> <a href="javascript:;" class="reload"> </a> </div> </div> <div class="portlet-body"> <table class="table table-hover table-striped table-bordered"> <tr class="active"> <td> Default Example With Spinner <code>pace-theme-flash.css</code> </td> <td> <a class="btn blue" href="ui_page_progress_style_1.html"> View Demo </a> </td> </tr> <tr> <td> Big Counter <code>pace-theme-big-counter.css</code> </td> <td> <a class="btn default" href="ui_page_progress_style_2.html"> View Demo </a> </td> </tr> <tr> <td> Minimal Example Without Spinner <code>pace-theme-minimal.css</code> </td> <td> <a class="btn default" href="ui_page_progress_style_3.html"> View Demo </a> </td> </tr> </table> </div> </div> <!-- END PORTLET--> </div> </div> <!-- END PAGE CONTENT--> </div> </div> <!-- END CONTENT --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2014 &copy; Metronic by keenthemes. </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> </div> <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> <!-- BEGIN CORE PLUGINS --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <script src="../../assets/global/plugins/excanvas.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip --> <script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL SCRIPTS --> <script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script> <script src="../../assets/admin/layout4/scripts/layout.js" type="text/javascript"></script> <script src="../../assets/admin/layout4/scripts/demo.js" type="text/javascript"></script> <!-- END PAGE LEVEL SCRIPTS --> <script> jQuery(document).ready(function() { // initiate layout and plugins Metronic.init(); // init metronic core components Layout.init(); // init current layout Demo.init(); // init demo features }); </script> <!-- END JAVASCRIPTS --> </body> <!-- END BODY --> </html>
zzsoszz/metronicv37
theme_rtl/templates/admin4_material_design/ui_page_progress_style_1.html
HTML
apache-2.0
45,753
<div class="portlet-blue width_quarter left"> <div class="title"><span>Sales Departments</span></div> <div class="content"> <div id="treeView"> <ul id="salesInfo" data-bind="foreach:{data : salesInfo ,afterRender: drawTree }"> <li class="department"> <span data-bind="text: name"></span> <ul id="salesDept" data-bind="foreach: years"> <li class="years"> <a href="#" data-bind="text: year, click:function(data, event) { $root.yearClicked($parent.name,data); }"></a> </li> </ul> </li> </ul> </div> </div> </div>
puneethrai/Managed
platforms/wp8/www/app/modules/sampleModule2/salesDashboard/treeViewPanel/view.html
HTML
apache-2.0
770
<!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_77) on Sun Feb 12 12:26:26 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.buffalokiwi.aerodrome.jet.reports Class Hierarchy (Aerodrome 1.0-SNAPSHOT API)</title> <meta name="date" content="2017-02-12"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.buffalokiwi.aerodrome.jet.reports Class Hierarchy (Aerodrome 1.0-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</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/buffalokiwi/aerodrome/jet/products/package-tree.html">Prev</a></li> <li><a href="../../../../../com/buffalokiwi/aerodrome/jet/settlement/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/buffalokiwi/aerodrome/jet/reports/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.buffalokiwi.aerodrome.jet.reports</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.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">com.buffalokiwi.aerodrome.jet.reports.<a href="../../../../../com/buffalokiwi/aerodrome/jet/reports/ReportStatusRec.html" title="class in com.buffalokiwi.aerodrome.jet.reports"><span class="typeNameLink">ReportStatusRec</span></a></li> </ul> </li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">com.buffalokiwi.aerodrome.jet.reports.<a href="../../../../../com/buffalokiwi/aerodrome/jet/reports/ReportStatus.html" title="enum in com.buffalokiwi.aerodrome.jet.reports"><span class="typeNameLink">ReportStatus</span></a></li> <li type="circle">com.buffalokiwi.aerodrome.jet.reports.<a href="../../../../../com/buffalokiwi/aerodrome/jet/reports/ReportType.html" title="enum in com.buffalokiwi.aerodrome.jet.reports"><span class="typeNameLink">ReportType</span></a></li> </ul> </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>Use</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/buffalokiwi/aerodrome/jet/products/package-tree.html">Prev</a></li> <li><a href="../../../../../com/buffalokiwi/aerodrome/jet/settlement/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/buffalokiwi/aerodrome/jet/reports/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 ======= --> <p class="legalCopy"><small>Copyright &#169; 2017. All rights reserved.</small></p> </body> </html>
SheepGuru/aerodrome-for-jet
docs/com/buffalokiwi/aerodrome/jet/reports/package-tree.html
HTML
apache-2.0
6,557
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Wed May 17 17:01:17 CST 2017 --> <TITLE> AReleaseRP </TITLE> <META NAME="date" CONTENT="2017-05-17"> <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="AReleaseRP"; } } </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="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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/dcm4che/net/AETFilter.html" title="org.dcm4che.net ÖеĽӿÚ"><B>ÉÏÒ»¸öÀà</B></A>&nbsp; &nbsp;<A HREF="../../../org/dcm4che/net/AReleaseRQ.html" title="org.dcm4che.net ÖеĽӿÚ"><B>ÏÂÒ»¸öÀà</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/dcm4che/net/AReleaseRP.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="AReleaseRP.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÕªÒª£º&nbsp;ǶÌ×&nbsp;|&nbsp;×Ö¶Î&nbsp;|&nbsp;¹¹Ôì·½·¨&nbsp;|&nbsp;·½·¨</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÏêϸÐÅÏ¢£º&nbsp;×Ö¶Î&nbsp;|&nbsp;¹¹Ôì·½·¨&nbsp;|&nbsp;·½·¨</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.dcm4che.net</FONT> <BR> ½Ó¿Ú AReleaseRP</H2> <DL> <DT><B>ËùÓг¬¼¶½Ó¿Ú£º</B> <DD><A HREF="../../../org/dcm4che/net/PDU.html" title="org.dcm4che.net ÖеĽӿÚ">PDU</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>AReleaseRP</B><DT>extends <A HREF="../../../org/dcm4che/net/PDU.html" title="org.dcm4che.net ÖеĽӿÚ">PDU</A></DL> </PRE> <P> <DL> <DT><B>°æ±¾£º</B></DT> <DD>1.0.0</DD> <DT><B>×÷Õߣº</B></DT> <DD>[email protected]</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>×Ö¶ÎÕªÒª</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.dcm4che.net.PDU"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>´Ó½Ó¿Ú org.dcm4che.net.<A HREF="../../../org/dcm4che/net/PDU.html" title="org.dcm4che.net ÖеĽӿÚ">PDU</A> ¼Ì³ÐµÄ×Ö¶Î</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../org/dcm4che/net/PDU.html#A_ABORT">A_ABORT</A>, <A HREF="../../../org/dcm4che/net/PDU.html#A_ASSOCIATE_AC">A_ASSOCIATE_AC</A>, <A HREF="../../../org/dcm4che/net/PDU.html#A_ASSOCIATE_RJ">A_ASSOCIATE_RJ</A>, <A HREF="../../../org/dcm4che/net/PDU.html#A_ASSOCIATE_RQ">A_ASSOCIATE_RQ</A>, <A HREF="../../../org/dcm4che/net/PDU.html#A_RELEASE_RP">A_RELEASE_RP</A>, <A HREF="../../../org/dcm4che/net/PDU.html#A_RELEASE_RQ">A_RELEASE_RQ</A>, <A HREF="../../../org/dcm4che/net/PDU.html#P_DATA_TF">P_DATA_TF</A></CODE></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>·½·¨ÕªÒª</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.dcm4che.net.PDU"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>´Ó½Ó¿Ú org.dcm4che.net.<A HREF="../../../org/dcm4che/net/PDU.html" title="org.dcm4che.net ÖеĽӿÚ">PDU</A> ¼Ì³ÐµÄ·½·¨</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../org/dcm4che/net/PDU.html#toString(boolean)">toString</A>, <A HREF="../../../org/dcm4che/net/PDU.html#writeTo(java.io.OutputStream)">writeTo</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></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>¸ÅÊö</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</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/dcm4che/net/AETFilter.html" title="org.dcm4che.net ÖеĽӿÚ"><B>ÉÏÒ»¸öÀà</B></A>&nbsp; &nbsp;<A HREF="../../../org/dcm4che/net/AReleaseRQ.html" title="org.dcm4che.net ÖеĽӿÚ"><B>ÏÂÒ»¸öÀà</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/dcm4che/net/AReleaseRP.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="AReleaseRP.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÕªÒª£º&nbsp;ǶÌ×&nbsp;|&nbsp;×Ö¶Î&nbsp;|&nbsp;¹¹Ôì·½·¨&nbsp;|&nbsp;·½·¨</FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> ÏêϸÐÅÏ¢£º&nbsp;×Ö¶Î&nbsp;|&nbsp;¹¹Ôì·½·¨&nbsp;|&nbsp;·½·¨</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
medicayun/medicayundicom
dcm4che14/trunk/build/doc/api/org/dcm4che/net/AReleaseRP.html
HTML
apache-2.0
8,712
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{gr-$tpl.wxname}</title> <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="format-detection" content="telephone=no"> <meta charset="utf-8"> <link href="__STATIC__/tpl/178/css/cate.css" rel="stylesheet" type="text/css" /> <link href="__STATIC__/tpl/com/css/iscroll.css" rel="stylesheet" type="text/css" /> <style> </style> <!--背景音乐start--> <script src="__WAP__/js/audio.js" type="text/javascript"> </script> <script type="text/javascript"> // 两秒后模拟点击 setTimeout(function() { // IE if (document.all) { document.getElementById("playbox").click(); } // 其它浏览器 else { var e = document.createEvent("MouseEvents"); e.initEvent("click", true, true); document.getElementById("playbox").dispatchEvent(e); } }, 2000); </script> <script src="__STATIC__/tpl/com/js/iscroll.js" type="text/javascript"> </script> <script type="text/javascript"> var myScroll; function loaded() { myScroll = new iScroll('wrapper', { snap: true, momentum: false, hScrollbar: false, onScrollEnd: function() { document.querySelector('#indicator > li.active').className = ''; document.querySelector('#indicator > li:nth-child(' + (this.currPageX + 1) + ')').className = 'active'; } }); } document.addEventListener('DOMContentLoaded', loaded, false); </script> {gr-$zhidacode}</head> <body> <!--music--> <if condition="$homeInfo['musicurl'] neq false"> <include file="Index:music"/> </if> <div class="banner"> <div id="wrapper"> <div id="scroller"> <ul id="thelist"> <volist name="flash" id="so"> <li><p>{gr-$so.info}</p><a href="{gr-$so.url}"><img src="{gr-$so.img}" /></a></li> </volist> </ul> </div> </div> <div id="nav"> <div id="prev" onclick="myScroll.scrollToPage('prev', 0,400,2);return false">&larr; prev</div> <ul id="indicator"> <volist name="flash" id="so"> <li <if condition="$i eq 1">class="active"</if> ></li> </volist> </ul> <div id="next" onclick="myScroll.scrollToPage('next', 0);return false">next &rarr;</div> </div> <div class="clr"></div> </div> </div> <div id="insert1"> </div> <ul class="mainmenu"> <volist name="info" id="vo"> <li> <a href="<if condition="$vo['url'] eq ''">{gr-:U('Wap/Index/lists',array('classid'=>$vo['id'],'token'=>$vo['token']))}<else/>{gr-$vo.url|htmlspecialchars_decode}</if>"> <em> </em> <p> <span> {gr-$vo.name} </span> <i> {gr-$vo.info} </i> </p> <b> </b> </a> </li> </volist> </ul> <script> var count = document.getElementById("thelist").getElementsByTagName("img").length; var count2 = document.getElementsByClassName("menuimg").length; for (i = 0; i < count; i++) { document.getElementById("thelist").getElementsByTagName("img").item(i).style.cssText = " width:" + document.body.clientWidth + "px"; } document.getElementById("scroller").style.cssText = " width:" + document.body.clientWidth * count + "px"; setInterval(function() { myScroll.scrollToPage('next', 0, 400, count); }, 3500); window.onresize = function() { for (i = 0; i < count; i++) { document.getElementById("thelist").getElementsByTagName("img").item(i).style.cssText = " width:" + document.body.clientWidth + "px"; } document.getElementById("scroller").style.cssText = " width:" + document.body.clientWidth * count + "px"; } </script> <div class="copyright"> <if condition="$iscopyright eq 1"> {gr-$homeInfo.copyright} <else/> {gr-$siteCopyright} </if> </div> <include file="Index:styleInclude"/><include file="$cateMenuFileName"/> <!-- share --> <include file="Index:share" /> </body> </html>
h136799711/2015weitonghui
Application/Wap/View/gooraye/Index/1160_index_n4fb.html
HTML
apache-2.0
4,305
--- subdomain: tls-v1-1 layout: page favicon: red background: red --- <div id="content"> <h1 style="font-size: 12vw;"> {{ page.subdomain }}.<br>{{ site.domain }} </h1> </div>
marumari/badssl.com
domains/protocol/tls-v1-1/index.html
HTML
apache-2.0
184
--- subdomain: ssl-v2 layout: page favicon: red background: red --- <div id="content"> <h1 style="font-size: 12vw;"> {{ page.subdomain }}.<br>{{ site.domain }} </h1> </div>
marumari/badssl.com
domains/protocol/ssl-v2/index.html
HTML
apache-2.0
182
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Module simul</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc"> </head> <body bgcolor="white"> <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <hr> <h1>Module simul</h1> <ul class="index"><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul> <p>Copyright © copyright Mar 1, 2009 Description: TODO: Add description to simul</p> <p><b>Authors:</b> saket kunwar.</p> <h2><a name="index">Function Index</a></h2> <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#add_node-1">add_node/1</a></td><td> add a random node to Boot rename boot with boot for boot.</td></tr> <tr><td valign="top"><a href="#add_node-2">add_node/2</a></td><td>add Node to Boot.</td></tr> <tr><td valign="top"><a href="#analyse-2">analyse/2</a></td><td>analyse File for Type=succlist | fingertable.</td></tr> <tr><td valign="top"><a href="#bulkadd-2">bulkadd/2</a></td><td>initializes all other nodes.</td></tr> <tr><td valign="top"><a href="#get_boot-0">get_boot/0</a></td><td>get boot node.</td></tr> <tr><td valign="top"><a href="#get_node-1">get_node/1</a></td><td></td></tr> <tr><td valign="top"><a href="#get_pid-1">get_pid/1</a></td><td></td></tr> <tr><td valign="top"><a href="#kill_all-1">kill_all/1</a></td><td></td></tr> <tr><td valign="top"><a href="#kill_node-1">kill_node/1</a></td><td>kill the node.</td></tr> <tr><td valign="top"><a href="#lookup-2">lookup/2</a></td><td>lookup {Key,Val} pair from Node=Id.</td></tr> <tr><td valign="top"><a href="#store-2">store/2</a></td><td>store {Key,Val} pair from Node =Id.</td></tr> <tr><td valign="top"><a href="#test_all-2">test_all/2</a></td><td>test all node's return val for a given {Key,Val} pair.</td></tr> <tr><td valign="top"><a href="#test_node-2">test_node/2</a></td><td></td></tr> <tr><td valign="top"><a href="#view-2">view/2</a></td><td>view the finger table of a node given [H|T] where H={NodeId,Pid}.</td></tr> <tr><td valign="top"><a href="#view_all-0">view_all/0</a></td><td>view all nodes.</td></tr> <tr><td valign="top"><a href="#view_node-2">view_node/2</a></td><td>view the nodes succssesor list or fingertable.</td></tr> </table> <h2><a name="functions">Function Details</a></h2> <h3 class="function"><a name="add_node-1">add_node/1</a></h3> <div class="spec"> <p><tt>add_node(Boot) -&gt; any()</tt></p> </div><p> add a random node to Boot rename boot with boot for boot</p> <h3 class="function"><a name="add_node-2">add_node/2</a></h3> <div class="spec"> <p><tt>add_node(Node, Boot) -&gt; any()</tt></p> </div><p>add Node to Boot</p> <h3 class="function"><a name="analyse-2">analyse/2</a></h3> <div class="spec"> <p><tt>analyse(File, Type) -&gt; any()</tt></p> </div><p>analyse File for Type=succlist | fingertable</p> <h3 class="function"><a name="bulkadd-2">bulkadd/2</a></h3> <div class="spec"> <p><tt>bulkadd(Bootadd, T) -&gt; any()</tt></p> </div><p>initializes all other nodes</p> <h3 class="function"><a name="get_boot-0">get_boot/0</a></h3> <div class="spec"> <p><tt>get_boot() -&gt; any()</tt></p> </div><p>get boot node</p> <h3 class="function"><a name="get_node-1">get_node/1</a></h3> <div class="spec"> <p><tt>get_node(Id) -&gt; any()</tt></p> </div> <h3 class="function"><a name="get_pid-1">get_pid/1</a></h3> <div class="spec"> <p><tt>get_pid(Node) -&gt; any()</tt></p> </div> <h3 class="function"><a name="kill_all-1">kill_all/1</a></h3> <div class="spec"> <p><tt>kill_all(T) -&gt; any()</tt></p> </div> <h3 class="function"><a name="kill_node-1">kill_node/1</a></h3> <div class="spec"> <p><tt>kill_node(Node) -&gt; any()</tt></p> </div><p>kill the node</p> <h3 class="function"><a name="lookup-2">lookup/2</a></h3> <div class="spec"> <p><tt>lookup(FromNode, Key) -&gt; any()</tt></p> </div><p>lookup {Key,Val} pair from Node=Id</p> <h3 class="function"><a name="store-2">store/2</a></h3> <div class="spec"> <p><tt>store(FromNode, X2) -&gt; any()</tt></p> </div><p>store {Key,Val} pair from Node =Id</p> <h3 class="function"><a name="test_all-2">test_all/2</a></h3> <div class="spec"> <p><tt>test_all(Key, Val) -&gt; any()</tt></p> </div><p>test all node's return val for a given {Key,Val} pair. [H|T]=boot:nodelist()</p> <h3 class="function"><a name="test_node-2">test_node/2</a></h3> <div class="spec"> <p><tt>test_node(N, X2) -&gt; any()</tt></p> </div> <h3 class="function"><a name="view-2">view/2</a></h3> <div class="spec"> <p><tt>view(T, Type) -&gt; any()</tt></p> </div><p>view the finger table of a node given [H|T] where H={NodeId,Pid}.</p> <h3 class="function"><a name="view_all-0">view_all/0</a></h3> <div class="spec"> <p><tt>view_all() -&gt; any()</tt></p> </div><p>view all nodes</p> <h3 class="function"><a name="view_node-2">view_node/2</a></h3> <div class="spec"> <p><tt>view_node(Node, Type) -&gt; ok</tt> <ul class="definitions"><li><tt>Type = succlist | fingertable</tt></li> </ul></p> </div><p>view the nodes succssesor list or fingertable</p> <hr> <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <p><i>Generated by EDoc, Jul 29 2009, 17:40:17.</i></p> </body> </html>
auser/erl_dht
doc/simul.html
HTML
apache-2.0
5,814
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--skip--> <title>EasyRTC Demo:EasyRTC Demo: Video+Audio HD 720</title> <link rel="stylesheet" type="text/css" href="/easyrtc/easyrtc.css" /> <!--hide--> <link rel="stylesheet" type="text/css" href="css/landing.css" /> <link rel="stylesheet" type="text/css" href="css/demo_audio_video_simple_hd.css" /> <!-- Prettify Code --> <script type="text/javascript" src="js/prettify/prettify.js"></script> <script type="text/javascript" src="js/prettify/loadAndFilter.js"></script> <script type="text/javascript" src="js/prettify/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="js/prettify/prettify.css" /> <!--show--> <!-- Assumes global locations for socket.io.js and easyrtc.js --> <script src="/socket.io/socket.io.js"></script> <script type="text/javascript" src="/easyrtc/easyrtc.js"></script> <script type="text/javascript" src="js/demo_audio_video_simple_hd.js"></script> </head> <body onload="connect();"> <!--hide--> <div id="container"> <div id="header"> <a href="index.html"><img id="logo_easyrtc" src="images/easyrtc_logo.png" alt="EasyRTC" style="" /></a> </div> <div id="menu"><a class="menu_link" href="index.html"><div class="menu_item">Local Demos</div></a><a class="menu_link" href="https://github.com/priologic/easyrtc/tree/master/docs"><div class="menu_item">Documentation</div></a><a class="menu_link" href="https://easyrtc.com/forums/"><div class="menu_item">Support: EasyRTC Forums</div></a><a class="menu_link" href="http://www.easyrtc.com/"><div class="menu_item">EasyRTC.com</div></a></div> <div id="main"> <!-- Main Content --> <!--show--> <h1>EasyRTC Demo: Video+Audio HD 720p</h1> <div id="demoContainer"> <div> Note: your own image will show up postage stamp sized, while the other party's video will be shown in high-definition (1280x720). Note: not all webcams are seen by WebRTC as providing high-definition video; the fallback is to use standard definition (640x480). </div> <div id="connectControls"> <div id="iam">Not yet connected...</div> <br /> <strong>Connected users:</strong> <div id="otherClients"></div> </div> <div id="videos"> <div style="position:relative;float:left;" width="1282" height="722"> <video autoplay="autoplay" id="callerVideo"></video> <video class="easyrtcMirror" autoplay="autoplay" id="selfVideo" muted="true" volume="0" ></video> </div> <!-- each caller video needs to be in it's own div so it's close button can be positioned correctly --> </div> </div> <!--hide--> <br style="clear:both;" /> <hr /> <h2>The Code</h2> <h3>HTML</h3> <pre id="prettyHTML" class="prettyprint linenums:1"> </pre> <h3>CSS</h3> <p>In order to show the 'X' in the upper right corner, the callerVideo video tag must be in a div with relative positioning.:</p> <pre id="prettyCSS" class="prettyprint linenums:1"> </pre> <h3>JavaScript</h3> <p>The contents of demo_audio_video_simple_hd.js:</p> <pre id="prettyJS" class="prettyprint linenums:1"> </pre> <!-- Runs the SyntaxHighlighter --> <script type="text/javascript"> loadAndFilter(window.location.href, "prettyHTML",2 ); loadAndFilter(getHelperPath("js"), "prettyJS", 2); loadAndFilter(getHelperPath("css"), "prettyCSS", 2); </script> <!-- End Main Content --> </div> <div id="footer"> <a href="http://www.skedans.com/?from=landing"><img id="logo_priologic" src="images/skedans_logo.png" height="40" width="150" alt="Created By Skedans Systems, Inc." /></a> <a href="http://www.easyrtc.com/?from=landing"><img id="logo_pb_easyrtc" src="/easyrtc/img/powered_by_easyrtc.png" height="60" width="200" alt="Powered By EasyRTC" /></a> <p><em>&copy; 2015 - Skedans Systems, Inc., All Rights Reserved.</em></p> <p id="license">EasyRTC source code released under a BSD2 License. <a href="https://github.com/priologic/easyrtc/blob/master/LICENSE">See LICENSE file in project folder</a> for details.</p> </div> </div> <!--show--> </body> </html>
hthetiot/easyrtc
demos/demo_audio_video_simple_hd.html
HTML
bsd-2-clause
5,203
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Maria Tests</title> </head> <body> <script src="../lib/buster/buster-test.js" type="text/javascript"></script> <script src="../lib/evento/evento.js" type="text/javascript"></script> <script src="../lib/hijos/hijos.js" type="text/javascript"></script> <script src="../lib/arbutus/arbutus.js" type="text/javascript"></script> <script src="../lib/grail/grail.js" type="text/javascript"></script> <script src="../lib/hormigas/hormigas.js" type="text/javascript"></script> <script src="../src/namespace.js" type="text/javascript"></script> <script src="../src/capitalize.js" type="text/javascript"></script> <script src="../src/trim.js" type="text/javascript"></script> <script src="../src/some.js" type="text/javascript"></script> <script src="../src/borrow.js" type="text/javascript"></script> <script src="../src/borrowEvento.js" type="text/javascript"></script> <script src="../src/borrowHijos.js" type="text/javascript"></script> <script src="../src/borrowGrail.js" type="text/javascript"></script> <script src="../src/create.js" type="text/javascript"></script> <script src="../src/subclass.js" type="text/javascript"></script> <script src="../src/Model.js" type="text/javascript"></script> <script src="../src/SetModel.js" type="text/javascript"></script> <script src="../src/View.js" type="text/javascript"></script> <script src="../src/ElementView.js" type="text/javascript"></script> <script src="../src/SetView.js" type="text/javascript"></script> <script src="../src/Controller.js" type="text/javascript"></script> <script src="../src/Model.subclass.js" type="text/javascript"></script> <script src="../src/SetModel.subclass.js" type="text/javascript"></script> <script src="../src/View.subclass.js" type="text/javascript"></script> <script src="../src/ElementView.subclass.js" type="text/javascript"></script> <script src="../src/SetView.subclass.js" type="text/javascript"></script> <script src="../src/Controller.subclass.js" type="text/javascript"></script> <script src="trivial-suite.js" type="text/javascript"></script> <script src="Model-suite.js" type="text/javascript"></script> <script src="Model.subclass-suite.js" type="text/javascript"></script> <script src="SetModel-suite.js" type="text/javascript"></script> <script src="SetModel.subclass-suite.js" type="text/javascript"></script> <script src="Controller-suite.js" type="text/javascript"></script> <script src="Controller.subclass-suite.js" type="text/javascript"></script> <script src="View-suite.js" type="text/javascript"></script> <script src="View.subclass-suite.js" type="text/javascript"></script> <script src="ElementView-suite.js" type="text/javascript"></script> <script src="ElementView.subclass-suite.js" type="text/javascript"></script> <script src="SetView-suite.js" type="text/javascript"></script> <script src="SetView.subclass-suite.js" type="text/javascript"></script> </body> </html>
davidpucheta/maria
tst/runner.html
HTML
bsd-2-clause
3,244
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <!-- Common Lisp HyperSpec (TM), version 3.0 generated by kmp on Thu, 2-May-1996 10:21am EDT --> <HTML> <HEAD> <TITLE>CLHS: Function ASIN, ACOS, ATAN</TITLE> <META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman"> <META HTTP-EQUIV="Organization" CONTENT="The Harlequin Group Limited"> <LINK REL=TOP HREF="../FrontMatter/index.html"> <LINK REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal"> <LINK REL=DISCLAIMER HREF="../FrontMatter/About-HyperSpec.html#Disclaimer"> <LINK REL=PREV HREF="fun_sincm_coscm_tan.html"> <LINK REL=UP HREF="sec_the_numbers_dictionary.html"> <LINK REL=NEXT HREF="convar_pi.html"> </HEAD> <BODY BGCOLOR="#c0c0c0"> <H1><A REV=MADE HREF="http://www.harlequin.com/"><IMG ALT="[HARLEQUIN]" SRC="../Graphics/Harlequin-Small.gif" ALIGN=Bottom></A><A REL=TOP HREF="../FrontMatter/index.html"><IMG ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/HyperSpec-Small.gif" ALIGN=Bottom></A> <A REL=PREV HREF="fun_sincm_coscm_tan.html"><IMG ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="sec_the_numbers_dictionary.html"><IMG ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="convar_pi.html"><IMG ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1> <HR> <A NAME="asin"><A NAME="acos"><A NAME="atan"><I>Function</I> <B>ASIN, ACOS, ATAN</B></A></A></A> <P> <P><B>Syntax:</B><P> <P> <B>asin</B> <I>number</I> =&gt; <I>radians</I><P> <B>acos</B> <I>number</I> =&gt; <I>radians</I><P> <B>atan</B> <I>number1 <TT>&amp;optional</TT> number2</I> =&gt; <I>radians</I><P> <P> <P><B>Arguments and Values:</B><P> <P> <I>number</I>---a <A REL=DEFINITION HREF="glo_n.html#number"><I>number</I></A>. <P> <I>number1</I>---a <A REL=DEFINITION HREF="glo_n.html#number"><I>number</I></A> if <I>number2</I> is not supplied, or a <A REL=DEFINITION HREF="syscla_real.html#real"><I>real</I></A> if <I>number2</I> is supplied. <P> <I>number2</I>---a <A REL=DEFINITION HREF="syscla_real.html#real"><I>real</I></A>. <P> <I>radians</I>---a <A REL=DEFINITION HREF="glo_n.html#number"><I>number</I></A> (of radians). <P> <P><B>Description:</B><P> <P> <A REL=DEFINITION HREF="#asin"><B>asin</B></A>, <A REL=DEFINITION HREF="#acos"><B>acos</B></A>, and <A REL=DEFINITION HREF="#atan"><B>atan</B></A> compute the arc sine, arc cosine, and arc tangent respectively. <P> The arc sine, arc cosine, and arc tangent (with only <I>number1</I> supplied) functions can be defined mathematically for <I>number</I> or <I>number1</I> specified as <I>x</I> as in the next figure. <P> <PRE> Function Definition Arc sine -i log (ix+ sqrt(1-x^2) ) Arc cosine (&lt;PI&gt;/2) - arcsin x Arc tangent -i log ((1+ix) sqrt(1/(1+x^2)) ) </PRE> <P><B>Figure 12-14. Mathematical definition of arc sine, arc cosine, and arc tangent</B> <P> These formulae are mathematically correct, assuming completely accurate computation. They are not necessarily the simplest ones for real-valued computations. <P> If both <I>number1</I> and <I>number2</I> are supplied for <A REL=DEFINITION HREF="#atan"><B>atan</B></A>, the result is the arc tangent of <I>number1</I>/<I>number2</I>. The value of <A REL=DEFINITION HREF="#atan"><B>atan</B></A> is always between -&lt;PI&gt; (exclusive) and &lt;PI&gt; (inclusive) when minus zero is not supported. The range of the two-argument arc tangent when minus zero is supported includes -&lt;PI&gt;. <P> For a <A REL=DEFINITION HREF="syscla_real.html#real"><I>real</I></A> <I>number1</I>, the result is a <A REL=DEFINITION HREF="syscla_real.html#real"><I>real</I></A> and lies between -&lt;PI&gt;/2 and &lt;PI&gt;/2 (both exclusive). <I>number1</I> can be a <A REL=DEFINITION HREF="glo_c.html#complex"><I>complex</I></A> if <I>number2</I> is not supplied. If both are supplied, <I>number2</I> can be zero provided <I>number1</I> is not zero. <P> The following definition for arc sine determines the range and branch cuts: <P> <P> <TT>arcsin</TT> z = -i <TT>log</TT> (iz+<TT>sqrt</TT>(1-z^2)) <P> <P> The branch cut for the arc sine function is in two pieces: one along the negative real axis to the left of -1 (inclusive), continuous with quadrant II, and one along the positive real axis to the right of 1 (inclusive), continuous with quadrant IV. The range is that strip of the complex plane containing numbers whose real part is between -&lt;PI&gt;/2 and &lt;PI&gt;/2. A number with real part equal to -&lt;PI&gt;/2 is in the range if and only if its imaginary part is non-negative; a number with real part equal to &lt;PI&gt;/2 is in the range if and only if its imaginary part is non-positive. <P> The following definition for arc cosine determines the range and branch cuts: <P> <P> <P> <TT>arccos</TT> z = &lt;PI&gt;/2- <TT>arcsin</TT> z<P> <P> or, which are equivalent, <P> <P> <TT>arccos</TT> z = -i <TT>log</TT> (z+i <TT>sqrt</TT>(1-z^2)) <P> <P> <P> <TT>arccos</TT> z = 2 <TT>log</TT> (<TT>sqrt</TT>((1+z)/2) + i <TT>sqrt</TT>((1-z)/2))/i<P> <P> The branch cut for the arc cosine function is in two pieces: one along the negative real axis to the left of -1 (inclusive), continuous with quadrant II, and one along the positive real axis to the right of 1 (inclusive), continuous with quadrant IV. This is the same branch cut as for arc sine. The range is that strip of the complex plane containing numbers whose real part is between 0 and &lt;PI&gt;. A number with real part equal to 0 is in the range if and only if its imaginary part is non-negative; a number with real part equal to &lt;PI&gt; is in the range if and only if its imaginary part is non-positive. <P> The following definition for (one-argument) arc tangent determines the range and branch cuts: <P> <P> <TT>arctan</TT> z = <TT>log</TT> (1+iz) - <TT>log</TT> (1-iz)/(2i) <P> <P> Beware of simplifying this formula; ``obvious'' simplifications are likely to alter the branch cuts or the values on the branch cuts incorrectly. The branch cut for the arc tangent function is in two pieces: one along the positive imaginary axis above i (exclusive), continuous with quadrant II, and one along the negative imaginary axis below -i (exclusive), continuous with quadrant IV. The points i and -i are excluded from the domain. The range is that strip of the complex plane containing numbers whose real part is between -&lt;PI&gt;/2 and &lt;PI&gt;/2. A number with real part equal to -&lt;PI&gt;/2 is in the range if and only if its imaginary part is strictly positive; a number with real part equal to &lt;PI&gt;/2 is in the range if and only if its imaginary part is strictly negative. Thus the range of arc tangent is identical to that of arc sine with the points -&lt;PI&gt;/2 and &lt;PI&gt;/2 excluded. <P> For <A REL=DEFINITION HREF="#atan"><B>atan</B></A>, the signs of <I>number1</I> (indicated as <I>x</I>) and <I>number2</I> (indicated as <I>y</I>) are used to derive quadrant information. The next figure details various special cases. The asterisk (*) indicates that the entry in the figure applies to implementations that support minus zero. <P> <PRE> y Condition x Condition Cartesian locus Range of result y = 0 x &gt; 0 Positive x-axis 0 * y = +0 x &gt; 0 Positive x-axis +0 * y = -0 x &gt; 0 Positive x-axis -0 y &gt; 0 x &gt; 0 Quadrant I 0 &lt; result&lt; &lt;PI&gt;/2 y &gt; 0 x = 0 Positive y-axis &lt;PI&gt;/2 y &gt; 0 x &lt; 0 Quadrant II &lt;PI&gt;/2 &lt; result&lt; &lt;PI&gt; y = 0 x &lt; 0 Negative x-axis &lt;PI&gt; * y = +0 x &lt; 0 Negative x-axis +&lt;PI&gt; * y = -0 x &lt; 0 Negative x-axis -&lt;PI&gt; y &lt; 0 x &lt; 0 Quadrant III -&lt;PI&gt;&lt; result&lt; -&lt;PI&gt;/2 y &lt; 0 x = 0 Negative y-axis -&lt;PI&gt;/2 y &lt; 0 x &gt; 0 Quadrant IV -&lt;PI&gt;/2 &lt; result&lt; 0 y = 0 x = 0 Origin undefined consequences * y = +0 x = +0 Origin +0 * y = -0 x = +0 Origin -0 * y = +0 x = -0 Origin +&lt;PI&gt; * y = -0 x = -0 Origin -&lt;PI&gt; </PRE> <P><B>Figure 12-15. Quadrant information for arc tangent</B> <P> <P><B>Examples:</B><P> <P> <PRE> (asin 0) =&gt; 0.0 (acos #c(0 1)) =&gt; #C(1.5707963267948966 -0.8813735870195432) (/ (atan 1 (sqrt 3)) 6) =&gt; 0.087266 (atan #c(0 2)) =&gt; #C(-1.5707964 0.54930615) </PRE> </TT> <P> <P><B>Affected By:</B> None. <P> <P><B>Exceptional Situations:</B><P> <P> <A REL=DEFINITION HREF="#acos"><B>acos</B></A> and <A REL=DEFINITION HREF="#asin"><B>asin</B></A> should signal an error of <A REL=DEFINITION HREF="glo_t.html#type"><I>type</I></A> <A REL=DEFINITION HREF="contyp_type-error.html#type-error"><B>type-error</B></A> if <I>number</I> is not a <A REL=DEFINITION HREF="glo_n.html#number"><I>number</I></A>. <A REL=DEFINITION HREF="#atan"><B>atan</B></A> should signal <A REL=DEFINITION HREF="contyp_type-error.html#type-error"><B>type-error</B></A> if one argument is supplied and that argument is not a <A REL=DEFINITION HREF="glo_n.html#number"><I>number</I></A>, or if two arguments are supplied and both of those arguments are not <I>reals</I>. <P> <A REL=DEFINITION HREF="#acos"><B>acos</B></A>, <A REL=DEFINITION HREF="#asin"><B>asin</B></A>, and <A REL=DEFINITION HREF="#atan"><B>atan</B></A> might signal <A REL=DEFINITION HREF="contyp_arithmetic-error.html#arithmetic-error"><B>arithmetic-error</B></A>. <P> <P><B>See Also:</B><P> <P> <A REL=DEFINITION HREF="fun_log.html#log"><B>log</B></A>, <A REL=DEFINITION HREF="fun_sqrtcm_isqrt.html#sqrt"><B>sqrt</B></A>, <A REL=CHILD HREF="sec_12-1-3-3.html">Section 12.1.3.3 (Rule of Float Substitutability)</A> <P> <P><B>Notes:</B><P> <P> The result of either <A REL=DEFINITION HREF="#asin"><B>asin</B></A> or <A REL=DEFINITION HREF="#acos"><B>acos</B></A> can be a <A REL=DEFINITION HREF="glo_c.html#complex"><I>complex</I></A> even if <I>number</I> is not a <A REL=DEFINITION HREF="glo_c.html#complex"><I>complex</I></A>; this occurs when the absolute value of <I>number</I> is greater than one. <P> <P><HR>The following <A REL=META HREF="../FrontMatter/X3J13-Issues.html">X3J13 cleanup issues</A>, <I>not part of the specification</I>, apply to this section:<P><UL><LI> <A REL=CHILD HREF="../Issues/iss192.html">IEEE-ATAN-BRANCH-CUT:SPLIT</A><LI> <A REL=CHILD HREF="../Issues/iss290.html">REAL-NUMBER-TYPE:X3J13-MAR-89</A><LI> <A REL=CHILD HREF="../Issues/iss069.html">COMPLEX-ATAN-BRANCH-CUT:TWEAK</A><LI> <A REL=CHILD HREF="../Issues/iss070.html">COMPLEX-ATANH-BOGUS-FORMULA:TWEAK-MORE</A><P></UL> <HR> <A REL=NAVIGATOR HREF="../FrontMatter/Starting-Points.html"><IMG ALT="[Starting Points]" SRC="../Graphics/Starting-Points.gif" ALIGN=Bottom></A><A REL=TOC HREF="../FrontMatter/Chapter-Index.html"><IMG ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Master-Index.html"><IMG ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Symbol-Index.html"><IMG ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/sec_26-1.html"><IMG ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Issues/Issues-Categorized.html"><IMG ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR> <A REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal"><I>Copyright 1996, The Harlequin Group Limited. All Rights Reserved.</I></A><P> </BODY> </HTML>
jasom/eclipse-lisp
doc/alu/HyperSpec/Body/fun_asincm_acoscm_atan.html
HTML
bsd-2-clause
11,917
<!DOCTYPE html> <html> <head><!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <meta charset="UTF-8"><style type="text/css">.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; /* Part 1: Set a maxium relative to the parent */ width: auto 9; /* IE7-8 need help adjusting responsive images */ height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */ vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } #map_canvas img, .google-maps img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; background-color: #fff; } a { color: #08c; text-decoration: none; } a:hover { color: #005580; text-decoration: underline; } .img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .img-polaroid { padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); box-shadow: 0 1px 3px rgba(0,0,0,0.1); } .img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .span12 { width: 940px; } .span11 { width: 860px; } .span10 { width: 780px; } .span9 { width: 700px; } .span8 { width: 620px; } .span7 { width: 540px; } .span6 { width: 460px; } .span5 { width: 380px; } .span4 { width: 300px; } .span3 { width: 220px; } .span2 { width: 140px; } .span1 { width: 60px; } .offset12 { margin-left: 980px; } .offset11 { margin-left: 900px; } .offset10 { margin-left: 820px; } .offset9 { margin-left: 740px; } .offset8 { margin-left: 660px; } .offset7 { margin-left: 580px; } .offset6 { margin-left: 500px; } .offset5 { margin-left: 420px; } .offset4 { margin-left: 340px; } .offset3 { margin-left: 260px; } .offset2 { margin-left: 180px; } .offset1 { margin-left: 100px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574468085%; *margin-left: 2.074468085106383%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.127659574468085%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.48936170212765%; *width: 91.43617021276594%; } .row-fluid .span10 { width: 82.97872340425532%; *width: 82.92553191489361%; } .row-fluid .span9 { width: 74.46808510638297%; *width: 74.41489361702126%; } .row-fluid .span8 { width: 65.95744680851064%; *width: 65.90425531914893%; } .row-fluid .span7 { width: 57.44680851063829%; *width: 57.39361702127659%; } .row-fluid .span6 { width: 48.93617021276595%; *width: 48.88297872340425%; } .row-fluid .span5 { width: 40.42553191489362%; *width: 40.37234042553192%; } .row-fluid .span4 { width: 31.914893617021278%; *width: 31.861702127659576%; } .row-fluid .span3 { width: 23.404255319148934%; *width: 23.351063829787233%; } .row-fluid .span2 { width: 14.893617021276595%; *width: 14.840425531914894%; } .row-fluid .span1 { width: 6.382978723404255%; *width: 6.329787234042553%; } .row-fluid .offset12 { margin-left: 104.25531914893617%; *margin-left: 104.14893617021275%; } .row-fluid .offset12:first-child { margin-left: 102.12765957446808%; *margin-left: 102.02127659574467%; } .row-fluid .offset11 { margin-left: 95.74468085106382%; *margin-left: 95.6382978723404%; } .row-fluid .offset11:first-child { margin-left: 93.61702127659574%; *margin-left: 93.51063829787232%; } .row-fluid .offset10 { margin-left: 87.23404255319149%; *margin-left: 87.12765957446807%; } .row-fluid .offset10:first-child { margin-left: 85.1063829787234%; *margin-left: 84.99999999999999%; } .row-fluid .offset9 { margin-left: 78.72340425531914%; *margin-left: 78.61702127659572%; } .row-fluid .offset9:first-child { margin-left: 76.59574468085106%; *margin-left: 76.48936170212764%; } .row-fluid .offset8 { margin-left: 70.2127659574468%; *margin-left: 70.10638297872339%; } .row-fluid .offset8:first-child { margin-left: 68.08510638297872%; *margin-left: 67.9787234042553%; } .row-fluid .offset7 { margin-left: 61.70212765957446%; *margin-left: 61.59574468085106%; } .row-fluid .offset7:first-child { margin-left: 59.574468085106375%; *margin-left: 59.46808510638297%; } .row-fluid .offset6 { margin-left: 53.191489361702125%; *margin-left: 53.085106382978715%; } .row-fluid .offset6:first-child { margin-left: 51.063829787234035%; *margin-left: 50.95744680851063%; } .row-fluid .offset5 { margin-left: 44.68085106382979%; *margin-left: 44.57446808510638%; } .row-fluid .offset5:first-child { margin-left: 42.5531914893617%; *margin-left: 42.4468085106383%; } .row-fluid .offset4 { margin-left: 36.170212765957444%; *margin-left: 36.06382978723405%; } .row-fluid .offset4:first-child { margin-left: 34.04255319148936%; *margin-left: 33.93617021276596%; } .row-fluid .offset3 { margin-left: 27.659574468085104%; *margin-left: 27.5531914893617%; } .row-fluid .offset3:first-child { margin-left: 25.53191489361702%; *margin-left: 25.425531914893618%; } .row-fluid .offset2 { margin-left: 19.148936170212764%; *margin-left: 19.04255319148936%; } .row-fluid .offset2:first-child { margin-left: 17.02127659574468%; *margin-left: 16.914893617021278%; } .row-fluid .offset1 { margin-left: 10.638297872340425%; *margin-left: 10.53191489361702%; } .row-fluid .offset1:first-child { margin-left: 8.51063829787234%; *margin-left: 8.404255319148938%; } [class*="span"].hide, .row-fluid [class*="span"].hide { display: none; } [class*="span"].pull-right, .row-fluid [class*="span"].pull-right { float: right; } .container { margin-right: auto; margin-left: auto; *zoom: 1; } .container:before, .container:after { display: table; content: ""; line-height: 0; } .container:after { clear: both; } .container-fluid { padding-right: 20px; padding-left: 20px; *zoom: 1; } .container-fluid:before, .container-fluid:after { display: table; content: ""; line-height: 0; } .container-fluid:after { clear: both; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 21px; font-weight: 200; line-height: 30px; } small { font-size: 85%; } strong { font-weight: bold; } em { font-style: italic; } cite { font-style: normal; } .muted { color: #999; } .text-warning { color: #c09853; } a.text-warning:hover { color: #a47e3c; } .text-error { color: #b94a48; } a.text-error:hover { color: #953b39; } .text-info { color: #3a87ad; } a.text-info:hover { color: #2d6987; } .text-success { color: #468847; } a.text-success:hover { color: #356635; } h1, h2, h3, h4, h5, h6 { margin: 10px 0; font-family: inherit; font-weight: bold; line-height: 20px; color: inherit; text-rendering: optimizelegibility; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: #999; } h1, h2, h3 { line-height: 40px; } h1 { font-size: 38.5px; } h2 { font-size: 31.5px; } h3 { font-size: 24.5px; } h4 { font-size: 17.5px; } h5 { font-size: 14px; } h6 { font-size: 11.9px; } h1 small { font-size: 24.5px; } h2 small { font-size: 17.5px; } h3 small { font-size: 14px; } h4 small { font-size: 14px; } .page-header { padding-bottom: 9px; margin: 20px 0 30px; border-bottom: 1px solid #eee; } ul, ol { padding: 0; margin: 0 0 10px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } li { line-height: 20px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } dl { margin-bottom: 20px; } dt, dd { line-height: 20px; } dt { font-weight: bold; } dd { margin-left: 10px; } .dl-horizontal { *zoom: 1; } .dl-horizontal:before, .dl-horizontal:after { display: table; content: ""; line-height: 0; } .dl-horizontal:after { clear: both; } .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } hr { margin: 20px 0; border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #eee; } blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 25px; } blockquote small { display: block; line-height: 20px; color: #999; } blockquote small:before { content: '4 A0'; } blockquote.pull-right { float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } blockquote.pull-right small:before { content: ''; } blockquote.pull-right small:after { content: 'A0 4'; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 20px; font-style: normal; line-height: 20px; } body { margin-top: 90px; } .header { position: fixed; top: 0; left: 50%; margin-left: -480px; background-color: #fff; border-bottom: 1px solid #ddd; padding-top: 10px; z-index: 10; } .the-icons li { font-size: 14px; line-height: 24px; height: 24px; } .switch { position: absolute; right: 0; bottom: 10px; color: #666; } .switch input { margin-right: 0.3em; } .codesOn .i-name { display: none; } .codesOn .i-code { display: inline; } .i-code { display: none; } </style> <link rel="stylesheet" href="css/5dprint.css"> <link rel="stylesheet" href="css/animation.css"><!--[if IE 7]> <link rel="stylesheet" href="css/5dprint-ie7.css"><![endif]--> <script> function toggleCodes(on) { var obj = document.getElementById('icons'); if (on) { obj.className += ' codesOn'; } else { obj.className = obj.className.replace(' codesOn', ''); } } </script> </head> <body> <div class="container header"> <h1> 5dprint <small>font demo</small> </h1> <label class="switch"> <input type="checkbox" onclick="toggleCodes(this.checked)">show codes </label> </div> <div id="icons" class="container"> <div class="row"> <div class="span3"> <ul class="the-icons unstyled"> <li title="Code: 0x27"><i class="icon-temperature"></i> <span class="i-name">icon-temperature</span><span class="i-code">0x27</span></li> <li title="Code: 0x29"><i class="icon-na"></i> <span class="i-name">icon-na</span><span class="i-code">0x29</span></li> <li title="Code: 0x2a"><i class="icon-celcius"></i> <span class="i-name">icon-celcius</span><span class="i-code">0x2a</span></li> <li title="Code: 0xe80a"><i class="icon-plus-1"></i> <span class="i-name">icon-plus-1</span><span class="i-code">0xe80a</span></li> <li title="Code: 0x2b"><i class="icon-plus"></i> <span class="i-name">icon-plus</span><span class="i-code">0x2b</span></li> <li title="Code: 0xe823"><i class="icon-fahrenheit"></i> <span class="i-name">icon-fahrenheit</span><span class="i-code">0xe823</span></li> <li title="Code: 0x2d"><i class="icon-minus"></i> <span class="i-name">icon-minus</span><span class="i-code">0x2d</span></li> <li title="Code: 0x3d"><i class="icon-eq"></i> <span class="i-name">icon-eq</span><span class="i-code">0x3d</span></li> <li title="Code: 0x45"><i class="icon-mist"></i> <span class="i-name">icon-mist</span><span class="i-code">0x45</span></li> <li title="Code: 0x46"><i class="icon-wind"></i> <span class="i-name">icon-wind</span><span class="i-code">0x46</span></li> <li title="Code: 0x4a"><i class="icon-fog-sun"></i> <span class="i-name">icon-fog-sun</span><span class="i-code">0x4a</span></li> <li title="Code: 0x4c"><i class="icon-fog-cloud"></i> <span class="i-name">icon-fog-cloud</span><span class="i-code">0x4c</span></li> <li title="Code: 0x4d"><i class="icon-fog"></i> <span class="i-name">icon-fog</span><span class="i-code">0x4d</span></li> <li title="Code: 0x68"><i class="icon-flask"></i> <span class="i-name">icon-flask</span><span class="i-code">0x68</span></li> <li title="Code: 0x2139"><i class="icon-info"></i> <span class="i-name">icon-info</span><span class="i-code">0x2139</span></li> <li title="Code: 0xe80f"><i class="icon-left-1"></i> <span class="i-name">icon-left-1</span><span class="i-code">0xe80f</span></li> <li title="Code: 0x2190"><i class="icon-left"></i> <span class="i-name">icon-left</span><span class="i-code">0x2190</span></li> <li title="Code: 0x2191"><i class="icon-up"></i> <span class="i-name">icon-up</span><span class="i-code">0x2191</span></li> <li title="Code: 0x2192"><i class="icon-right"></i> <span class="i-name">icon-right</span><span class="i-code">0x2192</span></li> <li title="Code: 0xe80e"><i class="icon-down-1"></i> <span class="i-name">icon-down-1</span><span class="i-code">0xe80e</span></li> <li title="Code: 0x2193"><i class="icon-down"></i> <span class="i-name">icon-down</span><span class="i-code">0x2193</span></li> <li title="Code: 0x21b6"><i class="icon-undo"></i> <span class="i-name">icon-undo</span><span class="i-code">0x21b6</span></li> <li title="Code: 0x221e"><i class="icon-infinity"></i> <span class="i-name">icon-infinity</span><span class="i-code">0x221e</span></li> <li title="Code: 0xe81e"><i class="icon-home-1"></i> <span class="i-name">icon-home-1</span><span class="i-code">0xe81e</span></li> <li title="Code: 0x2302"><i class="icon-home"></i> <span class="i-name">icon-home</span><span class="i-code">0x2302</span></li> <li title="Code: 0x2387"><i class="icon-split"></i> <span class="i-name">icon-split</span><span class="i-code">0x2387</span></li> <li title="Code: 0x2389"><i class="icon-pause"></i> <span class="i-name">icon-pause</span><span class="i-code">0x2389</span></li> <li title="Code: 0x23cf"><i class="icon-eject"></i> <span class="i-name">icon-eject</span><span class="i-code">0x23cf</span></li> <li title="Code: 0x25aa"><i class="icon-stop"></i> <span class="i-name">icon-stop</span><span class="i-code">0x25aa</span></li> <li title="Code: 0xe81c"><i class="icon-up-dir"></i> <span class="i-name">icon-up-dir</span><span class="i-code">0xe81c</span></li> <li title="Code: 0x25b4"><i class="icon-glyph78"></i> <span class="i-name">icon-glyph78</span><span class="i-code">0x25b4</span></li> <li title="Code: 0x25b6"><i class="icon-play"></i> <span class="i-name">icon-play</span><span class="i-code">0x25b6</span></li> <li title="Code: 0x25b8"><i class="icon-right-dir"></i> <span class="i-name">icon-right-dir</span><span class="i-code">0x25b8</span></li> <li title="Code: 0xe801"><i class="icon-right-dir-1"></i> <span class="i-name">icon-right-dir-1</span><span class="i-code">0xe801</span></li> <li title="Code: 0xe81b"><i class="icon-down-dir-1"></i> <span class="i-name">icon-down-dir-1</span><span class="i-code">0xe81b</span></li> <li title="Code: 0x25be"><i class="icon-down-dir"></i> <span class="i-name">icon-down-dir</span><span class="i-code">0x25be</span></li> <li title="Code: 0x25c2"><i class="icon-left-dir"></i> <span class="i-name">icon-left-dir</span><span class="i-code">0x25c2</span></li> <li title="Code: 0xe800"><i class="icon-left-dir-1"></i> <span class="i-name">icon-left-dir-1</span><span class="i-code">0xe800</span></li> <li title="Code: 0xe818"><i class="icon-star-1"></i> <span class="i-name">icon-star-1</span><span class="i-code">0xe818</span></li> <li title="Code: 0x2605"><i class="icon-star"></i> <span class="i-name">icon-star</span><span class="i-code">0x2605</span></li> <li title="Code: 0x2606"><i class="icon-star-empty"></i> <span class="i-name">icon-star-empty</span><span class="i-code">0x2606</span></li> <li title="Code: 0xe807"><i class="icon-th-list-1"></i> <span class="i-name">icon-th-list-1</span><span class="i-code">0xe807</span></li> <li title="Code: 0x2630"><i class="icon-th-list"></i> <span class="i-name">icon-th-list</span><span class="i-code">0x2630</span></li> <li title="Code: 0xe817"><i class="icon-heart-empty-1"></i> <span class="i-name">icon-heart-empty-1</span><span class="i-code">0xe817</span></li> <li title="Code: 0x2661"><i class="icon-heart-empty"></i> <span class="i-name">icon-heart-empty</span><span class="i-code">0x2661</span></li> <li title="Code: 0xe816"><i class="icon-heart-2"></i> <span class="i-name">icon-heart-2</span><span class="i-code">0xe816</span></li> <li title="Code: 0xe813"><i class="icon-heart-1"></i> <span class="i-name">icon-heart-1</span><span class="i-code">0xe813</span></li> <li title="Code: 0x2665"><i class="icon-heart"></i> <span class="i-name">icon-heart</span><span class="i-code">0x2665</span></li> <li title="Code: 0xe806"><i class="icon-th-1"></i> <span class="i-name">icon-th-1</span><span class="i-code">0xe806</span></li> </ul> </div> <div class="span3"> <ul class="the-icons unstyled"> <li title="Code: 0x268f"><i class="icon-th"></i> <span class="i-name">icon-th</span><span class="i-code">0x268f</span></li> <li title="Code: 0x2699"><i class="icon-cog"></i> <span class="i-name">icon-cog</span><span class="i-code">0x2699</span></li> <li title="Code: 0xe815"><i class="icon-attention-1"></i> <span class="i-name">icon-attention-1</span><span class="i-code">0xe815</span></li> <li title="Code: 0x26a0"><i class="icon-attention"></i> <span class="i-name">icon-attention</span><span class="i-code">0x26a0</span></li> <li title="Code: 0x26ef"><i class="icon-cog-alt"></i> <span class="i-name">icon-cog-alt</span><span class="i-code">0x26ef</span></li> <li title="Code: 0x270d"><i class="icon-edit"></i> <span class="i-name">icon-edit</span><span class="i-code">0x270d</span></li> <li title="Code: 0x2710"><i class="icon-pencil-alt"></i> <span class="i-name">icon-pencil-alt</span><span class="i-code">0x2710</span></li> <li title="Code: 0xe810"><i class="icon-ok-2"></i> <span class="i-name">icon-ok-2</span><span class="i-code">0xe810</span></li> <li title="Code: 0xe808"><i class="icon-ok-1"></i> <span class="i-name">icon-ok-1</span><span class="i-code">0xe808</span></li> <li title="Code: 0x2713"><i class="icon-ok"></i> <span class="i-name">icon-ok</span><span class="i-code">0x2713</span></li> <li title="Code: 0x2714"><i class="icon-ok-circle"></i> <span class="i-name">icon-ok-circle</span><span class="i-code">0x2714</span></li> <li title="Code: 0xe811"><i class="icon-cancel-2"></i> <span class="i-name">icon-cancel-2</span><span class="i-code">0xe811</span></li> <li title="Code: 0xe809"><i class="icon-cancel-1"></i> <span class="i-name">icon-cancel-1</span><span class="i-code">0xe809</span></li> <li title="Code: 0x2715"><i class="icon-cancel"></i> <span class="i-name">icon-cancel</span><span class="i-code">0x2715</span></li> <li title="Code: 0xe812"><i class="icon-cancel-circle-1"></i> <span class="i-name">icon-cancel-circle-1</span><span class="i-code">0xe812</span></li> <li title="Code: 0x2716"><i class="icon-cancel-circle"></i> <span class="i-name">icon-cancel-circle</span><span class="i-code">0x2716</span></li> <li title="Code: 0x2753"><i class="icon-help"></i> <span class="i-name">icon-help</span><span class="i-code">0x2753</span></li> <li title="Code: 0x2757"><i class="icon-attention-circle"></i> <span class="i-name">icon-attention-circle</span><span class="i-code">0x2757</span></li> <li title="Code: 0x2935"><i class="icon-arrow-curved"></i> <span class="i-name">icon-arrow-curved</span><span class="i-code">0x2935</span></li> <li title="Code: 0xe048"><i class="icon-play-circle2"></i> <span class="i-name">icon-play-circle2</span><span class="i-code">0xe048</span></li> <li title="Code: 0xe071"><i class="icon-off-1"></i> <span class="i-name">icon-off-1</span><span class="i-code">0xe071</span></li> <li title="Code: 0xe09e"><i class="icon-gauge-2"></i> <span class="i-name">icon-gauge-2</span><span class="i-code">0xe09e</span></li> <li title="Code: 0xe0e7"><i class="icon-fire-1"></i> <span class="i-name">icon-fire-1</span><span class="i-code">0xe0e7</span></li> <li title="Code: 0xe107"><i class="icon-cogs"></i> <span class="i-name">icon-cogs</span><span class="i-code">0xe107</span></li> <li title="Code: 0xe701"><i class="icon-star-half"></i> <span class="i-name">icon-star-half</span><span class="i-code">0xe701</span></li> <li title="Code: 0xe70a"><i class="icon-eye"></i> <span class="i-name">icon-eye</span><span class="i-code">0xe70a</span></li> <li title="Code: 0xe70c"><i class="icon-tag"></i> <span class="i-name">icon-tag</span><span class="i-code">0xe70c</span></li> <li title="Code: 0xe70e"><i class="icon-tag-empty"></i> <span class="i-name">icon-tag-empty</span><span class="i-code">0xe70e</span></li> <li title="Code: 0xe715"><i class="icon-export"></i> <span class="i-name">icon-export</span><span class="i-code">0xe715</span></li> <li title="Code: 0xe716"><i class="icon-print"></i> <span class="i-name">icon-print</span><span class="i-code">0xe716</span></li> <li title="Code: 0xe718"><i class="icon-comment"></i> <span class="i-name">icon-comment</span><span class="i-code">0xe718</span></li> <li title="Code: 0xe821"><i class="icon-comment-1"></i> <span class="i-name">icon-comment-1</span><span class="i-code">0xe821</span></li> <li title="Code: 0xe719"><i class="icon-comment-inv"></i> <span class="i-name">icon-comment-inv</span><span class="i-code">0xe719</span></li> <li title="Code: 0xe71a"><i class="icon-comment-alt"></i> <span class="i-name">icon-comment-alt</span><span class="i-code">0xe71a</span></li> <li title="Code: 0xe71b"><i class="icon-comment-inv-alt"></i> <span class="i-name">icon-comment-inv-alt</span><span class="i-code">0xe71b</span></li> <li title="Code: 0xe71c"><i class="icon-comment-alt2"></i> <span class="i-name">icon-comment-alt2</span><span class="i-code">0xe71c</span></li> <li title="Code: 0xe71d"><i class="icon-comment-inv-alt2"></i> <span class="i-name">icon-comment-inv-alt2</span><span class="i-code">0xe71d</span></li> <li title="Code: 0xe720"><i class="icon-chat"></i> <span class="i-name">icon-chat</span><span class="i-code">0xe720</span></li> <li title="Code: 0xe822"><i class="icon-chat-1"></i> <span class="i-name">icon-chat-1</span><span class="i-code">0xe822</span></li> <li title="Code: 0xe721"><i class="icon-chat-inv"></i> <span class="i-name">icon-chat-inv</span><span class="i-code">0xe721</span></li> <li title="Code: 0xe820"><i class="icon-location-2"></i> <span class="i-name">icon-location-2</span><span class="i-code">0xe820</span></li> <li title="Code: 0xe803"><i class="icon-location-1"></i> <span class="i-name">icon-location-1</span><span class="i-code">0xe803</span></li> <li title="Code: 0xe724"><i class="icon-location"></i> <span class="i-name">icon-location</span><span class="i-code">0xe724</span></li> <li title="Code: 0xe725"><i class="icon-location-inv"></i> <span class="i-name">icon-location-inv</span><span class="i-code">0xe725</span></li> <li title="Code: 0xe726"><i class="icon-location-alt"></i> <span class="i-name">icon-location-alt</span><span class="i-code">0xe726</span></li> <li title="Code: 0xe728"><i class="icon-compass"></i> <span class="i-name">icon-compass</span><span class="i-code">0xe728</span></li> <li title="Code: 0xe729"><i class="icon-trash"></i> <span class="i-name">icon-trash</span><span class="i-code">0xe729</span></li> <li title="Code: 0xe730"><i class="icon-doc-1"></i> <span class="i-name">icon-doc-1</span><span class="i-code">0xe730</span></li> <li title="Code: 0xe731"><i class="icon-doc-inv"></i> <span class="i-name">icon-doc-inv</span><span class="i-code">0xe731</span></li> </ul> </div> <div class="span3"> <ul class="the-icons unstyled"> <li title="Code: 0xe732"><i class="icon-doc-alt"></i> <span class="i-name">icon-doc-alt</span><span class="i-code">0xe732</span></li> <li title="Code: 0xe733"><i class="icon-doc-inv-alt"></i> <span class="i-name">icon-doc-inv-alt</span><span class="i-code">0xe733</span></li> <li title="Code: 0xe734"><i class="icon-article"></i> <span class="i-name">icon-article</span><span class="i-code">0xe734</span></li> <li title="Code: 0xe737"><i class="icon-doc-landscape"></i> <span class="i-name">icon-doc-landscape</span><span class="i-code">0xe737</span></li> <li title="Code: 0xe73c"><i class="icon-share"></i> <span class="i-name">icon-share</span><span class="i-code">0xe73c</span></li> <li title="Code: 0xe73e"><i class="icon-shareable"></i> <span class="i-name">icon-shareable</span><span class="i-code">0xe73e</span></li> <li title="Code: 0xe741"><i class="icon-logout"></i> <span class="i-name">icon-logout</span><span class="i-code">0xe741</span></li> <li title="Code: 0xe750"><i class="icon-zoom-in"></i> <span class="i-name">icon-zoom-in</span><span class="i-code">0xe750</span></li> <li title="Code: 0xe751"><i class="icon-zoom-out"></i> <span class="i-name">icon-zoom-out</span><span class="i-code">0xe751</span></li> <li title="Code: 0xe753"><i class="icon-air"></i> <span class="i-name">icon-air</span><span class="i-code">0xe753</span></li> <li title="Code: 0xe757"><i class="icon-thermometer"></i> <span class="i-name">icon-thermometer</span><span class="i-code">0xe757</span></li> <li title="Code: 0xe75c"><i class="icon-down-open"></i> <span class="i-name">icon-down-open</span><span class="i-code">0xe75c</span></li> <li title="Code: 0xe81a"><i class="icon-left-open-1"></i> <span class="i-name">icon-left-open-1</span><span class="i-code">0xe81a</span></li> <li title="Code: 0xe75d"><i class="icon-left-open"></i> <span class="i-name">icon-left-open</span><span class="i-code">0xe75d</span></li> <li title="Code: 0xe819"><i class="icon-right-open-1"></i> <span class="i-name">icon-right-open-1</span><span class="i-code">0xe819</span></li> <li title="Code: 0xe75e"><i class="icon-right-open"></i> <span class="i-name">icon-right-open</span><span class="i-code">0xe75e</span></li> <li title="Code: 0xe75f"><i class="icon-up-open"></i> <span class="i-name">icon-up-open</span><span class="i-code">0xe75f</span></li> <li title="Code: 0xe764"><i class="icon-down-open-big"></i> <span class="i-name">icon-down-open-big</span><span class="i-code">0xe764</span></li> <li title="Code: 0xe81d"><i class="icon-left-open-big"></i> <span class="i-name">icon-left-open-big</span><span class="i-code">0xe81d</span></li> <li title="Code: 0xe765"><i class="icon-list-1"></i> <span class="i-name">icon-list-1</span><span class="i-code">0xe765</span></li> <li title="Code: 0xe766"><i class="icon-right-open-big"></i> <span class="i-name">icon-right-open-big</span><span class="i-code">0xe766</span></li> <li title="Code: 0xe767"><i class="icon-up-open-big"></i> <span class="i-name">icon-up-open-big</span><span class="i-code">0xe767</span></li> <li title="Code: 0xe768"><i class="icon-progress-0"></i> <span class="i-name">icon-progress-0</span><span class="i-code">0xe768</span></li> <li title="Code: 0xe769"><i class="icon-progress-1"></i> <span class="i-name">icon-progress-1</span><span class="i-code">0xe769</span></li> <li title="Code: 0xe76a"><i class="icon-progress-2"></i> <span class="i-name">icon-progress-2</span><span class="i-code">0xe76a</span></li> <li title="Code: 0xe76b"><i class="icon-progress-3"></i> <span class="i-name">icon-progress-3</span><span class="i-code">0xe76b</span></li> <li title="Code: 0xe772"><i class="icon-bat-empty"></i> <span class="i-name">icon-bat-empty</span><span class="i-code">0xe772</span></li> <li title="Code: 0xe773"><i class="icon-bat-half"></i> <span class="i-name">icon-bat-half</span><span class="i-code">0xe773</span></li> <li title="Code: 0xe774"><i class="icon-bat-full"></i> <span class="i-name">icon-bat-full</span><span class="i-code">0xe774</span></li> <li title="Code: 0xe775"><i class="icon-bat-charge"></i> <span class="i-name">icon-bat-charge</span><span class="i-code">0xe775</span></li> <li title="Code: 0xe782"><i class="icon-list"></i> <span class="i-name">icon-list</span><span class="i-code">0xe782</span></li> <li title="Code: 0xe78b"><i class="icon-dot"></i> <span class="i-name">icon-dot</span><span class="i-code">0xe78b</span></li> <li title="Code: 0xe78c"><i class="icon-dot-2"></i> <span class="i-name">icon-dot-2</span><span class="i-code">0xe78c</span></li> <li title="Code: 0xe78d"><i class="icon-dot-3"></i> <span class="i-name">icon-dot-3</span><span class="i-code">0xe78d</span></li> <li title="Code: 0xe78e"><i class="icon-off"></i> <span class="i-name">icon-off</span><span class="i-code">0xe78e</span></li> <li title="Code: 0xe790"><i class="icon-flow-cascade"></i> <span class="i-name">icon-flow-cascade</span><span class="i-code">0xe790</span></li> <li title="Code: 0xe791"><i class="icon-flow-branch"></i> <span class="i-name">icon-flow-branch</span><span class="i-code">0xe791</span></li> <li title="Code: 0xe792"><i class="icon-flow-tree"></i> <span class="i-name">icon-flow-tree</span><span class="i-code">0xe792</span></li> <li title="Code: 0xe81f"><i class="icon-barcode"></i> <span class="i-name">icon-barcode</span><span class="i-code">0xe81f</span></li> <li title="Code: 0xe793"><i class="icon-flow-line"></i> <span class="i-name">icon-flow-line</span><span class="i-code">0xe793</span></li> <li title="Code: 0xe794"><i class="icon-flow-parallel"></i> <span class="i-name">icon-flow-parallel</span><span class="i-code">0xe794</span></li> <li title="Code: 0xe795"><i class="icon-equalizer"></i> <span class="i-name">icon-equalizer</span><span class="i-code">0xe795</span></li> <li title="Code: 0xe79a"><i class="icon-brush"></i> <span class="i-name">icon-brush</span><span class="i-code">0xe79a</span></li> <li title="Code: 0xe79b"><i class="icon-brush-alt"></i> <span class="i-name">icon-brush-alt</span><span class="i-code">0xe79b</span></li> <li title="Code: 0xe79d"><i class="icon-layers"></i> <span class="i-name">icon-layers</span><span class="i-code">0xe79d</span></li> <li title="Code: 0xe79e"><i class="icon-layers-alt"></i> <span class="i-name">icon-layers-alt</span><span class="i-code">0xe79e</span></li> <li title="Code: 0xe7a2"><i class="icon-gauge"></i> <span class="i-name">icon-gauge</span><span class="i-code">0xe7a2</span></li> <li title="Code: 0xe7b7"><i class="icon-cancel-alt"></i> <span class="i-name">icon-cancel-alt</span><span class="i-code">0xe7b7</span></li> <li title="Code: 0xe825"><i class="icon-campsite"></i> <span class="i-name">icon-campsite</span><span class="i-code">0xe825</span></li> </ul> </div> <div class="span3"> <ul class="the-icons unstyled"> <li title="Code: 0xe824"><i class="icon-fire-station"></i> <span class="i-name">icon-fire-station</span><span class="i-code">0xe824</span></li> <li title="Code: 0xf00c"><i class="icon-coverflow"></i> <span class="i-name">icon-coverflow</span><span class="i-code">0xf00c</span></li> <li title="Code: 0xf00d"><i class="icon-coverflow-empty"></i> <span class="i-name">icon-coverflow-empty</span><span class="i-code">0xf00d</span></li> <li title="Code: 0xf016"><i class="icon-data-science"></i> <span class="i-name">icon-data-science</span><span class="i-code">0xf016</span></li> <li title="Code: 0xf017"><i class="icon-data-science-inv"></i> <span class="i-name">icon-data-science-inv</span><span class="i-code">0xf017</span></li> <li title="Code: 0xf01a"><i class="icon-math"></i> <span class="i-name">icon-math</span><span class="i-code">0xf01a</span></li> <li title="Code: 0xf01b"><i class="icon-math-circled-empty"></i> <span class="i-name">icon-math-circled-empty</span><span class="i-code">0xf01b</span></li> <li title="Code: 0xf01c"><i class="icon-math-circled"></i> <span class="i-name">icon-math-circled</span><span class="i-code">0xf01c</span></li> <li title="Code: 0xf025"><i class="icon-ccw"></i> <span class="i-name">icon-ccw</span><span class="i-code">0xf025</span></li> <li title="Code: 0xf02e"><i class="icon-download"></i> <span class="i-name">icon-download</span><span class="i-code">0xf02e</span></li> <li title="Code: 0xf031"><i class="icon-location-3"></i> <span class="i-name">icon-location-3</span><span class="i-code">0xf031</span></li> <li title="Code: 0xf032"><i class="icon-monitor"></i> <span class="i-name">icon-monitor</span><span class="i-code">0xf032</span></li> <li title="Code: 0xf033"><i class="icon-tablet"></i> <span class="i-name">icon-tablet</span><span class="i-code">0xf033</span></li> <li title="Code: 0xf034"><i class="icon-mobile-1"></i> <span class="i-name">icon-mobile-1</span><span class="i-code">0xf034</span></li> <li title="Code: 0xf03d"><i class="icon-chat-2"></i> <span class="i-name">icon-chat-2</span><span class="i-code">0xf03d</span></li> <li title="Code: 0xf044"><i class="icon-ruler"></i> <span class="i-name">icon-ruler</span><span class="i-code">0xf044</span></li> <li title="Code: 0xf045"><i class="icon-vector"></i> <span class="i-name">icon-vector</span><span class="i-code">0xf045</span></li> <li title="Code: 0xf09b"><i class="icon-github-circled-1"></i> <span class="i-name">icon-github-circled-1</span><span class="i-code">0xf09b</span></li> <li title="Code: 0xf0e4"><i class="icon-gauge-1"></i> <span class="i-name">icon-gauge-1</span><span class="i-code">0xf0e4</span></li> <li title="Code: 0xf0e8"><i class="icon-sitemap"></i> <span class="i-name">icon-sitemap</span><span class="i-code">0xf0e8</span></li> <li title="Code: 0xf104"><i class="icon-angle-left"></i> <span class="i-name">icon-angle-left</span><span class="i-code">0xf104</span></li> <li title="Code: 0xf105"><i class="icon-angle-right"></i> <span class="i-name">icon-angle-right</span><span class="i-code">0xf105</span></li> <li title="Code: 0xf106"><i class="icon-angle-up"></i> <span class="i-name">icon-angle-up</span><span class="i-code">0xf106</span></li> <li title="Code: 0xf107"><i class="icon-angle-down"></i> <span class="i-name">icon-angle-down</span><span class="i-code">0xf107</span></li> <li title="Code: 0xf113"><i class="icon-github-1"></i> <span class="i-name">icon-github-1</span><span class="i-code">0xf113</span></li> <li title="Code: 0xf300"><i class="icon-github"></i> <span class="i-name">icon-github</span><span class="i-code">0xf300</span></li> <li title="Code: 0xf301"><i class="icon-github-circled"></i> <span class="i-name">icon-github-circled</span><span class="i-code">0xf301</span></li> <li title="Code: 0xf4ac"><i class="icon-comment-2"></i> <span class="i-name">icon-comment-2</span><span class="i-code">0xf4ac</span></li> <li title="Code: 0x1f304"><i class="icon-picture"></i> <span class="i-name">icon-picture</span><span class="i-code">0x1f304</span></li> <li title="Code: 0xe805"><i class="icon-user-1"></i> <span class="i-name">icon-user-1</span><span class="i-code">0xe805</span></li> <li title="Code: 0x1f464"><i class="icon-user"></i> <span class="i-name">icon-user</span><span class="i-code">0x1f464</span></li> <li title="Code: 0x1f465"><i class="icon-users"></i> <span class="i-name">icon-users</span><span class="i-code">0x1f465</span></li> <li title="Code: 0x1f4c4"><i class="icon-doc"></i> <span class="i-name">icon-doc</span><span class="i-code">0x1f4c4</span></li> <li title="Code: 0xe80b"><i class="icon-chart-1"></i> <span class="i-name">icon-chart-1</span><span class="i-code">0xe80b</span></li> <li title="Code: 0x1f4c8"><i class="icon-chart"></i> <span class="i-name">icon-chart</span><span class="i-code">0x1f4c8</span></li> <li title="Code: 0xe80d"><i class="icon-chart-bar-2"></i> <span class="i-name">icon-chart-bar-2</span><span class="i-code">0xe80d</span></li> <li title="Code: 0xe80c"><i class="icon-chart-bar-1"></i> <span class="i-name">icon-chart-bar-1</span><span class="i-code">0xe80c</span></li> <li title="Code: 0x1f4ca"><i class="icon-chart-bar"></i> <span class="i-name">icon-chart-bar</span><span class="i-code">0x1f4ca</span></li> <li title="Code: 0x1f4f1"><i class="icon-mobile"></i> <span class="i-name">icon-mobile</span><span class="i-code">0x1f4f1</span></li> <li title="Code: 0xe804"><i class="icon-search-1"></i> <span class="i-name">icon-search-1</span><span class="i-code">0xe804</span></li> <li title="Code: 0x1f50d"><i class="icon-search"></i> <span class="i-name">icon-search</span><span class="i-code">0x1f50d</span></li> <li title="Code: 0xe814"><i class="icon-link-1"></i> <span class="i-name">icon-link-1</span><span class="i-code">0xe814</span></li> <li title="Code: 0x1f517"><i class="icon-link"></i> <span class="i-name">icon-link</span><span class="i-code">0x1f517</span></li> <li title="Code: 0x1f525"><i class="icon-fire"></i> <span class="i-name">icon-fire</span><span class="i-code">0x1f525</span></li> <li title="Code: 0xe802"><i class="icon-wrench-1"></i> <span class="i-name">icon-wrench-1</span><span class="i-code">0xe802</span></li> <li title="Code: 0x1f527"><i class="icon-wrench"></i> <span class="i-name">icon-wrench</span><span class="i-code">0x1f527</span></li> <li title="Code: 0x1f680"><i class="icon-rocket"></i> <span class="i-name">icon-rocket</span><span class="i-code">0x1f680</span></li> </ul> </div> </div> </div> </body> </html>
Makible/Go5D
src/github.com/makible/5dp-ui/fonts/fontello-f3c7f11a/demo.html
HTML
bsd-2-clause
42,177
{%include templates/header.html%} <div class="profileboard"> <div class="name">@{{profileName}}</div> <div class="email">{{profileEmail}}</div> <p>{{profileConnect}}</p> </div> {{profilePosts}} {%include templates/footer.html%}
lecopzer/facebooc
templates/profile.html
HTML
bsd-2-clause
243
<!-- /* * Copyright 2014, Gregg Tavares. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. * * Neither the name of Gregg Tavares. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui"> <meta name="format-detection" content="telephone=no" /> <title>%(info.name)s Controls</title> <link rel="stylesheet" href="../../css/controllers.css"> <link rel="stylesheet" href="css/%(filename)s.css"> <link rel="shortcut icon" href="%(urls.favicon)s" type="image/png"> <link rel="apple-touch-icon" href="%(urls.favicon)s"> <script> %(hftSettings)s </script> %(pages.controller.beforeScripts)s </head> <body touch-action="none"> <div id="hft-everything"> <div id="hft-content"> %(content)s <div id="hft-menu"><img src="../../hft/assets/gear-icon.svg"></div> <div id="hft-disconnected"> <div class="hft-fullcenter"> <div class="hft-instruction">Switching Games...</div> <!-- <div class="hft-menubutton" id="hft-reload"><div>Restart</div></div> <div class="hft-menubutton" id="hft-mainmenu"><div>Main Menu</div></div> --> </div> </div> <div id="hft-debug"> <pre id="hft-status"></pre> <div id="hft-console"></div> </div> </div> <!-- name entry --> <div id="hft-nameentry"> <form id="hft-nameform"> <div><label for="hft-name">Enter A Name:<label></div> <input type="text" id="hft-name" maxlength="16" autocorrect="off" spellcheck="false" /> </form> </div> <!-- settings menu --> <div id="hft-settings"> <div class="hft-fullcenter"> <div id="hft-setname" class="hft-menubutton"><div>Set Name</div></div> <div id="hft-restart" class="hft-menubutton"><div>Restart</div></div> <div id="hft-exit" class="hft-menubutton"><div>Main Menu</div></div> <div id="hft-back" class="hft-menubutton"><div>Back</div></div> </div> </div> <!-- fullscreen/audio hit area --> <div id="hft-touchstart"> </div> </div> %(pages.controller.afterScripts)s </body> </html>
LDodson/HappyFunTimes
templates/0.x.x/controller.index.html
HTML
bsd-3-clause
3,828
<vframe> <!-- Enable --> <vframe id='controlgroup_enabled' name='controlgroup'> <hframe> <label name='label' text='Enabled:'/> <toggleswitch id='enabled'/> <stretch/> </hframe> </vframe> <!-- Update Interval --> <vframe id='controlgroup_interval' name='controlgroup'> <hframe> <label name='label' text='Interval:'/> <QLineEdit id='interval' name='input_small'/> <label id='status_interval' name='status'/> <stretch/> </hframe> <label id='help_interval' name='help' wrap='true' text='Seconds between plugin updates.'/> </vframe> <!-- Update URL --> <vframe id='controlgroup_url' name='controlgroup'> <hframe> <label name='label' text='Update URL:'/> <QLineEdit id='url' name='input_xxlarge'/> <label id='status_url' name='status'/> <stretch/> </hframe> <label id='help_url' name='help' wrap='true' text='URL used to fetch the external IP address.'/> </vframe> <stretch/> </vframe>
mjs7231/pkmeter
share/templates/externalip_config.html
HTML
bsd-3-clause
998
<div id="nav-path" class="topicfooter"> <a href="mailto:[email protected]?subject=Documentation%20feedback" id="maillink">Documentation feedback</a> | <a href="https://devzone.nordicsemi.com/questions/" target="_blank">Developer Zone</a> | <a href="http://response.nordicsemi.com/subscribe-to-our-newsletters" target="_blank">Subscribe</a> | Updated <span id="date"/> <script> var date = new Date("$date" + " UTC"); document.getElementById("date").innerHTML = date.toJSON().slice(0, 10); var url=window.location.href.split("?")[0]; var filename=url.substring(url.lastIndexOf('/')+1); document.getElementById("maillink").href = "mailto:[email protected]?subject=Documentation%20feedback"+decodeURIComponent("%26")+"body=File%20name%3A%20"+encodeURIComponent(filename); </script> </div> </body> </html>
LeZhang2016/openthread
third_party/NordicSemiconductor/nrfx/doc/buildfiles/footer.html
HTML
bsd-3-clause
831
<!DOCTYPE html> <html lang="en"> <head> <title>Chartjs | Charts</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="Thu, 19 Nov 1900 08:52:00 GMT"> <link rel="shortcut icon" href="images/icons/favicon.ico"> <link rel="apple-touch-icon" href="images/icons/favicon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/icons/favicon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/icons/favicon-114x114.png"> <!--Loading bootstrap css--> <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700"> <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Oswald:400,700,300"> <link type="text/css" rel="stylesheet" href="vendors/jquery-ui-1.10.4.custom/css/ui-lightness/jquery-ui-1.10.4.custom.min.css"> <link type="text/css" rel="stylesheet" href="vendors/font-awesome/css/font-awesome.min.css"> <link type="text/css" rel="stylesheet" href="vendors/bootstrap/css/bootstrap.min.css"> <!--LOADING STYLESHEET FOR PAGE--> <!--Loading style vendors--> <link type="text/css" rel="stylesheet" href="vendors/animate.css/animate.css"> <link type="text/css" rel="stylesheet" href="vendors/jquery-pace/pace.css"> <link type="text/css" rel="stylesheet" href="vendors/iCheck/skins/all.css"> <link type="text/css" rel="stylesheet" href="vendors/jquery-notific8/jquery.notific8.min.css"> <link type="text/css" rel="stylesheet" href="vendors/bootstrap-daterangepicker/daterangepicker-bs3.css"> <!--Loading style--> <link type="text/css" rel="stylesheet" href="css/themes/style1/orange-blue.css" class="default-style"> <link type="text/css" rel="stylesheet" href="css/themes/style1/orange-blue.css" id="theme-change" class="style-change color-change"> <link type="text/css" rel="stylesheet" href="css/style-responsive.css"> </head> <body class=" "> <div> <div class="news-ticker bg-orange"> <div class="container"> <ul id="news-ticker-content" class="list-unstyled mbn"> <li><a href='http://madmin.swlabs.co/' , target='_blank'>This is HTML app version of this template. To see Angular app version, please click here</a> </li> </ul><a id="news-ticker-close" href="javascript:;"><i class="fa fa-times"></i></a> </div> </div> <!--BEGIN BACK TO TOP--><a id="totop" href="#"><i class="fa fa-angle-up"></i></a> <!--END BACK TO TOP--> <!--BEGIN TOPBAR--> <div id="header-topbar-option-demo" class="page-header-topbar"> <nav id="topbar" role="navigation" style="margin-bottom: 0; z-index: 2;" class="navbar navbar-default navbar-static-top"> <div class="navbar-header"> <button type="button" data-toggle="collapse" data-target=".sidebar-collapse" class="navbar-toggle"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> </button><a id="logo" href="index.html" class="navbar-brand"><span class="fa fa-rocket"></span><span class="logo-text">µAdmin</span><span style="display: none" class="logo-text-icon">µ</span></a> </div> <div class="topbar-main"><a id="menu-toggle" href="#" class="hidden-xs"><i class="fa fa-bars"></i></a> <ul class="nav navbar-nav "> <li class="active"><a href="index.html">Dashboard</a> </li> <li><a href="javascript:;" data-toggle="dropdown" class="dropdown-toggle">Layouts &nbsp;<i class="fa fa-angle-down"></i></a> <ul class="dropdown-menu"> <li><a href="layout-left-sidebar.html">Left Sidebar</a> </li> <li><a href="layout-right-sidebar.html">Right Sidebar</a> </li> <li><a href="layout-left-sidebar-collapsed.html">Left Sidebar Collasped</a> </li> <li><a href="layout-right-sidebar-collapsed.html">Right Sidebar Collasped</a> </li> <li class="dropdown-submenu"><a href="javascript:;" data-toggle="dropdown" class="dropdown-toggle">More Options</a> <ul class="dropdown-menu"> <li><a href="#">Second level link</a> </li> <li class="dropdown-submenu"><a href="javascript:;" data-toggle="dropdown" class="dropdown-toggle">More Options</a> <ul class="dropdown-menu"> <li><a href="#">Third level link</a> </li> <li><a href="#">Third level link</a> </li> <li><a href="#">Third level link</a> </li> <li><a href="#">Third level link</a> </li> <li><a href="#">Third level link</a> </li> </ul> </li> <li><a href="#">Second level link</a> </li> </ul> </li> </ul> </li> <li class="mega-menu-dropdown"><a href="javascript:;" data-toggle="dropdown" class="dropdown-toggle">UI Elements &nbsp;<i class="fa fa-angle-down"></i></a> <ul class="dropdown-menu"> <li> <div class="mega-menu-content"> <div class="row"> <ul class="col-md-4 mega-menu-submenu"> <li> <h3>Neque porro quisquam</h3> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Lorem ipsum dolor sit amet</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Consectetur adipisicing elit</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Sed ut perspiciatis unde omnis</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>At vero eos et accusamus et iusto</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Nam libero tempore cum soluta</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Et harum quidem rerum facilis est</a> </li> </ul> <ul class="col-md-4 mega-menu-submenu"> <li> <h3>Neque porro quisquam</h3> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Lorem ipsum dolor sit amet</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Consectetur adipisicing elit</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Sed ut perspiciatis unde omnis</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>At vero eos et accusamus et iusto</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Nam libero tempore cum soluta</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Et harum quidem rerum facilis est</a> </li> </ul> <ul class="col-md-4 mega-menu-submenu"> <li> <h3>Neque porro quisquam</h3> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Lorem ipsum dolor sit amet</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Consectetur adipisicing elit</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Sed ut perspiciatis unde omnis</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>At vero eos et accusamus et iusto</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Nam libero tempore cum soluta</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Et harum quidem rerum facilis est</a> </li> </ul> </div> </div> </li> </ul> </li> <li class="mega-menu-dropdown mega-menu-full"><a href="javascript:;" data-toggle="dropdown" class="dropdown-toggle">Extras &nbsp;<i class="fa fa-angle-down"></i></a> <ul class="dropdown-menu"> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-7"> <ul class="col-md-4 mega-menu-submenu"> <li> <h3>Neque porro quisquam</h3> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Lorem ipsum dolor sit amet</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Consectetur adipisicing elit</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Sed ut perspiciatis unde omnis</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>At vero eos et accusamus et iusto</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Nam libero tempore cum soluta</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Et harum quidem rerum facilis est</a> </li> </ul> <ul class="col-md-4 mega-menu-submenu"> <li> <h3>Neque porro quisquam</h3> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Lorem ipsum dolor sit amet</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Consectetur adipisicing elit</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Sed ut perspiciatis unde omnis</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>At vero eos et accusamus et iusto</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Nam libero tempore cum soluta</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Et harum quidem rerum facilis est</a> </li> </ul> <ul class="col-md-4 mega-menu-submenu"> <li> <h3>Neque porro quisquam</h3> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Lorem ipsum dolor sit amet</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Consectetur adipisicing elit</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Sed ut perspiciatis unde omnis</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>At vero eos et accusamus et iusto</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Nam libero tempore cum soluta</a> </li> <li><a href="#"><i class="fa fa-angle-right"></i>Et harum quidem rerum facilis est</a> </li> </ul> </div> <div class="col-md-5 document-demo"> <ul class="col-md-4 mega-menu-submenu"> <li><a href="#"><i class="fa fa-info-circle"></i><span>Introduction</span></a> </li> <li><a href="#"><i class="fa fa-download"></i><span>Installation</span></a> </li> </ul> <ul class="col-md-4 mega-menu-submenu"> <li><a href="#"><i class="fa fa-cog"></i><span>T3 Settings</span></a> </li> <li><a href="#"><i class="fa fa-desktop"></i><span>Layout System</span></a> </li> </ul> <ul class="col-md-4 mega-menu-submenu"> <li><a href="#"><i class="fa fa-magic"></i><span>Customization</span></a> </li> <li><a href="#"><i class="fa fa-question-circle"></i><span>FAQs</span></a> </li> </ul> </div> </div> </div> </li> </ul> </li> </ul> <form id="topbar-search" action="#" method="GET" class="hidden-xs"> <div class="input-group"> <input type="text" placeholder="Search..." class="form-control" /><span class="input-group-btn"><a href="javascript:;" class="btn submit"><i class="fa fa-search"></i></a></span> </div> </form> <ul class="nav navbar navbar-top-links navbar-right mbn"> <li class="dropdown"><a data-hover="dropdown" href="#" class="dropdown-toggle"><i class="fa fa-bell fa-fw"></i><span class="badge badge-green">3</span></a> <ul class="dropdown-menu dropdown-alerts"> <li> <p>You have 14 new notifications</p> </li> <li> <div class="dropdown-slimscroll"> <ul> <li><a href="extra-user-list.html" target="_blank"><span class="label label-blue"><i class="fa fa-comment"></i></span>New Comment<span class="pull-right text-muted small">4 mins ago</span></a> </li> <li><a href="extra-user-list.html" target="_blank"><span class="label label-violet"><i class="fa fa-twitter"></i></span>3 New Followers<span class="pull-right text-muted small">12 mins ago</span></a> </li> <li><a href="extra-user-list.html" target="_blank"><span class="label label-pink"><i class="fa fa-envelope"></i></span>Message Sent<span class="pull-right text-muted small">15 mins ago</span></a> </li> <li><a href="extra-user-list.html" target="_blank"><span class="label label-green"><i class="fa fa-tasks"></i></span>New Task<span class="pull-right text-muted small">18 mins ago</span></a> </li> <li><a href="extra-user-list.html" target="_blank"><span class="label label-yellow"><i class="fa fa-upload"></i></span>Server Rebooted<span class="pull-right text-muted small">19 mins ago</span></a> </li> <li><a href="extra-user-list.html" target="_blank"><span class="label label-green"><i class="fa fa-tasks"></i></span>New Task<span class="pull-right text-muted small">2 days ago</span></a> </li> <li><a href="extra-user-list.html" target="_blank"><span class="label label-pink"><i class="fa fa-envelope"></i></span>Message Sent<span class="pull-right text-muted small">5 days ago</span></a> </li> </ul> </div> </li> <li class="last"><a href="extra-user-list.html" class="text-right">See all alerts</a> </li> </ul> </li> <li class="dropdown"><a data-hover="dropdown" href="#" class="dropdown-toggle"><i class="fa fa-envelope fa-fw"></i><span class="badge badge-orange">7</span></a> <ul class="dropdown-menu dropdown-messages"> <li> <p>You have 14 new messages</p> </li> <li> <div class="dropdown-slimscroll"> <ul> <li><a href="email-view-mail.html" target="_blank"><span class="avatar"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/48.jpg" alt="" class="img-responsive img-circle"/></span><span class="info"><span class="name">Jessica Spencer</span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a> </li> <li><a href="email-view-mail.html" target="_blank"><span class="avatar"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/48.jpg" alt="" class="img-responsive img-circle"/></span><span class="info"><span class="name">John Smith<span class="label label-blue pull-right">New</span></span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a> </li> <li><a href="email-view-mail.html" target="_blank"><span class="avatar"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/48.jpg" alt="" class="img-responsive img-circle"/></span><span class="info"><span class="name">John Doe<span class="label label-orange pull-right">10 min</span></span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a> </li> <li><a href="email-view-mail.html" target="_blank"><span class="avatar"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/48.jpg" alt="" class="img-responsive img-circle"/></span><span class="info"><span class="name">John Smith</span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a> </li> <li><a href="email-view-mail.html" target="_blank"><span class="avatar"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/48.jpg" alt="" class="img-responsive img-circle"/></span><span class="info"><span class="name">John Smith</span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a> </li> </ul> </div> </li> <li class="last"><a href="email-view-mail.html" target="_blank">Read all messages</a> </li> </ul> </li> <li class="dropdown"><a data-hover="dropdown" href="#" class="dropdown-toggle"><i class="fa fa-tasks fa-fw"></i><span class="badge badge-yellow">8</span></a> <ul class="dropdown-menu dropdown-tasks"> <li> <p>You have 14 pending tasks</p> </li> <li> <div class="dropdown-slimscroll"> <ul> <li><a href="page-blog-item.html" target="_blank"><span class="task-item">Fix the HTML code<small class="pull-right text-muted">40%</small></span><div class="progress progress-sm"><div role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%;" class="progress-bar progress-bar-orange"><span class="sr-only">40% Complete (success)</span></div></div></a> </li> <li> <a href="page-blog-item.html" target="_blank"> <span class="task-item">Make a wordpress theme<small class="pull-right text-muted">60%</small></span> <div class="progress progress-sm"> <div role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;" class="progress-bar progress-bar-blue"><span class="sr-only">60% Complete (success)</span> </div> </div> </a> </li> <li> <a href="page-blog-item.html" target="_blank"> <span class="task-item">Convert PSD to HTML<small class="pull-right text-muted">55%</small></span> <div class="progress progress-sm"> <div role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100" style="width: 55%;" class="progress-bar progress-bar-green"><span class="sr-only">55% Complete (success)</span> </div> </div> </a> </li> <li> <a href="page-blog-item.html" target="_blank"> <span class="task-item">Convert HTML to Wordpress<small class="pull-right text-muted">78%</small></span> <div class="progress progress-sm"> <div role="progressbar" aria-valuenow="78" aria-valuemin="0" aria-valuemax="100" style="width: 78%;" class="progress-bar progress-bar-yellow"><span class="sr-only">78% Complete (success)</span> </div> </div> </a> </li> </ul> </div> </li> <li class="last"><a href="page-blog-item.html" target="_blank">See all tasks</a> </li> </ul> </li> <li class="dropdown topbar-user"> <a data-hover="dropdown" href="#" class="dropdown-toggle"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/48.jpg" alt="" class="img-responsive img-circle" />&nbsp;<span class="hidden-xs">John Doe</span>&nbsp;<span class="caret"></span> </a> <ul class="dropdown-menu dropdown-user pull-right"> <li><a href="extra-profile.html"><i class="fa fa-user"></i>My Profile</a> </li> <li><a href="page-calendar.html"><i class="fa fa-calendar"></i>My Calendar</a> </li> <li><a href="email-inbox.html"><i class="fa fa-envelope"></i>My Inbox<span class="badge badge-danger">3</span></a> </li> <li><a href="#"><i class="fa fa-tasks"></i>My Tasks<span class="badge badge-success">7</span></a> </li> <li class="divider"></li> <li><a href="extra-lock-screen.html"><i class="fa fa-lock"></i>Lock Screen</a> </li> <li><a href="extra-signin.html"><i class="fa fa-key"></i>Log Out</a> </li> </ul> </li> <li id="topbar-chat" class="hidden-xs"><a href="javascript:void(0)" class="btn-chat"><i class="fa fa-comments"></i><span class="badge badge-info">3</span></a> </li> <li class="dropdown hidden-xs"> <!--BEGIN THEME SETTING--><a id="theme-setting" href="javascript:;" data-hover="dropdown" data-step="1" data-intro="&lt;b&gt;Header&lt;/b&gt;, &lt;b&gt;sidebar&lt;/b&gt;, &lt;b&gt;border style&lt;/b&gt; and &lt;b&gt;color&lt;/b&gt;, all of them can change for you to create the best" data-position="left" class="dropdown-toggle"><i class="fa fa-cogs"></i></a> <ul class="dropdown-menu dropdown-theme-setting pull-right"> <li> <h4 class="mtn">Theme Styles</h4> <select id="list-style" class="form-control"> <option value="style1">Flat Squared style</option> <option value="style2">Flat Rounded style</option> <option value="style3">Flat Border style</option> </select> </li> <li> <h4 class="mtn">Menu Styles</h4> <select id="list-menu" class="form-control"> <option value="sidebar-default">Menu style 1</option> <option value="sidebar-colors">Menu style 2</option> <option value="sidebar-icons">Menu style 3</option> <option value="sidebar-collapsed">Menu style 4</option> </select> </li> <li> <h4 class="mtn">Header & Sidebar</h4> <select id="list-header" class="form-control"> <option value="header-static">Static</option> <option value="header-fixed">Fixed</option> </select> </li> <li> <h4 class="mtn">Theme Colors</h4> <ul id="list-color" class="list-unstyled list-inline"> <li data-color="green-dark" data-hover="tooltip" title="Green - Dark" class="green-dark"></li> <li data-color="red-dark" data-hover="tooltip" title="Red - Dark" class="red-dark"></li> <li data-color="pink-dark" data-hover="tooltip" title="Pink - Dark" class="pink-dark"></li> <li data-color="blue-dark" data-hover="tooltip" title="Blue - Dark" class="blue-dark"></li> <li data-color="yellow-dark" data-hover="tooltip" title="Yellow - Dark" class="yellow-dark"></li> <li data-color="green-grey" data-hover="tooltip" title="Green - Grey" class="green-grey"></li> <li data-color="red-grey" data-hover="tooltip" title="Red - Grey" class="red-grey"></li> <li data-color="pink-grey" data-hover="tooltip" title="Pink - Grey" class="pink-grey"></li> <li data-color="blue-grey" data-hover="tooltip" title="Blue - Grey" class="blue-grey"></li> <li data-color="yellow-grey" data-hover="tooltip" title="Yellow - Grey" class="yellow-grey"></li> <li data-color="yellow-green" data-hover="tooltip" title="Yellow - Green" class="yellow-green"></li> <li data-color="orange-grey" data-hover="tooltip" title="Orange - Grey" class="orange-grey"></li> <li data-color="pink-blue" data-hover="tooltip" title="Pink - Blue" class="pink-blue"></li> <li data-color="pink-violet" data-hover="tooltip" title="Pink - Violet" class="pink-violet active"></li> <li data-color="orange-violet" data-hover="tooltip" title="Orange - Violet" class="orange-violet"></li> <li data-color="pink-green" data-hover="tooltip" title="Pink - Green" class="pink-green"></li> <li data-color="pink-brown" data-hover="tooltip" title="Pink - Brown" class="pink-brown"></li> <li data-color="orange-blue" data-hover="tooltip" title="Orange - Blue" class="orange-blue"></li> <li data-color="yellow-blue" data-hover="tooltip" title="Yellow - Blue" class="yellow-blue"></li> <li data-color="green-blue" data-hover="tooltip" title="Green - Blue" class="green-blue"></li> </ul> </li> </ul> <!--END THEME SETTING--> </li> </ul> </div> </nav> <!--BEGIN MODAL CONFIG PORTLET--> <div id="modal-config" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" data-dismiss="modal" aria-hidden="true" class="close">&times;</button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eleifend et nisl eget porta. Curabitur elementum sem molestie nisl varius, eget tempus odio molestie. Nunc vehicula sem arcu, eu pulvinar neque cursus ac. Aliquam ultricies lobortis magna et aliquam. Vestibulum egestas eu urna sed ultricies. Nullam pulvinar dolor vitae quam dictum condimentum. Integer a sodales elit, eu pulvinar leo. Nunc nec aliquam nisi, a mollis neque. Ut vel felis quis tellus hendrerit placerat. Vivamus vel nisl non magna feugiat dignissim sed ut nibh. Nulla elementum, est a pretium hendrerit, arcu risus luctus augue, mattis aliquet orci ligula eget massa. Sed ut ultricies felis.</p> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn btn-default">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> <!--END MODAL CONFIG PORTLET--> </div> <!--END TOPBAR--> <div id="wrapper"> <!--BEGIN SIDEBAR MENU--> <nav id="sidebar" role="navigation" class="navbar-default navbar-static-side"> <div class="sidebar-collapse menu-scroll"> <ul id="side-menu" class="nav"> <li class="user-panel"> <div class="thumb"><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/128.jpg" alt="" class="img-circle" /> </div> <div class="info"> <p>John Doe</p> <ul class="list-inline list-unstyled"> <li><a href="extra-profile.html" data-hover="tooltip" title="Profile"><i class="fa fa-user"></i></a> </li> <li><a href="email-inbox.html" data-hover="tooltip" title="Mail"><i class="fa fa-envelope"></i></a> </li> <li><a href="#" data-hover="tooltip" title="Setting" data-toggle="modal" data-target="#modal-config"><i class="fa fa-cog"></i></a> </li> <li><a href="extra-signin.html" data-hover="tooltip" title="Logout"><i class="fa fa-sign-out"></i></a> </li> </ul> </div> <div class="clearfix"></div> </li> <li><a href="index.html"><i class="fa fa-tachometer fa-fw"><div class="icon-bg bg-orange"></div></i><span class="menu-title">Dashboard</span></a> </li> <li><a href="http://madmin.swlabs.co/" target="_blank"><i class="fa fa-bullhorn fa-fw"><div class="icon-bg bg-orange"></div></i><span class="menu-title">Angular JS Version</span><span class="label label-violet">v4.0</span></a> </li> <li><a href="#"><i class="fa fa-laptop fa-fw"><div class="icon-bg bg-pink"></div></i><span class="menu-title">Frontend</span><span class="fa arrow"></span><span class="label label-yellow">v3.0</span></a> <ul class="nav nav-second-level"> <li><a href="frontend-one-page.html"><i class="fa fa-rocket"></i><span class="submenu-title">One Page</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-desktop fa-fw"><div class="icon-bg bg-pink"></div></i><span class="menu-title">Layouts</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="layout-left-sidebar.html"><i class="fa fa-align-left"></i><span class="submenu-title">Left Sidebar</span></a> </li> <li><a href="layout-left-sidebar-collapsed.html"><i class="fa fa-angle-double-left"></i><span class="submenu-title">Left Sidebar Collapsed</span></a> </li> <li><a href="layout-right-sidebar.html"><i class="fa fa-align-right"></i><span class="submenu-title">Right Sidebar</span></a> </li> <li><a href="layout-right-sidebar-collapsed.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Right Sidebar Collapsed</span></a> </li> <li><a href="layout-horizontal-menu.html"><i class="fa fa-header"></i><span class="submenu-title">Horizontal Menu</span></a> </li> <li><a href="layout-horizontal-menu-sidebar.html"><i class="fa fa-h-square"></i><span class="submenu-title">Horizontal Menu & Sidebar</span></a> </li> <li><a href="layout-fixed-topbar.html"><i class="fa fa-magnet"></i><span class="submenu-title">Fixed Topbar</span></a> </li> <li><a href="layout-boxed.html"><i class="fa fa-columns"></i><span class="submenu-title">Boxed Layout</span></a> </li> <li><a href="layout-hidden-footer.html"><i class="fa fa-eye-slash"></i><span class="submenu-title">Hidden Footer</span></a> </li> <li><a href="layout-header-topbar.html"><i class="fa fa-paperclip"></i><span class="submenu-title">Header & Topbar</span></a> </li> <li><a href="layout-title-breadcrumb.html"><i class="fa fa-link"></i><span class="submenu-title">Title & Breadcrumb</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-send-o fa-fw"><div class="icon-bg bg-green"></div></i><span class="menu-title">UI Elements</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="ui-generals.html"><i class="fa fa-briefcase"></i><span class="submenu-title">Generals</span></a> </li> <li><a href="ui-portlets.html"><i class="fa fa-instagram"></i><span class="submenu-title">Portlets</span></a> </li> <li><a href="ui-buttons.html"><i class="fa fa-hand-o-up"></i><span class="submenu-title">Buttons</span></a> </li> <li><a href="ui-tabs.html"><i class="fa fa-trello"></i><span class="submenu-title">Tabs</span></a> </li> <li><a href="ui-progressbars.html"><i class="fa fa-ellipsis-h"></i><span class="submenu-title">Progress Bars</span></a> </li> <li><a href="ui-typography.html"><i class="fa fa-font"></i><span class="submenu-title">Typography</span></a> </li> <li><a href="ui-modals.html"><i class="fa fa-list-alt"></i><span class="submenu-title">Modals</span></a> </li> <li><a href="ui-sliders.html"><i class="fa fa-arrows-h"></i><span class="submenu-title">Sliders</span></a> </li> <li><a href="ui-icons.html"><i class="fa fa-tint"></i><span class="submenu-title">Icons</span></a> </li> <li><a href="ui-checkbox-radio.html"><i class="fa fa-dot-circle-o"></i><span class="submenu-title">Checkbox & Radio</span></a> </li> <li><a href="ui-panels.html"><i class="fa fa-th-large"></i><span class="submenu-title">Panels</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-rocket fa-fw"><div class="icon-bg bg-green"></div></i><span class="menu-title">UI Advanced</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="ui-preloader.html"><i class="fa fa-spinner"></i><span class="submenu-title">Preloader</span><span class="label label-yellow">v4.1</span></a> </li> <li><a href="ui-editors.html"><i class="fa fa-edit"></i><span class="submenu-title">Editors</span></a> </li> <li><a href="ui-nestable-list.html"><i class="fa fa-list-ol"></i><span class="submenu-title">Nestable List</span></a> </li> <li><a href="ui-dropdown-select.html"><i class="fa fa-level-down"></i><span class="submenu-title">Dropdown Select</span><span class="label label-yellow">v2.1</span></a> </li> <li><a href="ui-notific8-notifications.html"><i class="fa fa-exclamation-circle"></i><span class="submenu-title">Notific8 & Message</span><span class="label label-blue">v2.1</span></a> </li> <li><a href="ui-toastr-notifications.html"><i class="fa fa-exclamation-triangle"></i><span class="submenu-title">Toastr Notifications</span></a> </li> <li><a href="ui-treeview.html"><i class="fa fa-tasks"></i><span class="submenu-title">Tree View</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-edit fa-fw"><div class="icon-bg bg-violet"></div></i><span class="menu-title">Forms</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="form-layouts.html"><i class="fa fa-columns"></i><span class="submenu-title">Form Layouts</span></a> </li> <li><a href="form-basic.html"><i class="fa fa-file-text-o"></i><span class="submenu-title">Form Basics</span></a> </li> <li><a href="form-components.html"><i class="fa fa-cube"></i><span class="submenu-title">Form Components</span></a> </li> <li><a href="form-xeditable.html"><i class="fa fa-edit"></i><span class="submenu-title">Form X-editable</span></a> </li> <li><a href="form-wizard.html"><i class="fa fa-magic"></i><span class="submenu-title">Form Wizard</span></a> </li> <li><a href="form-validation.html"><i class="fa fa-exclamation"></i><span class="submenu-title">Form Validation</span></a> </li> <li><a href="form-multiple-file-upload.html"><i class="fa fa-upload"></i><span class="submenu-title">Multiple File Upload</span></a> </li> <li><a href="form-dropzone-file-upload.html"><i class="fa fa-cloud-upload"></i><span class="submenu-title">Dropzone File Upload</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-th-list fa-fw"><div class="icon-bg bg-blue"></div></i><span class="menu-title">Tables</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="table-basic.html"><i class="fa fa-th-large"></i><span class="submenu-title">Basic Tables</span></a> </li> <li><a href="table-responsive.html"><i class="fa fa-tablet"></i><span class="submenu-title">Responsive Tables</span></a> </li> <li><a href="table-action.html"><i class="fa fa-tencent-weibo"></i><span class="submenu-title">Action Tables</span></a> </li> <li><a href="table-filter.html"><i class="fa fa-filter"></i><span class="submenu-title">Filter Tables</span></a> </li> <li><a href="table-advanced.html"><i class="fa fa-indent"></i><span class="submenu-title">Advanced Tables</span></a> </li> <li><a href="table-export.html"><i class="fa fa-paperclip"></i><span class="submenu-title">Table Export</span><span class="label label-yellow">v2.1</span></a> </li> <li></li> <li><a href="table-editable.html"><i class="fa fa-edit"></i><span class="submenu-title">Jeditable</span><span class="label label-blue">v2.0 </span></a> </li> <li><a href="table-datatables.html"><i class="fa fa-list-alt"></i><span class="submenu-title">DataTables</span><span class="label label-pink">v2.0</span></a> </li> <li><a href="table-sample.html"><i class="fa fa-table"></i><span class="submenu-title">Sample Tables</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-database fa-fw"><div class="icon-bg bg-red"></div></i><span class="menu-title">Data Grids</span><span class="fa arrow"></span><span class="label label-yellow">Hot</span></a> <ul class="nav nav-second-level"> <li><a href="#"><i class="fa fa-th-large"></i><span class="submenu-title">Layout Examples</span><span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li><a href="grid-layout-div.html"><i class="fa fa-angle-right"></i><span class="submenu-title">DIVs Layout</span></a> </li> <li><a href="grid-layout-table-1.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Table Demo 1</span></a> </li> <li><a href="grid-layout-table-2.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Table Demo 2</span></a> </li> <li><a href="grid-layout-2-table.html"><i class="fa fa-angle-right"></i><span class="submenu-title">2 Tables on the Page</span></a> </li> <li><a href="grid-layout-ul-li.html"><i class="fa fa-angle-right"></i><span class="submenu-title">UL LI</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-tencent-weibo"></i><span class="submenu-title">Actions Examples</span><span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li><a href="grid-filter-with-ul-li.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Filters With UL/LI</span></a> </li> <li><a href="grid-filter-with-select.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Filters With SELECT</span></a> </li> <li><a href="grid-double-sort.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Double Sort</span></a> </li> <li><a href="grid-deep-linking.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Deep Linking</span></a> </li> <li><a href="grid-pagination-only.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Pagination Only</span></a> </li> <li><a href="grid-without-item-per-page.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Without "Items per Page"</span></a> </li> <li><a href="grid-hidden-sort.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Hidden Sort</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-table"></i><span class="submenu-title">jPList with jQuery UI</span><span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li><a href="grid-range-slider.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Range Slider</span></a> </li> <li><a href="grid-datepicker.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Date Picker Filter</span></a> </li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-file-o fa-fw"><div class="icon-bg bg-yellow"></div></i><span class="menu-title">Pages</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="page-gallery.html"><i class="fa fa-suitcase"></i><span class="submenu-title">Gallery</span></a> </li> <li><a href="page-timeline.html"><i class="fa fa-steam"></i><span class="submenu-title">Timeline</span></a> </li> <li><a href="page-blog.html"><i class="fa fa-puzzle-piece"></i><span class="submenu-title">Blog</span></a> </li> <li><a href="page-blog-item.html"><i class="fa fa-chain"></i><span class="submenu-title">Blog Item</span></a> </li> <li><a href="page-about.html"><i class="fa fa-group"></i><span class="submenu-title">About Us</span></a> </li> <li><a href="page-contact.html"><i class="fa fa-send-o"></i><span class="submenu-title">Contact Us</span></a> </li> <li><a href="page-calendar.html"><i class="fa fa-calendar"></i><span class="submenu-title">Full Calendar</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-gift fa-fw"><div class="icon-bg bg-grey"></div></i><span class="menu-title">Extras</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="extra-profile.html"><i class="fa fa-user"></i><span class="submenu-title">User Profile</span></a> </li> <li><a href="extra-signin.html"><i class="fa fa-sign-in"></i><span class="submenu-title">Sign In</span></a> </li> <li><a href="extra-signup.html"><i class="fa fa-sign-out"></i><span class="submenu-title">Sign Up</span></a> </li> <li><a href="extra-lock-screen.html"><i class="fa fa-lock"></i><span class="submenu-title">Lock Screen</span></a> </li> <li><a href="extra-user-list.html"><i class="fa fa-user"></i><span class="submenu-title">User List</span><span class="label label-yellow">v2.1</span></a> </li> <li><a href="extra-invoice.html"><i class="fa fa-print"></i><span class="submenu-title">Invoice</span></a> </li> <li><a href="extra-faq.html"><i class="fa fa-graduation-cap"></i><span class="submenu-title">FAQ</span></a> </li> <li><a href="extra-pricing-table.html"><i class="fa fa-money"></i><span class="submenu-title">Pricing Tables</span></a> </li> <li><a href="extra-blank.html"><i class="fa fa-file-o"></i><span class="submenu-title">Blank</span></a> </li> <li><a href="extra-404.html"><i class="fa fa-exclamation-circle"></i><span class="submenu-title">404 Page</span></a> </li> <li><a href="extra-500.html"><i class="fa fa-exclamation-circle"></i><span class="submenu-title">500 Page</span></a> </li> <li><a href="javascript:void(0)" title="FullScreen" class="btn-fullscreen"><i class="fa fa-arrows"></i><span class="submenu-title">Full Screen</span></a> </li> </ul> </li> <li><a href="#"><i class="fa fa-sitemap fa-fw"><div class="icon-bg bg-dark"></div></i><span class="menu-title">Multi-Level Dropdown</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="#"><i class="fa fa-angle-right"></i><span class="submenu-title">Second Level Item</span></a> </li> <li><a href="#"><i class="fa fa-angle-right"></i><span class="submenu-title">Second Level Item</span></a> </li> <li><a href="#"><i class="fa fa-angle-right"></i><span class="submenu-title">Third Level</span><span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li><a href="#"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Third Level Item</span></a> </li> <li><a href="#"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Third Level Item</span></a> </li> <li><a href="#"><i class="fa fa-angle-double-right"></i><span class="submenu-title"> Third Level Item</span></a> </li> <li><a href="#"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Third Level Item</span></a> </li> </ul> </li> </ul> </li> <li><a href="#"><i class="fa fa-envelope-o"><div class="icon-bg bg-primary"></div></i><span class="menu-title">Email</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="email-inbox.html"><i class="fa fa-inbox"></i><span class="submenu-title">Inbox</span></a> </li> <li><a href="email-compose-mail.html"><i class="fa fa-pencil"></i><span class="submenu-title">Compose Mail</span></a> </li> <li><a href="email-view-mail.html"><i class="fa fa-eye"></i><span class="submenu-title">View Mail</span></a> </li> </ul> </li> <li class="active"><a href="#"><i class="fa fa-bar-chart-o fa-fw"><div class="icon-bg bg-orange"></div></i><span class="menu-title">Charts</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level in"> <li><a href="charts-flotchart.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Flot Charts</span></a> </li> <li class="active"><a href="charts-chartjs.html"><i class="fa fa-angle-right"></i><span class="submenu-title">Chartjs</span></a> </li> <li><a href="#"><i class="fa fa-angle-right"></i><span class="submenu-title">HighCharts</span><span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li><a href="charts-highchart-line.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Line Charts</span></a> </li> <li><a href="charts-highchart-area.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Area Charts</span></a> </li> <li><a href="charts-highchart-column-bar.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Column & Bar Charts</span></a> </li> <li><a href="charts-highchart-pie.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Pie Charts</span></a> </li> <li><a href="charts-highchart-scatter-bubble.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Scatter & Bubble Charts</span></a> </li> <li><a href="charts-highchart-dynamic.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Dynamic Charts</span></a> </li> <li><a href="charts-highchart-combinations.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">Combinations</span></a> </li> <li><a href="charts-highchart-more.html"><i class="fa fa-angle-double-right"></i><span class="submenu-title">More Chart Types</span></a> </li> </ul> </li> </ul> </li> <li><a href="animations.html"><i class="fa fa-slack fa-fw"><div class="icon-bg bg-green"></div></i><span class="menu-title">Animations</span></a> </li> <!--li.charts-sum<div id="ajax-loaded-data-sidebar"></div>--> </ul> </div> </nav> <!--END SIDEBAR MENU--> <!--BEGIN CHAT FORM--> <div id="chat-form" class="fixed"> <div class="chat-inner"> <h2 class="chat-header"><a href="javascript:;" class="chat-form-close pull-right"><i class="glyphicon glyphicon-remove"></i></a><i class="fa fa-user"></i>&nbsp; Chat &nbsp;<span class="badge badge-info">3</span></h2> <div id="group-1" class="chat-group"><strong>Favorites</strong><a href="#"><span class="user-status is-online"></span><small>Verna Morton</small><span class="badge badge-info">2</span></a><a href="#"><span class="user-status is-online"></span><small>Delores Blake</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-busy"></span><small>Nathaniel Morris</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-idle"></span><small>Boyd Bridges</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-offline"></span><small>Meredith Houston</small><span class="badge badge-info is-hidden">0</span></a> </div> <div id="group-2" class="chat-group"><strong>Office</strong><a href="#"><span class="user-status is-busy"></span><small>Ann Scott</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-offline"></span><small>Sherman Stokes</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-offline"></span><small>Florence Pierce</small><span class="badge badge-info">1</span></a> </div> <div id="group-3" class="chat-group"><strong>Friends</strong><a href="#"><span class="user-status is-online"></span><small>Willard Mckenzie</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-busy"></span><small>Jenny Frazier</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-offline"></span><small>Chris Stewart</small><span class="badge badge-info is-hidden">0</span></a><a href="#"><span class="user-status is-offline"></span><small>Olivia Green</small><span class="badge badge-info is-hidden">0</span></a> </div> </div> <div id="chat-box" style="top:400px"> <div class="chat-box-header"><a href="#" class="chat-box-close pull-right"><i class="glyphicon glyphicon-remove"></i></a><span class="user-status is-online"></span><span class="display-name">Willard Mckenzie</span><small>Online</small> </div> <div class="chat-content"> <ul class="chat-box-body"> <li> <p><img src="https://s3.amazonaws.com/uifaces/faces/twitter/kolage/128.jpg" class="avt" /><span class="user">John Doe</span><span class="time">09:33</span> </p> <p>Hi Swlabs, we have some comments for you.</p> </li> <li class="odd"> <p><img src="https://s3.amazonaws.com/uifaces/faces/twitter/alagoon/48.jpg" class="avt" /><span class="user">Swlabs</span><span class="time">09:33</span> </p> <p>Hi, we're listening you...</p> </li> </ul> </div> <div class="chat-textarea"> <input placeholder="Type your message" class="form-control" /> </div> </div> </div> <!--END CHAT FORM--> <!--BEGIN PAGE WRAPPER--> <div id="page-wrapper"> <!--BEGIN TITLE & BREADCRUMB PAGE--> <div id="title-breadcrumb-option-demo" class="page-title-breadcrumb"> <div class="page-header pull-left"> <div class="page-title">Chartjs</div> </div> <ol class="breadcrumb page-breadcrumb"> <li><i class="fa fa-home"></i>&nbsp;<a href="index.html">Home</a>&nbsp;&nbsp;<i class="fa fa-angle-right"></i>&nbsp;&nbsp;</li> <li><a href="#">Charts</a>&nbsp;&nbsp;<i class="fa fa-angle-right"></i>&nbsp;&nbsp;</li> <li class="active">Chartjs</li> </ol> <div class="btn btn-blue reportrange hide"><i class="fa fa-calendar"></i>&nbsp;<span></span>&nbsp;report&nbsp;<i class="fa fa-angle-down"></i> <input type="hidden" name="datestart" /> <input type="hidden" name="endstart" /> </div> <div class="clearfix"></div> </div> <!--END TITLE & BREADCRUMB PAGE--> <!--BEGIN CONTENT--> <div class="page-content"> <div class="row"> <div class="col-lg-6"> <div class="portlet box"> <div class="portlet-header"> <div class="caption">Line Chart</div> <div class="tools"><i class="fa fa-chevron-up"></i><i data-toggle="modal" data-target="#modal-config" class="fa fa-cog"></i><i class="fa fa-refresh"></i><i class="fa fa-times"></i> </div> </div> <div class="portlet-body"> <canvas id="line-chart" width="600" height="400" style="height: 400px !important"></canvas> </div> </div> <div class="portlet box"> <div class="portlet-header"> <div class="caption">Radar Chart</div> <div class="tools"><i class="fa fa-chevron-up"></i><i data-toggle="modal" data-target="#modal-config" class="fa fa-cog"></i><i class="fa fa-refresh"></i><i class="fa fa-times"></i> </div> </div> <div class="portlet-body"> <canvas id="radar-chart" width="600" height="400" style="height: 400px !important"></canvas> </div> </div> <div class="portlet box"> <div class="portlet-header"> <div class="caption">Pie Chart</div> <div class="tools"><i class="fa fa-chevron-up"></i><i data-toggle="modal" data-target="#modal-config" class="fa fa-cog"></i><i class="fa fa-refresh"></i><i class="fa fa-times"></i> </div> </div> <div class="portlet-body"> <canvas id="pie-chart" width="600" height="400" style="height: 400px !important"></canvas> </div> </div> </div> <div class="col-lg-6"> <div class="portlet box"> <div class="portlet-header"> <div class="caption">Bar Chart</div> <div class="tools"><i class="fa fa-chevron-up"></i><i data-toggle="modal" data-target="#modal-config" class="fa fa-cog"></i><i class="fa fa-refresh"></i><i class="fa fa-times"></i> </div> </div> <div class="portlet-body"> <canvas id="bar-chart" width="600" height="400" style="height: 400px !important"></canvas> </div> </div> <div class="portlet box"> <div class="portlet-header"> <div class="caption">Polar area chart</div> <div class="tools"><i class="fa fa-chevron-up"></i><i data-toggle="modal" data-target="#modal-config" class="fa fa-cog"></i><i class="fa fa-refresh"></i><i class="fa fa-times"></i> </div> </div> <div class="portlet-body"> <canvas id="polar-area-chart" width="600" height="400" style="height: 400px !important"></canvas> </div> </div> <div class="portlet box"> <div class="portlet-header"> <div class="caption">Doughnut Chart</div> <div class="tools"><i class="fa fa-chevron-up"></i><i data-toggle="modal" data-target="#modal-config" class="fa fa-cog"></i><i class="fa fa-refresh"></i><i class="fa fa-times"></i> </div> </div> <div class="portlet-body"> <canvas id="doughnut-chart" width="600" height="400" style="height: 400px !important"></canvas> </div> </div> </div> </div> </div> <!--END CONTENT--> </div> <!--BEGIN FOOTER--> <div id="footer"> <div class="copyright">2014 © &mu;Admin - Responsive Multi-Style Admin Template</div> </div> <!--END FOOTER--> <!--END PAGE WRAPPER--> </div> </div> <script src="js/jquery-1.10.2.min.js"></script> <script src="js/jquery-migrate-1.2.1.min.js"></script> <script src="js/jquery-ui.js"></script> <!--loading bootstrap js--> <script src="vendors/bootstrap/js/bootstrap.min.js"></script> <script src="vendors/bootstrap-hover-dropdown/bootstrap-hover-dropdown.js"></script> <script src="js/html5shiv.js"></script> <script src="js/respond.min.js"></script> <script src="vendors/metisMenu/jquery.metisMenu.js"></script> <script src="vendors/slimScroll/jquery.slimscroll.js"></script> <script src="vendors/jquery-cookie/jquery.cookie.js"></script> <script src="vendors/iCheck/icheck.min.js"></script> <script src="vendors/iCheck/custom.min.js"></script> <script src="vendors/jquery-notific8/jquery.notific8.min.js"></script> <script src="vendors/jquery-highcharts/highcharts.js"></script> <script src="js/jquery.menu.js"></script> <script src="vendors/jquery-pace/pace.min.js"></script> <script src="vendors/holder/holder.js"></script> <script src="vendors/responsive-tabs/responsive-tabs.js"></script> <script src="vendors/jquery-news-ticker/jquery.newsTicker.min.js"></script> <script src="vendors/moment/moment.js"></script> <script src="vendors/bootstrap-datepicker/js/bootstrap-datepicker.js"></script> <script src="vendors/bootstrap-daterangepicker/daterangepicker.js"></script> <!--CORE JAVASCRIPT--> <script src="js/main.js"></script> <!--LOADING SCRIPTS FOR PAGE--> <script src="vendors/chart.js/Chart.min.js"></script> <script src="js/charts-chartjs.js"></script> <script type="text/javascript"> (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-145464-14', 'auto'); ga('send', 'pageview'); </script> </body> </html>
chenxuewei/WeDo
views/public/charts-chartjs.html
HTML
bsd-3-clause
76,866
<html lang="en"> <head> <title>Dump setup - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Optimization-info.html#Optimization-info" title="Optimization info"> <link rel="next" href="Optimization-groups.html#Optimization-groups" title="Optimization groups"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <a name="Dump-setup"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Optimization-groups.html#Optimization-groups">Optimization groups</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Optimization-info.html#Optimization-info">Optimization info</a> <hr> </div> <h4 class="subsection">9.7.1 Dump setup</h4> <p><a name="index-dump-setup-1696"></a> A dump_manager class is defined in <samp><span class="file">dumpfile.h</span></samp>. Various passes register dumping pass-specific information via <code>dump_register</code> in <samp><span class="file">passes.c</span></samp>. During the registration, an optimization pass can select its optimization group (see <a href="Optimization-groups.html#Optimization-groups">Optimization groups</a>). After that optimization information corresponding to the entire group (presumably from multiple passes) can be output via command-line switches. Note that if a pass does not fit into any of the pre-defined groups, it can select <code>OPTGROUP_NONE</code>. <p>Note that in general, a pass need not know its dump output file name, whether certain flags are enabled, etc. However, for legacy reasons, passes could also call <code>dump_begin</code> which returns a stream in case the particular pass has optimization dumps enabled. A pass could call <code>dump_end</code> when the dump has ended. These methods should go away once all the passes are converted to use the new dump infrastructure. <p>The recommended way to setup the dump output is via <code>dump_start</code> and <code>dump_end</code>. </body></html>
ExploreEmbedded/Tit-Windows
tools/share/doc/gccint/Dump-setup.html
HTML
bsd-3-clause
3,528
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!--Converted with LaTeX2HTML 2002-1 (1.68) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> <TITLE>3. Getting and setting up EMC software</TITLE> <META NAME="description" CONTENT="3. Getting and setting up EMC software"> <META NAME="keywords" CONTENT="Handbook"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2002-1"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="Handbook.css"> <LINK REL="next" HREF="node14.html"> <LINK REL="previous" HREF="node5.html"> <LINK REL="up" HREF="node2.html"> <LINK REL="next" HREF="node14.html"> </HEAD> <BODY > <!--Navigation Panel--> <A NAME="tex2html441" HREF="node14.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A> <A NAME="tex2html435" HREF="node2.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A> <A NAME="tex2html429" HREF="node12.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A> <A NAME="tex2html437" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A> <A NAME="tex2html439" HREF="node140.html"> <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.gif"></A> <BR> <B> Next:</B> <A NAME="tex2html442" HREF="node14.html">4. EMC Download Page</A> <B> Up:</B> <A NAME="tex2html436" HREF="node2.html">I. Part 1 -</A> <B> Previous:</B> <A NAME="tex2html430" HREF="node12.html">2.1.2.4 Configuring the kernel</A> &nbsp; <B> <A NAME="tex2html438" HREF="node1.html">Contents</A></B> &nbsp; <B> <A NAME="tex2html440" HREF="node140.html">Index</A></B> <BR> <BR> <!--End of Navigation Panel--> <H1><A NAME="SECTION02300000000000000000"> 3. Getting and setting up EMC software</A> </H1> <P> The third hurdle that you face when you begin to set up the EMC is getting and installing the EMC software itself. Much of the EMC and RCSLIB have been placed on SourceForge.net in a concurrent versioning repository and are available for download from that site. Along with that change there has been a change in the nature of the distributions. <P> Installation can be a daunting task to people new to Linux. The hardest part is getting the Real Time Linux patch up and running. After that, installing EMC is pretty easy. With that said, most people have found that the easiest way to install Real Time Linux and EMC is to go to Tim Goldstein's web page and use his install script for EMC on the linux 2.0.36 release. The information on this is under the download information link above. <P> Ray Henry has written a page on installation of EMC on his computer running Mandrake 7.0 with a prepatched rtlinux-2.2 kernel. Ray doesn't have an install script but the process is documented fairly well and he has some text files that you can view or download. <P> Brian Pitt has written a guide to installing Linux, Real-Time Linux, and EMC on a windows formatted hard drive using a Slackware installation. This looks like a reasonably easy way to try out the system. Look for installation CDROM's soon. <P> <HR> <!--Navigation Panel--> <A NAME="tex2html441" HREF="node14.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A> <A NAME="tex2html435" HREF="node2.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A> <A NAME="tex2html429" HREF="node12.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A> <A NAME="tex2html437" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A> <A NAME="tex2html439" HREF="node140.html"> <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.gif"></A> <BR> <B> Next:</B> <A NAME="tex2html442" HREF="node14.html">4. EMC Download Page</A> <B> Up:</B> <A NAME="tex2html436" HREF="node2.html">I. Part 1 -</A> <B> Previous:</B> <A NAME="tex2html430" HREF="node12.html">2.1.2.4 Configuring the kernel</A> &nbsp; <B> <A NAME="tex2html438" HREF="node1.html">Contents</A></B> &nbsp; <B> <A NAME="tex2html440" HREF="node140.html">Index</A></B> <!--End of Navigation Panel--> <ADDRESS> root 2003-05-26 </ADDRESS> </BODY> </HTML>
meantaipan/KMotionX
KMotion/Help/GCodeScreen/EMC_Handbook/node13.html
HTML
bsd-3-clause
4,826
<link rel="import" href="chrome://resources/html/action_link.html"> <link rel="import" href="chrome://resources/html/cr.html"> <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html"> <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html"> <link rel="import" href="chrome://resources/polymer/v1_0/paper-behaviors/paper-inky-focus-behavior.html"> <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html"> <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-progress.html"> <link rel="import" href="chrome://downloads/action_service.html"> <link rel="import" href="chrome://downloads/constants.html"> <link rel="import" href="chrome://downloads/i18n_setup.html"> <dom-module id="inky-text-button"> <template><content></content></template> <style> :host { -webkit-user-select: none; cursor: pointer; display: inline-block; outline: none; position: relative; text-align: center; } </style> </dom-module> <dom-module id="downloads-item"> <template> <template is="dom-if" if="[[!hideDate]]"> <h3 id="date">[[computeDate_(hideDate, data.since_string, data.date_string)]]</h3> </template> <div id="content" on-dragstart="onDragStart_" class$="[[computeClass_(isActive_, isDangerous_, showProgress_)]]"> <div id="file-icon-wrapper" class="icon-wrapper"> <img class="icon" id="file-icon" alt="" hidden="[[isDangerous_]]"> <iron-icon id="danger-icon" icon$="[[computeDangerIcon_(isDangerous_, data.danger_type)]]" hidden="[[!isDangerous_]]"></iron-icon> </div> <div id="details"> <div id="title-area"><!-- Can't have any line breaks. --><a is="action-link" id="file-link" href="[[data.url]]" on-tap="onFileLinkTap_" hidden="[[!completelyOnDisk_]]">[[data.file_name]]</a><!-- Before #name. --><span id="name" hidden="[[completelyOnDisk_]]">[[data.file_name]]</span> <span id="tag">[[computeTag_(data.state, data.last_reason_text, data.file_externally_removed)]]</span> </div> <a id="url" target="_blank" href="[[data.url]]">[[data.url]]</a> <div id="description">[[computeDescription_(data.state, data.danger_type, data.file_name, data.progress_status_text)]]</div> <template is="dom-if" if="[[showProgress_]]"> <paper-progress id="progress" indeterminate="[[isIndeterminate_(data.percent)]]" value="[[data.percent]]"></paper-progress> </template> <div id="safe" class="controls" hidden="[[isDangerous_]]"> <a is="action-link" id="show" i18n-content="controlShowInFolder" on-tap="onShowTap_" hidden="[[!completelyOnDisk_]]"></a> <template is="dom-if" if="[[data.retry]]"> <paper-button id="retry" on-tap="onRetryTap_">[[i18n_.retry]]</paper-button> </template> <template is="dom-if" if="[[isInProgress_]]"> <paper-button id="pause" on-tap="onPauseTap_">[[i18n_.pause]]</paper-button> </template> <template is="dom-if" if="[[data.resume]]"> <paper-button id="resume" on-tap="onResumeTap_">[[i18n_.resume]]</paper-button> </template> <template is="dom-if" if="[[showCancel_]]"> <paper-button id="cancel" on-tap="onCancelTap_">[[i18n_.cancel]]</paper-button> </template> <span id="controlled-by"><!-- Text populated dynamically. --></span> </div> <template is="dom-if" if="[[isDangerous_]]"> <div id="dangerous" class="controls"> <!-- Dangerous file types (e.g. .exe, .jar). --> <template is="dom-if" if="[[!isMalware_]]"> <paper-button id="discard" on-tap="onDiscardDangerousTap_" class="discard">[[i18n_.discard]]</paper-button> <paper-button id="save" on-tap="onSaveDangerousTap_" class="keep">[[i18n_.save]]</paper-button> </template> <!-- Things that safe browsing has determined to be dangerous. --> <template is="dom-if" if="[[isMalware_]]"> <paper-button id="danger-remove" on-tap="onDiscardDangerousTap_" class="discard">[[i18n_.remove]]</paper-button> <paper-button id="restore" on-tap="onSaveDangerousTap_" class="keep">[[i18n_.restore]]</paper-button> </template> </div> </template> </div> <div id="remove-wrapper" class="icon-wrapper"> <inky-text-button id="remove" i18n-values="title:controlRemoveFromList" style$="[[computeRemoveStyle_(isDangerous_, showCancel_)]]" on-tap="onRemoveTap_">&#x2715;</inky-text-button> </div> <div id="incognito" i18n-values="title:inIncognito" hidden="[[!data.otr]]"></div> </div> </template> <link rel="import" type="css" href="chrome://resources/css/action_link.css"> <link rel="import" type="css" href="chrome://downloads/shared_style.css"> <link rel="import" type="css" href="chrome://downloads/item.css"> <script src="chrome://downloads/item.js"></script> </dom-module>
Bysmyyr/chromium-crosswalk
chrome/browser/resources/md_downloads/item.html
HTML
bsd-3-clause
5,486
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Application | JavaScript Testing Results</title> <link rel="stylesheet" href="screw.css" type="text/css" charset="utf-8" /> <script type="text/javascript" src="../../../vendor/plugins/blue-ridge/lib/blue-ridge.js"></script> </head> <body> <!-- Put any HTML fixture elements here. --> <div class="select_me"/> <span class="select_me"/> <div class="dont_select_me"/> </body> </html>
afomi/datacatalog-web
vendor/plugins/blue-ridge/generators/blue_ridge/templates/application.html
HTML
bsd-3-clause
553
{% extends "photologue/root.html" %} {% block title %}All Photos{% endblock %} {% block content %} <h1>All Photos</h1> {% if object_list %} {% for photo in object_list %} <div class="gallery-photo"> <a href="{{ photo.get_absolute_url }}"><img src="{{ photo.get_thumbnail_url }}" alt="{{ photo.title }}"/></a> </div> {% endfor %} {% else %} <p>No photos were found.</p> {% endif %} {% if is_paginated %} <p>{{ hits }} photos total.</p> <div id="page_controls"> <p>{% if has_previous %}<a href="{% url pl-photo-list previous %}">Previous</a> | {% endif %} page {{ page }} of {{ pages }} {% if has_next %}| <a href="{% url pl-photo-list next %}">Next</a>{% endif %}</p> </div> {% endif %} {% endblock %}
iberben/django-photologue
photologue/templates/photologue/photo_list.html
HTML
bsd-3-clause
735
{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %} <li> <a href="{% url opts|admin_urlname:'history' original.pk|admin_urlquote %}" class="historylink">{% trans "History" %}</a> </li> <li> {% if perms.users.can_print_badge %} <a href="{% url 'app:badge' username=original.username %}" class="historylink">{% trans "Badge" %}</a> {% if original.balance <= 0 %} <a href="{% url 'app:receipt' username=original.username %}" class="historylink">{% trans "Receipt" %}</a> {% endif %} {% endif %} <a href="{% url 'app:detail' username=original.username %}" class="historylink">{% trans "Sheet" %}</a> <a href="{% url 'app:pdf' username=original.username %}" class="historylink">{% trans "PDF" %}</a> </li> {% if has_absolute_url %} <li> <a href="{% url 'admin:view_on_site' content_type_id original.pk %}" class="viewsitelink">{% trans "View on site" %}</a> </li> {% endif %} {% endblock %}
javierwilson/forocacao
forocacao/templates/admin/app/attendee/change_form.html
HTML
bsd-3-clause
1,043
<!doctype html> <html> <head> <title>lit-html shack benchmark</title> <script type="module" src="./index.js"></script> <link rel="stylesheet" href="./style.css"></link> </head> <body> </body> </html>
Polymer/benchmarks
lit-html/shack/index.html
HTML
bsd-3-clause
220
<!-- /* * Copyright 2014, Gregg Tavares. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. * * Neither the name of Gregg Tavares. nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui"> <meta name="format-detection" content="telephone=no" /> <title>happyfuntimes missing file</title> <style> html { box-sizing: border-box; height: 100%; } *, *:before, *:after { box-sizing: inherit; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { height: 100%; margin: 0; font-family: sans-serif; } /* class to make a column based flexbox with everything centered */ .hft-fullcenter { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-flex-flow: column; flex-flow: column; -webkit-box-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: center; justify-content: center; align-content: center; align-items: center; min-height: auto; } .hft-instruction { font-size: xx-large; font-weight: bold; text-align: center; } code { background: #DDD; padding: 0.1em 0.2em 0.1em 0.2em; word-break: break-word; } @media only screen and (max-width: 550px) { .hft-instruction { font-size: medium; } } </style> </head> <body> <div class="hft-fullcenter"> <div class="hft-instruction"> <div> <code id="filename"></code> is missing. </div> <p></p> <div> Did you forget to set the <code>controllerFilename</code> in your <code>PlayerSpawner</code> or <code>PlayerConnector</code>? </div> </div> </div> </body> <script> var $ = document.querySelector.bind(document); $("#filename").innerHTML = "Assets/WebPlayerTemplates/HappyFunTimes" + window.location.pathname; function getJSON(url, obj, callback) { var xhr = new XMLHttpRequest(); xhr.open('POST', url); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.onload = function() { if (xhr.status === 200) { try { var obj = JSON.parse(xhr.responseText) callback(null, obj); } catch (e) { callback(e); } } else { callback("status not 200. Was " + xhr.status); } } xhr.onerror = function(e) { callback(e); }; xhr.send(JSON.stringify(obj)); } function waitForNewLocation() { getJSON(window.location.href, {cmd: "happyFunTimesRedir"}, function(err, obj) { if (err || obj.pathname === window.location.pathname) { setTimeout(waitForNewLocation, 1000); return; } window.location.href = "/"; }); } setTimeout(waitForNewLocation, 2000); </script> </html>
greggman/hft-unity3d
Assets/WebPlayerTemplates/HappyFunTimes/hft/missing.html
HTML
bsd-3-clause
4,668
<!doctype html> <html> <head> <meta name="description" content="Analog clock demo written in Brython www.brython.info"> <meta name="keywords" content="Python,Brython"> <meta name="author" content="Glenn Linderman"> <meta charset="iso-8859-1"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <script type="text/javascript" src="../src/brython.js"></script> <script type="text/python" src="show_source.py"></script> <style> #drop_zone { border: 2px dashed #bbb; border-radius: 5px; padding: 25px; text-align: center; font: 20pt bold; color: #bbb; } </style> </head> <body onLoad="brython(1)"> <p> <div id="drop_zone">Drop files here</div> <output id="list"></output> <script type="text/python"> from browser import document, window, bind, html Date = window.Date.new @bind("#drop_zone", "drop") def handleFileSelect(evt): evt.stopPropagation() evt.preventDefault() files = evt.dataTransfer.files # FileList object. # files is a FileList of File objects. List some properties. output = [] _ul = html.UL() for f in files: last_mod = Date(f.lastModified) if f.lastModified else "n/a" _ul <= html.LI(f'{f.name}({f.type or "n/a"}) - {f.size} bytes, ' + f'last modified: {last_mod.toDateString()}') document['list'] <= _ul @bind("#drop_zone", "dragover") def handleDragOver(evt): evt.stopPropagation() evt.preventDefault() evt.dataTransfer.dropEffect = 'copy' # Explicitly show this is a copy. </script> </body> </html>
kikocorreoso/brython
www/gallery/drop_files.html
HTML
bsd-3-clause
1,530
<!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:33 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class net.sourceforge.pmd.util.filter.AndFilter (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="Uses of Class net.sourceforge.pmd.util.filter.AndFilter (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../net/sourceforge/pmd/util/filter/AndFilter.html" title="class in net.sourceforge.pmd.util.filter"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?net/sourceforge/pmd/util/filter//class-useAndFilter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AndFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>net.sourceforge.pmd.util.filter.AndFilter</B></H2> </CENTER> No usage of net.sourceforge.pmd.util.filter.AndFilter <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../net/sourceforge/pmd/util/filter/AndFilter.html" title="class in net.sourceforge.pmd.util.filter"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?net/sourceforge/pmd/util/filter//class-useAndFilter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AndFilter.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; 2002-2011 InfoEther. All Rights Reserved. </BODY> </HTML>
pscadiz/pmd-4.2.6-gds
docs/apidocs/net/sourceforge/pmd/util/filter/class-use/AndFilter.html
HTML
bsd-3-clause
6,149
<!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WebGL Unknown Uniform Conformance Test</title> <link rel="stylesheet" href="../resources/js-test-style.css"/> <script src="../resources/desktop-gl-constants.js" type="text/javascript"></script> <script src="../resources/js-test-pre.js"></script> <script src="resources/webgl-test.js"></script> </head> <body> <div id="description"></div> <div id="console"></div> <canvas id="canvas" width="2" height="2"> </canvas> <script id="vshader" type="x-shader/x-vertex"> attribute vec4 vPosition; void main() { gl_Position = vPosition; } </script> <script id="fshader" type="x-shader/x-fragment"> void main() { gl_FragColor = vec4(1.0,0.0,0.0,1.0); } </script> <script> description("Tests that unknown uniforms don't cause errors."); debug(""); debug("Canvas.getContext"); var gl = initWebGL("example", "vshader", "fshader", [ "vPosition"], [ 0, 0, 0, 1 ], 1); if (!gl) { testFailed("context does not exist"); } else { testPassed("context exists"); debug(""); // Get the location of an unknown uniform. var loc = gl.getUniformLocation(gl.program, "someUnknownUniform"); assertMsg(loc === null, "location of unknown uniform should be null"); glErrorShouldBe(gl, gl.NO_ERROR, "there should be no error from getting an unknown uniform"); gl.uniform1f(loc, 1); glErrorShouldBe(gl, gl.NO_ERROR, "there should be no error from trying to set an unknown uniform"); } debug(""); successfullyParsed = true; </script> <script src="../resources/js-test-post.js"></script> </body> </html>
gx1997/chrome-loongson
chrome/test/data/gpu/webgl_conformance/conformance/gl-unknown-uniform.html
HTML
bsd-3-clause
1,790
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>ISPCOnfig 3 remote API documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="definitionen.css"> <style type="text/css"> </style></head> <body> <div style="padding:40px"> <h1>mail_spamfilter_blacklist_update(<span class="var">$session_id</span>, <span class="var">$client_id</span>, <span class="var">$primary_id</span>, <span class="var">$params</span>);</h1> <br> <b>Description: </b> <p class="margin"> Updates a mailing spamfilter blacklist entry if <em>wb</em> is <em>B</em>.</p><br> <b>Input Variables: </b> <p class="margin"> <span class="var">$session_id</span>, <span class="var">$client_id</span>, <span class="var">$primary_id</span>, <span class="var">$params</span></p> <b>Parameters (in <span class="var">$params</span>): </b> <p class="margin"> server_id&nbsp;&nbsp;(<span class="paratype">int(11)</span>)</p> <p class="margin"> wb&nbsp;&nbsp;(<span class="paratype">enum('W','B')</span>)</p> <p class="margin"> rid&nbsp;&nbsp;(<span class="paratype">int(11)</span>)</p> <p class="margin"> email&nbsp;&nbsp;(<span class="paratype">varchar(255)</span>)</p> <p class="margin"> priority&nbsp;&nbsp;(<span class="paratype">tinyint(3)</span>)</p> <p class="margin"> active&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p> <b>Output: </b> <p class="margin"> Returns the number of affected rows.</p> <!--<b>Output:</b> <p style="margin-left:100px">Gives a record of </p> --> </div> </body></html>
idrassi/ispconfig_ovh_hosting
ispconfig3_install/remoting_client/API-docs/mail_spamfilter_blacklist_update.html
HTML
bsd-3-clause
1,648
<div id="footer"> <div class="container"> <div class="span-12"> <p class="rights"> Copyright &copy; 2010 <a href="">Dimagi & Itido</a> </p> </div> <div class="span-12 last"> <p style="text-align:right;"> CommTrack is resource tracking system. <a href="">More Info</a> </p> </div> </div><!-- End Container Class --> </div>
commtrack/commtrack-core
apps/hq/templates/hq/partials/footer.html
HTML
bsd-3-clause
466
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>Module: MatrizHM</title> <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" /> <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script> <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script> <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script> </head> <body id="top" class="module"> <div id="metadata"> <div id="home-metadata"> <div id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./index.html#classes">Classes</a> <a href="./index.html#methods">Methods</a> </h3> </div> </div> <div id="file-metadata"> <div id="file-list-section" class="section"> <h3 class="section-header">In Files</h3> <div class="section-body"> <ul> <li><a href="./lib/matrizHM_rb.html?TB_iframe=true&amp;height=550&amp;width=785" class="thickbox" title="lib/matrizHM.rb">lib/matrizHM.rb</a></li> <li><a href="./lib/matrizHM/version_rb.html?TB_iframe=true&amp;height=550&amp;width=785" class="thickbox" title="lib/matrizHM/version.rb">lib/matrizHM/version.rb</a></li> </ul> </div> </div> </div> <div id="class-metadata"> </div> <div id="project-metadata"> <div id="classindex-section" class="section project-section"> <h3 class="section-header">Class/Module Index <span class="search-toggle"><img src="./images/find.png" height="16" width="16" alt="[+]" title="show/hide quicksearch" /></span></h3> <form action="#" method="get" accept-charset="utf-8" class="initially-hidden"> <fieldset> <legend>Quicksearch</legend> <input type="text" name="quicksearch" value="" class="quicksearch-field" /> </fieldset> </form> <ul class="link-list"> <li><a href="./Fraccion.html">Fraccion</a></li> <li><a href="./Matriz.html">Matriz</a></li> <li><a href="./MatrizDensa.html">MatrizDensa</a></li> <li><a href="./MatrizDispersa.html">MatrizDispersa</a></li> <li><a href="./MatrizHM.html">MatrizHM</a></li> <li><a href="./Object.html">Object</a></li> <li><a href="./Operatoria.html">Operatoria</a></li> </ul> <div id="no-class-search-results" style="display: none;">No matching classes.</div> </div> </div> </div> <div id="documentation"> <h1 class="module">MatrizHM</h1> <div id="description" class="description"> </div><!-- description --> <div id="5Buntitled-5D" class="documentation-section"> <!-- Constants --> <div id="constants-list" class="section"> <h3 class="section-header">Constants</h3> <dl> <dt><a name="VERSION">VERSION</a></dt> <dd class="description"></dd> </dl> </div> <!-- Methods --> </div><!-- 5Buntitled-5D --> </div><!-- documentation --> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 2</small>.</p> </div> </body> </html>
will88/EquipoDJ-prct12
html/MatrizHM.html
HTML
mit
4,066
<!-- is it a cache issue? 13 July 2016 16:37 AEST --> <section ng-show="vm.tournament.showFunctions()"> <div class="tournament-item-heading"> <div class="title">Functions</div> <div class="unit-price">Price</div> <div class="quantity">Quantity</div> <div class="total-price">Total</div> </div> <div class="tournament-item" ng-repeat="item in vm.tournament.functions"> <div class="title" ng-class="item.isInformationOnly ? 'information-only' : ''"> {{item.title}} </div> <div class="unit-price" ng-show="!(item.isInformationOnly)"> {{item.unitPrice | currency}} </div> <div class="quantity" ng-show="!(item.isInformationOnly)"> <input type="number" min="0" ng-model="item.quantity"> </div> <div class="total-price" ng-show="!(item.isInformationOnly)"> {{item.totalPrice() | currency}} </div> </div> <div class="dietary-requirements" ng-show="vm.showDietaryRequirements()"> <label>Dietary Requirements:</label> <textarea rows="10" ng-model="vm.dietaryRequirements" placeholder="Dietary Requirements..."></textarea> </div> </section>
croquet-australia/website-application
source/CroquetAustralia.Website/app/tournaments/functions.html
HTML
mit
1,214
<!DOCTYPE html> <html ng-app='myApp'> <head> <script src = 'bower_components/angular/angular.js'></script> <script type='text/javascript'> var myAppModule = angular.module('myApp', []); myAppModule.controller('divController', function ($scope){ $scope.name= 'Jerrod'; $scope.favLanguage = 'Python'; $scope.favFramework = 'Pylot'; $scope.show = function(){ console.log('Hi, my name is '+$scope.name+', and my favorite language is '+$scope.favLanguage+', because my favorite framework is '+$scope.favFramework) } }); </script> </head> <body> <div ng-controller='divController'> <h1>press the button</h1> <h2>{{ name }}</h2> <input type="submit" name="name" ng-click='show()' value="Button"> </div> </body> </html>
pbentoncron/nice
Jerrod_Quintana/Assignments/angular/first.html
HTML
mit
845
<!DOCTYPE html> <!-- /******************************************************************************* # ____ __ __ _ _____ _ _ # # / __ \ \ \ / / | | / ____| | | | # # | | | |_ __ ___ _ __ \ /\ / /__| |__ | | __| | ___ | |__ ___ # # | | | | '_ \ / _ \ '_ \ \/ \/ / _ \ '_ \| | |_ | |/ _ \| '_ \ / _ \ # # | |__| | |_) | __/ | | \ /\ / __/ |_) | |__| | | (_) | |_) | __/ # # \____/| .__/ \___|_| |_|\/ \/ \___|_.__/ \_____|_|\___/|_.__/ \___| # # | | # # |_| _____ _____ _ __ # # / ____| __ \| |/ / # # | (___ | | | | ' / # # \___ \| | | | < # # ____) | |__| | . \ # # |_____/|_____/|_|\_\ # # # # (c) 2010-2012 by # # University of Applied Sciences Northwestern Switzerland # # Institute of Geomatics Engineering # # [email protected] # ******************************************************************************** * Licensed under MIT License. Read the file LICENSE for more information * *******************************************************************************/ TUTORIAL 19: Using Fullscreen *******************************************************************************/ --> <html lang="en"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../../../external/closure-library/closure/goog/base.js"></script> <script type="text/javascript" src="../../../compiled/deps.js"></script> <script type="text/javascript">goog.require('owg.OpenWebGlobe');</script> <button onclick="fullscreen();">Go Fullscreen</button> <script> var bFullscreen = false; //--------------------------------------------------------------------------- function fullscreenChange() { var elem = document.getElementById("canvas"); if (document.webkitFullscreenElement === elem || document.mozFullscreenElement === elem || document.mozFullScreenElement === elem) { bFullscreen = true; } else { bFullscreen = false; } } document.addEventListener('fullscreenchange', fullscreenChange, false); document.addEventListener('mozfullscreenchange', fullscreenChange, false); document.addEventListener('webkitfullscreenchange', fullscreenChange, false); //--------------------------------------------------------------------------- function fullscreen() { var elem = document.getElementById("canvas"); elem.requestFullscreen = elem.requestFullscreen || elem.mozRequestFullscreen || elem.mozRequestFullScreen || elem.webkitRequestFullscreen; elem.requestFullscreen(); } //--------------------------------------------------------------------------- function OnRender(context) { ogSetTextColor(context, 0,1,0); var text = "Hello World"; if (bFullscreen) { text = "Hello Fullscreen!"; } ogDrawText(context, text, 0, 20); } //--------------------------------------------------------------------------- function main() { ogSetArtworkDirectory("http://www.openwebglobe.org/art/"); var ctx = ogCreateContextFromCanvas("canvas", true); var globe = ogCreateGlobe(ctx); var imgBlueMarble500 = { url : ["http://www.openwebglobe.org/data/img"], layer : "World500", service : "i3d" }; var elvSRTM_CH = { url : ["http://www.openwebglobe.org/data/elv"], layer : "SRTM", service : "i3d" }; ogAddImageLayer(globe, imgBlueMarble500); ogAddElevationLayer(globe, elvSRTM_CH); ogSetRenderFunction(ctx, OnRender); ogSetBackgroundColor(ctx, 0.2,0.2,0.7,1); } //------------------------------------------------------------------------------ </script> <body onload="main()" style="padding:0px; margin:0px; overflow:hidden;"> <div style="text-align: center"> <canvas id="canvas"></canvas> </div> </body> </html>
OpenWebGlobe/WebViewer
source/tutorials/19_Fullscreen/debug.html
HTML
mit
4,821
<article class="listItem"> <figure class="listItem-figure"> <img class="listItem-image" src="{{getImage image 'productgallery_size' (cdn theme_settings.default_image_product)}}" alt="{{image.alt}}" title="{{image.alt}}"> </figure> <div class="listItem-body"> <div class="listItem-content"> <div class="listItem-details"> {{#if show_rating}} <p class="listItem-rating">{{> components/products/ratings rating=rating}}</p> {{/if}} {{#if brand.name}} <p class="listItem-brand">{{brand.name}}</p> {{/if}} <h4 class="listItem-title"> <a href="{{url}}">{{name}}</a> </h4> {{#if summary}} <p>{{summary}}</p> {{/if}} </div> <div class="listItem-actions"> {{#if price}} <div class="listItem-price">{{> components/products/price price=price}}</div> {{/if}} {{#unless hide_add_to_cart}} {{#if has_options}} <a href="{{url}}" class="button button--primary" data-product-id="{{id}}">{{lang "products.choose_options"}}</a> {{else}} {{#if out_of_stock_message }} <span href="{{url}}" class="button button--primary">{{out_of_stock_message}}</span> {{else}} <a href="{{add_to_cart_url}}" class="button button--primary">{{lang "products.add_to_cart"}}</a> {{/if}} {{/if}} {{/unless}} {{#if show_compare}} <label class="button button--small" for="compare-{{id}}"> {{lang "products.compare"}} <input type="checkbox" name="products[]" value="{{id}}" id="compare-{{id}}" data-compare-id="{{id}}"> </label> {{/if}} </div> </div> </div> </article>
diztinct-tim/Sandbox23-Dev
templates/components/products/list-item.html
HTML
mit
2,099
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: Erubis::PI::Ejava</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">Erubis::PI::Ejava</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/erubis/engine/ejava_rb.html"> erubis/engine/ejava.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> PI::Engine </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> class XmlEjava &lt; <a href="Ejava.html">Ejava</a> </p> <pre> include EscapeEnhancer </pre> <p> end </p> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000049">init_converter</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="includes"> <h3 class="section-bar">Included Modules</h3> <div id="includes-list"> <span class="include-name"><a href="../JavaGenerator.html">JavaGenerator</a></span> </div> </div> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000049" class="method-detail"> <a name="M000049"></a> <div class="method-heading"> <a href="#M000049" class="method-signature"> <span class="method-name">init_converter</span><span class="method-args">(properties={})</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000049-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000049-source"> <pre> <span class="ruby-comment cmt"># File erubis/engine/ejava.rb, line 104</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">init_converter</span>(<span class="ruby-identifier">properties</span>={}) <span class="ruby-ivar">@pi</span> = <span class="ruby-value str">'java'</span> <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">properties</span>) <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
mleung/feather
gems/gems/erubis-2.6.0/doc-api/classes/Erubis/PI/Ejava.html
HTML
mit
4,058
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Header &lt;boost/icl/discrete_interval.hpp&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="Chapter&#160;1.&#160;Boost.Icl"> <link rel="up" href="../../../interval_container_library_reference.html" title="Interval Container Library Reference"> <link rel="prev" href="../../../boost/icl/value_size_icl_idp25552544.html" title="Struct template value_size&lt;icl::continuous_interval&lt; DomainT &gt;&gt;"> <link rel="next" href="../../../boost/icl/discrete_interval.html" title="Class template discrete_interval"> </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="../../../../../../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/icl/value_size_icl_idp25552544.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../interval_container_library_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/icl/discrete_interval.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.icl.discrete_interval_hpp"></a>Header &lt;<a href="../../../../../../../boost/icl/discrete_interval.hpp" target="_top">boost/icl/discrete_interval.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">icl</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare <span class="special">=</span> <span class="identifier">ICL_COMPARE_INSTANCE</span><span class="special">(</span><span class="identifier">ICL_COMPARE_DEFAULT</span><span class="special">,</span> <span class="identifier">DomainT</span><span class="special">)</span><span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../../../boost/icl/discrete_interval.html" title="Class template discrete_interval">discrete_interval</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/interval_trait_idp25592160.html" title="Struct template interval_traits&lt;icl::discrete_interval&lt; DomainT, Compare &gt;&gt;">interval_traits</a><span class="special">&lt;</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/dynamic_interv_idp25608736.html" title="Struct template dynamic_interval_traits&lt;boost::icl::discrete_interval&lt; DomainT, Compare &gt;&gt;">dynamic_interval_traits</a><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/interval_bound_idp25625152.html" title="Struct template interval_bound_type&lt;discrete_interval&lt; DomainT, Compare &gt;&gt;">interval_bound_type</a><span class="special">&lt;</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/is_discrete_in_idp25631904.html" title="Struct template is_discrete_interval&lt;discrete_interval&lt; DomainT, Compare &gt;&gt;">is_discrete_interval</a><span class="special">&lt;</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/type_to_string_idp25639104.html" title="Struct template type_to_string&lt;icl::discrete_interval&lt; DomainT, Compare &gt;&gt;">type_to_string</a><span class="special">&lt;</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/value_size_icl_idp25643760.html" title="Struct template value_size&lt;icl::discrete_interval&lt; DomainT &gt;&gt;">value_size</a><span class="special">&lt;</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">discrete_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <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 &#169; 2007-2010 Joachim Faulhaber<br>Copyright &#169; 1999-2006 Cortex Software GmbH<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/icl/value_size_icl_idp25552544.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../interval_container_library_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/icl/discrete_interval.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/icl/doc/html/header/boost/icl/discrete_interval_hpp.html
HTML
mit
9,380
<!DOCTYPE html> <html> <head> <title>Time and Eternity, Poem 5 | The Poems of Emily Dickinson: Series One | Emily Dickinson | 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 — Time and Eternity, Poem 5 | The Poems of Emily Dickinson: Series One | Emily Dickinson — http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/' }); }); </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/114/the-poems-of-emily-dickinson-series-one/">The Poems of Emily Dickinson: Series One</a> </h2> <h3> by <a href="http://etc.usf.edu/lit2go/authors/165/emily-dickinson/">Emily Dickinson</a> </h3> <h4> Time and Eternity, Poem 5 </h4> </header> <div id="poem"> <details open> <summary> Additional Information </summary> <div id="columns"> <ul> <li> <strong>Year Published:</strong> 1896 </li> <li> <strong>Language:</strong> English </li> <li> <strong>Country of Origin:</strong> United States of America </li> <li> <strong>Source:</strong> Dickenson, E. (1896). <em>The Poems of Emily Dickinson: Series One.</em>Boston, MA: Roberts Brothers. </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.6">6.6</a> </li> </ul> </li> <li> <strong>Word Count:</strong> 61 </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> 19th century literature, american literature, emily dickinson, poems, poetry, series 1 </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/the-poems-of-emily-dickinson-series-one-079-time-and-eternity-poem-5.2639.mp3">Audio</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"> Dickinson, E. (1896). Time and Eternity, Poem 5. <em>The Poems of Emily Dickinson: Series One</em> (Lit2Go Edition). Retrieved February 15, 2016, from <span class="faux_link">http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/</span> </p> </div> <div class="content tab-pane" id="mla"> <p class="citation"> Dickinson, Emily. "Time and Eternity, Poem 5." <em>The Poems of Emily Dickinson: Series One</em>. Lit2Go Edition. 1896. Web. <<span class="faux_link">http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/</span>>. February 15, 2016. </p> </div> <div class="content tab-pane" id="chicago"> <p class="citation"> Emily Dickinson, "Time and Eternity, Poem 5," <em>The Poems of Emily Dickinson: Series One</em>, Lit2Go Edition, (1896), accessed February 15, 2016, <span class="faux_link">http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/</span>. </p> </div> </div> </div> <span class="top"> <nav class="passage"> <ul> <li><a href="http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2638/time-and-eternity-poem-4/" title="Time and Eternity, Poem 4" class="back">Back</a></li> <li><a href="http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2640/time-and-eternity-poem-6-from-the-chrysalis/" title="Time and Eternity, Poem 6: From the Chrysalis" 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/the-poems-of-emily-dickinson-series-one-079-time-and-eternity-poem-5.2639.mp3" type="audio/mpeg" /> <source src="http://etc.usf.edu/lit2go/audio/ogg/the-poems-of-emily-dickinson-series-one-079-time-and-eternity-poem-5.2639.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> On this long storm the rainbow rose,<br /> On this late morn the sun;<br /> The clouds, like listless elephants,<br /> Horizons straggled down.</p> <p> The birds rose smiling in their nests,<br /> The gales indeed were done;<br /> Alas! how heedless were the eyes<br /> On whom the summer shone!</p> <p> The quiet nonchalance of death<br /> No daybreak can bestir;<br /> The slow archangel&#39;s syllables<br /> Must awaken her.</p> </div> </div> <span class="bottom"> <nav class="passage"> <ul> <li><a href="http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2638/time-and-eternity-poem-4/" title="Time and Eternity, Poem 4" class="back">Back</a></li> <li><a href="http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2640/time-and-eternity-poem-6-from-the-chrysalis/" title="Time and Eternity, Poem 6: From the Chrysalis" 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/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/">http://etc.usf.edu/lit2go/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/</a>.</p> </div> <div id="book-footer"> <p>Lit2Go: <em>The Poems of Emily Dickinson: Series One</em></p> <p>Time and Eternity, Poem 5</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/114/the-poems-of-emily-dickinson-series-one/2639/time-and-eternity-poem-5/index.html
HTML
mit
11,788
--- layout: post author: "Greg Wilson" title: Things Are Going Well in Texas on Ada Lovelace's Birthday date: 2012-12-10 time: "09:00:00" category: ["University of Texas - Austin"] --- <p> <img src="{{site.filesurl}}/2012/12/austin.jpg" /> </p>
FranciscoCanas/website
_posts/2012/12/2012-12-10-things-are-going-well-in-texas-on-ada-lovelaces-birthday.html
HTML
mit
247
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> <h1>[name]</h1> <p class="desc"> 커스텀 객체를 위한 자바스크립트 이벤트입니다.<br /> [link:https://github.com/mrdoob/eventdispatcher.js Eventdispatcher on GitHub] </p> <h2>코드 예제</h2> <code> // Adding events to a custom object class Car extends EventDispatcher { start() { this.dispatchEvent( { type: 'start', message: 'vroom vroom!' } ); } }; // Using events with the custom object const car = new Car(); car.addEventListener( 'start', function ( event ) { alert( event.message ); } ); car.start(); </code> <h2>생성자</h2> <h3>[name]()</h3> <p> EventDispatcher 객체를 만듭니다. </p> <h2>메서드</h2> <h3>[method:undefined addEventListener]( [param:String type], [param:Function listener] )</h3> <p> type - 리스닝할 이벤트의 타입입니다.<br /> listener - 이벤트가 작동하면 호출될 함수입니다. </p> <p> 이벤트 타입에 리스너를 추가합니다. </p> <h3>[method:Boolean hasEventListener]( [param:String type], [param:Function listener] )</h3> <p> type - 리스닝할 이벤트의 타입입니다.<br /> listener - 이벤트가 작동하면 호출될 함수입니다. </p> <p> 리스너가 이벤트 타입에 추가되었는지를 체크합니다. </p> <h3>[method:undefined removeEventListener]( [param:String type], [param:Function listener] )</h3> <p> type - 제거될 리스너의 타입입니다.<br /> listener - 제거될 리스너 함수입니다. </p> <p> 이벤트 타입에서 리스너를 제거합니다. </p> <h3>[method:undefined dispatchEvent]( [param:Object event] )</h3> <p> event - 작동하는 이벤트입니다. </p> <p> 이벤트 타입을 작동시킵니다. </p> <h2>소스코드</h2> <p> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </p> </body> </html>
looeee/three.js
docs/api/ko/core/EventDispatcher.html
HTML
mit
2,153
<!DOCTYPE html> <html> <head> <title>Aggregates</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/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"> <div class="demo-section k-header"> <div id="treelist"></div> </div> <script> $(document).ready(function() { var service = "http://demos.telerik.com/kendo-ui/service"; $("#treelist").kendoTreeList({ dataSource: { transport: { read: { url: service + "/EmployeeDirectory/All", dataType: "jsonp" } }, schema: { model: { id: "EmployeeID", fields: { parentId: { field: "ReportsTo", nullable: true }, EmployeeID: { field: "EmployeeId", type: "number" }, HireDate: { field: "HireDate", type: "date" } } } }, aggregate: [ { field: "FirstName", aggregate: "count" }, { field: "HireDate", aggregate: "max" } ] }, height: 540, filterable: true, sortable: true, columns: [ { field: "FirstName", title: "Name", width: 400, template: "#: FirstName # #: LastName #", footerTemplate: "#= count # employee(s)" }, { field: "Position" }, { field: "HireDate", title: "Hire Date", format: "{0:MMMM d, yyyy}", footerTemplate: "Last employee hired on #= kendo.format('{0:MMMM d, yyyy}', max) #" } ] }); }); </script> </div> </body> </html>
hhuynhlam/Ulysses
src/client/vendor/kendo/examples/treelist/aggregates.html
HTML
mit
2,866
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../libc/fn.strchr.html"> </head> <body> <p>Redirecting to <a href="../../libc/fn.strchr.html">../../libc/fn.strchr.html</a>...</p> <script>location.replace("../../libc/fn.strchr.html" + location.search + location.hash);</script> </body> </html>
malept/guardhaus
main/libc/unix/fn.strchr.html
HTML
mit
341
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template iunordered_set_index</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="../../interprocess/indexes_reference.html#header.boost.interprocess.indexes.iunordered_set_index_hpp" title="Header &lt;boost/interprocess/indexes/iunordered_set_index.hpp&gt;"> <link rel="prev" href="iset_index.html" title="Class template iset_index"> <link rel="next" href="map_index.html" title="Class template map_index"> </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="iset_index.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.indexes.iunordered_set_index_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="map_index.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.interprocess.iunordered_set_index"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template iunordered_set_index</span></h2> <p>boost::interprocess::iunordered_set_index</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="../../interprocess/indexes_reference.html#header.boost.interprocess.indexes.iunordered_set_index_hpp" title="Header &lt;boost/interprocess/indexes/iunordered_set_index.hpp&gt;">boost/interprocess/indexes/iunordered_set_index.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> MapConfig<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="iunordered_set_index.html" title="Class template iunordered_set_index">iunordered_set_index</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">iterator</span> <a name="boost.interprocess.iunordered_set_index.iterator"></a><span class="identifier">iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">const_iterator</span> <a name="boost.interprocess.iunordered_set_index.const_iterator"></a><span class="identifier">const_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">insert_commit_data</span> <a name="boost.interprocess.iunordered_set_index.insert_commit_data"></a><span class="identifier">insert_commit_data</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">value_type</span> <a name="boost.interprocess.iunordered_set_index.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">bucket_ptr</span> <a name="boost.interprocess.iunordered_set_index.bucket_ptr"></a><span class="identifier">bucket_ptr</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">bucket_type</span> <a name="boost.interprocess.iunordered_set_index.bucket_type"></a><span class="identifier">bucket_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">bucket_traits</span> <a name="boost.interprocess.iunordered_set_index.bucket_traits"></a><span class="identifier">bucket_traits</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">index_type</span><span class="special">::</span><span class="identifier">size_type</span> <a name="boost.interprocess.iunordered_set_index.size_type"></a><span class="identifier">size_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="iunordered_set_index.html#boost.interprocess.iunordered_set_indexconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="iunordered_set_index.html#idp22436720-bb"><span class="identifier">iunordered_set_index</span></a><span class="special">(</span><a class="link" href="segment_manager_base.html" title="Class template segment_manager_base">segment_manager_base</a> <span class="special">*</span><span class="special">)</span><span class="special">;</span> <a class="link" href="iunordered_set_index.html#idp22438448-bb"><span class="special">~</span><span class="identifier">iunordered_set_index</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="iunordered_set_index.html#idp22424832-bb">public member functions</a></span> <span class="keyword">void</span> <a class="link" href="iunordered_set_index.html#idp22425392-bb"><span class="identifier">reserve</span></a><span class="special">(</span><span class="identifier">size_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="iunordered_set_index.html#idp22427408-bb"><span class="identifier">shrink_to_fit</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="iunordered_set_index.html#idp22428704-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">intrusive_compare_key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="iunordered_set_index.html#idp22430256-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">intrusive_compare_key_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a class="link" href="iunordered_set_index.html#idp22432080-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">intrusive_compare_key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="iunordered_set_index.html#idp22434336-bb"><span class="identifier">insert_commit</span></a><span class="special">(</span><span class="identifier">value_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp225197136"></a><h2>Description</h2> <p>Index type based in boost::intrusive::set. Just derives from boost::intrusive::set and defines the interface needed by managed memory segments </p> <div class="refsect2"> <a name="idp225197968"></a><h3> <a name="boost.interprocess.iunordered_set_indexconstruct-copy-destruct"></a><code class="computeroutput">iunordered_set_index</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><a name="idp22436720-bb"></a><span class="identifier">iunordered_set_index</span><span class="special">(</span><a class="link" href="segment_manager_base.html" title="Class template segment_manager_base">segment_manager_base</a> <span class="special">*</span> mngr<span class="special">)</span><span class="special">;</span></pre> <p>Constructor. Takes a pointer to the segment manager. Can throw </p> </li> <li class="listitem"><pre class="literallayout"><a name="idp22438448-bb"></a><span class="special">~</span><span class="identifier">iunordered_set_index</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> </ol></div> </div> <div class="refsect2"> <a name="idp225209728"></a><h3> <a name="idp22424832-bb"></a><code class="computeroutput">iunordered_set_index</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp22425392-bb"></a><span class="identifier">reserve</span><span class="special">(</span><span class="identifier">size_type</span> new_n<span class="special">)</span><span class="special">;</span></pre> <p>This reserves memory to optimize the insertion of n elements in the index </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp22427408-bb"></a><span class="identifier">shrink_to_fit</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>This tries to free unused memory previously allocated. </p> </li> <li class="listitem"><pre class="literallayout"><span class="identifier">iterator</span> <a name="idp22428704-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">intrusive_compare_key_type</span> <span class="special">&amp;</span> key<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp22430256-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">intrusive_compare_key_type</span> <span class="special">&amp;</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a name="idp22432080-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">intrusive_compare_key_type</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">iterator</span> <a name="idp22434336-bb"></a><span class="identifier">insert_commit</span><span class="special">(</span><span class="identifier">value_type</span> <span class="special">&amp;</span> val<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span><span class="special">;</span></pre></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; 2005-2015 Ion Gaztanaga<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="iset_index.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.indexes.iunordered_set_index_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="map_index.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/interprocess/iunordered_set_index.html
HTML
mit
14,467
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 桃園市 復興區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">193</td> <td class="tdAlignRight">66.7820</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">42</td> <td class="tdAlignRight">14.5329</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">54</td> <td class="tdAlignRight">18.6851</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;1/10&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 18:00:10 +0800" title="Sat, 16 Jan 2016 18:00:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;18:00:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n300001300000000/20160116100204/page.html
HTML
cc0-1.0
6,568
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> org.apache.hadoop.mapred.lib.db.DBOutputFormat </TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style"> </HEAD> <BODY> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/lib/db/DBOutputFormat.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u5</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.lib.db.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="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="org.apache.hadoop.mapred.lib.db.DBInputFormat.NullDBWritable.html"><B>PREV CLASS</B></A> &nbsp;<A HREF="org.apache.hadoop.mapred.lib.db.DBOutputFormat.DBRecordWriter.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.hadoop.mapred.lib.db.DBOutputFormat.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp; CONSTRUCTORS&nbsp;|&nbsp; <a href="#methods">METHODS</a>&nbsp;|&nbsp; FIELDS </FONT></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> <H2> Class org.apache.hadoop.mapred.lib.db.<A HREF="../../api/org/apache/hadoop/mapred/lib/db/DBOutputFormat.html" target="_top"><tt>DBOutputFormat</tt></A> </H2> <p><font size="+1">The superclass changed from <code>java.lang.Object</code> to <code>org.apache.hadoop.mapreduce.lib.db.DBOutputFormat</code>.<br></font> <a NAME="constructors"></a> <a NAME="methods"></a> <p> <a NAME="Added"></a> <TABLE summary="Added Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Added Methods</B></FONT></TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="org.apache.hadoop.mapred.lib.db.DBOutputFormat.setOutput_added(org.apache.hadoop.mapred.JobConf, java.lang.String, int)"></A> <nobr><code>void</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/lib/db/DBOutputFormat.html#setOutput(org.apache.hadoop.mapred.JobConf, java.lang.String, int)" target="_top"><tt>setOutput</tt></A>(<code>JobConf,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr> </TD> <TD VALIGN="TOP">Initializes the reduce-part of the job with the appropriate output settings </TD> </TR> </TABLE> &nbsp; <p> <a NAME="Changed"></a> <TABLE summary="Changed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Methods</B></FONT></TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="org.apache.hadoop.mapred.lib.db.DBOutputFormat.constructQuery_changed(java.lang.String, java.lang.String[])"></A> <nobr><code>String</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapreduce/lib/db/DBOutputFormat.html#constructQuery(java.lang.String, java.lang.String[])" target="_top"><tt>constructQuery</tt></A>(<code>String,</nobr> String[]<nobr><nobr></code>) </nobr> </TD> <TD VALIGN="TOP" WIDTH="30%"> Method was locally defined, but is now inherited from <a href="../../api/org/apache/hadoop/mapreduce/lib/db/DBOutputFormat.html#constructQuery(java.lang.String, java.lang.String[])" target="_top"><tt>DBOutputFormat</tt></a>. Change of visibility from protected to public.<br> </TD> <TD VALIGN="TOP">Constructs the query used as the prepared statement to insert data.</TD> </TR> </TABLE> &nbsp; <a NAME="fields"></a> <HR> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/lib/db/DBOutputFormat.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u5</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.lib.db.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="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="org.apache.hadoop.mapred.lib.db.DBInputFormat.NullDBWritable.html"><B>PREV CLASS</B></A> &nbsp;<A HREF="org.apache.hadoop.mapred.lib.db.DBOutputFormat.DBRecordWriter.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.hadoop.mapred.lib.db.DBOutputFormat.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> </BODY> </HTML>
YuMatsuzawa/HadoopEclipseProject
hadoop-0.20.2-cdh3u5/docs/jdiff-cloudera/changes/org.apache.hadoop.mapred.lib.db.DBOutputFormat.html
HTML
apache-2.0
7,318
<datatable-demos></datatable-demos> <div class="ContentSideSections"> <div> <span class="fontSize30 TextShadow orange marginBottom20 dispBlock">DataTable</span> <span class="defaultText">Columns can be resized using drag drop by setting the resizableColumns to true. There are two resize modes; "fit" and "expand". Fit is the default one and the overall table width does not change when a column is resized. In "expand" mode, table width also changes along with the column width. onColumnResize is a callback that passes the resized column header as a parameter.</span> </div> </div> <div class="ContentSideSections Implementation"> <h3 class="first">Fit Mode</h3> <p-dataTable [value]="cars" resizableColumns="true"> <p-column field="vin" header="Vin"></p-column> <p-column field="year" header="Year"></p-column> <p-column field="brand" header="Brand"></p-column> <p-column field="color" header="Color"></p-column> </p-dataTable> <h3>Expand Mode</h3> <p-dataTable [value]="cars" resizableColumns="true" columnResizeMode="expand"> <p-column field="vin" header="Vin"></p-column> <p-column field="year" header="Year"></p-column> <p-column field="brand" header="Brand"></p-column> <p-column field="color" header="Color"></p-column> </p-dataTable> </div> <div class="ContentSideSections Source"> <p-tabView effect="fade"> <p-tabPanel header="datatablecolresizedemo.ts"> <pre> <code class="language-typescript" pCode> export class DataTableColResizeDemo implements OnInit { cars: Car[]; constructor(private carService: CarService) { } ngOnInit() { this.carService.getCarsSmall().then(cars => this.cars = cars); } } </code> </pre> </p-tabPanel> <p-tabPanel header="datatablecolresizedemo.html"> <pre> <code class="language-markup" pCode> &lt;h3 class="first"&gt;Fit Mode&lt;/h3&gt; &lt;p-dataTable [value]="cars" resizableColumns="true"&gt; &lt;p-column field="vin" header="Vin"&gt;&lt;/p-column&gt; &lt;p-column field="year" header="Year"&gt;&lt;/p-column&gt; &lt;p-column field="brand" header="Brand"&gt;&lt;/p-column&gt; &lt;p-column field="color" header="Color"&gt;&lt;/p-column&gt; &lt;/p-dataTable&gt; &lt;h3&gt;Expand Mode&lt;/h3&gt; &lt;p-dataTable [value]="cars" resizableColumns="true" columnResizeMode="expand"&gt; &lt;p-column field="vin" header="Vin"&gt;&lt;/p-column&gt; &lt;p-column field="year" header="Year"&gt;&lt;/p-column&gt; &lt;p-column field="brand" header="Brand"&gt;&lt;/p-column&gt; &lt;p-column field="color" header="Color"&gt;&lt;/p-column&gt; &lt;/p-dataTable&gt; </code> </pre> </p-tabPanel> </p-tabView> </div>
AjaySharm/primeng
showcase/demo/datatable/datatablecolresizedemo.html
HTML
apache-2.0
2,781
<?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" lang="en-us" xml:lang="en-us"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="copyright" content="(C) Copyright 2005" /> <meta name="DC.rights.owner" content="(C) Copyright 2005" /> <meta content="public" name="security" /> <meta content="index,follow" name="Robots" /> <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' /> <meta content="reference" name="DC.Type" /> <meta name="DC.Title" content="java.sql.SQLXML interface" /> <meta content="java.sql.SQLXML interface" name="DC.subject" /> <meta content="java.sql.SQLXML interface" name="keywords" /> <meta scheme="URI" name="DC.Relation" content="rrefjdbc4_0summary.html" /> <meta scheme="URI" name="DC.Relation" content="rrefjdbc4_0sqlexception.html" /> <meta scheme="URI" name="DC.Relation" content="rrefjdbc4_0connection.html" /> <meta scheme="URI" name="DC.Relation" content="rrefjdbc4_0databaseMetaData.html" /> <meta scheme="URI" name="DC.Relation" content="rrefjdbc4_0statement.html" /> <meta scheme="URI" name="DC.Relation" content="rrefjdbc4_0dataSource.html" /> <meta content="XHTML" name="DC.Format" /> <meta content="rrefjdbcrefsqlxml" name="DC.Identifier" /> <meta content="en-us" name="DC.Language" /> <link href="commonltr.css" type="text/css" rel="stylesheet" /> <title>java.sql.SQLXML interface</title> </head> <body id="rrefjdbcrefsqlxml"><a name="rrefjdbcrefsqlxml"><!-- --></a> <h1 class="topictitle1">java.sql.SQLXML interface</h1> <div> <div class="section"><p>In JDBC 4.0, java.sql.SQLXML is the mapping for the SQL XML data type. However, <span>Derby</span> defines the XML data type and operators only in the SQL layer. There is no JDBC-side support for the XML data type and operators</p> <p>You cannot instantiate a java.sql.SQLXML object in <span>Derby</span>, or bind directly into an XML value or retrieve an XML value directly from a result set. You must bind and retrieve the XML data as Java strings or character streams by explicitly specifying the XML operators, XMLPARSE and XMLSERIALIZE, as part of your SQL queries. </p> <p>Additionally, <span>Derby</span> does not provide JDBC metatadata support for the XML data type. </p> </div> </div> <div> <div class="familylinks"> <div class="parentlink"><strong>Parent topic:</strong> <a href="rrefjdbc4_0summary.html" title="">Features supported on all JDBC 4 releases</a></div> </div> <div class="relref"><strong>Related reference</strong><br /> <div><a href="rrefjdbc4_0sqlexception.html" title="">Refined subclasses of SQLException</a></div> <div><a href="rrefjdbc4_0connection.html" title="">java.sql.Connection interface: JDBC 4.0 features</a></div> <div><a href="rrefjdbc4_0databaseMetaData.html" title="">java.sql.DatabaseMetaData interface: JDBC 4.0 features</a></div> <div><a href="rrefjdbc4_0statement.html" title="">java.sql.Statement interface: JDBC 4.0 features</a></div> <div><a href="rrefjdbc4_0dataSource.html" title="">javax.sql.DataSource interface: JDBC 3 and JDBC 4.0 features</a></div> </div> </div> </body> </html>
Kerensky256/Database
docs/html/ref/rrefjdbcrefsqlxml.html
HTML
apache-2.0
4,222
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>org.apache.poi.hslf.model.textproperties Class Hierarchy (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.poi.hslf.model.textproperties Class Hierarchy (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</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="../../../../../../org/apache/poi/hslf/model/package-tree.html">PREV</a></li> <li><a href="../../../../../../org/apache/poi/hslf/record/package-tree.html">NEXT</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hslf/model/textproperties/package-tree.html" target="_top">FRAMES</a></li> <li><a href="package-tree.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.apache.poi.hslf.model.textproperties</h1> <span class="strong">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">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/IndentProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">IndentProp</span></a></li> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/TextPFException9.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">TextPFException9</span></a></li> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/TextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">TextProp</span></a> (implements java.lang.Cloneable) <ul> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/AlignmentTextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">AlignmentTextProp</span></a></li> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/BitMaskTextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">BitMaskTextProp</span></a> (implements java.lang.Cloneable) <ul> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/CharFlagsTextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">CharFlagsTextProp</span></a></li> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/ParagraphFlagsTextProp.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">ParagraphFlagsTextProp</span></a></li> </ul> </li> </ul> </li> <li type="circle">org.apache.poi.hslf.model.textproperties.<a href="../../../../../../org/apache/poi/hslf/model/textproperties/TextPropCollection.html" title="class in org.apache.poi.hslf.model.textproperties"><span class="strong">TextPropCollection</span></a></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>Class</li> <li>Use</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="../../../../../../org/apache/poi/hslf/model/package-tree.html">PREV</a></li> <li><a href="../../../../../../org/apache/poi/hslf/record/package-tree.html">NEXT</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hslf/model/textproperties/package-tree.html" target="_top">FRAMES</a></li> <li><a href="package-tree.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
RyoSaeba69/Bio-info
mylib/poi-3.11/docs/apidocs/org/apache/poi/hslf/model/textproperties/package-tree.html
HTML
apache-2.0
6,625
<!-- Quick start section --> <section class="bgWhite" id="chronixstack"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2>Chronix Stack</h2> <hr class="star-white"> </div> </div> <div class="row"> <div class="col-lg-12"> <p> The whole Chronix Stack is open source and free to use for everyone without any restrictions. The stack has Chronix at its core but several other open source projects like <a href="https://github.com/elastic/logstash">logstash</a>, <a href="http://collectd.org/">collectd</a>, <a href="http://www.fluentd.org/">fluentd</a>, <a href="http://grafana.org/">Grafana</a> and <a href="https://zeppelin.incubator.apache.org/"> Zeppelin</a> are tightly integrated. </p> <img src="img/documentation/chronix-stack.png" class="img-responsive center-block" width="85%" alt="Chronix Stack"> </div> </div> </div> </section>
ChronixDB/chronix.github.io
_includes/chronixstack.html
HTML
apache-2.0
1,191
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_36) on Wed Jan 13 23:44:27 CST 2016 --> <title>AppMaster.ExecutorBrief$</title> <meta name="date" content="2016-01-13"> <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="AppMaster.ExecutorBrief$"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.LookupTaskActorRef.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html" target="_top">FRAMES</a></li> <li><a href="AppMaster.ExecutorBrief$.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li><a href="#field_summary">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_scala.runtime.AbstractFunction4">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li><a href="#field_detail">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">io.gearpump.streaming.appmaster</p> <h2 title="Class AppMaster.ExecutorBrief$" class="title">Class AppMaster.ExecutorBrief$</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>scala.runtime.AbstractFunction4&lt;java.lang.Object,java.lang.String,java.lang.Object,java.lang.String,<a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief.html" title="class in io.gearpump.streaming.appmaster">AppMaster.ExecutorBrief</a>&gt;</li> <li> <ul class="inheritance"> <li>io.gearpump.streaming.appmaster.AppMaster.ExecutorBrief$</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, scala.Function4&lt;java.lang.Object,java.lang.String,java.lang.Object,java.lang.String,<a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief.html" title="class in io.gearpump.streaming.appmaster">AppMaster.ExecutorBrief</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.html" title="class in io.gearpump.streaming.appmaster">AppMaster</a></dd> </dl> <hr> <br> <pre>public static class <strong>AppMaster.ExecutorBrief$</strong> extends scala.runtime.AbstractFunction4&lt;java.lang.Object,java.lang.String,java.lang.Object,java.lang.String,<a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief.html" title="class in io.gearpump.streaming.appmaster">AppMaster.ExecutorBrief</a>&gt; implements scala.Serializable</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.AppMaster.ExecutorBrief$">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html" title="class in io.gearpump.streaming.appmaster">AppMaster.ExecutorBrief$</a></code></td> <td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html#MODULE$">MODULE$</a></strong></code> <div class="block">Static reference to the singleton instance of this Scala object.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html#AppMaster.ExecutorBrief$()">AppMaster.ExecutorBrief$</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_scala.runtime.AbstractFunction4"> <!-- --> </a> <h3>Methods inherited from class&nbsp;scala.runtime.AbstractFunction4</h3> <code>curried, toString, tupled</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_scala.Function4"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;scala.Function4</h3> <code>apply</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="MODULE$"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MODULE$</h4> <pre>public static final&nbsp;<a href="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html" title="class in io.gearpump.streaming.appmaster">AppMaster.ExecutorBrief$</a> MODULE$</pre> <div class="block">Static reference to the singleton instance of this Scala object.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="AppMaster.ExecutorBrief$()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AppMaster.ExecutorBrief$</h4> <pre>public&nbsp;AppMaster.ExecutorBrief$()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../../io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/AppMaster.LookupTaskActorRef.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html" target="_top">FRAMES</a></li> <li><a href="AppMaster.ExecutorBrief$.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li><a href="#field_summary">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_scala.runtime.AbstractFunction4">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li><a href="#field_detail">FIELD</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li>METHOD</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
stanleyxu2005/gearpump.github.io
releases/0.7.4/api/java/io/gearpump/streaming/appmaster/AppMaster.ExecutorBrief$.html
HTML
apache-2.0
10,987
<!DOCTYPE html> <html> <body> <script src="../../web-animations.js"></script> <script src="../../smil-in-javascript.js"></script> <script src="../harness.js"></script> <script src="get-start-time-check.js"></script> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="500"> <rect id="polyfillRect" x="10" y="10" width="100" height="100" fill="lime"/> <rect id="nativeRect" x="10" y="10" width="100" height="100" fill="lime"/> <animateMotion id="polyfillAnimation" xlink:href="#polyfillRect" additive="sum" calcMode="linear" path="M 0 0 L 0 100" dur="3s"/> <nativeAnimateMotion id="nativeAnimation" xlink:href="#nativeRect" additive="sum" calcMode="linear" path="M 0 300 L 0 400" dur="3s"/> </svg> </body> </html>
ericwilligers/svg-animation
test/testcases/get-start-time.html
HTML
apache-2.0
782
<!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_31) on Fri Oct 05 17:19:52 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapred.Counters.Group (Hadoop 0.20.2-cdh3u5 API) </TITLE> <META NAME="date" CONTENT="2012-10-05"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.mapred.Counters.Group (Hadoop 0.20.2-cdh3u5 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/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred"><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/mapred//class-useCounters.Group.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Counters.Group.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.mapred.Counters.Group</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/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred">Counters.Group</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD> <TD>A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred"><!-- --></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/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred">Counters.Group</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</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/mapred/package-summary.html">org.apache.hadoop.mapred</A> that return <A HREF="../../../../../org/apache/hadoop/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred">Counters.Group</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/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred">Counters.Group</A></CODE></FONT></TD> <TD><CODE><B>Counters.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/Counters.html#getGroup(java.lang.String)">getGroup</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;groupName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the named counter group, or an empty group if there is none with the specified name.</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/mapred/package-summary.html">org.apache.hadoop.mapred</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred">Counters.Group</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/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&lt;<A HREF="../../../../../org/apache/hadoop/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred">Counters.Group</A>&gt;</CODE></FONT></TD> <TD><CODE><B>Counters.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/Counters.html#iterator()">iterator</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/mapred/Counters.Group.html" title="class in org.apache.hadoop.mapred"><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/mapred//class-useCounters.Group.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Counters.Group.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>
YuMatsuzawa/HadoopEclipseProject
hadoop-0.20.2-cdh3u5/docs/api/org/apache/hadoop/mapred/class-use/Counters.Group.html
HTML
apache-2.0
9,486
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>subtract_value</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Geometry"> <link rel="up" href="../arithmetic.html" title="Arithmetic"> <link rel="prev" href="subtract_point.html" title="subtract_point"> <link rel="next" href="../concepts.html" title="Concepts"> </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="subtract_point.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../arithmetic.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="../concepts.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="geometry.reference.arithmetic.subtract_value"></a><a class="link" href="subtract_value.html" title="subtract_value">subtract_value</a> </h4></div></div></div> <p> <a class="indexterm" name="idp13686976"></a> Subtracts the same value to each coordinate of a point. </p> <h6> <a name="geometry.reference.arithmetic.subtract_value.h0"></a> <span class="phrase"><a name="geometry.reference.arithmetic.subtract_value.synopsis"></a></span><a class="link" href="subtract_value.html#geometry.reference.arithmetic.subtract_value.synopsis">Synopsis</a> </h6> <p> </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Point</span><span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">subtract_value</span><span class="special">(</span><span class="identifier">Point</span> <span class="special">&amp;</span> <span class="identifier">p</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">detail</span><span class="special">::</span><span class="identifier">param</span><span class="special">&lt;</span> <span class="identifier">Point</span> <span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">value</span><span class="special">)</span></pre> <p> </p> <h6> <a name="geometry.reference.arithmetic.subtract_value.h1"></a> <span class="phrase"><a name="geometry.reference.arithmetic.subtract_value.parameters"></a></span><a class="link" href="subtract_value.html#geometry.reference.arithmetic.subtract_value.parameters">Parameters</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> <col> </colgroup> <thead><tr> <th> <p> Type </p> </th> <th> <p> Concept </p> </th> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> Point &amp; </p> </td> <td> </td> <td> <p> p </p> </td> <td> <p> point </p> </td> </tr> <tr> <td> <p> typename detail::param&lt; Point &gt;::type </p> </td> <td> </td> <td> <p> value </p> </td> <td> <p> value to subtract </p> </td> </tr> </tbody> </table></div> <h6> <a name="geometry.reference.arithmetic.subtract_value.h2"></a> <span class="phrase"><a name="geometry.reference.arithmetic.subtract_value.header"></a></span><a class="link" href="subtract_value.html#geometry.reference.arithmetic.subtract_value.header">Header</a> </h6> <p> Either </p> <p> <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> </p> <p> Or </p> <p> <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">arithmetic</span><span class="special">/</span><span class="identifier">arithmetic</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></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; 2009-2013 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz<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="subtract_point.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../arithmetic.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="../concepts.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
ryancoleman/autodock-vina
boost_1_54_0/libs/geometry/doc/html/geometry/reference/arithmetic/subtract_value.html
HTML
apache-2.0
7,073
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" > <title>Silicon Valley 2013 - Proposal</title> <meta name="author" content="Philip Jacob" > <link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" > <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.load('jquery', '1.3.2'); </script> <!---This is a combined jAmpersand, jqwindont , jPullquote --> <script type="text/javascript" src="/js/devops.js"></script> <!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css --> <link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print"> <!--[if IE]> <link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]--> </head> <body onload="initialize()"> <div class="container "> <div class="span-24 last" id="header"> <div class="span-16 first"> <img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br> </div> <div class="span-8 last"> </div> </div> <div class="span-24 last"> <div class="span-15 first"> <div id="headermenu"> <table > <tr> <td> <a href="/"><img alt="home" title="home" src="/images/home.png"></a> <a href="/">Home</a> </td> <td> <a href="/contact/"><img alt="contact" title="contact" src="/images/contact.png"></a> <a href="/contact/">Contact</a> </td> <td> <a href="/events/"><img alt="events" title="events" src="/images/events.png"></a> <a href="/events/">Events</a> </td> <td> <a href="/presentations/"><img alt="presentations" title="presentations" src="/images/presentations.png"></a> <a href="/presentations/">Presentations</a> </td> <td> <a href="/blog/"><img alt="blog" title="blog" src="/images/blog.png"></a> <a href="/blog/">Blog</a> </td> </tr> </table> </div> </div> <div class="span-8 last"> </div> <div class="span-24 last" id="title"> <div class="span-15 first"> <h1>Silicon Valley 2013 - Proposal </h1> </div> <div class="span-8 last"> </div> <h1>Gold sponsors</h1> </div> <div class="span-15 "> <div class="span-15 last "> <div class="submenu"> <h3> <a href="/events/2013-mountainview/">welcome</a>&nbsp; <a href="/events/2013-mountainview/propose">propose</a>&nbsp; <a href="/events/2013-mountainview/program">program</a>&nbsp; <a href="/events/2013-mountainview/location">location</a>&nbsp; <a href="/events/2013-mountainview/registration">register</a>&nbsp; <a href="/events/2013-mountainview/sponsor">sponsor</a>&nbsp; <a href="/events/2013-mountainview/contact">contact</a>&nbsp; </h3> </div> Back to <a href='..'>proposals overview</a> - <a href='../../program'>program</a> <hr> <h3>Running Cassandra on AWS</h3> <p><strong>Abstract:</strong></p> <p>Stackdriver relies heavily on Cassandra running in AWS to store, analyze, and query across 100+ million data points per day. As we move to the public beta of our hosted monitoring service in the current months, we expect that volume to grow to over 1 billion data points per day.</p> <p>In this presentation, we highlight our reasons for choosing Cassandra versus other platforms and describe the novel architecture that allows us to tolerate inevitable failures that one would expect running at scale on AWS. We also describe our experiences with running Cassandra in a cloud environment and shared some of the tips, tricks, and lessons that we have learned along the way.</p> <p><strong>Speaker:</strong></p> <p>Philip Jacob - Stackdriver.com</p> </div> <div class="span-15 first last"> <script type="text/javascript"> // var disqus_developer = 1; </script> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'devopsdays'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> <hr> </div> </div> <div class="span-8 last"> <div class="span-8 last"> <a href='http://www.urbancode.com/'><img border=0 alt='Urbancode' title='Urbancode' width=100px height=100px src='/events/2013-mountainview/logos/urbancode.png'></a> <a href='http://www.puppetlabs.com/'><img border=0 alt='Puppetlabs' title='Puppetlabs' width=100px height=100px src='/events/2013-mountainview/logos/puppetlabs.png'></a> <a href='http://www.uc4.com/ara'><img border=0 alt='UC4' title='UC4' width=100px height=100px src='/events/2013-mountainview/logos/uc4.png'></a> <a href='http://www.zeroturnaround.com/'><img border=0 alt='Zeroturnaround' title='Zeroturnaround' width=100px height=100px src='/events/2013-mountainview/logos/zeroturnaround.png'></a> <a href='http://www8.hp.com/us/en/software-solutions/software.html?compURI=1234839&jumpid=reg_r1002_usen_c-001_title_r0001'><img border=0 alt='HP' title='HP' width=100px height=100px src='/events/2013-mountainview/logos/hp.png'></a> <a href='http://opscode.com/'><img border=0 alt='Opscode' title='Opscode' width=100px height=100px src='/events/2013-mountainview/logos/opscode.png'></a> <a href='http://www.bmc.com/'><img border=0 alt='BMC' title='BMC' width=100px height=100px src='/events/2013-mountainview/logos/bmc.png'></a> <a href='http://www.datadoghq.com/'><img border=0 alt='Datadog HQ' title='Datadog HQ' width=100px height=100px src='/events/2013-mountainview/logos/datadog.png'></a> <a href='http://www.collabnet.com/'><img border=0 alt='Collabnet' title='Collabnet' width=100px height=100px src='/events/2013-mountainview/logos/collabnet.png'></a> <h1>Special sponsors</h1> <a href='http://www.pagerduty.com/'><img border=0 alt='Pagerduty' title='Pagerduty' width=100px height=100px src='/events/2013-mountainview/logos/pagerduty.png'></a> <a href='http://www.citrix.com/'><img border=0 alt='Citrix' title='Citrix' width=100px height=100px src='/events/2013-mountainview/logos/citrix.png'></a> <a href='http://www.itsmacademy.com/'><img border=0 alt='Itsmacademy' title='Itsmacademy' width=100px height=100px src='/events/2013-mountainview/logos/itsmacademy.png'></a> <h1>Gold sponsors</h1> <a href='http://www.boundary.com/'><img border=0 alt='Boundary' title='Boundary' width=100px height=100px src='/events/2013-mountainview/logos/boundary.png'></a> <a href='http://www.librato.com/'><img border=0 alt='Librato' title='Librato' width=100px height=100px src='/events/2013-mountainview/logos/librato.png'></a> <a href='http://www.sumologic.com/'><img border=0 alt='Sumologic' title='Sumologic' width=100px height=100px src='/events/2013-mountainview/logos/sumologic.png'></a> <a href='http://www.stackdriver.com/'><img border=0 alt='Stackdriver' title='Stackdriver' width=100px height=100px src='/events/2013-mountainview/logos/stackdriver.png'></a> <a href='http://www.stormpath.com/'><img border=0 alt='Stormpath' title='Stormpath' width=100px height=100px src='/events/2013-mountainview/logos/stormpath.png'></a> <a href='http://www.activestate.com/'><img border=0 alt='Activestate' title='Activestate' width=100px height=100px src='/events/2013-mountainview/logos/activestate.png'></a> <a href='http://www.cloudmunch.com/'><img border=0 alt='CloudMunch' title='CloudMunch' width=100px height=100px src='/events/2013-mountainview/logos/cloudmunch.png'></a> <a href='http://ca.com/lisa'><img border=0 alt='Ca Technologies' title='Ca Technologies' width=100px height=100px src='/events/2013-mountainview/logos/ca.png'></a> <a href='http://www.riverbed.com/'><img border=0 alt='Riverbed' title='Riverbed' width=100px height=100px src='/events/2013-mountainview/logos/riverbed.png'></a> <a href='http://www.logicmonitor.com/'><img border=0 alt='Logicmonitor' title='Logicmonitor' width=100px height=100px src='/events/2013-mountainview/logos/logicmonitor.png'></a> <a href='http://www.saltstack.com/'><img border=0 alt='Saltstack' title='Saltstack' width=100px height=100px src='/events/2013-mountainview/logos/saltstack.png'></a> <a href='http://www.vmware.com/'><img border=0 alt='Vmware' title='Vmware' width=100px height=100px src='/events/2013-mountainview/logos/vmware.png'></a> <a href='http://cumulusnetworks.com/'><img border=0 alt='Cumulus Networks' title='Cumulus Networks' width=100px height=100px src='/events/2013-mountainview/logos/cumulusnetworks.png'></a> <h1>Silver sponsors</h1> <a href='http://www.serena.com/'><img border=0 alt='Serena Software' title='Serena Software' width=100px height=100px src='/events/2013-mountainview/logos/serena.png'></a> <a href='http://www.salesforce.com/'><img border=0 alt='Salesforce' title='Salesforce' width=100px height=100px src='/events/2013-mountainview/logos/salesforce.png'></a> <a href='http://www.ansibleworks.com/'><img border=0 alt='AnsibleWorks' title='AnsibleWorks' width=100px height=100px src='/events/2013-mountainview/logos/ansibleworks.png'></a> <a href='http://www.dyn.com/'><img border=0 alt='Dyn' title='Dyn' width=100px height=100px src='/events/2013-mountainview/logos/dyn.png'></a> <a href='http://www.newrelic.com/'><img border=0 alt='New Relic' title='New Relic' width=100px height=100px src='/events/2013-mountainview/logos/newrelic.png'></a> <a href='http://www.electric-cloud.com/'><img border=0 alt='Electric-Cloud' title='Electric-Cloud' width=100px height=100px src='/events/2013-mountainview/logos/electriccloud.png'></a> <a href='http://www.enstratius.com/'><img border=0 alt='Enstratius' title='Enstratius' width=100px height=100px src='/events/2013-mountainview/logos/enstratius.png'></a> <a href='http://www.xebialabs.com/'><img border=0 alt='Xebialabs' title='Xebialabs' width=100px height=100px src='/events/2013-mountainview/logos/xebialabs.png'></a> <a href='http://www.10gen.com/'><img border=0 alt='10gen' title='10gen' width=100px height=100px src='/events/2013-mountainview/logos/10gen.png'></a> <a href='http://www.mozilla.com/'><img border=0 alt='Mozilla' title='Mozilla' width=100px height=100px src='/events/2013-mountainview/logos/mozilla.png'></a> <h1>Media sponsors</h1> <a href='http://www.oreilly.com/'><img border=0 alt='Oreilly' title='Oreilly' width=100px height=100px src='/events/2013-mountainview/logos/oreilly.png'></a> <a href='http://www.usenix.org/conference/fcw13'><img border=0 alt='Usenix' title='Usenix' width=100px height=100px src='/events/2013-mountainview/logos/usenix.png'></a> <a href='http://lopsa.org'><img border=0 alt='Lopsa' title='Lopsa' width=100px height=100px src='/events/2013-mountainview/logos/lopsa.png'></a> </div> <div class="span-8 last"> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-9713393-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
benjohnson77/devopsdays-web
static/events/2013-mountainview/proposals/Running Cassandra on AWS/index.html
HTML
apache-2.0
11,851
<!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.4.2_06) on Thu Feb 03 19:04:31 EST 2005 --> <TITLE> net.sf.antcontrib.inifile (Ant Contrib) </TITLE> <META NAME="keywords" CONTENT="net.sf.antcontrib.inifile package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="net.sf.antcontrib.inifile (Ant Contrib)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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;<A HREF="../../../../net/sf/antcontrib/design/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../net/sf/antcontrib/input/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> <H2> Package net.sf.antcontrib.inifile </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniPart.html" title="interface in net.sf.antcontrib.inifile">IniPart</A></B></TD> <TD>A part of an IniFile that might be written to disk.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Class Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniFile.html" title="class in net.sf.antcontrib.inifile">IniFile</A></B></TD> <TD>Class representing a windows style .ini file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniFileTask.html" title="class in net.sf.antcontrib.inifile">IniFileTask</A></B></TD> <TD>Place class description here.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniFileTask.IniOperation.html" title="class in net.sf.antcontrib.inifile">IniFileTask.IniOperation</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniFileTask.Remove.html" title="class in net.sf.antcontrib.inifile">IniFileTask.Remove</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniProperty.html" title="class in net.sf.antcontrib.inifile">IniProperty</A></B></TD> <TD>A single property in an IniSection.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../net/sf/antcontrib/inifile/IniSection.html" title="class in net.sf.antcontrib.inifile">IniSection</A></B></TD> <TD>A section within an IniFile.</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=3 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</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;<A HREF="../../../../net/sf/antcontrib/design/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../net/sf/antcontrib/input/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
blueblazeassociates/ant-contrib
docs/api/net/sf/antcontrib/inifile/package-summary.html
HTML
apache-2.0
7,508
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 30 21:34:41 CST 2011 --> <TITLE> Task.CombinerRunner (Facebook's realtime distributed database, powered by Apache Hadoop based on 0.20-append branch 0.20.1-dev API) </TITLE> <META NAME="date" CONTENT="2011-03-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Task.CombinerRunner (Facebook's realtime distributed database, powered by Apache Hadoop based on 0.20-append branch 0.20.1-dev 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/Task.CombinerRunner.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/hadoop/mapred/Task.CombineOutputCollector.html" title="class in org.apache.hadoop.mapred"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/hadoop/mapred/Task.CombineValuesIterator.html" title="class in org.apache.hadoop.mapred"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/hadoop/mapred/Task.CombinerRunner.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Task.CombinerRunner.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.hadoop.mapred</FONT> <BR> Class Task.CombinerRunner&lt;K,V&gt;</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.hadoop.mapred.Task.CombinerRunner&lt;K,V&gt;</B> </PRE> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/hadoop/mapred/Task.NewCombinerRunner.html" title="class in org.apache.hadoop.mapred">Task.NewCombinerRunner</A>, <A HREF="../../../../org/apache/hadoop/mapred/Task.OldCombinerRunner.html" title="class in org.apache.hadoop.mapred">Task.OldCombinerRunner</A></DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../../../../org/apache/hadoop/mapred/Task.html" title="class in org.apache.hadoop.mapred">Task</A></DD> </DL> <HR> <DL> <DT><PRE>protected abstract static class <B>Task.CombinerRunner&lt;K,V&gt;</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../org/apache/hadoop/mapred/Counters.Counter.html" title="class in org.apache.hadoop.mapred">Counters.Counter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/hadoop/mapred/Task.CombinerRunner.html#inputCounter">inputCounter</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>protected &nbsp;<A HREF="../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/hadoop/mapred/Task.CombinerRunner.html#job">job</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>protected &nbsp;<A HREF="../../../../org/apache/hadoop/mapred/Task.TaskReporter.html" title="class in org.apache.hadoop.mapred">Task.TaskReporter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/hadoop/mapred/Task.CombinerRunner.html#reporter">reporter</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="inputCounter"><!-- --></A><H3> inputCounter</H3> <PRE> protected final <A HREF="../../../../org/apache/hadoop/mapred/Counters.Counter.html" title="class in org.apache.hadoop.mapred">Counters.Counter</A> <B>inputCounter</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="job"><!-- --></A><H3> job</H3> <PRE> protected final <A HREF="../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A> <B>job</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="reporter"><!-- --></A><H3> reporter</H3> <PRE> protected final <A HREF="../../../../org/apache/hadoop/mapred/Task.TaskReporter.html" title="class in org.apache.hadoop.mapred">Task.TaskReporter</A> <B>reporter</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Task.CombinerRunner.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/hadoop/mapred/Task.CombineOutputCollector.html" title="class in org.apache.hadoop.mapred"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/hadoop/mapred/Task.CombineValuesIterator.html" title="class in org.apache.hadoop.mapred"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/hadoop/mapred/Task.CombinerRunner.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Task.CombinerRunner.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> This release is based on the Facebook's version of Hadoop.<br>Copyright &copy; 2009 The Apache Software Foundation. </BODY> </HTML>
submergerock/avatar-hadoop
docs/api/org/apache/hadoop/mapred/Task.CombinerRunner.html
HTML
apache-2.0
11,724
<link rel="import" href="../../bower_components/app-layout/app-header-layout/app-header-layout.html"> <link rel="import" href="../../bower_components/app-layout/app-header/app-header.html"> <link rel="import" href="../../bower_components/app-layout/app-toolbar/app-toolbar.html">
sdague/home-assistant-polymer
src/resources/panel-imports.html
HTML
apache-2.0
280
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Raaga - Responsive Parallax Template for Bands</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootstrap-responsive.css" rel="stylesheet" media="screen"> <link href="http://fonts.googleapis.com/css?family=PT%20Sans:400,700" rel="stylesheet" type="text/css"> <link href="css/band.css" rel="stylesheet" media="all"> <script src="js/jquery-1.9.0.min.js"></script> </head> <body> <div class="navbar navbar-fixed-top navbar-absolute"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="index-2.html"> <img src="images/logo-small.png" alt="logo"></a> <div class="nav-collapse collapse"> <ul class="nav pull-right"> <li><a href="index-2.html#home">HOME</a></li> <li><a href="index-2.html#events">EVENTS</a></li> <li><a href="index-2.html#about">ABOUT</a></li> <li><a href="index-2.html#gallery">GALLERY</a></li> <li><a href="index-2.html#media">MEDIA</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">PAGES <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="blog.html" target="_blank">BLOG LIST</a></li> <li><a href="blog-post.html" target="_blank">SINGLE BLOG PAGE</a></li> <li><a href="404.html" target="_blank">404 PAGE</a></li> <li><a href="soon.html" target="_blank">COMING SOON</a></li> </ul> </li> <li><a href="index-2.html#contact">CONTACT</a></li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row-fluid PageHead"> <div class="span12"> <h3>OUR BLOG<span> <img src="images/underline.png" alt="______"></span></h3> </div> </div> <div class="row-fluid blog"> <div class="span9"> <div class="blogpost"> <h1 class="title">Tickets available for latest music events</h1> <h3 class="subtitle">Posted by <a href="#">Surjith SM</a> on 17 Jul 2013. <a href="#">16 comments</a></h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget turpis pulvinar, tempor odio sed, adipiscing dolor. Donec nisi velit, malesuada id dolor non, elementum auctor arcu. Cras consectetur sapien et purus posuere, ac hendrerit nunc luctus. Etiam adipiscing et sapien a accumsan. Integer gravida vestibulum eros at elementum. Maecenas a velit hendrerit, tristique tortor lacinia, vehicula sapien. Cras cursus sodales posuere. Sed viverra mi mauris, at dapibus orci varius non.</p> <p><a href="blog-post.html" class="btn btn-danger">READ MORE</a></p> </div> <div class="blogpost"> <h1 class="title">Amazing experience of Raaga Music Band</h1> <h3 class="subtitle">Posted by <a href="#">Surjith SM</a> on 17 Jul 2013. <a href="#">16 comments</a></h3> <img src="images/blog_img.jpg" alt="blog img"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget turpis pulvinar, tempor odio sed, adipiscing dolor. Donec nisi velit, malesuada id dolor non, elementum auctor arcu. Cras consectetur sapien et purus posuere, ac hendrerit nunc luctus. Etiam adipiscing et sapien a accumsan. Integer gravida vestibulum eros at elementum. Maecenas a velit hendrerit, tristique tortor lacinia, vehicula sapien. Cras cursus sodales posuere. Sed viverra mi mauris, at dapibus orci varius non.</p> <p><a href="blog-post.html" class="btn btn-danger">READ MORE</a></p> </div> <div class="blogpost"> <h1 class="title">London music night 2013</h1> <h3 class="subtitle">Posted by <a href="#">Surjith SM</a> on 17 Jul 2013. <a href="#">16 comments</a></h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget turpis pulvinar, tempor odio sed, adipiscing dolor. Donec nisi velit, malesuada id dolor non, elementum auctor arcu. Cras consectetur sapien et purus posuere, ac hendrerit nunc luctus. Etiam adipiscing et sapien a accumsan. Integer gravida vestibulum eros at elementum. Maecenas a velit hendrerit, tristique tortor lacinia, vehicula sapien. Cras cursus sodales posuere. Sed viverra mi mauris, at dapibus orci varius non.</p> <p><a href="blog-post.html" class="btn btn-danger">READ MORE</a></p> </div> </div> <div class="span3 sidebar"> <h3>Categories</h3> <ul class="bloglist"> <li>Dedicated Servers</li> <li>Managed Hosting</li> <li>News and Updates</li> <li>New Features</li> <li>Domian Registration</li> <li>Server Locations</li> </ul> <br> <h3>Text Widget</h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget turpis pulvinar, tempor odio sed, adipiscing dolor. <br> <br> Donec nisi velit, malesuada id dolor non, elementum auctor arcu. Cras consectetur sapien et purus posuere, ac hendrerit.</p> <br> <h3>Archieves</h3> <ul class="bloglist"> <li>May 2013</li> <li>April 2013</li> <li>March 2013</li> <li>February 2013</li> <li>January 2013</li> <li>December 2012</li> <li>November 2012</li> <li>October 2012</li> <li>September 2012</li> <li>August 2012</li> </ul> </div> </div> </div> <div class="footer" id="footer" data-stellar-background-ratio="0.5"> <div class="container"> <div class="row-fluid"> <div class="span12 socialButtons"> <a href="http://twitter.com/surjithctly" target="_blank"> <img src="images/twitter_icon.png" alt="twitter"></a> <a href="http://facebook.com/web3canvas" target="_blank"><img src="images/facebook_icon.png" alt="facebook"></a> <a href="http://web3canvas.com/" target="_blank"><img src="images/linkedin_icon.png" alt="linkedin"></a> </div> </div> <p class="text-center">Copyright &copy; 2013. Raaga Band. Buy it on Themeforest</p> </div> </div> <script src="js/jquery.easing.1.2.js"></script> <script src="js/modernizr.js"></script> <script src="js/bootstrap.js"></script> </body> </html>
mmoyanom/dbrothers-music
pt/blog.html
HTML
apache-2.0
5,811
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>Toggling layers</title> <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> <script src='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js'></script> <link href='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.css' rel='stylesheet' /> <script src='https://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js'></script> <!--clustering --> <script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v1.0.0/leaflet.markercluster.js'></script> <link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v1.0.0/MarkerCluster.css' rel='stylesheet' /> <link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v1.0.0/MarkerCluster.Default.css' rel='stylesheet' /> <!--local--> <link href='css/menu.css' rel='stylesheet' /> <script src='js/map.js'></script> <script src='./data/dataset2015.js'></script> <style> body { margin:0; padding:0; } #map { position:absolute; top:0; bottom:0; width:100%; } </style> </head> <body> <nav id='menu-ui' class='menu-ui'></nav> <div id='map'></div> <script> L.mapbox.accessToken = 'pk.eyJ1IjoibmtnNDQ4IiwiYSI6ImNpd3JncG45bjBzZDIyeXFsd2ZnOHA4MXIifQ.cUQfTxmm4r87cMn6LfJ3Vw'; var dcCoords = [38.8922,-77.0348]; var austinCoords = [30.32067, -97.715944]; var map = L.mapbox.map('map').setView(austinCoords, 14); var layers = document.getElementById('menu-ui'); var dataset = dataset2015; var clusters = clusterLayer(dataset.features); var rawData = rawLayer(dataset); addLayer(L.mapbox.tileLayer('mapbox.streets'), 'Base Map', 1); addLayer(clusters, 'Cluster Layer', 3); addLayer(rawData, 'Raw Layer', 2); //addLayer(L.mapbox.tileLayer('mapbox.streets'), 'Base Map', 1); //addLayer(L.mapbox.tileLayer('examples.bike-lanes'), 'Raw Markers', 2); //addLayer(L.mapbox.tileLayer('examples.bike-locations'), 'Cluster View', 3); </script> </body> </html>
smaashthemac/data-pump
app/maptests/togglemap.html
HTML
apache-2.0
1,994
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0 Version: 3.3.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: [email protected] Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest (the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- Head BEGIN --> <head> <meta charset="utf-8"> <title>Metronic Shop UI</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="Metronic Shop UI description" name="description"> <meta content="Metronic Shop UI keywords" name="keywords"> <meta content="keenthemes" name="author"> <meta property="og:site_name" content="-CUSTOMER VALUE-"> <meta property="og:title" content="-CUSTOMER VALUE-"> <meta property="og:description" content="-CUSTOMER VALUE-"> <meta property="og:type" content="website"> <meta property="og:image" content="-CUSTOMER VALUE-"><!-- link to image for socio --> <meta property="og:url" content="-CUSTOMER VALUE-"> <link rel="shortcut icon" href="favicon.ico"> <!-- Fonts START --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|PT+Sans+Narrow|Source+Sans+Pro:200,300,400,600,700,900&amp;subset=all" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&amp;subset=all" rel="stylesheet" type="text/css"><!--- fonts for slider on the index page --> <!-- Fonts END --> <!-- Global styles START --> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="../../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet"> <!-- Global styles END --> <!-- Page level plugin styles START --> <link href="../../assets/global/plugins/fancybox/source/jquery.fancybox.css" rel="stylesheet"> <link href="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel-rtl.css" rel="stylesheet"> <link href="../../assets/global/plugins/slider-layer-slider/css/layerslider.css" rel="stylesheet"> <!-- Page level plugin styles END --> <!-- Theme styles START --> <link href="../../assets/global/css/components-rtl.css" rel="stylesheet"> <link href="../../assets/frontend/layout/css/style.css" rel="stylesheet"> <link href="../../assets/frontend/pages/css/style-shop.css" rel="stylesheet" type="text/css"> <link href="../../assets/frontend/pages/css/style-layer-slider.css" rel="stylesheet"> <link href="../../assets/frontend/layout/css/style-responsive.css" rel="stylesheet"> <link href="../../assets/frontend/layout/css/themes/red.css" rel="stylesheet" id="style-color"> <link href="../../assets/frontend/layout/css/custom.css" rel="stylesheet"> <!-- Theme styles END --> </head> <!-- Head END --> <!-- Body BEGIN --> <body class="ecommerce"> <!-- BEGIN STYLE CUSTOMIZER --> <div class="color-panel hidden-sm"> <div class="color-mode-icons icon-color"></div> <div class="color-mode-icons icon-color-close"></div> <div class="color-mode"> <p>THEME COLOR</p> <ul class="inline"> <li class="color-red current color-default" data-style="red"></li> <li class="color-blue" data-style="blue"></li> <li class="color-green" data-style="green"></li> <li class="color-orange" data-style="orange"></li> <li class="color-gray" data-style="gray"></li> <li class="color-turquoise" data-style="turquoise"></li> </ul> </div> </div> <!-- END BEGIN STYLE CUSTOMIZER --> <!-- BEGIN TOP BAR --> <div class="pre-header"> <div class="container"> <div class="row"> <!-- BEGIN TOP BAR LEFT PART --> <div class="col-md-6 col-sm-6 additional-shop-info"> <ul class="list-unstyled list-inline"> <li><i class="fa fa-phone"></i><span>+1 456 6717</span></li> <!-- BEGIN CURRENCIES --> <li class="shop-currencies"> <a href="javascript:void(0);">€</a> <a href="javascript:void(0);">£</a> <a href="javascript:void(0);" class="current">$</a> </li> <!-- END CURRENCIES --> <!-- BEGIN LANGS --> <li class="langs-block"> <a href="javascript:void(0);" class="current">English </a> <div class="langs-block-others-wrapper"><div class="langs-block-others"> <a href="javascript:void(0);">French</a> <a href="javascript:void(0);">Germany</a> <a href="javascript:void(0);">Turkish</a> </div></div> </li> <!-- END LANGS --> </ul> </div> <!-- END TOP BAR LEFT PART --> <!-- BEGIN TOP BAR MENU --> <div class="col-md-6 col-sm-6 additional-nav"> <ul class="list-unstyled list-inline pull-right"> <li><a href="shop-account.html">My Account</a></li> <li><a href="shop-wishlist.html">My Wishlist</a></li> <li><a href="shop-checkout.html">Checkout</a></li> <li><a href="page-login.html">Log In</a></li> </ul> </div> <!-- END TOP BAR MENU --> </div> </div> </div> <!-- END TOP BAR --> <!-- BEGIN HEADER --> <div class="header"> <div class="container"> <a class="site-logo" href="shop-index.html"><img src="../../assets/frontend/layout/img/logos/logo-shop-red.png" alt="Metronic Shop UI"></a> <a href="javascript:void(0);" class="mobi-toggler"><i class="fa fa-bars"></i></a> <!-- BEGIN CART --> <div class="top-cart-block"> <div class="top-cart-info"> <a href="javascript:void(0);" class="top-cart-info-count">3 items</a> <a href="javascript:void(0);" class="top-cart-info-value">$1260</a> </div> <i class="fa fa-shopping-cart"></i> <div class="top-cart-content-wrapper"> <div class="top-cart-content"> <ul class="scroller" style="height: 250px;"> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> </ul> <div class="text-right"> <a href="shop-shopping-cart.html" class="btn btn-default">View Cart</a> <a href="shop-checkout.html" class="btn btn-primary">Checkout</a> </div> </div> </div> </div> <!--END CART --> <!-- BEGIN NAVIGATION --> <div class="header-navigation"> <ul> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Woman </a> <!-- BEGIN DROPDOWN MENU --> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="shop-product-list.html">Hi Tops <i class="fa fa-angle-right"></i></a> <ul class="dropdown-menu" role="menu"> <li><a href="shop-product-list.html">Second Level Link</a></li> <li><a href="shop-product-list.html">Second Level Link</a></li> <li class="dropdown-submenu"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Second Level Link <i class="fa fa-angle-right"></i> </a> <ul class="dropdown-menu"> <li><a href="shop-product-list.html">Third Level Link</a></li> <li><a href="shop-product-list.html">Third Level Link</a></li> <li><a href="shop-product-list.html">Third Level Link</a></li> </ul> </li> </ul> </li> <li><a href="shop-product-list.html">Running Shoes</a></li> <li><a href="shop-product-list.html">Jackets and Coats</a></li> </ul> <!-- END DROPDOWN MENU --> </li> <li class="dropdown dropdown-megamenu"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Man </a> <ul class="dropdown-menu"> <li> <div class="header-navigation-content"> <div class="row"> <div class="col-md-4 header-navigation-col"> <h4>Footwear</h4> <ul> <li><a href="shop-product-list.html">Astro Trainers</a></li> <li><a href="shop-product-list.html">Basketball Shoes</a></li> <li><a href="shop-product-list.html">Boots</a></li> <li><a href="shop-product-list.html">Canvas Shoes</a></li> <li><a href="shop-product-list.html">Football Boots</a></li> <li><a href="shop-product-list.html">Golf Shoes</a></li> <li><a href="shop-product-list.html">Hi Tops</a></li> <li><a href="shop-product-list.html">Indoor and Court Trainers</a></li> </ul> </div> <div class="col-md-4 header-navigation-col"> <h4>Clothing</h4> <ul> <li><a href="shop-product-list.html">Base Layer</a></li> <li><a href="shop-product-list.html">Character</a></li> <li><a href="shop-product-list.html">Chinos</a></li> <li><a href="shop-product-list.html">Combats</a></li> <li><a href="shop-product-list.html">Cricket Clothing</a></li> <li><a href="shop-product-list.html">Fleeces</a></li> <li><a href="shop-product-list.html">Gilets</a></li> <li><a href="shop-product-list.html">Golf Tops</a></li> </ul> </div> <div class="col-md-4 header-navigation-col"> <h4>Accessories</h4> <ul> <li><a href="shop-product-list.html">Belts</a></li> <li><a href="shop-product-list.html">Caps</a></li> <li><a href="shop-product-list.html">Gloves, Hats and Scarves</a></li> </ul> <h4>Clearance</h4> <ul> <li><a href="shop-product-list.html">Jackets</a></li> <li><a href="shop-product-list.html">Bottoms</a></li> </ul> </div> <div class="col-md-12 nav-brands"> <ul> <li><a href="shop-product-list.html"><img title="esprit" alt="esprit" src="../../assets/frontend/pages/img/brands/esprit.jpg"></a></li> <li><a href="shop-product-list.html"><img title="gap" alt="gap" src="../../assets/frontend/pages/img/brands/gap.jpg"></a></li> <li><a href="shop-product-list.html"><img title="next" alt="next" src="../../assets/frontend/pages/img/brands/next.jpg"></a></li> <li><a href="shop-product-list.html"><img title="puma" alt="puma" src="../../assets/frontend/pages/img/brands/puma.jpg"></a></li> <li><a href="shop-product-list.html"><img title="zara" alt="zara" src="../../assets/frontend/pages/img/brands/zara.jpg"></a></li> </ul> </div> </div> </div> </li> </ul> </li> <li><a href="shop-item.html">Kids</a></li> <li class="dropdown dropdown100 nav-catalogue"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> New </a> <ul class="dropdown-menu"> <li> <div class="header-navigation-content"> <div class="row"> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model3.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model7.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> </div> </div> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Pages </a> <ul class="dropdown-menu"> <li class="active"><a href="shop-index.html">Home Default</a></li> <li><a href="shop-index-header-fix.html">Home Header Fixed</a></li> <li><a href="shop-index-light-footer.html">Home Light Footer</a></li> <li><a href="shop-product-list.html">Product List</a></li> <li><a href="shop-search-result.html">Search Result</a></li> <li><a href="shop-item.html">Product Page</a></li> <li><a href="shop-shopping-cart-null.html">Shopping Cart (Null Cart)</a></li> <li><a href="shop-shopping-cart.html">Shopping Cart</a></li> <li><a href="shop-checkout.html">Checkout</a></li> <li><a href="shop-about.html">About</a></li> <li><a href="shop-contacts.html">Contacts</a></li> <li><a href="shop-account.html">My account</a></li> <li><a href="shop-wishlist.html">My Wish List</a></li> <li><a href="shop-goods-compare.html">Product Comparison</a></li> <li><a href="shop-standart-forms.html">Standart Forms</a></li> <li><a href="shop-faq.html">FAQ</a></li> <li><a href="shop-privacy-policy.html">Privacy Policy</a></li> <li><a href="shop-terms-conditions-page.html">Terms &amp; Conditions</a></li> </ul> </li> <li><a href="index.html" target="_blank">Corporate</a></li> <li><a href="onepage-index.html" target="_blank">One Page</a></li> <li><a href="http://keenthemes.com/preview/metronic/theme_rtl/templates/admin&amp;page=ecommerce_index.html" target="_blank">Admin theme</a></li> <!-- BEGIN TOP SEARCH --> <li class="menu-search"> <span class="sep"></span> <i class="fa fa-search search-btn"></i> <div class="search-box"> <form action="#"> <div class="input-group"> <input type="text" placeholder="Search" class="form-control"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit">Search</button> </span> </div> </form> </div> </li> <!-- END TOP SEARCH --> </ul> </div> <!-- END NAVIGATION --> </div> </div> <!-- Header END --> <!-- BEGIN SLIDER --> <div class="page-slider margin-bottom-35"> <!-- LayerSlider start --> <div id="layerslider" style="width: 100%; height: 494px; margin: 0 auto;"> <!-- slide one start --> <div class="ls-slide ls-slide1" data-ls="offsetxin: right; slidedelay: 7000; transition2d: 24,25,27,28;"> <img src="../../assets/frontend/pages/img/layerslider/slide1/bg.jpg" class="ls-bg" alt="Slide background"> <div class="ls-l ls-title" style="top: 96px; left: 35%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationin: 750; durationout: 750; easingin: easeOutQuint; rotatein: 90; rotateout: -90; scalein: .5; scaleout: .5; showuntil: 4000; ">Tones of <strong>shop UI features</strong> designed</div> <div class="ls-l ls-mini-text" style="top: 338px; left: 35%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationout: 750; easingin: easeOutQuint; delayin: 300; showuntil: 4000; ">Lorem ipsum dolor sit amet constectetuer diam<br > adipiscing elit euismod ut laoreet dolore. </div> </div> <!-- slide one end --> <!-- slide two start --> <div class="ls-slide ls-slide2" data-ls="offsetxin: right; slidedelay: 7000; transition2d: 110,111,112,113;"> <img src="../../assets/frontend/pages/img/layerslider/slide2/bg.jpg" class="ls-bg" alt="Slide background"> <div class="ls-l ls-title" style="top: 40%; left: 21%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationin: 750; durationout: 109750; easingin: easeOutQuint; easingout: easeInOutQuint; delayin: 0; delayout: 0; rotatein: 90; rotateout: -90; scalein: .5; scaleout: .5; showuntil: 4000; "><strong>Unlimted</strong> Layout Options <em>Fully Responsive</em> </div> <div class="ls-l ls-price" style="top: 50%; left: 45%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationout: 109750; easingin: easeOutQuint; delayin: 300; scalein: .8; scaleout: .8; showuntil: 4000;"><b>from</b> <strong><span>$</span>25</strong> </div> <a href="#" class="ls-l ls-more" style="top: 72%; left: 21%; display: inline-block; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationin: 750; durationout: 750; easingin: easeOutQuint; easingout: easeInOutQuint; delayin: 0; delayout: 0; rotatein: 90; rotateout: -90; scalein: .5; scaleout: .5; showuntil: 4000;">See More Details </a> </div> <!-- slide two end --> <!-- slide three start --> <div class="ls-slide ls-slide3" data-ls="offsetxin: right; slidedelay: 7000; transition2d: 92,93,105;"> <img src="../../assets/frontend/pages/img/layerslider/slide3/bg.jpg" class="ls-bg" alt="Slide background"> <div class="ls-l ls-title" style="top: 83px; left: 33%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationin: 750; durationout: 750; easingin: easeOutQuint; rotatein: 90; rotateout: -90; scalein: .5; scaleout: .5; showuntil: 4000; ">Full Admin &amp; Frontend <strong>eCommerce UI</strong> Is Ready For Your Project </div> <div class="ls-l" style="top: 333px; left: 33%; white-space: nowrap; font-size: 20px; font: 20px 'Open Sans Light', sans-serif;" data-ls=" fade: true; fadeout: true; durationout: 750; easingin: easeOutQuint; delayin: 300; scalein: .8; scaleout: .8; showuntil: 4000; "> <a href="#" class="ls-buy"> Buy It Now! </a> <div class="ls-price"> <span>All these for only:</span> <strong>25<sup>$</sup></strong> </div> </div> </div> <!-- slide three end --> <!-- slide four start --> <div class="ls-slide ls-slide4" data-ls="offsetxin: right; slidedelay: 7000; transition2d: 110,111,112,113;"> <img src="../../assets/frontend/pages/img/layerslider/slide5/bg.jpg" class="ls-bg" alt="Slide background"> <div class="ls-l ls-title" style="top: 35%; left: 60%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationin: 750; durationout: 750; easingin: easeOutQuint; rotatein: 90; rotateout: -90; scalein: .5; scaleout: .5; showuntil: 4000;"> The most<br> wanted bijouterie </div> <div class="ls-l ls-mini-text" style="top: 70%; left: 60%; white-space: nowrap;" data-ls=" fade: true; fadeout: true; durationout: 750; easingin: easeOutQuint; delayin: 300; scalein: .8; scaleout: .8; showuntil: 4000;"> <span>Lorem ipsum and</span> <a href="#">Buy It Now!</a> </div> </div> <!-- slide four end --> </div> <!-- LayerSlider end --> </div> <!-- END SLIDER --> <div class="main"> <div class="container"> <!-- BEGIN SALE PRODUCT & NEW ARRIVALS --> <div class="row margin-bottom-40"> <!-- BEGIN SALE PRODUCT --> <div class="col-md-12 sale-product"> <h2>New Arrivals</h2> <div class="owl-carousel owl-carousel5"> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model1.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model1.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> <div class="sticker sticker-sale"></div> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model2.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model2.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress2</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model6.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model6.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress2</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model4.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="#">Berry Lace Dress4</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> <div class="sticker sticker-new"></div> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model5.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model5.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress5</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model3.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model3.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress3</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/model7.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/model7.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress3</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> </div> </div> <!-- END SALE PRODUCT --> </div> <!-- END SALE PRODUCT & NEW ARRIVALS --> <!-- BEGIN SIDEBAR & CONTENT --> <div class="row margin-bottom-40 "> <!-- BEGIN SIDEBAR --> <div class="sidebar col-md-3 col-sm-4"> <ul class="list-group margin-bottom-25 sidebar-menu"> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Ladies</a></li> <li class="list-group-item clearfix dropdown"> <a href="shop-product-list.html"> <i class="fa fa-angle-right"></i> Mens </a> <ul class="dropdown-menu"> <li class="list-group-item dropdown clearfix"> <a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Shoes </a> <ul class="dropdown-menu"> <li class="list-group-item dropdown clearfix"> <a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Classic </a> <ul class="dropdown-menu"> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Classic 1</a></li> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Classic 2</a></li> </ul> </li> <li class="list-group-item dropdown clearfix"> <a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Sport </a> <ul class="dropdown-menu"> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Sport 1</a></li> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Sport 2</a></li> </ul> </li> </ul> </li> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Trainers</a></li> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Jeans</a></li> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Chinos</a></li> <li><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> T-Shirts</a></li> </ul> </li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Kids</a></li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Accessories</a></li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Sports</a></li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Brands</a></li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Electronics</a></li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Home & Garden</a></li> <li class="list-group-item clearfix"><a href="shop-product-list.html"><i class="fa fa-angle-right"></i> Custom Link</a></li> </ul> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="col-md-9 col-sm-8"> <h2>Three items</h2> <div class="owl-carousel owl-carousel3"> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> <div class="sticker sticker-new"></div> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress2</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k3.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k3.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress3</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k4.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k4.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress4</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> <div class="sticker sticker-sale"></div> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress5</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress6</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> </div> </div> <!-- END CONTENT --> </div> <!-- END SIDEBAR & CONTENT --> <!-- BEGIN TWO PRODUCTS & PROMO --> <div class="row margin-bottom-35 "> <!-- BEGIN TWO PRODUCTS --> <div class="col-md-6 two-items-bottom-items"> <h2>Two items</h2> <div class="owl-carousel owl-carousel2"> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k4.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k4.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k3.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k3.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k4.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k4.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k3.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k3.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> </div> </div> <!-- END TWO PRODUCTS --> <!-- BEGIN PROMO --> <div class="col-md-6 shop-index-carousel"> <div class="content-slider"> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> <div class="carousel-inner"> <div class="item active"> <img src="../../assets/frontend/pages/img/index-sliders/slide1.jpg" class="img-responsive" alt="Berry Lace Dress"> </div> <div class="item"> <img src="../../assets/frontend/pages/img/index-sliders/slide2.jpg" class="img-responsive" alt="Berry Lace Dress"> </div> <div class="item"> <img src="../../assets/frontend/pages/img/index-sliders/slide3.jpg" class="img-responsive" alt="Berry Lace Dress"> </div> </div> </div> </div> </div> <!-- END PROMO --> </div> <!-- END TWO PRODUCTS & PROMO --> </div> </div> <!-- BEGIN BRANDS --> <div class="brands"> <div class="container"> <div class="owl-carousel owl-carousel6-brands"> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/canon.jpg" alt="canon" title="canon"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/esprit.jpg" alt="esprit" title="esprit"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/gap.jpg" alt="gap" title="gap"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/next.jpg" alt="next" title="next"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/puma.jpg" alt="puma" title="puma"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/zara.jpg" alt="zara" title="zara"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/canon.jpg" alt="canon" title="canon"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/esprit.jpg" alt="esprit" title="esprit"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/gap.jpg" alt="gap" title="gap"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/next.jpg" alt="next" title="next"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/puma.jpg" alt="puma" title="puma"></a> <a href="shop-product-list.html"><img src="../../assets/frontend/pages/img/brands/zara.jpg" alt="zara" title="zara"></a> </div> </div> </div> <!-- END BRANDS --> <!-- BEGIN STEPS --> <div class="steps-block steps-block-red"> <div class="container"> <div class="row"> <div class="col-md-4 steps-block-col"> <i class="fa fa-truck"></i> <div> <h2>Free shipping</h2> <em>Express delivery withing 3 days</em> </div> <span>&nbsp;</span> </div> <div class="col-md-4 steps-block-col"> <i class="fa fa-gift"></i> <div> <h2>Daily Gifts</h2> <em>3 Gifts daily for lucky customers</em> </div> <span>&nbsp;</span> </div> <div class="col-md-4 steps-block-col"> <i class="fa fa-phone"></i> <div> <h2>477 505 8877</h2> <em>24/7 customer care available</em> </div> </div> </div> </div> </div> <!-- END STEPS --> <!-- BEGIN PRE-FOOTER --> <div class="pre-footer"> <div class="container"> <div class="row"> <!-- BEGIN BOTTOM ABOUT BLOCK --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2>About us</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam sit nonummy nibh euismod tincidunt ut laoreet dolore magna aliquarm erat sit volutpat. Nostrud exerci tation ullamcorper suscipit lobortis nisl aliquip commodo consequat. </p> <p>Duis autem vel eum iriure dolor vulputate velit esse molestie at dolore.</p> </div> <!-- END BOTTOM ABOUT BLOCK --> <!-- BEGIN BOTTOM INFO BLOCK --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2>Information</h2> <ul class="list-unstyled"> <li><i class="fa fa-angle-right"></i> <a href="#">Delivery Information</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Customer Service</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Order Tracking</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Shipping &amp; Returns</a></li> <li><i class="fa fa-angle-right"></i> <a href="contacts.html">Contact Us</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Careers</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Payment Methods</a></li> </ul> </div> <!-- END INFO BLOCK --> <!-- BEGIN TWITTER BLOCK --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2 class="margin-bottom-0">Latest Tweets</h2> <a class="twitter-timeline" href="https://twitter.com/twitterapi" data-tweet-limit="2" data-theme="dark" data-link-color="#57C8EB" data-widget-id="455411516829736961" data-chrome="noheader nofooter noscrollbar noborders transparent">Loading tweets by @keenthemes...</a> </div> <!-- END TWITTER BLOCK --> <!-- BEGIN BOTTOM CONTACTS --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2>Our Contacts</h2> <address class="margin-bottom-40"> 35, Lorem Lis Street, Park Ave<br> California, US<br> Phone: 300 323 3456<br> Fax: 300 323 1456<br> Email: <a href="mailto:[email protected]">[email protected]</a><br> Skype: <a href="skype:metronic">metronic</a> </address> </div> <!-- END BOTTOM CONTACTS --> </div> <hr> <div class="row"> <!-- BEGIN SOCIAL ICONS --> <div class="col-md-6 col-sm-6"> <ul class="social-icons"> <li><a class="rss" data-original-title="rss" href="#"></a></li> <li><a class="facebook" data-original-title="facebook" href="#"></a></li> <li><a class="twitter" data-original-title="twitter" href="#"></a></li> <li><a class="googleplus" data-original-title="googleplus" href="#"></a></li> <li><a class="linkedin" data-original-title="linkedin" href="#"></a></li> <li><a class="youtube" data-original-title="youtube" href="#"></a></li> <li><a class="vimeo" data-original-title="vimeo" href="#"></a></li> <li><a class="skype" data-original-title="skype" href="#"></a></li> </ul> </div> <!-- END SOCIAL ICONS --> <!-- BEGIN NEWLETTER --> <div class="col-md-6 col-sm-6"> <div class="pre-footer-subscribe-box pull-right"> <h2>Newsletter</h2> <form action="#"> <div class="input-group"> <input type="text" placeholder="[email protected]" class="form-control"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit">Subscribe</button> </span> </div> </form> </div> </div> <!-- END NEWLETTER --> </div> </div> </div> <!-- END PRE-FOOTER --> <!-- BEGIN FOOTER --> <div class="footer"> <div class="container"> <div class="row"> <!-- BEGIN COPYRIGHT --> <div class="col-md-6 col-sm-6 padding-top-10"> 2014 © Metronic Shop UI. ALL Rights Reserved. </div> <!-- END COPYRIGHT --> <!-- BEGIN PAYMENTS --> <div class="col-md-6 col-sm-6"> <ul class="list-unstyled list-inline pull-right"> <li><img src="../../assets/frontend/layout/img/payments/western-union.jpg" alt="We accept Western Union" title="We accept Western Union"></li> <li><img src="../../assets/frontend/layout/img/payments/american-express.jpg" alt="We accept American Express" title="We accept American Express"></li> <li><img src="../../assets/frontend/layout/img/payments/MasterCard.jpg" alt="We accept MasterCard" title="We accept MasterCard"></li> <li><img src="../../assets/frontend/layout/img/payments/PayPal.jpg" alt="We accept PayPal" title="We accept PayPal"></li> <li><img src="../../assets/frontend/layout/img/payments/visa.jpg" alt="We accept Visa" title="We accept Visa"></li> </ul> </div> <!-- END PAYMENTS --> </div> </div> </div> <!-- END FOOTER --> <!-- BEGIN fast view of a product --> <div id="product-pop-up" style="display: none; width: 700px;"> <div class="product-page product-pop-up"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-3"> <div class="product-main-image"> <img src="../../assets/frontend/pages/img/products/model7.jpg" alt="Cool green dress with red bell" class="img-responsive"> </div> <div class="product-other-images"> <a href="#" class="active"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model3.jpg"></a> <a href="#"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model4.jpg"></a> <a href="#"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model5.jpg"></a> </div> </div> <div class="col-md-6 col-sm-6 col-xs-9"> <h2>Cool green dress with red bell</h2> <div class="price-availability-block clearfix"> <div class="price"> <strong><span>$</span>47.00</strong> <em>$<span>62.00</span></em> </div> <div class="availability"> Availability: <strong>In Stock</strong> </div> </div> <div class="description"> <p>Lorem ipsum dolor ut sit ame dolore adipiscing elit, sed nonumy nibh sed euismod laoreet dolore magna aliquarm erat volutpat Nostrud duis molestie at dolore.</p> </div> <div class="product-page-options"> <div class="pull-left"> <label class="control-label">Size:</label> <select class="form-control input-sm"> <option>L</option> <option>M</option> <option>XL</option> </select> </div> <div class="pull-left"> <label class="control-label">Color:</label> <select class="form-control input-sm"> <option>Red</option> <option>Blue</option> <option>Black</option> </select> </div> </div> <div class="product-page-cart"> <div class="product-quantity"> <input id="product-quantity" type="text" value="1" readonly name="product-quantity" class="form-control input-sm"> </div> <button class="btn btn-primary" type="submit">Add to cart</button> <a href="shop-item.html" class="btn btn-default">More details</a> </div> </div> <div class="sticker sticker-sale"></div> </div> </div> </div> <!-- END fast view of a product --> <!-- Load javascripts at bottom, this will reduce page load time --> <!-- BEGIN CORE PLUGINS (REQUIRED FOR ALL PAGES) --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/frontend/layout/scripts/back-to-top.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL JAVASCRIPTS (REQUIRED ONLY FOR CURRENT PAGE) --> <script src="../../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js" type="text/javascript"></script><!-- pop up --> <script src="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel-rtl.js" type="text/javascript"></script><!-- slider for products --> <script src='../../assets/global/plugins/zoom/jquery.zoom.min.js' type="text/javascript"></script><!-- product zoom --> <script src="../../assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"></script><!-- Quantity --> <!-- BEGIN LayerSlider --> <script src="../../assets/global/plugins/slider-layer-slider/js/greensock.js" type="text/javascript"></script><!-- External libraries: GreenSock --> <script src="../../assets/global/plugins/slider-layer-slider/js/layerslider.transitions.js" type="text/javascript"></script><!-- LayerSlider script files --> <script src="../../assets/global/plugins/slider-layer-slider/js/layerslider.kreaturamedia.jquery.js" type="text/javascript"></script><!-- LayerSlider script files --> <script src="../../assets/frontend/pages/scripts/layerslider-init.js" type="text/javascript"></script> <!-- END LayerSlider --> <script src="../../assets/frontend/layout/scripts/layout.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(function() { Layout.init(); Layout.initOWL(); LayersliderInit.initLayerSlider(); Layout.initImageZoom(); Layout.initTouchspin(); Layout.initTwitter(); }); </script> <!-- END PAGE LEVEL JAVASCRIPTS --> </body> <!-- END BODY --> </html>
zzsoszz/metronicv37
theme_rtl/templates/frontend/shop-index.html
HTML
apache-2.0
63,515
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.BindingListIterator.html"> </head> <body> <p>Redirecting to <a href="type.BindingListIterator.html">type.BindingListIterator.html</a>...</p> <script>location.replace("type.BindingListIterator.html" + location.search + location.hash);</script> </body> </html>
mozilla/mentat
docs/apis/0.7/rust/mentat_ffi/BindingListIterator.t.html
HTML
apache-2.0
357
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Wed Apr 03 10:03:18 GMT-03:00 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class opennlp.tools.formats.TokenSampleStreamFactory (Apache OpenNLP Tools 1.5.3 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class opennlp.tools.formats.TokenSampleStreamFactory (Apache OpenNLP Tools 1.5.3 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../opennlp/tools/formats/TokenSampleStreamFactory.html" title="class in opennlp.tools.formats"><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?opennlp/tools/formats/class-use/TokenSampleStreamFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TokenSampleStreamFactory.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>opennlp.tools.formats.TokenSampleStreamFactory</B></H2> </CENTER> No usage of opennlp.tools.formats.TokenSampleStreamFactory <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="../../../../opennlp/tools/formats/TokenSampleStreamFactory.html" title="class in opennlp.tools.formats"><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?opennlp/tools/formats/class-use/TokenSampleStreamFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TokenSampleStreamFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
opener-project/nerc-fr
opennlp/docs/apidocs/opennlp-tools/opennlp/tools/formats/class-use/TokenSampleStreamFactory.html
HTML
apache-2.0
6,070
<!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_21) on Wed May 04 07:58:35 PDT 2011 --> <TITLE> Uses of Class org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback (Hadoop 0.20.203.0 API) </TITLE> <META NAME="date" CONTENT="2011-05-04"> <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.MetricsSystem.AbstractCallback (Hadoop 0.20.203.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsSystem.AbstractCallback.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-useMetricsSystem.AbstractCallback.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MetricsSystem.AbstractCallback.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.MetricsSystem.AbstractCallback</B></H2> </CENTER> No usage of org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback <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/MetricsSystem.AbstractCallback.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-useMetricsSystem.AbstractCallback.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MetricsSystem.AbstractCallback.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>
zincumyx/Mammoth
mammoth-src/docs/api/org/apache/hadoop/metrics2/class-use/MetricsSystem.AbstractCallback.html
HTML
apache-2.0
6,194
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>raw_socket_service::move_assign</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="../raw_socket_service.html" title="raw_socket_service"> <link rel="prev" href="local_endpoint.html" title="raw_socket_service::local_endpoint"> <link rel="next" href="move_construct.html" title="raw_socket_service::move_construct"> </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="local_endpoint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_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="move_construct.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.raw_socket_service.move_assign"></a><a class="link" href="move_assign.html" title="raw_socket_service::move_assign">raw_socket_service::move_assign</a> </h4></div></div></div> <p> <a class="indexterm" name="idp92998520"></a> Move-assign from another raw socket implementation. </p> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">move_assign</span><span class="special">(</span> <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span> <span class="identifier">raw_socket_service</span> <span class="special">&amp;</span> <span class="identifier">other_service</span><span class="special">,</span> <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">other_impl</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-2013 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.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_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="move_construct.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
NixaSoftware/CVis
venv/bin/doc/html/boost_asio/reference/raw_socket_service/move_assign.html
HTML
apache-2.0
3,751
<!DOCTYPE html> <html devsite> <head> <meta name="project_path" value="/web/tools/workbox/_project.yaml" /> <meta name="book_path" value="/web/tools/workbox/_book.yaml" /> <meta name="gtm_var" data-key="docType" data-value="reference"> <title>Source: workbox-expiration/Plugin.mjs</title> <link href="jsdoc.css" rel="stylesheet"> </head> <body> <div id="jsdoc-body-container"> <div id="jsdoc-content"> <div id="jsdoc-content-container"> <div id="jsdoc-banner" role="banner"> </div> <div id="jsdoc-main" role="main"> <header class="page-header"> <h1>Source: workbox-expiration/Plugin.mjs</h1> </header> <article> <pre class="prettyprint linenums"><code>/* Copyright 2018 Google LLC Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT. */ import {assert} from &#x27;workbox-core/_private/assert.mjs&#x27;; import {cacheNames} from &#x27;workbox-core/_private/cacheNames.mjs&#x27;; import {getFriendlyURL} from &#x27;workbox-core/_private/getFriendlyURL.mjs&#x27;; import {logger} from &#x27;workbox-core/_private/logger.mjs&#x27;; import {WorkboxError} from &#x27;workbox-core/_private/WorkboxError.mjs&#x27;; import {registerQuotaErrorCallback} from &#x27;workbox-core/registerQuotaErrorCallback.mjs&#x27;; import {CacheExpiration} from &#x27;./CacheExpiration.mjs&#x27;; import &#x27;./_version.mjs&#x27;; /** * This plugin can be used in the Workbox APIs to regularly enforce a * limit on the age and / or the number of cached requests. * * Whenever a cached request is used or updated, this plugin will look * at the used Cache and remove any old or extra requests. * * When using &#x60;maxAgeSeconds&#x60;, requests may be used *once* after expiring * because the expiration clean up will not have occurred until *after* the * cached request has been used. If the request has a &quot;Date&quot; header, then * a light weight expiration check is performed and the request will not be * used immediately. * * When using &#x60;maxEntries&#x60;, the last request to be used will be the request * that is removed from the Cache. * * @memberof workbox.expiration */ class Plugin { /** * @param {Object} config * @param {number} [config.maxEntries] The maximum number of entries to cache. * Entries used the least will be removed as the maximum is reached. * @param {number} [config.maxAgeSeconds] The maximum age of an entry before * it&#x27;s treated as stale and removed. * @param {boolean} [config.purgeOnQuotaError] Whether to opt this cache in to * automatic deletion if the available storage quota has been exceeded. */ constructor(config &#x3D; {}) { if (process.env.NODE_ENV !&#x3D;&#x3D; &#x27;production&#x27;) { if (!(config.maxEntries || config.maxAgeSeconds)) { throw new WorkboxError(&#x27;max-entries-or-age-required&#x27;, { moduleName: &#x27;workbox-expiration&#x27;, className: &#x27;Plugin&#x27;, funcName: &#x27;constructor&#x27;, }); } if (config.maxEntries) { assert.isType(config.maxEntries, &#x27;number&#x27;, { moduleName: &#x27;workbox-expiration&#x27;, className: &#x27;Plugin&#x27;, funcName: &#x27;constructor&#x27;, paramName: &#x27;config.maxEntries&#x27;, }); } if (config.maxAgeSeconds) { assert.isType(config.maxAgeSeconds, &#x27;number&#x27;, { moduleName: &#x27;workbox-expiration&#x27;, className: &#x27;Plugin&#x27;, funcName: &#x27;constructor&#x27;, paramName: &#x27;config.maxAgeSeconds&#x27;, }); } } this._config &#x3D; config; this._maxAgeSeconds &#x3D; config.maxAgeSeconds; this._cacheExpirations &#x3D; new Map(); if (config.purgeOnQuotaError) { registerQuotaErrorCallback(() &#x3D;&gt; this.deleteCacheAndMetadata()); } } /** * A simple helper method to return a CacheExpiration instance for a given * cache name. * * @param {string} cacheName * @return {CacheExpiration} * * @private */ _getCacheExpiration(cacheName) { if (cacheName &#x3D;&#x3D;&#x3D; cacheNames.getRuntimeName()) { throw new WorkboxError(&#x27;expire-custom-caches-only&#x27;); } let cacheExpiration &#x3D; this._cacheExpirations.get(cacheName); if (!cacheExpiration) { cacheExpiration &#x3D; new CacheExpiration(cacheName, this._config); this._cacheExpirations.set(cacheName, cacheExpiration); } return cacheExpiration; } /** * A &quot;lifecycle&quot; callback that will be triggered automatically by the * &#x60;workbox.strategies&#x60; handlers when a &#x60;Response&#x60; is about to be returned * from a [Cache](https://developer.mozilla.org/en-US/docs/Web/API/Cache) to * the handler. It allows the &#x60;Response&#x60; to be inspected for freshness and * prevents it from being used if the &#x60;Response&#x60;&#x27;s &#x60;Date&#x60; header value is * older than the configured &#x60;maxAgeSeconds&#x60;. * * @param {Object} options * @param {string} options.cacheName Name of the cache the response is in. * @param {Response} options.cachedResponse The &#x60;Response&#x60; object that&#x27;s been * read from a cache and whose freshness should be checked. * @return {Response} Either the &#x60;cachedResponse&#x60;, if it&#x27;s * fresh, or &#x60;null&#x60; if the &#x60;Response&#x60; is older than &#x60;maxAgeSeconds&#x60;. * * @private */ cachedResponseWillBeUsed({event, request, cacheName, cachedResponse}) { if (!cachedResponse) { return null; } let isFresh &#x3D; this._isResponseDateFresh(cachedResponse); // Expire entries to ensure that even if the expiration date has // expired, it&#x27;ll only be used once. const cacheExpiration &#x3D; this._getCacheExpiration(cacheName); cacheExpiration.expireEntries(); // Update the metadata for the request URL to the current timestamp, // but don&#x27;t &#x60;await&#x60; it as we don&#x27;t want to block the response. const updateTimestampDone &#x3D; cacheExpiration.updateTimestamp(request.url); if (event) { try { event.waitUntil(updateTimestampDone); } catch (error) { if (process.env.NODE_ENV !&#x3D;&#x3D; &#x27;production&#x27;) { logger.warn(&#x60;Unable to ensure service worker stays alive when &#x60; + &#x60;updating cache entry for &#x27;${getFriendlyURL(event.request.url)}&#x27;.&#x60;); } } } return isFresh ? cachedResponse : null; } /** * @param {Response} cachedResponse * @return {boolean} * * @private */ _isResponseDateFresh(cachedResponse) { if (!this._maxAgeSeconds) { // We aren&#x27;t expiring by age, so return true, it&#x27;s fresh return true; } // Check if the &#x27;date&#x27; header will suffice a quick expiration check. // See https://github.com/GoogleChromeLabs/sw-toolbox/issues/164 for // discussion. const dateHeaderTimestamp &#x3D; this._getDateHeaderTimestamp(cachedResponse); if (dateHeaderTimestamp &#x3D;&#x3D;&#x3D; null) { // Unable to parse date, so assume it&#x27;s fresh. return true; } // If we have a valid headerTime, then our response is fresh iff the // headerTime plus maxAgeSeconds is greater than the current time. const now &#x3D; Date.now(); return dateHeaderTimestamp &gt;&#x3D; now - (this._maxAgeSeconds * 1000); } /** * This method will extract the data header and parse it into a useful * value. * * @param {Response} cachedResponse * @return {number} * * @private */ _getDateHeaderTimestamp(cachedResponse) { if (!cachedResponse.headers.has(&#x27;date&#x27;)) { return null; } const dateHeader &#x3D; cachedResponse.headers.get(&#x27;date&#x27;); const parsedDate &#x3D; new Date(dateHeader); const headerTime &#x3D; parsedDate.getTime(); // If the Date header was invalid for some reason, parsedDate.getTime() // will return NaN. if (isNaN(headerTime)) { return null; } return headerTime; } /** * A &quot;lifecycle&quot; callback that will be triggered automatically by the * &#x60;workbox.strategies&#x60; handlers when an entry is added to a cache. * * @param {Object} options * @param {string} options.cacheName Name of the cache that was updated. * @param {string} options.request The Request for the cached entry. * * @private */ async cacheDidUpdate({cacheName, request}) { if (process.env.NODE_ENV !&#x3D;&#x3D; &#x27;production&#x27;) { assert.isType(cacheName, &#x27;string&#x27;, { moduleName: &#x27;workbox-expiration&#x27;, className: &#x27;Plugin&#x27;, funcName: &#x27;cacheDidUpdate&#x27;, paramName: &#x27;cacheName&#x27;, }); assert.isInstance(request, Request, { moduleName: &#x27;workbox-expiration&#x27;, className: &#x27;Plugin&#x27;, funcName: &#x27;cacheDidUpdate&#x27;, paramName: &#x27;request&#x27;, }); } const cacheExpiration &#x3D; this._getCacheExpiration(cacheName); await cacheExpiration.updateTimestamp(request.url); await cacheExpiration.expireEntries(); } /** * This is a helper method that performs two operations: * * - Deletes *all* the underlying Cache instances associated with this plugin * instance, by calling caches.delete() on your behalf. * - Deletes the metadata from IndexedDB used to keep track of expiration * details for each Cache instance. * * When using cache expiration, calling this method is preferable to calling * &#x60;caches.delete()&#x60; directly, since this will ensure that the IndexedDB * metadata is also cleanly removed and open IndexedDB instances are deleted. * * Note that if you&#x27;re *not* using cache expiration for a given cache, calling * &#x60;caches.delete()&#x60; and passing in the cache&#x27;s name should be sufficient. * There is no Workbox-specific method needed for cleanup in that case. */ async deleteCacheAndMetadata() { // Do this one at a time instead of all at once via &#x60;Promise.all()&#x60; to // reduce the chance of inconsistency if a promise rejects. for (const [cacheName, cacheExpiration] of this._cacheExpirations) { await caches.delete(cacheName); await cacheExpiration.delete(); } // Reset this._cacheExpirations to its initial state. this._cacheExpirations &#x3D; new Map(); } } export {Plugin}; </code></pre> </article> </div> </div> <nav id="jsdoc-toc-nav" role="navigation"></nav> </div> </div> </body> </html>
samdutton/WebFundamentals
src/content/en/tools/workbox/reference-docs/v4.2.0/workbox-expiration_Plugin.mjs.html
HTML
apache-2.0
10,965
<!DOCTYPE html> <html> <head> <title>注册成功-小牛在线</title> <base href="/weixin/resources/weixin/register_shareBonus_ok.html"> <meta http-equiv="pragma" name="" content="no-cache"> <meta http-equiv="Cache-Control" name="" content="no-cache, must-revalidate"> <meta http-equiv="Expires" name="" content="0"> <meta http-equiv="content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="black" name="apple-mobile-web-app-status-bar-style" /> <meta content="telephone=no" name="format-detection" /> <link rel="stylesheet" type="text/css" href="<%=it.styleLocation%>/weixin/css/wx_common.css?v=20150210"> <link rel="stylesheet" type="text/css" href="<%=it.styleLocation%>/weixin/css/wx_register.css?v=20150210"> <link rel="stylesheet" type="text/css" href="<%=it.styleLocation%>/weixin/css/wx_redbag.css?v=20150210"> </head> <body> <div class='wx_top'> <a class="wx_top_logo" href="<%=it.contextLocation%>/index"> </a> <span class="wx_top_gap"></span> <span class='wx_top_title'>快速注册</span> </div> <div class="wx_register wx_pdb50" id="wxRegister"> <div class="wx_register-ok" id="registerOK"> <div class="wx_invest_center"> <div class="wx_invest_ok "> <p <%if(it.null == it.cashBonusReceive){%>style="padding-top:8px; padding-bottom:8px;"<%}%>>恭喜您注册成功!</p> <%if(it.null != it.cashBonusReceive){%> <p>你已经领到<%=it.cashBonusReceive.amountCurrency%>元现金,</p> <p>完成账户安全认证即可提现!</p> <%}%> </div> </div> <a href="/weixin/resources/weixin/account_bank_auth.html" class="wx_btn_org">账户安全认证</a> </div> </div> <%if(it.null != it.cashBonusSend){%> <div class="wx_redbag_register"> <h4>你还获得<strong><%=it.cashBonusSend.amountCurrency%>元</strong>分享红包,快去发给好友吧!</h4> <div class="wx_redbag_margin wx_redbag_money_con"> <div class="wx_redbag_money"><%=it.cashBonusSend.amountCurrency%>元</div> <img class="wx_redbag_money_bg" src="img/redbag/wx_redbag_money.png" width="100%"> </div> <div class="wx_redbag_margin"> <a href="/weixin/share/index" alt="去发红包"><div class="wx_redbag_btn" id="wx_btn_share" style="margin-bottom:10px;">免费给小伙伴发红包</div></a> </div> <!--mask--> <div class="wx_mask" id="wx_mask"> <div class="wx_share_guide"> <div class="wx_btn_iknow" id="wx_btn_iknow"></div> </div> </div> </div> <%}%> <script type="text/javascript"> window.onerror = function(a,b,c,d,e,f){ var img = new Image(); img.src = "http://www.baidu.com/favicon.ico?a="+a.replace(/\s/g,"_"); } </script> <script type="text/javascript" src="<%=it.styleLocation%>/weixin/lib/zepto.min.js?v=20150210"></script> <script type="text/javascript" src="<%=it.styleLocation%>/weixin/lib/countdown/countdown.js?v=20150210"></script> <script type="text/javascript"> $(function(){ $("#registerOkCountdown").countdown("left_time_int",function(timer){ /*跳转到我的投资列表页面*/ location.href = "/weixin/resources/weixin/list.html#axn"; }); }); </script> <%if(it.channel=='013e4e0f48e31b022fe332a4ede3843e'){%> <%}%> </body> </html>
91blb/weixin
test/compile/test1.html
HTML
apache-2.0
3,388
--- layout: example.html title: TopoJSON example shortdesc: Demonstrates rendering of features from a TopoJSON topology. docs: > This example uses a vector layer with `ol.format.TopoJSON` for rendering features from [TopoJSON](https://github.com/mbostock/topojson/wiki). tags: "topojson, vector, style" --- <div class="row-fluid"> <div class="span12"> <div id="map" class="map"></div> </div> </div>
Antreasgr/ol3
examples/topojson.html
HTML
bsd-2-clause
409
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <title>View Stack</title> <script type="text/javascript" src="../../requirejs/require.js"></script> <script type="text/javascript"> require.config({ baseUrl: "../.." }); </script> <script type="text/javascript"> require([ "delite/register", "deliteful/ViewStack", "deliteful/Button", "requirejs-dplugins/css!deliteful/ViewStack/transitions/cover.css", "requirejs-dplugins/css!deliteful/ViewStack/transitions/coverv.css", "requirejs-dplugins/css!deliteful/ViewStack/transitions/fade.css", "requirejs-dplugins/css!deliteful/ViewStack/transitions/flip.css", "requirejs-dplugins/css!deliteful/ViewStack/transitions/slidev.css", "requirejs-dplugins/css!deliteful/ViewStack/transitions/revealv.css", "delite/theme!delite/themes/{{theme}}/global.css", // page level CSS "requirejs-domready/domReady!" ], function(register){ register.parse(); var handle = function(event){ console.log(event.type + ": " + event.dest); }; // Listen for delite/DisplayContainer events vs.on("delite-display-load", handle); vs.on("delite-before-show", handle); vs.on("delite-after-show", handle); vs.on("delite-before-hide", handle); vs.on("delite-after-hide", handle); createChild = function (){ var newChild = document.createElement("div"); newChild.id = "eee"; newChild.innerHTML = "<h1>EEE</h1>"; newChild.style.backgroundColor = "orangered"; vs.addChild(newChild); vs.show(newChild); }; document.body.style.display = ""; }); </script> <style> button { width: 10em; } #vs > div { font-size: 20px; font-family: Helvetica; text-align: center; font-weight: bold; } #vs { width: 50%; height: 300px; border: 2px solid gold } </style> </head> <body style="display: none; margin:2em;"> <button is="d-button" onclick="vs.addChild(fff); vs.show(fff)">Add FFF</button> <button is="d-button" onclick="createChild()">Create EEE</button> <button is="d-button" onclick="vs.removeChild(aaa); vs.show(bbb)">Remove AAA</button> <button is="d-button" onclick="vs.showPrevious();">Previous</button> <button is="d-button" onclick="vs.showNext();">Next</button> <br> <d-view-stack id="vs" selectedChildId="bbb"> <div style="background-color: honeydew; " id="aaa"> <h1>AAA</h1> </div> <div style="background-color: whitesmoke;" id="bbb"> <h1>BBB</h1> </div> <div style="background-color: powderblue;" id=ccc> <h1>CCC</h1> </div> <div style="background-color: oldlace;" id="ddd"> <h1>DDD</h1> </div> </d-view-stack> <br> <input id="rev" type="checkbox">Reverse transition <br> <button is="d-button" onclick="vs.show('aaa',{transition:'slide', reverse:rev.checked})">Slide AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'slide', reverse:rev.checked})">Slide BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'slide', reverse:rev.checked})">Slide CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'slide', reverse:rev.checked})">Slide DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'slidev', reverse:rev.checked})">SlideV AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'slidev', reverse:rev.checked})">SlideV BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'slidev', reverse:rev.checked})">SlideV CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'slidev', reverse:rev.checked})">SlideV DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'reveal', reverse:rev.checked})">Reveal AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'reveal', reverse:rev.checked})">Reveal BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'reveal', reverse:rev.checked})">Reveal CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'reveal', reverse:rev.checked})">Reveal DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'revealv', reverse:rev.checked})">RevealV AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'revealv', reverse:rev.checked})">RevealV BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'revealv', reverse:rev.checked})">RevealV CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'revealv', reverse:rev.checked})">RevealV DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'flip', reverse:rev.checked})">Flip AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'flip', reverse:rev.checked})">Flip BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'flip', reverse:rev.checked})">Flip CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'flip', reverse:rev.checked})">Flip DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'fade', reverse:rev.checked})">Fade AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'fade', reverse:rev.checked})">Fade BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'fade', reverse:rev.checked})">Fade CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'fade', reverse:rev.checked})">Fade DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'cover', reverse:rev.checked})">Cover AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'cover', reverse:rev.checked})">Cover BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'cover', reverse:rev.checked})">Cover CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'cover', reverse:rev.checked})">Cover DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'coverv', reverse:rev.checked})">CoverV AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'coverv', reverse:rev.checked})">CoverV BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'coverv', reverse:rev.checked})">CoverV CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'coverv', reverse:rev.checked})">CoverV DDD</button> <br> <button is="d-button" onclick="vs.show('aaa',{transition:'none'})">AAA</button> <button is="d-button" onclick="vs.show('bbb',{transition:'none'})">BBB</button> <button is="d-button" onclick="vs.show('ccc',{transition:'none'})">CCC</button> <button is="d-button" onclick="vs.show('ddd',{transition:'none'})">DDD</button> <div style="display: none"> <div style="background-color: darkolivegreen;" id="fff"> <h1>FFF</h1> </div> </div> </body> </html>
redaktor/deliteful
samples/ViewStack.html
HTML
bsd-3-clause
6,794
{% load i18n static mapentity_tags leaflet_tags geojson_tags %} <div id="{{ mapname }}" data-fitmaxzoom="{{ MAP_FIT_MAX_ZOOM }}" data-mapextent="{{ object|latlngbounds }}" data-readonly="{% if readonly %}readonly{% endif %}"> <script type="application/json" class="geojsonfeature"> {{ object|geojsonfeature|safe }} </script> </div> {% leaflet_map mapname fitextent=False creatediv=False %}
Anaethelion/django-mapentity
mapentity/templates/mapentity/mapgeometry_fragment.html
HTML
bsd-3-clause
422
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>StatementAndBraceFinderTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../testapidocs/net/sourceforge/pmd/dfa/StatementAndBraceFinderTest.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.dfa; <a class="jxr_linenumber" name="2" href="#2">2</a> <a class="jxr_linenumber" name="3" href="#3">3</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.junit.Assert.assertEquals; <a class="jxr_linenumber" name="4" href="#4">4</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.junit.Assert.assertTrue; <a class="jxr_linenumber" name="5" href="#5">5</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.PMD; <a class="jxr_linenumber" name="6" href="#6">6</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.Language; <a class="jxr_linenumber" name="7" href="#7">7</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.dfa.DataFlowNode; <a class="jxr_linenumber" name="8" href="#8">8</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.dfa.NodeType; <a class="jxr_linenumber" name="9" href="#9">9</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit; <a class="jxr_linenumber" name="10" href="#10">10</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTConstructorDeclaration; <a class="jxr_linenumber" name="11" href="#11">11</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTExpression; <a class="jxr_linenumber" name="12" href="#12">12</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration; <a class="jxr_linenumber" name="13" href="#13">13</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTStatementExpression; <a class="jxr_linenumber" name="14" href="#14">14</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTVariableDeclarator; <a class="jxr_linenumber" name="15" href="#15">15</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.dfa.StatementAndBraceFinder; <a class="jxr_linenumber" name="16" href="#16">16</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.testframework.ParserTst; <a class="jxr_linenumber" name="17" href="#17">17</a> <a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">import</strong> org.junit.Test; <a class="jxr_linenumber" name="19" href="#19">19</a> <a class="jxr_linenumber" name="20" href="#20">20</a> <a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../net/sourceforge/pmd/dfa/StatementAndBraceFinderTest.html">StatementAndBraceFinderTest</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../net/sourceforge/pmd/testframework/ParserTst.html">ParserTst</a> { <a class="jxr_linenumber" name="22" href="#22">22</a> <a class="jxr_linenumber" name="23" href="#23">23</a> @Test <a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testStatementExpressionParentChildLinks() <strong class="jxr_keyword">throws</strong> Throwable { <a class="jxr_linenumber" name="25" href="#25">25</a> ASTStatementExpression se = getOrderedNodes(ASTStatementExpression.<strong class="jxr_keyword">class</strong>, TEST1).get(0); <a class="jxr_linenumber" name="26" href="#26">26</a> ASTMethodDeclaration seParent = (ASTMethodDeclaration) ((DataFlowNode) se.getDataFlowNode().getParents().get(0)).getNode(); <a class="jxr_linenumber" name="27" href="#27">27</a> assertEquals(se, ((DataFlowNode) seParent.getDataFlowNode().getChildren().get(0)).getNode()); <a class="jxr_linenumber" name="28" href="#28">28</a> assertEquals(seParent, ((DataFlowNode) se.getDataFlowNode().getParents().get(0)).getNode()); <a class="jxr_linenumber" name="29" href="#29">29</a> } <a class="jxr_linenumber" name="30" href="#30">30</a> <a class="jxr_linenumber" name="31" href="#31">31</a> @Test <a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testVariableDeclaratorParentChildLinks() <strong class="jxr_keyword">throws</strong> Throwable { <a class="jxr_linenumber" name="33" href="#33">33</a> ASTVariableDeclarator vd = getOrderedNodes(ASTVariableDeclarator.<strong class="jxr_keyword">class</strong>, TEST2).get(0); <a class="jxr_linenumber" name="34" href="#34">34</a> ASTMethodDeclaration vdParent = (ASTMethodDeclaration) ((DataFlowNode) vd.getDataFlowNode().getParents().get(0)).getNode(); <a class="jxr_linenumber" name="35" href="#35">35</a> assertEquals(vd, ((DataFlowNode) vdParent.getDataFlowNode().getChildren().get(0)).getNode()); <a class="jxr_linenumber" name="36" href="#36">36</a> assertEquals(vdParent, ((DataFlowNode) vd.getDataFlowNode().getParents().get(0)).getNode()); <a class="jxr_linenumber" name="37" href="#37">37</a> } <a class="jxr_linenumber" name="38" href="#38">38</a> <a class="jxr_linenumber" name="39" href="#39">39</a> @Test <a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testIfStmtHasCorrectTypes() <strong class="jxr_keyword">throws</strong> Throwable { <a class="jxr_linenumber" name="41" href="#41">41</a> ASTExpression exp = getOrderedNodes(ASTExpression.<strong class="jxr_keyword">class</strong>, TEST3).get(0); <a class="jxr_linenumber" name="42" href="#42">42</a> DataFlowNode dfn = exp.getDataFlowNode().getFlow().get(2); <a class="jxr_linenumber" name="43" href="#43">43</a> assertTrue(dfn.isType(NodeType.IF_EXPR)); <a class="jxr_linenumber" name="44" href="#44">44</a> assertTrue(dfn.isType(NodeType.IF_LAST_STATEMENT_WITHOUT_ELSE)); <a class="jxr_linenumber" name="45" href="#45">45</a> } <a class="jxr_linenumber" name="46" href="#46">46</a> <a class="jxr_linenumber" name="47" href="#47">47</a> @Test <a class="jxr_linenumber" name="48" href="#48">48</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testWhileStmtHasCorrectTypes() <strong class="jxr_keyword">throws</strong> Throwable { <a class="jxr_linenumber" name="49" href="#49">49</a> ASTExpression exp = getOrderedNodes(ASTExpression.<strong class="jxr_keyword">class</strong>, TEST4).get(0); <a class="jxr_linenumber" name="50" href="#50">50</a> DataFlowNode dfn = exp.getDataFlowNode().getFlow().get(2); <a class="jxr_linenumber" name="51" href="#51">51</a> assertTrue(dfn.isType(NodeType.WHILE_EXPR)); <a class="jxr_linenumber" name="52" href="#52">52</a> assertTrue(dfn.isType(NodeType.WHILE_LAST_STATEMENT)); <a class="jxr_linenumber" name="53" href="#53">53</a> } <a class="jxr_linenumber" name="54" href="#54">54</a> <a class="jxr_linenumber" name="55" href="#55">55</a> @Test <a class="jxr_linenumber" name="56" href="#56">56</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testForStmtHasCorrectTypes() <strong class="jxr_keyword">throws</strong> Throwable { <a class="jxr_linenumber" name="57" href="#57">57</a> ASTExpression exp = getOrderedNodes(ASTExpression.<strong class="jxr_keyword">class</strong>, TEST5).get(0); <a class="jxr_linenumber" name="58" href="#58">58</a> DataFlowNode dfn = exp.getDataFlowNode().getFlow().get(2); <a class="jxr_linenumber" name="59" href="#59">59</a> assertTrue(dfn.isType(NodeType.FOR_INIT)); <a class="jxr_linenumber" name="60" href="#60">60</a> dfn = exp.getDataFlowNode().getFlow().get(3); <a class="jxr_linenumber" name="61" href="#61">61</a> assertTrue(dfn.isType(NodeType.FOR_EXPR)); <a class="jxr_linenumber" name="62" href="#62">62</a> dfn = exp.getDataFlowNode().getFlow().get(4); <a class="jxr_linenumber" name="63" href="#63">63</a> assertTrue(dfn.isType(NodeType.FOR_UPDATE)); <a class="jxr_linenumber" name="64" href="#64">64</a> assertTrue(dfn.isType(NodeType.FOR_BEFORE_FIRST_STATEMENT)); <a class="jxr_linenumber" name="65" href="#65">65</a> assertTrue(dfn.isType(NodeType.FOR_END)); <a class="jxr_linenumber" name="66" href="#66">66</a> } <a class="jxr_linenumber" name="67" href="#67">67</a> <a class="jxr_linenumber" name="68" href="#68">68</a> @Test(expected = RuntimeException.<strong class="jxr_keyword">class</strong>) <a class="jxr_linenumber" name="69" href="#69">69</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testOnlyWorksForMethodsAndConstructors() { <a class="jxr_linenumber" name="70" href="#70">70</a> StatementAndBraceFinder sbf = <strong class="jxr_keyword">new</strong> StatementAndBraceFinder(Language.JAVA.getDefaultVersion().getLanguageVersionHandler().getDataFlowHandler()); <a class="jxr_linenumber" name="71" href="#71">71</a> sbf.buildDataFlowFor(<strong class="jxr_keyword">new</strong> ASTMethodDeclaration(1)); <a class="jxr_linenumber" name="72" href="#72">72</a> sbf.buildDataFlowFor(<strong class="jxr_keyword">new</strong> ASTConstructorDeclaration(1)); <a class="jxr_linenumber" name="73" href="#73">73</a> sbf.buildDataFlowFor(<strong class="jxr_keyword">new</strong> ASTCompilationUnit(1)); <a class="jxr_linenumber" name="74" href="#74">74</a> } <a class="jxr_linenumber" name="75" href="#75">75</a> <a class="jxr_linenumber" name="76" href="#76">76</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TEST1 = <a class="jxr_linenumber" name="77" href="#77">77</a> <span class="jxr_string">"class Foo {"</span> + PMD.EOL + <a class="jxr_linenumber" name="78" href="#78">78</a> <span class="jxr_string">" void bar() {"</span> + PMD.EOL + <a class="jxr_linenumber" name="79" href="#79">79</a> <span class="jxr_string">" x = 2;"</span> + PMD.EOL + <a class="jxr_linenumber" name="80" href="#80">80</a> <span class="jxr_string">" }"</span> + PMD.EOL + <a class="jxr_linenumber" name="81" href="#81">81</a> <span class="jxr_string">"}"</span>; <a class="jxr_linenumber" name="82" href="#82">82</a> <a class="jxr_linenumber" name="83" href="#83">83</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TEST2 = <a class="jxr_linenumber" name="84" href="#84">84</a> <span class="jxr_string">"class Foo {"</span> + PMD.EOL + <a class="jxr_linenumber" name="85" href="#85">85</a> <span class="jxr_string">" void bar() {"</span> + PMD.EOL + <a class="jxr_linenumber" name="86" href="#86">86</a> <span class="jxr_string">" int x;"</span> + PMD.EOL + <a class="jxr_linenumber" name="87" href="#87">87</a> <span class="jxr_string">" }"</span> + PMD.EOL + <a class="jxr_linenumber" name="88" href="#88">88</a> <span class="jxr_string">"}"</span>; <a class="jxr_linenumber" name="89" href="#89">89</a> <a class="jxr_linenumber" name="90" href="#90">90</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TEST3 = <a class="jxr_linenumber" name="91" href="#91">91</a> <span class="jxr_string">"class Foo {"</span> + PMD.EOL + <a class="jxr_linenumber" name="92" href="#92">92</a> <span class="jxr_string">" void bar() {"</span> + PMD.EOL + <a class="jxr_linenumber" name="93" href="#93">93</a> <span class="jxr_string">" if (x) {}"</span> + PMD.EOL + <a class="jxr_linenumber" name="94" href="#94">94</a> <span class="jxr_string">" }"</span> + PMD.EOL + <a class="jxr_linenumber" name="95" href="#95">95</a> <span class="jxr_string">"}"</span>; <a class="jxr_linenumber" name="96" href="#96">96</a> <a class="jxr_linenumber" name="97" href="#97">97</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TEST4 = <a class="jxr_linenumber" name="98" href="#98">98</a> <span class="jxr_string">"class Foo {"</span> + PMD.EOL + <a class="jxr_linenumber" name="99" href="#99">99</a> <span class="jxr_string">" void bar() {"</span> + PMD.EOL + <a class="jxr_linenumber" name="100" href="#100">100</a> <span class="jxr_string">" while (x) {}"</span> + PMD.EOL + <a class="jxr_linenumber" name="101" href="#101">101</a> <span class="jxr_string">" }"</span> + PMD.EOL + <a class="jxr_linenumber" name="102" href="#102">102</a> <span class="jxr_string">"}"</span>; <a class="jxr_linenumber" name="103" href="#103">103</a> <a class="jxr_linenumber" name="104" href="#104">104</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TEST5 = <a class="jxr_linenumber" name="105" href="#105">105</a> <span class="jxr_string">"class Foo {"</span> + PMD.EOL + <a class="jxr_linenumber" name="106" href="#106">106</a> <span class="jxr_string">" void bar() {"</span> + PMD.EOL + <a class="jxr_linenumber" name="107" href="#107">107</a> <span class="jxr_string">" for (int i=0; i&lt;10; i++) {}"</span> + PMD.EOL + <a class="jxr_linenumber" name="108" href="#108">108</a> <span class="jxr_string">" }"</span> + PMD.EOL + <a class="jxr_linenumber" name="109" href="#109">109</a> <span class="jxr_string">"}"</span>; <a class="jxr_linenumber" name="110" href="#110">110</a> <a class="jxr_linenumber" name="111" href="#111">111</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> junit.framework.Test suite() { <a class="jxr_linenumber" name="112" href="#112">112</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> junit.framework.JUnit4TestAdapter(StatementAndBraceFinderTest.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="113" href="#113">113</a> } <a class="jxr_linenumber" name="114" href="#114">114</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
daejunpark/jsaf
third_party/pmd/docs/xref-test/net/sourceforge/pmd/dfa/StatementAndBraceFinderTest.html
HTML
bsd-3-clause
15,292
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <title>Pageable List</title> <script type="text/javascript" src="../../boilerplate.js"></script> <script type="text/javascript"> var ready = false; require([ "delite/register", "dstore/Memory", "dstore/Trackable", "deliteful/list/PageableList", "delite/theme!delite/themes/{{theme}}/global.css", // page level CSS "requirejs-domready/domReady!" ], function (register, Memory, Trackable, PageableList) { var list = register.createElement("d-pageable-list"); list.id = "pageable-prog-1"; list.store = new (Memory.createSubclass([Trackable], {}))(); list.pageLength = 20; list.maxPages = 2; list.style.height = "200px"; for (var i = 0; i < 100; i++) { list.store.add({label: "Programmatic item of order " + i}); } document.getElementById("listPlaceholder").appendChild(list); list.attachedCallback(); ready = true; }); </script> <style> html { width: 100%; margin: 0; padding: 0; } </style> </head> <body> <input type="text" autofocus> <br> <h2>Pageable list (id: pageable-prog-1)</h2> <div id="listPlaceholder"></div> </body> </html>
tkrugg/deliteful
tests/functional/list/pageable-prog-1.html
HTML
bsd-3-clause
1,404
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Migration Paths</title> </head> <body> <h2>From 3.0 to 3.1</h2> <p>The Story Maps view has been added to the Story Reports view. As such, the default output directory has been renamed from <b>jbehave-reports</b> to <b>jbehave</b>. The main index view in <b>target/jbehave/view/index.html</b> now links to both the maps and reports views (<b>view/maps.html</b> and <b>view/reports.html</b>, respectively). Currently, it assumes that both views are generated and there is no check on whether these views exist or not. An upcoming enhancement will determine which views have actually been generated and enabled the links accordingly.</p> <p>Operationally, users should change the target view directory of the jbehave view resources to <b>target/jbehave/view</b>. Maven users can use the new <b>unpack-view-resources</b> goal which will derive the view directory from the configured Embedder.</p> <p>It is also recommended to use the latest released version <b>3.1.1</b> of the <b>jbehave-site-resources.zip</b>, which uses a SyntaxHighlighter BDD brush to decorate all plain-text output.</p> <h2>From 2.x to 3.0</h2> <p>JBehave 3.x is an evolution of 2.x, based on the experience using it in commercial projects. With the benefit of this experience, we feel that the overall design stood well the wear and tear, but there were areas which called for improvements that required to break backward compatibility.</p> <p>From the textual stories point of view, these are almost completely backward compatible. The only exceptions being:</p> <ul> <li><b>GivenScenarios</b> keyword has changed to <b>GivenStories</b>. Full backward compatibility can be nonetheless ensures by configuring the keywords bundle entry to <b>GivenScenarios</b> until the migration has been completed. See <a href="stories-in-your-language.html">stories in your language</a> on how to configure and override default keywords to suit your needs.</li> <li>Regex-based story parser now enforces that step keywords must be at the start of a new line. This allow keywords to be found in the step text and in the examples table. The convention of having keywords at start of line is already universally adopted and but may encounter the occasional failure due spurious spaces before the keywords.</li> </ul> <p>From the Java point of view, significant changes have occurred, but only in the configuration of the running of the stories. The Steps classes, which is where most users' efforts will have gone into can be used without change in JBehave 3.</p> <p>On the configuration side, the main changes are:</p> <ul> <li>Terminology has changed throughout to refer to <b>Story</b> in place of <b>Scenario</b> where this refers to the textual or Java representation reflecting the fact that scenarios in JBehave 2 were already stories in all but name. Terminology concerning report rendering has been changed to view generation.</li> <li>The Ant tasks and Maven goals have also been renamed to reflect the terminology change.</li> <li>To facilitate the migration due to the terminology changes in the textual scenarios/stories and in the Ant/Maven files, one can use the script provided in the <a href="http://git.codehaus.org/gitweb.cgi?p=jbehave-core.git;a=tree;f=examples/migrating-from-2.x">migrating-from-2.x example</a>.</li> <li>The root package has changed from <b>org.jbehave.scenario</b> to <b>org.jbehave.core</b> to avoid classpath clashes.</li> <li><b>JUnitStory</b> does not extend JUnit's TestCase any more. To ensure the class is recognised as a JUnit test, you must make the source code of jbehave-core available to your IDE. Alternatively, check the <a href="faq.html">FAQ</a> for other workarounds.</li> <li>The concerns of running stories and view generation has been centralised in an embeddable component - <b>Embedder</b> - around which there are thin wrappers for running in multiple environments, e.g. JUnit, Ant/Maven, Spring etc. Using the Embedder, the user can choose to run multiple textual story using a single Java entry point. The embedder behaviours can be controlled via <b>EmbedderControls</b>.</li> <li>JUnitStory is now a JUnit-specific extension of <b>ConfigurableEmbedder</b> and allows the overriding of the default MostUsefulConfiguration only via the <b>useConfiguration</b> method, and the specification of <b>Steps</b> only via the <b>addSteps</b> method. Equivalently, the user can override the methods <b>configuration()</b> and <b>candidateSteps()</b>.</li> <li>Configuration has been consolidated into a single builder and moved to <b>org.jbehave.core.configuration</b> package. Configuration and CandidateSteps are now fully specifiable via <a href="configuration.html">annotations</a>, with or without <a href="dependency-injection.html">dependency injection</a>.</li> <li>The textual story lookup paradigm has shifted from an <b>Embeddable</b> class to a story path, which can be resolved from the class via the <b>StoryPathResolver</b>, and its implementations <b>UnderscoredCamelCaseResolver</b> and <b>CasePreservingResolver</b>. As such, the <b>StoryLoader</b> implementations only define the model story from a story path. The <b>FilePrintStreamFactory</b> correspondingly now handles only story paths.</li> </ul> <h2>Next?</h2> <span class="followup">JBehave development has been example-driven and the examples illustrate all the features, migrated from 2.x or new in 3.x. Be sure check out the <a href="running-examples.html">running examples</a>, as it's the quickest and most instructive way to get up to speed with the changes outlined above.</span> </body> </html>
vactowb/jbehave-core
distribution/src/site/content/migration-paths.html
HTML
bsd-3-clause
5,801
--- layout: data_model title: PartitionListType this_version: 1.0.1 --- <div class="alert alert-danger bs-alert-old-docs"> <strong>Heads up!</strong> These docs are for STIX 1.0.1, which is not the latest version (1.2). <a href="/data-model/1.2/DiskObj/PartitionListType">View the latest!</a> </div> <div class="row"> <div class="col-md-10"> <h1>PartitionListType<span class="subdued">Disk Object Schema</span></h1> <p class="data-model-description">The PartionListType type specifies a list of partitions.</p> </div> <div id="nav-area" class="col-md-2"> <p> <form id="nav-version"> <select> <option value="1.2" >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" selected="selected">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>Partition<span class="occurrence">1..n</span></td> <td> <a href="/data-model/1.0.1/DiskPartitionObj/DiskPartitionObjectType">DiskPartitionObjectType</a> </td> <td> <p>The Partition field specifies a single partition that resides on the disk.</p> </td> </tr> </tbody> </table>
johnwunder/johnwunder.github.io
data-model/1.0.1/DiskObj/PartitionListType/index.html
HTML
bsd-3-clause
1,628
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Chaco</title> <!-- metadata --> <meta name="generator" content="S5" /> <meta name="version" content="S5 1.1" /> <meta name="presdate" content="20050728" /> <meta name="author" content="Eric A. Meyer" /> <meta name="company" content="Complex Spiral Consulting" /> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> <meta name="controlVis" content="hidden" /> <!-- style sheet links --> <link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" /> <link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" /> <link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" /> <link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" /> <!-- S5 JS --> <script src="ui/default/slides.js" type="text/javascript"></script> </head> <body> <div class="layout"> <div id="controls"><!-- DO NOT EDIT --></div> <div id="currentSlide"><!-- DO NOT EDIT --></div> <div id="header"></div> <div id="footer"> <h1>Austin Python Meetup; April 13, 2006</h1> <h2>Chaco</h2> </div> </div> <div class="presentation"> <div class="slide"> <img src="chacologo.png" align="left" hspace=30> <h1>Chaco</h1> <h2>A Brief History, Progress Update, and Future Directions</h2> <h3>Peter Wang</h3> <h4>Enthought, Inc.</h4> </div> <div class="slide"> <h1>What is Chaco?</h1> <p> Chaco is a <em>plotting application toolkit</em> for Python. You use it to build stand-alone plotting applications, or embed it inside any application that needs to visualize numerical data. </p> <p>Sample plotting applications: <ul class="incremental"> <li>batch plotting of data</li> <li>interactive data inspector</li> <li>realtime data acquisition and plotting</li> <li>plot/graph constructor</li> </ul> </p> </div> <div class="slide"> <h1>More plotting applications</h1> <p>It's not all scientific-y stuff! </p> <ul> <li>sound waveform editor</li> <li>graphic equalizer</li> <li>graphical stock ticker</li> <li>Google Maps</li> </ul> <p>Any time you want to view numerical information in a structured way, you are doing plotting.</p> </div> <div class="slide"> <h1>What makes Chaco special?</h1> <p> </p> <ul> <li>Chaco has an architecture that facilitates viewing interrelated data</li> <li>Chaco is designed from the ground up to be interactive (user interaction and data inspection)</li> </ul> </div> <div class="slide"> <center><p margin="300px"><font size=+10>That's it??</font></p></center> </div> <div class="slide"> <h1></h1> <p><font size=+5><em>That's enough!</em></font> </p> <ul class="incremental"> <li>many, many plotting apps out there</li> <li>not many that are real "toolkits" (jfreechart, INT widgets)</li> <li>fewer are designed for really interactive use</li> <li>even fewer are free</li> <li>none (that I'm aware of) in Python</li> </ul> </div> <div class="slide"> <h1></h1> <p>Most of the hard math problems are solved or patented: contouring, label placement, fast 2d graphics routines. </p> <p>What remains is the software challenge. A good toolkit provides modular pieces that play well together. They must map onto the problem domain (plotting) in a coherent way. </p> </div> <div class="slide"> <h1>A brief history</h1> <ul> <li>Originally developed a few years ago by Dave Morrill and others</li> <li>Remained relatively dormant for a couple of years</li> <li>Now undergoing re-architecting and rewrite: Chaco</li> </ul> </div> <div class="slide"> <h1>Architecture</h1> <ul> <li>Data objects: DataSource, DataRange, Mapper</li> <li>Plotting side: Mapper, Renderer, Axis, Grid</li> <li>Containers & Frames</li> </ul> </div> <div class="slide"> <h1>Demos</h1> </div> <div class="slide"> <h1>The Near and Far Future</h1> <ul class="incremental"> <li>Port renderers from old Chaco</li> <li>polar</li> <li>command-line plotting (matlab-style interface)</li> <li>3D</li> <li>4D!</li> </ul> </div> <div class="slide"> <h1>How to get it</h1> <p><font size=+5>http://code.enthought.com/chaco</font></p> <p>Mailing lists: [email protected], [email protected]</p> <p>Get Enthon! http://code.enthought.com/enthon</p> </div> </div> </body> </html>
tommy-u/chaco
docs/chaco_talk_apr_2006/chaco_talk.html
HTML
bsd-3-clause
4,425
{% extends "base.html" %} {% block title %}{% trans "Password recovery" %}{% endblock %} {% block content %} {% if form %} <h2>{% trans "Password recovery" %}</h2> <p>{% trans "Please enter your email address, we'll send you a link to reset your password." %}</p> <form method="post" action="{{ url }}"> {% include "form.html" %} <div class="submit"> <input type="submit" value="Recover my password"> <a href="{% url 'login' %}">Want to login instead?</a> </div> </form> {% else %} <h2>{% trans "Check your email" %}</h2> <p>{% blocktrans %}An email has just been sent to <strong>{{ email }}</strong>. Use the link in it to set a new password.{% endblocktrans %}</p> {% endif %} {% endblock %}
feedhq/feedhq
feedhq/profiles/templates/password_reset/recovery_form.html
HTML
bsd-3-clause
728
<p>Blah blah blah <a href="http://www.slashdot.org">http://www.slashdot.org</a></p> <ul> <li>Basic list</li> <li>Basic list 2</li> </ul> <p>addss</p> <ul> <li>Lazy list</li> </ul> <p>An <a href="http://example.com" title="Title">example</a> (oops)</p> <p>Now, let's use a footnote[^1]. Not bad, eh? Let's continue.</p> <p>[^1]: Here is the text of the footnote continued on several lines. some more of the footnote, etc.</p> <pre><code>Actually, another paragraph too. </code></pre> <p>And then there is a little bit of text.</p>
waylan/Python-Markdown
tests/misc/multi-test.html
HTML
bsd-3-clause
538
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>EDDA: src/dataset Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">EDDA </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_7abd1dea21c7c194bff775c6e6f63d65.html">dataset</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">dataset Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> <tr class="memitem:curvilinear__grid_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="curvilinear__grid_8cpp.html">curvilinear_grid.cpp</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:curvilinear__grid_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="curvilinear__grid_8h.html">curvilinear_grid.h</a> <a href="curvilinear__grid_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:dataset_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dataset_8h.html">dataset.h</a> <a href="dataset_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:distr__array_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="distr__array_8h.html">distr_array.h</a> <a href="distr__array_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:grid_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grid_8cpp.html">grid.cpp</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:grid_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grid_8h.html">grid.h</a> <a href="grid_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:histo__array_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="histo__array_8h.html">histo_array.h</a> <a href="histo__array_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Nov 15 2016 16:22:28 for EDDA by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> </body> </html>
GRAVITYLab/edda
html/dir_7abd1dea21c7c194bff775c6e6f63d65.html
HTML
mit
5,289
<!doctype html> <html> <title>npm-stop</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-stop.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../cli/npm-stop.html">npm-stop</a></h1> <p>Stop a package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm stop [-- &lt;args&gt;] </code></pre><h2 id="description">DESCRIPTION</h2> <p>This runs a package&#39;s &quot;stop&quot; script, if one was provided.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-run-script.html">npm-run-script(1)</a></li> <li><a href="../misc/npm-scripts.html">npm-scripts(7)</a></li> <li><a href="../cli/npm-test.html">npm-test(1)</a></li> <li><a href="../cli/npm-start.html">npm-start(1)</a></li> <li><a href="../cli/npm-restart.html">npm-restart(1)</a></li> </ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-stop &mdash; [email protected]</p>
saurabhse/hybo
target/node/node_modules/npm/html/doc/cli/npm-stop.html
HTML
mit
3,130
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/> <title>Richard Skill</title> <!-- Start CSS --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/> <link href="../css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/> <!-- End CSS --> </head> <body> <!-- Start Navbar --> <div class="navbar-fixed"> <ul id="dropdown1" class="dropdown-content"> <li><a href="../blog.html">Blog</a></li> <li class="../divider"></li> <li><a href="../adventure.html">Adventure</a></li> <li><a href="../chinese.html">Chinese</a></li> </ul> <nav class="light-blue lighten-1" role="navigation"> <div class="nav-wrapper container"><a id="logo-container" href="../index.html" class="brand-logo">Richard Skill</a> <a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a> <ul class="right hide-on-med-and-down"> <li><a href="../about.html">About Me</a></li> <li><a href="../projects.html">Projects</a></li> <li><a class="dropdown-button" href="#!" data-activates="dropdown1">Blog<i class="material-icons right">arrow_drop_down</i></a></li> <li><a href="../contact.html">Contact</a></li> </ul> <ul id="nav-mobile" class="side-nav"> <li><a href="../index.html">Home</a></li> <li><a href="../about.html">About Me</a></li> <li><a href="../projects.html">Projects</a></li> <li><a href="../blog.html">Blog</a></li> <li><a href="../contact.html">Contact</a></li> </ul> </div> </nav> </div> <!-- End Navbar --> <!-- Social Button --> <div class="fixed-action-btn" style="bottom: 45px; right: 24px;"> <a class="btn-floating btn-large red"> <i class="large material-icons">person_add</i> </a> <ul> <li><a class="btn-floating red"><i class="material-icons">test</i></a></li> <li><a class="btn-floating yellow darken-1"><i class="material-icons">linkedin</i></a></li> <li><a class="btn-floating green"><i class="material-icons">facebook</i></a></li> <li><a class="btn-floating blue"><i class="material-icons">email</i></a></li> </ul> </div> <!-- End Social Button --> <!-- Start Project --> <div class="container"> <div class="section"> <div class="row"> <div class="col l12"> <article class="post-3223 post type-post status-publish format-standard has-post-thumbnail entry category-projects type-energy" id="post-3223"> <div class="col l8 s12"> <h2>SOCQI</h2> <img width="1024" height="768" src="../images/projects/socqi.png" class="responsive-img z-depth-3 wp-post-image" alt="The Brockton Haunt" title="SOCQI" /> <div class="section"> <!-- Project Tag --> <a alt="Project" title="Project" class="btn white-text" href="../projects.html">SOCQI</a> <!-- Project Tag --> <style> .logo-icon { max-height: 24px; margin: -7px 5px; } </style> <a alt="Project" title="Project" class="btn white-text" href="../projects.html"><img src="../images/projects/socqi.png" class="responsive-img logo-icon" alt=""> SOCQI</a> </div> </div> <div class="col l4 s12"> <div class="card-panel alcaramel"> <h6>OVERVIEW</h6> <hr> <span class="detail-title"><i class="material-icons">language</i></span> <span class=""> Website: <a href="http://socqi.com">SOCQI.com</a></span> <hr> <span class="detail-title"><i class="mdi-communication-location-on"></i> Address</span> <ul class="address"> <li>173 ½ East Franklin Street</li> <li>Chapel Hill, NC 27514</li> </ul> <hr> <span class="detail-title"><i class="mdi-device-access-time"></i> Summary</span><br><br> <span class="summary">SOCQI is a peer-to-peer lending platform that allows indidviduals to invest directly in renewable energy projects.</span> <hr> </div> </article> </div> </div> </div> </div> <!-- End Project --> <!-- Footer Begin --> <div class="section"> </div> </div> <footer class="page-footer orange"> <div class="container"> <div class="row"> <div class="col l6 s12"> <h5 class="white-text">Contact Me</h5> <p class="grey-text text-lighten-4">We are always looking for new teammates who share the same passion for the same problems. I'm bent on creativity and disruption. I love design and art.</p> </div> <div class="col l3 s12"> <h5 class="white-text">Services</h5> <ul> <li><a class="white-text" href="#!">Design</a></li> <li><a class="white-text" href="#!">Code</a></li> <li><a class="white-text" href="#!">Strategy</a></li> <li><a class="white-text" href="#!">Consulting</a></li> </ul> </div> <div class="col l3 s12"> <h5 class="white-text">Connect</h5> <ul> <li><a class="white-text" href="#!">richardcskill at gmail dot com</a></li> </ul> </div> </div> </div> <div class="footer-copyright"> <div class="container"> © 2015 Richard Skill. All rights reserved. </div> </div> </footer> <!-- Footer End --> <!-- Scripts--> <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="../js/materialize.js"></script> <!-- <script src="../../bin/materialize.js"></script> --> <script src="../js/init.js"></script> </body> </html>
bigrich/RichardSkill
socqiprojects/synergy.html
HTML
mit
6,659
<!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" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <meta name="author" content="Peter Colberg" /> <title>Lua plugin for the GNU Compiler Collection</title> <style type="text/css">code{white-space: pre;}</style> <link rel="stylesheet" href="pandoc.css" type="text/css" /> </head> <body> <div class="header"> <ul> <li><a href="index.html">Lua plugin for GCC</a></li> <li><a href="INSTALL.html">Installing</a></li> <li><a href="README.html">User's Guide</a></li> <li><a href="reference.html">Reference</a></li> <li><a href="https://lists.colberg.org/listinfo/gcc-lua">Mailing list</a></li> <li><a href="CHANGES.html">Releases</a></li> </ul> </div> <div class="body"> <h1>About the Lua plugin for the GNU Compiler Collection</h1> <p><a href="http://colberg.org/gcc-lua/"><img src="gcc-lua.png" title="Lua plugin for GCC" /></a> The <a href="http://colberg.org/gcc-lua/">Lua plugin for GCC</a> extends the <a href="http://gcc.gnu.org/">GNU Compiler Collection</a> with the ability to run Lua scripts. The plugin provides an interface to register callback functions for plugin events, and inspect the abstract syntax tree of a translation unit. The plugin is useful for static C code analysis. The Lua plugin for GCC supports GCC 4.5 to 4.9 and <a href="http://www.lua.org/">Lua</a> 5.1 or 5.2 or <a href="http://luajit.org/">LuaJIT</a>.</p> <h2 id="acknowledgements">Acknowledgements</h2> <p>I would like to thank David Malcolm, author of the <a href="http://gcc-python-plugin.readthedocs.org">GCC Python plugin</a>, whose code and documentation was of invaluable aid in comprehending the GCC internal API.</p> </div> <div class="footer"> &copy; Copyright 2012–2015, Peter Colberg. Created using <a href="http://johnmacfarlane.net/pandoc/">Pandoc</a>. </div> </body> </html>
ld-test/mpi
gcc-lua/doc/index.html
HTML
mit
2,081
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/03120/ by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:03:32 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/03120</title> </head> <body> <h1>Index of /lghtml/lawstat/version2/03120</h1> <ul><li><a href="../index.html"> Parent Directory</a></li> <li><a href="03120101011900.html"> 03120101011900.htm</a></li> <li><a href="0312054062200.html"> 0312054062200.htm</a></li> <li><a href="0312059012700.html"> 0312059012700.htm</a></li> <li><a href="0312069120200.html"> 0312069120200.htm</a></li> <li><a href="0312080071600.html"> 0312080071600.htm</a></li> <li><a href="0312082011800.html"> 0312082011800.htm</a></li> <li><a href="0312084101900.html"> 0312084101900.htm</a></li> <li><a href="0312089050200.html"> 0312089050200.htm</a></li> <li><a href="0312090060400.html"> 0312090060400.htm</a></li> <li><a href="0312098122200.html"> 0312098122200.htm</a></li> <li><a href="0312099042000.html"> 0312099042000.htm</a></li> </ul> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/03120/ by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:03:32 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/03120/index.html
HTML
mit
1,483
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .float{ /*position: absolute;*/ color: violet; float: left; margin: -20px; font-size: 30px; } .positioned{ background: violet; position: relative; } </style> </head> <body> 臣亮言:先帝創業未半,而中道崩殂。今天下三分,益州疲弊,此誠危急之秋也。然侍衛之臣,不懈於內﹔忠志之士,忘身於外者,蓋追先帝之殊遇,欲報之於陛下也。誠宜開張聖聽,以光先帝遺德,恢弘志士之氣;不宜妄自菲<span style="padding: 10px;">薄,引喻失</span>義,以塞忠諫之路也。 宮中府中,俱為一體,陟(音:至)罰臧否,不宜異同。若有作奸犯科,及為忠善者,宜付有司,論其刑賞,以昭陛下平明之治;不宜偏私,使內外異法也。 <span class="float"> 程咬金 </span> 侍中、侍郎郭攸之、費禕(音:衣)、董允等,此皆良實,志慮忠純,是以先帝簡拔以遺陛下。愚以為宮中之事,事無大小,悉以咨之,然後施行,必能裨補闕漏,有所廣益。將軍向寵,性行淑均,曉暢軍事,<span class="positioned">試用於昔日,先帝稱之曰能</span>,是以眾議舉寵為督。愚以為營中之事,悉以咨之,必能使行陣和睦,優劣得所。 親賢臣,遠(音:院)小人,此先漢所以興隆也﹔親小人,遠賢臣,此後漢所以傾頹也。先帝在時,每與臣論此事,未嘗不歎息痛恨於桓、靈也!侍中、尚書、長史、參軍,此悉貞良死節之臣,願陛下親之信之,則漢室之隆,可計日而待也。 臣本布衣,躬耕於南陽,苟全性命於亂世,不求聞達於諸侯。先帝不以臣卑鄙,猥自枉屈,三顧臣於草廬之中,諮臣以當世之事,由是感激,遂許先帝以驅馳。後值傾覆,受任於敗軍之際,奉命於危難之間,爾來二十有一年矣!先帝知臣謹慎,故臨崩寄臣以大事也。受命以來,夙夜憂勤,恐託付不效,以傷先帝之明。故五月渡瀘,深入不毛。今南方已定,兵甲已足,當獎率三軍,北定中原,庶竭駑鈍,攘除奸凶,興復漢室,還於舊都。此臣所以報先帝而忠陛下之職分也。至於斟酌損益,進盡忠言,則攸之、禕、允之任也。願陛下託臣以討賊興復之效;不效,則治臣之罪,以告先帝之靈。若無興德之言,則責攸之、禕、允等之慢,以彰其咎。陛下亦宜自謀,以諮諏(音:資鄒) 善道,察納雅言,深追先帝遺詔。臣不勝受恩感激。今當遠離,臨表涕零,不知所云。 </body> </html>
NTU-CCSP/webdev
sample/css/zindex.html
HTML
mit
2,763
<!-- Copyright Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>Boost.Hana: boost/hana/fwd/not_equal.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); // Copyright Louis Dionne 2013-2016 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true, width: "75% container" } } }); </script><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <!-- Additional javascript for drawing charts. --> <script type="text/javascript" src="highcharts.js"></script> <script type="text/javascript" src="highcharts-data.js"></script> <script type="text/javascript" src="highcharts-exporting.js"></script> <script type="text/javascript" src="chart.js"></script> <script type="text/javascript" src="hana.js"></script> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Boost.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Hana &#160;<span id="projectnumber">1.0.0</span> </div> <div id="projectbrief">Your standard library for metaprogramming</div> </td> <td> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('fwd_2not__equal_8hpp.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">not_equal.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Forward declares <code><a class="el" href="group__group-Comparable.html#gae33be2e0d5e04f19082f4b7740dfc9cd" title="Returns a Logical representing whether x is not equal to y.The not_equal function can be called in tw...">boost::hana::not_equal</a></code>. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceboost"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1hana"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana.html">boost::hana</a></td></tr> <tr class="memdesc:namespaceboost_1_1hana"><td class="mdescLeft">&#160;</td><td class="mdescRight">Namespace containing everything in the library. <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> <tr class="memitem:gae33be2e0d5e04f19082f4b7740dfc9cd"><td class="memItemLeft" align="right" valign="top">constexpr auto&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Comparable.html#gae33be2e0d5e04f19082f4b7740dfc9cd">boost::hana::not_equal</a></td></tr> <tr class="memdesc:gae33be2e0d5e04f19082f4b7740dfc9cd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a <code>Logical</code> representing whether <code>x</code> is not equal to <code>y</code>.The <code>not_equal</code> function can be called in two different ways. First, it can be called like a normal function: <a href="group__group-Comparable.html#gae33be2e0d5e04f19082f4b7740dfc9cd">More...</a><br /></td></tr> <tr class="separator:gae33be2e0d5e04f19082f4b7740dfc9cd"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Forward declares <code><a class="el" href="group__group-Comparable.html#gae33be2e0d5e04f19082f4b7740dfc9cd" title="Returns a Logical representing whether x is not equal to y.The not_equal function can be called in tw...">boost::hana::not_equal</a></code>. </p> <dl class="section copyright"><dt>Copyright</dt><dd>Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at <a href="http://boost.org/LICENSE_1_0.txt">http://boost.org/LICENSE_1_0.txt</a>) </dd></dl> </div></div><!-- contents --> </div><!-- doc-content --> <!-- Copyright Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_8ce16d73ad66b5255099a7f1f1b191b0.html">boost</a></li><li class="navelem"><a class="el" href="dir_ed38057d14095b522e8fe5662d50c8ac.html">hana</a></li><li class="navelem"><a class="el" href="dir_ce67fe4fbc13624f4679528bce64e4c7.html">fwd</a></li><li class="navelem"><a class="el" href="fwd_2not__equal_8hpp.html">not_equal.hpp</a></li> </ul> </div> </body> </html>
yinchunlong/abelkhan-1
ext/c++/thirdpart/c++/boost/libs/hana/doc/html/fwd_2not__equal_8hpp.html
HTML
mit
8,736
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class Smarty_Internal_Compile_Capture</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="class-name">Class Smarty_Internal_Compile_Capture</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Smarty Internal Plugin Compile Capture Class</p> <p class="notes"> Located in <a class="field" href="_libs---sysplugins---smarty_internal_compile_capture.php.html">/libs/sysplugins/smarty_internal_compile_capture.php</a> (line <span class="field">18</span>) </p> <pre><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a> | --Smarty_Internal_Compile_Capture</pre> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <span class="var-type">array</span> <a href="#$optional_attributes" title="details" class="var-name">$optional_attributes</a> </div> <div class="var-title"> <span class="var-type">array</span> <a href="#$shorttag_order" title="details" class="var-name">$shorttag_order</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">string</span> <a href="#compile" title="details" class="method-name">compile</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$args</span>, <span class="var-type">object</span>&nbsp;<span class="var-name">$compiler</span>) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$optional_attributes" id="$optional_attributes"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$optional_attributes</span> = <span class="var-default">array('name', 'assign', 'append')</span> (line <span class="line-number">33</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Attribute definition: Overwrites base class.</p> <ul class="tags"> <li><span class="field">see:</span> <a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></li> <li><span class="field">access:</span> public</li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$optional_attributes">Smarty_Internal_CompileBase::$optional_attributes</a></dt> <dd>Array of names of optional attribute required by tag use array('_any') if there is no restriction of attributes names</dd> </dl> </div> <a name="var$shorttag_order" id="$shorttag_order"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">array</span> <span class="var-name">$shorttag_order</span> = <span class="var-default">array('name')</span> (line <span class="line-number">26</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Attribute definition: Overwrites base class.</p> <ul class="tags"> <li><span class="field">see:</span> <a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></li> <li><span class="field">access:</span> public</li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$shorttag_order">Smarty_Internal_CompileBase::$shorttag_order</a></dt> <dd>Shorttag attribute order defined by its names</dd> </dl> </div> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></span></p> <blockquote> <span class="var-title"> <span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$option_flags">Smarty_Internal_CompileBase::$option_flags</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$required_attributes">Smarty_Internal_CompileBase::$required_attributes</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodcompile" id="compile"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">compile</span> (line <span class="line-number">42</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Compiles code for the {capture} tag</p> <ul class="tags"> <li><span class="field">return:</span> compiled code</li> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> compile </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$args</span>, <span class="var-type">object</span>&nbsp;<span class="var-name">$compiler</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$args</span><span class="var-description">: array with attributes from parser</span> </li> <li> <span class="var-type">object</span> <span class="var-name">$compiler</span><span class="var-description">: compiler object</span> </li> </ul> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></span></p> <blockquote> <span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodcloseTag">Smarty_Internal_CompileBase::closeTag()</a></span><br> <span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodgetAttributes">Smarty_Internal_CompileBase::getAttributes()</a></span><br> <span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodopenTag">Smarty_Internal_CompileBase::openTag()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Sat, 24 Sep 2011 20:23:40 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a> </p> </div></body> </html>
YuheiNakasaka/sharememo
vendor/smarty/smarty/development/Smarty3Doc/Smarty/Compiler/Smarty_Internal_Compile_Capture.html
HTML
mit
9,260
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>SlickGrid plugin example: AutoTooltips</title> <link rel="stylesheet" href="../slick.grid.css" type="text/css"/> <link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.24.custom.css" type="text/css"/> <link rel="stylesheet" href="examples.css" type="text/css"/> </head> <body> <table width="100%"> <tr> <td valign="top" width="50%"> <div id="myGrid" style="width:600px;height:300px;"></div> </td> <td valign="top"> <h2>Demonstrates:</h2> <ul> <li>AutoTooltips plugin</li> </ul> <h2>Instructions:</h2> <p>Resize the columns until see ellipsis in column or header. Hover over cell to see tooltip.</p> <h2>Usage:</h2> <pre style="background-color: white; font-size: 110%; border-radius: 5px; padding: 20px; ">plugin = new Slick.AutoTooltips(pluginOptions); grid.registerPlugin(plugin); grid.render();</pre> <h2>View Source:</h2> <ul> <li><A href="https://github.com/ddomingues/X-SlickGrid/blob/gh-pages/liveDemo/examples/example-autotooltips.html" target="_sourcewindow"> View the source for this example on Github</a></li> </ul> </td> </tr> </table> <script src="../lib/jquery-1.7.min.js"></script> <script src="../lib/jquery.event.drag-2.2.js"></script> <script src="../lib/handlebars-v2.0.0.js"></script> <script src="../slick.core.js"></script> <script src="../slick.grid.js"></script> <script src="../plugins/slick.autotooltips.js"></script> <script> var grid; var columns = [ {id: "title", name: "Title", field: "title", toolTip: 'With {{percentComplete}}% complete!'}, {id: "duration", name: "Duration", field: "duration"}, {id: "%", name: "% Complete", field: "percentComplete"}, {id: "start", name: "Start", field: "start"}, {id: "finish", name: "Finish", field: "finish"}, {id: "effort-driven", name: "Effort Driven", field: "effortDriven"} ]; var options = { enableCellNavigation: true, enableColumnReorder: false }; $(function () { var data = []; for (var i = 0; i < 500; i++) { data[i] = { title: "Task " + i, duration: "5 days", percentComplete: Math.round(Math.random() * 100), start: "01/01/2009", finish: "01/05/2009", effortDriven: (i % 5 == 0) }; } grid = new Slick.Grid("#myGrid", data, columns, options); grid.registerPlugin(new Slick.AutoTooltips({ useToolTipForCells: true })); grid.render(); }) </script> </body> </html>
chrisghost/X-SlickGrid
examples/example-autotooltips.html
HTML
mit
2,624
<!-- 该文件显示创建一个普通页面的HTML文件结构--> <!-- 所有页面使用一个div作为根节点,必须使用bin-page. 可以通过data-view来指定对应的js文件,如果没有指定,默认加载同名的js文件。 可以通过data-css来指定对应的css文件,如果没有指定,将不会加载对应的css文件。 "$"代表加载自己同名的文件。 --> <div id="normalPageDemoView" class="bin-page"> <!-- 定义该页面使用的CSS style。 注意: 1:使用根节点和类前缀来限定CSS只在该页面使用和生效,避免CSS类冲突 2:BIN提供了加载css文件和style两种方式,对于style比较多得情况建议使用css文件,因为requirejs只会加载一次css文件,而style在每次加载的时候都会解析。 --> <style> #normalPageDemoView .NormalPageDemoView-goback { width:8rem; height:1.5rem; text-align: center; font-size: 0.7rem; line-height: 1.5rem; background-color: gray; } #normalPageDemoView .NormalPageDemoView-hello { width:100%; height:auto; text-align: left; font-size: 0.7rem; line-height: 1rem; } </style> <!-- 定义该页面需要使用的模板节点,如果没有这不需要定义这些节点--> <script id="helloTemplate" type="text/x-underscore-template"> <div class="NormalPageDemoView-hello"><%=desc%></div> </script> <!-- 定义该页面内容,这个节点是实际内容的根节点,必须使用bin-page-content,一个页面的所有内容在该节点下开发,并且依赖该节点进行CSS定位--> <div class="bin-page-content"> <div id="helloContent"></div> <div id="goBack" class="app-link">返回</div> </div> </div>
weizhiwu/BIN
demo/normalPageDemo/index.html
HTML
mit
1,918
<!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.1"/> <title>Boost.Hana: boost/hana/fwd/front.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function() { init_search(); }); /* @license-end */ </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); // Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true, width: "75% container" } } }); </script> <script type="text/javascript" async="async" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <!-- Additional javascript for drawing charts. --> <script type="text/javascript" src="highcharts.js"></script> <script type="text/javascript" src="highcharts-data.js"></script> <script type="text/javascript" src="highcharts-exporting.js"></script> <script type="text/javascript" src="chart.js"></script> <script type="text/javascript" src="hana.js"></script> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Boost.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Hana &#160;<span id="projectnumber">1.7.1</span> </div> <div id="projectbrief">Your standard library for metaprogramming</div> </td> <td> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.svg" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a> </span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); /* @license-end */ </script> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('fwd_2front_8hpp.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">front.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Forward declares <code><a class="el" href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444" title="Returns the first element of a non-empty iterable.">boost::hana::front</a></code>. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceboost_1_1hana"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana.html">boost::hana</a></td></tr> <tr class="memdesc:namespaceboost_1_1hana"><td class="mdescLeft">&#160;</td><td class="mdescRight">Namespace containing everything in the library. <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> <tr class="memitem:ga8a67ea10e8082dbe6705e573fa978444"><td class="memItemLeft" align="right" valign="top">constexpr auto&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444">boost::hana::front</a></td></tr> <tr class="memdesc:ga8a67ea10e8082dbe6705e573fa978444"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the first element of a non-empty iterable. <a href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444">More...</a><br /></td></tr> <tr class="separator:ga8a67ea10e8082dbe6705e573fa978444"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Forward declares <code><a class="el" href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444" title="Returns the first element of a non-empty iterable.">boost::hana::front</a></code>. </p> <dl class="section copyright"><dt>Copyright</dt><dd>Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at <a href="http://boost.org/LICENSE_1_0.txt">http://boost.org/LICENSE_1_0.txt</a>) </dd></dl> </div></div><!-- contents --> </div><!-- doc-content --> <!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_1878a3f4746a95c6aad317458cc7ef80.html">boost</a></li><li class="navelem"><a class="el" href="dir_daf74c896eae580804ddb7810f485dad.html">hana</a></li><li class="navelem"><a class="el" href="dir_cc4d96287a8e6ea2980c75f79e8c5cd4.html">fwd</a></li><li class="navelem"><a class="el" href="fwd_2front_8hpp.html">front.hpp</a></li> </ul> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/hana/doc/html/fwd_2front_8hpp.html
HTML
mit
8,460
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-text-input-directive-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script> </head> <body ng-app="textInputExample"> <script> angular.module('textInputExample', []) .controller('ExampleController', ['$scope', function($scope) { $scope.text = 'guest'; $scope.word = /^\s*\w*\s*$/; }]); </script> <form name="myForm" ng-controller="ExampleController"> Single word: <input type="text" name="input" ng-model="text" ng-pattern="word" required ng-trim="false"> <span class="error" ng-show="myForm.input.$error.required"> Required!</span> <span class="error" ng-show="myForm.input.$error.pattern"> Single word only!</span> <tt>text = {{text}}</tt><br/> <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/> <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/> <tt>myForm.$valid = {{myForm.$valid}}</tt><br/> <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/> </form> </body> </html>
ariborneo/Phalcon-development
public/assets/plugins/angular/docs/examples/example-text-input-directive/index-production.html
HTML
mit
1,133
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: Bounce</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayList.html">ArrayList</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.GamepadButton.html">GamepadButton</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <h1 class="page-title">Class: Bounce</h1> <section> <header> <h2> <span class="ancestors"><a href="Phaser.html">Phaser</a><a href="Phaser.Easing.html">.Easing</a>.</span> Bounce </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name" id="Bounce"><span class="type-signature"></span>new Bounce<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Bounce easing.</p> </div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-498">line 498</a> </li></ul></dd> </dl> </dd> </div> <h3 class="subsection-title">Methods</h3> <dl> <dt> <h4 class="name" id="In"><span class="type-signature"></span>In<span class="signature">(k)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Bounce ease-in.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>k</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The value to be tweened.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-505">line 505</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> <p>The tweened value.</p> </div> <dl> <dt> Type </dt> <dd> <span class="param-type">number</span> </dd> </dl> </dd> <dt> <h4 class="name" id="InOut"><span class="type-signature"></span>InOut<span class="signature">(k)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Bounce ease-in/out.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>k</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The value to be tweened.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-547">line 547</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> <p>The tweened value.</p> </div> <dl> <dt> Type </dt> <dd> <span class="param-type">number</span> </dd> </dl> </dd> <dt> <h4 class="name" id="Out"><span class="type-signature"></span>Out<span class="signature">(k)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Bounce ease-out.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>k</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The value to be tweened.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-518">line 518</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> <p>The tweened value.</p> </div> <dl> <dt> Type </dt> <dd> <span class="param-type">number</span> </dd> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2014 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a> on Thu Oct 09 2014 16:09:50 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
hex13/phaser-loader
third-party/phaser/docs/Phaser.Easing.Bounce.html
HTML
mit
21,341
<a href='https://github.com/angular/angular.js/edit/v1.2.x/src/ng/controller.js?message=docs($controller)%3A%20describe%20your%20change...#L38' 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.2.29/src/ng/controller.js#L38' 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">$controller</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> <a href="api/ng/provider/$controllerProvider">- $controllerProvider</a> </li> <li> - service in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p><code>$controller</code> service is responsible for instantiating controllers.</p> <p>It&#39;s just a simple call to <a href="api/auto/service/$injector">$injector</a>, but extracted into a service, so that one can override this service with <a href="https://gist.github.com/1649788">BC version</a>.</p> </div> <div> <h2 id="dependencies">Dependencies</h2> <ul> <li><a href="api/auto/service/$injector"><code>$injector</code></a></li> </ul> <h2 id="usage">Usage</h2> <p><code>$controller(constructor, locals);</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> constructor </td> <td> <a href="" class="label type-hint type-hint-function">function()</a><a href="" class="label type-hint type-hint-string">string</a> </td> <td> <p>If called with a function then it&#39;s considered to be the controller constructor function. Otherwise it&#39;s considered to be a string which is used to retrieve the controller constructor using the following steps:</p> <ul> <li>check if a controller with given name is registered via <code>$controllerProvider</code></li> <li>check if evaluating the string on the current scope returns a constructor</li> <li>check <code>window[constructor]</code> on the global <code>window</code> object</li> </ul> </td> </tr> <tr> <td> locals </td> <td> <a href="" class="label type-hint type-hint-object">Object</a> </td> <td> <p>Injection locals for Controller.</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-object">Object</a></td> <td><p>Instance of given controller.</p> </td> </tr> </table> </div>
dolymood/angular-packages
angular-1.2.29/docs/partials/api/ng/service/$controller.html
HTML
mit
2,979
<!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:47 PDT 2014 --> <title>OAuthWebView</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="OAuthWebView"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OAuthWebView.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/box/boxandroidlibv2/views/OAuthWebView.html" target="_top">Frames</a></li> <li><a href="OAuthWebView.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.box.boxandroidlibv2.views</div> <h2 title="Class OAuthWebView" class="title">Class OAuthWebView</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>WebView</li> <li> <ul class="inheritance"> <li>com.box.boxandroidlibv2.views.OAuthWebView</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">OAuthWebView</span> extends WebView implements <a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></pre> <div class="block">A WebView used for OAuth flow.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views">OAuthWebView.OAuthWebViewClient</a></strong></code> <div class="block">WebViewClient for the OAuth WebView.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#OAuthWebView(Context, AttributeSet)">OAuthWebView</a></strong>(Context&nbsp;context, AttributeSet&nbsp;attrs)</code> <div class="block">Constructor.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#allowShowRedirectPage()">allowShowRedirectPage</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">authenticate</a></strong>(<a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowListener.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowListener</a>&nbsp;listener)</code> <div class="block">Authenticate.</div> </td> </tr> <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"><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> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#destroy()">destroy</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">initializeAuthFlow</a></strong>(java.lang.Object&nbsp;activity, java.lang.String&nbsp;clientId, java.lang.String&nbsp;clientSecret)</code> <div class="block">Initialize the UI for OAuth flow.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">initializeAuthFlow</a></strong>(java.lang.Object&nbsp;activity, java.lang.String&nbsp;clientId, java.lang.String&nbsp;clientSecret, java.lang.String&nbsp;redirectUrl)</code> <div class="block">Initialize the UI for OAuth flow.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#setAllowShowingRedirectPage(boolean)">setAllowShowingRedirectPage</a></strong>(boolean&nbsp;allowShowingRedirectPage)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#setDevice(java.lang.String, java.lang.String)">setDevice</a></strong>(java.lang.String&nbsp;id, java.lang.String&nbsp;name)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#setOptionalState(java.lang.String)">setOptionalState</a></strong>(java.lang.String&nbsp;optionalState)</code> <div class="block">Set the state, this is optional.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="OAuthWebView(Context, AttributeSet)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>OAuthWebView</h4> <pre>public&nbsp;OAuthWebView(Context&nbsp;context, AttributeSet&nbsp;attrs)</pre> <div class="block">Constructor.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - context</dd><dd><code>attrs</code> - attrs</dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setOptionalState(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setOptionalState</h4> <pre>public&nbsp;void&nbsp;setOptionalState(java.lang.String&nbsp;optionalState)</pre> <div class="block">Set the state, this is optional.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>optionalState</code> - state</dd></dl> </li> </ul> <a name="initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initializeAuthFlow</h4> <pre>public&nbsp;void&nbsp;initializeAuthFlow(java.lang.Object&nbsp;activity, java.lang.String&nbsp;clientId, java.lang.String&nbsp;clientSecret)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">IAuthFlowUI</a></code></strong></div> <div class="block">Initialize the UI for OAuth flow. This needs to be called everytime before starting an auth flow.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">initializeAuthFlow</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></code></dd> </dl> </li> </ul> <a name="initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initializeAuthFlow</h4> <pre>public&nbsp;void&nbsp;initializeAuthFlow(java.lang.Object&nbsp;activity, java.lang.String&nbsp;clientId, java.lang.String&nbsp;clientSecret, java.lang.String&nbsp;redirectUrl)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">IAuthFlowUI</a></code></strong></div> <div class="block">Initialize the UI for OAuth flow. This needs to be called everytime before starting an auth flow.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">initializeAuthFlow</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></code></dd> </dl> </li> </ul> <a name="authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>authenticate</h4> <pre>public&nbsp;void&nbsp;authenticate(<a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowListener.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowListener</a>&nbsp;listener)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">IAuthFlowUI</a></code></strong></div> <div class="block">Authenticate.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">authenticate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>listener</code> - listener listening to events/messages fired during authentication process.</dd></dl> </li> </ul> <a name="setDevice(java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDevice</h4> <pre>public&nbsp;void&nbsp;setDevice(java.lang.String&nbsp;id, java.lang.String&nbsp;name)</pre> </li> </ul> <a name="destroy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>destroy</h4> <pre>public&nbsp;void&nbsp;destroy()</pre> </li> </ul> <a name="allowShowRedirectPage()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>allowShowRedirectPage</h4> <pre>public&nbsp;boolean&nbsp;allowShowRedirectPage()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the allowShowingRedirectPage</dd></dl> </li> </ul> <a name="setAllowShowingRedirectPage(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAllowShowingRedirectPage</h4> <pre>public&nbsp;void&nbsp;setAllowShowingRedirectPage(boolean&nbsp;allowShowingRedirectPage)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>allowShowingRedirectPage</code> - the allowShowingRedirectPage to set</dd></dl> </li> </ul> <a name="createOAuthWebViewClient(com.box.boxjavalibv2.authorization.OAuthWebViewData, java.lang.Object, com.box.boxjavalibv2.BoxClient)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>createOAuthWebViewClient</h4> <pre>protected&nbsp;<a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views">OAuthWebView.OAuthWebViewClient</a>&nbsp;createOAuthWebViewClient(<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)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OAuthWebView.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/box/boxandroidlibv2/views/OAuthWebView.html" target="_top">Frames</a></li> <li><a href="OAuthWebView.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
tdtran/box-android-sdk-v2
javadoc/com/box/boxandroidlibv2/views/OAuthWebView.html
HTML
apache-2.0
19,536
<!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 4.12.0.0 Root Admin API Reference </span> <p></p> <h1>listNetworkDevice</h1> <p>List network devices</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>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>networkdeviceparameterlist</i></td><td style="width:500px;"><i>parameters for network device</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>networkdevicetype</i></td><td style="width:500px;"><i>Network device type, now supports ExternalDhcp, PxeServer, NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, NetscalerSDXLoadBalancer, F5BigIpLoadBalancer, JuniperSRXFirewall, PaloAltoFirewall</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 network device</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.12/apis/listNetworkDevice.html
HTML
apache-2.0
3,510
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> <!-- **************************************************************** --> <html> <head> <!-- Generated by groovydoc (1.6.7-SNAPSHOT) on Tue Mar 16 09:12:33 MDT 2010 --> <title>Haversine (Groovy Documentation)</title> <meta name="date" content="2010-03-16"> <link href="../../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../../groovy.ico" type="image/x-icon" rel="icon"> <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="Haversine (Groovy Documentation)"; } } </script> <noscript> </noscript> </head><body onload="windowTitle();" bgcolor="white"> <hr> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></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> <b>Groovy Documentation</b> </EM></TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><!--<FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../groovy/lang/ExpandoMetaClass.ExpandoMetaProperty.html" title="class in groovy.lang"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../groovy/lang/GroovyClassLoader.html" title="class in groovy.lang"><B>NEXT CLASS</B></A></FONT>--></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?unzipped/src/groovy/org/grails/solr/Haversine.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Haversine.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<script type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-frame.html"><B>All Classes</B></A>'); } //--> </script> <noscript> <A HREF="../../../../../../allclasses-frame.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="#property_summary">PROPERTY</A>&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="#prop_detail">PROPERTY</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> unzipped.src.groovy.org.grails.solr</FONT> <BR> <FONT CLASS="ClassTitleFont">Class Haversine</FONT></H2> <pre>java.lang.Object <img src='../../../../../../inherit.gif'>unzipped.src.groovy.org.grails.solr.Haversine </pre><hr> <PRE>class Haversine </PRE> <P> Haversine algorithmu Derived from http://www.movable-type.co.uk/scripts/latlong.html) </P> <hr> <!-- =========== NESTED CLASS SUMMARY =========== --> <A NAME="nested_summary"><!-- --></A> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <A NAME="enum_constant_summary"><!-- --></A> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <!-- =========== PROPERTY SUMMARY =========== --> <A NAME="property_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>Property Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;double</CODE></FONT></TD> <TD> <CODE><B><A HREF="#Rk">Rk</A></B></CODE> <BR> <P></P> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;double</CODE></FONT></TD> <TD> <CODE><B><A HREF="#Rm">Rm</A></B></CODE> <BR> <P></P> </TD> </TR> </TABLE> &nbsp; <!-- =========== ELEMENT SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#D5D5FF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD> <CODE><B><a href="#Haversine()">Haversine</a></B>()</CODE> <BR> <P></P> </TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2" CLASS="ClassHeadingFont"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont"> <CODE>static&nbsp;double</CODE></FONT> </TD> <TD> <CODE><b><a href="#compute(def, def, def, def, def)">compute</a></b>(def p1_lat, def p1_lng, def p2_lat, def p2_lng, def rad)</CODE> <BR> <P></P> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont"> <CODE>static&nbsp;double</CODE></FONT> </TD> <TD> <CODE><b><a href="#computeKm(def, def, def, def)">computeKm</a></b>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</CODE> <BR> <P></P> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont"> <CODE>static&nbsp;double</CODE></FONT> </TD> <TD> <CODE><b><a href="#computeMi(def, def, def, def)">computeMi</a></b>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</CODE> <BR> <P></P> </TD> </TR> </TABLE> &nbsp; <table BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2"> <b>Methods inherited from class java.lang.Object</b> </th></tr> <tr class="TableRowColor"><td colspan='2'>wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll</td></tr> </table> &nbsp; <P> <!-- ============ ENUM CONSTANT DETAIL ========== --> <A NAME="enum_constant_detail"><!-- --></A> <!-- =========== FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <!-- =========== PROPERTY DETAIL =========== --> <A NAME="prop_detail"><!-- --></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>Property Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Rk"><!-- --></A><H3>Rk</H3> <PRE>static&nbsp;final&nbsp;double <B>Rk</B></PRE> <DL> <DD> </DD> <P> </DL> <HR> <A NAME="Rm"><!-- --></A><H3>Rm</H3> <PRE>static&nbsp;final&nbsp;double <B>Rm</B></PRE> <DL> <DD> </DD> <P> </DL> <HR> &nbsp; <!-- =========== ELEMENT DETAIL =========== --> <A NAME="element_detail"><!-- --></A> <!-- ========= 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="Haversine()"><!-- --></A><H3> Haversine</H3> <PRE><B>Haversine</B>()</PRE> <DL> <DD> </DD> <P> </DL> <HR> &nbsp; <!-- ============ 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="compute(def, def, def, def, def)"><!-- --></A><H3> compute</H3> <PRE>public&nbsp;static&nbsp;double <B>compute</B>(def p1_lat, def p1_lng, def p2_lat, def p2_lng, def rad)</PRE> <DL> <DD> </DD> <P> </DL> <HR> <A NAME="computeKm(def, def, def, def)"><!-- --></A><H3> computeKm</H3> <PRE>public&nbsp;static&nbsp;double <B>computeKm</B>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</PRE> <DL> <DD> </DD> <P> </DL> <HR> <A NAME="computeMi(def, def, def, def)"><!-- --></A><H3> computeMi</H3> <PRE>public&nbsp;static&nbsp;double <B>computeMi</B>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</PRE> <DL> <DD> </DD> <P> </DL> <HR> &nbsp; <!-- ========= END OF CLASS DATA ========= --> <p>Groovy Documentation</p> <hr> </body> </html>
mbrevoort/grails-solr-plugin
docs/gapi/unzipped/src/groovy/org/grails/solr/Haversine.html
HTML
apache-2.0
11,321
<html> <head></head> <body> <p> <i>Here</i> <i>is some</i> <i>text</i> </p> </body> </html>
corinthia/corinthia-editorlib
tests/formatting/pushDownInlineProperties05-expected.html
HTML
apache-2.0
124
<!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_27) on Mon Jul 08 20:19:08 CEST 2013 --> <TITLE> TokenFilter.ReplaceString (Apache Ant API) </TITLE> <META NAME="date" CONTENT="2013-07-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TokenFilter.ReplaceString (Apache Ant 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="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/tools/ant/filters/TokenFilter.ReplaceRegex.html" title="class in org.apache.tools.ant.filters"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.StringTokenizer.html" title="class in org.apache.tools.ant.filters"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/tools/ant/filters/TokenFilter.ReplaceString.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TokenFilter.ReplaceString.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&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.tools.ant.filters</FONT> <BR> Class TokenFilter.ReplaceString</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">org.apache.tools.ant.ProjectComponent</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html" title="class in org.apache.tools.ant.filters">org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.filters.TokenFilter.ReplaceString</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, <A HREF="../../../../../org/apache/tools/ant/filters/ChainableReader.html" title="interface in org.apache.tools.ant.filters">ChainableReader</A>, <A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.Filter.html" title="interface in org.apache.tools.ant.filters">TokenFilter.Filter</A></DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.html" title="class in org.apache.tools.ant.filters">TokenFilter</A></DD> </DL> <HR> <DL> <DT><PRE>public static class <B>TokenFilter.ReplaceString</B><DT>extends <A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html" title="class in org.apache.tools.ant.filters">TokenFilter.ChainableReaderFilter</A></DL> </PRE> <P> Simple replace string filter. <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#description">description</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#location">location</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#project">project</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== 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/tools/ant/filters/TokenFilter.ReplaceString.html#TokenFilter.ReplaceString()">TokenFilter.ReplaceString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ReplaceString.html#filter(java.lang.String)">filter</A></B>(java.lang.String&nbsp;line)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter a string 'line' replacing from with to (C&P from the Replace task)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ReplaceString.html#setFrom(java.lang.String)">setFrom</A></B>(java.lang.String&nbsp;from)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the from attribute</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ReplaceString.html#setTo(java.lang.String)">setTo</A></B>(java.lang.String&nbsp;to)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the to attribute</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.filters.<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html" title="class in org.apache.tools.ant.filters">TokenFilter.ChainableReaderFilter</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html#chain(java.io.Reader)">chain</A>, <A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html#setByLine(boolean)">setByLine</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#clone()">clone</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getDescription()">getDescription</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getLocation()">getLocation</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getProject()">getProject</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String)">log</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String, int)">log</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setLocation(org.apache.tools.ant.Location)">setLocation</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setProject(org.apache.tools.ant.Project)">setProject</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>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="TokenFilter.ReplaceString()"><!-- --></A><H3> TokenFilter.ReplaceString</H3> <PRE> public <B>TokenFilter.ReplaceString</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="setFrom(java.lang.String)"><!-- --></A><H3> setFrom</H3> <PRE> public void <B>setFrom</B>(java.lang.String&nbsp;from)</PRE> <DL> <DD>the from attribute <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>from</CODE> - the string to replace</DL> </DD> </DL> <HR> <A NAME="setTo(java.lang.String)"><!-- --></A><H3> setTo</H3> <PRE> public void <B>setTo</B>(java.lang.String&nbsp;to)</PRE> <DL> <DD>the to attribute <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>to</CODE> - the string to replace 'from' with</DL> </DD> </DL> <HR> <A NAME="filter(java.lang.String)"><!-- --></A><H3> filter</H3> <PRE> public java.lang.String <B>filter</B>(java.lang.String&nbsp;line)</PRE> <DL> <DD>Filter a string 'line' replacing from with to (C&P from the Replace task) <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>line</CODE> - the string to be filtered <DT><B>Returns:</B><DD>the filtered line</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;<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ReplaceRegex.html" title="class in org.apache.tools.ant.filters"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.StringTokenizer.html" title="class in org.apache.tools.ant.filters"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/tools/ant/filters/TokenFilter.ReplaceString.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TokenFilter.ReplaceString.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&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>
jawi/ApacheAnt.docset
Contents/Resources/Documents/api/org/apache/tools/ant/filters/TokenFilter.ReplaceString.html
HTML
apache-2.0
16,402