path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
www/detail2.html
ronagapitz/matchdrobe-app
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tap demo</title> <link rel="stylesheet" type="text/css" href="css/index.css" /> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="css/mobile.css" /> </head> <body> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog "> <div class="modal-content like_modal"> <!-- <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Modal title</h4> </div> --> <div class="modal-body" style="position: relative; top: 147px;"> <input type="text" class="tags" /> <br/> <br/> <a class="pull-left" href=# data-dismiss="modal" id="cancel"><img src="img/b_back.png" /></a> <a href=# class="confirm" data-dismiss="modal"><img src="img/confirm.png" /></a> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <div class="row text-center style col-xs-12 navbar-fixed-top" data-position="fixed" style=" height: 80px;background: white;"> <a href="#" data-rel="back"> <img class="pull-left" src="img/back.png" data-transition="slide" /></a> <img src="img/style.png" /> <div class="points pull-right"> </div> </div> <div class="cont text-center container" style="margin-top: 100px;"> <div class="single_item_full hide"> </div> </div> <div class ="navbar-fixed-bottom col-xs-12" style="bottom: 0px;" data-role="footer" data-position="fixed"> <div class="foot2 row "> <div class="col-xs-4 text-center"> <a href="discover.html" class='d_link' rel="external"> discover</a> </div> <div class="col-xs-4 text-center"> <a href="matchdrobe.html" class="m_link" rel="external"> matchdrobe </a> </div> <div class="col-xs-4 text-center"> <a href="gender.html" rel="external"> settings </a> </div> </div> </div> <script type="text/javascript" src="phonegap.js"></script> <script type="text/javascript" src="js/index.js"></script> <script src="js/jquery.js"></script> <script src="js/mobile.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script> $(function(){ $.mobile.page.prototype.options.domCache = true; $(".single_item_full").removeClass("hide").show().empty().load("http://www.matchdrobe.com/app/app_details2.php?product_id="+localStorage.pid); $.mobile.buttonMarkup.hoverDelay = 0; //delay $(".points").load("http://matchdrobe.com/app/register_app.php",{'get_points': localStorage.userid}); //$('.items').empty().load("http://matchdrobe.com/catalog/app_ajax_loader.php?matchdrobe=1"); }); </script> </body> </html>
doc/api/classes/ActiveJob/QueueAdapters/BackburnerAdapter.html
tonywu522/biu_server
<?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>ActiveJob::QueueAdapters::BackburnerAdapter</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.1</span><br /> <h1> <span class="type">Class</span> ActiveJob::QueueAdapters::BackburnerAdapter <span class="parent">&lt; <a href="../../Object.html">Object</a> </span> </h1> <ul class="files"> <li><a href="../../../files/__/__/__/_rbenv/versions/2_2_1/lib/ruby/gems/2_2_0/gems/activejob-4_2_1/lib/active_job/queue_adapters/backburner_adapter_rb.html">/Users/tony/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activejob-4.2.1/lib/active_job/queue_adapters/backburner_adapter.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <div class="description"> <h2 id="class-ActiveJob::QueueAdapters::BackburnerAdapter-label-Backburner+adapter+for+Active+Job">Backburner adapter for Active Job</h2> <p>Backburner is a beanstalkd-powered job queue that can handle a very high volume of jobs. You create background jobs and place them on multiple work queues to be processed later. Read more about Backburner <a href="https://github.com/nesquena/backburner">here</a>.</p> <p>To use Backburner set the queue_adapter config to <code>:backburner</code>.</p> <pre><code>Rails.application.config.active_job.queue_adapter = :backburner </code></pre> </div> <!-- Methods --> </div> </div> </body> </html>
imagery_widgets/ISProfile/setting/css/style.css
Esri/WAB-Image-Services-Widgets
/* jimu-widget-coordinate-setting */ .jimu-widget-ISSpectralProfile-setting{ margin:0; padding:0; font-size:15px; } .jimu-widget-ISSpectralProfile-setting .dijitArrowButtonContainer{ width: 17px; } .jimu-widget-ISSpectralProfile-setting .dijitSelect{ height: 30px; width: 100%; } .jimu-widget-ISSpectralProfile-setting .setting-table > thead > tr > th, .jimu-widget-ISSpectralProfile-setting .setting-table > tbody > tr > td{ height:40px; line-height:40px; vertical-align:middle; } .jimu-widget-ISSpectralProfile-setting .input-table > tbody > tr > .first{ width:auto; text-align: right; padding-right:15px; } .jimu-widget-ISSpectralProfile-setting .input-table > tbody > tr > .second{ width:250px; } .jimu-widget-ISSpectralProfile-setting .input-table > tbody > tr > .third{ width:35px; } .gameboard { width: 330px; height:310px; border:3px solid white; z-index: 1; } .gameboard div { width: 100px; height: 100px; float: left; } .middle { border: 1px solid; } .button { background-color:white; width: 160px; margin:0 auto; } .updown { border-top: 1px solid; border-bottom: 1px solid; } .leftright { border-left: 1px solid; border-right: 1px solid; }
fcc_bootstrap_col_chck_box.html
venkatsgithub1/bootstrapPractice
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> <style> h2 { font-family: Lobster, Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } </style> <div class="container-fluid"> <div class="row"> <div class="col-xs-8"> <h2 class="text-primary text-center">CatPhotoApp</h2> </div> <div class="col-xs-4"> <a href="#"><img class="img-responsive thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. "></a> </div> </div> <img src="https://bit.ly/fcc-running-cats" class="img-responsive" alt="Three kittens running towards the camera. "> <div class="row"> <div class="col-xs-4"> <button class="btn btn-block btn-primary"><i class="fa fa-thumbs-up"></i> Like</button> </div> <div class="col-xs-4"> <button class="btn btn-block btn-info"><i class="fa fa-info-circle"></i> Info</button> </div> <div class="col-xs-4"> <button class="btn btn-block btn-danger"><i class="fa fa-trash"></i> Delete</button> </div> </div> <p>Things cats <span class="text-danger">love:</span></p> <ul> <li>cat nip</li> <li>laser pointers</li> <li>lasagna</li> </ul> <p>Top 3 things cats hate:</p> <ol> <li>flea treatment</li> <li>thunder</li> <li>other cats</li> </ol> <form action="/submit-cat-photo"> <div class="row"> <div class="col-xs-6"> <label><input type="radio" name="indoor-outdoor"> Indoor</label> </div> <div class="col-xs-6"> <label><input type="radio" name="indoor-outdoor"> Outdoor</label> </div> </div> <div class="row"> <div class="col-xs-4"> <label><input type="checkbox" name="personality"> Loving</label> </div> <div class="col-xs-4"> <label><input type="checkbox" name="personality"> Lazy</label> </div> <div class="col-xs-4"> <label><input type="checkbox" name="personality"> Crazy</label> </div> </div> <input type="text" placeholder="cat photo URL" required> <button type="submit">Submit</button> </form> </div>
Server/src/main/resources/static/htmls/monitor.html
brandonbai/SmartMonitor
monitor <script></script>
web/js/spl/d929f1d6-3234-491c-b084-644c91e61302.html
OHDSI/Penelope
<?xml version="1.0" encoding="UTF-8"?> <html><body class="spl" id="spl"> <div class="DocumentTitle"> <p class="DocumentTitle"><strong>TRI-CHLOR - trichloroacetic acid liquid </strong><br>Gordon Laboratories<br></p> <p class="disclaimer">Disclaimer: This drug has not been found by FDA to be safe and effective, and this labeling has not been approved by FDA. <a href="http://www.fda.gov/Drugs/GuidanceComplianceRegulatoryInformation/EnforcementActivitiesbyFDA/SelectedEnforcementActionsonUnapprovedDrugs/default.htm">For further information about unapproved drugs, click here.</a></p> </div> <h1>TRI-CHLOR</h1> <div class="Contents"> <div class="Section" data-sectionCode="48780-1"> <a name="section-1"></a><p></p> </div> <div class="Section" data-sectionCode="34089-3"> <a name="section-1"></a><p></p>Tri-Chlor is a Trichloroacetic acid (80%) in clear liquid solution. It is used as cauterant to treat condyloma, a wartlike growth of skin, usually seen on external genitalia or near the anus.</div> <div class="Section" data-sectionCode="34069-5"> <a name="section-2"></a><p></p> <p class="First">15 mL Amber Glass Bottle<br></p> </div> <div class="Section" data-sectionCode="42229-5"> <a name="section-3"></a><p></p>Trichloroacetic acid 80%, Purified water<br> </div> <div class="Section" data-sectionCode="34067-9"> <a name="section-4"></a><p></p>To aid in the elimination of condylomata.<br>Debride callous tissue.<br>Apply to condyloma. Cover with suitable dressing for 5-6 days. Reapply as needed.<br><br> </div> <div class="Section" data-sectionCode="43685-7"> <a name="section-5"></a><p></p> <p class="First">May cause severe burning, <span class="product-label-link" type="condition" conceptid="4053015" conceptname="Inflammation">inflammation</span>, or <span class="product-label-link" type="condition" conceptid="4082445" conceptname="Tenderness">tenderness</span>.</p> For external use only. Keep out of reach of children.<br><p><br></p> <p></p> </div> <div class="Section" data-sectionCode="42229-5"> <a name="section-6"></a><p></p> <p class="First">Federal law prohibits dispensing without a prescription. For physician use only.</p> </div> <div class="Section" data-sectionCode="42229-5"> <a name="section-7"></a><p></p>Store at room temperature 59<span class="Sup">o</span>-86<span class="Sup">o</span>F (15<span class="Sup">o</span>-30<span class="Sup">o</span>C)</div> <div class="Section" data-sectionCode="51945-4"> <a name="section-8"></a><p></p> <p class="First"></p> <div class="Figure"><img alt="Image of TRI-CHLOR Label" src="http://dailymed.nlm.nih.gov/dailymed/image.cfm?setid=d929f1d6-3234-491c-b084-644c91e61302&amp;name=TRI-CHLOR.jpg"></div> </div> </div> <div class="DataElementsTables"> <table class="contentTablePetite" cellSpacing="0" cellPadding="3" width="100%"><tbody> <tr><td class="contentTableTitle"> <strong>TRI-CHLOR  </strong><br><span class="contentTableReg">trichloroacetic acid liquid</span> </td></tr> <tr><td><table width="100%" cellpadding="5" cellspacing="0" class="formTablePetite"> <tr><td colspan="4" class="formHeadingTitle">Product Information</td></tr> <tr class="formTableRowAlt"> <td class="formLabel">Product Type</td> <td class="formItem">HUMAN PRESCRIPTION DRUG LABEL</td> <td class="formLabel">Item Code (Source)</td> <td class="formItem">NDC:10481-3008</td> </tr> <tr class="formTableRow"> <td width="30%" class="formLabel">Route of Administration</td> <td class="formItem">TOPICAL</td> <td width="30%" class="formLabel">DEA Schedule</td> <td class="formItem">     </td> </tr> </table></td></tr> <tr><td><table width="100%" cellpadding="3" cellspacing="0" class="formTablePetite"> <tr><td colspan="3" class="formHeadingTitle">Active Ingredient/Active Moiety</td></tr> <tr> <th class="formTitle" scope="col">Ingredient Name</th> <th class="formTitle" scope="col">Basis of Strength</th> <th class="formTitle" scope="col">Strength</th> </tr> <tr class="formTableRowAlt"> <td class="formItem"> <strong>Trichloroacetic Acid</strong> (Trichloroacetic Acid) </td> <td class="formItem">Trichloroacetic Acid</td> <td class="formItem">.8 g  in 1 g</td> </tr> </table></td></tr> <tr><td><table width="100%" cellpadding="3" cellspacing="0" class="formTablePetite"> <tr><td colspan="2" class="formHeadingTitle">Inactive Ingredients</td></tr> <tr> <th class="formTitle" scope="col">Ingredient Name</th> <th class="formTitle" scope="col">Strength</th> </tr> <tr class="formTableRowAlt"> <td class="formItem"><strong>Water</strong></td> <td class="formItem"> </td> </tr> </table></td></tr> <tr><td></td></tr> <tr><td><table width="100%" cellpadding="3" cellspacing="0" class="formTablePetite"> <tr><td colspan="5" class="formHeadingTitle">Packaging</td></tr> <tr> <th scope="col" width="1" class="formTitle">#</th> <th scope="col" class="formTitle">Item Code</th> <th scope="col" class="formTitle">Package Description</th> <th scope="col" class="formTitle">Marketing Start Date</th> <th scope="col" class="formTitle">Marketing End Date</th> </tr> <tr class="formTableRowAlt"> <th scope="row" class="formItem">1</th> <td class="formItem">NDC:10481-3008-1</td> <td class="formItem">15 g in 1 BOTTLE, GLASS</td> <td class="formItem"></td> <td class="formItem"></td> </tr> </table></td></tr> <tr><td></td></tr> <tr><td class="normalizer"><table width="100%" cellpadding="3" cellspacing="0" class="formTableMorePetite"> <tr><td colspan="4" class="formHeadingReg"><span class="formHeadingTitle">Marketing Information</span></td></tr> <tr> <th scope="col" class="formTitle">Marketing Category</th> <th scope="col" class="formTitle">Application Number or Monograph Citation</th> <th scope="col" class="formTitle">Marketing Start Date</th> <th scope="col" class="formTitle">Marketing End Date</th> </tr> <tr class="formTableRowAlt"> <td class="formItem">unapproved drug other</td> <td class="formItem"></td> <td class="formItem">07/12/2010</td> <td class="formItem"></td> </tr> </table></td></tr> </tbody></table> <table width="100%" cellpadding="3" cellspacing="0" class="formTableMorePetite"><tr><td colspan="4" class="formHeadingReg"> <span class="formHeadingTitle">Labeler - </span>Gordon Laboratories (002333847) </td></tr></table> <table width="100%" cellpadding="3" cellspacing="0" class="formTableMorePetite"><tr><td colspan="4" class="formHeadingReg"> <span class="formHeadingTitle">Registrant - </span>Gordon Laboratories (002333847)</td></tr></table> <table width="100%" cellpadding="3" cellspacing="0" class="formTableMorePetite"> <tr><td colspan="4" class="formHeadingReg"><span class="formHeadingTitle">Establishment</span></td></tr> <tr> <th scope="col" class="formTitle">Name</th> <th scope="col" class="formTitle">Address</th> <th scope="col" class="formTitle">ID/FEI</th> <th scope="col" class="formTitle">Business Operations</th> </tr> <tr class="formTableRowAlt"> <td class="formItem">Gordon Laboratories</td> <td class="formItem"></td> <td class="formItem">002333847</td> <td class="formItem">manufacture</td> </tr> </table> </div> <p><div class="EffectiveDate">Revised: 7/2010<div class="DocumentMetadata"> <div> <a href="javascript:toggleMixin();">Document Id: </a>0e395df5-9282-4c8f-8452-f3e9d8e1f315</div> <div>Set id: d929f1d6-3234-491c-b084-644c91e61302</div> <div>Version: 7</div> <div>Effective Time: 20100712</div> </div> </div> <div class="DistributorName">Gordon Laboratories</div></p> </body></html>
src/javadoc/com/ten60/netkernel/container/HouseKeeper.html
prototypo/persistenturls
<!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_13) on Tue Dec 18 21:43:36 EST 2007 --> <TITLE> HouseKeeper </TITLE> <META NAME="keywords" CONTENT="com.ten60.netkernel.container.HouseKeeper class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="HouseKeeper"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/ten60/netkernel/container/Container.html" title="class in com.ten60.netkernel.container"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/ten60/netkernel/container/IComponent.html" title="interface in com.ten60.netkernel.container"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/ten60/netkernel/container/HouseKeeper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HouseKeeper.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;<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;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.ten60.netkernel.container</FONT> <BR> Class HouseKeeper</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html" title="class in com.ten60.netkernel.urii.representation">com.ten60.netkernel.urii.representation.SimpleRepresentationImpl</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">com.ten60.netkernel.container.ComponentImpl</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.ten60.netkernel.container.HouseKeeper</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/ten60/netkernel/container/IComponent.html" title="interface in com.ten60.netkernel.container">IComponent</A>, <A HREF="../../../../com/ten60/netkernel/urii/aspect/IAspectBinaryStream.html" title="interface in com.ten60.netkernel.urii.aspect">IAspectBinaryStream</A>, <A HREF="../../../../com/ten60/netkernel/urii/IURAspect.html" title="interface in com.ten60.netkernel.urii">IURAspect</A>, <A HREF="../../../../com/ten60/netkernel/urii/IURRepresentation.html" title="interface in com.ten60.netkernel.urii">IURRepresentation</A>, java.lang.Runnable</DD> </DL> <HR> <DL> <DT><PRE>public class <B>HouseKeeper</B><DT>extends <A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">ComponentImpl</A><DT>implements java.lang.Runnable</DL> </PRE> <P> HouseKeeper system component periodically polls all other system components to do their housework. Is a job of its own it keeps a close eye on system memory. <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> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../com/ten60/netkernel/urii/URIdentifier.html" title="class in com.ten60.netkernel.urii">URIdentifier</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/ten60/netkernel/container/HouseKeeper.html#URI">URI</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;our URI</TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_com.ten60.netkernel.urii.representation.SimpleRepresentationImpl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class com.ten60.netkernel.urii.representation.<A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html" title="class in com.ten60.netkernel.urii.representation">SimpleRepresentationImpl</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html#mMeta">mMeta</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="../../../../com/ten60/netkernel/container/HouseKeeper.html#HouseKeeper()">HouseKeeper</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance of HouseKeeper</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/ten60/netkernel/container/HouseKeeper.html#doPeriodicHouseKeeping()">doPeriodicHouseKeeping</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;calculate memory statistics by watching for GC events</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/ten60/netkernel/container/HouseKeeper.html#getBaselineMemory()">getBaselineMemory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return a filtered estimate of our GC baseline memory usage- i.e how much memory are we actually holding that cannot be released</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/ten60/netkernel/container/HouseKeeper.html#getMaxMemory()">getMaxMemory</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;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/ten60/netkernel/container/HouseKeeper.html#getPeakMemory()">getPeakMemory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return a filtered estimate of our peak memory usage0- i.e.</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="../../../../com/ten60/netkernel/container/HouseKeeper.html#run()">run</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loops until stopped performing housework and sleeping between</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="../../../../com/ten60/netkernel/container/HouseKeeper.html#start(com.ten60.netkernel.container.Container)">start</A></B>(<A HREF="../../../../com/ten60/netkernel/container/Container.html" title="class in com.ten60.netkernel.container">Container</A>&nbsp;aContainer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;starts the housekeeper.</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="../../../../com/ten60/netkernel/container/HouseKeeper.html#stop()">stop</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stops its thread</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="../../../../com/ten60/netkernel/container/HouseKeeper.html#write(java.io.OutputStream)">write</A></B>(java.io.OutputStream&nbsp;aStream)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;write memory statistics out as XML</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.ten60.netkernel.container.ComponentImpl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.ten60.netkernel.container.<A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">ComponentImpl</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html#getEncoding()">getEncoding</A>, <A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html#getURI()">getURI</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.ten60.netkernel.urii.representation.SimpleRepresentationImpl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.ten60.netkernel.urii.representation.<A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html" title="class in com.ten60.netkernel.urii.representation">SimpleRepresentationImpl</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html#getAspect(java.lang.Class)">getAspect</A>, <A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html#getAspects()">getAspects</A>, <A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html#getMeta()">getMeta</A>, <A HREF="../../../../com/ten60/netkernel/urii/representation/SimpleRepresentationImpl.html#hasAspect(java.lang.Class)">hasAspect</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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.ten60.netkernel.urii.IURRepresentation"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface com.ten60.netkernel.urii.<A HREF="../../../../com/ten60/netkernel/urii/IURRepresentation.html" title="interface in com.ten60.netkernel.urii">IURRepresentation</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/ten60/netkernel/urii/IURRepresentation.html#getAspect(java.lang.Class)">getAspect</A>, <A HREF="../../../../com/ten60/netkernel/urii/IURRepresentation.html#getAspects()">getAspects</A>, <A HREF="../../../../com/ten60/netkernel/urii/IURRepresentation.html#getMeta()">getMeta</A>, <A HREF="../../../../com/ten60/netkernel/urii/IURRepresentation.html#hasAspect(java.lang.Class)">hasAspect</A></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="URI"><!-- --></A><H3> URI</H3> <PRE> public static final <A HREF="../../../../com/ten60/netkernel/urii/URIdentifier.html" title="class in com.ten60.netkernel.urii">URIdentifier</A> <B>URI</B></PRE> <DL> <DD>our URI <P> <DL> </DL> </DL> <!-- ========= 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="HouseKeeper()"><!-- --></A><H3> HouseKeeper</H3> <PRE> public <B>HouseKeeper</B>()</PRE> <DL> <DD>Creates a new instance of HouseKeeper <P> </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="start(com.ten60.netkernel.container.Container)"><!-- --></A><H3> start</H3> <PRE> public void <B>start</B>(<A HREF="../../../../com/ten60/netkernel/container/Container.html" title="class in com.ten60.netkernel.container">Container</A>&nbsp;aContainer) throws <A HREF="../../../../com/ten60/netkernel/util/NetKernelException.html" title="class in com.ten60.netkernel.util">NetKernelException</A></PRE> <DL> <DD>starts the housekeeper. It gets configuration from Config component and starts its thread <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/IComponent.html#start(com.ten60.netkernel.container.Container)">start</A></CODE> in interface <CODE><A HREF="../../../../com/ten60/netkernel/container/IComponent.html" title="interface in com.ten60.netkernel.container">IComponent</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html#start(com.ten60.netkernel.container.Container)">start</A></CODE> in class <CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">ComponentImpl</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>aContainer</CODE> - the container we will execute inside <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../com/ten60/netkernel/util/NetKernelException.html" title="class in com.ten60.netkernel.util">NetKernelException</A></CODE> - thrown if we encounter any error during startup</DL> </DD> </DL> <HR> <A NAME="stop()"><!-- --></A><H3> stop</H3> <PRE> public void <B>stop</B>()</PRE> <DL> <DD>stops its thread <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/IComponent.html#stop()">stop</A></CODE> in interface <CODE><A HREF="../../../../com/ten60/netkernel/container/IComponent.html" title="interface in com.ten60.netkernel.container">IComponent</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html#stop()">stop</A></CODE> in class <CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">ComponentImpl</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="run()"><!-- --></A><H3> run</H3> <PRE> public void <B>run</B>()</PRE> <DL> <DD>loops until stopped performing housework and sleeping between <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE>run</CODE> in interface <CODE>java.lang.Runnable</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="doPeriodicHouseKeeping()"><!-- --></A><H3> doPeriodicHouseKeeping</H3> <PRE> public void <B>doPeriodicHouseKeeping</B>()</PRE> <DL> <DD>calculate memory statistics by watching for GC events <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/IComponent.html#doPeriodicHouseKeeping()">doPeriodicHouseKeeping</A></CODE> in interface <CODE><A HREF="../../../../com/ten60/netkernel/container/IComponent.html" title="interface in com.ten60.netkernel.container">IComponent</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html#doPeriodicHouseKeeping()">doPeriodicHouseKeeping</A></CODE> in class <CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">ComponentImpl</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="write(java.io.OutputStream)"><!-- --></A><H3> write</H3> <PRE> public void <B>write</B>(java.io.OutputStream&nbsp;aStream) throws java.io.IOException</PRE> <DL> <DD>write memory statistics out as XML <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/urii/aspect/IAspectBinaryStream.html#write(java.io.OutputStream)">write</A></CODE> in interface <CODE><A HREF="../../../../com/ten60/netkernel/urii/aspect/IAspectBinaryStream.html" title="interface in com.ten60.netkernel.urii.aspect">IAspectBinaryStream</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html#write(java.io.OutputStream)">write</A></CODE> in class <CODE><A HREF="../../../../com/ten60/netkernel/container/ComponentImpl.html" title="class in com.ten60.netkernel.container">ComponentImpl</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>aStream</CODE> - the output stream <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - thrown if we fail to write</DL> </DD> </DL> <HR> <A NAME="getBaselineMemory()"><!-- --></A><H3> getBaselineMemory</H3> <PRE> public final long <B>getBaselineMemory</B>()</PRE> <DL> <DD>return a filtered estimate of our GC baseline memory usage- i.e how much memory are we actually holding that cannot be released <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getMaxMemory()"><!-- --></A><H3> getMaxMemory</H3> <PRE> public final long <B>getMaxMemory</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPeakMemory()"><!-- --></A><H3> getPeakMemory</H3> <PRE> public final long <B>getPeakMemory</B>()</PRE> <DL> <DD>return a filtered estimate of our peak memory usage0- i.e. how much memory are will using as a working set <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="../../../../com/ten60/netkernel/container/Container.html" title="class in com.ten60.netkernel.container"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/ten60/netkernel/container/IComponent.html" title="interface in com.ten60.netkernel.container"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/ten60/netkernel/container/HouseKeeper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HouseKeeper.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;<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;<A HREF="#field_detail">FIELD</A>&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>
v1/botang2/templates/list_obj.html
townbull/swiftbox
{% extends "layout.html" %} {% block body %} <div class="container"> <div class="row"> <div class="pull-right"> <div class="pull-left" style="padding-right: 60px;"> <a id="refresh" class="btn" href="/home/?container={{container}}" rel="tooltip" title="Refresh List"><i class="icon-refresh"></i></a> <a id="upload" class="btn" href="#uploadModal" rel="tooltip" title="Upload" data-toggle="modal" data-target="#uploadModal"><i class="icon-folder-open"></i></a> <a id="download" class="btn" href="#" rel="tooltip" title="Download"><i class="icon-download-alt"></i></a> <a id="remove" class="btn" href="#" rel="tooltip" title="Remove" data-toggle="modal" data-target="#removeModal"><i class="icon-trash"></i></a> </div> <div class="input-prepend pull-right"> <span class="add-on"><i class="icon-search"></i></span> <input class="span2" id="prependedInput" type="text" placeholder="Search Swiftbox"> </div> </div> <div> <ul class="breadcrumb lead"> <li><a href="{{url_for('home')}}">Home</a> <span class="divider">/</span></li> <li class="active">{{container}}</li> </ul> </div> </div> <!-- Modal --> <form action="/upload/{{ container }}/" method=POST enctype=multipart/form-data> <div id="uploadModal" class="modal hide fade in" tabindex="-1" role="dialog" aria-labelledby="updateModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h3 id="updateModalLabel">Upload</h3> </div> <div class="modal-body"> <div> <!--input class="span5" id="uploadFileDirectory" type="text" placeholder="Local Directory"/--> <input type=file name=file class="btn span6" /> </div> <div class="lead"> <h5>Segment Size: <input class="span2" name="segsize" type="text" style="text-align: right" placeholder="0B"/> <a href="#" id="segHelp" rel="tooltip" title="Example: 1B, 2K, 3M"><i class="icon-question-sign"></i></a></h5> </div> </div> <div class="modal-footer"> <div class="progress progress-striped active span4 pull-left"> <div class="bar" style="width: 50%;"></div> </div> <button class="btn" data-dismiss="modal" aria-hidden="true">Later</button> <button type="submit" value="Upload Now" class="btn btn-primary">Upload Now</button> </div> </div> </form> <table class="table table-hover"> <!-- Table header --> <thead> <tr> <th class="span1"><input type="checkbox" class="pull-right" name="select-all" id="select-all"></th> <th class="span6">Name</th> <th class="span2">Size</th> <th>Modified</th> </tr> </thead> <!-- Table body --> <tbody> {% if result[0] == 0 %} {% for item in result[1] %} <!-- Modal --> <div id="removeModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="removeModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h3 id="removeModalLabel">Removing</h3> </div> <div class="modal-body"> <p>Are you sure to remove this file?</p> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button> <a class="btn btn-primary" href="/delete_obj/?container={{container}}&obj={{item['name']}}">Remove Now</a> </div> </div> <tr> <td><input type="checkbox" class="pull-right"></td> <td>{{ item["name"] }} <div class="objaction pull-right"> <a class="action" href="/download_obj/?container={{container}}&obj={{item['name']}}" rel="tooltip" title="Download"><i class="icon-download-alt"></i></a> <a class="action" href="#" rel="tooltip" title="Remove" data-toggle="modal" data-target="#removeModal"><i class="icon-trash"></i></a> <a class="info" href="#" rel="popover" data-content=" {%- for i in item %} <p>{{i}}: {{item[i]}}</p> {%- endfor %} " title="Properties"><i class="icon-info-sign"></i></a> </div> </td> <td>{{ item["bytes"]}} Bytes</td> <td>{{ item["last_modified"]}}</td> </tr> {% endfor%} {% endif %} </tbody> <!-- Table foot --> <!-- <tfoot> <tr> <div class="alert"> <button type="button" class="close" data-dismiss="alert">×</button> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </tr> </tfoot> --> </table> </div> {% endblock %}
packages/eecology-shared/examples/grid/trackers.html
NLeSC/eEcology-ExtJS
<!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>eEcology grid of trackers</title> <link rel="stylesheet" type="text/css" href="../../../../ext/packages/ext-theme-classic/build/resources/ext-theme-classic-all.css" /> <script type="text/javascript" src="../../../../ext/ext-all-dev.js"></script> <!-- GC --> <link rel="stylesheet" type="text/css" href="../../../../ext/src/ux/grid/css/GridFilters.css" /> <link rel="stylesheet" type="text/css" href="../../../../ext/src/ux/grid/css/RangeMenu.css" /> <script type="text/javascript" src="../../build/eecology-shared-dev.js"></script> <script type="text/javascript" src="trackers.js"></script> </head> <body> <h1>Grid of trackers</h1> <p>Shows a list of trackers which can be filtered. <p>Note that the js is not minified so it is readable. See <a href="trackers.js">trackers.js</a>.</p> <div id="grid-example"></div> </body> </html>
distro/common/html/knife-client.1.html
elgalu/chef-depth-1
<!DOCTYPE html> <html> <head> <meta http-equiv='content-type' value='text/html;charset=utf8'> <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'> <title>knife-client(1) - Manage Chef API Clients</title> <style type='text/css' media='all'> /* style: man */ body#manpage {margin:0} .mp {max-width:100ex;padding:0 9ex 1ex 4ex} .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0} .mp h2 {margin:10px 0 0 0} .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex} .mp h3 {margin:0 0 0 4ex} .mp dt {margin:0;clear:left} .mp dt.flush {float:left;width:8ex} .mp dd {margin:0 0 0 9ex} .mp h1,.mp h2,.mp h3,.mp h4 {clear:left} .mp pre {margin-bottom:20px} .mp pre+h2,.mp pre+h3 {margin-top:22px} .mp h2+pre,.mp h3+pre {margin-top:5px} .mp img {display:block;margin:auto} .mp h1.man-title {display:none} .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143} .mp h2 {font-size:16px;line-height:1.25} .mp h1 {font-size:20px;line-height:2} .mp {text-align:justify;background:#fff} .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211} .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201} .mp u {text-decoration:underline} .mp code,.mp strong,.mp b {font-weight:bold;color:#131211} .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none} .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff} .mp b.man-ref {font-weight:normal;color:#434241} .mp pre {padding:0 4ex} .mp pre code {font-weight:normal;color:#434241} .mp h2+pre,h3+pre {padding-left:0} ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px} ol.man-decor {width:100%} ol.man-decor li.tl {text-align:left} ol.man-decor li.tc {text-align:center;letter-spacing:4px} ol.man-decor li.tr {text-align:right;float:right} </style> <style type='text/css' media='all'> /* style: toc */ .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee} .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none} .man-navigation a:hover {color:#111;text-decoration:underline} </style> </head> <!-- The following styles are deprecated and will be removed at some point: div#man, div#man ol.man, div#man ol.head, div#man ol.man. The .man-page, .man-decor, .man-head, .man-foot, .man-title, and .man-navigation should be used instead. --> <body id='manpage'> <div class='mp' id='man'> <div class='man-navigation' style='display:none'> <a href="#NAME">NAME</a> <a href="#SYNOPSIS">SYNOPSIS</a> <a href="#SUB-COMMANDS">SUB-COMMANDS</a> <a href="#BULK-DELETE">BULK DELETE</a> <a href="#CREATE">CREATE</a> <a href="#DELETE">DELETE</a> <a href="#EDIT">EDIT</a> <a href="#LIST">LIST</a> <a href="#REREGISTER">REREGISTER</a> <a href="#SHOW">SHOW</a> <a href="#DESCRIPTION">DESCRIPTION</a> <a href="#SEE-ALSO">SEE ALSO</a> <a href="#AUTHOR">AUTHOR</a> <a href="#DOCUMENTATION">DOCUMENTATION</a> <a href="#CHEF">CHEF</a> </div> <ol class='man-decor man-head man head'> <li class='tl'>knife-client(1)</li> <li class='tc'>Chef Manual</li> <li class='tr'>knife-client(1)</li> </ol> <h2 id="NAME">NAME</h2> <p class="man-name"> <code>knife-client</code> - <span class="man-whatis">Manage Chef API Clients</span> </p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <p><strong>knife</strong> <strong>client</strong> <em>sub-command</em> <em>(options)</em></p> <h2 id="SUB-COMMANDS">SUB-COMMANDS</h2> <p>Client subcommands follow a basic create, read, update, delete (CRUD) pattern. The Following subcommands are available:</p> <h2 id="BULK-DELETE">BULK DELETE</h2> <p><strong>knife client bulk delete</strong> <em>regex</em> <em>(options)</em></p> <p>Delete clients where the client name matches the regular expression <em>regex</em> on the Chef Server. The regular expression should be given as a quoted string, and not surrounded by forward slashes.</p> <h2 id="CREATE">CREATE</h2> <p><strong>knife client create</strong> <em>client name</em> <em>(options)</em></p> <dl> <dt><code>-a</code>, <code>--admin </code></dt><dd>Create the client as an admin</dd> <dt><code>-f</code>, <code>--file FILE</code></dt><dd>Write the key to a file</dd> </dl> <p>Create a new client. This generates an RSA keypair. The private key will be displayed on <em>STDOUT</em> or written to the named file. The public half will be stored on the Server. For <em>chef-client</em> systems, the private key should be copied to the system as <code>/etc/chef/client.pem</code>.</p> <p>Admin clients should be created for users that will use <em>knife</em> to access the API as an administrator. The private key will generally be copied to <code>~/.chef/client\_name.pem</code> and referenced in the <code>knife.rb</code> configuration file.</p> <h2 id="DELETE">DELETE</h2> <p><strong>knife client delete</strong> <em>client name</em> <em>(options)</em></p> <p>Deletes a registered client.</p> <h2 id="EDIT">EDIT</h2> <p><strong>client edit</strong> <em>client name</em> <em>(options)</em></p> <p>Edit a registered client.</p> <h2 id="LIST">LIST</h2> <p><strong>client list</strong> <em>(options)</em></p> <dl> <dt><code>-w</code>, <code>--with-uri</code></dt><dd> Show corresponding URIs</dd> </dl> <p>List all registered clients.</p> <h2 id="REREGISTER">REREGISTER</h2> <p><strong>client reregister</strong> <em>client name</em> <em>(options)</em></p> <dl> <dt><code>-f</code>, <code>--file FILE</code></dt><dd>Write the key to a file</dd> </dl> <p>Regenerate the RSA keypair for a client. The public half will be stored on the server and the private key displayed on <em>STDOUT</em> or written to the named file. This operation will invalidate the previous keypair used by the client, preventing it from authenticating with the Chef Server. Use care when reregistering the validator client.</p> <h2 id="SHOW">SHOW</h2> <p><strong>client show</strong> <em>client name</em> <em>(options)</em></p> <dl> <dt><code>-a</code>, <code>--attribute ATTR</code></dt><dd>Show only one attribute</dd> </dl> <p>Show a client. Output format is determined by the --format option.</p> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>Clients are identities used for communication with the Chef Server API, roughly equivalent to user accounts on the Chef Server, except that clients only communicate with the Chef Server API and are authenticated via request signatures.</p> <p>In the typical case, there will be one client object on the server for each node, and the corresponding client and node will have identical names.</p> <p>In the Chef authorization model, there is one special client, the "validator", which is authorized to create new non-administrative clients but has minimal privileges otherwise. This identity is used as a sort of "guest account" to create a client identity when initially setting up a host for management with Chef.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <p> <strong>knife-node</strong>(1)</p> <h2 id="AUTHOR">AUTHOR</h2> <p> Chef was written by Adam Jacob <a href="&#x6d;&#97;&#105;&#108;&#116;&#111;&#x3a;&#x61;&#100;&#x61;&#109;&#x40;&#111;&#x70;&#115;&#x63;&#x6f;&#100;&#101;&#x2e;&#99;&#x6f;&#x6d;" data-bare-link="true">&#x61;&#100;&#97;&#x6d;&#x40;&#111;&#x70;&#x73;&#x63;&#111;&#x64;&#101;&#46;&#99;&#x6f;&#x6d;</a> with many contributions from the community.</p> <h2 id="DOCUMENTATION">DOCUMENTATION</h2> <p> This manual page was written by Joshua Timberman <a href="&#109;&#97;&#x69;&#x6c;&#x74;&#111;&#x3a;&#106;&#x6f;&#115;&#x68;&#x75;&#97;&#64;&#111;&#x70;&#115;&#99;&#111;&#x64;&#101;&#46;&#99;&#x6f;&#109;" data-bare-link="true">&#106;&#x6f;&#115;&#104;&#x75;&#x61;&#64;&#x6f;&#x70;&#115;&#99;&#x6f;&#x64;&#x65;&#x2e;&#x63;&#111;&#109;</a>. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p> <h2 id="CHEF">CHEF</h2> <p> Knife is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home" data-bare-link="true">http://wiki.opscode.com/display/chef/Home</a></p> <ol class='man-decor man-foot man foot'> <li class='tl'>Chef 11.8.0</li> <li class='tc'>October 2013</li> <li class='tr'>knife-client(1)</li> </ol> </div> </body> </html>
aexample/doc/com/knowgate/currency/package-use.html
sergiomt/judal
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_77) on Sun May 21 20:06:27 BST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=utf8"> <title>Uses of Package com.knowgate.currency</title> <meta name="date" content="2017-05-21"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.knowgate.currency"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/knowgate/currency/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package com.knowgate.currency" class="title">Uses of Package<br>com.knowgate.currency</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../com/knowgate/currency/package-summary.html">com.knowgate.currency</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.knowgate.currency">com.knowgate.currency</a></td> <td class="colLast"> <div class="block">Currency Type</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.knowgate.currency"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../com/knowgate/currency/package-summary.html">com.knowgate.currency</a> used by <a href="../../../com/knowgate/currency/package-summary.html">com.knowgate.currency</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../com/knowgate/currency/class-use/CurrencyCode.html#com.knowgate.currency">CurrencyCode</a> <div class="block">Currency Code</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../com/knowgate/currency/class-use/Money.html#com.knowgate.currency">Money</a> <div class="block">Combination of BigDecimal with Currency Sign This class handles money amounts that include a currency sign</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/knowgate/currency/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Step2-Indexing/man_html/man1/shred.1.html
loic-carbonne/Man-fulltext-search
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2> <p class="level0">shred - overwrite a file to hide its contents, and optionally delete it <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2> <p class="level0"><span Class="bold">shred</span> [<span Class="emphasis">OPTION</span>]... <span Class="emphasis">FILE</span>... <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2> <p class="level0"> <p class="level0">Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data. <p class="level0">Mandatory arguments to long options are mandatory for short options too. <p class="level0"><span Class="bold">-f</span>, <span Class="bold">--force</span> change permissions to allow writing if necessary <p class="level0"><span Class="bold">-n</span>, <span Class="bold">--iterations</span>=<span Class="emphasis">N</span> overwrite N times instead of the default (3) <p class="level0"><span Class="bold">--random-source</span>=<span Class="emphasis">FILE</span> get random bytes from FILE <p class="level0"><span Class="bold">-s</span>, <span Class="bold">--size</span>=<span Class="emphasis">N</span> shred this many bytes (suffixes like K, M, G accepted) <p class="level0"><span Class="bold">-u</span>, <span Class="bold">--remove</span>[=<span Class="emphasis">HOW</span>] truncate and remove file after overwriting; See below <p class="level0"><span Class="bold">-v</span>, <span Class="bold">--verbose</span> show progress <p class="level0"><span Class="bold">-x</span>, <span Class="bold">--exact</span> do not round file sizes up to the next full block; <p class="level0"><a name=""></a><span class="nroffip"></span> <p class="level1">this is the default for non-regular files <p class="level1"><span Class="bold">-z</span>, <span Class="bold">--zero</span> add a final overwrite with zeros to hide shredding <p class="level1"><span Class="bold">--help</span> display this help and exit <p class="level1"><span Class="bold">--version</span> output version information and exit <p class="level1">If FILE is -, shred standard output. <p class="level1">Delete FILE(s) if <span Class="bold">--remove</span> (<span Class="bold">-u</span>) is specified. The default is not to remove the files because it is common to operate on device files like <span Class="emphasis">/dev/hda</span>, and those files usually should not be removed. The optional HOW parameter indicates how to remove a directory entry: 'unlink' =&gt; use a standard unlink call. 'wipe' =&gt; also first obfuscate bytes in the name. 'wipesync' =&gt; also sync each obfuscated byte to disk. The default mode is 'wipesync', but note it can be expensive. <p class="level1">CAUTION: Note that shred relies on a very important assumption: that the file system overwrites data in place. This is the traditional way to do things, but many modern file system designs do not satisfy this assumption. The following are examples of file systems on which shred is not effective, or is not guaranteed to be effective in all file system modes: <p class="level1">* log-structured or journaled file systems, such as those supplied with AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.) <p class="level1">* file systems that write redundant data and carry on even if some writes fail, such as RAID-based file systems <p class="level1">* file systems that make snapshots, such as Network Appliance's NFS server <p class="level1">* file systems that cache in temporary locations, such as NFS version 3 clients <p class="level1">* compressed file systems <p class="level1">In the case of ext3 file systems, the above disclaimer applies (and shred is thus of limited effectiveness) only in data=journal mode, which journals file data in addition to just metadata. In both the data=ordered (default) and data=writeback modes, shred works as usual. Ext3 journaling modes can be changed by adding the data=something option to the mount options for a particular file system in the <span Class="emphasis">/etc/fstab</span> file, as documented in the mount man page (man mount). <p class="level1">In addition, file system backups and remote mirrors may contain copies of the file that cannot be removed, and that will allow a shredded file to be recovered later. <a name="AUTHOR"></a><h2 class="nroffsh">AUTHOR</h2> <p class="level0">Written by Colin Plumb. <a name="REPORTING"></a><h2 class="nroffsh">REPORTING BUGS</h2> <p class="level0">GNU coreutils online help: &lt;http://www.gnu.org/software/coreutils/&gt; <br>Report shred translation bugs to &lt;http://translationproject.org/team/&gt; <a name="COPYRIGHT"></a><h2 class="nroffsh">COPYRIGHT</h2> <p class="level0">Copyright &copy; 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;. <br>This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2> <p class="level0">Full documentation at: &lt;http://www.gnu.org/software/coreutils/shred&gt; <br>or available locally via: info (aq(coreutils) shred invocation(aq
src/javadoc/assets/customizations.css
icoretech/audiobox-jlib
a { color: #08C; } #header { border-bottom: 3px solid #444751; height: 54px; } #search_filtered .jd-selected { background-color: #444751; } #headerLeft { left: 220px; bottom: 5px; }
client/src/app/customer/purchase/purchase.tpl.html
ratanasv/first
<ion-content style='padding-top: 44px;'> <div class='list'> <div ng-repeat='(key, value) in items' class='item item-thumbnail-left item-icon-right vir-order-animate' ng-click='toggleSelection(key)' > <img ng-src='{{value.image}}'> <h2>{{value.name}}</h2> <h3> ${{value.cost}}</h3> <p>{{value.description}}</p> <i ng-show='value.selected' class='icon ion-checkmark-round'></i> </div> </div> <div class='filler'> </div> </ion-content> <div class='bar bar-footer' style='bottom: 49px; border-style: solid; border-color: #b2b2b2'> <button ng-click='onDone()' class='button button-positive'> Send Order </button> <div class='title info'> Total Cost = ${{totalCost() | number : 2}} </div> </div>
wojilu.Web/framework/views/Common/CategoryBase/List.html
songboriceboy/cnblogsbywojilu
 <div style="padding:20px;"> <table style="width: 99%;" border="0" id="dataAdminList" data-sortAction="#{sortAction}"> <tr class="adminBar"><td colspan="4"> <span><a href="#{addLink}" class="frmBox"><img src="~img/list.gif" /> _{addCategory}</a></span> </td> </tr> <tr class="tableHeader"> <td style="width:80px;"><strong>_{orderId}</strong></td> <td><strong>_{name}</strong></td> <td><strong>_{description}</strong></td> <td><strong>_{admin}</strong></td> </tr><!-- BEGIN list --> <tr class="tableItems"> <td class="sort"> <img src="~img/up.gif" class="cmdUp right10" data-id="#{category.Id}"/> <img src="~img/dn.gif" class="cmdDown" data-id="#{category.Id}"/> </td> <td>#{category.Title}</td> <td>#{category.Description}</td> <td><a href="#{category.EditUrl}" class="frmBox">_{edit}</a> <a href="#{category.DeleteUrl}" class="deleteCmd">_{delete}</a></td> </tr><!-- END list --> </table> </div>
tp5/public/static/css/cct-common.css
xhw357972897/petattic
/***** base *****/ *html { _background-image:url(about:blank); _background-attachment:fixed;}/*ie6不抖动*/ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, input, button, span, a, blockquote, th { margin:0; padding:0;} body { background:#fff; color:#666; font:12px/1.5 tahoma,arial,'\5b8b\4f53',sans-serif; text-align:left;} h1, h2, h3, h4, h5, h6, button, input, select, textarea, strong { font-size:100%; font-weight:normal;} ol, ul, li { list-style-type:none;} img, fieldset { border:0;} a, img, fieldset, :focus, input, textarea { outline:none;} em { font-style:normal} .clr { display:block; overflow:hidden; clear:both; height:0; line-height:0; font-size:0;} .clrfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;} .clrz { zoom:1;} .clrhz { overflow:hidden; zoom:1;} a { color:#666; text-decoration:none;} a:hover { color:#ff4000; text-decoration:underline;} .c-icon { display:inline-block; background:url(../images/cct_ui.png) 0 -999em no-repeat; overflow:hidden; vertical-align:middle;} .f-gray6 { color:#666;} .f-gray9 { color:#999;} .f-red { color:#e50000;} .f-orange { color:#ff4000;} a.a-gray { color:#666;} a.a-greyish { color:#999;} a.a-blue { color:#0061a6;} a.a-red { color:#ff2a00;} a.a-orange { color:#f50;} a.a-gray:hover, a.a-greyish:hover, a.a-blue:hover, a.a-red:hover, a.a-orange:hover { color:#ff4000;} a.c-btn { display:inline-block; font-size:12px; border-radius:2px; line-height:20px; padding:0 5px; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none;} a.c-btn:hover { text-decoration:none;} a.btn-defgray { border:#bfbfbf 1px solid; background:#fff; color:#666;} a.btn-defgray:hover { border:#b3b3b3 1px solid; background:#fafafa; color:#333;} a.btn-orange { background:#ff7f00; color:#fff;} a.btn-orange:hover { background:#ff9500; color:#fff;} .w-hd, .w-ft, .w-slide, .w-ensure { background:#fff; margin:0 auto; width:100%; min-width:1200px;} .w-main { margin:0 auto; width:1200px; zoom:1;} .w-main:after { clear:both; content:""; display:table;} .left { float:left;} .right { float:right;} .lw { width:200px;} .rw { width:990px;} .mt10 { margin-top:10px;} .mt20 { margin-top:20px;} .mt25 { margin-top:25px;} .mb10 { margin-bottom:10px;} .mb15 { margin-bottom:15px;} .mb20 { margin-bottom:20px;} .mb30 { margin-bottom:30px;} .mtb20 { margin:20px auto;} .mtb40 { margin:40px auto;} .pb10{ padding-bottom: 10px;} .block20 { clear:both; display:block; height:20px; overflow:hidden;} .dis-n { display:none;} /* 头部 */ .tophotad { background:#fff; width:100%; min-width:1200px; height:50px; overflow:hidden; margin:0 auto; position:relative;} .tophotad p a { display:block; width:1200px; height:50px; margin:0 auto; text-indent:-999em;} .tophotad .a-close { left:50%; top:10px; margin-left:575px; position:absolute; text-decoration:none; font:12px/12px '\5b8b\4f53'; color:#999; background:#fff; border:#ccc 1px solid; padding:1px 0 0 1px;} .w-hd .w-top { width:100%; min-width:1200px; margin:0 auto; background:#f6f6f6; height:31px; line-height:31px;} .w-hd .top-toolbar, .w-hd .logo-search, .w-nav .t-nav { width:1200px; margin:0 auto;} .w-top .top-toolbar li, .w-top .top-toolbar li a, .w-top .top-toolbar li span, .w-top .top-toolbar li p, .w-top .top-toolbar li em { float:left; display:inline;} .w-top .top-toolbar li span, .w-top .top-toolbar li p { color:#666;} .w-top .top-toolbar li em { color:#ddd; margin-right:8px;} .w-top .top-toolbar li a { margin-right:7px;} .w-top .top-toolbar li a:hover { text-decoration:none;} .w-top .top-toolbar li { color:#666;} .w-top .top-toolbar li.logininfo p { margin-right:7px; color:#ff4000;} .w-top .top-toolbar li.logininfo b { font-weight:normal; color:#ff4000;} .w-top .top-toolbar .top-mycart .ico-cart { background-position:0 0; float:left; width:14px; height:14px; margin:8px 5px 0 0;} .w-top .top-toolbar .top-mycart strong { color:#ff4000; margin-right:3px;} .w-hd .logo-search { height:80px; padding:20px 0;} .logo-search .c-logo, .logo-search .c-slogan { float:left; height:80px; overflow:hidden;} .logo-search .c-logo { width:220px;} /*20150707*/ .logo-search .c-slogan { width:200px;} .logo-search .search-tab { float:left; width:600px; margin:10px 0 0 20px;} .logo-search .search-form .so-input-box { float:left; border:#FF7F17 2px solid; border-right:0; width:432px; height:36px;} .search-tab .search-form .so-select { float:left; width:56px; height:36px; overflow:hidden; position:relative; z-index:50;} .search-tab .search-form .so-select ul { width:54px; background:#fff; border-left:#fff 1px solid; border-right:#e6e6e6 1px solid; position:absolute; z-index:51;} .search-tab .search-form .so-select li { height:36px; line-height:36px; text-align:center;} .search-tab .search-form .so-select li a { display:block; height:36px; color:#666; text-decoration:none;} .search-tab .search-form .so-select li a:hover { background:#f5f5f5;} .search-tab .search-form .so-select li.selected { text-indent:-10px;} .search-tab .search-form .so-select i { background:url(../images/cct_ui.png) -15px 0 no-repeat; display:block; width:7px; height:4px; overflow:hidden; position:absolute; top:16px; right:10px; z-index:52;} .search-tab .search-form .so-hover { overflow:visible;} .search-tab .search-form .so-hover i { background-position:-15px -5px;} .search-tab .search-form .so-hover ul { border-left:#e6e6e6 1px solid; border-bottom:#e6e6e6 1px solid;} .logo-search .search-form .so-input-box .soinput { float:left; background:none; border:none; height:26px; line-height:26px; padding:5px 0 5px 10px; font-size:12px; color:#999; width:366px;} .logo-search .search-form .so-input-box .fcinput { color:#666;} .logo-search .search-form .sobtn { float:left; display:inline; text-align:center; width:82px; height:40px; font:500 16px/40px "microsoft yahei"; color:#fff; border:none; margin-right:1px; cursor:pointer;} .logo-search .search-form .sogoods { background:#FF7F17;} .logo-search .search-form .sogoods:hover { background:#FF6F07;} .logo-search .search-form .soshop { background:#ff7f00;} .logo-search .search-form .soshop:hover { background:#ff9500;} .logo-search .search-tags { width:517px; height:18px; line-height:18px; overflow:hidden; color:#fa5300; margin-top:5px;} .logo-search .search-tags a { float:left; display:inline; margin-right:10px;} .logo-search .top-wx { background:url(../images/tp-wx.gif) no-repeat; float:right; display:inline; width:120px; height:86px; position:relative; *margin-bottom:-6px;} .logo-search .top-wx .a-close { width:16px; height:16px; position:absolute; top:0; right:0;} .w-hd .w-nav { width:100%; min-width:1200px; height:34px; background:#fff; border-bottom:#FF7F17 2px solid;} .t-nav .nav-categorys { float:left; position:relative; z-index:40;} .t-nav .nav-categorys .catetit { width:210px; line-height:34px;} .t-nav .nav-categorys .catetit a { background:#FF7F17; font:14px/34px '\5FAE\8F6F\96C5\9ED1'; color:#fff; display:block; height:36px; line-height:36px; text-decoration:none; text-align:center; text-indent:-15px; cursor:default; margin-bottom:-2px; position:relative;} .t-nav .nav-categorys .catetit a i { background-position:-23px 0; width:9px; height:6px; position:absolute; top:15px; right:15px;} .t-nav .nav-categorys .catetit.hover a i { background-position:-23px -7px;} .t-nav .nav-categorys .cate-item { background:#1e9246; width:210px; height:328px; position:absolute; top:36px; left:0; overflow:visible; z-index:41;} .t-nav .nav-categorys .cate-item li { width:210px; height:41px; line-height:41px; overflow:hidden; vertical-align:bottom;} /*20150715*/ .t-nav .nav-categorys .cate-item .cateone { background:url(../images/navbg.png) no-repeat; height:41px; line-height:41px; overflow:hidden; position:relative; zoom:1; z-index:999; -webkit-transition:padding-left 0.2s ease-in; -moz-transition:padding-left 0.2s ease-in; -ms-transition:padding-left 0.2s ease-in; -o-transition:padding-left 0.2s ease-in; transition:padding-left 0.2s ease-in;} /*20150611*/ .t-nav .nav-categorys .cate-item .cateone a { color:#fff; display:inline-block; height:33px; line-height:33px; font:14px/33px '\5FAE\8F6F\96C5\9ED1'; white-space:nowrap; z-index:999; padding-left:20px; margin-top:4px;} /*20150708*/ .t-nav .nav-categorys .cate-item .cateone a:hover { text-decoration:none;} .t-nav .nav-categorys .cate-item .cateone .iconfont { background:url(../images/cct_c_icon.png) no-repeat; display:inline-block; width:16px; height:16px; margin:12px 6px 0 16px; vertical-align:top; text-indent:-999em; z-index:999; } /*20150610*/ .t-nav .nav-categorys .cate-item .cate1 { background-position:0 0;} .t-nav .nav-categorys .cate-item .cate2 { background-position:0 -41px;} .t-nav .nav-categorys .cate-item .cate3 { background-position:0 -82px;} .t-nav .nav-categorys .cate-item .cate4 { background-position:0 -123px;} .t-nav .nav-categorys .cate-item .cate5 { background-position:0 -164px;} .t-nav .nav-categorys .cate-item .cate6 { background-position:0 -205px;} .t-nav .nav-categorys .cate-item .cate7 { background-position:0 -246px;} .t-nav .nav-categorys .cate-item .cate8 { background-position:0 -287px;} .t-nav .nav-categorys .cate-item .cate1 .iconfont { background-position:0 0;} .t-nav .nav-categorys .cate-item .cate2 .iconfont { background-position:0 -16px;} .t-nav .nav-categorys .cate-item .cate3 .iconfont { background-position:0 -32px;} .t-nav .nav-categorys .cate-item .cate4 .iconfont { background-position:0 -48px;} .t-nav .nav-categorys .cate-item .cate5 .iconfont { background-position:0 -64px;} .t-nav .nav-categorys .cate-item .cate6 .iconfont { background-position:0 -80px;} .t-nav .nav-categorys .cate-item .cate7 .iconfont { background-position:0 -96px;} .t-nav .nav-categorys .cate-item .cate8 .iconfont { background-position:0 -112px;} .t-nav .nav-categorys .cate-item .catetwo { display:none; -webkit-box-shadow:0 0 5px rgba(0,0,0,0.3); -moz-box-shadow:0 0 5px rgba(0,0,0,0.3); -ms-box-shadow:0 0 5px rgba(0,0,0,0.3); -o-box-shadow:0 0 5px rgba(0,0,0,0.3); box-shadow:0 0 5px rgba(0,0,0,0.3); background:#fff; border:#eee 1px solid; border-top:0; width:398px; height:399px; position:absolute; top:0; left:200px; z-index:42; -webkit-transition:-webkit-transform 0.5s; transition:transform 0.5s;} .t-nav .nav-categorys .cate-item .catetwo .act { font-size:0; position:absolute; bottom:0; *bottom:-1px; right:0; z-index:48;} .t-nav .nav-categorys .cate-item .catetwo dl { width:360px; position:absolute; top:10px; left:19px; z-index:49;} .t-nav .nav-categorys .cate-item .catetwo dt { border-bottom:#e5e5e5 1px solid; font-weight:bold; height:30px; line-height:30px; text-indent:5px;} .t-nav .nav-categorys .cate-item .catetwo dd { line-height:24px; margin-top:5px;} .t-nav .nav-categorys .cate-item .catetwo dd p { float:left; display:inline; width:118px; padding:0 1px; margin-top:5px;} .t-nav .nav-categorys .cate-item .catetwo dd p a { padding:3px 3px 4px 4px; white-space:nowrap;} .t-nav .nav-categorys .cate-item .catetwo dd p a:hover { background:#FF7F17; color:#fff; text-decoration:none;} .t-nav .nav-categorys .cate-item .cateone.hover { background:#007130; padding-left:5px;} .t-nav .nav-categorys .cct-sylink { width:210px; height:72px; overflow:hidden; font-size:0; position:absolute; z-index:47; left:0; top:364px;} .t-nav .nav-items { float:left; margin-left:10px;} .t-nav .nav-items li { float:left; display:inline; height:30px; padding:2px 10px; position:relative;} .t-nav .nav-items li a { color:#333; display:block; font:700 14px/30px '\5FAE\8F6F\96C5\9ED1'; text-decoration:none; padding:0 15px;} .t-nav .nav-items li a:hover, .t-nav .nav-items li.curr , .t-nav .nav-items a.curr{ background-color:#f9f9f9; color:#ff4000;} /*20150703*/ .curr{background-color:#f9f9f9; color:#ff4000;} /*20150721*/ /* 位置 */ .c-location { height:20px; line-height:20px; margin:10px 0;} .c-location span { color:#999; font-family:'\5b8b\4f53'; margin:0 6px 0 5px;} /** 位置 **/ .area { margin:0 auto; width:980px;} .area a:link, .area a:visited { color:#0061ac;} .area a:hover, .area a:active { color:#f00000;} /*.location { height:21px; line-height:21px; margin:10px 0 8px 3px; text-align:left; overflow:hidden;}*/ .location { height:21px; line-height:21px; margin:10px 0 8px 3px; text-align:left; overflow:hidden; padding-left:10px; padding-top:10px;} /*20150707*/ .location .location_guide { background:url(../images/gdcct_v3_mainbg.gif) -318px -39px no-repeat; font-family:"宋体"; color:#808080; text-indent:13px;} .location .location_guide span { font-weight:bold;} .location_guide a:link, .location_guide a:visited { color:#808080;} .location_guide a:hover, .location_guide a:active { color:#bf0a0a;} /* 分页 */ .c-pagination { text-align:center;} .c-pagination .pagination-pages { display:inline-block; *display:inline; *zoom:1;} .c-pagination a, .c-pagination span, .c-pagination p, .c-pagination input { float:left; margin:0 3px;} .c-pagination a, .c-pagination span { border:#e5e5e5 1px solid; display:inline-block; width:33px; height:33px; line-height:33px; font-size:14px;} .c-pagination a:hover { border:#ff7e00 1px solid; color:#ff7e00; text-decoration:none;} .c-pagination .active { border:#ff7e00 1px solid; background:#ff7e00; color:#fff;} .c-pagination .prev, .c-pagination .next { color:#666; width:auto; padding:0 10px;} .c-pagination .prev i, .c-pagination .next i { font-family:"simsun"; font-weight:bold; font-style:normal;} .c-pagination p { color:#666; line-height:35px; margin:0 10px;} .c-pagination input { border:#e5e5e5 1px solid; color:#666; width:30px; padding:2px 5px; margin:5px 0 0 0; height:19px; line-height:19px; text-align:center;} .c-pagination a.c-btn { height:21px; line-height:21px; padding:2px 5px; font-size:12px; border:0; margin-top:5px;} .c-pagination a.c-btn:hover { color:#fff;} /* 分页2 */ .cutPage { text-align:center; font-size:12px; margin-top:10px; *margin-top:25px;} .cutPage a, .cutPage span.uncut, .cutPage span.current, .cutPage input { border:#d9d9d9 1px solid; display:inline-block; text-decoration:none; line-height:20px; padding:0 8px; margin: 0 3px;} .cutPage span.uncut { color:#666; border:none; font-family:"宋体"; padding:0;} .cutPage a:link, .cutPage a:visited { color:#666; text-decoration:none; background:#fff;} .cutPage a:hover, .cutPage a:active, .area .cutPage a:hover { color:#fff; background:#094;} .cutPage span.current { color:#fff; background:#094;} .cutPage input { width:20px; padding:0 5px; text-align:center;} /* 底部声明 */ .w-ft { background:#f8f8f8;} .w-ensure { background:#FF7F17; height:90px;} .w-ensure li { float:left; font-size:0;} .ft-service dl { float:left; display:inline; width:190px;} .ft-service dt { color:#666; font:16px/30px '\5FAE\8F6F\96C5\9ED1';} .ft-service dd a { color:#999; line-height:24px;} .ft-service dd a:hover { color:#ff4000;} .ft-service .ft-svr-con { width:250px;} .ft-service .ft-svr-con dt strong { color:#ff4040; font-size:24px;} .ft-service .ft-svr-con dd p { color:#999; line-height:24px;} .ft-copyright { background:#fff; padding:30px 0; color:#999; text-align:center;} .ft-copyright .ft-cp-link a { color:#999; margin:0 6px;} .ft-copyright p { line-height:26px;} .ft-copyright .ft-logo img { margin:0 10px;} /** 友情链接 **/ .ft-link .hd { height:27px; border-bottom:#e5e5e5 1px solid; color:#999;} .ft-link .hd h3 { float:left; line-height:27px; font-weight:bold; padding:0 5px;} .ft-link .hd ul { float:left; margin-left:10px;} .ft-link .hd ul li { float:left; display:inline; padding:7px 0; cursor:default; margin-left:-1px; position:relative;} .ft-link .hd ul li a { display:block; border-right:#e5e5e5 1px solid; color:#999; text-decoration:none; height:13px; line-height:13px; width:70px; text-align:center;} .ft-link .hd ul li a.clrrl { border-right:none;} .ft-link .hd ul li.on { padding:0;} .ft-link .hd ul li.on a { border:#e5e5e5 1px solid; border-bottom:#f8f8f8 1px solid; font-weight:bold; height:26px; line-height:25px; *margin-bottom:-1px; *position:relative;} .ft-link .hd p { float:right; line-height:27px;} .ft-link .s-more { height:44px; overflow:hidden;} .ft-link .ft-link-list { padding-top:10px; zoom:1;} .ft-link .ft-link-list li { float:left; display:inline; margin-right:12px; line-height:22px;} .ft-link .ft-link-list li a { color:#999; white-space:nowrap;} .ft-link .ft-link-list li a:hover { color:#ff4000;} .ft-link .ft-l-m { border:#eee 1px solid; border-radius:2px; background:#fafafa; color:#888; width:80px; height:14px; line-height:14px; padding:5px 0; text-align:center; cursor:pointer; margin:5px auto 0 auto;} .ft-link .ft-l-m:hover { border-color:#ddd; color:#666;} .ft-link .ft-l-m i { background-position:-15px 0; width:7px; height:4px; margin:5px 0 0 5px;} .ft-link .ft-l-re i { background-position:-15px -5px;} /* loadimg */ .p-img img, .fl-slider img, .fl-catalogue .act img { background:url(../images/loadimg.gif) no-repeat 50% 50%;} /* 右侧悬浮导航 */ .rt-ftBar { display:none; width:40px; height:202px; position:fixed; top:50%; margin-top:-101px; right:10px; _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2)); z-index:90;} .rt-ftBar li { vertical-align:bottom; width:40px; height:40px; margin-top:-1px; position:relative;} .rt-ftBar li a, .rtsvr-wx p, .rtsvr-phone p { background:url(../images/rtflt_svr.png) no-repeat;} .rt-ftBar li a { display:block; height:40px;} .rt-ftBar .rtsvr-qq a { background-position:0 0;} .rt-ftBar .rtsvr-qq a:hover { background-position:-41px 0;} .rt-ftBar .rtsvr-wx a { background-position:0 -39px;} .rt-ftBar .rtsvr-wx a:hover { background-position:-41px -39px;} .rt-ftBar .rtsvr-sina a { background-position:0 -78px;} .rt-ftBar .rtsvr-sina a:hover { background-position:-41px -78px;} .rt-ftBar .rtsvr-phone a { background-position:0 -117px;} .rt-ftBar .rtsvr-phone a:hover { background-position:-41px -117px;} .rt-ftBar .rtsvr-top a { background-position:0 -158px;} .rt-ftBar .rtsvr-top a:hover { background-position:-41px -158px;} .rtsvr-wx p, .rtsvr-phone p { display:none; position:absolute; z-index:91;} .rtsvr-wx p { background-position:-82px 0; width:120px; height:260px; bottom:-78px; right:39px;} .rtsvr-phone p { background-position:-82px -261px; width:120px; height:40px; bottom:0; right:39px;} .rt-ftBar .rtsvr-top { margin-top:5px;} /* 商品图片效果 */ .p-img a img { opacity:1; -webkit-transition:opacity 0.2s ease-in; -moz-transition:opacity 0.2s ease-in; -ms-transition:opacity 0.2s ease-in; -o-transition:opacity 0.2s ease-in; transition:opacity 0.2s ease-in;} .p-img a:hover img { opacity:0.7; filter:alpha(opacity=70);} .p-img-lm a img { -webkit-transition:0.2s ease-out; -moz-transition:0.2s ease-out; -ms-transition:0.2s ease-out; -o-transition:0.2s ease-out; transition:0.2s ease-out;} .p-img-lm a:hover img { -webkit-transform:translate(-5px,0); -moz-transform:translate(0,-10px); -ms-transform:translate(0,-10px); -o-transform:translate(0,-10px); transform:translate(-5px,0);}
docs/index/index-e.html
ktakagaki/nounou.rebooted150527
<!DOCTYPE html > <html> <head> <title>nounou documentation</title> <meta name="description" content="nounou documentation" /> <meta name="keywords" content="nounou documentation" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../lib/ref-index.css" media="screen" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../lib/jquery.js"></script> </head> <body><div class="entry"> <div class="name">elements</div> <div class="occurrences"><a href="../nounou/package.html" class="extype" name="nounou">nounou</a> </div> </div><div class="entry"> <div class="name">endTs</div> <div class="occurrences"><a href="../nounou/elements/traits/NNDataTiming.html" class="extype" name="nounou.elements.traits.NNDataTiming">NNDataTiming</a> </div> </div><div class="entry"> <div class="name">expandZeroEvents</div> <div class="occurrences"><a href="../nounou/elements/NNEvents.html" class="extype" name="nounou.elements.NNEvents">NNEvents</a> </div> </div></body> </html>
sirepo/package_data/static/html/own-jobs.html
mkeilman/sirepo
<div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div data-jobs-list=""></div> </div> </div> </div>
docs/api/org/apache/hadoop/contrib/index/lucene/class-use/ShardWriter.html
four2five/0.19.2
<!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_13) on Tue Jun 30 12:41:35 EDT 2009 --> <TITLE> Uses of Class org.apache.hadoop.contrib.index.lucene.ShardWriter (Hadoop 0.19.2 API) </TITLE> <META NAME="date" CONTENT="2009-06-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="Uses of Class org.apache.hadoop.contrib.index.lucene.ShardWriter (Hadoop 0.19.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/contrib/index/lucene/ShardWriter.html" title="class in org.apache.hadoop.contrib.index.lucene"><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/contrib/index/lucene//class-useShardWriter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ShardWriter.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.contrib.index.lucene.ShardWriter</B></H2> </CENTER> No usage of org.apache.hadoop.contrib.index.lucene.ShardWriter <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/contrib/index/lucene/ShardWriter.html" title="class in org.apache.hadoop.contrib.index.lucene"><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/contrib/index/lucene//class-useShardWriter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ShardWriter.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; 2008 The Apache Software Foundation </BODY> </HTML>
ahkl/apache-cassandra-3.5/javadoc/org/apache/cassandra/config/class-use/Config.MemtableAllocationType.html
jasonwee/videoOnCloud
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sat Apr 09 10:11:06 EDT 2016 --> <title>Uses of Class org.apache.cassandra.config.Config.MemtableAllocationType (apache-cassandra API)</title> <meta name="date" content="2016-04-09"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.config.Config.MemtableAllocationType (apache-cassandra API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/config/class-use/Config.MemtableAllocationType.html" target="_top">Frames</a></li> <li><a href="Config.MemtableAllocationType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.config.Config.MemtableAllocationType" class="title">Uses of Class<br>org.apache.cassandra.config.Config.MemtableAllocationType</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.config">org.apache.cassandra.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a> in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> declared as <a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a></code></td> <td class="colLast"><span class="typeNameLabel">Config.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/config/Config.html#memtable_allocation_type">memtable_allocation_type</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> that return <a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a></code></td> <td class="colLast"><span class="typeNameLabel">Config.MemtableAllocationType.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Config.MemtableAllocationType</a>[]</code></td> <td class="colLast"><span class="typeNameLabel">Config.MemtableAllocationType.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/config/class-use/Config.MemtableAllocationType.html" target="_top">Frames</a></li> <li><a href="Config.MemtableAllocationType.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 &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
DATASTAX_CASSANDRA-3.5.0/javadoc/org/apache/cassandra/hints/HintsServiceMBean.html
elisska/cloudera-cassandra
<!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_40) on Wed Apr 13 18:09:32 UTC 2016 --> <title>HintsServiceMBean (apache-cassandra API)</title> <meta name="date" content="2016-04-13"> <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="HintsServiceMBean (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/HintsServiceMBean.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/hints/HintsService.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/hints/HintVerbHandler.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/hints/HintsServiceMBean.html" target="_top">Frames</a></li> <li><a href="HintsServiceMBean.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.hints</div> <h2 title="Interface HintsServiceMBean" class="title">Interface HintsServiceMBean</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../org/apache/cassandra/hints/HintsService.html" title="class in org.apache.cassandra.hints">HintsService</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">HintsServiceMBean</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/HintsServiceMBean.html#deleteAllHints--">deleteAllHints</a></span>()</code> <div class="block">Irrevocably deletes all the stored hints files (with the exception of those that are being dispatched right now, or being written to).</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/HintsServiceMBean.html#deleteAllHintsForEndpoint-java.lang.String-">deleteAllHintsForEndpoint</a></span>(java.lang.String&nbsp;address)</code> <div class="block">Irrevocably deletes all the stored hints files for the target address (with the exception of those that are being dispatched right now, or being written to).</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/HintsServiceMBean.html#pauseDispatch--">pauseDispatch</a></span>()</code> <div class="block">Pause dispatch of all hints.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/hints/HintsServiceMBean.html#resumeDispatch--">resumeDispatch</a></span>()</code> <div class="block">Resume dispatch of all hints.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="pauseDispatch--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pauseDispatch</h4> <pre>void&nbsp;pauseDispatch()</pre> <div class="block">Pause dispatch of all hints. Does not affect the creation of hints.</div> </li> </ul> <a name="resumeDispatch--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>resumeDispatch</h4> <pre>void&nbsp;resumeDispatch()</pre> <div class="block">Resume dispatch of all hints. Does not affect the creation of hints.</div> </li> </ul> <a name="deleteAllHints--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deleteAllHints</h4> <pre>void&nbsp;deleteAllHints()</pre> <div class="block">Irrevocably deletes all the stored hints files (with the exception of those that are being dispatched right now, or being written to).</div> </li> </ul> <a name="deleteAllHintsForEndpoint-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>deleteAllHintsForEndpoint</h4> <pre>void&nbsp;deleteAllHintsForEndpoint(java.lang.String&nbsp;address)</pre> <div class="block">Irrevocably deletes all the stored hints files for the target address (with the exception of those that are being dispatched right now, or being written to).</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/HintsServiceMBean.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/hints/HintsService.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/hints/HintVerbHandler.html" title="class in org.apache.cassandra.hints"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/hints/HintsServiceMBean.html" target="_top">Frames</a></li> <li><a href="HintsServiceMBean.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
2.5.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/RemoteStoreSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier (BOM: * : All 2.5.0.Final API)</title> <meta name="date" content="2019-07-17"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier (BOM: * : All 2.5.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/RemoteStoreSupplier.html" target="_top">Frames</a></li> <li><a href="RemoteStoreSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.infinispan.cache_container">org.wildfly.swarm.config.infinispan.cache_container</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.infinispan.cache_container"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.html" title="type parameter in ScatteredCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ScatteredCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ScatteredCache.html#remoteStore-org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier-">remoteStore</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a>&nbsp;supplier)</code> <div class="block">The cache remote store configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="type parameter in DistributedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">DistributedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html#remoteStore-org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier-">remoteStore</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a>&nbsp;supplier)</code> <div class="block">The cache remote store configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html" title="type parameter in InvalidationCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">InvalidationCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/InvalidationCache.html#remoteStore-org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier-">remoteStore</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a>&nbsp;supplier)</code> <div class="block">The cache remote store configuration.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html" title="type parameter in LocalCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">LocalCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/LocalCache.html#remoteStore-org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier-">remoteStore</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a>&nbsp;supplier)</code> <div class="block">The cache remote store configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="type parameter in ReplicatedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ReplicatedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html#remoteStore-org.wildfly.swarm.config.infinispan.cache_container.RemoteStoreSupplier-">remoteStore</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">RemoteStoreSupplier</a>&nbsp;supplier)</code> <div class="block">The cache remote store configuration.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/RemoteStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/RemoteStoreSupplier.html" target="_top">Frames</a></li> <li><a href="RemoteStoreSupplier.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; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
_includes/nav.html
rsanchezavalos/observatoriodevivienda
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand page-scroll" style="font-size:13px" href="#page-top">Observatorio de Vivienda</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a class="page-scroll" href="/#page-top">Home</a> </li> <li> <a class="page-scroll" href="/#about">Objetivo</a> </li> <li> <a class="page-scroll" href="{{base.url}}/proceso">Proceso</a> </li> <li> <a class="page-scroll" href="{{base.url}}/about">Nosotros</a> </li> <li> <a class="page-scroll" href="/#contact">Contáctanos</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav>
doc/pyjs_site/public/faq/answers/im_doing_jsonrpc_with_pyjamas_but_my_app_isnt_working.html
minghuascode/pyj
<p> You should immediately stop trying to do too much, and eliminate pyjamas from the equation. Download a jsonrpc client (eg. <a href="http://json-rpc.org/wiki/python-json-rpc">python-json-rpc</a>) and add some python-based client-side code to the <i>server-side</i> testing. As you are a good web developer, who follows good code standard practices, this should have already occurred to you and it just temporarily slipped your mind that there should be an automated test suite based on something like jsonrpclib.tgz which you can use to <i>prove</i> to yourself that the JSONRPC server-side services of your app are absolutely perfect. You already considered the distinct advantages of being able to do automated tests such as pretending to be a user, interacting with the server-side forms, adding and deleting of records etc., but you had juuust not quite got round to doing that yet. well - now you have to. </p> <p> Once you have demonstrated to your satisfaction that there is nothing wrong with the JSONRPC services, you can then reintroduce Pyjamas, as a second client, into the equation. The difference between then and now is that you now <i>know</i> that there is nothing wrong with the JSONRPC services, server-side. So, anything that's wrong has to be something like you've specified the wrong URL in the use of the pyjamas.JSONService module. Check that the URL is the same as the one that you used in the client-side usage of the python jsonrpclib. </p> <p> You <b>have</b> to remember that you are using AJAX, with JSONRPC. So, the same standard rules apply: you can <b>not</b> access AJAX URLs other than those which match the URL from where the web browser downloaded the HTML and the Javascript. In other words, if your app is downloaded from http://fred.foo.com/myapp.html, then you can <b>not</b> put http://fred.foo.com:8080/jsonservice as the URL for the JSONRPC service, you can <b>not</b> put http://somewhere.else.com as the URL. It <b>has</b> to be http://fred.foo.com/somewhere. </p> <p> Welcome to the world where people used to use AJAX to do cross-site scripting attacks, downloading viruses and doing phishing attacks and other crap, but can't any more, and you, as a developer, have to pay for that. </p>
src/main/webapp/resources/css/stylish-portfolio.css
bhargavr/HomeAutomationServer
/*! * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ /* Global Styles */ html, body { width: 100%; height: 100%; } body { font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; } .text-vertical-center h1 { margin: 0; padding: 0; font-size: 4.5em; font-weight: 700; color: #FFFFFF; } .text-vertical-center h3 { color: #FFFFFF; } /* Custom Button Styles */ .btn-dark { border-radius: 0; color: #fff; background-color: rgba(0,0,0,0.4); } .btn-dark:hover, .btn-dark:focus, .btn-dark:active { color: #fff; background-color: rgba(0,0,0,0.7); } .btn-light { border-radius: 0; color: #333; background-color: rgb(255,255,255); } .btn-light:hover, .btn-light:focus, .btn-light:active { color: #333; background-color: rgba(255,255,255,0.8); } /* Custom Horizontal Rule */ hr.small { max-width: 100px; } /* Side Menu */ #sidebar-wrapper { z-index: 1000; position: fixed; right: 0; width: 250px; height: 100%; margin-right: -250px; overflow-y: auto; background: #222; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 20px; line-height: 40px; } .sidebar-nav li a { display: block; text-decoration: none; color: #999; } .sidebar-nav li a:hover { text-decoration: none; color: #fff; background: rgba(255,255,255,0.2); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 55px; font-size: 18px; line-height: 55px; } .sidebar-nav > .sidebar-brand a { color: #999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } #menu-toggle { z-index: 1; position: fixed; top: 0; right: 0; } #sidebar-wrapper.active { right: 250px; width: 250px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .toggle { margin: 5px 5px 0 0; } /* Header */ .header { display: table; position: relative; width: 100%; height: 100%; background: url(../img/bg.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* About */ .about { padding: 50px 0; } /* Services */ .services { padding: 50px 0; } .service-item { margin-bottom: 30px; } /* Callout */ .callout { display: table; width: 100%; height: 400px; color: #fff; background: url(../img/callout.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* Portfolio */ .portfolio { padding: 50px 0; } .portfolio-item { margin-bottom: 30px; } .img-portfolio { margin: 0 auto; } .img-portfolio:hover { opacity: 0.8; } /* Call to Action */ .call-to-action { padding: 50px 0; } .call-to-action .btn { margin: 10px; } /* Map */ .map { height: 500px; } @media(max-width:768px) { .map { height: 75%; } } /* Footer */ footer { padding: 100px 0; }
2012.12.0/apidocs/org/wildfly/swarm/config/management/class-use/ManagementOperationsServiceSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Dec 12 12:37:17 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.management.ManagementOperationsServiceSupplier (BOM: * : All 2012.12.0 API)</title> <meta name="date" content="2017-12-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="Uses of Interface org.wildfly.swarm.config.management.ManagementOperationsServiceSupplier (BOM: * : All 2012.12.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/management/ManagementOperationsServiceSupplier.html" title="interface in org.wildfly.swarm.config.management">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/management/class-use/ManagementOperationsServiceSupplier.html" target="_top">Frames</a></li> <li><a href="ManagementOperationsServiceSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.management.ManagementOperationsServiceSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.management.ManagementOperationsServiceSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/management/ManagementOperationsServiceSupplier.html" title="interface in org.wildfly.swarm.config.management">ManagementOperationsServiceSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/management/ManagementOperationsServiceSupplier.html" title="interface in org.wildfly.swarm.config.management">ManagementOperationsServiceSupplier</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/management/ManagementOperationsServiceSupplier.html" title="interface in org.wildfly.swarm.config.management">ManagementOperationsServiceSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/ManagementCoreService.html" title="type parameter in ManagementCoreService">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ManagementCoreService.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/ManagementCoreService.html#managementOperationsService-org.wildfly.swarm.config.management.ManagementOperationsServiceSupplier-">managementOperationsService</a></span>(<a href="../../../../../../org/wildfly/swarm/config/management/ManagementOperationsServiceSupplier.html" title="interface in org.wildfly.swarm.config.management">ManagementOperationsServiceSupplier</a>&nbsp;supplier)</code> <div class="block">Execution of management operations.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/management/ManagementOperationsServiceSupplier.html" title="interface in org.wildfly.swarm.config.management">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/management/class-use/ManagementOperationsServiceSupplier.html" target="_top">Frames</a></li> <li><a href="ManagementOperationsServiceSupplier.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 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
app/cps/view/site/user/user_account.html
liuguogen/Ecstore
<div class="main2_head"> <div class="m2head_7"><span><a href="<{link app=cps ctl=site_welcome act=showUser}>">我的账户</a></span>&gt;<span><a href="<{link app='cps' ctl='site_welcome' act='showUserInfo'}>">账户信息管理</a></span>&gt;<span class="bold">修改收款方式</span></div> <div class="acc_sz"><span>会员:<label id="cpsBarUser"></label> <a href="<{link app=cps ctl=site_user act=logout}>"> [退出]</a></span></div> </div> <div class="main2_content"> <div class="mc_2box"> <div class="m2_left"> <ul id="m2left_nav"> <li><a href="<{link app='cps' ctl='site_welcome' act='user_webinfo_edit'}>">修改网站信息</a></li> <li><a href="<{link app='cps' ctl='site_welcome' act='user_contactinfo_edit'}>">修改联系方式</a></li> <li class="curr bg_color1"><a href="<{link app='cps' ctl='site_welcome' act='user_pay_account_edit'}>">修改收款方式</a></li> <li><a href="<{link app='cps' ctl='site_welcome' act='user_password_edit'}>">修改密码</a></li> </ul> <div class="clear"></div> </div> <div class="m2_right"> <div class="yj_search3"> <form action="<{link app='cps' ctl='site_welcome' act='user_pay_account_edit'}>" method="post"> <table width="96%" border="0" cellspacing="0"> <tbody> <tr> <th height="40" align="right" valign="middle">用户类型:</th> <td height="40" valign="middle"><label> <{$userType}> </label></td> </tr> <tr> <th height="40" align="right" valign="middle">开户银行:</th> <td height="40" valign="middle"><label> <select name="acc[acc_bank]" class="logintext2"> <{foreach from=$banks item=val}> <option value="<{$val.b_name}>"<{if $val.b_name == $acc.acc_bank}>selected="selected"<{/if}>><{$val.b_name}></option> <{/foreach}> </select> </label></td> </tr> <tr> <th height="40" align="right" valign="middle">开户支行:</th> <td height="40" valign="middle"><label> <input type="text" vtype="required" name="acc[acc_bname]" value="<{$acc.acc_bname}>" class="logintext2"> </label>如"中国工商银行浙江省分行平湖市支行 人民分理处"</td> </tr> <tr> <th height="40" align="right" valign="middle">账号:</th> <td height="40" valign="middle"><label> <input type="text" vtype="required" name="acc[account]" value="<{$acc.account}>" class="logintext2"> </label></td> </tr> <tr> <th height="40" align="right" valign="middle">开户姓名:</th> <td height="40" valign="middle"><label> <input type="text" vtype="required" name="acc[acc_person]" value="<{$acc.acc_person}>" class="logintext2"> </label></td> </tr> <{if $userTypeId > 0}> <tr> <th height="40" align="right" valign="middle">公司名称:</th> <td height="40" valign="middle"><label> <input type="text" vtype="required" name="acc[acc_cname]" value="<{$acc.acc_cname}>" class="logintext2"> </label></td> </tr> <{/if}> <tr> <th height="40" valign="middle">&nbsp;</th> <td height="40" valign="middle"><label> <input type="submit" id="button" value="确认修改" class="but_bgred"> </label> <label> <input type="reset" id="button2" value="取消" class="but_bglan"> </label></td> </tr> </tbody> </table> </form> <div class="clear"></div> </div> <!--yj_search--></div> <!--m2_right--> <div class="clear"></div> </div> <!--mc_2box--> <div class="clear"></div> </div> <div class="clear"></div> <script> $('cpsBarUser').set('html', Cookie.read('cps[uname]')); </script>
bonfire/_variables/bb.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $bb</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('bb'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#bb">$bb</a></h2> <br><b>Referenced 1 times:</b><ul> <li><a href="../tests/simpletest/test/arguments_test.php.html">/tests/simpletest/test/arguments_test.php</a> -> <a href="../tests/simpletest/test/arguments_test.php.source.html#l41"> line 41</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 18:57:41 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
web-examples/src/main/java/io/vertx/example/web/cors/webroot/preflight.html
vert-x3/vertx-examples
<?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> <title>Simple use of Cross-Site XMLHttpRequest (Using Access Control)</title> <script type="text/javascript"> var url = 'http://localhost:8080/access-control-with-post-preflight/'; function callOtherDomain() { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { var e = document.createElement('p'); e.innerHTML = xhttp.responseText; document.getElementById("textDiv").appendChild(e); } else { console.log("XMLHttpRequest readyState:" + this.readyState + " status: " + this.status); } }; xhttp.open("POST", url, true); xhttp.setRequestHeader('X-PINGARUNER', 'pingpong'); xhttp.setRequestHeader('Content-Type', 'application/text'); xhttp.send(); } </script> </head> <body> <form id="controlsToInvoke" action=""> <p> <input type="button" value="Click to Invoke Another Site" onclick="callOtherDomain()" /> </p> </form> <p id="intro">This page POSTs XML data to another domain using cross-site XMLHttpRequest mitigated by Access Control. This is the preflight scenario and the invocation to a resource on another domain takes place using first an OPTIONS request, then an actual POST request.</p> <div id="textDiv">This XHTML document POSTs to another resource using cross-site XHR. If you get a response back, the content of that response should reflect what you POSTed.</div> </body> </html>
java/PrimaDla/apidoc/org/primaresearch/dla/page/layout/converter/class-use/Converter_2017_07_15_to_2016_07_15.html
PRImA-Research-Lab/prima-core-libs
<!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_121) on Sat Jan 30 10:30:34 GMT 2021 --> <title>Uses of Class org.primaresearch.dla.page.layout.converter.Converter_2017_07_15_to_2016_07_15 (PrimaDla API)</title> <meta name="date" content="2021-01-30"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.primaresearch.dla.page.layout.converter.Converter_2017_07_15_to_2016_07_15 (PrimaDla API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/primaresearch/dla/page/layout/converter/Converter_2017_07_15_to_2016_07_15.html" title="class in org.primaresearch.dla.page.layout.converter">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/primaresearch/dla/page/layout/converter/class-use/Converter_2017_07_15_to_2016_07_15.html" target="_top">Frames</a></li> <li><a href="Converter_2017_07_15_to_2016_07_15.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.primaresearch.dla.page.layout.converter.Converter_2017_07_15_to_2016_07_15" class="title">Uses of Class<br>org.primaresearch.dla.page.layout.converter.Converter_2017_07_15_to_2016_07_15</h2> </div> <div class="classUseContainer">No usage of org.primaresearch.dla.page.layout.converter.Converter_2017_07_15_to_2016_07_15</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/primaresearch/dla/page/layout/converter/Converter_2017_07_15_to_2016_07_15.html" title="class in org.primaresearch.dla.page.layout.converter">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/primaresearch/dla/page/layout/converter/class-use/Converter_2017_07_15_to_2016_07_15.html" target="_top">Frames</a></li> <li><a href="Converter_2017_07_15_to_2016_07_15.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright &#169; 2019 PRImA Research Lab. All Rights Reserved.</i></small></p> </body> </html>
commands/strlen.html
zhangyouzhi/rediscn
<!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"> <link href='/css/styles.css' rel='stylesheet' type='text/css' /> <link href='/images/favicon.png' rel='shortcut icon' /> <script src='/js/jquery.min.1.4.js'></script> <script src='/js/app.js'></script> <script src='/js/common.js'></script> <meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport' /> <title>redis - 命令</title> <meta http-equiv="description" content="redis中文资料站,下载安装redis,查找redis常用命令(commands),选择适合的redis客户端方式,配置redis主从(master-slave),阅读redis官方文档,社区里了解更多redis信息,提交redis的bug。" /> </head> <body class=''> <script src='/js/head.js'></script> <div class='text'> <h1 class='command'> <span id='command_name_span' class='name'></span> <span id='command_args_span' class='arg'></span> </h1> <article> <aside> <script type='text/javascript'>showCmdURL();</script> </aside> <div class='metadata'> <p><strong>加入版本 <span id='command_ver_span'></span>。</strong></p> <p><strong>时间复杂度:</strong> O(1)。</p> </div> <p>返回key的string类型value的长度。如果key对应的非string类型,就返回错误。 </p> <h2>返回值</h2> <p><a href="/topics/protocol.html#integer-reply">整型数字</a>:key对应的字符串value的长度,或者0(key不存在)</p> <h2>列子</h2> <div class='example' data-session='f401b31ff57151d9eacfd12016cd91d8'> <span class='monospace prompt'>redis>&nbsp;</span> <span class='monospace command'>SET mykey "Hello world"</span> <pre>OK</pre> <span class='monospace prompt'>redis>&nbsp;</span> <span class='monospace command'>STRLEN mykey</span> <pre>(integer) 11</pre> <span class='monospace prompt'>redis>&nbsp;</span> <span class='monospace command'>STRLEN nonexisting</span> <pre>(integer) 0</pre><form> <span class='monospace prompt'>redis>&nbsp;</span> <input autocomplete='off' name='command' spellcheck='false' type='text' /> </form></div> </article> </div> <script type='text/javascript'>startShow();</script> <div class='text' id='comments'> <div id='disqus_thread'></div> <script type='text/javascript'> //<![CDATA[ var disqus_shortname = 'rediscn'; // The following are highly recommended additional parameters. Remove the slashes in front to use. var disqus_identifier = 'command_'+curCommandObj.key; var disqus_url = curCommandObj.getdisqusUrl(); /* * * DON'T EDIT BELOW THIS LINE * * */ (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> <a class='dsq-brlink' href='http://disqus.com'> Comments powered by <span class='logo-disqus'> Disqus </span> </a> </div> <script src='/js/foot.js'></script> </body> </html>
ApacheFlexSDK4/ant/ivy/doc/use/var.html
adriancmiranda/flash-compiler
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <script type="text/javascript">var xookiConfig = {level: 1};</script> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <title>var | Apache Ivy&#153; 2.3.0 Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="../style/style.css" /> <script src="../js/jquery.pack.js" type="text/javascript"></script> <script src="../js/jquery.treeview.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){$("#treemenu").Treeview({speed: "fast",store: true});}); </script> <script language="javascript" type="text/javascript">xooki = {u: function(url) {return "../xooki/"+url;}};</script> </head> <body> <div id="body"> <table id="header" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td id="home" width="30%"><a href="http://ant.apache.org/" title="Apache Ant"><img src="../images/ant-group-logo.gif" alt="Apache Ant" border="0" /></a></td> <td class="product" width="70%" align="right" valign="middle"><img src="../images/logo.png" alt="ivy" border="0" /></td> </tr> </table> <table id="top-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <div id="navcontainer"> <a href="http://www.apache.org/">Apache&#153;</a> &gt; <a href="http://ant.apache.org/">Apache Ant&#153;</a> &gt; <a href="http://ant.apache.org/ivy/">Apache Ivy&#153;</a> &gt; <span class="breadCrumb"><a href="../index.html" >Documentation</a> &gt; <a href="../reference.html" >Reference</a> &gt; <a href="../ant.html" >Ant Tasks</a> &gt; <a href="../use/var.html" class="current">var</a></span> </div> </td> </tr> </table> <table id="content" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td id="sidebar-left"> <div class="block block-book" id="block-book-0"> <h2>Apache Ivy&#153;</h2> <div class="content"><ul id="treemenu" class="treeview"> <li id="xooki-index" class="submenu"><a href="../index.html" >Documentation</a><ul class="open"><li id="xooki-release-notes"><a href="../release-notes.html" >Release Notes</a></li> <li id="xooki-tutorial" class="submenu"><a href="../tutorial.html" >Tutorials</a><ul class="closed"><li id="xooki-tutorial/start"><a href="../tutorial/start.html" >Quick Start</a></li> <li id="xooki-tutorial/defaultconf"><a href="../tutorial/defaultconf.html" >Adjusting default settings</a></li> <li id="xooki-tutorial/multiple"><a href="../tutorial/multiple.html" >Multiple Resolvers</a></li> <li id="xooki-tutorial/dual"><a href="../tutorial/dual.html" >Dual Resolver</a></li> <li id="xooki-tutorial/dependence"><a href="../tutorial/dependence.html" >Project dependencies</a></li> <li id="xooki-tutorial/multiproject"><a href="../tutorial/multiproject.html" >Using Ivy in multiple projects environment</a></li> <li id="xooki-tutorial/conf"><a href="../tutorial/conf.html" >Using Ivy Module Configurations</a></li> <li id="xooki-tutorial/build-repository" class="submenu"><a href="../tutorial/build-repository.html" >Building a repository</a><ul class="closed"><li id="xooki-tutorial/build-repository/basic"><a href="../tutorial/build-repository/basic.html" >Basic repository copy</a></li> <li id="xooki-tutorial/build-repository/advanced"><a href="../tutorial/build-repository/advanced.html" >Using namespaces</a></li> </ul></li> <li id="xooki-moreexamples"><a href="../moreexamples.html" >More examples</a></li> </ul></li> <li id="xooki-reference" class="submenu"><a href="../reference.html" >Reference</a><ul class="open"><li id="xooki-intro" class="submenu">Introduction<ul class="closed"><li id="xooki-terminology"><a href="../terminology.html" >Terminology</a></li> <li id="xooki-concept"><a href="../concept.html" >Main Concepts</a></li> <li id="xooki-textual"><a href="../textual.html" >Text Conventions</a></li> <li id="xooki-principle"><a href="../principle.html" >How does it work ?</a></li> <li id="xooki-bestpractices"><a href="../bestpractices.html" >Best practices</a></li> <li id="xooki-install"><a href="../install.html" >Installation</a></li> </ul></li> <li id="xooki-settings" class="submenu"><a href="../settings.html" >Settings Files</a><ul class="closed"><li id="xooki-settings/property"><a href="../settings/property.html" >property</a></li> <li id="xooki-settings/properties"><a href="../settings/properties.html" >properties</a></li> <li id="xooki-settings/settings"><a href="../settings/settings.html" >settings</a></li> <li id="xooki-settings/include"><a href="../settings/include.html" >include</a></li> <li id="xooki-settings/classpath"><a href="../settings/classpath.html" >classpath</a></li> <li id="xooki-settings/typedef"><a href="../settings/typedef.html" >typedef</a></li> <li id="xooki-settings/credentials"><a href="../settings/credentials.html" >credentials</a></li> <li id="xooki-settings/signers"><a href="../settings/signers.html" >signers</a></li> <li id="xooki-settings/lock-strategies"><a href="../settings/lock-strategies.html" >lock-strategies</a></li> <li id="xooki-settings/caches" class="submenu"><a href="../settings/caches.html" >caches</a><ul class="closed"><li id="xooki-settings/caches/cache" class="submenu"><a href="../settings/caches/cache.html" >cache</a><ul class="closed"><li id="xooki-settings/caches/ttl"><a href="../settings/caches/ttl.html" >ttl</a></li> </ul></li> </ul></li> <li id="xooki-settings/latest-strategies"><a href="../settings/latest-strategies.html" >latest-strategies</a></li> <li id="xooki-settings/parsers"><a href="../settings/parsers.html" >parsers</a></li> <li id="xooki-settings/namespaces" class="submenu"><a href="../settings/namespaces.html" >namespaces</a><ul class="closed"><li id="xooki-settings/namespace" class="submenu"><a href="../settings/namespace.html" >namespace</a><ul class="closed"><li id="xooki-settings/namespace/rule" class="submenu"><a href="../settings/namespace/rule.html" >rule</a><ul class="closed"><li id="xooki-settings/namespace/fromtosystem" class="submenu"><a href="../settings/namespace/fromtosystem.html" >fromsystem / tosystem</a><ul class="closed"><li id="xooki-settings/namespace/src"><a href="../settings/namespace/src.html" >src</a></li> <li id="xooki-settings/namespace/dest"><a href="../settings/namespace/dest.html" >dest</a></li> </ul></li> </ul></li> </ul></li> </ul></li> <li id="xooki-settings/macrodef" class="submenu"><a href="../settings/macrodef.html" >macrodef</a><ul class="closed"><li id="xooki-settings/macrodef/attribute"><a href="../settings/macrodef/attribute.html" >attribute</a></li> </ul></li> <li id="xooki-settings/resolvers" class="submenu"><a href="../settings/resolvers.html" >resolvers</a><ul class="closed"><li id="xooki-resolver/ivyrep"><a href="../resolver/ivyrep.html" >IvyRep Resolver</a></li> <li id="xooki-resolver/ibiblio"><a href="../resolver/ibiblio.html" >IBiblio Resolver</a></li> <li id="xooki-resolver/packager"><a href="../resolver/packager.html" >Packager resolver</a></li> <li id="xooki-resolver/filesystem"><a href="../resolver/filesystem.html" >File System resolver</a></li> <li id="xooki-resolver/url"><a href="../resolver/url.html" >Url Resolver</a></li> <li id="xooki-resolver/chain"><a href="../resolver/chain.html" >Chain Resolver</a></li> <li id="xooki-resolver/dual"><a href="../resolver/dual.html" >Dual resolver</a></li> <li id="xooki-resolver/sftp"><a href="../resolver/sftp.html" >sftp resolver</a></li> <li id="xooki-resolver/ssh"><a href="../resolver/ssh.html" >ssh resolver</a></li> <li id="xooki-resolver/vfs"><a href="../resolver/vfs.html" >vfs resolver</a></li> <li id="xooki-resolver/jar"><a href="../resolver/jar.html" >Jar resolver</a></li> <li id="xooki-resolver/obr"><a href="../resolver/obr.html" >OSGi Bundle Repository</a></li> <li id="xooki-resolver/updatesite"><a href="../resolver/updatesite.html" >Eclipse updatesite</a></li> <li id="xooki-resolver/mirrored"><a href="../resolver/mirrored.html" >Mirrored Resolver</a></li> </ul></li> <li id="xooki-settings/conflict-managers"><a href="../settings/conflict-managers.html" >conflict-managers</a></li> <li id="xooki-settings/modules" class="submenu"><a href="../settings/modules.html" >modules</a><ul class="closed"><li id="xooki-settings/module"><a href="../settings/module.html" >module</a></li> </ul></li> <li id="xooki-settings/outputters"><a href="../settings/outputters.html" >outputters</a></li> <li id="xooki-settings/signers"><a href="../settings/signers.html" >signers</a></li> <li id="xooki-settings/statuses" class="submenu"><a href="../settings/statuses.html" >statuses</a><ul class="closed"><li id="xooki-settings/status"><a href="../settings/status.html" >status</a></li> </ul></li> <li id="xooki-settings/triggers"><a href="../settings/triggers.html" >triggers</a></li> <li id="xooki-settings/version-matchers"><a href="../settings/version-matchers.html" >version-matchers</a></li> </ul></li> <li id="xooki-ivyfile" class="submenu"><a href="../ivyfile.html" >Ivy Files</a><ul class="closed"><li id="xooki-ivyfile/info" class="submenu"><a href="../ivyfile/info.html" >info</a><ul class="closed"><li id="xooki-ivyfile/extends"><a href="../ivyfile/extends.html" >extends</a></li> <li id="xooki-ivyfile/license"><a href="../ivyfile/license.html" >license</a></li> <li id="xooki-ivyfile/ivyauthor"><a href="../ivyfile/ivyauthor.html" >ivyauthor</a></li> <li id="xooki-ivyfile/repository"><a href="../ivyfile/repository.html" >repository</a></li> <li id="xooki-ivyfile/description"><a href="../ivyfile/description.html" >description</a></li> </ul></li> <li id="xooki-ivyfile/configurations" class="submenu"><a href="../ivyfile/configurations.html" >configurations</a><ul class="closed"><li id="xooki-ivyfile/conf"><a href="../ivyfile/conf.html" >conf</a></li> <li id="xooki-ivyfile/include"><a href="../ivyfile/include.html" >include</a></li> </ul></li> <li id="xooki-ivyfile/publications" class="submenu"><a href="../ivyfile/publications.html" >publications</a><ul class="closed"><li id="xooki-ivyfile/artifact" class="submenu"><a href="../ivyfile/artifact.html" >artifact</a><ul class="closed"><li id="xooki-ivyfile/artifact-conf"><a href="../ivyfile/artifact-conf.html" >conf</a></li> </ul></li> </ul></li> <li id="xooki-ivyfile/dependencies" class="submenu"><a href="../ivyfile/dependencies.html" >dependencies</a><ul class="closed"><li id="xooki-ivyfile/dependency" class="submenu"><a href="../ivyfile/dependency.html" >dependency</a><ul class="closed"><li id="xooki-ivyfile/dependency-conf" class="submenu"><a href="../ivyfile/dependency-conf.html" >conf</a><ul class="closed"><li id="xooki-ivyfile/mapped"><a href="../ivyfile/mapped.html" >mapped</a></li> </ul></li> <li id="xooki-ivyfile/dependency-artifact" class="submenu"><a href="../ivyfile/dependency-artifact.html" >artifact</a><ul class="closed"><li id="xooki-ivyfile/dependency-artifact-conf"><a href="../ivyfile/dependency-artifact-conf.html" >conf</a></li> </ul></li> <li id="xooki-ivyfile/artifact-exclude" class="submenu"><a href="../ivyfile/artifact-exclude.html" >exclude</a><ul class="closed"><li id="xooki-ivyfile/artifact-exclude-conf"><a href="../ivyfile/artifact-exclude-conf.html" >conf</a></li> </ul></li> <li id="xooki-ivyfile/dependency-include" class="submenu"><a href="../ivyfile/dependency-include.html" >include</a><ul class="closed"><li id="xooki-ivyfile/dependency-include-conf"><a href="../ivyfile/dependency-include-conf.html" >conf</a></li> </ul></li> </ul></li> <li id="xooki-ivyfile/exclude"><a href="../ivyfile/exclude.html" >exclude</a></li> <li id="xooki-ivyfile/override"><a href="../ivyfile/override.html" >override</a></li> <li id="xooki-ivyfile/conflict"><a href="../ivyfile/conflict.html" >conflict</a></li> </ul></li> <li id="xooki-ivyfile/conflicts" class="submenu"><a href="../ivyfile/conflicts.html" >conflicts</a><ul class="closed"><li id="xooki-ivyfile/manager"><a href="../ivyfile/manager.html" >manager</a></li> </ul></li> </ul></li> <li id="xooki-ant" class="submenu"><a href="../ant.html" >Ant Tasks</a><ul class="open"><li id="xooki-use/artifactproperty"><a href="../use/artifactproperty.html" >artifactproperty</a></li> <li id="xooki-use/artifactreport"><a href="../use/artifactreport.html" >artifactreport</a></li> <li id="xooki-use/buildlist"><a href="../use/buildlist.html" >buildlist</a></li> <li id="xooki-use/buildobr"><a href="../use/buildobr.html" >buildobr</a></li> <li id="xooki-use/buildnumber"><a href="../use/buildnumber.html" >buildnumber</a></li> <li id="xooki-use/cachefileset"><a href="../use/cachefileset.html" >cachefileset</a></li> <li id="xooki-use/cachepath"><a href="../use/cachepath.html" >cachepath</a></li> <li id="xooki-use/cleancache"><a href="../use/cleancache.html" >cleancache</a></li> <li id="xooki-use/configure"><a href="../use/configure.html" >configure</a></li> <li id="xooki-use/convertmanifest"><a href="../use/convertmanifest.html" >convertmanifest</a></li> <li id="xooki-use/convertpom"><a href="../use/convertpom.html" >convertpom</a></li> <li id="xooki-use/deliver"><a href="../use/deliver.html" >deliver</a></li> <li id="xooki-use/findrevision"><a href="../use/findrevision.html" >findrevision</a></li> <li id="xooki-use/info"><a href="../use/info.html" >info</a></li> <li id="xooki-use/install"><a href="../use/install.html" >install</a></li> <li id="xooki-use/listmodules"><a href="../use/listmodules.html" >listmodules</a></li> <li id="xooki-use/makepom"><a href="../use/makepom.html" >makepom</a></li> <li id="xooki-use/postresolvetask"><a href="../use/postresolvetask.html" >post resolve tasks</a></li> <li id="xooki-use/publish"><a href="../use/publish.html" >publish</a></li> <li id="xooki-use/repreport"><a href="../use/repreport.html" >repreport</a></li> <li id="xooki-use/resolve"><a href="../use/resolve.html" >resolve</a></li> <li id="xooki-use/resources"><a href="../use/resources.html" >resources</a></li> <li id="xooki-use/retrieve"><a href="../use/retrieve.html" >retrieve</a></li> <li id="xooki-use/report" class="submenu"><a href="../use/report.html" >report</a><ul class="closed"><li id="xooki-yed"><a href="../yed.html" >Using yEd to layout report graphs</a></li> </ul></li> <li id="xooki-use/settings"><a href="../use/settings.html" >settings</a></li> <li id="xooki-use/var"><a href="../use/var.html" class="current">var</a></li> </ul></li> <li id="xooki-standalone"><a href="../standalone.html" >Using standalone</a></li> <li id="xooki-osgi" class="submenu"><a href="../osgi.html" >OSGi</a><ul class="closed"><li id="xooki-osgi/osgi-mapping"><a href="../osgi/osgi-mapping.html" >OSGi mapping</a></li> <li id="xooki-osgi/eclipse-plugin"><a href="../osgi/eclipse-plugin.html" >Building an Eclipse plugin</a></li> <li id="xooki-osgi/standard-osgi"><a href="../osgi/standard-osgi.html" >Building a standard OSGi bundle</a></li> <li id="xooki-osgi/target-platform"><a href="../osgi/target-platform.html" >Managing a target platform</a></li> <li id="xooki-osgi/sigil"><a href="../osgi/sigil.html" >Apache Felix Sigil</a></li> </ul></li> </ul></li> <li id="xooki-dev" class="submenu"><a href="../dev.html" >Developer doc</a><ul class="closed"><li id="xooki-extend"><a href="../extend.html" >Extending Ivy</a></li> <li id="xooki-dev/makerelease"><a href="../dev/makerelease.html" >Making a release</a></li> </ul></li> </ul></li> </ul> </div> <center><iframe src="http://www.apache.org/ads/buttonbar.html" style="border-width:0;" frameborder="0" scrolling="no" width="135" height="265"></iframe> </center> </div> </td> <td valign="top"> <div id="main"> <h1 class="title">var</h1> <br class="xooki-br"/>Sets a variable (by name and value), or set of variables (from file or url) in ivy. <br/> Variables are case sensitive.<br/><br/> Contrary to ant properties, ivy variables are mutable. But a problem with this is that you do not control when <br class="xooki-br"/>variables are substituted, and usually it is done as soon as possible. So changing the value of a variable will<br class="xooki-br"/>have no effect if it has already been substituted. Consequently, <b>using this task is NOT recommended</b>.<br class="xooki-br"/>See <a href="../reference.html">reference</a> page for details about ivy variables.<br class="xooki-br"/><br/><br/> <table class="ant"> <thead> <tr><th class="ant-att">Attribute</th><th class="ant-desc">Description</th><th class="ant-req">Required</th></tr> </thead> <tbody> <tr><td>name</td><td>the name of the variable to set</td> <td>No</td></tr> <tr><td>value</td><td>the value of the variable to set</td> <td>Yes when using the name attribute</td></tr> <tr><td>file</td><td>the filename of the property file to load as ivy variables</td> <td rowspan="2">One of these, when <b>not</b> using the name attribute</td></tr> <tr><td>url</td><td>the url from which to read ivy variables</td></tr> <tr><td>prefix</td><td>Prefix to apply to variables. A "." is appended to the prefix if not specified.</td> <td>No</td></tr> <tr><td>settingsRef</td><td>A reference to the ivy settings that must be used by this task <span class="since">(since 2.0)</span></td><td>No, 'ivy.instance' is taken by default.</td></tr> </tbody> </table> </div><!-- main --> </td> </tr> </table> <table id="footer-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="middle"> <div class="primary-links">:: <a href="../index.html">Home</a> :: <a href="../reference.html">Reference</a> :: <a href="../tutorial.html">Tutorials</a> :: <a href="../dev.html">Developer's doc</a> :: </div> </td> </tr> </table> <div id="footer-message" class="footer"> <hr /> <i>Copyright &#169; 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a>.</i><br /> <i>Apache Ivy, Apache Ant, Ivy, Ant, Apache, the Apache Ivy logo, the Apache Ant logo and the Apache feather logo are trademarks of The Apache Software Foundation.</i><br /> <i>All other marks mentioned may be trademarks or registered trademarks of their respective owners. </i> </div> </div><!-- body --> </body> </html>
publish/reports/coverage/org.jsimpledb.parse.util.AddSuffixFunction.html
tempbottle/jsimpledb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Coverage Report</title> <link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/> <script type="text/javascript" src="js/popup.js"></script> </head> <body> <h5>Coverage Report - org.jsimpledb.parse.util.AddSuffixFunction</h5> <div class="separator">&nbsp;</div> <table class="report"> <thead><tr> <td class="heading">Classes in this File</td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead> <tr><td><a href="org.jsimpledb.parse.util.AddSuffixFunction.html">AddSuffixFunction</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">7/7</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">2/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr> </table> <div class="separator">&nbsp;</div> <table cellspacing="0" cellpadding="0" class="src"> <tr> <td class="numLine">&nbsp;1</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLine">&nbsp;2</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="comment">/*</span></pre></td></tr> <tr> <td class="numLine">&nbsp;3</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="comment"> * Copyright (C) 2015 Archie L. Cobbs. All rights reserved.</span></pre></td></tr> <tr> <td class="numLine">&nbsp;4</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="comment"> */</span></pre></td></tr> <tr> <td class="numLine">&nbsp;5</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLine">&nbsp;6</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="keyword">package</span> org.jsimpledb.parse.util;</pre></td></tr> <tr> <td class="numLine">&nbsp;7</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLine">&nbsp;8</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="keyword">import</span> com.google.common.base.Function;</pre></td></tr> <tr> <td class="numLine">&nbsp;9</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="keyword">import</span> com.google.common.base.Preconditions;</pre></td></tr> <tr> <td class="numLine">&nbsp;10</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLine">&nbsp;11</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="comment">/**</span></pre></td></tr> <tr> <td class="numLine">&nbsp;12</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="comment"> * Adds a suffix.</span></pre></td></tr> <tr> <td class="numLine">&nbsp;13</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;<span class="comment"> */</span></pre></td></tr> <tr> <td class="numLineCover">&nbsp;14</td> <td class="nbHitsCovered">&nbsp;85</td> <td class="src"><pre class="src">&nbsp;<span class="keyword">public</span> <span class="keyword">class</span> AddSuffixFunction <span class="keyword">implements</span> Function&lt;String, String&gt; {</pre></td></tr> <tr> <td class="numLine">&nbsp;15</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLine">&nbsp;16</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp; <span class="keyword">private</span> <span class="keyword">final</span> String suffix;</pre></td></tr> <tr> <td class="numLine">&nbsp;17</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLineCover">&nbsp;18</td> <td class="nbHitsCovered">&nbsp;189</td> <td class="src"><pre class="src">&nbsp; <span class="keyword">public</span> AddSuffixFunction(String suffix) {</pre></td></tr> <tr> <td class="numLineCover">&nbsp;19</td> <td class="nbHitsUncovered"><a title="Line 19: Conditional coverage 50% (1/2).">&nbsp;189</a></td> <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 19: Conditional coverage 50% (1/2)."> Preconditions.checkArgument(suffix != <span class="keyword">null</span>, <span class="string">"null suffix"</span>);</a></span></pre></td></tr> <tr> <td class="numLineCover">&nbsp;20</td> <td class="nbHitsCovered">&nbsp;189</td> <td class="src"><pre class="src">&nbsp; <span class="keyword">this</span>.suffix = suffix;</pre></td></tr> <tr> <td class="numLineCover">&nbsp;21</td> <td class="nbHitsCovered">&nbsp;189</td> <td class="src"><pre class="src">&nbsp; }</pre></td></tr> <tr> <td class="numLine">&nbsp;22</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> <tr> <td class="numLine">&nbsp;23</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp; @Override</pre></td></tr> <tr> <td class="numLine">&nbsp;24</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp; <span class="keyword">public</span> String apply(String string) {</pre></td></tr> <tr> <td class="numLineCover">&nbsp;25</td> <td class="nbHitsUncovered"><a title="Line 25: Conditional coverage 50% (1/2).">&nbsp;85</a></td> <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 25: Conditional coverage 50% (1/2)."> Preconditions.checkArgument(string != <span class="keyword">null</span>, <span class="string">"null string"</span>);</a></span></pre></td></tr> <tr> <td class="numLineCover">&nbsp;26</td> <td class="nbHitsCovered">&nbsp;85</td> <td class="src"><pre class="src">&nbsp; <span class="keyword">return</span> string + <span class="keyword">this</span>.suffix;</pre></td></tr> <tr> <td class="numLine">&nbsp;27</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp; }</pre></td></tr> <tr> <td class="numLine">&nbsp;28</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;}</pre></td></tr> <tr> <td class="numLine">&nbsp;29</td> <td class="nbHits">&nbsp;</td> <td class="src"><pre class="src">&nbsp;</pre></td></tr> </table> <div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.1.1 on 8/24/15 5:16 PM.</div> </body> </html>
src/main/resources/static/index.html
nubomedia/nubomedia-network-benchmark
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="expires" content="0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="img/nubomedia_square_logo.png" type="image/png"> <link rel="stylesheet" href="webjars/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="webjars/ekko-lightbox/dist/ekko-lightbox.min.css"> <link rel="stylesheet" href="webjars/demo-console/index.css"> <link rel="stylesheet" href="css/styles.css"> <script src="webjars/jquery/dist/jquery.min.js"></script> <script src="webjars/bootstrap/dist/js/bootstrap.min.js"></script> <script src="webjars/ekko-lightbox/dist/ekko-lightbox.min.js"></script> <script src="webjars/adapter.js/adapter.js"></script> <script src="webjars/demo-console/index.js"></script> <script src="js/kurento-utils.js"></script> <script src="js/index.js"></script> <title>NUBOMEDIA Network Benchmark</title> </head> <body> <header> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"></button> <a class="navbar-brand" href=".">NUBOMEDIA</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li><a href="https://github.com/nubomedia/nubomedia-network-benchmark"><span class="glyphicon glyphicon-file"></span> Source Code</a></li> </ul> </div> </div> </div> </header> <div class="container"> <div class="page-header"> <h1>NUBOMEDIA Network Benchmark</h1> <p>This is a benchmark application is aimed to assess the network performance of NUBOMEDIA.</p> </div> <div class="row"> <div class="col-xs-5"> <div class="row"> <div class="col-xs-7"> <label class="control-label" for="loadPoints">Points per session</label> </div> <div class="col-xs-5"> <input class="form-control" type="text" id="loadPoints" name="loadPoints" value="200"></input> </div> </div> <div class="row"> <div class="col-xs-7"> <label class="control-label" for="webrtcChannels">Number of WebRTC channels</label> </div> <div class="col-xs-5"> <input class="form-control" type="text" id="webrtcChannels" name="webrtcChannels" value="10"></input> </div> </div> <div class="row"> <div class="col-xs-7"> <label class="control-label" for="bandwidth">WebRTC bandwidth (kbps)</label> </div> <div class="col-xs-5"> <input class="form-control" type="text" id="bandwidth" name="bandwidth" value="1000"></input> </div> </div> <div class="row"> <div class="col-xs-7"> <label class="control-label">Session stop</label> </div> <div class="col-xs-5"> <input type="radio" name="stopMethod" value="manual" class="checkbox-inline">Manual <input type="radio" name="stopMethod" value="auto" class="checkbox-inline" checked="checked">Auto </div> </div> <div class="row"> <div class="col-xs-7"> <label class="control-label" for="stopTime">Stop time (milliseconds) for auto option</label> </div> <div class="col-xs-5"> <input class="form-control" type="text" id="stopTime" name="stopTime" value="40000"></input> </div> </div> <div class="row"> <div class="col-xs-7"> <label class="control-label" for="latencyRate">WebRTC stats rate (milliseconds)</label> </div> <div class="col-xs-5"> <input class="form-control" type="text" id="latencyRate" name="latencyRate" value="200"></input> </div> </div> <div class="row"> <div class="col-xs-12"> <br> </div> </div> <div class="row"> <div class="col-xs-12 text-right"> <a id="start" href="#" class="btn btn-success btn-responsive"><span class="glyphicon glyphicon-play"></span> Start </a> <a id="stop" href="#" class="btn btn-danger btn-responsive"><span class="glyphicon glyphicon-stop"></span> Stop</a> </div> </div> <div class="row"> <div class="col-xs-12"> <label class="control-label" for="console">Console</label><br> <br> <div id="console" class="democonsole"> <ul></ul> </div> </div> </div> </div> <div class="col-xs-7"> <div id="videoBig"> <video id="video" autoplay width="640px" height="480px" poster="img/webrtc.png" class="img-responsive"></video> </div> </div> </div> </div> <footer> <div class="foot-fixed-bottom"> <div class="container text-center"> <hr> <div class="row">&copy; 2016 NUBOMEDIA</div> <div class="row"> <div class="col-xs-4"> <a href="http://www.urjc.es"><img src="img/urjc.gif" alt="Universidad Rey Juan Carlos" height="50px"></a> </div> <div class="col-xs-4"> <a href="http://www.nubomedia.eu"><img src="img/nubomedia.png" alt="NUBOMEDIA" height="50px"></a> </div> <div class="col-xs-4"> <a href="http://www.naevatec.com"><img src="img/naevatec.png" alt="Naevatec" height="50px"></a> </div> </div> </div> </div> </footer> <div id="resourcesDialog" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4 class="modal-title">Not Enough Resources</h4> </div> <div class="modal-body"> <p>At this moment the system is using its 100% of resources. Please, try to start a media session later.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </body> </html>
giraph-core/target/site/apidocs/org/apache/giraph/utils/class-use/ByteArrayVertexIdData.html
zfighter/giraph-research
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_40) on Mon Nov 04 09:24:12 CST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>类 org.apache.giraph.utils.ByteArrayVertexIdData的使用 (Apache Giraph Core 1.0.0 API)</title> <meta name="date" content="2013-11-04"> <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.giraph.utils.ByteArrayVertexIdData的使用 (Apache Giraph Core 1.0.0 API)"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/giraph/utils/class-use/ByteArrayVertexIdData.html" target="_top">框架</a></li> <li><a href="ByteArrayVertexIdData.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="类 org.apache.giraph.utils.ByteArrayVertexIdData 的使用" class="title">类 org.apache.giraph.utils.ByteArrayVertexIdData<br>的使用</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释"> <caption><span>使用<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的程序包</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">程序包</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.giraph.comm">org.apache.giraph.comm</a></td> <td class="colLast"> <div class="block">Package of communication related objects, IPC service.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.giraph.comm.requests">org.apache.giraph.comm.requests</a></td> <td class="colLast"> <div class="block">Package for requests.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.giraph.utils">org.apache.giraph.utils</a></td> <td class="colLast"> <div class="block">Package of all generic utility classes.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.giraph.comm"> <!-- --> </a> <h3><a href="../../../../../org/apache/giraph/comm/package-summary.html">org.apache.giraph.comm</a>中<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span>类型参数类型为<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的<a href="../../../../../org/apache/giraph/comm/package-summary.html">org.apache.giraph.comm</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/giraph/comm/SendCache.html" title="org.apache.giraph.comm中的类">SendCache</a>&lt;I extends org.apache.hadoop.io.WritableComparable,T,B extends <a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>&lt;I,T&gt;&gt;</strong></code> <div class="block">An abstract structure for caching data indexed by vertex id, to be sent to workers in bulk.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.giraph.comm.requests"> <!-- --> </a> <h3><a href="../../../../../org/apache/giraph/comm/requests/package-summary.html">org.apache.giraph.comm.requests</a>中<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span>类型参数类型为<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的<a href="../../../../../org/apache/giraph/comm/requests/package-summary.html">org.apache.giraph.comm.requests</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/giraph/comm/requests/SendWorkerDataRequest.html" title="org.apache.giraph.comm.requests中的类">SendWorkerDataRequest</a>&lt;I extends org.apache.hadoop.io.WritableComparable,T,B extends <a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>&lt;I,T&gt;&gt;</strong></code> <div class="block">Abstract request to send a collection of data, indexed by vertex id, for a partition.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.giraph.utils"> <!-- --> </a> <h3><a href="../../../../../org/apache/giraph/utils/package-summary.html">org.apache.giraph.utils</a>中<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表子类和解释"> <caption><span><a href="../../../../../org/apache/giraph/utils/package-summary.html">org.apache.giraph.utils</a>中<a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdData</a>的子类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdEdges.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdEdges</a>&lt;I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable&gt;</strong></code> <div class="block">Stores vertex id and edge pairs in a single byte array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdMessages.html" title="org.apache.giraph.utils中的类">ByteArrayVertexIdMessages</a>&lt;I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable&gt;</strong></code> <div class="block">Stores vertex id and message pairs in a single byte array.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../../org/apache/giraph/utils/ByteArrayVertexIdData.html" title="org.apache.giraph.utils中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/giraph/utils/class-use/ByteArrayVertexIdData.html" target="_top">框架</a></li> <li><a href="ByteArrayVertexIdData.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
doc/com/netflix/astyanax/recipes/storage/package-frame.html
0x6e6562/astyanax
<!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 Thu May 24 11:27:50 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.netflix.astyanax.recipes.storage (astyanax 1.0.3 API) </TITLE> <META NAME="date" CONTENT="2012-05-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../com/netflix/astyanax/recipes/storage/package-summary.html" target="classFrame">com.netflix.astyanax.recipes.storage</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Interfaces</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="ChunkedStorageProvider.html" title="interface in com.netflix.astyanax.recipes.storage" target="classFrame"><I>ChunkedStorageProvider</I></A> <BR> <A HREF="ObjectReadCallback.html" title="interface in com.netflix.astyanax.recipes.storage" target="classFrame"><I>ObjectReadCallback</I></A> <BR> <A HREF="ObjectWriteCallback.html" title="interface in com.netflix.astyanax.recipes.storage" target="classFrame"><I>ObjectWriteCallback</I></A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="AutoAllocatingLinkedBlockingQueue.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">AutoAllocatingLinkedBlockingQueue</A> <BR> <A HREF="CassandraChunkedStorageProvider.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">CassandraChunkedStorageProvider</A> <BR> <A HREF="ChunkedStorage.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ChunkedStorage</A> <BR> <A HREF="NoOpObjectReadCallback.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">NoOpObjectReadCallback</A> <BR> <A HREF="NoOpObjectWriteCallback.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">NoOpObjectWriteCallback</A> <BR> <A HREF="ObjectDeleter.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ObjectDeleter</A> <BR> <A HREF="ObjectDirectoryLister.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ObjectDirectoryLister</A> <BR> <A HREF="ObjectInfoReader.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ObjectInfoReader</A> <BR> <A HREF="ObjectMetadata.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ObjectMetadata</A> <BR> <A HREF="ObjectReader.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ObjectReader</A> <BR> <A HREF="ObjectWriter.html" title="class in com.netflix.astyanax.recipes.storage" target="classFrame">ObjectWriter</A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Enums</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="CassandraChunkedStorageProvider.Columns.html" title="enum in com.netflix.astyanax.recipes.storage" target="classFrame">CassandraChunkedStorageProvider.Columns</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
src/main/webapp/rackspace/css/main.css
ekaqu/IRC-Bot
/* * #%L * irc-bot * %% * Copyright (C) 2012 WAMAD * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ body { background-image: url('../image/snow.png'); height:100%; } #chat-box { margin-right:auto; margin-left:auto; width:500px; margin-top:10%; } #chat-msg { margin-top: 0px; margin-bottom: 0px; height: 300px; margin-left: 0px; margin-right: 0px; width: 440px; } #chatform { width:400px; } input.span3 { height:25px; width:400px; }
Instalacion/javadoc/org/apache/cassandra/dht/AbstractBounds.html
Jcamilorada/Cassandra
<!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_25) on Fri Jun 05 10:51:18 EDT 2015 --> <title>AbstractBounds (apache-cassandra API)</title> <meta name="date" content="2015-06-05"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AbstractBounds (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":6,"i3":6,"i4":6,"i5":10,"i6":10,"i7":6,"i8":6,"i9":10,"i10":9,"i11":10,"i12":9,"i13":9,"i14":9,"i15":9,"i16":10,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AbstractBounds.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../org/apache/cassandra/dht/AbstractBounds.AbstractBoundsSerializer.html" title="class in org.apache.cassandra.dht"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/dht/AbstractBounds.html" target="_top">Frames</a></li> <li><a href="AbstractBounds.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.dht</div> <h2 title="Class AbstractBounds" class="title">Class AbstractBounds&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.dht.AbstractBounds&lt;T&gt;</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable</dd> </dl> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../org/apache/cassandra/dht/Bounds.html" title="class in org.apache.cassandra.dht">Bounds</a>, <a href="../../../../org/apache/cassandra/dht/ExcludingBounds.html" title="class in org.apache.cassandra.dht">ExcludingBounds</a>, <a href="../../../../org/apache/cassandra/dht/IncludingExcludingBounds.html" title="class in org.apache.cassandra.dht">IncludingExcludingBounds</a>, <a href="../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a></dd> </dl> <hr> <br> <pre>public abstract class <span class="typeNameLabel">AbstractBounds&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;</span> extends java.lang.Object implements java.io.Serializable</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#org.apache.cassandra.dht.AbstractBounds">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.AbstractBoundsSerializer.html" title="class in org.apache.cassandra.dht">AbstractBounds.AbstractBoundsSerializer</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="type parameter in AbstractBounds.Boundary">T</a> extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="type parameter in AbstractBounds.Boundary">T</a>&gt;&gt;</span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#left">left</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#partitioner">partitioner</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#right">right</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/dht/AbstractBounds.AbstractBoundsSerializer.html" title="class in org.apache.cassandra.dht">AbstractBounds.AbstractBoundsSerializer</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#serializer">serializer</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#AbstractBounds-T-T-org.apache.cassandra.dht.IPartitioner-">AbstractBounds</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;left, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;right, <a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;T&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#bounds-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-">bounds</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;min, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;max)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;T&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#bounds-T-boolean-T-boolean-">bounds</a></span>(T&nbsp;min, boolean&nbsp;inclusiveMin, T&nbsp;max, boolean&nbsp;inclusiveMax)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>abstract boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#contains-T-">contains</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;start)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>protected abstract java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#getClosingString--">getClosingString</a></span>()</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>protected abstract java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#getOpeningString--">getOpeningString</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#getString-org.apache.cassandra.db.marshal.AbstractType-">getString</a></span>(<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;keyValidator)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>abstract boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#inclusiveLeft--">inclusiveLeft</a></span>()</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>abstract boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#inclusiveRight--">inclusiveRight</a></span>()</code>&nbsp;</td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#intersects-java.lang.Iterable-">intersects</a></span>(java.lang.Iterable&lt;<a href="../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&gt;&nbsp;ranges)</code> <div class="block">return true if @param range intersects any of the given @param ranges</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#isEmpty-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-">isEmpty</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right)</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#leftBoundary--">leftBoundary</a></span>()</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#maxLeft-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-">maxLeft</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left1, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left2)</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#maxLeft-org.apache.cassandra.dht.AbstractBounds.Boundary-T-boolean-">maxLeft</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left1, T&nbsp;left2, boolean&nbsp;isInclusiveLeft2)</code>&nbsp;</td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#minRight-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-">minRight</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right1, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right2)</code>&nbsp;</td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>static &lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;<br><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#minRight-org.apache.cassandra.dht.AbstractBounds.Boundary-T-boolean-">minRight</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right1, T&nbsp;right2, boolean&nbsp;isInclusiveRight2)</code>&nbsp;</td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#rightBoundary--">rightBoundary</a></span>()</code>&nbsp;</td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>abstract <a href="../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;,<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#split-T-">split</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;position)</code> <div class="block">Given token T and AbstractBounds ?L,R?, returns Pair(?L,T], (T,R?), where ? means that the same type of AbstractBounds is returned as the original.</div> </td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>abstract <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#toRowBounds--">toRowBounds</a></span>()</code> <div class="block">Transform this abstract bounds to equivalent covering bounds of row positions.</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>abstract <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#toTokenBounds--">toTokenBounds</a></span>()</code> <div class="block">Transform this abstract bounds to a token abstract bounds.</div> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>abstract java.util.List&lt;? extends <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#unwrap--">unwrap</a></span>()</code>&nbsp;</td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>abstract <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/dht/AbstractBounds.html#withNewRight-T-">withNewRight</a></span>(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;newRight)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="serializer"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>serializer</h4> <pre>public static final&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.AbstractBoundsSerializer.html" title="class in org.apache.cassandra.dht">AbstractBounds.AbstractBoundsSerializer</a> serializer</pre> </li> </ul> <a name="left"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>left</h4> <pre>public final&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a> extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt; left</pre> </li> </ul> <a name="right"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>right</h4> <pre>public final&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a> extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt; right</pre> </li> </ul> <a name="partitioner"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>partitioner</h4> <pre>protected final transient&nbsp;<a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="AbstractBounds-org.apache.cassandra.dht.RingPosition-org.apache.cassandra.dht.RingPosition-org.apache.cassandra.dht.IPartitioner-"> <!-- --> </a><a name="AbstractBounds-T-T-org.apache.cassandra.dht.IPartitioner-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>AbstractBounds</h4> <pre>public&nbsp;AbstractBounds(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;left, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;right, <a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="split-org.apache.cassandra.dht.RingPosition-"> <!-- --> </a><a name="split-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>split</h4> <pre>public abstract&nbsp;<a href="../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;,<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&gt;&nbsp;split(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;position)</pre> <div class="block">Given token T and AbstractBounds ?L,R?, returns Pair(?L,T], (T,R?), where ? means that the same type of AbstractBounds is returned as the original. Put another way, returns a Pair of everything this AbstractBounds contains up to and including the split position, and everything it contains after (not including the split position). The original AbstractBounds must either contain the position T, or T should be equals to the left bound L. If the split would only yield the same AbstractBound, null is returned instead.</div> </li> </ul> <a name="inclusiveLeft--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>inclusiveLeft</h4> <pre>public abstract&nbsp;boolean&nbsp;inclusiveLeft()</pre> </li> </ul> <a name="inclusiveRight--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>inclusiveRight</h4> <pre>public abstract&nbsp;boolean&nbsp;inclusiveRight()</pre> </li> </ul> <a name="hashCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="intersects-java.lang.Iterable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>intersects</h4> <pre>public&nbsp;boolean&nbsp;intersects(java.lang.Iterable&lt;<a href="../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&gt;&nbsp;ranges)</pre> <div class="block">return true if @param range intersects any of the given @param ranges</div> </li> </ul> <a name="contains-org.apache.cassandra.dht.RingPosition-"> <!-- --> </a><a name="contains-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contains</h4> <pre>public abstract&nbsp;boolean&nbsp;contains(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;start)</pre> </li> </ul> <a name="unwrap--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unwrap</h4> <pre>public abstract&nbsp;java.util.List&lt;? extends <a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&gt;&nbsp;unwrap()</pre> </li> </ul> <a name="getString-org.apache.cassandra.db.marshal.AbstractType-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getString</h4> <pre>public&nbsp;java.lang.String&nbsp;getString(<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;keyValidator)</pre> </li> </ul> <a name="getOpeningString--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getOpeningString</h4> <pre>protected abstract&nbsp;java.lang.String&nbsp;getOpeningString()</pre> </li> </ul> <a name="getClosingString--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getClosingString</h4> <pre>protected abstract&nbsp;java.lang.String&nbsp;getClosingString()</pre> </li> </ul> <a name="toRowBounds--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toRowBounds</h4> <pre>public abstract&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/db/RowPosition.html" title="interface in org.apache.cassandra.db">RowPosition</a>&gt;&nbsp;toRowBounds()</pre> <div class="block">Transform this abstract bounds to equivalent covering bounds of row positions. If this abstract bounds was already an abstractBounds of row positions, this is a noop.</div> </li> </ul> <a name="toTokenBounds--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toTokenBounds</h4> <pre>public abstract&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;&nbsp;toTokenBounds()</pre> <div class="block">Transform this abstract bounds to a token abstract bounds. If this abstract bounds was already an abstractBounds of token, this is a noop, otherwise this use the row position tokens.</div> </li> </ul> <a name="withNewRight-org.apache.cassandra.dht.RingPosition-"> <!-- --> </a><a name="withNewRight-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>withNewRight</h4> <pre>public abstract&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&nbsp;withNewRight(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&nbsp;newRight)</pre> </li> </ul> <a name="bounds-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bounds</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;T&gt;&nbsp;bounds(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;min, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;max)</pre> </li> </ul> <a name="bounds-org.apache.cassandra.dht.RingPosition-boolean-org.apache.cassandra.dht.RingPosition-boolean-"> <!-- --> </a><a name="bounds-T-boolean-T-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bounds</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a>&lt;T&gt;&nbsp;bounds(T&nbsp;min, boolean&nbsp;inclusiveMin, T&nbsp;max, boolean&nbsp;inclusiveMax)</pre> </li> </ul> <a name="leftBoundary--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>leftBoundary</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&nbsp;leftBoundary()</pre> </li> </ul> <a name="rightBoundary--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>rightBoundary</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.html" title="type parameter in AbstractBounds">T</a>&gt;&nbsp;rightBoundary()</pre> </li> </ul> <a name="isEmpty-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isEmpty</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;boolean&nbsp;isEmpty(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right)</pre> </li> </ul> <a name="minRight-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.RingPosition-boolean-"> <!-- --> </a><a name="minRight-org.apache.cassandra.dht.AbstractBounds.Boundary-T-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>minRight</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;minRight(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right1, T&nbsp;right2, boolean&nbsp;isInclusiveRight2)</pre> </li> </ul> <a name="minRight-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>minRight</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;minRight(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right1, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;right2)</pre> </li> </ul> <a name="maxLeft-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.RingPosition-boolean-"> <!-- --> </a><a name="maxLeft-org.apache.cassandra.dht.AbstractBounds.Boundary-T-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>maxLeft</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;maxLeft(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left1, T&nbsp;left2, boolean&nbsp;isInclusiveLeft2)</pre> </li> </ul> <a name="maxLeft-org.apache.cassandra.dht.AbstractBounds.Boundary-org.apache.cassandra.dht.AbstractBounds.Boundary-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>maxLeft</h4> <pre>public static&nbsp;&lt;T extends <a href="../../../../org/apache/cassandra/dht/RingPosition.html" title="interface in org.apache.cassandra.dht">RingPosition</a>&lt;T&gt;&gt;&nbsp;<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;maxLeft(<a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left1, <a href="../../../../org/apache/cassandra/dht/AbstractBounds.Boundary.html" title="class in org.apache.cassandra.dht">AbstractBounds.Boundary</a>&lt;T&gt;&nbsp;left2)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AbstractBounds.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../org/apache/cassandra/dht/AbstractBounds.AbstractBoundsSerializer.html" title="class in org.apache.cassandra.dht"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/dht/AbstractBounds.html" target="_top">Frames</a></li> <li><a href="AbstractBounds.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
axis200-rc/themes/defualt/jquery.mobile-1.4.4/demos/toolbar-fixed-persistent-optimized/page-c.html
udarakr/sketches
<?php if (!isset($_SERVER['HTTP_X_REQUESTED_WITH']) || strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) !== 'xmlhttprequest') { ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Ajax optimized persistent toolbars - jQuery Mobile Demos</title> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700"> <link rel="stylesheet" href="../css/themes/default/jquery.mobile-1.4.4.min.css"> <link rel="stylesheet" href="../_assets/css/jqm-demos.css"> <script src="../js/jquery.js"></script> <script src="../_assets/js/index.js"></script> <script src="../js/jquery.mobile-1.4.4.min.js"></script> <script> $(function(){ $("[data-role='navbar']").navbar(); $("[data-role='header'], [data-role='footer']").toolbar(); }); </script> </head> <body> <div data-role="header" data-position="fixed" data-theme="a"> <a href="../toolbar/" data-rel="back" class="ui-btn ui-btn-left ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-notext ui-icon-carat-l">Back</a> <h1>Fixed external header</h1> </div><!-- /header --> <?php } ?> <div data-role="page"> <div class="ui-content" role="main"> <ul data-role="listview" data-split-icon="gear" data-split-theme="a" data-inset="false"> <li><a href="#"> <img src="../_assets/img/album-bb.jpg"> <h2>Broken Bells</h2> <p>Broken Bells</p></a> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </li> <li><a href="#"> <img src="../_assets/img/album-hc.jpg"> <h2>Warning</h2> <p>Hot Chip</p></a> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </li> <li><a href="#"> <img src="../_assets/img/album-p.jpg"> <h2>Wolfgang Amadeus Phoenix</h2> <p>Phoenix</p></a> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </li> <li><a href="#"> <img src="../_assets/img/album-ok.jpg"> <h3>Of The Blue Colour Of The Sky</h3> <p>Ok Go</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="#"> <img src="../_assets/img/album-ws.jpg"> <h3>Elephant</h3> <p>The White Stripes</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="#"> <img src="../_assets/img/album-rh.jpg"> <h3>Kid A</h3> <p>Radiohead</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="#"> <img src="../_assets/img/album-xx.jpg"> <h3>XX</h3> <p>XX</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="#"> <img src="../_assets/img/album-mg.jpg"> <h3>Congratulations</h3> <p>MGMT</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="#"> <img src="../_assets/img/album-ag.jpg"> <h3>Ashes Grammar</h3> <p>A Sunny Day in Glasgow</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="index.html"> <img src="../_assets/img/album-k.jpg"> <h3>Hot Fuss</h3> <p>Killers</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> <li><a href="#"> <img src="../_assets/img/album-af.jpg"> <h3>The Suburbs</h3> <p>Arcade Fire</p> <a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a> </a></li> </ul> <div data-role="popup" id="purchase" data-overlay-theme="b" class="ui-content" style="max-width:340px; padding-bottom:2em;"> <h3>Purchase Album?</h3> <p>Your download will begin immediately on your mobile device when you purchase.</p> <a href="#" class="ui-btn ui-btn-b ui-btn-inline ui-mini ui-corner-all ui-shadow ui-btn-icon-left ui-icon-check" data-rel="back">Buy: $10.99</a> <a href="#" class="ui-btn ui-btn-inline ui-mini ui-corner-all ui-shadow" data-rel="back">Cancel</a> </div> </div><!-- /content --> </div><!-- /page --> <?php if (!isset($_SERVER['HTTP_X_REQUESTED_WITH']) || strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) !== 'xmlhttprequest') { ?> <div data-role="footer" data-position="fixed" data-theme="a"> <div data-role="navbar"> <ul> <li><a href="index.html" data-prefetch="true" data-transition="none">Info</a></li> <li><a href="page-b.html" data-prefetch="true" data-transition="flip">Friends</a></li> <li><a href="page-c.html" data-prefetch="true" data-transition="turn">Albums</a></li> <li><a href="page-d.html" data-prefetch="true" data-transition="slide">Emails</a></li> </ul> </div><!-- /navbar --> </div><!-- /footer --> </body> </html> <?php } ?>
powerapi-demo-monitor-proxy/src/main/webapp/index.html
BureauDesMembresLu/powerapi-demo
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>PowerAPI demo</title> </head> <body> <div id="app"></div> </body> </html>
doc/sphinx-tabs/sphinx_tabs/test/notabs/index.html
TheImagingSource/tiscamera
<p>There are no tabs here</p>
doc/org/xclcharts/renderer/package-summary.html
hnlshzx/charts
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Sat Aug 09 23:05:54 CST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.xclcharts.renderer</title> <meta name="date" content="2014-08-09"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.xclcharts.renderer"; } //--> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/xclcharts/event/zoom/package-summary.html">Prev Package</a></li> <li><a href="../../../org/xclcharts/renderer/axis/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/xclcharts/renderer/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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 title="Package" class="title">Package&nbsp;org.xclcharts.renderer</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/IRender.html" title="interface in org.xclcharts.renderer">IRender</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/AxisChart.html" title="class in org.xclcharts.renderer">AxisChart</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/CirChart.html" title="class in org.xclcharts.renderer">CirChart</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/EventChart.html" title="class in org.xclcharts.renderer">EventChart</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/LnChart.html" title="class in org.xclcharts.renderer">LnChart</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/RdChart.html" title="class in org.xclcharts.renderer">RdChart</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XChart.html" title="class in org.xclcharts.renderer">XChart</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.html" title="class in org.xclcharts.renderer">XEnum</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Enum</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.BarStyle.html" title="enum in org.xclcharts.renderer">XEnum.BarStyle</a></td> <td class="colLast"> <div class="block">用于设定柱形的风格,仅对flatbar有效</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.ChartTitleAlign.html" title="enum in org.xclcharts.renderer">XEnum.ChartTitleAlign</a></td> <td class="colLast"> <div class="block">图标题的显示时靠左,中间,还是靠右</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.CircleType.html" title="enum in org.xclcharts.renderer">XEnum.CircleType</a></td> <td class="colLast"> <div class="block">是显示全圆还是半圆</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.Direction.html" title="enum in org.xclcharts.renderer">XEnum.Direction</a></td> <td class="colLast"> <div class="block">横向或竖向网格线</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.DotStyle.html" title="enum in org.xclcharts.renderer">XEnum.DotStyle</a></td> <td class="colLast"> <div class="block">点的类型,隐藏,三角形,方形,实心圆,空心圆,棱形</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.LabelAlign.html" title="enum in org.xclcharts.renderer">XEnum.LabelAlign</a></td> <td class="colLast"> <div class="block">标签显示位置</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.LegendPostion.html" title="enum in org.xclcharts.renderer">XEnum.LegendPostion</a></td> <td class="colLast"> <div class="block">图例的位置,左边图例,底部图例,右边图例</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.LineDataAxisLocation.html" title="enum in org.xclcharts.renderer">XEnum.LineDataAxisLocation</a></td> <td class="colLast"> <div class="block">线图,坐标轴的显示位置:左边轴,右边轴</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.LineStyle.html" title="enum in org.xclcharts.renderer">XEnum.LineStyle</a></td> <td class="colLast"> <div class="block">线图,线的几种显示风格:Solid、Dot、Dash</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.Location.html" title="enum in org.xclcharts.renderer">XEnum.Location</a></td> <td class="colLast"> <div class="block">附加信息位置</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.PointerStyle.html" title="enum in org.xclcharts.renderer">XEnum.PointerStyle</a></td> <td class="colLast"> <div class="block">指针类型</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.Position.html" title="enum in org.xclcharts.renderer">XEnum.Position</a></td> <td class="colLast"> <div class="block">坐标轴标签位置,上方,中间,底部</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.RadarDataAreaStyle.html" title="enum in org.xclcharts.renderer">XEnum.RadarDataAreaStyle</a></td> <td class="colLast"> <div class="block">雷达图数据区域的填充方式</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.RectType.html" title="enum in org.xclcharts.renderer">XEnum.RectType</a></td> <td class="colLast"> <div class="block">rect的类型</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.RoundAxisType.html" title="enum in org.xclcharts.renderer">XEnum.RoundAxisType</a></td> <td class="colLast"> <div class="block">设置圆形轴的类型</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.RoundTickAxisType.html" title="enum in org.xclcharts.renderer">XEnum.RoundTickAxisType</a></td> <td class="colLast"> <div class="block">设置圆形Tick轴的类型</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.SliceLabelPosition.html" title="enum in org.xclcharts.renderer">XEnum.SliceLabelPosition</a></td> <td class="colLast"> <div class="block">对于圆形的图,如饼图之类,用来确定标签的显示位置</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.TickType.html" title="enum in org.xclcharts.renderer">XEnum.TickType</a></td> <td class="colLast"> <div class="block">轴标记类别:刻度线/标签</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.TriangleDirection.html" title="enum in org.xclcharts.renderer">XEnum.TriangleDirection</a></td> <td class="colLast"> <div class="block">三角形的朝向</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/xclcharts/renderer/XEnum.TriangleStyle.html" title="enum in org.xclcharts.renderer">XEnum.TriangleStyle</a></td> <td class="colLast"> <div class="block">三角形填充风格</div> </td> </tr> </tbody> </table> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/xclcharts/event/zoom/package-summary.html">Prev Package</a></li> <li><a href="../../../org/xclcharts/renderer/axis/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/xclcharts/renderer/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/apidocs/org/apache/hadoop/hbase/thrift/generated/class-use/Hbase.AsyncClient.html
zqxjjj/NobidaBase
<!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 Mon Jun 24 22:25:09 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.thrift.generated.Hbase.AsyncClient (HBase 0.94.9 API) </TITLE> <META NAME="date" CONTENT="2013-06-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.thrift.generated.Hbase.AsyncClient (HBase 0.94.9 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/hbase/thrift/generated/Hbase.AsyncClient.html" title="class in org.apache.hadoop.hbase.thrift.generated"><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/hbase/thrift/generated//class-useHbase.AsyncClient.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Hbase.AsyncClient.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.hbase.thrift.generated.Hbase.AsyncClient</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/hbase/thrift/generated/Hbase.AsyncClient.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.thrift.generated"><B>org.apache.hadoop.hbase.thrift.generated</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.thrift.generated"><!-- --></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/hbase/thrift/generated/Hbase.AsyncClient.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient</A> in <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/package-summary.html">org.apache.hadoop.hbase.thrift.generated</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/hbase/thrift/generated/package-summary.html">org.apache.hadoop.hbase.thrift.generated</A> that return <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient</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/hbase/thrift/generated/Hbase.AsyncClient.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient</A></CODE></FONT></TD> <TD><CODE><B>Hbase.AsyncClient.Factory.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.Factory.html#getAsyncClient(org.apache.thrift.transport.TNonblockingTransport)">getAsyncClient</A></B>(org.apache.thrift.transport.TNonblockingTransport&nbsp;transport)</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/hbase/thrift/generated/Hbase.AsyncClient.html" title="class in org.apache.hadoop.hbase.thrift.generated"><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/hbase/thrift/generated//class-useHbase.AsyncClient.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Hbase.AsyncClient.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>
Spring/jars/spring-framework-5.1.18.RELEASE/docs/kdoc-api/spring-framework/index.html
akhr/java
<HTML> <HEAD> <meta charset="UTF-8"> <title>spring-framework</title> <link rel="stylesheet" href="../style.css"> </HEAD> <BODY> <a href="./index.html">spring-framework</a><br/> <br/> <h3>Packages</h3> <table> <tbody> <tr> <td> <p><a href="org.springframework.beans.factory/index.html">org.springframework.beans.factory</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.context.annotation/index.html">org.springframework.context.annotation</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.context.support/index.html">org.springframework.context.support</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.core.env/index.html">org.springframework.core.env</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.jdbc.core/index.html">org.springframework.jdbc.core</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.jdbc.core.namedparam/index.html">org.springframework.jdbc.core.namedparam</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.test.web.reactive.server/index.html">org.springframework.test.web.reactive.server</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.test.web.servlet.result/index.html">org.springframework.test.web.servlet.result</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.ui/index.html">org.springframework.ui</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.web.client/index.html">org.springframework.web.client</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.web.reactive.function.client/index.html">org.springframework.web.reactive.function.client</a></p> </td> <td> </td> </tr> <tr> <td> <p><a href="org.springframework.web.reactive.function.server/index.html">org.springframework.web.reactive.function.server</a></p> </td> <td> </td> </tr> </tbody> </table> <h3>Index</h3> <a href="alltypes/index.html">All Types</a> </BODY> </HTML>
docs/javadoc/2.3/com/fasterxml/jackson/databind/ser/std/class-use/MapSerializer.html
FasterXML/jackson-databind
<!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_25) on Sat Nov 16 21:43:21 PST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.fasterxml.jackson.databind.ser.std.MapSerializer (jackson-databind 2.3.0 API)</title> <meta name="date" content="2013-11-16"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.fasterxml.jackson.databind.ser.std.MapSerializer (jackson-databind 2.3.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/ser/std/class-use/MapSerializer.html" target="_top">Frames</a></li> <li><a href="MapSerializer.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.fasterxml.jackson.databind.ser.std.MapSerializer" class="title">Uses of Class<br>com.fasterxml.jackson.databind.ser.std.MapSerializer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser">com.fasterxml.jackson.databind.ser</a></td> <td class="colLast"> <div class="block">Contains implementation classes of serialization part of data binding.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser.std">com.fasterxml.jackson.databind.ser.std</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.fasterxml.jackson.databind.ser"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a> in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/package-summary.html">com.fasterxml.jackson.databind.ser</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/package-summary.html">com.fasterxml.jackson.databind.ser</a> declared as <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></code></td> <td class="colLast"><span class="strong">AnyGetterWriter.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/AnyGetterWriter.html#_serializer">_serializer</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/package-summary.html">com.fasterxml.jackson.databind.ser</a> with parameters of type <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/AnyGetterWriter.html#AnyGetterWriter(com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.introspect.AnnotatedMember, com.fasterxml.jackson.databind.ser.std.MapSerializer)">AnyGetterWriter</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>&nbsp;property, <a href="../../../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedMember</a>&nbsp;accessor, <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a>&nbsp;serializer)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.fasterxml.jackson.databind.ser.std"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a> in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a> that return <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></code></td> <td class="colLast"><span class="strong">MapSerializer.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer)">_withValueTypeSerializer</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a>&nbsp;vts)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></code></td> <td class="colLast"><span class="strong">MapSerializer.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#construct(java.lang.String[], com.fasterxml.jackson.databind.JavaType, boolean, com.fasterxml.jackson.databind.jsontype.TypeSerializer, com.fasterxml.jackson.databind.JsonSerializer, com.fasterxml.jackson.databind.JsonSerializer)">construct</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;ignoredList, <a href="../../../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a>&nbsp;mapType, boolean&nbsp;staticValueType, <a href="../../../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a>&nbsp;vts, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;keySerializer, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;valueSerializer)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>Since 2.3 use the method that takes `filterId`</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></code></td> <td class="colLast"><span class="strong">MapSerializer.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#construct(java.lang.String[], com.fasterxml.jackson.databind.JavaType, boolean, com.fasterxml.jackson.databind.jsontype.TypeSerializer, com.fasterxml.jackson.databind.JsonSerializer, com.fasterxml.jackson.databind.JsonSerializer, java.lang.Object)">construct</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;ignoredList, <a href="../../../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a>&nbsp;mapType, boolean&nbsp;staticValueType, <a href="../../../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a>&nbsp;vts, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;keySerializer, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;valueSerializer, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;filterId)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></code></td> <td class="colLast"><span class="strong">MapSerializer.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#withFilterId(java.lang.Object)">withFilterId</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;filterId)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></code></td> <td class="colLast"><span class="strong">MapSerializer.</span><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#withResolved(com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.JsonSerializer, com.fasterxml.jackson.databind.JsonSerializer, java.util.HashSet)">withResolved</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>&nbsp;property, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;?&gt;&nbsp;keySerializer, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;?&gt;&nbsp;valueSerializer, <a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashSet.html?is-external=true" title="class or interface in java.util">HashSet</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;ignored)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a> with parameters of type <a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#MapSerializer(com.fasterxml.jackson.databind.ser.std.MapSerializer, com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.JsonSerializer, com.fasterxml.jackson.databind.JsonSerializer, java.util.HashSet)">MapSerializer</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a>&nbsp;src, <a href="../../../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</a>&nbsp;property, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;?&gt;&nbsp;keySerializer, <a href="../../../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a>&lt;?&gt;&nbsp;valueSerializer, <a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashSet.html?is-external=true" title="class or interface in java.util">HashSet</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;ignored)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#MapSerializer(com.fasterxml.jackson.databind.ser.std.MapSerializer, java.lang.Object)">MapSerializer</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a>&nbsp;src, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;filterId)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html#MapSerializer(com.fasterxml.jackson.databind.ser.std.MapSerializer, com.fasterxml.jackson.databind.jsontype.TypeSerializer)">MapSerializer</a></strong>(<a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">MapSerializer</a>&nbsp;src, <a href="../../../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype">TypeSerializer</a>&nbsp;vts)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/MapSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/ser/std/class-use/MapSerializer.html" target="_top">Frames</a></li> <li><a href="MapSerializer.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> </body> </html>
nav/toggle_css3_bottom/index.html
tigercave/html_samples
<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Toogle CSS3 Bottom</title> <!-- Bootstrap CSS --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!--Custom css--> <link href="css/style.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- jQuery --> <script src="http://code.jquery.com/jquery.js"></script> <!-- Bootstrap JavaScript --> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <!-- custom js --> <script src="js/script.js"></script> </head> <body> <div class="container"> <div class="menuContent"> <a class="slider"> <img alt="" id="bot" src="image/arrow_bottom.png"> </a> <ul id="nav"> <li><a href="#"><img src="image/t1.png" />Home</a> <li> <ul id="1"> <li><a href="#"><img src="image/bulb.png">Link 1</a></li> <li><a href="#"><img src="image/bulb.png">Link 2</a></li> <li><a href="#"><img src="image/bulb.png">Link 3</a></li> <li><a href="#"><img src="image/bulb.png">Link 4</a></li> <li><a href="#"><img src="image/bulb.png">Link 5</a></li> </ul> <a href="#" tabindex="1" class="sub"><img src="image/t2.png"/>HTML/CSS</a> </li> <li> <ul id="2"> <li><a href="#"><img src="image/bulb.png">Link 6</a></li> <li><a href="#"><img src="image/bulb.png">Link 7</a></li> <li><a href="#"><img src="image/bulb.png">Link 8</a></li> <li><a href="#"><img src="image/bulb.png">Link 9</a></li> <li><a href="#"><img src="image/bulb.png">Link 10</a></li> <li><a href="#"><img src="image/bulb.png">Link 11</a></li> </ul> <a href="#" tabindex="1" class="sub"><img src="image/t3.png"/>JQuery/JS</a> </li> <li><a href="#"><img src="image/t2.png"/>PHP</li> </ul><!-- end ul#nav --> </div><!-- end div.menuContent --> <footer> <h2>CSS3 Bottom Navigation Menu</h2> </footer> </div><!-- end div.container --> </body> </html>
docs/nalgebra/core/dimension/DimNameMul.t.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=trait.DimNameMul.html"> </head> <body> <p>Redirecting to <a href="trait.DimNameMul.html">trait.DimNameMul.html</a>...</p> <script>location.replace("trait.DimNameMul.html" + location.search + location.hash);</script> </body> </html>
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/export/tabulator/class-use/EntryIndexes.html
phurtado1112/cnaemvc
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 --> <title>Uses of Class net.sf.jasperreports.engine.export.tabulator.EntryIndexes (JasperReports 5.6.0 API)</title> <meta name="date" content="2014-05-27"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class net.sf.jasperreports.engine.export.tabulator.EntryIndexes (JasperReports 5.6.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/EntryIndexes.html" title="class in net.sf.jasperreports.engine.export.tabulator">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?net/sf/jasperreports/engine/export/tabulator/class-use/EntryIndexes.html" target="_top">Frames</a></li> <li><a href="EntryIndexes.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class net.sf.jasperreports.engine.export.tabulator.EntryIndexes" class="title">Uses of Class<br>net.sf.jasperreports.engine.export.tabulator.EntryIndexes</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/EntryIndexes.html" title="class in net.sf.jasperreports.engine.export.tabulator">EntryIndexes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#net.sf.jasperreports.engine.export.tabulator">net.sf.jasperreports.engine.export.tabulator</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="net.sf.jasperreports.engine.export.tabulator"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/EntryIndexes.html" title="class in net.sf.jasperreports.engine.export.tabulator">EntryIndexes</a> in <a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/package-summary.html">net.sf.jasperreports.engine.export.tabulator</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/package-summary.html">net.sf.jasperreports.engine.export.tabulator</a> declared as <a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/EntryIndexes.html" title="class in net.sf.jasperreports.engine.export.tabulator">EntryIndexes</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/EntryIndexes.html" title="class in net.sf.jasperreports.engine.export.tabulator">EntryIndexes</a></code></td> <td class="colLast"><span class="strong">Table.ColumnsControl.</span><code><strong><a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/Table.ColumnsControl.html#indexes">indexes</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../net/sf/jasperreports/engine/export/tabulator/EntryIndexes.html" title="class in net.sf.jasperreports.engine.export.tabulator">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?net/sf/jasperreports/engine/export/tabulator/class-use/EntryIndexes.html" target="_top">Frames</a></li> <li><a href="EntryIndexes.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> <span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">&copy; 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span> </small></p> </body> </html>
Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/manual/html/isemaphore.html
SoCe/SoCe
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Hazelcast Documentation Version: 3.3.3</title> <link type="text/css" rel="stylesheet" href="assets/css/reset.css"> <link type="text/css" rel="stylesheet" href="http://yandex.st/highlightjs/7.3/styles/github.min.css"> <link type="text/css" rel="stylesheet" href="assets/css/docs.css"> <link type="text/css" rel="stylesheet" href="assets/css/print.css" media="print"> <script type="text/javascript" src="assets/js/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="assets/js/jquery.sticky-kit.js"></script> <script type="text/javascript" src="http://yandex.st/highlightjs/6.1/highlight.min.js"></script> <script type="text/javascript" src="assets/js/lunr.min.js"></script> <script type="text/javascript">var BASE_URL = "";</script> <script type="text/javascript" src="assets/js/viewer.js"></script> <script type="text/javascript"> $(function(){ $("#sidebar").stick_in_parent() }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-3921306-1']); _gaq.push(['_setDomainName', 'hazelcast.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript"> setTimeout(function(){var a=document.createElement("script"); var b=document.getElementsByTagName("script")[0]; a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0020/7413.js?"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); </script> </head> <body> <div id="page"> <a name="top" /> <div id="sitebar"> <div class="content"> <p><a href="http://hazelcast.org/documentation">Go to <span style="font-weight:bold">hazelcast.org/documentation</span></a></p> </div> </div> <header id="header"> <div class="content"> <div style="overflow:hidden"> <div style="float:left"> <a href="http://www.hazelcast.org"><img src="assets/img/logo.png" style="width: 199px;padding-top: 18px"/></a> </div> <div style="float:left;padding-top: 15px;padding-left: 30px;"> <h1><a href="">Documentation <span style="font-size:12px"> Version: 3.3.3 - Publication Date : Nov 12, 2014 </span></a></h1> </div> </div> </div> </header> <div class="content" style="width:1200px; margin: 0 auto"> <div id="sidebar" style="overflow-y:auto"> <form action="search.html"><input id="search" type="text" placeholder="Search" name="q" /></form> <nav id="toc"> <ol> <li> <a href="preface.html">Preface</a> <ol> </ol> </li> <li> <a href="whatsnew.html">What's New in Hazelcast 3.3</a> <ol> <li> <a href="whatsnew.html">Release Notes</a> <ol> <li> <a href="whatsnew.html">New Features</a> </li> <li> <a href="whatsnewfixes.html">Fixes</a> </li> </ol> </li> <li> <a href="upgradingfrom2x.html">Upgrading from 2.x versions</a> <ol> </ol> </li> <li> <a href="documentrevisionhistory.html">Document Revision History</a> <ol> </ol> </li> </ol> </li> <li> <a href="gettingstarted.html">Getting Started</a> <ol> <li> <a href="gettingstarted.html">Hazelcast Overview</a> <ol> </ol> </li> <li> <a href="whyhazelcast.html">Why Hazelcast?</a> <ol> </ol> </li> <li> <a href="installation.html">Installation</a> <ol> <li> <a href="installation.html">Hazelcast</a> </li> <li> <a href="installinghzenterprise.html">Hazelcast Enterprise</a> </li> </ol> </li> <li> <a href="startingclusterclient.html">Starting the Cluster and Client</a> <ol> </ol> </li> <li> <a href="configuringhazelcast.html">Configuring Hazelcast</a> <ol> </ol> </li> <li> <a href="usecases.html">Use Cases</a> <ol> </ol> </li> <li> <a href="resources.html">Resources</a> <ol> </ol> </li> </ol> </li> <li> <a href="distributed-data-structures.html">Distributed Data Structures</a> <ol> <li> <a href="map.html">Map</a> <ol> <li> <a href="map.html">Map Overview</a> </li> <li> <a href="map-backups.html">Map Backups</a> </li> <li> <a href="map-eviction.html">Eviction</a> </li> <li> <a href="map-inmemoryformat.html">In Memory Format</a> </li> <li> <a href="map-persistence.html">Map Persistence</a> </li> <li> <a href="map-nearcache.html">Near Cache</a> </li> <li> <a href="map-locks.html">Map Locks</a> </li> <li> <a href="map-entrystatistics.html">Entry Statistics</a> </li> <li> <a href="map-entrylistener.html">Entry Listener</a> </li> <li> <a href="map-interceptors.html">Interceptors</a> </li> </ol> </li> <li> <a href="queue.html">Queue</a> <ol> <li> <a href="queue.html">Queue Overview</a> </li> <li> <a href="samplequeuecode.html">Sample Queue Code</a> </li> <li> <a href="boundedqueue.html">Bounded Queue</a> </li> <li> <a href="queue-persistence.html">Queue Persistence</a> </li> </ol> </li> <li> <a href="multimap.html">MultiMap</a> <ol> <li> <a href="multimap.html">Sample MultiMap Code</a> </li> <li> <a href="multimap.html">MultiMap Configuration</a> </li> </ol> </li> <li> <a href="set.html">Set</a> <ol> <li> <a href="set.html">Sample Set Code</a> </li> <li> <a href="set.html">Event Registration and Configuration for Set</a> </li> </ol> </li> <li> <a href="list.html">List</a> <ol> <li> <a href="list.html">Sample List Code</a> </li> <li> <a href="list.html">Event Registration and Configuration for List</a> </li> </ol> </li> <li> <a href="topic.html">Topic</a> <ol> <li> <a href="topic.html">Sample Topic Code</a> </li> <li> <a href="topicstatistics.html">Statistics</a> </li> <li> <a href="topicinternals.html">Internals</a> </li> <li> <a href="topicconfiguration.html">Topic Configuration</a> </li> </ol> </li> <li> <a href="lock.html">Lock</a> <ol> <li> <a href="lockicondition.html">ICondition</a> </li> </ol> </li> <li> <a href="iatomiclong.html">IAtomicLong</a> <ol> </ol> </li> <li> <a href="isemaphore.html">ISemaphore</a> <ol> </ol> </li> <li> <a href="iatomicreference.html">IAtomicReference</a> <ol> </ol> </li> <li> <a href="icountdownlatch.html">ICountDownLatch</a> <ol> </ol> </li> <li> <a href="idgenerator.html">IdGenerator</a> <ol> </ol> </li> <li> <a href="replicatedmap.html">Replicated Map</a> <ol> <li> <a href="considerations.html">For Consideration</a> </li> <li> <a href="breakagemapcontract.html">Breakage of the Map-Contract</a> </li> <li> <a href="technicaldesign.html">Technical design</a> </li> <li> <a href="inmemoryformat.html">In Memory Format on ReplicatedMap</a> </li> <li> <a href="entrylistener.html">EntryListener on ReplicatedMap</a> </li> </ol> </li> </ol> </li> <li> <a href="distributedevents.html">Distributed Events</a> <ol> <li> <a href="distributedevents.html">Event Listeners</a> <ol> </ol> </li> <li> <a href="globaleventconfiguration.html">Global Event Configuration</a> <ol> </ol> </li> </ol> </li> <li> <a href="distributedcomputing.html">Distributed Computing</a> <ol> <li> <a href="distributedcomputing.html">Executor Service</a> <ol> <li> <a href="distributedcomputing.html">Executor Overview</a> </li> <li> <a href="execution.html">Execution</a> </li> <li> <a href="executioncancellation.html">Execution Cancellation</a> </li> <li> <a href="executioncallback.html">Execution Callback</a> </li> </ol> </li> <li> <a href="entryprocessor.html">Entry Processor</a> <ol> <li> <a href="entryprocessor.html">Entry Processor Overview</a> </li> <li> <a href="entryprocessorsamplecode.html">Sample Entry Processor Code</a> </li> <li> <a href="entryprocessorabstract.html">Abstract Entry Processor</a> </li> </ol> </li> </ol> </li> <li> <a href="distributedquery.html">Distributed Query</a> <ol> <li> <a href="distributedquery.html">Query Overview</a> <ol> <li> <a href="querycriteriaapi.html">Criteria API</a> </li> <li> <a href="querysql.html">Distributed SQL Query</a> </li> <li> <a href="querypagingpredicate.html">Paging Predicate (Order &amp; Limit)</a> </li> <li> <a href="queryindexing.html">Indexing</a> </li> <li> <a href="querythreadconfiguration.html">Query Thread Configuration</a> </li> </ol> </li> <li> <a href="mapreduce.html">MapReduce</a> <ol> <li> <a href="mr-essentials.html">MapReduce Essentials</a> </li> <li> <a href="mr-introduction.html">Introduction to MapReduce API</a> </li> <li> <a href="mr-architecture.html">Hazelcast MapReduce Architecture</a> </li> </ol> </li> <li> <a href="aggregators.html">Aggregators</a> <ol> <li> <a href="aggregators.html">Aggregations Basics</a> </li> <li> <a href="aggregatorsintroduction.html">Introduction to Aggregations API</a> </li> <li> <a href="aggregatorsexample.html">Aggregations Examples</a> </li> <li> <a href="aggregatorsimplementation.html">Implementing Aggregations</a> </li> </ol> </li> <li> <a href="continuousquery.html">Continuous Query</a> <ol> </ol> </li> </ol> </li> <li> <a href="userdefinedservices.html">User Defined Services</a> <ol> <li> <a href="userdefinedservices.html">Sample Case</a> <ol> <li> <a href="spicreateclass.html">Create the Class</a> </li> <li> <a href="spienableclass.html">Enable the Class</a> </li> <li> <a href="spiaddproperties.html">Add Properties</a> </li> <li> <a href="spistartservice.html">Start the Service</a> </li> <li> <a href="spiproxy.html">Place a Remote Call - Proxy</a> </li> <li> <a href="spicreatecontainer.html">Create the Containers</a> </li> <li> <a href="spipartitionmigration.html">Partition Migration</a> </li> <li> <a href="spicreatebackups.html">Create the Backups</a> </li> </ol> </li> <li> <a href="spiwaitnotifyservice.html">WaitNotifyService</a> <ol> </ol> </li> </ol> </li> <li> <a href="transactions.html">Transactions</a> <ol> <li> <a href="transactions.html">Transaction Interface</a> <ol> </ol> </li> <li> <a href="xatransactions.html">XA Transactions</a> <ol> </ol> </li> <li> <a href="j2eeintegration.html">J2EE Integration</a> <ol> <li> <a href="j2eeintegration.html">Sample Code for J2EE Integration</a> </li> <li> <a href="resourceadapterconfiguration.html">Resource Adapter Configuration</a> </li> <li> <a href="sampleglassfishconfiguration.html">Sample Glassfish v3 Web Application Configuration</a> </li> <li> <a href="samplejbossconfiguration.html">Sample JBoss AS 5 Web Application Configuration</a> </li> <li> <a href="samplejboss7configuration.html">Sample JBoss AS 7 / EAP 6 Web Application Configuration</a> </li> </ol> </li> </ol> </li> <li> <a href="jcache.html">Hazelcast JCache Implementation</a> <ol> <li> <a href="jcache.html">JCache Overview</a> <ol> </ol> </li> <li> <a href="jcache.html">Setup and Usage</a> <ol> </ol> </li> <li> <a href="jcache.html">Provider Types</a> <ol> <li> <a href="jcache.html">Client Provider</a> </li> <li> <a href="jcache.html">Server Provider</a> </li> </ol> </li> <li> <a href="jcache.html">Provider Setup</a> <ol> <li> <a href="jcache.html">Hazelcast Specific System Property</a> </li> </ol> </li> <li> <a href="jcache.html">Sample JCache Code</a> <ol> </ol> </li> <li> <a href="jcache.html">Hazelcast Cache Extension - ICache</a> <ol> <li> <a href="jcache.html">Async operations</a> </li> <li> <a href="jcache.html">Custom ExpiryPolicy</a> </li> </ol> </li> <li> <a href="jcache.html">Running the JCache TCK</a> <ol> </ol> </li> </ol> </li> <li> <a href="integratedclustering.html">Integrated Clustering</a> <ol> <li> <a href="integratedclustering.html">Hibernate Second Level Cache</a> <ol> <li> <a href="integratedclustering.html">Sample Code for Hibernate</a> </li> <li> <a href="integratedclustering.html">Supported Hibernate Versions</a> </li> <li> <a href="integratedclustering.html">Hibernate Configuration</a> </li> <li> <a href="integratedclustering.html">Hazelcast Configuration</a> </li> <li> <a href="integratedclustering.html">RegionFactory Options</a> </li> <li> <a href="integratedclustering.html">Hazelcast Modes for Hibernate Usage</a> </li> <li> <a href="integratedclustering.html">Hibernate Concurrency Strategies</a> </li> <li> <a href="integratedclustering.html">Advanced Settings</a> </li> </ol> </li> <li> <a href="websessionreplication.html">Web Session Replication</a> <ol> <li> <a href="websessionreplication.html">Filter Based Web Session Replication</a> </li> <li> <a href="websessionreplication.html">Spring Security Support</a> </li> <li> <a href="tomcatsessionreplication.html">Tomcat Based Web Session Replication</a> </li> </ol> </li> <li> <a href="springintegration.html">Spring Integration</a> <ol> <li> <a href="springintegration.html">Supported Versions</a> </li> <li> <a href="springintegration.html">Spring Configuration</a> </li> <li> <a href="springintegration.html">Spring Managed Context with @SpringAware</a> </li> <li> <a href="springintegration.html">Spring Cache</a> </li> <li> <a href="springintegration.html">Hibernate 2nd Level Cache Config</a> </li> <li> <a href="springintegration.html">Best Practices</a> </li> </ol> </li> </ol> </li> <li> <a href="storage.html">Storage</a> <ol> <li> <a href="storage.html">Off-Heap</a> <ol> </ol> </li> </ol> </li> <li> <a href="clients.html">Clients</a> <ol> <li> <a href="javaclient.html">Java Client</a> <ol> <li> <a href="javaclient.html">Java Client Overview</a> </li> <li> <a href="javaclient.html">Java Client Dependencies</a> </li> <li> <a href="javaclient.html">Getting Started with Client API</a> </li> <li> <a href="javaclient.html">Java Client Operation modes</a> </li> <li> <a href="javaclient.html">Fail Case Handling</a> </li> <li> <a href="javaclient.html">Supported Distributed Data Structures</a> </li> <li> <a href="javaclient.html">Client Services</a> </li> <li> <a href="javaclient.html">Client Listeners</a> </li> <li> <a href="javaclient.html">Client Transactions</a> </li> <li> <a href="javaclient.html">Network Configuration Options</a> </li> <li> <a href="javaclient.html">Client Near Cache</a> </li> <li> <a href="javaclient.html">Client SSLConfig</a> </li> <li> <a href="javaclient.html">Java Client Configuration</a> </li> <li> <a href="javaclient.html">Sample Codes for Client</a> </li> </ol> </li> <li> <a href="cplusclient.html">C++ Client</a> <ol> <li> <a href="cplusclient.html">How to Setup</a> </li> <li> <a href="cplusclient.html">Platform Specific Installation Guides</a> </li> <li> <a href="cplusclient.html">Code Examples</a> </li> </ol> </li> <li> <a href="csharpclient.html">.NET Client</a> <ol> <li> <a href="csharpclient.html">Client Configuration</a> </li> <li> <a href="csharpclient.html">Client Startup</a> </li> </ol> </li> <li> <a href="restclient.html">REST Client</a> <ol> </ol> </li> <li> <a href="memcacheclient.html">Memcache Client</a> <ol> <li> <a href="memcacheclient.html">Unsupported Operations</a> </li> </ol> </li> </ol> </li> <li> <a href="serialization.html">Serialization</a> <ol> <li> <a href="serialization.html">Serialization Overview</a> <ol> </ol> </li> <li> <a href="serializationinterfaces.html">Serialization Interfaces</a> <ol> </ol> </li> <li> <a href="serializationcomparisontable.html">Comparison Table</a> <ol> </ol> </li> <li> <a href="serializable.html">Serializable &amp; Externalizable</a> <ol> </ol> </li> <li> <a href="dataserialization.html">DataSerializable</a> <ol> <li> <a href="dataserialization.html">IdentifiedDataSerializable</a> </li> </ol> </li> <li> <a href="portableserialization.html">Portable</a> <ol> <li> <a href="portableserialization.html">Versions</a> </li> <li> <a href="portableserialization.html">Null Portable Serialization</a> </li> <li> <a href="portableserialization.html">DistributedObject Serialization</a> </li> </ol> </li> <li> <a href="customserialization.html">Custom Serialization</a> <ol> <li> <a href="customserialization.html">StreamSerializer</a> </li> <li> <a href="bytearrayserializer.html">ByteArraySerializer</a> </li> </ol> </li> <li> <a href="hazelcastinstanceaware.html">HazelcastInstanceAware Interface</a> <ol> </ol> </li> </ol> </li> <li> <a href="management.html">Management</a> <ol> <li> <a href="management.html">Statistics API per Node</a> <ol> <li> <a href="management.html">Map Statistics</a> </li> <li> <a href="management.html">Multimap Statistics</a> </li> <li> <a href="management.html">Queue Statistics</a> </li> <li> <a href="management.html">Topic Statistics</a> </li> <li> <a href="management.html">Executor Statistics</a> </li> </ol> </li> <li> <a href="jmxapipernode.html">JMX API per Node</a> <ol> </ol> </li> <li> <a href="monitoringwithjmx.html">Monitoring with JMX</a> <ol> </ol> </li> <li> <a href="clusterutilities.html">Cluster Utilities</a> <ol> <li> <a href="clusterutilities.html">Cluster Interface</a> </li> <li> <a href="memberattributes.html">Member Attributes</a> </li> <li> <a href="partitionservice.html">Cluster-Member Safety Check</a> </li> </ol> </li> <li> <a href="managementcenter.html">Management Center</a> <ol> <li> <a href="managementcenter.html">Introduction</a> </li> <li> <a href="managementcenter.html">Tool Overview</a> </li> <li> <a href="managementcenter.html">Home Page</a> </li> <li> <a href="managementcenter.html">Caches</a> </li> <li> <a href="managementcenter.html">Maps</a> </li> <li> <a href="managementcenter.html">Queues</a> </li> <li> <a href="managementcenter.html">Topics</a> </li> <li> <a href="managementcenter.html">MultiMaps</a> </li> <li> <a href="managementcenter.html">Executors</a> </li> <li> <a href="managementcenter.html">Members</a> </li> <li> <a href="managementcenter.html">Scripting</a> </li> <li> <a href="managementcenter.html">Console</a> </li> <li> <a href="managementcenter.html">Alerts</a> </li> <li> <a href="managementcenter.html">Administration</a> </li> <li> <a href="managementcenter.html">Time Travel</a> </li> <li> <a href="managementcenter.html">Documentation</a> </li> <li> <a href="managementcenter.html">Suggested Heap Size</a> </li> </ol> </li> <li> <a href="clusteredjmx.html">Clustered JMX</a> <ol> <li> <a href="clusteredjmx.html">Clustered JMX Configuration</a> </li> <li> <a href="clusteredjmx.html">API Documentation</a> </li> <li> <a href="clusteredjmx.html">New Relic Integration</a> </li> <li> <a href="clusteredjmx.html">AppDynamics Integration</a> </li> </ol> </li> <li> <a href="clusteredrest.html">Clustered REST</a> <ol> <li> <a href="clusteredrest.html">Enabling Clustered REST</a> </li> <li> <a href="clusteredrest.html">Clustered REST API Root</a> </li> <li> <a href="clusteredrest.html">Clusters Resource</a> </li> <li> <a href="clusteredrest.html">Cluster Resource</a> </li> <li> <a href="clusteredrest.html">Members Resource</a> </li> <li> <a href="clusteredrest.html">Member Resource</a> </li> <li> <a href="clusteredrest.html">Clients Resource</a> </li> <li> <a href="clusteredrest.html">Maps Resource</a> </li> <li> <a href="clusteredrest.html">MultiMaps Resource</a> </li> <li> <a href="clusteredrest.html">Queues Resource</a> </li> <li> <a href="clusteredrest.html">Topics Resource</a> </li> <li> <a href="clusteredrest.html">Executors Resource</a> </li> </ol> </li> </ol> </li> <li> <a href="security.html">Security</a> <ol> <li> <a href="security.html">Enabling Security for Hazelcast Enterprise</a> <ol> </ol> </li> <li> <a href="socketinterceptor.html">Socket Interceptor</a> <ol> </ol> </li> <li> <a href="securityinterceptor.html">Security Interceptor</a> <ol> </ol> </li> <li> <a href="encryption.html">Encryption</a> <ol> </ol> </li> <li> <a href="ssl.html">SSL</a> <ol> </ol> </li> <li> <a href="credentials.html">Credentials</a> <ol> </ol> </li> <li> <a href="clusterloginmodule.html">ClusterLoginModule</a> <ol> </ol> </li> <li> <a href="clustermembersecurity.html">Cluster Member Security</a> <ol> </ol> </li> <li> <a href="nativeclientsecurity.html">Native Client Security</a> <ol> <li> <a href="nativeclientsecurity.html">Authentication</a> </li> <li> <a href="nativeclientsecurity.html">Authorization</a> </li> <li> <a href="nativeclientsecurity.html">Permissions</a> </li> </ol> </li> </ol> </li> <li> <a href="performance.html">Performance</a> <ol> <li> <a href="performance.html">Data Affinity</a> <ol> </ol> </li> <li> <a href="threadingmodel.html">Threading Model</a> <ol> <li> <a href="threadingmodel.html">I/O Threading</a> </li> <li> <a href="threadingevent.html">Event Threading</a> </li> <li> <a href="threadingexecutor.html">IExecutor Threading</a> </li> <li> <a href="threadingoperation.html">Operation Threading</a> </li> </ol> </li> </ol> </li> <li> <a href="wan.html">WAN</a> <ol> <li> <a href="wan.html">WAN Replication</a> <ol> <li> <a href="wan.html">WAN Replication Configuration</a> </li> <li> <a href="wan.html">WAN Replication Queue Size</a> </li> <li> <a href="wan.html">WAN Replication Additional Information</a> </li> </ol> </li> </ol> </li> <li> <a href="config.html">Configuration</a> <ol> <li> <a href="config.html">Using Wildcard</a> <ol> </ol> </li> <li> <a href="networkconfig.html">Network Configuration</a> <ol> <li> <a href="networkconfig.html">Configuring TCP/IP Cluster</a> </li> <li> <a href="configspecifyinterfaces.html">Specifying Network Interfaces</a> </li> <li> <a href="ec2autodiscovery.html">EC2 Auto Discovery</a> </li> <li> <a href="ports.html">Ports</a> </li> <li> <a href="ipv6.html">IPv6 Support</a> </li> <li> <a href="partitiongroupconfig.html">Partition Grouping</a> </li> </ol> </li> <li> <a href="listenerconfig.html">Listener Configurations</a> <ol> </ol> </li> <li> <a href="logging.html">Logging Configuration</a> <ol> </ol> </li> <li> <a href="configurationproperties.html">Advanced Configuration Properties</a> <ol> <li> <a href="configurationproperties.html">Declarative Configuration</a> </li> <li> <a href="configurationproperties.html">Programmatic Configuration</a> </li> <li> <a href="configurationproperties.html">System Property</a> </li> </ol> </li> </ol> </li> <li> <a href="networkpartitioning.html">Network Partitioning - Split Brain Syndrome</a> <ol> </ol> </li> <li> <a href="faq.html">Frequently Asked Questions</a> <ol> <li> <a href="faq.html">Why 271 as the default partition count</a> <ol> </ol> </li> <li> <a href="faq.html">Is Hazelcast thread safe</a> <ol> </ol> </li> <li> <a href="faq.html">How do nodes discover each other</a> <ol> </ol> </li> <li> <a href="faq.html">What happens when a node goes down</a> <ol> </ol> </li> <li> <a href="faq.html">How do I test the connectivity</a> <ol> </ol> </li> <li> <a href="faq.html">How do I choose keys properly</a> <ol> </ol> </li> <li> <a href="faq.html">How do I reflect value modifications</a> <ol> </ol> </li> <li> <a href="faq.html">How do I test my Hazelcast cluster</a> <ol> </ol> </li> <li> <a href="faq.html">How do I create separate clusters</a> <ol> </ol> </li> <li> <a href="faq.html">Does Hazelcast support hundreds of nodes</a> <ol> </ol> </li> <li> <a href="faq.html">Does Hazelcast support thousands of clients</a> <ol> </ol> </li> <li> <a href="faq.html">What is the difference between old LiteMember and new Smart Client</a> <ol> </ol> </li> <li> <a href="faq.html">How do you give support</a> <ol> </ol> </li> <li> <a href="faq.html">Does Hazelcast persist</a> <ol> </ol> </li> <li> <a href="faq.html">Can I use Hazelcast in a single server</a> <ol> </ol> </li> <li> <a href="faq.html">How can I monitor Hazelcast</a> <ol> </ol> </li> <li> <a href="faq.html">How can I see debug level logs</a> <ol> </ol> </li> <li> <a href="faq.html">What is the difference between client-server and embedded topologies</a> <ol> </ol> </li> <li> <a href="faq.html">How do I know it is safe to kill the second node</a> <ol> </ol> </li> <li> <a href="faq.html">When do I need Off-heap solutions</a> <ol> </ol> </li> <li> <a href="faq.html">Is there any disadvantage of using near-cache</a> <ol> </ol> </li> <li> <a href="faq.html">Is Hazelcast secure</a> <ol> </ol> </li> </ol> </li> <li> <a href="glossary.html">Glossary</a> <ol> </ol> </li> </ol> </nav> <nav id="links"> <ul> </ul> </nav> <div id="copyright"> Powered by <a href="http://github.com/maximebf/beautiful-docs">beautiful-docs</a> - <a href="#top">Back to top</a> </div> </div> <div id="content"> <h2 id="isemaphore">ISemaphore</h2> <p>Hazelcast ISemaphore is the distributed implementation of <code>java.util.concurrent.Semaphore</code>. As you may know, semaphores offer <strong>permit</strong>s to control the thread counts in the case of performing concurrent activities. To execute a concurrent activity, a thread grants a permit or waits until a permit becomes available. When the execution is completed, permit is released.</p> <p><img src="images/NoteSmall.jpg" alt="image"> <strong><em>NOTE:</em></strong> <em>Semaphore with a single permit may be considered as a lock. But, unlike the locks, when semaphores are used any thread can release the permit and also semaphores can have multiple permits.</em></p> <p><img src="images/NoteSmall.jpg" alt="image"> <strong><em>NOTE:</em></strong> <em>Hazelcast Semaphore does not support fairness.</em></p> <p>When a permit is acquired on ISemaphore:</p> <ul> <li>if there are permits, number of permits in the semaphore is decreased by one and calling thread performs its activity. If there is contention, the longest waiting thread will acquire the permit before all other threads.</li> <li>if no permits are available, calling thread blocks until a permit comes available. And when a timeout happens during this block, thread is interrupted. In the case where the semaphore is destroyed, an <code>InstanceDestroyedException</code> is thrown.</li> </ul> <p>Below sample code uses an IAtomicLong resource for 1000 times, increments the resource when a thread starts to use it and decrements it when the thread completes.</p> <pre><code class="lang-java">public class SemaphoreMember { public static void main( String[] args ) throws Exception{ HazelcastInstance hazelcastInstance = Hazelcast.newHazelcastInstance(); ISemaphore semaphore = hazelcastInstance.getSemaphore( &quot;semaphore&quot; ); IAtomicLong resource = hazelcastInstance.getAtomicLong( &quot;resource&quot; ); for ( int k = 0 ; k &lt; 1000 ; k++ ) { System.out.println( &quot;At iteration: &quot; + k + &quot;, Active Threads: &quot; + resource.get() ); semaphore.acquire(); try { resource.incrementAndGet(); Thread.sleep( 1000 ); resource.decrementAndGet(); } finally { semaphore.release(); } } System.out.println(&quot;Finished&quot;); } } </code></pre> <p>Let&#39;s limit the concurrent access to this resource by allowing at most 3 threads. This can be configured declaratively by setting the <code>initial-permits</code> property, as shown below.</p> <pre><code class="lang-xml">&lt;semaphore name=&quot;semaphore&quot;&gt; &lt;initial-permits&gt;3&lt;/initial-permits&gt; &lt;/semaphore&gt; </code></pre> <p><img src="images/NoteSmall.jpg" alt="image"> <strong><em>NOTE:</em></strong> <em>If there is a shortage of permits while the semaphore is being created, value of this property can be set to a negative number.</em></p> <p>If you execute the above <code>SemaphoreMember</code> class 5 times, output will be similar to the following:</p> <p><code>At iteration: 0, Active Threads: 1</code></p> <p><code>At iteration: 1, Active Threads: 2</code></p> <p><code>At iteration: 2, Active Threads: 3</code></p> <p><code>At iteration: 3, Active Threads: 3</code></p> <p><code>At iteration: 4, Active Threads: 3</code></p> <p>As can be seen, maximum count of concurrent threads is equal or smaller than 3. If you remove the semaphore acquire/release statements in <code>SemaphoreMember</code>, you will see that there is no limitation on the number of concurrent usages.</p> <p>Hazelcast also provides backup support for ISemaphore. When a member goes down, another member can take over the semaphore with the permit information (permits are automatically released when a member goes down). To enable this, synchronous or asynchronous backup should be configured with the properties <code>backup-count</code> and <code>async-backup-count</code>(by default, synchronous backup is already enabled).</p> <p>A sample configuration is shown below.</p> <pre><code class="lang-xml">&lt;semaphore name=&quot;semaphore&quot;&gt; &lt;initial-permits&gt;3&lt;/initial-permits&gt; &lt;backup-count&gt;1&lt;/backup-count&gt; &lt;/semaphore&gt; </code></pre> <p><img src="images/NoteSmall.jpg" alt="image"> <strong><em>NOTE:</em></strong> <em>If high performance is more important (than not losing the permit information), you can disable the backups by setting <code>backup-count</code> to 0.</em></p> </div> </div> </div> </body> </html>
docs/solr-core/org/apache/solr/util/plugin/class-use/NamedListInitializedPlugin.html
gibrantd/solr-4.2.0
<!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_09) on Wed Mar 06 22:32:35 PST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Interface org.apache.solr.util.plugin.NamedListInitializedPlugin (Solr 4.2.0 API)</title> <meta name="date" content="2013-03-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.solr.util.plugin.NamedListInitializedPlugin (Solr 4.2.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/util/plugin/class-use/NamedListInitializedPlugin.html" target="_top">Frames</a></li> <li><a href="NamedListInitializedPlugin.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.solr.util.plugin.NamedListInitializedPlugin" class="title">Uses of Interface<br>org.apache.solr.util.plugin.NamedListInitializedPlugin</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.core">org.apache.solr.core</a></td> <td class="colLast"> <div class="block"> Core classes implementin Solr internals and the management of <a href="../../../../../../org/apache/solr/core/SolrCore.html" title="class in org.apache.solr.core"><code>SolrCore</code></a>s</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.handler.component">org.apache.solr.handler.component</a></td> <td class="colLast"> <div class="block"> <a href="../../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component"><code>SearchComponent</code></a> implementations for use in <a href="../../../../../../org/apache/solr/handler/component/SearchHandler.html" title="class in org.apache.solr.handler.component"><code>SearchHandler</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.highlight">org.apache.solr.highlight</a></td> <td class="colLast"> <div class="block"> <a href="../../../../../../org/apache/solr/highlight/SolrHighlighter.html" title="class in org.apache.solr.highlight"><code>SolrHighlighter</code></a> API and related implementaions and utilities</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.response">org.apache.solr.response</a></td> <td class="colLast"> <div class="block"> API and implementations of <a href="../../../../../../org/apache/solr/response/QueryResponseWriter.html" title="interface in org.apache.solr.response"><code>QueryResponseWriter</code></a> for formating Solr request responses</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.response.transform">org.apache.solr.response.transform</a></td> <td class="colLast"> <div class="block"> APIs and implementations of <a href="../../../../../../org/apache/solr/response/transform/DocTransformer.html" title="class in org.apache.solr.response.transform"><code>DocTransformer</code></a> for modifying documents in Solr request responses</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.schema">org.apache.solr.schema</a></td> <td class="colLast"> <div class="block"> <a href="../../../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema"><code>IndexSchema</code></a> and <a href="../../../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema"><code>FieldType</code></a> implementations for powering schema.xml</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.search">org.apache.solr.search</a></td> <td class="colLast"> <div class="block"> APIs and classes for <a href="../../../../../../org/apache/solr/search/QParserPlugin.html" title="class in org.apache.solr.search">parsing</a> and <a href="../../../../../../org/apache/solr/search/SolrIndexSearcher.html" title="class in org.apache.solr.search">processing</a> search requests</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.spelling">org.apache.solr.spelling</a></td> <td class="colLast"> <div class="block"> APIs and classes used by the <a href="../../../../../../org/apache/solr/handler/component/SpellCheckComponent.html" title="class in org.apache.solr.handler.component"><code>SpellCheckComponent</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.update.processor">org.apache.solr.update.processor</a></td> <td class="colLast"> <div class="block"> <a href="../../../../../../org/apache/solr/update/processor/UpdateRequestProcessorFactory.html" title="class in org.apache.solr.update.processor"><code>UpdateRequestProcessorFactory</code></a> APIs and implementations for use in <a href="../../../../../../org/apache/solr/update/processor/UpdateRequestProcessorChain.html" title="class in org.apache.solr.update.processor"><code>UpdateRequestProcessorChain</code></a>s</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.util.plugin">org.apache.solr.util.plugin</a></td> <td class="colLast"> <div class="block"> Common APIs related to implementing <a href="http://wiki.apache.org/solr/SolrPlugins">Solr plugins</a></div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.core"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> <caption><span>Subinterfaces of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/SolrEventListener.html" title="interface in org.apache.solr.core">SolrEventListener</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/AbstractSolrEventListener.html" title="class in org.apache.solr.core">AbstractSolrEventListener</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/CachingDirectoryFactory.html" title="class in org.apache.solr.core">CachingDirectoryFactory</a></strong></code> <div class="block">A <a href="../../../../../../org/apache/solr/core/DirectoryFactory.html" title="class in org.apache.solr.core"><code>DirectoryFactory</code></a> impl base class for caching Directory instances per path.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/CodecFactory.html" title="class in org.apache.solr.core">CodecFactory</a></strong></code> <div class="block">Factory for plugging in a custom <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/codecs/Codec.html?is-external=true" title="class or interface in org.apache.lucene.codecs"><code>Codec</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/DirectoryFactory.html" title="class in org.apache.solr.core">DirectoryFactory</a></strong></code> <div class="block">Provides access to a Directory implementation.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/EphemeralDirectoryFactory.html" title="class in org.apache.solr.core">EphemeralDirectoryFactory</a></strong></code> <div class="block">Directory provider for implementations that do not persist over reboots.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/IndexReaderFactory.html" title="class in org.apache.solr.core">IndexReaderFactory</a></strong></code> <div class="block">Factory used to build a new IndexReader instance.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/MMapDirectoryFactory.html" title="class in org.apache.solr.core">MMapDirectoryFactory</a></strong></code> <div class="block">Directly provide MMapDirectory instead of relying on <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/store/FSDirectory.html?is-external=true#open(java.io.File)" title="class or interface in org.apache.lucene.store"><code>FSDirectory.open(java.io.File)</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/NIOFSDirectoryFactory.html" title="class in org.apache.solr.core">NIOFSDirectoryFactory</a></strong></code> <div class="block">Factory to instantiate <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/store/NIOFSDirectory.html?is-external=true" title="class or interface in org.apache.lucene.store"><code>NIOFSDirectory</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/NRTCachingDirectoryFactory.html" title="class in org.apache.solr.core">NRTCachingDirectoryFactory</a></strong></code> <div class="block">Factory to instantiate <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/store/NRTCachingDirectory.html?is-external=true" title="class or interface in org.apache.lucene.store"><code>NRTCachingDirectory</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/QuerySenderListener.html" title="class in org.apache.solr.core">QuerySenderListener</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/RAMDirectoryFactory.html" title="class in org.apache.solr.core">RAMDirectoryFactory</a></strong></code> <div class="block">Factory to instantiate <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/store/RAMDirectory.html?is-external=true" title="class or interface in org.apache.lucene.store"><code>RAMDirectory</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/SchemaCodecFactory.html" title="class in org.apache.solr.core">SchemaCodecFactory</a></strong></code> <div class="block">Per-field CodecFactory implementation, extends Lucene's and returns postings format implementations according to the schema configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/SimpleFSDirectoryFactory.html" title="class in org.apache.solr.core">SimpleFSDirectoryFactory</a></strong></code> <div class="block">Factory to instantiate <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/store/SimpleFSDirectory.html?is-external=true" title="class or interface in org.apache.lucene.store"><code>SimpleFSDirectory</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/SolrCore.LazyQueryResponseWriterWrapper.html" title="class in org.apache.solr.core">SolrCore.LazyQueryResponseWriterWrapper</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/SolrDeletionPolicy.html" title="class in org.apache.solr.core">SolrDeletionPolicy</a></strong></code> <div class="block">Standard Solr deletion policy that allows reserving index commit points for certain amounts of time to support features such as index replication or snapshooting directly out of a live index directory.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/StandardDirectoryFactory.html" title="class in org.apache.solr.core">StandardDirectoryFactory</a></strong></code> <div class="block">Directory provider which mimics original Solr <a href="http://lucene.apache.org/core/4_2_0/core/org/apache/lucene/store/FSDirectory.html?is-external=true" title="class or interface in org.apache.lucene.store"><code>FSDirectory</code></a> based behavior.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/core/StandardIndexReaderFactory.html" title="class in org.apache.solr.core">StandardIndexReaderFactory</a></strong></code> <div class="block">Default IndexReaderFactory implementation.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.handler.component"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/DebugComponent.html" title="class in org.apache.solr.handler.component">DebugComponent</a></strong></code> <div class="block">Adds debugging information to a request.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/FacetComponent.html" title="class in org.apache.solr.handler.component">FacetComponent</a></strong></code> <div class="block">TODO!</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/HighlightComponent.html" title="class in org.apache.solr.handler.component">HighlightComponent</a></strong></code> <div class="block">TODO!</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/MoreLikeThisComponent.html" title="class in org.apache.solr.handler.component">MoreLikeThisComponent</a></strong></code> <div class="block">TODO!</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/QueryComponent.html" title="class in org.apache.solr.handler.component">QueryComponent</a></strong></code> <div class="block">TODO!</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/QueryElevationComponent.html" title="class in org.apache.solr.handler.component">QueryElevationComponent</a></strong></code> <div class="block">A component to elevate some documents to the top of the result set.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/RealTimeGetComponent.html" title="class in org.apache.solr.handler.component">RealTimeGetComponent</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/ResponseLogComponent.html" title="class in org.apache.solr.handler.component">ResponseLogComponent</a></strong></code> <div class="block">Adds to the log file the document IDs that are sent in the query response.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component">SearchComponent</a></strong></code> <div class="block">TODO!</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/SpellCheckComponent.html" title="class in org.apache.solr.handler.component">SpellCheckComponent</a></strong></code> <div class="block">A SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/StatsComponent.html" title="class in org.apache.solr.handler.component">StatsComponent</a></strong></code> <div class="block">Stats component calculates simple statistics on numeric field values</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/TermsComponent.html" title="class in org.apache.solr.handler.component">TermsComponent</a></strong></code> <div class="block">Return TermEnum information, useful for things like auto suggest.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/handler/component/TermVectorComponent.html" title="class in org.apache.solr.handler.component">TermVectorComponent</a></strong></code> <div class="block">Return term vectors for the documents in a query result set.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.highlight"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/highlight/package-summary.html">org.apache.solr.highlight</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> <caption><span>Subinterfaces of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/highlight/package-summary.html">org.apache.solr.highlight</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SolrEncoder.html" title="interface in org.apache.solr.highlight">SolrEncoder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SolrFormatter.html" title="interface in org.apache.solr.highlight">SolrFormatter</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SolrFragListBuilder.html" title="interface in org.apache.solr.highlight">SolrFragListBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SolrFragmenter.html" title="interface in org.apache.solr.highlight">SolrFragmenter</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/highlight/package-summary.html">org.apache.solr.highlight</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/BreakIteratorBoundaryScanner.html" title="class in org.apache.solr.highlight">BreakIteratorBoundaryScanner</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/DefaultEncoder.html" title="class in org.apache.solr.highlight">DefaultEncoder</a></strong></code> <div class="block">Use the <a href="http://lucene.apache.org/core/4_2_0/highlighter/org/apache/lucene/search/highlight/DefaultEncoder.html?is-external=true" title="class or interface in org.apache.lucene.search.highlight"><code>DefaultEncoder</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/GapFragmenter.html" title="class in org.apache.solr.highlight">GapFragmenter</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/HtmlEncoder.html" title="class in org.apache.solr.highlight">HtmlEncoder</a></strong></code> <div class="block">Use the <a href="http://lucene.apache.org/core/4_2_0/highlighter/org/apache/lucene/search/highlight/SimpleHTMLEncoder.html?is-external=true" title="class or interface in org.apache.lucene.search.highlight"><code>SimpleHTMLEncoder</code></a></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/HtmlFormatter.html" title="class in org.apache.solr.highlight">HtmlFormatter</a></strong></code> <div class="block">Use the <a href="http://lucene.apache.org/core/4_2_0/highlighter/org/apache/lucene/search/highlight/SimpleHTMLFormatter.html?is-external=true" title="class or interface in org.apache.lucene.search.highlight"><code>SimpleHTMLFormatter</code></a></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/RegexFragmenter.html" title="class in org.apache.solr.highlight">RegexFragmenter</a></strong></code> <div class="block"><a href="http://lucene.apache.org/core/4_2_0/highlighter/org/apache/lucene/search/highlight/Fragmenter.html?is-external=true" title="class or interface in org.apache.lucene.search.highlight"><code>Fragmenter</code></a> that tries to produce snippets that "look" like a regular expression.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/ScoreOrderFragmentsBuilder.html" title="class in org.apache.solr.highlight">ScoreOrderFragmentsBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SimpleBoundaryScanner.html" title="class in org.apache.solr.highlight">SimpleBoundaryScanner</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SimpleFragListBuilder.html" title="class in org.apache.solr.highlight">SimpleFragListBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SimpleFragmentsBuilder.html" title="class in org.apache.solr.highlight">SimpleFragmentsBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SingleFragListBuilder.html" title="class in org.apache.solr.highlight">SingleFragListBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SolrBoundaryScanner.html" title="class in org.apache.solr.highlight">SolrBoundaryScanner</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/SolrFragmentsBuilder.html" title="class in org.apache.solr.highlight">SolrFragmentsBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/highlight/WeightedFragListBuilder.html" title="class in org.apache.solr.highlight">WeightedFragListBuilder</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.response"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/response/package-summary.html">org.apache.solr.response</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> <caption><span>Subinterfaces of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/response/package-summary.html">org.apache.solr.response</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/BinaryQueryResponseWriter.html" title="interface in org.apache.solr.response">BinaryQueryResponseWriter</a></strong></code> <div class="block">Implementations of <code>BinaryQueryResponseWriter</code> are used to write response in binary format.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/QueryResponseWriter.html" title="interface in org.apache.solr.response">QueryResponseWriter</a></strong></code> <div class="block">Implementations of <code>QueryResponseWriter</code> are used to format responses to query requests.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/response/package-summary.html">org.apache.solr.response</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/BinaryResponseWriter.html" title="class in org.apache.solr.response">BinaryResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/CSVResponseWriter.html" title="class in org.apache.solr.response">CSVResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/JSONResponseWriter.html" title="class in org.apache.solr.response">JSONResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/PHPResponseWriter.html" title="class in org.apache.solr.response">PHPResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/PHPSerializedResponseWriter.html" title="class in org.apache.solr.response">PHPSerializedResponseWriter</a></strong></code> <div class="block">A description of the PHP serialization format can be found here: http://www.hurring.com/scott/code/perl/serialize/</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/PythonResponseWriter.html" title="class in org.apache.solr.response">PythonResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/RawResponseWriter.html" title="class in org.apache.solr.response">RawResponseWriter</a></strong></code> <div class="block">Writes a ContentStream directly to the output.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/RubyResponseWriter.html" title="class in org.apache.solr.response">RubyResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/XMLResponseWriter.html" title="class in org.apache.solr.response">XMLResponseWriter</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/XSLTResponseWriter.html" title="class in org.apache.solr.response">XSLTResponseWriter</a></strong></code> <div class="block">QueryResponseWriter which captures the output of the XMLWriter (in memory for now, not optimal performancewise), and applies an XSLT transform to it.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.response.transform"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/response/transform/package-summary.html">org.apache.solr.response.transform</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/response/transform/package-summary.html">org.apache.solr.response.transform</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/DocIdAugmenterFactory.html" title="class in org.apache.solr.response.transform">DocIdAugmenterFactory</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/ElevatedMarkerFactory.html" title="class in org.apache.solr.response.transform">ElevatedMarkerFactory</a></strong></code> <div class="block">Used to mark whether a document has been elevated or not</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/ExcludedMarkerFactory.html" title="class in org.apache.solr.response.transform">ExcludedMarkerFactory</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/ExplainAugmenterFactory.html" title="class in org.apache.solr.response.transform">ExplainAugmenterFactory</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/ShardAugmenterFactory.html" title="class in org.apache.solr.response.transform">ShardAugmenterFactory</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/TransformerFactory.html" title="class in org.apache.solr.response.transform">TransformerFactory</a></strong></code> <div class="block">New instance for each request</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/response/transform/ValueAugmenterFactory.html" title="class in org.apache.solr.response.transform">ValueAugmenterFactory</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.schema"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/schema/ExternalFileFieldReloader.html" title="class in org.apache.solr.schema">ExternalFileFieldReloader</a></strong></code> <div class="block">An event listener to reload ExternalFileFields for new searchers.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.search"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/BoostQParserPlugin.html" title="class in org.apache.solr.search">BoostQParserPlugin</a></strong></code> <div class="block">Create a boosted query from the input value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/DisMaxQParserPlugin.html" title="class in org.apache.solr.search">DisMaxQParserPlugin</a></strong></code> <div class="block">Create a dismax query from the input value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/ExtendedDismaxQParserPlugin.html" title="class in org.apache.solr.search">ExtendedDismaxQParserPlugin</a></strong></code> <div class="block">An advanced multi-field query parser based on the DisMax parser.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/FieldQParserPlugin.html" title="class in org.apache.solr.search">FieldQParserPlugin</a></strong></code> <div class="block">Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/FunctionQParserPlugin.html" title="class in org.apache.solr.search">FunctionQParserPlugin</a></strong></code> <div class="block">Create a function query from the input value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/FunctionRangeQParserPlugin.html" title="class in org.apache.solr.search">FunctionRangeQParserPlugin</a></strong></code> <div class="block">Create a range query over a function.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/JoinQParserPlugin.html" title="class in org.apache.solr.search">JoinQParserPlugin</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/LuceneQParserPlugin.html" title="class in org.apache.solr.search">LuceneQParserPlugin</a></strong></code> <div class="block">Parse Solr's variant on the Lucene QueryParser syntax.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/NestedQParserPlugin.html" title="class in org.apache.solr.search">NestedQParserPlugin</a></strong></code> <div class="block">Create a nested query, with the ability of that query to redefine it's type via local parameters.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/OldLuceneQParserPlugin.html" title="class in org.apache.solr.search">OldLuceneQParserPlugin</a></strong></code> <div class="block">Parse Solr's variant of Lucene QueryParser syntax, including the deprecated sort specification after the query.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/PrefixQParserPlugin.html" title="class in org.apache.solr.search">PrefixQParserPlugin</a></strong></code> <div class="block">Create a prefix query from the input value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/QParserPlugin.html" title="class in org.apache.solr.search">QParserPlugin</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/RawQParserPlugin.html" title="class in org.apache.solr.search">RawQParserPlugin</a></strong></code> <div class="block">Create a term query from the input value without any text analysis or transformation whatsoever.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/SpatialBoxQParserPlugin.html" title="class in org.apache.solr.search">SpatialBoxQParserPlugin</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/SpatialFilterQParserPlugin.html" title="class in org.apache.solr.search">SpatialFilterQParserPlugin</a></strong></code> <div class="block">Creates a spatial Filter based on the type of spatial point used.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/SurroundQParserPlugin.html" title="class in org.apache.solr.search">SurroundQParserPlugin</a></strong></code> <div class="block">Plugin for lucene/contrib Surround query parser, bringing SpanQuery support to Solr.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/SwitchQParserPlugin.html" title="class in org.apache.solr.search">SwitchQParserPlugin</a></strong></code> <div class="block">A QParserPlugin that acts like a "switch/case" statement.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/TermQParserPlugin.html" title="class in org.apache.solr.search">TermQParserPlugin</a></strong></code> <div class="block">Create a single term query from the input value equivalent to readableToIndexed().</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/search/ValueSourceParser.html" title="class in org.apache.solr.search">ValueSourceParser</a></strong></code> <div class="block">A factory that parses user queries to generate ValueSource instances.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.spelling"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/spelling/package-summary.html">org.apache.solr.spelling</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/spelling/package-summary.html">org.apache.solr.spelling</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/spelling/QueryConverter.html" title="class in org.apache.solr.spelling">QueryConverter</a></strong></code> <div class="block"> The QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/spelling/SpellingQueryConverter.html" title="class in org.apache.solr.spelling">SpellingQueryConverter</a></strong></code> <div class="block">Converts the query string to a Collection of Lucene tokens using a regular expression.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/spelling/SuggestQueryConverter.html" title="class in org.apache.solr.spelling">SuggestQueryConverter</a></strong></code> <div class="block">Passes the entire query string to the configured analyzer as-is.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.update.processor"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/update/processor/package-summary.html">org.apache.solr.update.processor</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/update/processor/package-summary.html">org.apache.solr.update.processor</a> that implement <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">AbstractDefaultValueUpdateProcessorFactory</a></strong></code> <div class="block"> Base class that can be extended by any <code>UpdateRequestProcessorFactory</code> designed to add a default value to the document in an <code>AddUpdateCommand</code> when that field is not already specified.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">CloneFieldUpdateProcessorFactory</a></strong></code> <div class="block">Clones the values found in any matching <code>source</code> field into the configured <code>dest</code> field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/ConcatFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">ConcatFieldUpdateProcessorFactory</a></strong></code> <div class="block">Concatenates multiple values for fields matching the specified conditions using a configurable <code>delimiter</code> which defaults to "<code>, </code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/CountFieldValuesUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">CountFieldValuesUpdateProcessorFactory</a></strong></code> <div class="block"> Replaces any list of values for a field matching the specified conditions with the the count of the number of values for that field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/DefaultValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">DefaultValueUpdateProcessorFactory</a></strong></code> <div class="block"> An update processor that adds a constant default value to any document being added that does not already have a value in the specified field.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/DistributedUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">DistributedUpdateProcessorFactory</a></strong></code> <div class="block">Factory for <a href="../../../../../../org/apache/solr/update/processor/DistributedUpdateProcessor.html" title="class in org.apache.solr.update.processor"><code>DistributedUpdateProcessor</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/FieldLengthUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldLengthUpdateProcessorFactory</a></strong></code> <div class="block">Replaces any CharSequence values found in fields matching the specified conditions with the lengths of those CharSequences (as an Integer).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/FieldMutatingUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldMutatingUpdateProcessorFactory</a></strong></code> <div class="block">Base class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/FieldValueSubsetUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FieldValueSubsetUpdateProcessorFactory</a></strong></code> <div class="block">Base class for processors that want to mutate selected fields to only keep a subset of the original values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/FirstFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">FirstFieldValueUpdateProcessorFactory</a></strong></code> <div class="block">Keeps only the first value of fields matching the specified conditions.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/HTMLStripFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">HTMLStripFieldUpdateProcessorFactory</a></strong></code> <div class="block">Strips all HTML Markup in any CharSequence values found in fields matching the specified conditions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/IgnoreFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">IgnoreFieldUpdateProcessorFactory</a></strong></code> <div class="block">Ignores &amp; removes fields matching the specified conditions from any document being added to the index.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/LastFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">LastFieldValueUpdateProcessorFactory</a></strong></code> <div class="block">Keeps only the last value of fields matching the specified conditions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/LogUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">LogUpdateProcessorFactory</a></strong></code> <div class="block"> A logging processor.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/MaxFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">MaxFieldValueUpdateProcessorFactory</a></strong></code> <div class="block">An update processor that keeps only the the maximum value from any selected fields where multiple values are found.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/MinFieldValueUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">MinFieldValueUpdateProcessorFactory</a></strong></code> <div class="block">An update processor that keeps only the the minimum value from any selected fields where multiple values are found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/NoOpDistributingUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">NoOpDistributingUpdateProcessorFactory</a></strong></code> <div class="block">A No-Op implementation of DistributingUpdateProcessorFactory that allways returns null.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/RegexpBoostProcessorFactory.html" title="class in org.apache.solr.update.processor">RegexpBoostProcessorFactory</a></strong></code> <div class="block">Factory which creates RegexBoostProcessors</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/RegexReplaceProcessorFactory.html" title="class in org.apache.solr.update.processor">RegexReplaceProcessorFactory</a></strong></code> <div class="block">An updated processor that applies a configured regex to any CharSequence values found in the selected fields, and replaces any matches with the configured replacement string</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/RemoveBlankFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">RemoveBlankFieldUpdateProcessorFactory</a></strong></code> <div class="block">Removes any values found which are CharSequence with a length of 0.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/RunUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">RunUpdateProcessorFactory</a></strong></code> <div class="block">Executes the update commands using the underlying UpdateHandler.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/SignatureUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">SignatureUpdateProcessorFactory</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/StatelessScriptUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">StatelessScriptUpdateProcessorFactory</a></strong></code> <div class="block"> An update request processor factory that enables the use of update processors implemented as scripts which can be loaded by the <a href="../../../../../../org/apache/solr/core/SolrResourceLoader.html" title="class in org.apache.solr.core"><code>SolrResourceLoader</code></a> (usually via the <code>conf</code> dir for the SolrCore).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/TimestampUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">TimestampUpdateProcessorFactory</a></strong></code> <div class="block"> An update processor that adds a newly generated <code>Date</code> value of "NOW" to any document being added that does not already have a value in the specified field.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/TrimFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">TrimFieldUpdateProcessorFactory</a></strong></code> <div class="block">Trims leading and trailing whitespace from any CharSequence values found in fields matching the specified conditions and returns the resulting String.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/TruncateFieldUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">TruncateFieldUpdateProcessorFactory</a></strong></code> <div class="block">Truncates any CharSequence values found in fields matching the specified conditions to a maximum character length.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">UniqFieldsUpdateProcessorFactory</a></strong></code> <div class="block">A non-duplicate processor.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/UpdateRequestProcessorFactory.html" title="class in org.apache.solr.update.processor">UpdateRequestProcessorFactory</a></strong></code> <div class="block">A factory to generate an UpdateRequestProcessor for each request.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/URLClassifyProcessorFactory.html" title="class in org.apache.solr.update.processor">URLClassifyProcessorFactory</a></strong></code> <div class="block">Creates URLClassifyProcessor</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/update/processor/UUIDUpdateProcessorFactory.html" title="class in org.apache.solr.update.processor">UUIDUpdateProcessorFactory</a></strong></code> <div class="block"> An update processor that adds a newly generated <code>UUID</code> value to any document being added that does not already have a value in the specified field.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.util.plugin"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a> in <a href="../../../../../../org/apache/solr/util/plugin/package-summary.html">org.apache.solr.util.plugin</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/solr/util/plugin/package-summary.html">org.apache.solr.util.plugin</a> with type parameters of type <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/util/plugin/NamedListPluginLoader.html" title="class in org.apache.solr.util.plugin">NamedListPluginLoader</a>&lt;T extends <a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">NamedListInitializedPlugin</a>&gt;</strong></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/util/plugin/NamedListInitializedPlugin.html" title="interface in org.apache.solr.util.plugin">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/util/plugin/class-use/NamedListInitializedPlugin.html" target="_top">Frames</a></li> <li><a href="NamedListInitializedPlugin.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2013 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
google-fonts/vt323/webfont.css
praisedpk/Local-Google-Fonts
@font-face{font-family:'VT323';font-style:normal;font-weight:400;src:url(font/400.ttf) format('ttf');}
host/gui/GTK+/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html
jonnyniv/boost_converter
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GtkRadioMenuItem</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.0"> <link rel="home" href="index.html" title="GTK+ 3 Reference Manual"> <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar"> <link rel="prev" href="GtkImageMenuItem.html" title="GtkImageMenuItem"> <link rel="next" href="GtkCheckMenuItem.html" title="GtkCheckMenuItem"> <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="GtkImageMenuItem.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="MenusAndCombos.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GTK+ 3 Reference Manual</th> <td><a accesskey="n" href="GtkCheckMenuItem.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#GtkRadioMenuItem.synopsis" class="shortcut">Top</a>  |  <a href="#GtkRadioMenuItem.description" class="shortcut">Description</a>  |  <a href="#GtkRadioMenuItem.object-hierarchy" class="shortcut">Object Hierarchy</a>  |  <a href="#GtkRadioMenuItem.implemented-interfaces" class="shortcut">Implemented Interfaces</a>  |  <a href="#GtkRadioMenuItem.properties" class="shortcut">Properties</a>  |  <a href="#GtkRadioMenuItem.signals" class="shortcut">Signals</a> </td></tr> </table> <div class="refentry"> <a name="GtkRadioMenuItem"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GtkRadioMenuItem.top_of_page"></a>GtkRadioMenuItem</span></h2> <p>GtkRadioMenuItem — A choice from multiple check menu items</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="GtkRadioMenuItem.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> #include &lt;gtk/gtk.h&gt; struct <a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem-struct" title="struct GtkRadioMenuItem">GtkRadioMenuItem</a>; <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new" title="gtk_radio_menu_item_new ()">gtk_radio_menu_item_new</a> (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>); <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-label" title="gtk_radio_menu_item_new_with_label ()">gtk_radio_menu_item_new_with_label</a> (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>); <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-mnemonic" title="gtk_radio_menu_item_new_with_mnemonic ()">gtk_radio_menu_item_new_with_mnemonic</a> (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>); <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-from-widget" title="gtk_radio_menu_item_new_from_widget ()">gtk_radio_menu_item_new_from_widget</a> (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>); <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-label-from-widget" title="gtk_radio_menu_item_new_with_label_from_widget ()">gtk_radio_menu_item_new_with_label_from_widget</a> (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>); <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-mnemonic-from-widget" title="gtk_radio_menu_item_new_with_mnemonic_from_widget ()">gtk_radio_menu_item_new_with_mnemonic_from_widget</a> (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-set-group" title="gtk_radio_menu_item_set_group ()">gtk_radio_menu_item_set_group</a> (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>, <em class="parameter"><code><span class="type">GSList</span> *group</code></em>); <span class="returnvalue">GSList</span> * <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-get-group" title="gtk_radio_menu_item_get_group ()">gtk_radio_menu_item_get_group</a> (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>); </pre> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> GObject +----GInitiallyUnowned +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a> +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a> +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a> +----<a class="link" href="GtkMenuItem.html" title="GtkMenuItem">GtkMenuItem</a> +----<a class="link" href="GtkCheckMenuItem.html" title="GtkCheckMenuItem">GtkCheckMenuItem</a> +----GtkRadioMenuItem </pre> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> GtkRadioMenuItem implements AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a> and <a class="link" href="GtkActionable.html" title="GtkActionable">GtkActionable</a>.</p> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.properties"></a><h2>Properties</h2> <pre class="synopsis"> "<a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem--group" title='The "group" property'>group</a>" <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>* : Write </pre> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.signals"></a><h2>Signals</h2> <pre class="synopsis"> "<a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem-group-changed" title='The "group-changed" signal'>group-changed</a>" : <code class="literal">Run First</code> </pre> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.description"></a><h2>Description</h2> <p> A radio menu item is a check menu item that belongs to a group. At each instant exactly one of the radio menu items from a group is selected. </p> <p> The group list does not need to be freed, as each <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> will remove itself and its list item when it is destroyed. </p> <p> The correct way to create a group of radio menu items is approximatively this: </p> <p> </p> <div class="example"> <a name="idm140520348130496"></a><p class="title"><b>Example 79. How to create a group of radio menu items.</b></p> <div class="example-contents"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="listing_lines" align="right"><pre>1 2 3 4 5 6 7 8 9 10 11</pre></td> <td class="listing_code"><pre class="programlisting"><span class="usertype">GSList</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">group </span><span class="symbol">=</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS">NULL</a></span><span class="symbol">;</span> <span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">item</span><span class="symbol">;</span> <span class="usertype">gint</span><span class="normal"> i</span><span class="symbol">;</span> <span class="keyword">for</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">i </span><span class="symbol">=</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span><span class="normal"> i </span><span class="symbol">&lt;</span><span class="normal"> </span><span class="number">5</span><span class="symbol">;</span><span class="normal"> i</span><span class="symbol">++)</span> <span class="cbracket">{</span> <span class="normal"> item </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-label">gtk_radio_menu_item_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">group</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"This is an example"</span><span class="symbol">);</span> <span class="normal"> group </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkRadioMenuItem.html#gtk-radio-menu-item-get-group">gtk_radio_menu_item_get_group</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_RADIO_MENU_ITEM</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">item</span><span class="symbol">));</span> <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">i </span><span class="symbol">==</span><span class="normal"> </span><span class="number">1</span><span class="symbol">)</span> <span class="normal"> </span><span class="function"><a href="GtkCheckMenuItem.html#gtk-check-menu-item-set-active">gtk_check_menu_item_set_active</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CHECK_MENU_ITEM</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">item</span><span class="symbol">),</span><span class="normal"> TRUE</span><span class="symbol">);</span> <span class="cbracket">}</span></pre></td> </tr> </tbody> </table> </div> </div> <p><br class="example-break"> </p> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.details"></a><h2>Details</h2> <div class="refsect2"> <a name="GtkRadioMenuItem-struct"></a><h3>struct GtkRadioMenuItem</h3> <pre class="programlisting">struct GtkRadioMenuItem;</pre> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-new"></a><h3>gtk_radio_menu_item_new ()</h3> <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_menu_item_new (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>);</pre> <p> Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>the group to which the radio menu item is to be attached. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem]</span> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-new-with-label"></a><h3>gtk_radio_menu_item_new_with_label ()</h3> <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_menu_item_new_with_label (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> <p> Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> whose child is a simple <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td> <td>the text for the label</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>A new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-new-with-mnemonic"></a><h3>gtk_radio_menu_item_new_with_mnemonic ()</h3> <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_menu_item_new_with_mnemonic (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> <p> Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> containing a label. The label will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores in <em class="parameter"><code>label</code></em> indicate the mnemonic for the menu item. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>group the radio menu item is inside. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem]</span> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td> <td>the text of the button, with an underscore in front of the mnemonic character</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-new-from-widget"></a><h3>gtk_radio_menu_item_new_from_widget ()</h3> <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_menu_item_new_from_widget (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>);</pre> <p> Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> adding it to the same group as <em class="parameter"><code>group</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>An existing <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> <p class="since">Since 2.4</p> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-new-with-label-from-widget"></a><h3>gtk_radio_menu_item_new_with_label_from_widget ()</h3> <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_menu_item_new_with_label_from_widget (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> <p> Creates a new GtkRadioMenuItem whose child is a simple GtkLabel. The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> is added to the same group as <em class="parameter"><code>group</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>an existing <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td> <td>the text for the label</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> <p class="since">Since 2.4</p> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-new-with-mnemonic-from-widget"></a><h3>gtk_radio_menu_item_new_with_mnemonic_from_widget ()</h3> <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_radio_menu_item_new_with_mnemonic_from_widget (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre> <p> Creates a new GtkRadioMenuItem containing a label. The label will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores in label indicate the mnemonic for the menu item. </p> <p> The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> is added to the same group as <em class="parameter"><code>group</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>An existing <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td> <td>the text of the button, with an underscore in front of the mnemonic character</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> <p class="since">Since 2.4</p> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-set-group"></a><h3>gtk_radio_menu_item_set_group ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_radio_menu_item_set_group (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>, <em class="parameter"><code><span class="type">GSList</span> *group</code></em>);</pre> <p> Sets the group of a radio menu item, or changes it. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>radio_menu_item</code></em> :</span></p></td> <td>a <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td> <td>the new group. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem]</span> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gtk-radio-menu-item-get-group"></a><h3>gtk_radio_menu_item_get_group ()</h3> <pre class="programlisting"><span class="returnvalue">GSList</span> * gtk_radio_menu_item_get_group (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>);</pre> <p> Returns the group to which the radio menu item belongs, as a <span class="type">GList</span> of <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. The list belongs to GTK+ and should not be freed. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>radio_menu_item</code></em> :</span></p></td> <td>a <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the group of <em class="parameter"><code>radio_menu_item</code></em>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> </table></div> </div> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="GtkRadioMenuItem--group"></a><h3>The <code class="literal">"group"</code> property</h3> <pre class="programlisting"> "group" <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>* : Write</pre> <p> The radio menu item whose group this widget belongs to. </p> <p class="since">Since 2.8</p> </div> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.signal-details"></a><h2>Signal Details</h2> <div class="refsect2"> <a name="GtkRadioMenuItem-group-changed"></a><h3>The <code class="literal">"group-changed"</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radiomenuitem, <span class="type">gpointer</span> user_data) : <code class="literal">Run First</code></pre> </div> </div> <div class="refsect1"> <a name="GtkRadioMenuItem.see-also"></a><h2>See Also</h2> <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>, <a class="link" href="GtkCheckMenuItem.html" title="GtkCheckMenuItem"><span class="type">GtkCheckMenuItem</span></a> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18.1</div> </body> </html>
features/step_definitions/signin.html
mfcollins3/electron-cucumber
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form> <div> <label for="username">Username</label> <input type="text" id="username" name="username" placeholder="Enter your user name"> </div> <div> <label for="password">Password</label> <input type="password" id="password" name="password" placeholder="Enter your password"> </div> <!--<button type="submit" id="signin">Sign in</button>--> </form> </body> </html>
horizon/horizon/dashboards/nova/templates/nova/ports/_attach.html
usc-isi/horizon-old
{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}attach_port_form{% endblock %} {% block form_action %}{% url horizon:nova:networks:port_attach network port %}{% endblock %} {% block modal-header %}Attach Port{% endblock %} {% block modal-body %} <div class="left"> <fieldset> {% include "horizon/common/_form_fields.html" %} </fieldset> </div> <div class="right"> <p>{% blocktrans %}Select an interface from the list on the left to attach it to this port.{% endblocktrans %}</p> <p>{% blocktrans %}Only interfaces that are not connected to any existing port are shown.{% endblocktrans %}</p> <p>{% blocktrans %}If you want to reconnect a connected interface, please detach it first.{% endblocktrans %}</p> </div> {% endblock %} {% block modal-footer %} <input type="submit" class='btn small primary create' value="{%trans "Attach Port" %}" /> <a href="{% url horizon:nova:networks:detail network %}" class="btn secondary cancel close">Cancel</a> {% endblock %}
index_glass.html
yxsicd/yxscalc
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="description" content="Yxscalc : Simple tool calculate data."> <script src="3rd/lodash.min.js"></script> <script src="3rd/jquery-1.11.2.min.js"></script> <script src="3rd/fetch.js"></script> <script src="3rd/github.bundle.min.js"></script> <script src="3rd/jszip.min.js"></script> <script src="3rd/lokijs.min.js"></script> <script src="3rd/FileSaver.min.js"></script> <link rel="stylesheet" href="3rd/bootstrap-3.3.2-dist/css/bootstrap.min.css"> <link rel="stylesheet" href="3rd/bootstrap-3.3.2-dist/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="3rd/bootstrap-3.3.2-dist/js/bootstrap.min.js"></script> <script src="3rd/list.min.js"></script> <script src="3rd/mustache.min.js"></script> <title>glass mgr</title> <style type="text/css" media="screen"> .scrollmargin { height: 10px; text-align: center; } .ace_editor { margin: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 700px; } </style> </head> <body> <!-- HEADER --> <div id="header_wrap" class="row"> <header> <div class="row"> <div class="col-xs-0"></div> <div class="col-xs-5"> </div> </div> </header> </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="container-fluid"> <div class="row"> <div class="col-xs-12"> <div class="row"> <div class="col-xs-6" style="height:100%"> <div class="row"> <span id="bt_run1" class="col-xs-12 label label-primary">脚本 </span> <pre id="editor1"> </pre> </div> </div> <div class="col-xs-6" id="pp"> <div class="row"> <span id="bt_run2" class="col-xs-12 label label-primary">脚本2 </span> <pre id="editor2"> </pre> </div> </div> </div> </div> </div> </div> <!-- FOOTER --> <div id="footer_wrap" class="row"> <footer class="inner"> <div class="row"> <div class="col-xs-3 col-xs-offset-10"> <p class="copyright"><a href="https://github.com/yxsicd/yxscalc">yxscalc</a> maintained by <a href="https://github.com/yxsicd">yxsicd</a></p> <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> </div> </div> </footer> </div> <script src="3rd/ace/src-min-noconflict/ace.js"></script> <script> var defaultline = 25; function makeEditor(idstr) { var editor = ace.edit(idstr); editor.setTheme("ace/theme/tomorrow_night_eighties"); editor.session.setMode("ace/mode/javascript"); editor.setOption("minLines", defaultline); editor.setOption("maxLines", defaultline); return editor; } var editor1 = makeEditor("editor1"); var editor2 = makeEditor("editor2"); </script> <script> var req = new XMLHttpRequest(); req.open("GET", "dev/githubdb.js"); req.onload = function (d) { editor1.setValue(d.target.responseText) }; req.send(); $("#bt_run1").click(function () { eval(editor1.getValue()); }); $("#bt_run2").click(function () { eval(editor2.getValue()); }); </script> </body> </html>
skins/base/css/molecules/RoomHeader.css
neko259/vector-web
/* Copyright 2015 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ .mx_RoomHeader { } .mx_RoomHeader_wrapper { max-width: 720px; margin: auto; height: 88px; border-bottom: 1px solid #a8dbf3; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .mx_RoomHeader_leftRow { height: 48px; margin-top: 18px; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; flex: 1; } .mx_RoomHeader_textButton { height: 48px; margin-top: 18px; background-color: #80cef4; border-radius: 48px; margin-right: 8px; color: #fff; line-height: 48px; text-align: center; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; -webkit-flex: 0 0 90px; flex: 0 0 90px; } .mx_RoomHeader_rightRow { height: 48px; margin-top: 18px; background-color: #fff; border-radius: 48px; border: 1px solid #a9dbf4; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; } .mx_RoomHeader_info { display: table-cell; height: 48px; vertical-align: middle; } .mx_RoomHeader_simpleHeader { line-height: 88px; color: #80cef4; font-weight: 400; font-size: 20px; overflow: scroll; text-overflow: ellipsis; } .mx_RoomHeader_name { vertical-align: middle; height: 28px; color: #80cef4; font-weight: 400; font-size: 20px; padding-left: 16px; padding-right: 16px; text-overflow: ellipsis; } .mx_RoomHeader_nameEditing { padding-left: 16px; padding-right: 16px; margin-top: -5px; } .mx_RoomHeader_nameInput { border-radius: 3px; width: 260px; border: 1px solid #c7c7c7; font-weight: 300; font-size: 14px; padding: 9px; margin-top: 6px; } .mx_RoomHeader_topic { vertical-align: bottom; float: left; max-height: 38px; color: #70b5d7; font-weight: 300; padding-left: 16px; padding-right: 16px; overflow-y: scroll; } .mx_RoomHeader_avatar { display: table-cell; width: 48px; height: 50px; vertical-align: middle; } .mx_RoomHeader_avatar img { border-radius: 24px; } .mx_RoomHeader_button { height: 48px; display: table-cell; vertical-align: middle; padding-left: 8px; padding-right: 8px; }
public/html/blog.html
srednakun/myWebpage
<!DOCTYPE> <html> <head><link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="../css/stylesheet.css"/> <title>Like A Stone | Blog</title> </head> <body> <section class="home-header"> <h1 class="webTitle">Like A Stone</h1> <nav class="home-nav"> <ul> <li><a class="home-nav-a" href="../../index.html">Homepage</a></li> <li><a class="home-nav-a" href="blog.html">My Blog<a></li> <li><a class="home-nav-a" href="about.html">About Me</a></li> <li><a class="home-nav-a" href="portfolio.html">Portfolio</a></li> </ul> </nav> </section> <section class="wordpress"> <iframe class="blog-frame" src="https://srednakun.wordpress.com/" frameborder="0" allowfullscreen></iframe> </section> <footer class="icon-footer"> <ul> <li><a href="https://twitter.com/kunowskisredna"><img src="../img/icon/twitter.png"></a></li> <li><a href="https://srednakun.wordpress.com/"><img src="../img/icon/wordpress.png"></a></li> <li><a href="https://www.linkedin.com/in/srednakunowski"><img src="../img/icon/linkedin.png"></a></li> <li><a href="https://github.com/srednakun"><img src="../img/icon/github.png"></a></li> </ul> </footer> </body> </html>
source/doc/gameframework/base/class-use/Movable.html
elyas-bhy/octolink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Fri Dec 19 15:11:13 CET 2008 --> <TITLE> Uses of Interface gameframework.base.Movable </TITLE> <META NAME="date" CONTENT="2008-12-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface gameframework.base.Movable"; } } </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="../../../gameframework/base/Movable.html" title="interface in gameframework.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?gameframework/base//class-useMovable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Movable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>gameframework.base.Movable</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="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#gameframework.base"><B>gameframework.base</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#gameframework.game"><B>gameframework.game</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#pacman"><B>pacman</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#pacman.entity"><B>pacman.entity</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="gameframework.base"><!-- --></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="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A> in <A HREF="../../../gameframework/base/package-summary.html">gameframework.base</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="../../../gameframework/base/package-summary.html">gameframework.base</A> with parameters of type <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.awt.Shape</CODE></FONT></TD> <TD><CODE><B>IntersectTools.</B><B><A HREF="../../../gameframework/base/IntersectTools.html#getIntersectShape(gameframework.base.Movable, gameframework.base.SpeedVector)">getIntersectShape</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;movable, <A HREF="../../../gameframework/base/SpeedVector.html" title="interface in gameframework.base">SpeedVector</A>&nbsp;speedVector)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a polygonal zone (with max 6 sides) containing the whole path along the next step move.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="gameframework.game"><!-- --></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="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A> in <A HREF="../../../gameframework/game/package-summary.html">gameframework.game</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../gameframework/game/package-summary.html">gameframework.game</A> that implement <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../gameframework/game/GameMovable.html" title="class in gameframework.game">GameMovable</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../gameframework/game/package-summary.html">gameframework.game</A> with parameters of type <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../gameframework/base/SpeedVector.html" title="interface in gameframework.base">SpeedVector</A></CODE></FONT></TD> <TD><CODE><B>GameMovableDriver.</B><B><A HREF="../../../gameframework/game/GameMovableDriver.html#getSpeedVector(gameframework.base.Movable)">getSpeedVector</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m)</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="../../../gameframework/base/SpeedVector.html" title="interface in gameframework.base">SpeedVector</A></CODE></FONT></TD> <TD><CODE><B>GameMovableDriverDefaultImpl.</B><B><A HREF="../../../gameframework/game/GameMovableDriverDefaultImpl.html#getSpeedVector(gameframework.base.Movable)">getSpeedVector</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m)</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>private &nbsp;void</CODE></FONT></TD> <TD><CODE><B>MoveBlockerRuleApplierDefaultImpl.</B><B><A HREF="../../../gameframework/game/MoveBlockerRuleApplierDefaultImpl.html#moveBlockerRuleApply(gameframework.base.Movable, gameframework.game.MoveBlocker)">moveBlockerRuleApply</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;e1, <A HREF="../../../gameframework/game/MoveBlocker.html" title="interface in gameframework.game">MoveBlocker</A>&nbsp;e2)</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>MoveBlockerChecker.</B><B><A HREF="../../../gameframework/game/MoveBlockerChecker.html#moveValidation(gameframework.base.Movable, gameframework.base.SpeedVector)">moveValidation</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m, <A HREF="../../../gameframework/base/SpeedVector.html" title="interface in gameframework.base">SpeedVector</A>&nbsp;mov)</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>MoveBlockerCheckerDefaultImpl.</B><B><A HREF="../../../gameframework/game/MoveBlockerCheckerDefaultImpl.html#moveValidation(gameframework.base.Movable, gameframework.base.SpeedVector)">moveValidation</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m, <A HREF="../../../gameframework/base/SpeedVector.html" title="interface in gameframework.base">SpeedVector</A>&nbsp;mov)</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>MoveBlockerRuleApplier.</B><B><A HREF="../../../gameframework/game/MoveBlockerRuleApplier.html#moveValidationProcessing(java.util.Vector, gameframework.base.Movable)">moveValidationProcessing</A></B>(java.util.Vector&lt;<A HREF="../../../gameframework/game/MoveBlocker.html" title="interface in gameframework.game">MoveBlocker</A>&gt;&nbsp;obs, <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m)</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>MoveBlockerRuleApplierDefaultImpl.</B><B><A HREF="../../../gameframework/game/MoveBlockerRuleApplierDefaultImpl.html#moveValidationProcessing(java.util.Vector, gameframework.base.Movable)">moveValidationProcessing</A></B>(java.util.Vector&lt;<A HREF="../../../gameframework/game/MoveBlocker.html" title="interface in gameframework.game">MoveBlocker</A>&gt;&nbsp;moveBlockers, <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="pacman"><!-- --></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="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A> in <A HREF="../../../pacman/package-summary.html">pacman</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="../../../pacman/package-summary.html">pacman</A> with parameters of type <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../gameframework/base/SpeedVector.html" title="interface in gameframework.base">SpeedVector</A></CODE></FONT></TD> <TD><CODE><B>PacmanGhostMovableDriver.</B><B><A HREF="../../../pacman/PacmanGhostMovableDriver.html#getSpeedVector(gameframework.base.Movable)">getSpeedVector</A></B>(<A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A>&nbsp;m)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="pacman.entity"><!-- --></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="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A> in <A HREF="../../../pacman/entity/package-summary.html">pacman.entity</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../pacman/entity/package-summary.html">pacman.entity</A> that implement <A HREF="../../../gameframework/base/Movable.html" title="interface in gameframework.base">Movable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../pacman/entity/Ghost.html" title="class in pacman.entity">Ghost</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;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../pacman/entity/Pacman.html" title="class in pacman.entity">Pacman</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="../../../gameframework/base/Movable.html" title="interface in gameframework.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?gameframework/base//class-useMovable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Movable.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>
surfers/mjun/cles.html
chicofilho/fst
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>FST - Conner Lester</title> <meta name="description" content="Keep track of the statistics from Conner Lester. Average heat score, heat wins, heat wins percentage, epic heats road to the final"> <meta name="author" content=""> <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Fantasy Surfing tips"/> <meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/> <meta property="og:description" content="See how great Conner Lester is surfing this year"/> <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ --> <link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet"> <link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" /> <!-- Custom Fonts --> <link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css"> <script src="https://code.jquery.com/jquery-2.x-git.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> <script src="https://www.w3schools.com/lib/w3data.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2675412311042802", enable_page_level_ads: true }); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Navigation --> <div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div> <!-- Header --> <div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div> <section > <div class="container"> <div class="row"> <div class="col-sm-3 "> <div class="col-sm-2 "> </div> <div class="col-sm-8 "> <!-- <img src="http://fantasysurfingtips.com/img/surfers/cles.png" class="img-responsive" alt=""> --> <h3 style="text-align:center;">Conner Lester</h3> <a href="https://twitter.com/share" class="" data-via="fansurfingtips"><i class="fa fa-twitter"></i> Share on Twitter</i></a> <br/> <a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffantasysurfingtips.com%2Fsurfers%2Fcles&amp;src=sdkpreparse"><i class="fa fa-facebook"></i> Share on Facebook</a> </div> <div class="col-sm-2 "> </div> </div> <div class="col-sm-3 portfolio-item"> </div> <div class="col-sm-3 portfolio-item"> <h6 style="text-align:center;">Avg Heat Score (FST DATA)</h6> <h1 style="text-align:center;">10.77</h1> </div> </div> <hr/> <h4 style="text-align:center;" >Heat Stats (FST data)</h4> <div class="row"> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">Heats</h6> <h2 style="text-align:center;">3</h2> </div> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">Heat wins</h6> <h2 style="text-align:center;">0</h2> </div> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">HEAT WINS PERCENTAGE</h6> <h2 style="text-align:center;">0.0%</h2> </div> </div> <hr/> <h4 style="text-align:center;">Avg Heat Score progression</h4> <div id="avg_chart" style="height: 250px;"></div> <hr/> <h4 style="text-align:center;">Heat stats progression</h4> <div id="heat_chart" style="height: 250px;"></div> <hr/> <style type="text/css"> .heats-all{ z-index: 3; margin-left: 5px; cursor: pointer; } </style> <div class="container"> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ var disqus_config = function () { this.page.url = "http://fantasysurfingtips.com/surfers/cles"; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = '3841'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//fantasysurfingtips.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </section> <script type="text/javascript"> $('.heats-all').click(function(){ $('.heats-all-stat').css('display', 'none') $('#'+$(this).attr('id')+'-stat').css('display', 'block') }); $('.heats-2016').click(function(){ $('.heats-2016-stat').css('display', 'none') $('#'+$(this).attr('id')+'-stat').css('display', 'block') }); $('document').ready(function(){ new Morris.Line({ // ID of the element in which to draw the chart. element: 'avg_chart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['avg', 'avg_all'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Avg score in year', 'Avg score FST DATA'] }); new Morris.Bar({ // ID of the element in which to draw the chart. element: 'heat_chart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['heats', 'wins', 'percs'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Heats surfed', 'Heats won', 'Winning percentage'] }); }); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <!-- Footer --> <div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div> <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-74337819-1', 'auto'); // Replace with your property ID. ga('send', 'pageview'); </script> <script> w3IncludeHTML(); </script> <!-- jQuery --> <script src="https://fantasysurfingtips.com/js/jquery.js"></script> <script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://fantasysurfingtips.com/js/classie.js"></script> <script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script> <script src="https://fantasysurfingtips.com/js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="https://fantasysurfingtips.com/js/freelancer.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script> </body> </html>
docs/solr-analytics/org/apache/solr/analytics/util/class-use/AnalyticsParsers.NumericParser.html
freakimkaefig/melodicsimilarity-solr
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:20:51 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Interface org.apache.solr.analytics.util.AnalyticsParsers.NumericParser (Solr 5.2.1 API)</title> <meta name="date" content="2015-06-10"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.solr.analytics.util.AnalyticsParsers.NumericParser (Solr 5.2.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/analytics/util/class-use/AnalyticsParsers.NumericParser.html" target="_top">Frames</a></li> <li><a href="AnalyticsParsers.NumericParser.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.solr.analytics.util.AnalyticsParsers.NumericParser" class="title">Uses of Interface<br>org.apache.solr.analytics.util.AnalyticsParsers.NumericParser</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.analytics.util">org.apache.solr.analytics.util</a></td> <td class="colLast"> <div class="block">Utilities used by analytics component</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.analytics.util"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a> in <a href="../../../../../../org/apache/solr/analytics/util/package-summary.html">org.apache.solr.analytics.util</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/solr/analytics/util/package-summary.html">org.apache.solr.analytics.util</a> declared as <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></code></td> <td class="colLast"><span class="strong">AnalyticsParsers.</span><code><strong><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.html#DATE_DOC_VALUES_PARSER">DATE_DOC_VALUES_PARSER</a></strong></code> <div class="block">Converts the BytesRef or long to the correct date string.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></code></td> <td class="colLast"><span class="strong">AnalyticsParsers.</span><code><strong><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.html#DOUBLE_DOC_VALUES_PARSER">DOUBLE_DOC_VALUES_PARSER</a></strong></code> <div class="block">Converts the BytesRef or long to the correct double string.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></code></td> <td class="colLast"><span class="strong">AnalyticsParsers.</span><code><strong><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.html#FLOAT_DOC_VALUES_PARSER">FLOAT_DOC_VALUES_PARSER</a></strong></code> <div class="block">Converts the BytesRef or long to the correct float string.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></code></td> <td class="colLast"><span class="strong">AnalyticsParsers.</span><code><strong><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.html#INT_DOC_VALUES_PARSER">INT_DOC_VALUES_PARSER</a></strong></code> <div class="block">Converts the BytesRef or long to the correct int string.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">AnalyticsParsers.NumericParser</a></code></td> <td class="colLast"><span class="strong">AnalyticsParsers.</span><code><strong><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.html#LONG_DOC_VALUES_PARSER">LONG_DOC_VALUES_PARSER</a></strong></code> <div class="block">Converts the BytesRef or long to the correct long string.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/analytics/util/AnalyticsParsers.NumericParser.html" title="interface in org.apache.solr.analytics.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/analytics/util/class-use/AnalyticsParsers.NumericParser.html" target="_top">Frames</a></li> <li><a href="AnalyticsParsers.NumericParser.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
index-old.html
guptaapurva/guptaapurva.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Apurva Gupta</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Apurva Gupta | Portfolio"> <link rel="icon" type="image/png" href="favicon.png" /> <!-- Le styles --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" href="docs/font-awesome.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/layout.css"> <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,400i,600,700" rel="stylesheet"> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Place anything custom after this. --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-57960924-1', 'auto'); ga('send', 'pageview'); </script> </head> <body style="background-color: #FFFFFF"> <!-- f1f1f1 --> <!-- Navigaton --> <nav class="navbar navbar-default" role="navigation"> <div> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">Apurva Gupta</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- <li> <a href="index.html#projects">Projects</a> </li> --> <li><a href="#projects">Case Studies</a></li> <!-- <li><a href="expirement.html">Experiments</a></li> --> <li><a href="about.html">About</a></li> </ul> </div><!-- /.navbar-collapse --> </div> </nav> <div class="jumbotron" style="background-color: white; margin: 0px; margin-top: 24px; text-align: center; "> <div class="container"> <div class="col-md-12" style="text-align: center;"> <h4 style="margin:25px 0px; color: black; font-size: 20px; line-height: 27px"> I am Apurva Gupta<span style="color:#EC25DF">.</span><br> I design interfaces, interactions and systems<span style="color:#EC25DF">.</span><br> I design EXPERIENCES<span style="color:#EC25DF">.</span><br><br> <span style="color:#9B9B9B; font-size: 16px">more about me</span> </h4> </div> </div> </div> <div class="container" style="padding-top: 0px; padding-bottom: 50px;" id="projects"> <div class="row" id="project"> <div class="col-md-12"> <div class="col-xs-12"> <h2 class="project-home-title"> Featured </h2> </div> <div class="clearfix"></div> <div class="col-sm-12" style="margin-bottom: 30px"> <a href="projects/savvymoney.html" style="text-decoration: none;"> <div class="newportfoliolist" style="background-image: url(img/cover/cover-00.png);"> <span><h3>SavvyMoney<br> <small>UX Lead at a B-B-C fintech startup in the credit score space, serving mid-large size financial institutions.</small> </h3> </span> </div> </a> </div> <div class="col-xs-12"> <h2 class="project-home-title"> Web/Mobile Interfaces </h2> </div> <div class="clearfix"></div> <div class="col-sm-6" style="margin-bottom: 30px"> <a href="projects/mogeste.html" style="text-decoration: none;"> <div class="newportfoliolist" style="background-image: url(img/cover/cover-01.jpg);"> <span><h3>MoGeste<br> <small>Motion-Based Mobile/Wearable Experience prototyping</small> </h3> </span> </div> </a> </div> <div class="col-sm-6" style="margin-bottom: 30px"> <a href="projects/ebay.html" style="text-decoration: none;"> <div class="newportfoliolist" style="background-image: url(img/cover/cover-05.jpg);"> <span><h3>ebay<br> <small>UX Intern</small> </h3> </span> </div> </a> </div> <div class="col-sm-6" style="margin-bottom: 30px"> <a href="projects/microsoftinking.html" style="text-decoration: none; "> <div class="newportfoliolist" style="background-image: url(img/cover/cover-07.jpg);"> <span><h3>Microsoft Inking<br> <small>Augmenting digital writing experience</small> </h3> </span> </div> </a> </div> <div class="col-sm-6" style="margin-bottom: 30px"> <a href="projects/synlab.html" style="text-decoration: none;"> <div class="newportfoliolist" style="background-image: url(img/cover/cover-04.jpg);"> <span><h3>Synlab<br> <small>Pathways</small> </h3> </span> </div> </a> </div> </div> <!-- <div class="clearfix"></div> <div class="col-md-12"> <div class="col-xs-12"> <h2 class="project-home-title"> Tangible </h2> </div> <div class="clearfix"></div> <div class="col-sm-4" style="margin-bottom: 30px"> <a href="projects/ridenguide.html" style="text-decoration: none;"> <div class="newportfoliolist" style="background-image: url(img/cover/cover-02.jpg);"> <span><h3>Ride-n-Guide<br> <small>-</small> </h3> </span> </div> </a> </div> <div class="col-sm-4" style="margin-bottom: 30px"> <a href="projects/mubiks.html" style="text-decoration: none;"> <div class="newportfoliolist" style="background-image: url(img/cover/cover-08.jpg);"> <span><h3>MuBiks<br> <small>Tangible Music Player</small> </h3> </span> </div> </a> </div> <div class="col-sm-4" style="margin-bottom: 30px"> <a href="projects/nasa.html" style="text-decoration: none; "> <div class="newportfoliolist" style="background-image: url(img/cover/cover-10.jpg);"> <span><h3>NASA<br> <small>Wearable Haptics</small> </h3> </span> </div> </a> </div> --> </div> </div> <!-- Footer ================================================== --> <footer class="bs-footer" role="contentinfo"> <div class="container"> <p class="pull-left col-xs-6" style="padding-top: 7px; padding-bottom: 7px">Apurva Gupta</p> <p class="pull-right col-xs-6" style="text-align: right; text-align: -webkit-right;"> <a href="mailto:gupta.apurva.92@gmail.com" style="text-decoration: none;"> Email </a> / <a href="https://www.linkedin.com/in/gapurva"> LinkedIn </a> </p> </div> </footer> <!-- JS and analytics only. --> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script type="text/javascript" src="docs/jquery-1.8.0.js"></script> <script type="text/javascript" src="docs/bootstrap.js"></script> <script type="text/javascript" src="docs/application.js"></script> <script type="text/javascript" src="docs/jquery.validate.js"></script> <script type="text/javascript" src="docs/jquery.validate.unobtrusive.js"></script> <script type="text/javascript" src="docs/jquery.unobtrusive-ajax.js"></script> <script type="text/javascript" src="docs/metro-bootstrap/metro-docs.js"></script> <!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> --> <script type="text/javascript" src="docs/jquery.easing.min.js"></script> <script type="text/javascript" src="docs/jquery.mixitup.min.js"></script> <script type="text/javascript"> $(function () { var filterList = { init: function () { // MixItUp plugin // http://mixitup.io $('#portfoliolist').mixitup({ targetSelector: '.portfolio', filterSelector: '.filter', effects: ['fade'], easing: 'snap', // call the hover effect onMixEnd: filterList.hoverEffect() }); }, hoverEffect: function () { // Simple parallax effect $('#portfoliolist .portfolio').hover( function () { $(this).find('.label').stop().animate({bottom: 0}, 200, 'easeOutQuad'); $(this).find('img').stop().animate({top: 0}, 500, 'easeOutQuad'); }, function () { $(this).find('.label').stop().animate({bottom: -40}, 200, 'easeInQuad'); $(this).find('img').stop().animate({top: 0}, 300, 'easeOutQuad'); } ); } }; // Run the show! filterList.init(); }); </script> </body> </html>
sbt-compiler-maven-plugin/1.0.0-beta7/sbt-compiler-api/apidocs/com/google/code/sbt/compiler/api/class-use/AbstractCompiler.html
sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.google.code.sbt.compiler.api.AbstractCompiler (SBT Compiler API 1.0.0-beta7 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.google.code.sbt.compiler.api.AbstractCompiler (SBT Compiler API 1.0.0-beta7 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="../../../../../../../com/google/code/sbt/compiler/api/package-summary.html">Package</a></li> <li><a href="../../../../../../../com/google/code/sbt/compiler/api/AbstractCompiler.html" title="class in com.google.code.sbt.compiler.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/google/code/sbt/compiler/api/class-use/AbstractCompiler.html" target="_top">Frames</a></li> <li><a href="AbstractCompiler.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.google.code.sbt.compiler.api.AbstractCompiler" class="title">Uses of Class<br>com.google.code.sbt.compiler.api.AbstractCompiler</h2> </div> <div class="classUseContainer">No usage of com.google.code.sbt.compiler.api.AbstractCompiler</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="../../../../../../../com/google/code/sbt/compiler/api/package-summary.html">Package</a></li> <li><a href="../../../../../../../com/google/code/sbt/compiler/api/AbstractCompiler.html" title="class in com.google.code.sbt.compiler.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/google/code/sbt/compiler/api/class-use/AbstractCompiler.html" target="_top">Frames</a></li> <li><a href="AbstractCompiler.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; 2013&#x2013;2015. All rights reserved.</small></p> </body> </html>
2017.1.1/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60-ea) on Wed Jan 04 17:08:18 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentSupplier (Public javadocs 2017.1.1 API)</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentSupplier (Public javadocs 2017.1.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.1.1</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentSupplier.html" target="_top">Frames</a></li> <li><a href="BackupForComponentSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.infinispan.cache_container">org.wildfly.swarm.config.infinispan.cache_container</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.infinispan.cache_container"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentSupplier</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.cache_container</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html" title="type parameter in DistributedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">DistributedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/DistributedCache.html#backupForComponent-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentSupplier-">backupForComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentSupplier</a>&nbsp;supplier)</code> <div class="block">A cache for which this cache acts as a backup (for use with cross site replication).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html" title="type parameter in ReplicatedCache">T</a></code></td> <td class="colLast"><span class="typeNameLabel">ReplicatedCache.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/ReplicatedCache.html#backupForComponent-org.wildfly.swarm.config.infinispan.cache_container.BackupForComponentSupplier-">backupForComponent</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BackupForComponentSupplier</a>&nbsp;supplier)</code> <div class="block">A cache for which this cache acts as a backup (for use with cross site replication).</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BackupForComponentSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.1.1</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentSupplier.html" target="_top">Frames</a></li> <li><a href="BackupForComponentSupplier.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 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
docs/licensed/api/com/johnsnowlabs/ml/tensorflow/text2sql/rule/index.html
JohnSnowLabs/spark-nlp
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Spark NLP 3.4.1 ScalaDoc - com.johnsnowlabs.ml.tensorflow.text2sql.rule</title> <meta name="description" content="Spark NLP 3.4.1 ScalaDoc - com.johnsnowlabs.ml.tensorflow.text2sql.rule" /> <meta name="keywords" content="Spark NLP 3.4.1 ScalaDoc com.johnsnowlabs.ml.tensorflow.text2sql.rule" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../../../../lib/jquery.min.js"></script> <script type="text/javascript" src="../../../../../../lib/jquery.panzoom.min.js"></script> <script type="text/javascript" src="../../../../../../lib/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="../../../../../../lib/index.js"></script> <script type="text/javascript" src="../../../../../../index.js"></script> <script type="text/javascript" src="../../../../../../lib/scheduler.js"></script> <script type="text/javascript" src="../../../../../../lib/template.js"></script> <script type="text/javascript"> /* this variable can be used by the JS to determine the path to the root document */ var toRoot = '../../../../../../'; </script> </head> <body> <div id="search"> <span id="doc-title">Spark NLP 3.4.1 ScalaDoc<span id="doc-version"></span></span> <span class="close-results"><span class="left">&lt;</span> Back</span> <div id="textfilter"> <span class="input"> <input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" /> <i class="clear material-icons"></i> <i id="search-icon" class="material-icons"></i> </span> </div> </div> <div id="search-results"> <div id="search-progress"> <div id="progress-fill"></div> </div> <div id="results-content"> <div id="entity-results"></div> <div id="member-results"></div> </div> </div> <div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"> <div id="content-container" style="-webkit-overflow-scrolling: touch;"> <div id="subpackage-spacer"> <div id="packages"> <h1>Packages</h1> <ul> <li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="_root_"></a><a id="root:_root_"></a> <span class="permalink"> <a href="../../../../../../index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../../../../index.html"><span class="name">root</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="_root_.com" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="com"></a><a id="com:com"></a> <span class="permalink"> <a href="../../../../../../com/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../../../index.html"><span class="name">com</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="com.johnsnowlabs" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="johnsnowlabs"></a><a id="johnsnowlabs:johnsnowlabs"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../../index.html"><span class="name">johnsnowlabs</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="com">com</a></dd></dl></div> </li><li name="com.johnsnowlabs.ml" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ml"></a><a id="ml:ml"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../index.html"><span class="name">ml</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="com.johnsnowlabs">johnsnowlabs</a></dd></dl></div> </li><li name="com.johnsnowlabs.ml.tensorflow" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="tensorflow"></a><a id="tensorflow:tensorflow"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../index.html"><span class="name">tensorflow</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="com.johnsnowlabs.ml">ml</a></dd></dl></div> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql" visbl="pub" class="indented5 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="text2sql"></a><a id="text2sql:text2sql"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../index.html"><span class="name">text2sql</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow">tensorflow</a></dd></dl></div> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule" visbl="pub" class="indented6 current" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="rule"></a><a id="rule:rule"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <span class="name">rule</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.text2sql">text2sql</a></dd></dl></div> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.action" visbl="pub" class="indented7 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="action"></a><a id="action:action"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/action/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="action/index.html"><span class="name">action</span></a> </span> </li><li class="current-entities indented6"> <span class="separator"></span> <a class="class" href="Edge.html" title=""></a> <a href="Edge.html" title="">Edge</a> </li><li class="current-entities indented6"> <span class="separator"></span> <a class="class" href="Graph.html" title=""></a> <a href="Graph.html" title="">Graph</a> </li><li class="current-entities indented6"> <span class="separator"></span> <a class="class" href="Node.html" title=""></a> <a href="Node.html" title="">Node</a> </li><li class="current-entities indented6"> <a class="object" href="Utils$.html" title=""></a> <a class="class" href="Utils.html" title=""></a> <a href="Utils.html" title="">Utils</a> </li><li class="current-entities indented6"> <span class="separator"></span> <a class="class" href="lf.html" title=""></a> <a href="lf.html" title="">lf</a> </li> </ul> </div> </div> <div id="content"> <body class="package value"> <div id="definition"> <div class="big-circle package">p</div> <p id="owner"><a href="../../../../../index.html" class="extype" name="com">com</a>.<a href="../../../../index.html" class="extype" name="com.johnsnowlabs">johnsnowlabs</a>.<a href="../../../index.html" class="extype" name="com.johnsnowlabs.ml">ml</a>.<a href="../../index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow">tensorflow</a>.<a href="../index.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.text2sql">text2sql</a></p> <h1>rule<span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/index.html" title="Permalink"> <i class="material-icons"></i> </a> </span></h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <span class="name">rule</span> </span> </h4> <div id="comment" class="fullcommenttop"></div> <div id="mbrsel"> <div class="toggle"></div> <div id="memberfilter"> <i class="material-icons arrow"></i> <span class="input"> <input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" /> </span> <i class="clear material-icons"></i> </div> <div id="filterby"> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> </ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> </div> <div id="template"> <div id="allMembers"> <div id="types" class="types members"> <h3>Type Members</h3> <ol><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Edge" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="EdgeextendsProductwithSerializable"></a><a id="Edge:Edge"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/Edge.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">case class</span> </span> <span class="symbol"> <a title="" href="Edge.html"><span class="name">Edge</span></a><span class="params">(<span name="start">start: <a href="Node.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Node">Node</a></span>, <span name="end">end: <a href="Node.html" class="extype" name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Node">Node</a></span>, <span name="cost">cost: <span class="extype" name="scala.Float">Float</span></span>, <span name="weight">weight: <span class="extype" name="scala.Option">Option</span>[(<span class="extype" name="scala.Any">Any</span>, <span class="extype" name="scala.Any">Any</span>)] = <span class="symbol">None</span></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Graph" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="GraphextendsAnyRef"></a><a id="Graph:Graph"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/Graph.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">class</span> </span> <span class="symbol"> <a title="" href="Graph.html"><span class="name">Graph</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Node" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="NodeextendsProductwithSerializable"></a><a id="Node:Node"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/Node.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">case class</span> </span> <span class="symbol"> <a title="" href="Node.html"><span class="name">Node</span></a><span class="params">(<span name="value">value: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Utils" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="UtilsextendsAnyRef"></a><a id="Utils:Utils"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/Utils.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">class</span> </span> <span class="symbol"> <a title="" href="Utils.html"><span class="name">Utils</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </li><li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.lf" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="lfextendsProductwithSerializable"></a><a id="lf:lf"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/lf.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">case class</span> </span> <span class="symbol"> <a title="" href="lf.html"><span class="name">lf</span></a><span class="params">()</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd></dl></div> </li></ol> </div> <div class="values members"> <h3>Value Members</h3> <ol> <li name="com.johnsnowlabs.ml.tensorflow.text2sql.rule.Utils" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Utils"></a><a id="Utils:Utils"></a> <span class="permalink"> <a href="../../../../../../com/johnsnowlabs/ml/tensorflow/text2sql/rule/Utils$.html" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a title="" href="Utils$.html"><span class="name">Utils</span></a> </span> </li> </ol> </div> </div> <div id="inheritedMembers"> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </div> </div> </div> </body> </html>
man_pages/html/man2/vhangup.2.html
cs-education/sysassets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of VHANGUP</TITLE> </HEAD><BODY> <H1>VHANGUP</H1> Section: Linux Programmer's Manual (2)<BR>Updated: 2007-07-26<BR><A HREF="#index">Index</A> <A HREF="../index.html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H2> vhangup - virtually hangup the current terminal <A NAME="lbAC">&nbsp;</A> <H2>SYNOPSIS</H2> <B>#include &lt;<A HREF="file:///usr/include/unistd.h">unistd.h</A>&gt;</B> <P> <B>int vhangup(void);</B> <P> Feature Test Macro Requirements for glibc (see <B><A HREF="../man7/feature_test_macros.7.html">feature_test_macros</A></B>(7)): <P> <B>vhangup</B>(): _BSD_SOURCE || (_XOPEN_SOURCE &amp;&amp; _XOPEN_SOURCE&nbsp;&lt;&nbsp;500) <A NAME="lbAD">&nbsp;</A> <H2>DESCRIPTION</H2> <B>vhangup</B>() simulates a hangup on the current terminal. This call arranges for other users to have a ``clean'' terminal at login time. <A NAME="lbAE">&nbsp;</A> <H2>RETURN VALUE</H2> On success, zero is returned. On error, -1 is returned, and <I>errno</I> is set appropriately. <A NAME="lbAF">&nbsp;</A> <H2>ERRORS</H2> <DL COMPACT> <DT><B>EPERM</B> <DD> The calling process has insufficient privilege to call <B>vhangup</B>(); the <B>CAP_SYS_TTY_CONFIG</B> capability is required. </DL> <A NAME="lbAG">&nbsp;</A> <H2>CONFORMING TO</H2> This call is Linux-specific, and should not be used in programs intended to be portable. <A NAME="lbAH">&nbsp;</A> <H2>SEE ALSO</H2> <B><A HREF="../man7/capabilities.7.html">capabilities</A></B>(7), <B><A HREF="../man8/init.8.html">init</A></B>(8) <P> <HR> <A NAME="index">&nbsp;</A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">RETURN VALUE</A><DD> <DT><A HREF="#lbAF">ERRORS</A><DD> <DT><A HREF="#lbAG">CONFORMING TO</A><DD> <DT><A HREF="#lbAH">SEE ALSO</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 02:54:46 GMT, September 18, 2014 </BODY> </HTML>
api/memory/snapshot/apidocs/org/apache/datasketches/memory/class-use/Util.html
DataSketches/DataSketches.github.io
<!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_162) on Fri Oct 11 15:36:32 PDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.datasketches.memory.Util (datasketches-memory 1.2.0-incubating-SNAPSHOT API)</title> <meta name="date" content="2019-10-11"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.datasketches.memory.Util (datasketches-memory 1.2.0-incubating-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="../../../../../org/apache/datasketches/memory/package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/datasketches/memory/Util.html" title="class in org.apache.datasketches.memory">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/datasketches/memory/class-use/Util.html" target="_top">Frames</a></li> <li><a href="Util.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.datasketches.memory.Util" class="title">Uses of Class<br>org.apache.datasketches.memory.Util</h2> </div> <div class="classUseContainer">No usage of org.apache.datasketches.memory.Util</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="../../../../../org/apache/datasketches/memory/package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/datasketches/memory/Util.html" title="class in org.apache.datasketches.memory">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/datasketches/memory/class-use/Util.html" target="_top">Frames</a></li> <li><a href="Util.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; 2015&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
_site/docs/1.0.0/api/directive/ionTabs/index.html
martinjbaker/ionic-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>ion-tabs - Directive in module ionic - Ionic Framework</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>ion-tabs</h3> <h4>Directive in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/directive/ionTabs/" > nightly </option> <option value="/docs/api/directive/ionTabs/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/directive/ionTabs/" > 1.0.1 </option> <option value="/docs/1.0.0/api/directive/ionTabs/" selected> 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/ionTabs/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/ionTabs/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/ionTabs/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/ionTabs/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/ionTabs/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/ionTabs/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/ionTabs/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/ionTabs/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/ionTabs/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/ionTabs/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/ionTabs/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture and Events --> <li class="menu-section"> <a href="/docs/api/directive/onHold/" class="api-section"> Gestures and Events </a> <ul> <li> <a href="/docs/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/api/directive/onDoubleTap/"> on-double-tap </a> </li> <li> <a href="/docs/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> <li> <a href="/docs/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/api/directive/ionNavTitle/"> ion-nav-title </a> </li> <li> <a href="/docs/api/directive/navTransition/"> nav-transition </a> </li> <li> <a href="/docs/api/directive/navDirection/"> nav-direction </a> </li> <li> <a href="/docs/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> <li> <a href="/docs/api/service/$ionicHistory/"> $ionicHistory </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/api/directive/ionSlidePager/"> ion-slide-pager </a> </li> <li> <a href="/docs/api/directive/ionSlide/"> ion-slide </a> </li> <li> <a href="/docs/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Spinner --> <li class="menu-section"> <a href="/docs/api/directive/ionSpinner/" class="api-section"> Spinner </a> <ul> <li> <a href="/docs/api/directive/ionSpinner/"> ion-spinner </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/tabs.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/tabs.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> ion-tabs <br/> <small> Delegate: <a href="/docs/api/service/$ionicTabsDelegate/"><code>$ionicTabsDelegate</code></a> </small> </h1> <p><div class="phone-case"> <p data-height="568" data-theme-id="3572" data-slug-hash="odqCz" data-default-tab="result" class='codepen'>See the Pen by <a href='http://codepen.io/ionic/pen/odqCz'>Ionic</a> (<a href='http://codepen.io/ionic'>@ionic</a>) on <a href='http://codepen.io'>CodePen</a>.</p> <script async src="//codepen.io/assets/embed/ei.js"></script> </div></p> <p>Powers a multi-tabbed interface with a Tab Bar and a set of &quot;pages&quot; that can be tabbed through.</p> <p>Assign any <a href="/docs/components#tabs">tabs class</a> to the element to define its look and feel.</p> <p>For iOS, tabs will appear at the bottom of the screen. For Android, tabs will be at the top of the screen, below the nav-bar. This follows each OS&#39;s design specification, but can be configured with the <a href="/docs/api/provider/$ionicConfigProvider/"><code>$ionicConfigProvider</code></a>.</p> <p>See the <a href="/docs/api/directive/ionTab/"><code>ionTab</code></a> directive&#39;s documentation for more details on individual tabs.</p> <p>Note: do not place ion-tabs inside of an ion-content element; it has been known to cause a certain CSS bug.</p> <h2 id="usage">Usage</h2> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;ion-tabs</span> <span class="na">class=</span><span class="s">&quot;tabs-positive tabs-icon-only&quot;</span><span class="nt">&gt;</span> <span class="nt">&lt;ion-tab</span> <span class="na">title=</span><span class="s">&quot;Home&quot;</span> <span class="na">icon-on=</span><span class="s">&quot;ion-ios-filing&quot;</span> <span class="na">icon-off=</span><span class="s">&quot;ion-ios-filing-outline&quot;</span><span class="nt">&gt;</span> <span class="c">&lt;!-- Tab 1 content --&gt;</span> <span class="nt">&lt;/ion-tab&gt;</span> <span class="nt">&lt;ion-tab</span> <span class="na">title=</span><span class="s">&quot;About&quot;</span> <span class="na">icon-on=</span><span class="s">&quot;ion-ios-clock&quot;</span> <span class="na">icon-off=</span><span class="s">&quot;ion-ios-clock-outline&quot;</span><span class="nt">&gt;</span> <span class="c">&lt;!-- Tab 2 content --&gt;</span> <span class="nt">&lt;/ion-tab&gt;</span> <span class="nt">&lt;ion-tab</span> <span class="na">title=</span><span class="s">&quot;Settings&quot;</span> <span class="na">icon-on=</span><span class="s">&quot;ion-ios-gear&quot;</span> <span class="na">icon-off=</span><span class="s">&quot;ion-ios-gear-outline&quot;</span><span class="nt">&gt;</span> <span class="c">&lt;!-- Tab 3 content --&gt;</span> <span class="nt">&lt;/ion-tab&gt;</span> <span class="nt">&lt;/ion-tabs&gt;</span> </code></pre></div> <h2 id="api" style="clear:both;">API</h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Attr</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> delegate-handle <div><em>(optional)</em></div> </td> <td> <code>string</code> </td> <td> <p>The handle used to identify these tabs with <a href="/docs/api/service/$ionicTabsDelegate/"><code>$ionicTabsDelegate</code></a>.</p> </td> </tr> </tbody> </table> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 +0000'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
docs/javadoc/org/dsngroup/broke/broker/handler/processor/package-frame.html
dsngroup/broke
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_151) on Sat Jan 27 21:26:54 CST 2018 --> <title>org.dsngroup.broke.broker.handler.processor</title> <meta name="date" content="2018-01-27"> <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/dsngroup/broke/broker/handler/processor/package-summary.html" target="classFrame">org.dsngroup.broke.broker.handler.processor</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="MessagePublisher.html" title="class in org.dsngroup.broke.broker.handler.processor" target="classFrame">MessagePublisher</a></li> <li><a href="MqttMessageHandlerTest.html" title="class in org.dsngroup.broke.broker.handler.processor" target="classFrame">MqttMessageHandlerTest</a></li> <li><a href="ProtocolProcessor.html" title="class in org.dsngroup.broke.broker.handler.processor" target="classFrame">ProtocolProcessor</a></li> </ul> </div> </body> </html>
src/views/ppx/zhongguobaichakpinpinxiang/pinpaisuyuan.html
huahuajjh/ppx
{php $indexc = 2;} {template ./temp/head.html} <style type="text/css"> .pinpai-btn-xiyi { background-image: url("{block(38)}"); } .pinpai-btn-xiyi.active, .pinpai-btn-xiyi:hover { background-image: url("{block(39)}"); } .pinpai-btn-biaozhun { background-image: url("{block(40)}"); } .pinpai-btn-biaozhun.active, .pinpai-btn-biaozhun:hover { background-image: url("{block(41)}"); } .pinpai-btn-tiyan { background-image: url("{block(42)}"); } .pinpai-btn-tiyan.active, .pinpai-btn-tiyan:hover { background-image: url("{block(43)}"); } .pinpai-top-menu-area-btns { margin-top: 200px; } @media (max-width: 580px) { .pinpai-top-menu-area-btns { margin-top: 100px; } } </style> <div class="pinpai-top-bg"> <img class="bgpinpai-top-menu-bg" src="{block(44)}" alt=""> <div class="pinpai-top-menu-area"> <ul class="pinpai-top-menu-area-btns"> <li> <a href="/index.php?c=content&a=list&catid=34" class="pinpai-btn-xiyi active"></a> </li> <li> <a href="/index.php?c=content&a=list&catid=35" class="pinpai-btn-biaozhun"></a> </li> <li> <a href="/index.php?c=content&a=list&catid=36" class="pinpai-btn-tiyan"></a> </li> </ul> </div> </div> <div class="pinpai-top-bg"> <img src="{block(45)}" alt=""> </div> <div class="pinpai-top-bg"> <img src="{block(46)}" alt=""> </div> <div class="pinpai-top-bg"> <img src="{block(47)}" alt=""> </div> <div class="pinpai-top-bg"> <img src="{block(48)}" alt=""> </div> <div class="pinpai-top-bg"> <img src="{block(49)}" alt=""> </div> <div class="pinpai-top-bg"> <img src="{block(50)}" alt=""> </div> {template ./temp/footer.html}
python.org/reference/simple_stmts.html
scottsilverlabs/raspberrystem-ide
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>6. Simple statements &mdash; Python v3.2.3 documentation</title> <link rel="stylesheet" href="../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.2.3', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python v3.2.3 documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python v3.2.3 documentation" href="../index.html" /> <link rel="up" title="The Python Language Reference" href="index.html" /> <link rel="next" title="7. Compound statements" href="compound_stmts.html" /> <link rel="prev" title="5. Expressions" href="expressions.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="compound_stmts.html" title="7. Compound statements" accesskey="N">next</a> |</li> <li class="right" > <a href="expressions.html" title="5. Expressions" accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="../index.html">Python v3.2.3 documentation</a> &raquo;</li> <li><a href="index.html" accesskey="U">The Python Language Reference</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="simple-statements"> <span id="simple"></span><h1>6. Simple statements<a class="headerlink" href="#simple-statements" title="Permalink to this headline">¶</a></h1> <p id="index-0">Simple statements are comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is:</p> <pre> <strong id="grammar-token-simple_stmt">simple_stmt</strong> ::= <a class="reference internal" href="#grammar-token-expression_stmt"><tt class="xref docutils literal"><span class="pre">expression_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-assert_stmt"><tt class="xref docutils literal"><span class="pre">assert_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-assignment_stmt"><tt class="xref docutils literal"><span class="pre">assignment_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-augmented_assignment_stmt"><tt class="xref docutils literal"><span class="pre">augmented_assignment_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-pass_stmt"><tt class="xref docutils literal"><span class="pre">pass_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-del_stmt"><tt class="xref docutils literal"><span class="pre">del_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-return_stmt"><tt class="xref docutils literal"><span class="pre">return_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-yield_stmt"><tt class="xref docutils literal"><span class="pre">yield_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-raise_stmt"><tt class="xref docutils literal"><span class="pre">raise_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-break_stmt"><tt class="xref docutils literal"><span class="pre">break_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-continue_stmt"><tt class="xref docutils literal"><span class="pre">continue_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-import_stmt"><tt class="xref docutils literal"><span class="pre">import_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-global_stmt"><tt class="xref docutils literal"><span class="pre">global_stmt</span></tt></a> | <a class="reference internal" href="#grammar-token-nonlocal_stmt"><tt class="xref docutils literal"><span class="pre">nonlocal_stmt</span></tt></a> </pre> <div class="section" id="expression-statements"> <span id="exprstmts"></span><h2>6.1. Expression statements<a class="headerlink" href="#expression-statements" title="Permalink to this headline">¶</a></h2> <span class="target" id="index-1"></span><p id="index-2">Expression statements are used (mostly interactively) to compute and write a value, or (usually) to call a procedure (a function that returns no meaningful result; in Python, procedures return the value <tt class="xref docutils literal"><span class="pre">None</span></tt>). Other uses of expression statements are allowed and occasionally useful. The syntax for an expression statement is:</p> <pre> <strong id="grammar-token-expression_stmt">expression_stmt</strong> ::= <a class="reference internal" href="expressions.html#grammar-token-expression_list"><tt class="xref docutils literal"><span class="pre">expression_list</span></tt></a> </pre> <p>An expression statement evaluates the expression list (which may be a single expression).</p> <p id="index-3">In interactive mode, if the value is not <tt class="xref docutils literal"><span class="pre">None</span></tt>, it is converted to a string using the built-in <a class="reference internal" href="../library/functions.html#repr" title="repr"><tt class="xref py py-func docutils literal"><span class="pre">repr()</span></tt></a> function and the resulting string is written to standard output on a line by itself (except if the result is <tt class="xref docutils literal"><span class="pre">None</span></tt>, so that procedure calls do not cause any output.)</p> </div> <div class="section" id="assignment-statements"> <span id="assignment"></span><h2>6.2. Assignment statements<a class="headerlink" href="#assignment-statements" title="Permalink to this headline">¶</a></h2> <p id="index-4">Assignment statements are used to (re)bind names to values and to modify attributes or items of mutable objects:</p> <pre> <strong id="grammar-token-assignment_stmt">assignment_stmt</strong> ::= (<a class="reference internal" href="#grammar-token-target_list"><tt class="xref docutils literal"><span class="pre">target_list</span></tt></a> &quot;=&quot;)+ (<a class="reference internal" href="expressions.html#grammar-token-expression_list"><tt class="xref docutils literal"><span class="pre">expression_list</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-yield_expression"><tt class="xref docutils literal"><span class="pre">yield_expression</span></tt></a>) <strong id="grammar-token-target_list">target_list </strong> ::= <a class="reference internal" href="#grammar-token-target"><tt class="xref docutils literal"><span class="pre">target</span></tt></a> (&quot;,&quot; <a class="reference internal" href="#grammar-token-target"><tt class="xref docutils literal"><span class="pre">target</span></tt></a>)* [&quot;,&quot;] <strong id="grammar-token-target">target </strong> ::= <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> | &quot;(&quot; <a class="reference internal" href="#grammar-token-target_list"><tt class="xref docutils literal"><span class="pre">target_list</span></tt></a> &quot;)&quot; | &quot;[&quot; <a class="reference internal" href="#grammar-token-target_list"><tt class="xref docutils literal"><span class="pre">target_list</span></tt></a> &quot;]&quot; | <a class="reference internal" href="expressions.html#grammar-token-attributeref"><tt class="xref docutils literal"><span class="pre">attributeref</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-subscription"><tt class="xref docutils literal"><span class="pre">subscription</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-slicing"><tt class="xref docutils literal"><span class="pre">slicing</span></tt></a> | &quot;*&quot; <a class="reference internal" href="#grammar-token-target"><tt class="xref docutils literal"><span class="pre">target</span></tt></a> </pre> <p>(See section <a class="reference internal" href="expressions.html#primaries"><em>Primaries</em></a> for the syntax definitions for the last three symbols.)</p> <p>An assignment statement evaluates the expression list (remember that this can be a single expression or a comma-separated list, the latter yielding a tuple) and assigns the single resulting object to each of the target lists, from left to right.</p> <p id="index-5">Assignment is defined recursively depending on the form of the target (list). When a target is part of a mutable object (an attribute reference, subscription or slicing), the mutable object must ultimately perform the assignment and decide about its validity, and may raise an exception if the assignment is unacceptable. The rules observed by various types and the exceptions raised are given with the definition of the object types (see section <a class="reference internal" href="datamodel.html#types"><em>The standard type hierarchy</em></a>).</p> <p id="index-6">Assignment of an object to a target list, optionally enclosed in parentheses or square brackets, is recursively defined as follows.</p> <ul class="simple"> <li>If the target list is a single target: The object is assigned to that target.</li> <li>If the target list is a comma-separated list of targets: The object must be an iterable with the same number of items as there are targets in the target list, and the items are assigned, from left to right, to the corresponding targets.<ul> <li>If the target list contains one target prefixed with an asterisk, called a &#8220;starred&#8221; target: The object must be a sequence with at least as many items as there are targets in the target list, minus one. The first items of the sequence are assigned, from left to right, to the targets before the starred target. The final items of the sequence are assigned to the targets after the starred target. A list of the remaining items in the sequence is then assigned to the starred target (the list can be empty).</li> <li>Else: The object must be a sequence with the same number of items as there are targets in the target list, and the items are assigned, from left to right, to the corresponding targets.</li> </ul> </li> </ul> <p>Assignment of an object to a single target is recursively defined as follows.</p> <ul> <li><p class="first">If the target is an identifier (name):</p> <ul class="simple"> <li>If the name does not occur in a <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> or <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a> statement in the current code block: the name is bound to the object in the current local namespace.</li> <li>Otherwise: the name is bound to the object in the global namespace or the outer namespace determined by <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a>, respectively.</li> </ul> <p id="index-7">The name is rebound if it was already bound. This may cause the reference count for the object previously bound to the name to reach zero, causing the object to be deallocated and its destructor (if it has one) to be called.</p> </li> <li><p class="first">If the target is a target list enclosed in parentheses or in square brackets: The object must be an iterable with the same number of items as there are targets in the target list, and its items are assigned, from left to right, to the corresponding targets.</p> </li> <li id="index-8"><p class="first">If the target is an attribute reference: The primary expression in the reference is evaluated. It should yield an object with assignable attributes; if this is not the case, <a class="reference internal" href="../library/exceptions.html#TypeError" title="TypeError"><tt class="xref py py-exc docutils literal"><span class="pre">TypeError</span></tt></a> is raised. That object is then asked to assign the assigned object to the given attribute; if it cannot perform the assignment, it raises an exception (usually but not necessarily <a class="reference internal" href="../library/exceptions.html#AttributeError" title="AttributeError"><tt class="xref py py-exc docutils literal"><span class="pre">AttributeError</span></tt></a>).</p> <p id="attr-target-note">Note: If the object is a class instance and the attribute reference occurs on both sides of the assignment operator, the RHS expression, <tt class="docutils literal"><span class="pre">a.x</span></tt> can access either an instance attribute or (if no instance attribute exists) a class attribute. The LHS target <tt class="docutils literal"><span class="pre">a.x</span></tt> is always set as an instance attribute, creating it if necessary. Thus, the two occurrences of <tt class="docutils literal"><span class="pre">a.x</span></tt> do not necessarily refer to the same attribute: if the RHS expression refers to a class attribute, the LHS creates a new instance attribute as the target of the assignment:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="k">class</span> <span class="nc">Cls</span><span class="p">:</span> <span class="n">x</span> <span class="o">=</span> <span class="mi">3</span> <span class="c"># class variable</span> <span class="n">inst</span> <span class="o">=</span> <span class="n">Cls</span><span class="p">()</span> <span class="n">inst</span><span class="o">.</span><span class="n">x</span> <span class="o">=</span> <span class="n">inst</span><span class="o">.</span><span class="n">x</span> <span class="o">+</span> <span class="mi">1</span> <span class="c"># writes inst.x as 4 leaving Cls.x as 3</span> </pre></div> </div> <p>This description does not necessarily apply to descriptor attributes, such as properties created with <a class="reference internal" href="../library/functions.html#property" title="property"><tt class="xref py py-func docutils literal"><span class="pre">property()</span></tt></a>.</p> </li> <li id="index-9"><p class="first">If the target is a subscription: The primary expression in the reference is evaluated. It should yield either a mutable sequence object (such as a list) or a mapping object (such as a dictionary). Next, the subscript expression is evaluated.</p> <p id="index-10">If the primary is a mutable sequence object (such as a list), the subscript must yield an integer. If it is negative, the sequence&#8217;s length is added to it. The resulting value must be a nonnegative integer less than the sequence&#8217;s length, and the sequence is asked to assign the assigned object to its item with that index. If the index is out of range, <a class="reference internal" href="../library/exceptions.html#IndexError" title="IndexError"><tt class="xref py py-exc docutils literal"><span class="pre">IndexError</span></tt></a> is raised (assignment to a subscripted sequence cannot add new items to a list).</p> <p id="index-11">If the primary is a mapping object (such as a dictionary), the subscript must have a type compatible with the mapping&#8217;s key type, and the mapping is then asked to create a key/datum pair which maps the subscript to the assigned object. This can either replace an existing key/value pair with the same key value, or insert a new key/value pair (if no key with the same value existed).</p> <p>For user-defined objects, the <a class="reference internal" href="datamodel.html#object.__setitem__" title="object.__setitem__"><tt class="xref py py-meth docutils literal"><span class="pre">__setitem__()</span></tt></a> method is called with appropriate arguments.</p> </li> <li id="index-12"><p class="first">If the target is a slicing: The primary expression in the reference is evaluated. It should yield a mutable sequence object (such as a list). The assigned object should be a sequence object of the same type. Next, the lower and upper bound expressions are evaluated, insofar they are present; defaults are zero and the sequence&#8217;s length. The bounds should evaluate to integers. If either bound is negative, the sequence&#8217;s length is added to it. The resulting bounds are clipped to lie between zero and the sequence&#8217;s length, inclusive. Finally, the sequence object is asked to replace the slice with the items of the assigned sequence. The length of the slice may be different from the length of the assigned sequence, thus changing the length of the target sequence, if the object allows it.</p> </li> </ul> <div class="impl-detail compound"> <p><strong>CPython implementation detail:</strong> In the current implementation, the syntax for targets is taken to be the same as for expressions, and invalid syntax is rejected during the code generation phase, causing less detailed error messages.</p> </div> <p>WARNING: Although the definition of assignment implies that overlaps between the left-hand side and the right-hand side are &#8216;safe&#8217; (for example <tt class="docutils literal"><span class="pre">a,</span> <span class="pre">b</span> <span class="pre">=</span> <span class="pre">b,</span> <span class="pre">a</span></tt> swaps two variables), overlaps <em>within</em> the collection of assigned-to variables are not safe! For instance, the following program prints <tt class="docutils literal"><span class="pre">[0,</span> <span class="pre">2]</span></tt>:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="n">x</span> <span class="o">=</span> <span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">]</span> <span class="n">i</span> <span class="o">=</span> <span class="mi">0</span> <span class="n">i</span><span class="p">,</span> <span class="n">x</span><span class="p">[</span><span class="n">i</span><span class="p">]</span> <span class="o">=</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">2</span> <span class="nb">print</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> </pre></div> </div> <div class="admonition-see-also admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><span class="target" id="index-13"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-3132"><strong>PEP 3132</strong></a> - Extended Iterable Unpacking</dt> <dd>The specification for the <tt class="docutils literal"><span class="pre">*target</span></tt> feature.</dd> </dl> </div> <div class="section" id="augmented-assignment-statements"> <span id="augassign"></span><h3>6.2.1. Augmented assignment statements<a class="headerlink" href="#augmented-assignment-statements" title="Permalink to this headline">¶</a></h3> <p id="index-14">Augmented assignment is the combination, in a single statement, of a binary operation and an assignment statement:</p> <pre> <strong id="grammar-token-augmented_assignment_stmt">augmented_assignment_stmt</strong> ::= <a class="reference internal" href="#grammar-token-augtarget"><tt class="xref docutils literal"><span class="pre">augtarget</span></tt></a> <a class="reference internal" href="#grammar-token-augop"><tt class="xref docutils literal"><span class="pre">augop</span></tt></a> (<a class="reference internal" href="expressions.html#grammar-token-expression_list"><tt class="xref docutils literal"><span class="pre">expression_list</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-yield_expression"><tt class="xref docutils literal"><span class="pre">yield_expression</span></tt></a>) <strong id="grammar-token-augtarget">augtarget </strong> ::= <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-attributeref"><tt class="xref docutils literal"><span class="pre">attributeref</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-subscription"><tt class="xref docutils literal"><span class="pre">subscription</span></tt></a> | <a class="reference internal" href="expressions.html#grammar-token-slicing"><tt class="xref docutils literal"><span class="pre">slicing</span></tt></a> <strong id="grammar-token-augop">augop </strong> ::= &quot;+=&quot; | &quot;-=&quot; | &quot;*=&quot; | &quot;/=&quot; | &quot;//=&quot; | &quot;%=&quot; | &quot;**=&quot; | &quot;&gt;&gt;=&quot; | &quot;&lt;&lt;=&quot; | &quot;&amp;=&quot; | &quot;^=&quot; | &quot;|=&quot; </pre> <p>(See section <a class="reference internal" href="expressions.html#primaries"><em>Primaries</em></a> for the syntax definitions for the last three symbols.)</p> <p>An augmented assignment evaluates the target (which, unlike normal assignment statements, cannot be an unpacking) and the expression list, performs the binary operation specific to the type of assignment on the two operands, and assigns the result to the original target. The target is only evaluated once.</p> <p>An augmented assignment expression like <tt class="docutils literal"><span class="pre">x</span> <span class="pre">+=</span> <span class="pre">1</span></tt> can be rewritten as <tt class="docutils literal"><span class="pre">x</span> <span class="pre">=</span> <span class="pre">x</span> <span class="pre">+</span> <span class="pre">1</span></tt> to achieve a similar, but not exactly equal effect. In the augmented version, <tt class="docutils literal"><span class="pre">x</span></tt> is only evaluated once. Also, when possible, the actual operation is performed <em>in-place</em>, meaning that rather than creating a new object and assigning that to the target, the old object is modified instead.</p> <p>With the exception of assigning to tuples and multiple targets in a single statement, the assignment done by augmented assignment statements is handled the same way as normal assignments. Similarly, with the exception of the possible <em>in-place</em> behavior, the binary operation performed by augmented assignment is the same as the normal binary operations.</p> <p>For targets which are attribute references, the same <a class="reference internal" href="#attr-target-note"><em>caveat about class and instance attributes</em></a> applies as for regular assignments.</p> </div> </div> <div class="section" id="the-assert-statement"> <span id="assert"></span><h2>6.3. The <a class="reference internal" href="#assert"><tt class="xref std std-keyword docutils literal"><span class="pre">assert</span></tt></a> statement<a class="headerlink" href="#the-assert-statement" title="Permalink to this headline">¶</a></h2> <p id="index-15">Assert statements are a convenient way to insert debugging assertions into a program:</p> <pre> <strong id="grammar-token-assert_stmt">assert_stmt</strong> ::= &quot;assert&quot; <a class="reference internal" href="expressions.html#grammar-token-expression"><tt class="xref docutils literal"><span class="pre">expression</span></tt></a> [&quot;,&quot; <a class="reference internal" href="expressions.html#grammar-token-expression"><tt class="xref docutils literal"><span class="pre">expression</span></tt></a>] </pre> <p>The simple form, <tt class="docutils literal"><span class="pre">assert</span> <span class="pre">expression</span></tt>, is equivalent to</p> <div class="highlight-python3"><div class="highlight"><pre><span class="k">if</span> <span class="n">__debug__</span><span class="p">:</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">expression</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">AssertionError</span> </pre></div> </div> <p>The extended form, <tt class="docutils literal"><span class="pre">assert</span> <span class="pre">expression1,</span> <span class="pre">expression2</span></tt>, is equivalent to</p> <div class="highlight-python3"><div class="highlight"><pre><span class="k">if</span> <span class="n">__debug__</span><span class="p">:</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">expression1</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">AssertionError</span><span class="p">(</span><span class="n">expression2</span><span class="p">)</span> </pre></div> </div> <p id="index-16">These equivalences assume that <a class="reference internal" href="../library/constants.html#__debug__" title="__debug__"><tt class="xref py py-const docutils literal"><span class="pre">__debug__</span></tt></a> and <a class="reference internal" href="../library/exceptions.html#AssertionError" title="AssertionError"><tt class="xref py py-exc docutils literal"><span class="pre">AssertionError</span></tt></a> refer to the built-in variables with those names. In the current implementation, the built-in variable <a class="reference internal" href="../library/constants.html#__debug__" title="__debug__"><tt class="xref py py-const docutils literal"><span class="pre">__debug__</span></tt></a> is <tt class="xref docutils literal"><span class="pre">True</span></tt> under normal circumstances, <tt class="xref docutils literal"><span class="pre">False</span></tt> when optimization is requested (command line option -O). The current code generator emits no code for an assert statement when optimization is requested at compile time. Note that it is unnecessary to include the source code for the expression that failed in the error message; it will be displayed as part of the stack trace.</p> <p>Assignments to <a class="reference internal" href="../library/constants.html#__debug__" title="__debug__"><tt class="xref py py-const docutils literal"><span class="pre">__debug__</span></tt></a> are illegal. The value for the built-in variable is determined when the interpreter starts.</p> </div> <div class="section" id="the-pass-statement"> <span id="pass"></span><h2>6.4. The <a class="reference internal" href="#pass"><tt class="xref std std-keyword docutils literal"><span class="pre">pass</span></tt></a> statement<a class="headerlink" href="#the-pass-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-17"> <strong id="grammar-token-pass_stmt">pass_stmt</strong> ::= &quot;pass&quot; </pre> <p><a class="reference internal" href="#pass"><tt class="xref std std-keyword docutils literal"><span class="pre">pass</span></tt></a> is a null operation &#8212; when it is executed, nothing happens. It is useful as a placeholder when a statement is required syntactically, but no code needs to be executed, for example:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="k">def</span> <span class="nf">f</span><span class="p">(</span><span class="n">arg</span><span class="p">):</span> <span class="k">pass</span> <span class="c"># a function that does nothing (yet)</span> <span class="k">class</span> <span class="nc">C</span><span class="p">:</span> <span class="k">pass</span> <span class="c"># a class with no methods (yet)</span> </pre></div> </div> </div> <div class="section" id="the-del-statement"> <span id="del"></span><h2>6.5. The <a class="reference internal" href="#del"><tt class="xref std std-keyword docutils literal"><span class="pre">del</span></tt></a> statement<a class="headerlink" href="#the-del-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-18"> <strong id="grammar-token-del_stmt">del_stmt</strong> ::= &quot;del&quot; <a class="reference internal" href="#grammar-token-target_list"><tt class="xref docutils literal"><span class="pre">target_list</span></tt></a> </pre> <p>Deletion is recursively defined very similar to the way assignment is defined. Rather than spelling it out in full details, here are some hints.</p> <p>Deletion of a target list recursively deletes each target, from left to right.</p> <p id="index-19">Deletion of a name removes the binding of that name from the local or global namespace, depending on whether the name occurs in a <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement in the same code block. If the name is unbound, a <a class="reference internal" href="../library/exceptions.html#NameError" title="NameError"><tt class="xref py py-exc docutils literal"><span class="pre">NameError</span></tt></a> exception will be raised.</p> <p id="index-20">Deletion of attribute references, subscriptions and slicings is passed to the primary object involved; deletion of a slicing is in general equivalent to assignment of an empty slice of the right type (but even this is determined by the sliced object).</p> <p class="versionchanged"> <span class="versionmodified">Changed in version 3.2.</span></p> </div> <div class="section" id="the-return-statement"> <span id="return"></span><h2>6.6. The <a class="reference internal" href="#return"><tt class="xref std std-keyword docutils literal"><span class="pre">return</span></tt></a> statement<a class="headerlink" href="#the-return-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-21"> <strong id="grammar-token-return_stmt">return_stmt</strong> ::= &quot;return&quot; [<a class="reference internal" href="expressions.html#grammar-token-expression_list"><tt class="xref docutils literal"><span class="pre">expression_list</span></tt></a>] </pre> <p><a class="reference internal" href="#return"><tt class="xref std std-keyword docutils literal"><span class="pre">return</span></tt></a> may only occur syntactically nested in a function definition, not within a nested class definition.</p> <p>If an expression list is present, it is evaluated, else <tt class="xref docutils literal"><span class="pre">None</span></tt> is substituted.</p> <p><a class="reference internal" href="#return"><tt class="xref std std-keyword docutils literal"><span class="pre">return</span></tt></a> leaves the current function call with the expression list (or <tt class="xref docutils literal"><span class="pre">None</span></tt>) as return value.</p> <p id="index-22">When <a class="reference internal" href="#return"><tt class="xref std std-keyword docutils literal"><span class="pre">return</span></tt></a> passes control out of a <a class="reference internal" href="compound_stmts.html#try"><tt class="xref std std-keyword docutils literal"><span class="pre">try</span></tt></a> statement with a <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause, that <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause is executed before really leaving the function.</p> <p>In a generator function, the <a class="reference internal" href="#return"><tt class="xref std std-keyword docutils literal"><span class="pre">return</span></tt></a> statement is not allowed to include an <a class="reference internal" href="expressions.html#grammar-token-expression_list"><tt class="xref std std-token docutils literal"><span class="pre">expression_list</span></tt></a>. In that context, a bare <a class="reference internal" href="#return"><tt class="xref std std-keyword docutils literal"><span class="pre">return</span></tt></a> indicates that the generator is done and will cause <a class="reference internal" href="../library/exceptions.html#StopIteration" title="StopIteration"><tt class="xref py py-exc docutils literal"><span class="pre">StopIteration</span></tt></a> to be raised.</p> </div> <div class="section" id="the-yield-statement"> <span id="yield"></span><h2>6.7. The <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement<a class="headerlink" href="#the-yield-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-23"> <strong id="grammar-token-yield_stmt">yield_stmt</strong> ::= <a class="reference internal" href="expressions.html#grammar-token-yield_expression"><tt class="xref docutils literal"><span class="pre">yield_expression</span></tt></a> </pre> <p>The <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement is only used when defining a generator function, and is only used in the body of the generator function. Using a <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement in a function definition is sufficient to cause that definition to create a generator function instead of a normal function. When a generator function is called, it returns an iterator known as a generator iterator, or more commonly, a generator. The body of the generator function is executed by calling the <a class="reference internal" href="../library/functions.html#next" title="next"><tt class="xref py py-func docutils literal"><span class="pre">next()</span></tt></a> function on the generator repeatedly until it raises an exception.</p> <p>When a <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement is executed, the state of the generator is frozen and the value of <a class="reference internal" href="expressions.html#grammar-token-expression_list"><tt class="xref std std-token docutils literal"><span class="pre">expression_list</span></tt></a> is returned to <a class="reference internal" href="../library/functions.html#next" title="next"><tt class="xref py py-meth docutils literal"><span class="pre">next()</span></tt></a>&#8216;s caller. By &#8220;frozen&#8221; we mean that all local state is retained, including the current bindings of local variables, the instruction pointer, and the internal evaluation stack: enough information is saved so that the next time <a class="reference internal" href="../library/functions.html#next" title="next"><tt class="xref py py-func docutils literal"><span class="pre">next()</span></tt></a> is invoked, the function can proceed exactly as if the <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement were just another external call.</p> <p>The <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement is allowed in the <a class="reference internal" href="compound_stmts.html#try"><tt class="xref std std-keyword docutils literal"><span class="pre">try</span></tt></a> clause of a <a class="reference internal" href="compound_stmts.html#try"><tt class="xref std std-keyword docutils literal"><span class="pre">try</span></tt></a> ... <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> construct. If the generator is not resumed before it is finalized (by reaching a zero reference count or by being garbage collected), the generator-iterator&#8217;s <tt class="xref py py-meth docutils literal"><span class="pre">close()</span></tt> method will be called, allowing any pending <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clauses to execute.</p> <div class="admonition-see-also admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><span class="target" id="index-24"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0255"><strong>PEP 0255</strong></a> - Simple Generators</dt> <dd>The proposal for adding generators and the <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> statement to Python.</dd> <dt><span class="target" id="index-25"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0342"><strong>PEP 0342</strong></a> - Coroutines via Enhanced Generators</dt> <dd>The proposal that, among other generator enhancements, proposed allowing <a class="reference internal" href="#yield"><tt class="xref std std-keyword docutils literal"><span class="pre">yield</span></tt></a> to appear inside a <a class="reference internal" href="compound_stmts.html#try"><tt class="xref std std-keyword docutils literal"><span class="pre">try</span></tt></a> ... <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> block.</dd> </dl> </div> </div> <div class="section" id="the-raise-statement"> <span id="raise"></span><h2>6.8. The <a class="reference internal" href="#raise"><tt class="xref std std-keyword docutils literal"><span class="pre">raise</span></tt></a> statement<a class="headerlink" href="#the-raise-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-26"> <strong id="grammar-token-raise_stmt">raise_stmt</strong> ::= &quot;raise&quot; [<a class="reference internal" href="expressions.html#grammar-token-expression"><tt class="xref docutils literal"><span class="pre">expression</span></tt></a> [&quot;from&quot; <a class="reference internal" href="expressions.html#grammar-token-expression"><tt class="xref docutils literal"><span class="pre">expression</span></tt></a>]] </pre> <p>If no expressions are present, <a class="reference internal" href="#raise"><tt class="xref std std-keyword docutils literal"><span class="pre">raise</span></tt></a> re-raises the last exception that was active in the current scope. If no exception is active in the current scope, a <a class="reference internal" href="../library/exceptions.html#RuntimeError" title="RuntimeError"><tt class="xref py py-exc docutils literal"><span class="pre">RuntimeError</span></tt></a> exception is raised indicating that this is an error.</p> <p>Otherwise, <a class="reference internal" href="#raise"><tt class="xref std std-keyword docutils literal"><span class="pre">raise</span></tt></a> evaluates the first expression as the exception object. It must be either a subclass or an instance of <a class="reference internal" href="../library/exceptions.html#BaseException" title="BaseException"><tt class="xref py py-class docutils literal"><span class="pre">BaseException</span></tt></a>. If it is a class, the exception instance will be obtained when needed by instantiating the class with no arguments.</p> <p>The <em class="dfn">type</em> of the exception is the exception instance&#8217;s class, the <em class="dfn">value</em> is the instance itself.</p> <p id="index-27">A traceback object is normally created automatically when an exception is raised and attached to it as the <tt class="xref py py-attr docutils literal"><span class="pre">__traceback__</span></tt> attribute, which is writable. You can create an exception and set your own traceback in one step using the <tt class="xref py py-meth docutils literal"><span class="pre">with_traceback()</span></tt> exception method (which returns the same exception instance, with its traceback set to its argument), like so:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="k">raise</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">&quot;foo occurred&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">with_traceback</span><span class="p">(</span><span class="n">tracebackobj</span><span class="p">)</span> </pre></div> </div> <p id="index-28">The <tt class="docutils literal"><span class="pre">from</span></tt> clause is used for exception chaining: if given, the second <em>expression</em> must be another exception class or instance, which will then be attached to the raised exception as the <tt class="xref py py-attr docutils literal"><span class="pre">__cause__</span></tt> attribute (which is writable). If the raised exception is not handled, both exceptions will be printed:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="k">try</span><span class="p">:</span> <span class="gp">... </span> <span class="nb">print</span><span class="p">(</span><span class="mi">1</span> <span class="o">/</span> <span class="mi">0</span><span class="p">)</span> <span class="gp">... </span><span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="gp">... </span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="s">&quot;Something bad happened&quot;</span><span class="p">)</span> <span class="kn">from</span> <span class="nn">exc</span><span class="gp">...</span> <span class="gt">Traceback (most recent call last):</span> File <span class="nb">&quot;&lt;stdin&gt;&quot;</span>, line <span class="m">2</span>, in <span class="n-Identifier">&lt;module&gt;</span> <span class="nc">ZeroDivisionError</span>: <span class="n-Identifier">int division or modulo by zero</span> <span class="go">The above exception was the direct cause of the following exception:</span> <span class="gt">Traceback (most recent call last):</span> File <span class="nb">&quot;&lt;stdin&gt;&quot;</span>, line <span class="m">4</span>, in <span class="n-Identifier">&lt;module&gt;</span> <span class="nc">RuntimeError</span>: <span class="n-Identifier">Something bad happened</span> </pre></div> </div> <p>A similar mechanism works implicitly if an exception is raised inside an exception handler: the previous exception is then attached as the new exception&#8217;s <tt class="xref py py-attr docutils literal"><span class="pre">__context__</span></tt> attribute:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="k">try</span><span class="p">:</span> <span class="gp">... </span> <span class="nb">print</span><span class="p">(</span><span class="mi">1</span> <span class="o">/</span> <span class="mi">0</span><span class="p">)</span> <span class="gp">... </span><span class="k">except</span><span class="p">:</span> <span class="gp">... </span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="s">&quot;Something bad happened&quot;</span><span class="p">)</span> <span class="gp">...</span> <span class="gt">Traceback (most recent call last):</span> File <span class="nb">&quot;&lt;stdin&gt;&quot;</span>, line <span class="m">2</span>, in <span class="n-Identifier">&lt;module&gt;</span> <span class="nc">ZeroDivisionError</span>: <span class="n-Identifier">int division or modulo by zero</span> <span class="go">During handling of the above exception, another exception occurred:</span> <span class="gt">Traceback (most recent call last):</span> File <span class="nb">&quot;&lt;stdin&gt;&quot;</span>, line <span class="m">4</span>, in <span class="n-Identifier">&lt;module&gt;</span> <span class="nc">RuntimeError</span>: <span class="n-Identifier">Something bad happened</span> </pre></div> </div> <p>Additional information on exceptions can be found in section <a class="reference internal" href="executionmodel.html#exceptions"><em>Exceptions</em></a>, and information about handling exceptions is in section <a class="reference internal" href="compound_stmts.html#try"><em>The try statement</em></a>.</p> </div> <div class="section" id="the-break-statement"> <span id="break"></span><h2>6.9. The <a class="reference internal" href="#break"><tt class="xref std std-keyword docutils literal"><span class="pre">break</span></tt></a> statement<a class="headerlink" href="#the-break-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-29"> <strong id="grammar-token-break_stmt">break_stmt</strong> ::= &quot;break&quot; </pre> <p><a class="reference internal" href="#break"><tt class="xref std std-keyword docutils literal"><span class="pre">break</span></tt></a> may only occur syntactically nested in a <a class="reference internal" href="compound_stmts.html#for"><tt class="xref std std-keyword docutils literal"><span class="pre">for</span></tt></a> or <a class="reference internal" href="compound_stmts.html#while"><tt class="xref std std-keyword docutils literal"><span class="pre">while</span></tt></a> loop, but not nested in a function or class definition within that loop.</p> <p id="index-30">It terminates the nearest enclosing loop, skipping the optional <a class="reference internal" href="compound_stmts.html#else"><tt class="xref std std-keyword docutils literal"><span class="pre">else</span></tt></a> clause if the loop has one.</p> <p>If a <a class="reference internal" href="compound_stmts.html#for"><tt class="xref std std-keyword docutils literal"><span class="pre">for</span></tt></a> loop is terminated by <a class="reference internal" href="#break"><tt class="xref std std-keyword docutils literal"><span class="pre">break</span></tt></a>, the loop control target keeps its current value.</p> <p id="index-31">When <a class="reference internal" href="#break"><tt class="xref std std-keyword docutils literal"><span class="pre">break</span></tt></a> passes control out of a <a class="reference internal" href="compound_stmts.html#try"><tt class="xref std std-keyword docutils literal"><span class="pre">try</span></tt></a> statement with a <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause, that <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause is executed before really leaving the loop.</p> </div> <div class="section" id="the-continue-statement"> <span id="continue"></span><h2>6.10. The <a class="reference internal" href="#continue"><tt class="xref std std-keyword docutils literal"><span class="pre">continue</span></tt></a> statement<a class="headerlink" href="#the-continue-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-32"> <strong id="grammar-token-continue_stmt">continue_stmt</strong> ::= &quot;continue&quot; </pre> <p><a class="reference internal" href="#continue"><tt class="xref std std-keyword docutils literal"><span class="pre">continue</span></tt></a> may only occur syntactically nested in a <a class="reference internal" href="compound_stmts.html#for"><tt class="xref std std-keyword docutils literal"><span class="pre">for</span></tt></a> or <a class="reference internal" href="compound_stmts.html#while"><tt class="xref std std-keyword docutils literal"><span class="pre">while</span></tt></a> loop, but not nested in a function or class definition or <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause within that loop. It continues with the next cycle of the nearest enclosing loop.</p> <p>When <a class="reference internal" href="#continue"><tt class="xref std std-keyword docutils literal"><span class="pre">continue</span></tt></a> passes control out of a <a class="reference internal" href="compound_stmts.html#try"><tt class="xref std std-keyword docutils literal"><span class="pre">try</span></tt></a> statement with a <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause, that <a class="reference internal" href="compound_stmts.html#finally"><tt class="xref std std-keyword docutils literal"><span class="pre">finally</span></tt></a> clause is executed before really starting the next loop cycle.</p> </div> <div class="section" id="the-import-statement"> <span id="from"></span><span id="import"></span><h2>6.11. The <a class="reference internal" href="#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a> statement<a class="headerlink" href="#the-import-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-33"> <strong id="grammar-token-import_stmt">import_stmt </strong> ::= &quot;import&quot; <a class="reference internal" href="#grammar-token-module"><tt class="xref docutils literal"><span class="pre">module</span></tt></a> [&quot;as&quot; <a class="reference internal" href="#grammar-token-name"><tt class="xref docutils literal"><span class="pre">name</span></tt></a>] ( &quot;,&quot; <a class="reference internal" href="#grammar-token-module"><tt class="xref docutils literal"><span class="pre">module</span></tt></a> [&quot;as&quot; <a class="reference internal" href="#grammar-token-name"><tt class="xref docutils literal"><span class="pre">name</span></tt></a>] )* | &quot;from&quot; <a class="reference internal" href="#grammar-token-relative_module"><tt class="xref docutils literal"><span class="pre">relative_module</span></tt></a> &quot;import&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> [&quot;as&quot; <a class="reference internal" href="#grammar-token-name"><tt class="xref docutils literal"><span class="pre">name</span></tt></a>] ( &quot;,&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> [&quot;as&quot; <a class="reference internal" href="#grammar-token-name"><tt class="xref docutils literal"><span class="pre">name</span></tt></a>] )* | &quot;from&quot; <a class="reference internal" href="#grammar-token-relative_module"><tt class="xref docutils literal"><span class="pre">relative_module</span></tt></a> &quot;import&quot; &quot;(&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> [&quot;as&quot; <a class="reference internal" href="#grammar-token-name"><tt class="xref docutils literal"><span class="pre">name</span></tt></a>] ( &quot;,&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> [&quot;as&quot; <a class="reference internal" href="#grammar-token-name"><tt class="xref docutils literal"><span class="pre">name</span></tt></a>] )* [&quot;,&quot;] &quot;)&quot; | &quot;from&quot; <a class="reference internal" href="#grammar-token-module"><tt class="xref docutils literal"><span class="pre">module</span></tt></a> &quot;import&quot; &quot;*&quot; <strong id="grammar-token-module">module </strong> ::= (<a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> &quot;.&quot;)* <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> <strong id="grammar-token-relative_module">relative_module</strong> ::= &quot;.&quot;* <a class="reference internal" href="#grammar-token-module"><tt class="xref docutils literal"><span class="pre">module</span></tt></a> | &quot;.&quot;+ <strong id="grammar-token-name">name </strong> ::= <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> </pre> <p>Import statements are executed in two steps: (1) find a module, and initialize it if necessary; (2) define a name or names in the local namespace (of the scope where the <a class="reference internal" href="#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a> statement occurs). The statement comes in two forms differing on whether it uses the <a class="reference internal" href="#from"><tt class="xref std std-keyword docutils literal"><span class="pre">from</span></tt></a> keyword. The first form (without <a class="reference internal" href="#from"><tt class="xref std std-keyword docutils literal"><span class="pre">from</span></tt></a>) repeats these steps for each identifier in the list. The form with <a class="reference internal" href="#from"><tt class="xref std std-keyword docutils literal"><span class="pre">from</span></tt></a> performs step (1) once, and then performs step (2) repeatedly. For a reference implementation of step (1), see the <a class="reference internal" href="../library/importlib.html#module-importlib" title="importlib: An implementation of the import machinery."><tt class="xref py py-mod docutils literal"><span class="pre">importlib</span></tt></a> module.</p> <p id="index-34">To understand how step (1) occurs, one must first understand how Python handles hierarchical naming of modules. To help organize modules and provide a hierarchy in naming, Python has a concept of packages. A package can contain other packages and modules while modules cannot contain other modules or packages. From a file system perspective, packages are directories and modules are files. The original <a class="reference external" href="http://www.python.org/doc/essays/packages.html">specification for packages</a> is still available to read, although minor details have changed since the writing of that document.</p> <p id="index-35">Once the name of the module is known (unless otherwise specified, the term &#8220;module&#8221; will refer to both packages and modules), searching for the module or package can begin. The first place checked is <a class="reference internal" href="../library/sys.html#sys.modules" title="sys.modules"><tt class="xref py py-data docutils literal"><span class="pre">sys.modules</span></tt></a>, the cache of all modules that have been imported previously. If the module is found there then it is used in step (2) of import unless <tt class="xref docutils literal"><span class="pre">None</span></tt> is found in <a class="reference internal" href="../library/sys.html#sys.modules" title="sys.modules"><tt class="xref py py-data docutils literal"><span class="pre">sys.modules</span></tt></a>, in which case <a class="reference internal" href="../library/exceptions.html#ImportError" title="ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a> is raised.</p> <p id="index-36">If the module is not found in the cache, then <a class="reference internal" href="../library/sys.html#sys.meta_path" title="sys.meta_path"><tt class="xref py py-data docutils literal"><span class="pre">sys.meta_path</span></tt></a> is searched (the specification for <a class="reference internal" href="../library/sys.html#sys.meta_path" title="sys.meta_path"><tt class="xref py py-data docutils literal"><span class="pre">sys.meta_path</span></tt></a> can be found in <span class="target" id="index-37"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0302"><strong>PEP 302</strong></a>). The object is a list of <a class="reference internal" href="../glossary.html#term-finder"><em class="xref std std-term">finder</em></a> objects which are queried in order as to whether they know how to load the module by calling their <tt class="xref py py-meth docutils literal"><span class="pre">find_module()</span></tt> method with the name of the module. If the module happens to be contained within a package (as denoted by the existence of a dot in the name), then a second argument to <tt class="xref py py-meth docutils literal"><span class="pre">find_module()</span></tt> is given as the value of the <tt class="xref py py-attr docutils literal"><span class="pre">__path__</span></tt> attribute from the parent package (everything up to the last dot in the name of the module being imported). If a finder can find the module it returns a <a class="reference internal" href="../glossary.html#term-loader"><em class="xref std std-term">loader</em></a> (discussed later) or returns <tt class="xref docutils literal"><span class="pre">None</span></tt>.</p> <p id="index-38">If none of the finders on <a class="reference internal" href="../library/sys.html#sys.meta_path" title="sys.meta_path"><tt class="xref py py-data docutils literal"><span class="pre">sys.meta_path</span></tt></a> are able to find the module then some implicitly defined finders are queried. Implementations of Python vary in what implicit meta path finders are defined. The one they all do define, though, is one that handles <a class="reference internal" href="../library/sys.html#sys.path_hooks" title="sys.path_hooks"><tt class="xref py py-data docutils literal"><span class="pre">sys.path_hooks</span></tt></a>, <a class="reference internal" href="../library/sys.html#sys.path_importer_cache" title="sys.path_importer_cache"><tt class="xref py py-data docutils literal"><span class="pre">sys.path_importer_cache</span></tt></a>, and <a class="reference internal" href="../library/sys.html#sys.path" title="sys.path"><tt class="xref py py-data docutils literal"><span class="pre">sys.path</span></tt></a>.</p> <p>The implicit finder searches for the requested module in the &#8220;paths&#8221; specified in one of two places (&#8220;paths&#8221; do not have to be file system paths). If the module being imported is supposed to be contained within a package then the second argument passed to <tt class="xref py py-meth docutils literal"><span class="pre">find_module()</span></tt>, <tt class="xref py py-attr docutils literal"><span class="pre">__path__</span></tt> on the parent package, is used as the source of paths. If the module is not contained in a package then <a class="reference internal" href="../library/sys.html#sys.path" title="sys.path"><tt class="xref py py-data docutils literal"><span class="pre">sys.path</span></tt></a> is used as the source of paths.</p> <p>Once the source of paths is chosen it is iterated over to find a finder that can handle that path. The dict at <a class="reference internal" href="../library/sys.html#sys.path_importer_cache" title="sys.path_importer_cache"><tt class="xref py py-data docutils literal"><span class="pre">sys.path_importer_cache</span></tt></a> caches finders for paths and is checked for a finder. If the path does not have a finder cached then <a class="reference internal" href="../library/sys.html#sys.path_hooks" title="sys.path_hooks"><tt class="xref py py-data docutils literal"><span class="pre">sys.path_hooks</span></tt></a> is searched by calling each object in the list with a single argument of the path, returning a finder or raises <a class="reference internal" href="../library/exceptions.html#ImportError" title="ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a>. If a finder is returned then it is cached in <a class="reference internal" href="../library/sys.html#sys.path_importer_cache" title="sys.path_importer_cache"><tt class="xref py py-data docutils literal"><span class="pre">sys.path_importer_cache</span></tt></a> and then used for that path entry. If no finder can be found but the path exists then a value of <tt class="xref docutils literal"><span class="pre">None</span></tt> is stored in <a class="reference internal" href="../library/sys.html#sys.path_importer_cache" title="sys.path_importer_cache"><tt class="xref py py-data docutils literal"><span class="pre">sys.path_importer_cache</span></tt></a> to signify that an implicit, file-based finder that handles modules stored as individual files should be used for that path. If the path does not exist then a finder which always returns <tt class="xref docutils literal"><span class="pre">None</span></tt> is placed in the cache for the path.</p> <p id="index-39">If no finder can find the module then <a class="reference internal" href="../library/exceptions.html#ImportError" title="ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a> is raised. Otherwise some finder returned a loader whose <tt class="xref py py-meth docutils literal"><span class="pre">load_module()</span></tt> method is called with the name of the module to load (see <span class="target" id="index-40"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0302"><strong>PEP 302</strong></a> for the original definition of loaders). A loader has several responsibilities to perform on a module it loads. First, if the module already exists in <a class="reference internal" href="../library/sys.html#sys.modules" title="sys.modules"><tt class="xref py py-data docutils literal"><span class="pre">sys.modules</span></tt></a> (a possibility if the loader is called outside of the import machinery) then it is to use that module for initialization and not a new module. But if the module does not exist in <a class="reference internal" href="../library/sys.html#sys.modules" title="sys.modules"><tt class="xref py py-data docutils literal"><span class="pre">sys.modules</span></tt></a> then it is to be added to that dict before initialization begins. If an error occurs during loading of the module and it was added to <a class="reference internal" href="../library/sys.html#sys.modules" title="sys.modules"><tt class="xref py py-data docutils literal"><span class="pre">sys.modules</span></tt></a> it is to be removed from the dict. If an error occurs but the module was already in <a class="reference internal" href="../library/sys.html#sys.modules" title="sys.modules"><tt class="xref py py-data docutils literal"><span class="pre">sys.modules</span></tt></a> it is left in the dict.</p> <p id="index-41">The loader must set several attributes on the module. <tt class="xref py py-data docutils literal"><span class="pre">__name__</span></tt> is to be set to the name of the module. <tt class="xref py py-data docutils literal"><span class="pre">__file__</span></tt> is to be the &#8220;path&#8221; to the file unless the module is built-in (and thus listed in <a class="reference internal" href="../library/sys.html#sys.builtin_module_names" title="sys.builtin_module_names"><tt class="xref py py-data docutils literal"><span class="pre">sys.builtin_module_names</span></tt></a>) in which case the attribute is not set. If what is being imported is a package then <tt class="xref py py-data docutils literal"><span class="pre">__path__</span></tt> is to be set to a list of paths to be searched when looking for modules and packages contained within the package being imported. <tt class="xref py py-data docutils literal"><span class="pre">__package__</span></tt> is optional but should be set to the name of package that contains the module or package (the empty string is used for module not contained in a package). <tt class="xref py py-data docutils literal"><span class="pre">__loader__</span></tt> is also optional but should be set to the loader object that is loading the module.</p> <p id="index-42">If an error occurs during loading then the loader raises <a class="reference internal" href="../library/exceptions.html#ImportError" title="ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a> if some other exception is not already being propagated. Otherwise the loader returns the module that was loaded and initialized.</p> <p>When step (1) finishes without raising an exception, step (2) can begin.</p> <p>The first form of <a class="reference internal" href="#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a> statement binds the module name in the local namespace to the module object, and then goes on to import the next identifier, if any. If the module name is followed by <a class="reference internal" href="compound_stmts.html#as"><tt class="xref std std-keyword docutils literal"><span class="pre">as</span></tt></a>, the name following <a class="reference internal" href="compound_stmts.html#as"><tt class="xref std std-keyword docutils literal"><span class="pre">as</span></tt></a> is used as the local name for the module.</p> <p id="index-43">The <a class="reference internal" href="#from"><tt class="xref std std-keyword docutils literal"><span class="pre">from</span></tt></a> form does not bind the module name: it goes through the list of identifiers, looks each one of them up in the module found in step (1), and binds the name in the local namespace to the object thus found. As with the first form of <a class="reference internal" href="#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a>, an alternate local name can be supplied by specifying &#8220;<a class="reference internal" href="compound_stmts.html#as"><tt class="xref std std-keyword docutils literal"><span class="pre">as</span></tt></a> localname&#8221;. If a name is not found, <a class="reference internal" href="../library/exceptions.html#ImportError" title="ImportError"><tt class="xref py py-exc docutils literal"><span class="pre">ImportError</span></tt></a> is raised. If the list of identifiers is replaced by a star (<tt class="docutils literal"><span class="pre">'*'</span></tt>), all public names defined in the module are bound in the local namespace of the <a class="reference internal" href="#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a> statement.</p> <p id="index-44">The <em>public names</em> defined by a module are determined by checking the module&#8217;s namespace for a variable named <tt class="docutils literal"><span class="pre">__all__</span></tt>; if defined, it must be a sequence of strings which are names defined or imported by that module. The names given in <tt class="docutils literal"><span class="pre">__all__</span></tt> are all considered public and are required to exist. If <tt class="docutils literal"><span class="pre">__all__</span></tt> is not defined, the set of public names includes all names found in the module&#8217;s namespace which do not begin with an underscore character (<tt class="docutils literal"><span class="pre">'_'</span></tt>). <tt class="docutils literal"><span class="pre">__all__</span></tt> should contain the entire public API. It is intended to avoid accidentally exporting items that are not part of the API (such as library modules which were imported and used within the module).</p> <p>The <a class="reference internal" href="#from"><tt class="xref std std-keyword docutils literal"><span class="pre">from</span></tt></a> form with <tt class="docutils literal"><span class="pre">*</span></tt> may only occur in a module scope. The wild card form of import &#8212; <tt class="docutils literal"><span class="pre">import</span> <span class="pre">*</span></tt> &#8212; is only allowed at the module level. Attempting to use it in class or function definitions will raise a <a class="reference internal" href="../library/exceptions.html#SyntaxError" title="SyntaxError"><tt class="xref py py-exc docutils literal"><span class="pre">SyntaxError</span></tt></a>.</p> <p id="index-45">When specifying what module to import you do not have to specify the absolute name of the module. When a module or package is contained within another package it is possible to make a relative import within the same top package without having to mention the package name. By using leading dots in the specified module or package after <a class="reference internal" href="#from"><tt class="xref std std-keyword docutils literal"><span class="pre">from</span></tt></a> you can specify how high to traverse up the current package hierarchy without specifying exact names. One leading dot means the current package where the module making the import exists. Two dots means up one package level. Three dots is up two levels, etc. So if you execute <tt class="docutils literal"><span class="pre">from</span> <span class="pre">.</span> <span class="pre">import</span> <span class="pre">mod</span></tt> from a module in the <tt class="docutils literal"><span class="pre">pkg</span></tt> package then you will end up importing <tt class="docutils literal"><span class="pre">pkg.mod</span></tt>. If you execute <tt class="docutils literal"><span class="pre">from</span> <span class="pre">..subpkg2</span> <span class="pre">import</span> <span class="pre">mod</span></tt> from within <tt class="docutils literal"><span class="pre">pkg.subpkg1</span></tt> you will import <tt class="docutils literal"><span class="pre">pkg.subpkg2.mod</span></tt>. The specification for relative imports is contained within <span class="target" id="index-46"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0328"><strong>PEP 328</strong></a>.</p> <p><a class="reference internal" href="../library/importlib.html#importlib.import_module" title="importlib.import_module"><tt class="xref py py-func docutils literal"><span class="pre">importlib.import_module()</span></tt></a> is provided to support applications that determine which modules need to be loaded dynamically.</p> <div class="section" id="future-statements"> <span id="future"></span><h3>6.11.1. Future statements<a class="headerlink" href="#future-statements" title="Permalink to this headline">¶</a></h3> <p id="index-47">A <em class="dfn">future statement</em> is a directive to the compiler that a particular module should be compiled using syntax or semantics that will be available in a specified future release of Python. The future statement is intended to ease migration to future versions of Python that introduce incompatible changes to the language. It allows use of the new features on a per-module basis before the release in which the feature becomes standard.</p> <pre> <strong id="grammar-token-future_statement">future_statement</strong> ::= &quot;from&quot; &quot;__future__&quot; &quot;import&quot; feature [&quot;as&quot; name] (&quot;,&quot; feature [&quot;as&quot; name])* | &quot;from&quot; &quot;__future__&quot; &quot;import&quot; &quot;(&quot; feature [&quot;as&quot; name] (&quot;,&quot; feature [&quot;as&quot; name])* [&quot;,&quot;] &quot;)&quot; <strong id="grammar-token-feature">feature </strong> ::= identifier <strong id="id1">name </strong> ::= identifier </pre> <p>A future statement must appear near the top of the module. The only lines that can appear before a future statement are:</p> <ul class="simple"> <li>the module docstring (if any),</li> <li>comments,</li> <li>blank lines, and</li> <li>other future statements.</li> </ul> <p>The features recognized by Python 3.0 are <tt class="docutils literal"><span class="pre">absolute_import</span></tt>, <tt class="docutils literal"><span class="pre">division</span></tt>, <tt class="docutils literal"><span class="pre">generators</span></tt>, <tt class="docutils literal"><span class="pre">unicode_literals</span></tt>, <tt class="docutils literal"><span class="pre">print_function</span></tt>, <tt class="docutils literal"><span class="pre">nested_scopes</span></tt> and <tt class="docutils literal"><span class="pre">with_statement</span></tt>. They are all redundant because they are always enabled, and only kept for backwards compatibility.</p> <p>A future statement is recognized and treated specially at compile time: Changes to the semantics of core constructs are often implemented by generating different code. It may even be the case that a new feature introduces new incompatible syntax (such as a new reserved word), in which case the compiler may need to parse the module differently. Such decisions cannot be pushed off until runtime.</p> <p>For any given release, the compiler knows which feature names have been defined, and raises a compile-time error if a future statement contains a feature not known to it.</p> <p>The direct runtime semantics are the same as for any import statement: there is a standard module <a class="reference internal" href="../library/__future__.html#module-__future__" title="__future__: Future statement definitions"><tt class="xref py py-mod docutils literal"><span class="pre">__future__</span></tt></a>, described later, and it will be imported in the usual way at the time the future statement is executed.</p> <p>The interesting runtime semantics depend on the specific feature enabled by the future statement.</p> <p>Note that there is nothing special about the statement:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">__future__</span> <span class="p">[</span><span class="k">as</span> <span class="n">name</span><span class="p">]</span> </pre></div> </div> <p>That is not a future statement; it&#8217;s an ordinary import statement with no special semantics or syntax restrictions.</p> <p>Code compiled by calls to the built-in functions <a class="reference internal" href="../library/functions.html#exec" title="exec"><tt class="xref py py-func docutils literal"><span class="pre">exec()</span></tt></a> and <a class="reference internal" href="../library/functions.html#compile" title="compile"><tt class="xref py py-func docutils literal"><span class="pre">compile()</span></tt></a> that occur in a module <tt class="xref py py-mod docutils literal"><span class="pre">M</span></tt> containing a future statement will, by default, use the new syntax or semantics associated with the future statement. This can be controlled by optional arguments to <a class="reference internal" href="../library/functions.html#compile" title="compile"><tt class="xref py py-func docutils literal"><span class="pre">compile()</span></tt></a> &#8212; see the documentation of that function for details.</p> <p>A future statement typed at an interactive interpreter prompt will take effect for the rest of the interpreter session. If an interpreter is started with the <a class="reference internal" href="../using/cmdline.html#cmdoption-i"><em class="xref std std-option">-i</em></a> option, is passed a script name to execute, and the script includes a future statement, it will be in effect in the interactive session started after the script is executed.</p> <div class="admonition-see-also admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><span class="target" id="index-48"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0236"><strong>PEP 236</strong></a> - Back to the __future__</dt> <dd>The original proposal for the __future__ mechanism.</dd> </dl> </div> </div> </div> <div class="section" id="the-global-statement"> <span id="global"></span><h2>6.12. The <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement<a class="headerlink" href="#the-global-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-49"> <strong id="grammar-token-global_stmt">global_stmt</strong> ::= &quot;global&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> (&quot;,&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a>)* </pre> <p>The <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement is a declaration which holds for the entire current code block. It means that the listed identifiers are to be interpreted as globals. It would be impossible to assign to a global variable without <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a>, although free variables may refer to globals without being declared global.</p> <p>Names listed in a <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement must not be used in the same code block textually preceding that <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement.</p> <p>Names listed in a <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement must not be defined as formal parameters or in a <a class="reference internal" href="compound_stmts.html#for"><tt class="xref std std-keyword docutils literal"><span class="pre">for</span></tt></a> loop control target, <a class="reference internal" href="compound_stmts.html#class"><tt class="xref std std-keyword docutils literal"><span class="pre">class</span></tt></a> definition, function definition, or <a class="reference internal" href="#import"><tt class="xref std std-keyword docutils literal"><span class="pre">import</span></tt></a> statement.</p> <div class="impl-detail compound"> <p><strong>CPython implementation detail:</strong> The current implementation does not enforce the latter two restrictions, but programs should not abuse this freedom, as future implementations may enforce them or silently change the meaning of the program.</p> </div> <p id="index-50"><strong>Programmer&#8217;s note:</strong> the <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> is a directive to the parser. It applies only to code parsed at the same time as the <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement. In particular, a <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement contained in a string or code object supplied to the built-in <a class="reference internal" href="../library/functions.html#exec" title="exec"><tt class="xref py py-func docutils literal"><span class="pre">exec()</span></tt></a> function does not affect the code block <em>containing</em> the function call, and code contained in such a string is unaffected by <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statements in the code containing the function call. The same applies to the <a class="reference internal" href="../library/functions.html#eval" title="eval"><tt class="xref py py-func docutils literal"><span class="pre">eval()</span></tt></a> and <a class="reference internal" href="../library/functions.html#compile" title="compile"><tt class="xref py py-func docutils literal"><span class="pre">compile()</span></tt></a> functions.</p> </div> <div class="section" id="the-nonlocal-statement"> <span id="nonlocal"></span><h2>6.13. The <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a> statement<a class="headerlink" href="#the-nonlocal-statement" title="Permalink to this headline">¶</a></h2> <pre id="index-51"> <strong id="grammar-token-nonlocal_stmt">nonlocal_stmt</strong> ::= &quot;nonlocal&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a> (&quot;,&quot; <a class="reference internal" href="lexical_analysis.html#grammar-token-identifier"><tt class="xref docutils literal"><span class="pre">identifier</span></tt></a>)* </pre> <p>The <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a> statement causes the listed identifiers to refer to previously bound variables in the nearest enclosing scope. This is important because the default behavior for binding is to search the local namespace first. The statement allows encapsulated code to rebind variables outside of the local scope besides the global (module) scope.</p> <p>Names listed in a <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a> statement, unlike to those listed in a <a class="reference internal" href="#global"><tt class="xref std std-keyword docutils literal"><span class="pre">global</span></tt></a> statement, must refer to pre-existing bindings in an enclosing scope (the scope in which a new binding should be created cannot be determined unambiguously).</p> <p>Names listed in a <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a> statement must not collide with pre-existing bindings in the local scope.</p> <div class="admonition-see-also admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><span class="target" id="index-52"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-3104"><strong>PEP 3104</strong></a> - Access to Names in Outer Scopes</dt> <dd>The specification for the <a class="reference internal" href="#nonlocal"><tt class="xref std std-keyword docutils literal"><span class="pre">nonlocal</span></tt></a> statement.</dd> </dl> </div> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">6. Simple statements</a><ul> <li><a class="reference internal" href="#expression-statements">6.1. Expression statements</a></li> <li><a class="reference internal" href="#assignment-statements">6.2. Assignment statements</a><ul> <li><a class="reference internal" href="#augmented-assignment-statements">6.2.1. Augmented assignment statements</a></li> </ul> </li> <li><a class="reference internal" href="#the-assert-statement">6.3. The <tt class="docutils literal"><span class="pre">assert</span></tt> statement</a></li> <li><a class="reference internal" href="#the-pass-statement">6.4. The <tt class="docutils literal"><span class="pre">pass</span></tt> statement</a></li> <li><a class="reference internal" href="#the-del-statement">6.5. The <tt class="docutils literal"><span class="pre">del</span></tt> statement</a></li> <li><a class="reference internal" href="#the-return-statement">6.6. The <tt class="docutils literal"><span class="pre">return</span></tt> statement</a></li> <li><a class="reference internal" href="#the-yield-statement">6.7. The <tt class="docutils literal"><span class="pre">yield</span></tt> statement</a></li> <li><a class="reference internal" href="#the-raise-statement">6.8. The <tt class="docutils literal"><span class="pre">raise</span></tt> statement</a></li> <li><a class="reference internal" href="#the-break-statement">6.9. The <tt class="docutils literal"><span class="pre">break</span></tt> statement</a></li> <li><a class="reference internal" href="#the-continue-statement">6.10. The <tt class="docutils literal"><span class="pre">continue</span></tt> statement</a></li> <li><a class="reference internal" href="#the-import-statement">6.11. The <tt class="docutils literal"><span class="pre">import</span></tt> statement</a><ul> <li><a class="reference internal" href="#future-statements">6.11.1. Future statements</a></li> </ul> </li> <li><a class="reference internal" href="#the-global-statement">6.12. The <tt class="docutils literal"><span class="pre">global</span></tt> statement</a></li> <li><a class="reference internal" href="#the-nonlocal-statement">6.13. The <tt class="docutils literal"><span class="pre">nonlocal</span></tt> statement</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="expressions.html" title="previous chapter">5. Expressions</a></p> <h4>Next topic</h4> <p class="topless"><a href="compound_stmts.html" title="next chapter">7. Compound statements</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../_sources/reference/simple_stmts.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" size="18" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="compound_stmts.html" title="7. Compound statements" >next</a> |</li> <li class="right" > <a href="expressions.html" title="5. Expressions" >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="../index.html">Python v3.2.3 documentation</a> &raquo;</li> <li><a href="index.html" >The Python Language Reference</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2012, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="http://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Apr 11, 2012. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. </div> </body> </html>
docs/typenum/consts/U413.t.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.U413.html"> </head> <body> <p>Redirecting to <a href="type.U413.html">type.U413.html</a>...</p> <script>location.replace("type.U413.html" + location.search + location.hash);</script> </body> </html>
AttributeText-Demo/Resource/pro/ios_app_shi_shi_yao.html
Jerrywx/AttributeText-Demo
<?xml version='1.0' encoding='utf-8'?> <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn" xml:lang="zh-cn"> <head> <title>产品的实现 - iOS App 是什么</title> <meta content="IE=edge" http-equiv="X-UA-Compatible"/> <meta content="" name="description"/> <meta content="GitBook 3.2.2" name="generator"/> <meta content="周楷雯 (kevinzhow)" name="author"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="stylesheet.css" rel="stylesheet" type="text/css"/> <link href="page_styles.css" rel="stylesheet" type="text/css"/> </head> <body class="calibre"> <div class="page"> <h1 class="book-chapter" id="calibre_toc_23">产品的实现 - iOS App 是什么</h1> <div class="section"> <h1 id="product-code-产品的实现---ios-app-是什么" class="calibre7">Product Code: 产品的实现 - iOS App 是什么</h1> <p class="calibre8">我想这可能是一切魔法和困惑的开始, iOS App 从哪里开始?</p> <p class="calibre8">传统的 Objective-C 项目要更低层一些,但是从 Swift 开始,已经隐藏了部分底层细节。既然我们用 Swift 开始开发生涯,那此刻对我们来说,了解那么多徒增困扰,不如先把鸭子煮熟吧。</p> <p class="calibre8">你可以在 <a href="https://github.com/ProducterTips/producter-book-examples" target="_blank" class="calibre13 pcalibre1 pcalibre pcalibre2">Github </a> 找到相关代码。</p> <h2 id="创建第一个-app" class="calibre9">创建第一个 App</h2> <p class="calibre8">创建第一个 App,这是一个又兴奋又激动的过程,虽然过程中会有很多你不明白的地方,没关系,后面我们会逐一了解。</p> <p class="calibre8">1.打开 Xcode,点击 Create a new project</p> <p class="calibre8"><img src="19.jpg" alt="" class="calibre20"/></p> <p class="calibre8">2.选择 Single View Application 创建一个空的 App</p> <p class="calibre8"><img src="27.jpg" alt="" class="calibre20"/></p> <p class="calibre8">3.设置 App 的基本信息,选择 Swift 以及勾选 Core Data</p> <p class="calibre8"><img src="35.jpg" alt="" class="calibre20"/></p> <p class="calibre8">4.启用 Git 来管理代码</p> <p class="calibre8"><img src="44.jpg" alt="" class="calibre20"/></p> <h2 id="appdelegate" class="calibre9">AppDelegate</h2> <p class="calibre8">创建完你的第一个 Swift App 之后,当你按下 Command + R ,你的 App 就会从这个文件这个方法开始。</p> <pre class="calibre33"><code class="pcalibre4 pcalibre3 lang-coffeescript"><span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">application</span><span class="hljs-number">(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?)</span></span> -&gt; <span class="hljs-class">Bool</span> { <span class="hljs-title">// Override point for customization after</span> <span class="hljs-title">// application launch.</span> <span class="hljs-keyword">return</span> <span class="hljs-number">true</span> } </code></pre> <p class="calibre8">可能这已经让人足够困惑了,它的参数都表示什么?先不管它们的形式,这句话翻译成汉语就是你的程序在问你 “程序完成启动了吗?”。</p> <p class="calibre8">请带着你对这几行英文的思考,先听我讲个故事。</p> <p class="calibre8">很久很久以前,在程序世界最开始的时候,那个世界是很单纯的,你告诉程序你想知道 10000+2399 是多少,他计算一番后告诉你是 12399,后来他们记忆能力有所发展,你可以告诉他,a 是 10000, b 是 2399, 当你问他 a + b 是多少的时候,他能知道你在问 10000+2399,于是也可以告诉你 12399。</p> <p class="calibre8">再到后来,他们变的更聪明了,你可以告诉计算机,把两个数字算到一起这个事情叫做加法,如果我告诉你 a 和 b ,让你用加法处理一下,你就把它们加起来。</p> <p class="calibre8">他记住了,为了让这件事看起来很酷,做一件事情被命名为函数。a 和 b 这种某个数值的代号被命名为变量。</p> <p class="calibre8">单纯的世界开始变得复杂,因为一切都要看起来听起来很酷。</p> <p class="calibre8">当你进入这个世界的时候,这个世界已经发展出了一种东西叫做约定。</p> <p class="calibre8">每一个 App 都会和你签订下契约。</p> <p class="calibre8">你不再需要从零开始教计算机做每一件事情,绝大部分事情都已经随着操作系统这个大脑记录进去,而手机 App 更像这个操作系统的孩子,你的角色更像回答 App 一切的问题的老师。</p> <p class="calibre8"><img src="delegate_flow.002.jpeg" alt="" class="calibre20"/></p> <ol class="calibre2"> <li class="calibre11">当我启动的时候,我该做什么?</li> <li class="calibre11">我启动完毕了,我该显示什么?</li> <li class="calibre11">用户用手指戳了我这里,我是不是该做什么?</li> <li class="calibre11">我做完了,然后呢?</li> </ol> <p class="calibre8">你需要做的就是如何严谨完美地回答这些问题,并提供一个清晰的思路给它。</p> <p class="calibre8">AppDelegate 的意思,就是你要在这个文件里解答 App 一些最基础的问题,App 会在这里问:“我该不该启动?”、“我进入后台了该不该干什么?”、“我要被系统大人关闭了,我该怎么办?”等等之类的问题。</p> <p class="calibre8">所以你应该明白刚才那个问题了。</p> <p class="calibre8">你第一个签定了契约的 App 问你,我是不是可以完成启动啦?</p> <p class="calibre8">如果你简单地回答:可以,那么它就会跑到 StoryBoard 里面寻找故事的开始,进入下一个充满有趣问题的世界。</p> <p class="calibre8">为什么呢?因为这都是约定。</p> <h2 id="view-controller" class="calibre9">View Controller</h2> <p class="calibre8">每一个界面一般来说都会对应一个 View Controller。</p> <p class="calibre8"><img src="91.jpg" alt="" class="calibre20"/></p> <p class="calibre8">Main.Storyboard 里的 View Controller 界面通过右上角的 Custom Class 指定了使用 ViewController 作为大脑。他会寻找 ViewController 这个类。 而 ViewController 就定义在左边的 ViewController.swift 里面。</p> <pre class="calibre33"><code class="pcalibre4 pcalibre3 lang-coffeescript"><span class="hljs-keyword">import</span> UIKit <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">ViewController</span>: <span class="hljs-title">UIViewController</span> </span>{ <span class="hljs-keyword">override</span> <span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">viewDidLoad</span><span class="hljs-number">()</span></span> { <span class="hljs-keyword">super</span>.viewDidLoad() <span class="hljs-title">// Do any additional setup after loading the view,</span> <span class="hljs-title">// typically from a nib.</span> } <span class="hljs-keyword">override</span> <span class="hljs-function"><span class="hljs-keyword">func</span> <span class="hljs-title">didReceiveMemoryWarning</span><span class="hljs-number">()</span></span> { <span class="hljs-keyword">super</span>.didReceiveMemoryWarning() <span class="hljs-title">// Dispose of any resources that can be recreated.</span> } } </code></pre> <p class="calibre8">你可以按着键盘的 option 点击 viewDidLoad ,来看看这个莫名其妙的东西是什么。</p> <pre class="calibre33"><code class="pcalibre4 pcalibre3 lang-coffeescript">Called after the controller's view is loaded into memory. </code></pre><p class="calibre8">我想你可能更好奇了,这到底是做什么用的,让我们来做一个小实验。</p> <p class="calibre8">在 super.viewDidLoad() 的后面插入一句</p> <pre class="calibre33"><code class="pcalibre4 pcalibre3 lang-coffeescript">self.view.backgroundColor = UIColor.blackColor() </code></pre><p class="calibre8">这时你再次运行 App,App 的界面背景就变成了黑色。</p> <h2 id="mvc" class="calibre9">MVC</h2> <p class="calibre8">以上发生的一切依旧有所疑惑,为什么运行后会默认显示一个白色的背景?为什么我在 self.view.backgroundColor = UIColor.blackColor() 这句代码之后,界面就会变成黑色呢?</p> <p class="calibre8">界面与代码是如何连接起来的呢?这就牵扯到一个 MVC 的概念了。</p> <p class="calibre8">如果你是一个编程新手,MVC 可能并不是一个好理解的概念,但是讲明白了也很简单,MVC 分别为 Model(数据模型)、 View(视图)、Controller(控制器)。</p> <p class="calibre8"><img src="producter.003.jpeg" alt="Image" class="calibre20"/></p> <p class="calibre8">在刚才的 App 里,ViewControler.swift 里的代码就是 Controller,而 Main.storyboard 里的 View Controller Scene 就是 View。</p> <p class="calibre8"><img src="54.jpg" alt="" class="calibre20"/></p> <p class="calibre8">在上面的截图里,中间灰色箭头所指的便是我们的 View,当你运行 App 的时候,App 会自动以灰色箭头所指示的界面作为初始界面。在右上角的 Custom Class 里,Class 一栏写的是 ViewController,这正是 ViewController.swift 里的类名称 class ViewController: UIViewController。通过这种约束,Controller 和 View 便绑定到了一起。</p> <p class="calibre8">Model 去哪里了?在这个简单的 App 里,我们还没有用到数据模型,别着急,后面我们就会碰到。</p> <h2 id="viewcontroller-的生命周期" class="calibre9">ViewController 的生命周期</h2> <p class="calibre8">生命周期(Life Cycle)也是一个相对疑惑但又很好理解的概念。</p> <p class="calibre8">ViewController 的生命周期为</p> <ul class="calibre10"> <li class="calibre11">viewDidLoad 已经装载完毕,准备就绪可以显示</li> <li class="calibre11">viewWillAppear 界面即将显示</li> <li class="calibre11">viewDidAppear 界面已经让用户看到</li> <li class="calibre11">viewWillDisappear 界面即将消失</li> <li class="calibre11">viewDidDisappear 用户已经看不到界面了</li> <li class="calibre11">viewDidUnload 界面从内存释放</li> </ul> <p class="calibre8">虽然叫做生命周期,但是并不是必定环状执行的,举个例子,微信的聊天对话列表界面,首先会执行 <code class="pcalibre6 pcalibre5 calibre34">viewDidLoad</code> 准备这个界面,当界面准备就绪可以显示的时候,<code class="pcalibre6 pcalibre5 calibre34">viewWillAppear</code> 会执行,界面显示出来后,会执行 <code class="pcalibre6 pcalibre5 calibre34">viewDidAppear</code>,这时候你点击了其中一个对话,然后再返回到对话列表,这时候 <code class="pcalibre6 pcalibre5 calibre34">viewWillAppear</code> 和 <code class="pcalibre6 pcalibre5 calibre34">viewDidAppear</code> 会再次执行,但是 <code class="pcalibre6 pcalibre5 calibre34">viewDidLoad</code> 不会再次执行。</p> <h2 id="深入了解-ios-app" class="calibre9">深入了解 iOS App</h2> <p class="calibre8"><a href="https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007072" target="_blank" class="calibre13 pcalibre1 pcalibre pcalibre2">About iOS App Architecture</a></p> <p class="calibre8"><a href="https://developer.apple.com/library/ios/documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007898" target="_blank" class="calibre13 pcalibre1 pcalibre pcalibre2">About the iOS Technologies</a></p> </div> </div> </body></html>
src-gui/ui/src/app/modules/switches/port-flows/port-flows.component.html
telstra/open-kilda
<div class="flow-table-wrapper" [hidden]="wrapperHide"></div> <div class="dataTables_wrapper no-footer" id="port-flow"> <table id="portflowDataTable" datatable [dtOptions]="dtOptions" [dtTrigger]="dtTrigger" class="row-border hover"> <thead> <tr class="tableHeading"> <th class=""> <span title="Flow ID"> Flow ID </span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedFlowId')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedFlowId" id="expandedFlowId"/> </th> <th class="" > <span title="Source Switch">Src Switch</span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedSrcSwitchName')"></i> <input value="{{ srcSwitch }}" class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedSrcSwitchName" id="expandedSrcSwitchName"/> </th> <th> <span title="Source Switch">Src Switch ID</span></th> <th > <span title="Source Port"> Src Port </span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedSrcSwitchPort')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedSrcSwitchPort"id="expandedSrcSwitchPort"/> </th> <th> <span title="Source VLAN"> Src VLAN</span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedSrcSwitchVlan')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedSrcSwitchVlan" id="expandedSrcSwitchVlan"/> </th> <th class=""> <span title="Destination Switch"> Dst Switch</span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedTargetSwitchName')"></i> <input value="{{ dstSwitch }}" class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedTargetSwitchName" id="expandedTargetSwitchName"/> </th> <th > <span title="Destination Switch">Dst Switch ID</span></th> <th > <span title="Destination Port"> Dst Port </span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedTargetSwitchPort')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedTargetSwitchPort" id="expandedTargetSwitchPort"/> </th> <th > <span title="Destination VLAN"> Dst VLAN </span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedTargetSwitchVlan')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedTargetSwitchVlan" id="expandedTargetSwitchVlan"/> </th> <th > <span title="Bandwidth (Mbps)"> Bandwidth (Mbps)</span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedBandwidth')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedBandwidth" id="expandedBandwidth"/> </th> <th > <span title="State"> Status</span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedState')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedState" id="expandedState"/> </th> <th > <span title="Description"> Description </span> <i class="fa fa-search" (click)="toggleSearch($event,'expandedDescription')"></i> <input class="heading_search_box" (click)="stopPropagationmethod($event)" (keydown.enter)="stopPropagationmethod($event)" type="search" placeholder="Search" [hidden]="!expandedDescription" id="expandedDescription"/> </th> <th> <span title="type"> type </span> </th> </tr> </thead> <tbody> <tr *ngFor="let row of data; let i = index" class="flowDataRow" (click)="showFlow(row)" [class.down-state]="!(row.status == 'CACHED' || row.status == 'UP' || row.status == 'ALLOCATED')" [class.up-state]="row.status == 'CACHED' || row.status == 'UP' || row.status == 'ALLOCATED'" > <td class="divTableCell" title="{{row.flowid }}"> {{row.flowid || "-"}} </td> <td class="divTableCell" title="{{row.source_switch_name}}" > {{row.source_switch_name || "-"}} </td> <td class="divTableCell" title="{{row.src_switch}}">{{row.source_switch || "-"}}</td> <td class="divTableCell" title="{{row.src_port}}">{{row.src_port || "-"}}</td> <td class="divTableCell">{{row.src_vlan || "-"}}</td> <td class="divTableCell" title="{{row.target_switch_name}}"> {{row.target_switch_name || "-"}} </td> <td class="divTableCell" title="{{row.target_switch}}">{{row.target_switch || "-"}}</td> <td class="divTableCell">{{row.dst_port || "-"}}</td> <td class="divTableCell">{{row.dst_vlan || "-"}}</td> <td class="divTableCell">{{row.maximum_bandwidth / 1000 || "-"}}</td> <td class="divTableCell" title="{{row.status || row.state || '-'}}">{{ row.status || row.state || "-"}}</td> <td class="divTableCell" title="{{row.description}}">{{row.description || "-"}}</td> <td class="divTableCell" >{{ descrepancyString(row) }}</td> </tr> </tbody> </table>
tags/concept/index.html
wdpm/wdpm.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tag: concept | wdpm&#39;s blog | Actions speak louder than words.</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="keywords" content="undefined"> <meta name="description" content="wdpm&apos;s blog | front end| java | android | php"> <meta property="og:type" content="website"> <meta property="og:title" content="wdpm's blog"> <meta property="og:url" content="http://www.imwdpm.me/tags/concept/index.html"> <meta property="og:site_name" content="wdpm's blog"> <meta property="og:description" content="wdpm&apos;s blog | front end| java | android | php"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="wdpm's blog"> <meta name="twitter:description" content="wdpm&apos;s blog | front end| java | android | php"> <link rel="alternative" href="/atom.xml" title="wdpm&#39;s blog" type="application/atom+xml"> <meta name="summary" content="wdpm&#39;s blog | front end| java | android | php"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" href="/css/style.css"> </head> <body> <div id="loading" class="active"></div> <nav id="menu" > <div class="inner"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off"> <i class="icon icon-lg icon-close"></i> </a> <div class="brand-wrap"> <div class="brand"> <a href="/" class="avatar"><img src="/img/logo.jpg"></a> <hgroup class="introduce"> <h5 class="nickname">wdpm</h5> <a href="mailto:undefined" title="1137299673@qq.com" class="mail">1137299673@qq.com</a> </hgroup> </div> </div> <ul class="nav"> <li class="waves-block waves-effect"> <a href="/" > <i class="icon icon-lg icon-home"></i> Home </a> </li> <li class="waves-block waves-effect"> <a href="/archives" > <i class="icon icon-lg icon-archives"></i> Archives </a> </li> <li class="waves-block waves-effect active"> <a href="/tags" > <i class="icon icon-lg icon-tags"></i> Tags </a> </li> <li class="waves-block waves-effect"> <a href="https://github.com/wdpm" target="_blank" > <i class="icon icon-lg icon-github"></i> Github </a> </li> </ul> <footer class="footer"> <p><a rel="license" target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0;vertical-align:middle;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAPCAMAAABEF7i9AAAAllBMVEUAAAD///+rsapERER3d3eIiIjMzMzu7u4iIiKUmZO6v7rKzsoODg4RERFVVVUNDQ0NDg0PEA8zMzNLTEtbXltmZmZydnF9gn2AgICPkI+ZmZmqqqq7u7vFxsXIzMgNDQwZGRkgICAhISEkJSMnKCcuMC4xMzE5Ozk7PTtBQkFCQkJDQ0Nna2eGhoaHh4ezuLLGysbd3d1wVGpAAAAA4UlEQVR42q2T1xqCMAyFk7QsBQeKA9x7j/d/OSm22CpX0nzcpA1/T05aAOuBVkMAScQFHLnEwoCo2f1TnQIGoVMewjZEjVFN4GH1Ue1Cn2jWqwfsOOj6wDwGvotsl/c8lv7KIq1eLOsT0HMFHMIE/RZyHnlphryT9zyV+8WH5e8yQw3wnQvgAFxPTKUVi555SHR/lOfLMgVTeDlSfN+TaoUsiTyeIm+bCkHvCA2FUKG48LDtYBZBknsYP/G8NTw0gaaHyuQf4H5pecrB/FYCT2sL9zAfy1Xyjou6L8X2W7YcLyBZCRtnq/zfAAAAAElFTkSuQmCC" /></a></p> <p>wdpm&#39;s blog &copy; 2016</p> <p>Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a></p> <a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-2x icon-rss-square"></i></a> <!--不蒜子 极简网页计数器,采用pv计数方式:单个用户连续点击n篇文章,记录n次访问量 <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span id="busuanzi_container_site_pv">本站总访问量<span id="busuanzi_value_site_pv"></span>次</span><br/> 您是第<span id="busuanzi_value_site_uv"></span>位访客 --> <!--cnzz--> <script type="text/javascript"> var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://"); <!--style='display:none'--> document.write(unescape("%3Cspan id='cnzz_stat_icon_1258141698' %3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1258141698%26show%3Dpic' type='text/javascript'%3E%3C/script%3E")); </script> </footer> </div> </nav> <main id="main"> <header class="header" id="header"> <div class="flex-row"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle"> <i class="icon icon-lg icon-navicon"></i> </a> <div class="flex-col header-title ellipsis">wdpm&#39;s blog</div> <div class="search-wrap" id="search-wrap"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back"> <i class="icon icon-lg icon-chevron-left"></i> </a> <input type="text" id="key" class="search-input " autocomplete="off" placeholder="输入感兴趣的关键字"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search"> <i class="icon icon-lg icon-search"></i> </a> </div> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-share"> <i class="icon icon-lg icon-share-alt"></i> </a> </div> </header> <header class="content-header"> <div class="container"> <h1 class="author">wdpm&#39;s blog</h1> <h5 class="subtitle">Actions speak louder than words.</h5> </div> </header> <div class="container body-wrap"> <section class="archives-wrap flex-row"> <div class="archive-year-wrap"> <a href="/archives/2016" class="archive-year waves-effect waves-circle waves-light">2016</a> </div> <div class="archives flex-col"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header flex-row flex-middle"> <div class="flex-col"> <h3 class="post-title" itemprop="name"> <a class="post-title-link" href="/20160602/some-understanding-of-android-concepts/">安卓一些概念的理解</a> </h3> </div> <time datetime="2016-06-02T10:43:49.722Z" itemprop="datePublished" class="post-tiem"> 6月 2 </time> </header> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/android/">android</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/concept/">concept</a></li></ul> </div> </article> </div> </section> </div> </main> <div class="mask" id="mask"></div> <a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a> <script> var BLOG_SHARE = { title: "wdpm's blog", pic: "/img/logo.jpg", summary: document.getElementsByName('summary')[0].content, url: "http://www.imwdpm.me/tags/concept/index.html" }; </script> <div class="global-share" id="global-share"> <div class="tit">分享到:</div> <ul class="reset share-icons"> <li> <a class="weibo share-sns" href="javascript:;" data-title="微博" data-service="tsina"> <i class="icon icon-weibo"></i> </a> </li> <li> <a class="weixin share-sns" href="javascript:;" data-title="微信" data-service="weixin"> <i class="icon icon-weixin"></i> </a> </li> <li> <a class="qq share-sns" href="javascript:;" data-title=" QQ" data-service="cqq"> <i class="icon icon-qq"></i> </a> </li> <li> <a class="facebook share-sns" href="javascript:;" data-title=" Facebook" data-service="fb"> <i class="icon icon-facebook"></i> </a> </li> <li> <a class="twitter share-sns" href="javascript:;" data-title=" Twitter" data-service="twitter"> <i class="icon icon-twitter"></i> </a> </li> <li> <a class="douban share-sns" href="javascript:;" data-title="豆瓣" data-service="douban"> 豆 </a> </li> </ul> </div> <script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script> <script src="/js/main.js"></script> <div class="search-panel" id="search-panel"> <ul class="search-result" id="search-result"></ul> </div> <script type="text/template" id="search-tpl"> <li class="item"> <a href="/{path}" class="waves-block waves-effect"> <div class="title ellipsis" title="{title}">{title}</div> <div class="flex-row flex-middle"> <div class="tags ellipsis"> {tags} </div> <time class="flex-col time">{date}</time> </div> </a> </li> </script> <script src="/js/search.js"></script> <script src="http://s95.cnzz.com/z_stat.php?id=1258141698&web_id=1258141698"></script> </body> </html>
Docs/html/Classes/BRRelutionHeatmapSender.html
mwaylabs/BlueRange-SDK-iOS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BRRelutionHeatmapSender Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1334)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="../index.html">BlueRange SDK </a> </h1> <p id="developer-home"> <a href="../index.html">M-Way Solutions GmbH</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> <li id="on-this-page" role="navigation"> <label> On This Page <div class="chevron"> <div class="chevy chevron-left"></div> <div class="chevy chevron-right"></div> </div> <select id="jump-to"> <option value="top">Jump To&#133;</option> <option value="tasks">Tasks</option> <optgroup label="Instance Methods"> <option value="//api/name/initWithRelution:">- initWithRelution:</option> <option value="//api/name/receiverAvailable">- receiverAvailable</option> <option value="//api/name/sendReport:">- sendReport:</option> </optgroup> </select> </label> </li> </ul> </nav> </div> </aside> <article> <div id="overview_contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">BRRelutionHeatmapSender Class Reference</h1> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <th>Inherits from</th> <td>NSObject</td> </tr><tr> <th>Conforms to</th> <td><a href="../Protocols/BRBeaconMessageReportSender.html">BRBeaconMessageReportSender</a></td> </tr><tr> <th>Declared in</th> <td>BRRelutionHeatmapSender.h<br />BRRelutionHeatmapSender.m</td> </tr> </tbody></table></div> <div class="section section-tasks"> <a title="Tasks" name="tasks"></a> <div class="task-list"> <div class="section-method"> <a name="//api/name/initWithRelution:" title="initWithRelution:"></a> <h3 class="method-title"><code><a href="#//api/name/initWithRelution:">&ndash;&nbsp;initWithRelution:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection method-declaration"><code>- (id)initWithRelution:(BRRelution *)<em>relution</em></code></div> </div> </div> </div><div class="section-method"> <a name="//api/name/receiverAvailable" title="receiverAvailable"></a> <h3 class="method-title"><code><a href="#//api/name/receiverAvailable">&ndash;&nbsp;receiverAvailable</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection method-declaration"><code>- (BOOL)receiverAvailable</code></div> </div> </div> </div><div class="section-method"> <a name="//api/name/sendReport:" title="sendReport:"></a> <h3 class="method-title"><code><a href="#//api/name/sendReport:">&ndash;&nbsp;sendReport:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection method-declaration"><code>- (void)sendReport:(id&lt;BRBeaconMessageReport&gt;)<em>report</em></code></div> </div> </div> </div> </div> </div> </main> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2017 M-Way Solutions GmbH. All rights reserved. Updated: 2017-09-15</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p> </div> </footer> </div> </div> </article> <script src="../js/script.js"></script> </body> </html>
docs/solr-core/org/apache/solr/search/class-use/DocSetCollector.html
johannesbraun/clm_autocomplete
<!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_102) on Wed Nov 02 19:53:02 IST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.search.DocSetCollector (Solr 6.3.0 API)</title> <meta name="date" content="2016-11-02"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.search.DocSetCollector (Solr 6.3.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/DocSetCollector.html" title="class in org.apache.solr.search">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/search/class-use/DocSetCollector.html" target="_top">Frames</a></li> <li><a href="DocSetCollector.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.search.DocSetCollector" class="title">Uses of Class<br>org.apache.solr.search.DocSetCollector</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.search.DocSetCollector</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/DocSetCollector.html" title="class in org.apache.solr.search">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/search/class-use/DocSetCollector.html" target="_top">Frames</a></li> <li><a href="DocSetCollector.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
AdF.ly Skipper/html/popup.html
StoreClerk/AdF.ly-Skipper
<!doctype html> <html> <head> <title>AdF.ly Skipper</title> <link rel="stylesheet" type="text/css" href="/css/popup.css"> </head> <body> <div class="content"> <img id="tears-img" src="/img/tears.png" /> <img id="bird-img" src="/img/icon-48.png" /> <div id="text" class="text-align">Status: <span class="bold">Online</span></div> <div class="tiny-text">Not working? Send me an <a href="mailto:storeclerkian@gmail.com?Subject=AdF.ly Skipper not working" target="_blank" style="color: #CC9900;">email</a>.</div> </div> <div id="patreon-text" class="text small-text text-align">Help keep this working!</div> <a href="https://www.patreon.com/sam_code" target="_blank"><img id="patreon-img" src="/img/patreon.png" /></a> </body> </html>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11_testAbaNumberCheck_23404_bad_myw.html
dcarda/aba.route.validator
<!DOCTYPE html> <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"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_11.html">Class Test_AbaRouteValidator_11</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_23404_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11.html?line=22960#src-22960" >testAbaNumberCheck_23404_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:40:10 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_23404_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=29768#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=29768#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=29768#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
src/TravelAgent.Web/TravelAgent.Web/css/pagination.css
huahuajjh/yueyouyuebei
div.digg {padding: 3px; margin: 3px; text-align: center; font-family:Verdana; font-size:12px;} div.digg a { border: #aaaadd 1px solid; padding:2px 5px; margin: 2px; color: #000099; text-decoration: none} div.digg a:hover {border: #000099 1px solid; color: #000; } div.digg a:active {border: #000099 1px solid; color: #000; } div.digg span.current {border: #000099 1px solid; padding:2px 5px; font-weight: bold; margin: 2px; color: #fff;background-color: #000099} div.digg span.disabled { border: #eee 1px solid; padding:2px 5px; margin: 2px; color: #ddd; padding-top: 2px;} /*css meneame style pagination*/ div.meneame { padding-right: 3px; padding-left: 3px; font-size: 80%; padding-bottom: 3px; margin: 3px; color: #ff6500; padding-top: 3px; text-align: center; font-family:Verdana; font-size:12px; } div.meneame a { border-right: #ff9600 1px solid; padding-right: 7px; background-position: 50% bottom; border-top: #ff9600 1px solid; padding-left: 7px; background-image: url(meneame.jpg); padding-bottom: 5px; border-left: #ff9600 1px solid; color: #ff6500; margin-right: 3px; padding-top: 5px; border-bottom: #ff9600 1px solid; text-decoration: none } div.meneame a:hover { border-right: #ff9600 1px solid; border-top: #ff9600 1px solid; background-image: none; border-left: #ff9600 1px solid; color: #ff6500; border-bottom: #ff9600 1px solid; background-color: #ffc794 } div.meneame a:active { border-right: #ff9600 1px solid; border-top: #ff9600 1px solid; background-image: none; border-left: #ff9600 1px solid; color: #ff6500; border-bottom: #ff9600 1px solid; background-color: #ffc794 } div.meneame span.current { border-right: #ff6500 1px solid; padding-right: 7px; border-top: #ff6500 1px solid; padding-left: 7px; font-weight: bold; padding-bottom: 5px; border-left: #ff6500 1px solid; color: #ff6500; margin-right: 3px; padding-top: 5px; border-bottom: #ff6500 1px solid; background-color: #ffbe94 } div.meneame span.disabled { border-right: #ffe3c6 1px solid; padding-right: 7px; border-top: #ffe3c6 1px solid; padding-left: 7px; padding-bottom: 5px; border-left: #ffe3c6 1px solid; color: #ffe3c6; margin-right: 3px; padding-top: 5px; border-bottom: #ffe3c6 1px solid } /*css flickr style pagination*/ div.flickr { padding:0px;margin-left: 0;margin-bottom: 10px;margin-right: 10px;margin-top: 10px;text-align:left; font-family:Verdana; font-size:12px; } div.flickr a { border-right: #dedfde 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 6px; padding-bottom: 2px; border-left: #dedfde 1px solid; color: #0061de; margin-right: 3px; padding-top: 2px; border-bottom: #dedfde 1px solid; text-decoration: none } div.flickr a:hover { border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #056dae } div.meneame a:active { border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #056dae } div.flickr span.current { padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 3px; color: #FFA200; margin-right: 3px; padding-top: 3px } div.flickr span.disabled { padding-right: 6px; padding-left: 6px; padding-bottom: 2px; color: #adaaad; margin-right: 3px;padding-top: 2px;border: #dedfde 1px solid; } /*css scott style pagination*/ div.scott { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center; font-family:Verdana; font-size:12px; } div.scott a { border-right: #ddd 1px solid; padding-right: 5px; border-top: #ddd 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #ddd 1px solid; color: #88af3f; margin-right: 2px; padding-top: 2px; border-bottom: #ddd 1px solid; text-decoration: none } div.scott a:hover { border-right: #85bd1e 1px solid; border-top: #85bd1e 1px solid; border-left: #85bd1e 1px solid; color: #638425; border-bottom: #85bd1e 1px solid; background-color: #f1ffd6 } div.scott a:active { border-right: #85bd1e 1px solid; border-top: #85bd1e 1px solid; border-left: #85bd1e 1px solid; color: #638425; border-bottom: #85bd1e 1px solid; background-color: #f1ffd6 } div.scott span.current { border-right: #b2e05d 1px solid; padding-right: 5px; border-top: #b2e05d 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #b2e05d 1px solid; color: #fff; margin-right: 2px; padding-top: 2px; border-bottom: #b2e05d 1px solid; background-color: #b2e05d } div.scott span.disabled { border-right: #f3f3f3 1px solid; padding-right: 5px; border-top: #f3f3f3 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #f3f3f3 1px solid; color: #ccc; margin-right: 2px; padding-top: 2px; border-bottom: #f3f3f3 1px solid } /*css quotes style pagination*/ div.quotes { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center; font-family:Verdana; font-size:12px; } div.quotes a { border-right: #ddd 1px solid; padding-right: 5px; border-top: #ddd 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #ddd 1px solid; color: #aaa; margin-right: 2px; padding-top: 2px; border-bottom: #ddd 1px solid; text-decoration: none } div.quotes a:hover { border-right: #a0a0a0 1px solid; padding-right: 5px; border-top: #a0a0a0 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #a0a0a0 1px solid; margin-right: 2px; padding-top: 2px; border-bottom: #a0a0a0 1px solid } div.quotes a:active { border-right: #a0a0a0 1px solid; padding-right: 5px; border-top: #a0a0a0 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #a0a0a0 1px solid; margin-right: 2px; padding-top: 2px; border-bottom: #a0a0a0 1px solid } div.quotes span.current { border-right: #e0e0e0 1px solid; padding-right: 5px; border-top: #e0e0e0 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #e0e0e0 1px solid; color: #aaa; margin-right: 2px; padding-top: 2px; border-bottom: #e0e0e0 1px solid; background-color: #f0f0f0 } div.quotes span.disabled { border-right: #f3f3f3 1px solid; padding-right: 5px; border-top: #f3f3f3 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #f3f3f3 1px solid; color: #ccc; margin-right: 2px; padding-top: 2px; border-bottom: #f3f3f3 1px solid } /*css black style pagination*/ div.black { padding-right: 3px; padding-left: 3px; font-size: 80%; padding-bottom: 10px; margin: 3px; color: #a0a0a0; padding-top: 10px; background-color: #000; text-align: center; font-family:Verdana; font-size:12px; } div.black a { border-right: #909090 1px solid; padding-right: 5px; background-position: 50% bottom; border-top: #909090 1px solid; padding-left: 5px; background-image: url(bar.gif); padding-bottom: 2px; border-left: #909090 1px solid; color: #c0c0c0; margin-right: 3px; padding-top: 2px; border-bottom: #909090 1px solid; text-decoration: none } div.black a:hover { border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; background-image: url(invbar.gif); border-left: #f0f0f0 1px solid; color: #ffffff; border-bottom: #f0f0f0 1px solid; background-color: #404040 } div.black a:active { border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; background-image: url(invbar.gif); border-left: #f0f0f0 1px solid; color: #ffffff; border-bottom: #f0f0f0 1px solid; background-color: #404040 } div.black span.current { border-right: #ffffff 1px solid; padding-right: 5px; border-top: #ffffff 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #ffffff 1px solid; color: #ffffff; margin-right: 3px; padding-top: 2px; border-bottom: #ffffff 1px solid; background-color: #606060 } div.black span.disabled { border-right: #606060 1px solid; padding-right: 5px; border-top: #606060 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #606060 1px solid; color: #808080; margin-right: 3px; padding-top: 2px; border-bottom: #606060 1px solid } /*css black2 style pagination*/ div.black2 { padding-right: 7px; padding-left: 7px; padding-bottom: 7px; margin: 3px; padding-top: 7px; text-align: center; font-family:Verdana; font-size:12px; } div.black2 a { border-right: #000000 1px solid; padding-right: 5px; border-top: #000000 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #000000 1px solid; color: #000000; padding-top: 2px; border-bottom: #000000 1px solid; text-decoration: none } div.black2 a:hover { border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; color: #fff; border-bottom: #000000 1px solid; background-color: #000 } div.black2 a:active { border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; color: #fff; border-bottom: #000000 1px solid; background-color: #000 } div.black2 span.current { border-right: #000000 1px solid; padding-right: 5px; border-top: #000000 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #000000 1px solid; color: #fff; padding-top: 2px; border-bottom: #000000 1px solid; background-color: #000000 } div.black2 span.disabled { border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid } /*css black-red style pagination*/ div.black-red { font-size: 11px; color: #fff; font-family: tahoma, arial, helvetica, sans-serif; background-color: #3e3e3e; } div.black-red a { padding-right: 5px; padding-left: 5px; padding-bottom: 2px; margin: 2px; color: #fff; padding-top: 2px; background-color: #3e3e3e; text-decoration: none } div.black-red a:hover { color: #fff; background-color: #ec5210 } div.black-red a:active { color: #fff; background-color: #ec5210 } div.black-red span.current { padding-right: 5px; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; color: #fff; padding-top: 2px; background-color: #313131 } div.black-red span.disabled { padding-right: 5px; padding-left: 5px; padding-bottom: 2px; margin: 2px; color: #868686; padding-top: 2px; background-color: #3e3e3e } /*css green-black style pagination*/ div.green-black { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center; font-family:Verdana; font-size:12px; } div.green-black a { border-right: #2c2c2c 1px solid; padding-right: 5px; border-top: #2c2c2c 1px solid; padding-left: 5px; background: url(image1.gif) #2c2c2c; padding-bottom: 2px; border-left: #2c2c2c 1px solid; color: #fff; margin-right: 2px; padding-top: 2px; border-bottom: #2c2c2c 1px solid; text-decoration: none } div.green-black a:hover { border-right: #aad83e 1px solid; border-top: #aad83e 1px solid; background: url(image2.gif) #aad83e; border-left: #aad83e 1px solid; color: #fff; border-bottom: #aad83e 1px solid } div.green-black a:active { border-right: #aad83e 1px solid; border-top: #aad83e 1px solid; background: url(image2.gif) #aad83e; border-left: #aad83e 1px solid; color: #fff; border-bottom: #aad83e 1px solid } div.green-black span.current { border-right: #aad83e 1px solid; padding-right: 5px; border-top: #aad83e 1px solid; padding-left: 5px; font-weight: bold; background: url(image2.gif) #aad83e; padding-bottom: 2px; border-left: #aad83e 1px solid; color: #fff; margin-right: 2px; padding-top: 2px; border-bottom: #aad83e 1px solid } div.green-black span.disabled { border-right: #f3f3f3 1px solid; padding-right: 5px; border-top: #f3f3f3 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #f3f3f3 1px solid; color: #ccc; margin-right: 2px; padding-top: 2px; border-bottom: #f3f3f3 1px solid } /*css grayr style pagination*/ div.grayr { padding-right: 2px; padding-left: 2px; font-size: 11px; padding-bottom: 2px; padding-top: 2px; font-family: tahoma, arial, helvetica, sans-serif; background-color: #c1c1c1; } div.grayr a { padding-right: 5px; padding-left: 5px; padding-bottom: 2px; margin: 2px; color: #000; padding-top: 2px; background-color: #c1c1c1; text-decoration: none } div.grayr a:hover { color: #000; background-color: #99ffff } div.grayr a:active { color: #000; background-color: #99ffff } div.grayr span.current { padding-right: 5px; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; color: #303030; padding-top: 2px; background-color: #fff } div.grayr span.disabled { padding-right: 5px; padding-left: 5px; padding-bottom: 2px; margin: 2px; color: #797979; padding-top: 2px; background-color: #c1c1c1 } /*css yellow style pagination*/ div.yellow { padding-right: 7px; padding-left: 7px; padding-bottom: 7px; margin: 3px; padding-top: 7px; text-align: center; font-family:Verdana; font-size:12px; } div.yellow a { border-right: #ccc 1px solid; padding-right: 5px; border-top: #ccc 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #ccc 1px solid; color: #000; padding-top: 2px; border-bottom: #ccc 1px solid; text-decoration: none } div.yellow a:hover { border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; border-left: #f0f0f0 1px solid; color: #000; border-bottom: #f0f0f0 1px solid } div.yellow a:active { border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; border-left: #f0f0f0 1px solid; color: #000; border-bottom: #f0f0f0 1px solid } div.yellow span.current { border-right: #d9d300 1px solid; padding-right: 5px; border-top: #d9d300 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #d9d300 1px solid; color: #fff; padding-top: 2px; border-bottom: #d9d300 1px solid; background-color: #d9d300 } div.yellow span.disabled { border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid } /*css jogger style pagination*/ div.jogger { padding-right: 2px; padding-left: 2px; padding-bottom: 2px; margin: 7px; padding-top: 2px; font-family: "lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif } div.jogger a { padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #ee4e4e; text-decoration: none } div.jogger a:hover { padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #de1818 } div.jogger a:active { padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #de1818 } div.jogger span.current { padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #6d643c; padding-top: 0.5em; background-color: #f6efcc } div.jogger span.disabled { display: none } /*css starcraft2 style pagination*/ div.starcraft2 { padding-right: 3px; padding-left: 3px; font-weight: bold; font-size: 13.5pt; padding-bottom: 3px; margin: 3px; color: #fff; padding-top: 3px; font-family: arial; background-color: #000; text-align: center } div.starcraft2 a { margin: 2px; color: #fa0; background-color: #000; text-decoration: none } div.starcraft2 a:hover { color: #fff; background-color: #000 } div.starcraft2 a:active { color: #fff; background-color: #000 } div.starcraft2 span.current { font-weight: bold; margin: 2px; color: #fff; background-color: #000 } div.starcraft2 span.disabled { margin: 2px; color: #444; background-color: #000 } /*css tres style pagination*/ div.tres { padding-right: 7px; padding-left: 7px; font-weight: bold; font-size: 13.2pt; padding-bottom: 7px; margin: 3px; padding-top: 7px; font-family: arial, helvetica, sans-serif; text-align: center } div.tres a { border-right: #d9d300 2px solid; padding-right: 5px; border-top: #d9d300 2px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #d9d300 2px solid; color: #fff; padding-top: 2px; border-bottom: #d9d300 2px solid; background-color: #d90; text-decoration: none } div.tres a:hover { border-right: #ff0 2px solid; border-top: #ff0 2px solid; border-left: #ff0 2px solid; color: #000; border-bottom: #ff0 2px solid; background-color: #ff0 } div.tres a:active { border-right: #ff0 2px solid; border-top: #ff0 2px solid; border-left: #ff0 2px solid; color: #000; border-bottom: #ff0 2px solid; background-color: #ff0 } div.tres span.current { border-right: #fff 2px solid; padding-right: 5px; border-top: #fff 2px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #fff 2px solid; color: #000; padding-top: 2px; border-bottom: #fff 2px solid } div.tres span.disabled { display: none } /*css megas512 style pagination*/ div.megas512 { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center } div.megas512 a { border-right: #dedfde 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 6px; padding-bottom: 2px; border-left: #dedfde 1px solid; color: #99210b; margin-right: 3px; padding-top: 2px; border-bottom: #dedfde 1px solid; text-decoration: none } div.megas512 a:hover { border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #777777 } div.megas512 a:active { border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #777777 } div.megas512 span.current { padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 2px; color: #99210b; margin-right: 3px; padding-top: 2px } div.megas512 span.disabled { padding-right: 6px; padding-left: 6px; padding-bottom: 2px; color: #adaaad; margin-right: 3px; padding-top: 2px } /*css technorati style pagination*/ div.technorati { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center } div.technorati a { border-right: #ccc 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #ccc 1px solid; padding-left: 6px; font-weight: bold; padding-bottom: 2px; border-left: #ccc 1px solid; color: rgb(66,97,222); margin-right: 3px; padding-top: 2px; border-bottom: #ccc 1px solid; text-decoration: none } div.technorati a:hover { background-image: none; color: #fff; background-color: #4261df } div.technorati a:active { background-image: none; color: #fff; background-color: #4261df } div.technorati span.current { padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 2px; color: #000; margin-right: 3px; padding-top: 2px } div.technorati span.disabled { display: none } /*css youtube style pagination*/ div.youtube { padding-right: 6px; border-top: #9c9a9c 1px dotted; padding-left: 0px; font-size: 13px; padding-bottom: 4px; color: #313031; padding-top: 4px; font-family: arial, helvetica, sans-serif; background-color: #cecfce; text-align: right } div.youtube a { padding-right: 3px; padding-left: 3px; font-weight: bold; padding-bottom: 1px; margin: 0px 1px; color: #0030ce; padding-top: 1px; text-decoration: underline } div.youtube a:hover { } div.youtube a:active { } div.youtube span.current { padding-right: 2px; padding-left: 2px; padding-bottom: 1px; color: #000; padding-top: 1px; background-color: #fff } div.youtube span.disabled { display: none } /*css msdn style pagination*/ div.msdn { padding-right: 6px; padding-left: 0px; font-size: 13px; padding-bottom: 4px; color: #313031; padding-top: 4px; font-family: verdana,tahoma,arial,helvetica,sans-serif; background-color: #fff; text-align: right } div.msdn a { border-right: #b7d8ee 1px solid; padding-right: 6px; border-top: #b7d8ee 1px solid; padding-left: 5px; padding-bottom: 4px; margin: 0px 3px; border-left: #b7d8ee 1px solid; color: #0030ce; padding-top: 5px; border-bottom: #b7d8ee 1px solid; text-decoration: none } div.msdn a:hover { border-right: #b7d8ee 1px solid; border-top: #b7d8ee 1px solid; border-left: #b7d8ee 1px solid; color: #0066a7; border-bottom: #b7d8ee 1px solid; background-color: #d2eaf6 } div.pagination a:active { border-right: #b7d8ee 1px solid; border-top: #b7d8ee 1px solid; border-left: #b7d8ee 1px solid; color: #0066a7; border-bottom: #b7d8ee 1px solid; background-color: #d2eaf6 } div.msdn span.current { border-right: #b7d8ee 1px solid; padding-right: 6px; border-top: #b7d8ee 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 4px; margin: 0px 3px; border-left: #b7d8ee 1px solid; color: #444444; padding-top: 5px; border-bottom: #b7d8ee 1px solid; background-color: #d2eaf6 } div.msdn span.disabled { display: none } /*css badoo style pagination*/ div.badoo { padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 10px; color: #48b9ef; padding-top: 10px; font-family: arial, helvetica, sans-serif; background-color: #fff; text-align: center } div.badoo a { border-right: #f0f0f0 2px solid; padding-right: 5px; border-top: #f0f0f0 2px solid; padding-left: 5px; padding-bottom: 2px; margin: 0px 2px; border-left: #f0f0f0 2px solid; color: #48b9ef; padding-top: 2px; border-bottom: #f0f0f0 2px solid; text-decoration: none } div.badoo a:hover { border-right: #ff5a00 2px solid; border-top: #ff5a00 2px solid; border-left: #ff5a00 2px solid; color: #ff5a00; border-bottom: #ff5a00 2px solid } div.badoo a:active { border-right: #ff5a00 2px solid; border-top: #ff5a00 2px solid; border-left: #ff5a00 2px solid; color: #ff5a00; border-bottom: #ff5a00 2px solid } div.badoo span.current { border-right: #ff5a00 2px solid; padding-right: 5px; border-top: #ff5a00 2px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #ff5a00 2px solid; color: #fff; padding-top: 2px; border-bottom: #ff5a00 2px solid; background-color: #ff6c16 } div.badoo span.disabled { display: none } /*css manu style pagination*/ .manu { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center } .manu a { border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #036cb4; padding-top: 2px; border-bottom: #eee 1px solid; text-decoration: none } .manu a:hover { border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #666; border-bottom: #999 1px solid } .manu a:active { border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #666; border-bottom: #999 1px solid } .manu .current { border-right: #036cb4 1px solid; padding-right: 5px; border-top: #036cb4 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #036cb4 1px solid; color: #fff; padding-top: 2px; border-bottom: #036cb4 1px solid; background-color: #036cb4 } .manu .disabled { border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid } /*css viciao style pagination*/ div.viciao { margin-top: 20px; margin-bottom: 10px } div.viciao a { border-right: #8db5d7 1px solid; padding-right: 5px; border-top: #8db5d7 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #8db5d7 1px solid; color: #000; margin-right: 2px; padding-top: 2px; border-bottom: #8db5d7 1px solid; text-decoration: none } div.viciao a:hover { border-right: red 1px solid; padding-right: 5px; border-top: red 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: red 1px solid; margin-right: 2px; padding-top: 2px; border-bottom: red 1px solid } div.viciao a:active { border-right: red 1px solid; padding-right: 5px; border-top: red 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: red 1px solid; margin-right: 2px; padding-top: 2px; border-bottom: red 1px solid } div.viciao span.current { border-right: #e89954 1px solid; padding-right: 5px; border-top: #e89954 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #e89954 1px solid; color: #000; margin-right: 2px; padding-top: 2px; border-bottom: #e89954 1px solid; background-color: #ffca7d } div.viciao span.disabled { border-right: #ccc 1px solid; padding-right: 5px; border-top: #ccc 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #ccc 1px solid; color: #ccc; margin-right: 2px; padding-top: 2px; border-bottom: #ccc 1px solid } /*css yahoo2 style pagination*/ div.yahoo2 { padding-right: 3px; padding-left: 3px; font-size: 0.85em; padding-bottom: 3px; margin: 3px; padding-top: 3px; font-family: tahoma,helvetica,sans-serif; text-align: center } div.yahoo2 a { border-right: #ccdbe4 1px solid; padding-right: 8px; background-position: 50% bottom; border-top: #ccdbe4 1px solid; padding-left: 8px; padding-bottom: 2px; border-left: #ccdbe4 1px solid; color: #0061de; margin-right: 3px; padding-top: 2px; border-bottom: #ccdbe4 1px solid; text-decoration: none } div.yahoo2 a:hover { border-right: #2b55af 1px solid; border-top: #2b55af 1px solid; background-image: none; border-left: #2b55af 1px solid; color: #fff; border-bottom: #2b55af 1px solid; background-color: #3666d4 } div.yahoo2 a:active { border-right: #2b55af 1px solid; border-top: #2b55af 1px solid; background-image: none; border-left: #2b55af 1px solid; color: #fff; border-bottom: #2b55af 1px solid; background-color: #3666d4 } div.yahoo2 span.current { padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 2px; color: #000; margin-right: 3px; padding-top: 2px } div.yahoo2 span.disabled { display: none } div.yahoo2 a.next { border-right: #ccdbe4 2px solid; border-top: #ccdbe4 2px solid; margin: 0px 0px 0px 10px; border-left: #ccdbe4 2px solid; border-bottom: #ccdbe4 2px solid } div.yahoo2 a.next:hover { border-right: #2b55af 2px solid; border-top: #2b55af 2px solid; border-left: #2b55af 2px solid; border-bottom: #2b55af 2px solid } div.yahoo2 a.prev { border-right: #ccdbe4 2px solid; border-top: #ccdbe4 2px solid; margin: 0px 10px 0px 0px; border-left: #ccdbe4 2px solid; border-bottom: #ccdbe4 2px solid } div.yahoo2 a.prev:hover { border-right: #2b55af 2px solid; border-top: #2b55af 2px solid; border-left: #2b55af 2px solid; border-bottom: #2b55af 2px solid } /*css sabrosus style pagination*/ div.sabrosus { padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center } div.sabrosus a { border-right: #9aafe5 1px solid; padding-right: 5px; border-top: #9aafe5 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #9aafe5 1px solid; color: #2e6ab1; margin-right: 2px; padding-top: 2px; border-bottom: #9aafe5 1px solid; text-decoration: none } div.sabrosus a:hover { border-right: #2b66a5 1px solid; border-top: #2b66a5 1px solid; border-left: #2b66a5 1px solid; color: #000; border-bottom: #2b66a5 1px solid; } div.pagination a:active { border-right: #2b66a5 1px solid; border-top: #2b66a5 1px solid; border-left: #2b66a5 1px solid; color: #000; border-bottom: #2b66a5 1px solid; } div.sabrosus span.current { border-right: navy 1px solid; padding-right: 5px; border-top: navy 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: navy 1px solid; color: #fff; margin-right: 2px; padding-top: 2px; border-bottom: navy 1px solid; background-color: #2e6ab1 } div.sabrosus span.disabled { border-right: #929292 1px solid; padding-right: 5px; border-top: #929292 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #929292 1px solid; color: #929292; margin-right: 2px; padding-top: 2px; border-bottom: #929292 1px solid }
rtk/v4/210.html
hochanh/hochanh.github.io
<!DOCTYPE html> <meta charset=utf-8> <title>Redirecting...</title> <link rel=canonical href="../机/index.html"> <meta http-equiv=refresh content="0; url='../机/index.html'"> <h1>Redirecting...</h1> <a href="../机/index.html">Click here if you are not redirected.</a> <script>location='../机/index.html'</script>
adl623.oevsv.at/html/klubabend_juni_2007/pages/DSC02967_bearbeitet.html
oevsv-lv6/homepage-backup
<HTML> <HEAD> <TITLE>DSC02967_bearbeitet</TITLE> <META name="generator" content="Adobe Photoshop Album (R) 2.0 Web Photo Gallery"> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </HEAD> <BODY bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" > <TABLE border="0" cellpadding="5" cellspacing="2" width="100%" bgcolor="#F0F0F0" > <TR> <TD><FONT size="4" face="Arial" >Klubabend Juni 2007 <BR>ADL623 Graz/Vulkanland &amp; ARCG <BR><A href="mailto:oe6tqg@inode.at">oe6tqg@inode.at</A> </FONT> </TD> </TR> </TABLE> <CENTER><br><IMG src="../images/DSC02967_bearbeitet.jpg" border="1" alt="DSC02967_bearbeitet"></CENTER><br> <CENTER><FONT size="4" face="Arial" ></FONT></CENTER><br> <CENTER><FONT size="4" face="Arial" ></FONT></CENTER><br> <CENTER><FONT size="4" face="Arial" >8.6.2007</FONT></CENTER><br> <CENTER><FONT size="4" face="Arial" ></FONT></CENTER><br> <CENTER><FONT size="4" face="Arial" ></FONT></CENTER><br> </BODY> </HTML>
statisic/intro.html
JiangfengCity/creativity
<!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="X-UA-Compatible" content="IE=EmulateIE7" /> <meta name="description" content="your description"> <meta name="author" content="ytxt"> <meta name="keywords" content="your keywords"> <meta name="expires" content="7776000"> <title>创新设计大赛</title> <link rel="stylesheet" type="text/css" href="./css/style.css"> </head> <body> <div class="container"> <div class="header"> <img src="./images/header.png" alt="" /> </div> <div class="nav_menu"> <div class="w_960"> <ul class="nav_menu1"> <li class="nav_menu_on">大赛首页</li> <li class="ml-10">大赛规则</li> <li class="ml-10">参赛团队</li> </ul> <ul class="nav_menu2"> <li>登录</li> <li class="mr-10">创建团队</li> </ul> </div> </div> <div class="content"> <div class="main_section"> <div class="ms_header"> <img src="./images/intro_icon.png" alt="" /> </div> <div class="ms_body"> <div class="rule_detail"> <h1 style="margin-left:0cm;"> <a name="_Toc391479695"></a><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">一</span><a name="_Toc391479696"></a><span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">、大赛目的</span></span><span></span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;"></span> </h1> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:SimSun;">1.</span><span style="font-size:12.0pt;line-height:150%;font-family:&quot;">通过互动分享锻炼创新能力。</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"></span> </p> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:SimSun;">2.</span><span style="font-size:12.0pt;line-height:150%;font-family:&quot;">营造移动互联网的创新氛围。</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"></span> </p> <h1 style="margin-left:0cm;"> <a name="_Toc391479697"></a><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">二、大赛</span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">口号</span> </h1> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:&quot;">睿智创新</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"> </span><span style="font-size:12.0pt;line-height:150%;font-family:&quot;">智创未来</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"> <a name="_Toc391479698"></a><span></span></span> </p> <h1 style="margin-left:0cm;"> <span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">三、作品征集对象</span></span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;"></span> </h1> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:&quot;">浙江宇天科技股份有限公司全体员工,提倡人人参与。</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"></span> </p> <h2 style="margin-left:0cm;"> <span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">四、比赛流程<span></span></span> </h2> <p class="MsoNormal" style="text-align:center;" align="center"> <span style="font-size:9.0pt;"><img src="./images/rule_icon4.png" height="190" width="483" /></span><span style="font-size:9.0pt;"></span> </p> <h2 style="margin-left:0cm;"> <span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">五、注意事项<span></span></span> </h2> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:SimSun;">1</span><span style="font-size:12.0pt;line-height:150%;font-family:&quot;">、各参赛小组必须在要求时间范围内将本小组的最终作品按要求上交到大赛组委会。</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"></span> </p> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:SimSun;">2</span><span style="font-size:12.0pt;line-height:150%;font-family:&quot;">、活动期间,工作人员必须尽职尽责,认真做事。</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;"> <span></span></span> </p> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:SimSun;">3</span><span style="font-size:12.0pt;line-height:150%;font-family:&quot;">、每小组分工应合理,任务落实好,确保高效完成任务。</span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;"> <span></span></span> </p> <h1 style="margin-left:0cm;"> <a name="_Toc391479706"></a><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;">六、联系方式</span><span style="font-size:14.0pt;line-height:150%;font-family:SimSun;"></span> </h1> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:&quot;color:black;">如对本次比赛规则有不明之处,可咨询相关负责人。</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;color:black;"></span> </p> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:&quot;color:black;">俞旭琴:</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;color:black;">15858201878</span> </p> <p class="MsoNormal" style="text-indent:24.0pt;"> <span style="font-size:12.0pt;line-height:150%;font-family:&quot;color:black;">李晓辉:</span><span style="font-size:12.0pt;line-height:150%;font-family:SimSun;color:black;">13925003593</span> </p> <p class="MsoNormal"> <span>&nbsp;</span> </p> <br /> </div> </div> </div> </div> <div class="footer"> <p>版权所有:浙江宇天科技股份有限公司 安全备案信息 备案编号:440104101006</p> <p>跨地区增值电信业务经营许可证编号:B2-20100213</p> </div> </div> </body> </html>
page7/index.html
mritd/mritd.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Nothing is impossible to a willing heart!"> <meta name="keywords" content="漠然, 漠然的博客, mritd, Docker, Kubernetes, @mritd, mritd blog, 博客, 个人网站, Java, Web"> <meta name="theme-color" content="#000000"> <title>漠然的博客 | mritd Blog</title> <!-- Web App Manifest --> <link rel="manifest" href="/pwa/manifest.json"> <!-- Favicon --> <link rel="shortcut icon" href="/img/favicon.ico"> <!-- Canonical URL --> <link rel="canonical" href="https://mritd.me/page7/"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <!-- Rouge CSS --> <link rel="stylesheet" href="/css/syntax.css"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/mritd-blog.min.css"> <!-- Custom Fonts --> <!-- <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> --> <!-- Hux change font-awesome CDN to qiniu --> <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Hux Delete, sad but pending in China <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/ css'> --> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <!-- hack iOS CSS :active style --> <body ontouchstart=""> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" 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 class="navbar-brand" href="/">漠然</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div id="huxblog_navbar"> <div class="navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/">Home</a> </li> <li> <a href="/about/">About</a> </li> <li> <a href="/tags/">Tags</a> </li> </ul> </div> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <script> // Drop Bootstarp low-performance Navbar // Use customize navbar with high-quality material design animation // in high-perf jank-free CSS3 implementation var $body = document.body; var $toggle = document.querySelector('.navbar-toggle'); var $navbar = document.querySelector('#huxblog_navbar'); var $collapse = document.querySelector('.navbar-collapse'); var __HuxNav__ = { close: function(){ $navbar.className = " "; // wait until animation end. setTimeout(function(){ // prevent frequently toggle if($navbar.className.indexOf('in') < 0) { $collapse.style.height = "0px" } },400) }, open: function(){ $collapse.style.height = "auto" $navbar.className += " in"; } } // Bind Event $toggle.addEventListener('click', function(e){ if ($navbar.className.indexOf('in') > 0) { __HuxNav__.close() }else{ __HuxNav__.open() } }) /** * Since Fastclick is used to delegate 'touchstart' globally * to hack 300ms delay in iOS by performing a fake 'click', * Using 'e.stopPropagation' to stop 'touchstart' event from * $toggle/$collapse will break global delegation. * * Instead, we use a 'e.target' filter to prevent handler * added to document close HuxNav. * * Also, we use 'click' instead of 'touchstart' as compromise */ document.addEventListener('click', function(e){ if(e.target == $toggle) return; if(e.target.className == 'icon-bar') return; __HuxNav__.close(); }) </script> <!-- Page Header --> <header class="intro-header" style="background-image: url('/img/home-bg.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 "> <div class="site-heading"> <h1>漠然</h1> <!--<hr class="small">--> <span class="subheading">Nothing is impossible to a willing heart!</span> </div> </div> </div> </div> </header> <!-- Main Content --> <div class="container"> <div class="row"> <!-- USE SIDEBAR --> <!-- PostList Container --> <div class=" col-lg-8 col-lg-offset-1 col-md-8 col-md-offset-1 col-sm-12 col-xs-12 postlist-container "> <div class="post-preview"> <a href="/2017/01/12/git-uses-the-socks5-proxy/"> <h2 class="post-title"> Git 使用 socks5 代理 </h2> <div class="post-content-preview"> Fuck GFW! 最近伟大的墙又开始搞事情,导致 gayhub 访问奇慢,没办法研究一下 socks5 代理 git,效果还不错 一、Mac &amp; Ubuntu 下代理 git git 目前支持 4 种协议: https、ssh、git、本地文件;其中 git协议与 ssh 协议及其类似,暂不清楚底层实现,不过目前发现只需要成功代理 ssh 协议就可以实现代理 git;不... </div> </a> <p class="post-meta"> Posted by 漠然 on January 12, 2017 </p> </div> <hr> <div class="post-preview"> <a href="/2017/01/08/set-up-docker-registry-by-nexus/"> <h2 class="post-title"> 使用 Nexus 搭建 Docker 仓库 </h2> <div class="post-content-preview"> nexus 最初用于搭建 maven 私服,提供企业级 maven jar 包管理等功能;2.x 后续支持了 npm、rpm 等包管理;最新版本 3.x 开始支持 Docker 仓库,以下为使用 neuxs 撸一个 docker 仓库的教程 一、环境准备 初始环境如下 Centos 7 x86_64 OpenJDK 8 Nexus 3.2.0-01 安装 Op... </div> </a> <p class="post-meta"> Posted by 漠然 on January 8, 2017 </p> </div> <hr> <div class="post-preview"> <a href="/2016/12/30/configure-nginx-https-under-centos-to-support-ios-ats/"> <h2 class="post-title"> 从 WWDC16 ATS 说起 </h2> <div class="post-content-preview"> WWDC16 苹果正式发出公告,2017年1月1号后所有 IOS 应用需要使用 HTTPS 配置,并且 HTTPS 还得符合 ATS 要求,以下记录一下 CentoS 7 下配置 nginx HTTPS 并满足 ATS 过程 一、Nginx HTTPS 最佳实践 随着 HTTPS 呼声越来越高,web 站点 HTTPS 化必不可免;而使用 Nginx 作为前端反向代理服务器配置 ... </div> </a> <p class="post-meta"> Posted by 漠然 on December 30, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/12/06/try-traefik-on-kubernetes/"> <h2 class="post-title"> Traefik-kubernetes 初试 </h2> <div class="post-content-preview"> traefik 是一个前端负载均衡器,对于微服务架构尤其是 kubernetes 等编排工具具有良好的支持;同 nginx 等相比,traefik 能够自动感知后端容器变化,从而实现自动服务发现;今天小试了一下,在此记录一下使用过程 一、Kubernetes 服务暴露介绍 从 kubernetes 1.2 版本开始,kubernetes提供了 Ingress 对象来实现对外暴露服... </div> </a> <p class="post-meta"> Posted by 漠然 on December 6, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/12/05/lvs-note/"> <h2 class="post-title"> LVS 笔记 </h2> <div class="post-content-preview"> LVS(Linux Virtual Server) 意为Linux虚拟服务器,是针对高可伸缩、高可用网络服务要求基于 IP 层和内容请求分发的负载均衡调度解决方案 一、LVS 负载均衡技术 1.1、Virtual Server via Network Address Translation(VS/NAT) 此种负载均衡技术实质上通过重写请求和响应报文的目标地址及源地址实现网络地... </div> </a> <p class="post-meta"> Posted by 漠然 on December 5, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/12/01/set-up-kubernetes-cluster-by-calico/"> <h2 class="post-title"> Kubernetes 网络搭建-Calico </h2> <div class="post-content-preview"> 接上一篇,大早上试下 Calico,从目前的各种评论上来看 Calico 的性能要更好些,不过由于是纯三层的解决方案,某些用到二层的应用可能无法使用,不过目前还没遇到过,个人理解这种情况应该不多 一、环境准备 首先有个 kubernetes 集群,集群网络处于未部署状态,集群信息如下 IP地址 节点 ... </div> </a> <p class="post-meta"> Posted by 漠然 on December 1, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/11/30/set-up-kubernetes-cluster-by-flannel/"> <h2 class="post-title"> Kubernetes 网络搭建-flannel </h2> <div class="post-content-preview"> 一直用 weave,本篇记录一下 kubernetes 使用 flannel 作为网络组件,flannel 以 pod 方式部署 一、环境准备 首先有个 kubernetes 集群,集群网络处于未部署状态,集群信息如下 IP地址 节点 192.168.1.101 master ... </div> </a> <p class="post-meta"> Posted by 漠然 on November 30, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/11/21/kubeadm-other-problems/"> <h2 class="post-title"> kubeadm 续坑篇 </h2> <div class="post-content-preview"> 断断续续鼓捣 kubeadm 搭建集群已经很长时间了,目前 kubeadm 已经进入了 beat 阶段,各项功能相对稳定,但是继上篇 kubeadm 搭建 kubernetes 集群 之后还是踩了许多坑,在此记录一下 一、etcd 单点问题 默认 kubeadm 创建的集群会在内部启动一个单点的 etcd,当然大部分情况下 etcd 还是很稳定的,但是一但 etcd 由于某种原因... </div> </a> <p class="post-meta"> Posted by 漠然 on November 21, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/11/08/update-centos-kernel/"> <h2 class="post-title"> CentOS 升级 kernel </h2> <div class="post-content-preview"> 最紧要鼓捣 Dokcer Swarm,而 Swarm 的 overlay 网络需要 3.15 以上的 kernel,故记录一下升级内核的过程 一、手动档 手动档就是从源码开始编译内核安装,好处是可以自己选择任意版本的内核,缺点就是耗时长,编译安装消耗系统资源 1.1、获取 kernel 源码 这世界上最伟大的 Linux 内核源码下载地址是 kernel 官网,选择一个稳定版... </div> </a> <p class="post-meta"> Posted by 漠然 on November 8, 2016 </p> </div> <hr> <div class="post-preview"> <a href="/2016/11/02/wanyue/"> <h2 class="post-title"> 晚月 </h2> <div class="post-content-preview"> 晚月 轻风细雨秋凉意, 枯叶随风去, 冷了心头, 乱了谁的绪? 待到寒风飘雪时, 冰凌刺骨痛, 旧伤再起, 扰了谁的梦? 又道凡尘多琐事, 不想触则伤断魂; 罢了罢了, 坎坷千载遇伯乐, 何思今朝无故人? 转载请注明出处,本文采用 CC4.0 协议授权 </div> </a> <p class="post-meta"> Posted by 漠然 on November 2, 2016 </p> </div> <hr> <!-- Pager --> <ul class="pager"> <li class="previous"> <a href="/page6">&larr; Newer Posts</a> </li> <li class="next"> <a href="/page8">Older Posts &rarr;</a> </li> </ul> </div> <!-- Sidebar Container --> <div class=" col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-12 col-xs-12 sidebar-container "> <!-- Featured Tags --> <section> <hr class="hidden-sm hidden-xs"> <h5><a href="/tags/">FEATURED TAGS</a></h5> <div class="tags"> <a href="/tags/#Linux" title="Linux" rel="81"> Linux </a> <a href="/tags/#SQL" title="SQL" rel="4"> SQL </a> <a href="/tags/#Java" title="Java" rel="25"> Java </a> <a href="/tags/#随笔" title="随笔" rel="9"> 随笔 </a> <a href="/tags/#GitHub" title="GitHub" rel="3"> GitHub </a> <a href="/tags/#Docker" title="Docker" rel="43"> Docker </a> <a href="/tags/#Kubernetes" title="Kubernetes" rel="39"> Kubernetes </a> <a href="/tags/#CI/CD" title="CI/CD" rel="4"> CI/CD </a> <a href="/tags/#Golang" title="Golang" rel="6"> Golang </a> <a href="/tags/#Mac" title="Mac" rel="1"> Mac </a> <a href="/tags/#Podman" title="Podman" rel="1"> Podman </a> </div> </section> <!-- Short About --> <section class="visible-md visible-lg"> <hr><h5><a href="/about/">ABOUT ME</a></h5> <div class="short-about"> <img src="/img/avatar.jpg" /> <p>Nothing is impossible to a willing heart!</p> <!-- SNS Link --> <ul class="list-inline"> <li> <a href="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/mritd1234"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a target="_blank" href="https://t.me/mritd"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-telegram fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a target="_blank" href="https://github.com/mritd"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> </div> </section> <!-- Friends Blog --> <hr> <h5>FRIENDS</h5> <ul class="list-inline"> <li><a href="http://mdba.cn">DBA的罗浮宫</a></li> <li><a href="http://www.xieyuxuan.cc">谢雨轩</a></li> <li><a href="https://ehlxr.me">Ehlxr's Blog</a></li> <li><a href="http://www.dearzd.com/DBlog">咚门</a></li> <li><a href="http://log.zvz.im">Z</a></li> <li><a href="https://www.4spaces.org">容休博客</a></li> <li><a href="http://www.webank.pw">幽鸿居</a></li> <li><a href="http://ephen.me">Ephen's Blog</a></li> <li><a href="https://www.codesheep.cn">CodeSheep</a></li> </ul> </div> </div> </div> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/mritd1234"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <!-- add Weibo, Zhihu by Hux, add target = "_blank" to <a> by Hux --> <li> <a target="_blank" href="https://t.me/mritd"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-telegram fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a target="_blank" href="https://github.com/mritd"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted"> Copyright &copy; 漠然 2020 <br> Theme by <a href="http://huangxuan.me">Hux</a> | <iframe style="margin-left: 2px; margin-bottom:-5px;" frameborder="0" scrolling="0" width="100px" height="20px" src="https://ghbtns.com/github-btn.html?user=huxpro&repo=huxpro.github.io&type=star&count=true" > </iframe> </p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/js/jquery.min.js "></script> <!-- Bootstrap Core JavaScript --> <!-- Currently, only navbar scroll-down effect at desktop still depends on this --> <script src="/js/bootstrap.min.js "></script> <!-- Custom Theme JavaScript --> <script src="/js/mritd-blog.min.js "></script> <!-- Service Worker --> <script src="/js/snackbar.js "></script> <script src="/js/sw-registration.js "></script> <!-- async load function --> <script> function async(u, c) { var d = document, t = 'script', o = d.createElement(t), s = d.getElementsByTagName(t)[0]; o.src = u; if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); } s.parentNode.insertBefore(o, s); } </script> <!-- Because of the native support for backtick-style fenced code blocks right within the Markdown is landed in Github Pages, From V1.6, There is no need for Highlight.js, so Huxblog drops it officially. - https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0 - https://help.github.com/articles/creating-and-highlighting-code-blocks/ - https://github.com/jneen/rouge/wiki/list-of-supported-languages-and-lexers --> <!-- <script> async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){ hljs.initHighlightingOnLoad(); }) </script> <link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet"> --> <!-- jquery.tagcloud.js --> <script> // only load tagcloud.js in tag.html if($('#tag_cloud').length !== 0){ async('/js/jquery.tagcloud.js',function(){ $.fn.tagcloud.defaults = { //size: {start: 1, end: 1, unit: 'em'}, color: {start: '#bbbbee', end: '#0085a1'}, }; $('#tag_cloud a').tagcloud(); }) } </script> <!--fastClick.js --> <script> async("//cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js", function(){ var $nav = document.querySelector("nav"); if($nav) FastClick.attach($nav); }) </script> <!-- Google Analytics --> <script> // dynamic User by Hux var _gaId = 'UA-82387173-1'; var _gaDomain = 'mritd.me'; // Originial (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', _gaId, _gaDomain); ga('send', 'pageview'); </script> <!-- Side Catalog --> <!-- Multi-Lingual --> <!-- Image to hack wechat --> <img src="/img/avatar.jpg" width="0" height="0" /> <!-- Migrate from head to bottom, no longer block render and still work --> </body> </html>
_site/docs/1.0.0/api/directive/ionNavView/index.html
saimandeper/ionic-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>ion-nav-view - Directive in module ionic - Ionic Framework</title> <link href="/css/site.css?16" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle nav-link " data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic Platform</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>ion-nav-view</h3> <h4>Directive in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/directive/ionNavView/" > nightly </option> <option value="/docs/api/directive/ionNavView/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/directive/ionNavView/" > 1.0.1 </option> <option value="/docs/1.0.0/api/directive/ionNavView/" selected> 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/ionNavView/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/ionNavView/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/ionNavView/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/ionNavView/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/ionNavView/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/ionNavView/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/ionNavView/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/ionNavView/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/ionNavView/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/ionNavView/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/ionNavView/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/platform-customization/">Platform Customization</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture and Events --> <li class="menu-section"> <a href="/docs/api/directive/onHold/" class="api-section"> Gestures and Events </a> <ul> <li> <a href="/docs/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/api/directive/onDoubleTap/"> on-double-tap </a> </li> <li> <a href="/docs/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> <li> <a href="/docs/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/api/directive/ionNavTitle/"> ion-nav-title </a> </li> <li> <a href="/docs/api/directive/navTransition/"> nav-transition </a> </li> <li> <a href="/docs/api/directive/navDirection/"> nav-direction </a> </li> <li> <a href="/docs/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> <li> <a href="/docs/api/service/$ionicHistory/"> $ionicHistory </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/api/directive/ionSlidePager/"> ion-slide-pager </a> </li> <li> <a href="/docs/api/directive/ionSlide/"> ion-slide </a> </li> <li> <a href="/docs/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Spinner --> <li class="menu-section"> <a href="/docs/api/directive/ionSpinner/" class="api-section"> Spinner </a> <ul> <li> <a href="/docs/api/directive/ionSpinner/"> ion-spinner </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/navView.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/navView.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> ion-nav-view </h1> <p><div class="phone-case"> <p data-height="568" data-theme-id="3572" data-slug-hash="odqCz" data-default-tab="result" class='codepen'>See the Pen by <a href='http://codepen.io/ionic/pen/odqCz'>Ionic</a> (<a href='http://codepen.io/ionic'>@ionic</a>) on <a href='http://codepen.io'>CodePen</a>.</p> <script async src="//codepen.io/assets/embed/ei.js"></script> </div></p> <p>As a user navigates throughout your app, Ionic is able to keep track of their navigation history. By knowing their history, transitions between views correctly enter and exit using the platform&#39;s transition style. An additional benefit to Ionic&#39;s navigation system is its ability to manage multiple histories. For example, each tab can have it&#39;s own navigation history stack.</p> <p>Ionic uses the AngularUI Router module so app interfaces can be organized into various &quot;states&quot;. Like Angular&#39;s core $route service, URLs can be used to control the views. However, the AngularUI Router provides a more powerful state manager in that states are bound to named, nested, and parallel views, allowing more than one template to be rendered on the same page. Additionally, each state is not required to be bound to a URL, and data can be pushed to each state which allows much flexibility.</p> <p>The ionNavView directive is used to render templates in your application. Each template is part of a state. States are usually mapped to a url, and are defined programatically using angular-ui-router (see <a href="https://github.com/angular-ui/ui-router/wiki">their docs</a>, and remember to replace ui-view with ion-nav-view in examples).</p> <h2 id="usage">Usage</h2> <p>In this example, we will create a navigation view that contains our different states for the app.</p> <p>To do this, in our markup we use ionNavView top level directive. To display a header bar we use the <a href="/docs/api/directive/ionNavBar/"><code>ionNavBar</code></a> directive that updates as we navigate through the navigation stack.</p> <p>Next, we need to setup our states that will be rendered.</p> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="kd">var</span> <span class="nx">app</span> <span class="o">=</span> <span class="nx">angular</span><span class="p">.</span><span class="nx">module</span><span class="p">(</span><span class="s1">&#39;myApp&#39;</span><span class="p">,</span> <span class="p">[</span><span class="s1">&#39;ionic&#39;</span><span class="p">]);</span> <span class="nx">app</span><span class="p">.</span><span class="nx">config</span><span class="p">(</span><span class="kd">function</span><span class="p">(</span><span class="nx">$stateProvider</span><span class="p">)</span> <span class="p">{</span> <span class="nx">$stateProvider</span> <span class="p">.</span><span class="nx">state</span><span class="p">(</span><span class="s1">&#39;index&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">url</span><span class="o">:</span> <span class="s1">&#39;/&#39;</span><span class="p">,</span> <span class="nx">templateUrl</span><span class="o">:</span> <span class="s1">&#39;home.html&#39;</span> <span class="p">})</span> <span class="p">.</span><span class="nx">state</span><span class="p">(</span><span class="s1">&#39;music&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">url</span><span class="o">:</span> <span class="s1">&#39;/music&#39;</span><span class="p">,</span> <span class="nx">templateUrl</span><span class="o">:</span> <span class="s1">&#39;music.html&#39;</span> <span class="p">});</span> <span class="p">});</span> </code></pre></div> <p>Then on app start, $stateProvider will look at the url, see it matches the index state, and then try to load home.html into the <code>&lt;ion-nav-view&gt;</code>.</p> <p>Pages are loaded by the URLs given. One simple way to create templates in Angular is to put them directly into your HTML file and use the <code>&lt;script type=&quot;text/ng-template&quot;&gt;</code> syntax. So here is one way to put home.html into our app:</p> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;script </span><span class="na">id=</span><span class="s">&quot;home&quot;</span> <span class="na">type=</span><span class="s">&quot;text/ng-template&quot;</span><span class="nt">&gt;</span> <span class="c">&lt;!--</span> <span class="nx">The</span> <span class="nx">title</span> <span class="nx">of</span> <span class="nx">the</span> <span class="nx">ion</span><span class="o">-</span><span class="nx">view</span> <span class="nx">will</span> <span class="nx">be</span> <span class="nx">shown</span> <span class="nx">on</span> <span class="nx">the</span> <span class="nx">navbar</span> <span class="o">--&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">view</span> <span class="nx">view</span><span class="o">-</span><span class="nx">title</span><span class="o">=</span><span class="s2">&quot;Home&quot;</span><span class="o">&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">content</span> <span class="nx">ng</span><span class="o">-</span><span class="nx">controller</span><span class="o">=</span><span class="s2">&quot;HomeCtrl&quot;</span><span class="o">&gt;</span> <span class="c">&lt;!--</span> <span class="nx">The</span> <span class="nx">content</span> <span class="nx">of</span> <span class="nx">the</span> <span class="nx">page</span> <span class="o">--&gt;</span> <span class="o">&lt;</span><span class="nx">a</span> <span class="nx">href</span><span class="o">=</span><span class="s2">&quot;#/music&quot;</span><span class="o">&gt;</span><span class="nx">Go</span> <span class="nx">to</span> <span class="nx">music</span> <span class="nx">page</span><span class="o">!&lt;</span><span class="err">/a&gt;</span> <span class="o">&lt;</span><span class="err">/ion-content&gt;</span> <span class="o">&lt;</span><span class="err">/ion-view&gt;</span> <span class="nt">&lt;/script&gt;</span> </code></pre></div> <p>This is good to do because the template will be cached for very fast loading, instead of having to fetch them from the network.</p> <h2>Caching</h2> <p>By default, views are cached to improve performance. When a view is navigated away from, its element is left in the DOM, and its scope is disconnected from the <code>$watch</code> cycle. When navigating to a view that is already cached, its scope is then reconnected, and the existing element that was left in the DOM becomes the active view. This also allows for the scroll position of previous views to be maintained.</p> <p>Caching can be disabled and enabled in multiple ways. By default, Ionic will cache a maximum of 10 views, and not only can this be configured, but apps can also explicitly state which views should and should not be cached.</p> <p>Note that because we are caching these views, <em>we aren’t destroying scopes</em>. Instead, scopes are being disconnected from the watch cycle. Because scopes are not being destroyed and recreated, controllers are not loading again on a subsequent viewing. If the app/controller needs to know when a view has entered or has left, then view events emitted from the <a href="/docs/api/directive/ionView/"><code>ionView</code></a> scope, such as <code>$ionicView.enter</code>, may be useful.</p> <p>By default, when navigating back in the history, the &quot;forward&quot; views are removed from the cache. If you navigate forward to the same view again, it&#39;ll create a new DOM element and controller instance. Basically, any forward views are reset each time. This can be configured using the <a href="/docs/api/provider/$ionicConfigProvider/"><code>$ionicConfigProvider</code></a>:</p> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">$ionicConfigProvider</span><span class="p">.</span><span class="nx">views</span><span class="p">.</span><span class="nx">forwardCache</span><span class="p">(</span><span class="kc">true</span><span class="p">);</span> </code></pre></div> <h4>Disable cache globally</h4> <p>The <a href="/docs/api/provider/$ionicConfigProvider/"><code>$ionicConfigProvider</code></a> can be used to set the maximum allowable views which can be cached, but this can also be use to disable all caching by setting it to 0.</p> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">$ionicConfigProvider</span><span class="p">.</span><span class="nx">views</span><span class="p">.</span><span class="nx">maxCache</span><span class="p">(</span><span class="mi">0</span><span class="p">);</span> </code></pre></div> <h4>Disable cache within state provider</h4> <div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">$stateProvider</span><span class="p">.</span><span class="nx">state</span><span class="p">(</span><span class="s1">&#39;myState&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">cache</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span> <span class="nx">url</span> <span class="o">:</span> <span class="s1">&#39;/myUrl&#39;</span><span class="p">,</span> <span class="nx">templateUrl</span> <span class="o">:</span> <span class="s1">&#39;my-template.html&#39;</span> <span class="p">})</span> </code></pre></div> <h4>Disable cache with an attribute</h4> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;ion-view</span> <span class="na">cache-view=</span><span class="s">&quot;false&quot;</span> <span class="na">view-title=</span><span class="s">&quot;My Title!&quot;</span><span class="nt">&gt;</span> ... <span class="nt">&lt;/ion-view&gt;</span> </code></pre></div> <h2>AngularUI Router</h2> <p>Please visit <a href="https://github.com/angular-ui/ui-router/wiki">AngularUI Router&#39;s docs</a> for more info. Below is a great video by the AngularUI Router team that may help to explain how it all works:</p> <iframe width="560" height="315" src="//www.youtube.com/embed/dqJRoh8MnBo" frameborder="0" allowfullscreen></iframe> <h2 id="api" style="clear:both;">API</h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Attr</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> name <div><em>(optional)</em></div> </td> <td> <code>string</code> </td> <td> <p>A view name. The name should be unique amongst the other views in the same state. You can have views of the same name that live in different states. For more information, see ui-router&#39;s <a href="http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.directive:ui-view">ui-view documentation</a>.</p> </td> </tr> </tbody> </table> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 -0500'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
Javadoc/org/drip/spline/bspline/SegmentMulticBasisFunction.html
lakshmiDRIP/DRIP
<!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_111) on Wed Jan 04 22:31:13 EST 2017 --> <title>SegmentMulticBasisFunction</title> <meta name="date" content="2017-01-04"> <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="SegmentMulticBasisFunction"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SegmentMulticBasisFunction.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/spline/bspline/SegmentMonicBasisFunction.html" title="class in org.drip.spline.bspline"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/drip/spline/bspline/TensionBasisHat.html" title="class in org.drip.spline.bspline"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/spline/bspline/SegmentMulticBasisFunction.html" target="_top">Frames</a></li> <li><a href="SegmentMulticBasisFunction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.drip.spline.bspline</div> <h2 title="Class SegmentMulticBasisFunction" class="title">Class SegmentMulticBasisFunction</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../org/drip/function/definition/R1ToR1.html" title="class in org.drip.function.definition">org.drip.function.definition.R1ToR1</a></li> <li> <ul class="inheritance"> <li><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">org.drip.spline.bspline.SegmentBasisFunction</a></li> <li> <ul class="inheritance"> <li>org.drip.spline.bspline.SegmentMulticBasisFunction</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">SegmentMulticBasisFunction</span> extends <a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a></pre> <div class="block">SegmentMulticBasisFunction implements the local quadratic B Spline that envelopes the predictor ordinates, and the corresponding set of ordinates/basis functions. SegmentMulticBasisFunction uses the left/right SegmentBasisFunction instances to achieve its implementation goals.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Lakshmi Krishnamurthy</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/drip/spline/bspline/SegmentMulticBasisFunction.html#SegmentMulticBasisFunction-org.drip.spline.bspline.SegmentBasisFunction-org.drip.spline.bspline.SegmentBasisFunction-">SegmentMulticBasisFunction</a></span>(<a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a>&nbsp;oeLeft, <a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a>&nbsp;oeRight)</code> <div class="block">SegmentMulticBasisFunction 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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/drip/spline/bspline/SegmentMulticBasisFunction.html#evaluate-double-">evaluate</a></span>(double&nbsp;dblPredictorOrdinate)</code> <div class="block">Evaluate for the given variate</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/drip/spline/bspline/SegmentMulticBasisFunction.html#integrate-double-double-">integrate</a></span>(double&nbsp;dblBegin, double&nbsp;dblEnd)</code> <div class="block">Integrate over the given range</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/drip/spline/bspline/SegmentMulticBasisFunction.html#normalizedCumulative-double-">normalizedCumulative</a></span>(double&nbsp;dblPredictorOrdinate)</code> <div class="block">Evaluate the Cumulative Normalized Integrand up to the given ordinate</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/drip/spline/bspline/SegmentMulticBasisFunction.html#normalizer--">normalizer</a></span>()</code> <div class="block">Compute the complete Envelope Integrand - this will serve as the Envelope Normalizer.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.drip.spline.bspline.SegmentBasisFunction"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.drip.spline.bspline.<a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a></h3> <code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#bSplineOrder--">bSplineOrder</a>, <a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#following--">following</a>, <a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#leading--">leading</a>, <a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#trailing--">trailing</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.drip.function.definition.R1ToR1"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.drip.function.definition.<a href="../../../../org/drip/function/definition/R1ToR1.html" title="class in org.drip.function.definition">R1ToR1</a></h3> <code><a href="../../../../org/drip/function/definition/R1ToR1.html#derivative-double-int-">derivative</a>, <a href="../../../../org/drip/function/definition/R1ToR1.html#differential-double-double-int-">differential</a>, <a href="../../../../org/drip/function/definition/R1ToR1.html#differential-double-int-">differential</a>, <a href="../../../../org/drip/function/definition/R1ToR1.html#maxima--">maxima</a>, <a href="../../../../org/drip/function/definition/R1ToR1.html#maxima-double-double-">maxima</a>, <a href="../../../../org/drip/function/definition/R1ToR1.html#minima--">minima</a>, <a href="../../../../org/drip/function/definition/R1ToR1.html#minima-double-double-">minima</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="SegmentMulticBasisFunction-org.drip.spline.bspline.SegmentBasisFunction-org.drip.spline.bspline.SegmentBasisFunction-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SegmentMulticBasisFunction</h4> <pre>public&nbsp;SegmentMulticBasisFunction(<a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a>&nbsp;oeLeft, <a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a>&nbsp;oeRight) throws java.lang.Exception</pre> <div class="block">SegmentMulticBasisFunction constructor</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>oeLeft</code> - Left Ordered Envelope Spline Function</dd> <dd><code>oeRight</code> - Right Ordered Envelope Spline Function</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code> - Thrown if Inputs are invalid</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="evaluate-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>evaluate</h4> <pre>public&nbsp;double&nbsp;evaluate(double&nbsp;dblPredictorOrdinate) throws java.lang.Exception</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/drip/function/definition/R1ToR1.html#evaluate-double-">R1ToR1</a></code></span></div> <div class="block">Evaluate for the given variate</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/drip/function/definition/R1ToR1.html#evaluate-double-">evaluate</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/drip/function/definition/R1ToR1.html" title="class in org.drip.function.definition">R1ToR1</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>dblPredictorOrdinate</code> - Variate</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Returns the calculated value</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code> - Thrown if evaluation cannot be done</dd> </dl> </li> </ul> <a name="integrate-double-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>integrate</h4> <pre>public&nbsp;double&nbsp;integrate(double&nbsp;dblBegin, double&nbsp;dblEnd) throws java.lang.Exception</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/drip/function/definition/R1ToR1.html#integrate-double-double-">R1ToR1</a></code></span></div> <div class="block">Integrate over the given range</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../../../org/drip/function/definition/R1ToR1.html#integrate-double-double-">integrate</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/drip/function/definition/R1ToR1.html" title="class in org.drip.function.definition">R1ToR1</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>dblBegin</code> - Range Begin</dd> <dd><code>dblEnd</code> - Range End</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The Integrated Value</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code> - Thrown if evaluation cannot be done</dd> </dl> </li> </ul> <a name="normalizer--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>normalizer</h4> <pre>public&nbsp;double&nbsp;normalizer() throws java.lang.Exception</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#normalizer--">SegmentBasisFunction</a></code></span></div> <div class="block">Compute the complete Envelope Integrand - this will serve as the Envelope Normalizer.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#normalizer--">normalizer</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The Complete Envelope Integrand.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code> - Thrown if the Complete Envelope Integrand cannot be calculated.</dd> </dl> </li> </ul> <a name="normalizedCumulative-double-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>normalizedCumulative</h4> <pre>public&nbsp;double&nbsp;normalizedCumulative(double&nbsp;dblPredictorOrdinate) throws java.lang.Exception</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#normalizedCumulative-double-">SegmentBasisFunction</a></code></span></div> <div class="block">Evaluate the Cumulative Normalized Integrand up to the given ordinate</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html#normalizedCumulative-double-">normalizedCumulative</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/drip/spline/bspline/SegmentBasisFunction.html" title="class in org.drip.spline.bspline">SegmentBasisFunction</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>dblPredictorOrdinate</code> - The Predictor Ordinate</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The Cumulative Normalized Integrand up to the given ordinate</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.Exception</code> - Thrown if input is invalid</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SegmentMulticBasisFunction.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/spline/bspline/SegmentMonicBasisFunction.html" title="class in org.drip.spline.bspline"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/drip/spline/bspline/TensionBasisHat.html" title="class in org.drip.spline.bspline"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/spline/bspline/SegmentMulticBasisFunction.html" target="_top">Frames</a></li> <li><a href="SegmentMulticBasisFunction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/config/TransparentDataEncryptionOptions.html
jasonwee/videoOnCloud
<!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_91) on Mon Jun 06 14:51:16 EDT 2016 --> <title>TransparentDataEncryptionOptions (apache-cassandra API)</title> <meta name="date" content="2016-06-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TransparentDataEncryptionOptions (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/TransparentDataEncryptionOptions.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/config/Schema.html" title="class in org.apache.cassandra.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/config/ViewDefinition.html" title="class in org.apache.cassandra.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/config/TransparentDataEncryptionOptions.html" target="_top">Frames</a></li> <li><a href="TransparentDataEncryptionOptions.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.config</div> <h2 title="Class TransparentDataEncryptionOptions" class="title">Class TransparentDataEncryptionOptions</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.config.TransparentDataEncryptionOptions</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">TransparentDataEncryptionOptions</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#chunk_length_kb">chunk_length_kb</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#cipher">cipher</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#enabled">enabled</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#iv_length">iv_length</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#key_alias">key_alias</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ParameterizedClass.html" title="class in org.apache.cassandra.config">ParameterizedClass</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#key_provider">key_provider</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#TransparentDataEncryptionOptions--">TransparentDataEncryptionOptions</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#TransparentDataEncryptionOptions-boolean-">TransparentDataEncryptionOptions</a></span>(boolean&nbsp;enabled)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#TransparentDataEncryptionOptions-boolean-java.lang.String-java.lang.String-org.apache.cassandra.config.ParameterizedClass-">TransparentDataEncryptionOptions</a></span>(boolean&nbsp;enabled, java.lang.String&nbsp;cipher, java.lang.String&nbsp;keyAlias, <a href="../../../../org/apache/cassandra/config/ParameterizedClass.html" title="class in org.apache.cassandra.config">ParameterizedClass</a>&nbsp;keyProvider)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#TransparentDataEncryptionOptions-java.lang.String-java.lang.String-org.apache.cassandra.config.ParameterizedClass-">TransparentDataEncryptionOptions</a></span>(java.lang.String&nbsp;cipher, java.lang.String&nbsp;keyAlias, <a href="../../../../org/apache/cassandra/config/ParameterizedClass.html" title="class in org.apache.cassandra.config">ParameterizedClass</a>&nbsp;keyProvider)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;o)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#equals-org.apache.cassandra.config.TransparentDataEncryptionOptions-">equals</a></span>(<a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html" title="class in org.apache.cassandra.config">TransparentDataEncryptionOptions</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#get-java.lang.String-">get</a></span>(java.lang.String&nbsp;key)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html#remove-java.lang.String-">remove</a></span>(java.lang.String&nbsp;key)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="enabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>enabled</h4> <pre>public&nbsp;boolean enabled</pre> </li> </ul> <a name="chunk_length_kb"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>chunk_length_kb</h4> <pre>public&nbsp;int chunk_length_kb</pre> </li> </ul> <a name="cipher"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cipher</h4> <pre>public&nbsp;java.lang.String cipher</pre> </li> </ul> <a name="key_alias"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>key_alias</h4> <pre>public&nbsp;java.lang.String key_alias</pre> </li> </ul> <a name="iv_length"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iv_length</h4> <pre>public&nbsp;int iv_length</pre> </li> </ul> <a name="key_provider"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>key_provider</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ParameterizedClass.html" title="class in org.apache.cassandra.config">ParameterizedClass</a> key_provider</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TransparentDataEncryptionOptions--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TransparentDataEncryptionOptions</h4> <pre>public&nbsp;TransparentDataEncryptionOptions()</pre> </li> </ul> <a name="TransparentDataEncryptionOptions-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TransparentDataEncryptionOptions</h4> <pre>public&nbsp;TransparentDataEncryptionOptions(boolean&nbsp;enabled)</pre> </li> </ul> <a name="TransparentDataEncryptionOptions-java.lang.String-java.lang.String-org.apache.cassandra.config.ParameterizedClass-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TransparentDataEncryptionOptions</h4> <pre>public&nbsp;TransparentDataEncryptionOptions(java.lang.String&nbsp;cipher, java.lang.String&nbsp;keyAlias, <a href="../../../../org/apache/cassandra/config/ParameterizedClass.html" title="class in org.apache.cassandra.config">ParameterizedClass</a>&nbsp;keyProvider)</pre> </li> </ul> <a name="TransparentDataEncryptionOptions-boolean-java.lang.String-java.lang.String-org.apache.cassandra.config.ParameterizedClass-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TransparentDataEncryptionOptions</h4> <pre>public&nbsp;TransparentDataEncryptionOptions(boolean&nbsp;enabled, java.lang.String&nbsp;cipher, java.lang.String&nbsp;keyAlias, <a href="../../../../org/apache/cassandra/config/ParameterizedClass.html" title="class in org.apache.cassandra.config">ParameterizedClass</a>&nbsp;keyProvider)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;java.lang.String&nbsp;get(java.lang.String&nbsp;key)</pre> </li> </ul> <a name="remove-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>remove</h4> <pre>public&nbsp;void&nbsp;remove(java.lang.String&nbsp;key)</pre> </li> </ul> <a name="equals-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="equals-org.apache.cassandra.config.TransparentDataEncryptionOptions-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(<a href="../../../../org/apache/cassandra/config/TransparentDataEncryptionOptions.html" title="class in org.apache.cassandra.config">TransparentDataEncryptionOptions</a>&nbsp;other)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/TransparentDataEncryptionOptions.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/config/Schema.html" title="class in org.apache.cassandra.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/apache/cassandra/config/ViewDefinition.html" title="class in org.apache.cassandra.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/config/TransparentDataEncryptionOptions.html" target="_top">Frames</a></li> <li><a href="TransparentDataEncryptionOptions.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
WebContent/css/logincss/login.css
yiduoyunQ/upm
@font-face { font-family: 'SFNSText'; src: local(".SFNSText-Medium"), url('/fonts/SFNSText-Medium.woff') format('woff'); font-weight: 500; } @font-face { font-family: 'SFNSText'; src: local(".SFNSText-Light"), url('/fonts/SFNSText-Light.woff') format('woff'); font-weight: 300; } @font-face { font-family: 'SFNSDisplay-Numbers'; src: local(".SFNSDisplay-Ultralight"), url('/fonts/SFNSDisplay-Ultralight-Numbers.woff') format('woff'); font-weight: 100; } @font-face { font-family: 'SFNSDisplay'; src: local(".SFNSDisplay-Light"), url('/font/sf-pro-display_light.woff') format('woff'); font-weight: 300; } body.non-default { background: none; } .center-login { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; height: 480px; width: 640px; } .si-container[data-theme=lite] { color: #fff; } .si-container { text-align: center; width: 100%; padding: 0; } .widget-container { height: 100%; min-width: 310px; margin: 0 auto; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-flex-direction: vertical; -moz-flex-direction: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; } app.css:1 .fade-in { -webkit-animation: fade-in 500ms ease-in-out; -o-animation: fade-in 500ms ease-in-out; animation: fade-in 500ms ease-in-out; } app.css:1:lang(ja), :lang(ko), :lang(th), :lang(zh) { font-style: normal; } app.css:1:lang(zh) { quotes: "「" "」"; } .widget-container .si-step, .widget-container .change-password-inline { width: 100%; }
doc/com/baidu/ueditor/define/package-frame.html
xnx3/iw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_40) on Sat Feb 10 09:47:10 CST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>com.baidu.ueditor.define</title> <meta name="date" content="2018-02-10"> <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="../../../../com/baidu/ueditor/define/package-summary.html" target="classFrame">com.baidu.ueditor.define</a></h1> <div class="indexContainer"> <h2 title="接口">接口</h2> <ul title="接口"> <li><a href="State.html" title="com.baidu.ueditor.define中的接口" target="classFrame"><span class="interfaceName">State</span></a></li> </ul> <h2 title="类">类</h2> <ul title="类"> <li><a href="ActionMap.html" title="com.baidu.ueditor.define中的类" target="classFrame">ActionMap</a></li> <li><a href="AppInfo.html" title="com.baidu.ueditor.define中的类" target="classFrame">AppInfo</a></li> <li><a href="BaseState.html" title="com.baidu.ueditor.define中的类" target="classFrame">BaseState</a></li> <li><a href="FileType.html" title="com.baidu.ueditor.define中的类" target="classFrame">FileType</a></li> <li><a href="MIMEType.html" title="com.baidu.ueditor.define中的类" target="classFrame">MIMEType</a></li> <li><a href="MultiState.html" title="com.baidu.ueditor.define中的类" target="classFrame">MultiState</a></li> </ul> <h2 title="枚举">枚举</h2> <ul title="枚举"> <li><a href="ActionState.html" title="com.baidu.ueditor.define中的枚举" target="classFrame">ActionState</a></li> </ul> </div> </body> </html>
docs/xref-test/de/aikiit/fotorenamer/util/package-summary.html
ottlinger/fotorenamer
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>FotoRenamer - rename your photos automatically 2.0.0-SNAPSHOT Reference Package de.aikiit.fotorenamer.util</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> <body> <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 class="navBarCell1Rev">Package</li> <li>Class</li> <li>Use</li> <li>Tree</li> <li>Deprecated</li> <li>Index</li> <li>Help</li> </ul> <div class="aboutLanguage"><em><strong>FotoRenamer - rename your photos automatically 2.0.0-SNAPSHOT Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?overview-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li>All Classes</li> </ul> <div> </div> <a name="skip-navbar_top"><!-- --></a> </div> <div class="header"> <h1 title="Package" class="title">Package de.aikiit.fotorenamer.util</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst colLast" scope="col">Class</th> </tr> </thead> <tbody> <tr class="altColor"> <td class="colFirst colLast"> <a href="ComponentGaugeUtilTest.html#ComponentGaugeUtilTest" target="classFrame" title="class in de.aikiit.fotorenamer.util">ComponentGaugeUtilTest</a> </td> </tr> <tr class="rowColor"> <td class="colFirst colLast"> <a href="LocalizationHelperTest.html#LocalizationHelperTest" target="classFrame" title="class in de.aikiit.fotorenamer.util">LocalizationHelperTest</a> </td> </tr> </tbody> </table> </li> </ul> </div> <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 class="navBarCell1Rev">Package</li> <li>Class</li> <li>Use</li> <li>Tree</li> <li>Deprecated</li> <li>Index</li> <li>Help</li> </ul> <div class="aboutLanguage"><em><strong>FotoRenamer - rename your photos automatically 2.0.0-SNAPSHOT Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?overview-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li>All Classes</li> </ul> <div> </div> <a name="skip-navbar_bottom"><!-- --></a> </div> <div id="footer"> Copyright &#169; 2022 <a href="https://www.aiki-it.de">Aiki IT</a>. All rights reserved. </div> </body> </html>
webapp/partials/templates/userAvatar.html
Studentmediene/Momus
<div ng-style="{width: size, height: size}"> <img id="user-image" ng-src="/api/person/{{user.id}}/photo" width="{{size}}" ng-style="{'border-radius': size/2}"> <div ng-if="showSvg" ng-style="{width: size, height: size}"> <svg width="100%" height="100%"> <circle ng-attr-r="{{size/2}}" ng-attr-cx="{{size/2}}" ng-attr-cy="{{size/2}}" ng-attr-fill="{{circleColor}}" > </circle> <text ng-attr-x="{{size/2}}" ng-attr-y="{{size/2}}" text-anchor="middle" font-family="Arial" font-weight="bolder" font-size="{{size/2}}" ng-attr-fill="{{textColor}}" dy=".35em"> {{user.name | initials}} </text> </svg> </div> </div>
docs/design/1-toplevel.html
tarsqi/ttk
<link rel="stylesheet" type="text/css" href="master.css"> </head> <body> <p class="top navigation"> <a href="index.html">home</a> <a href="1-toplevel.html">toplevel</a> <a href="2-preprocessor.html">preprocessor</a> <a href="3-gutime.html">gutime</a> <a href="4-evita.html">evita</a> <a href="5-slinket.html">slinket</a> <a href="6-s2t.html">s2t</a> <a href="7-blinker.html">blinker</a> <a href="8-classifier.html">classifier</a> <a href="9-sputlink.html">sputlink</a> </p> <h1>TARSQI Toolkit - Top-level Processing</h1> <p class="navigation"> [ <a href="#toplevel">toplevel</a> | <a href="#source">source processing</a> | <a href="#pipeline">pipeline</a> | <a href="#output">output</a> | <a href="#tags">tags</a> ] </p> <a name="toplevel"/> <h2>The Tarsqi Toolkit top-level code</h2> <p>The top-level processing chain is implemented in the run_tarsqi() method and the Tarsqi class in tarsqi.py. The run_tarsqi() method reads the arguments, deals with some file/directory bookkeeping, and initializes a Tarsqi instance and then runs the process_document() method on the instance. Upon initialization the Tarsqi instance does the following:</p> <ol class="spacy"> <li>Store processing parameters on the instance. They were originally read by run_tarsqi() which hands them into the Tarsqi initialization. Parameters are defined in config.txt, but values in there can be overridden on the command line invocation.</li> <li>Read the Tarsqi library. This library currently contains only elements from the TimeML specifications, but more library items will be added over time.</li> <li>Create a pipeline from the --pipeline parameter. A pipeline is a list of pairs where each pair has the name of the component and the Python class that implements it.</li> <li>Initialize an instance of TarsqiDocument, which is the class that is central to all TTK processing. Hand the processing options to the TarsqiDocument.</li> <li>Select the source parser and the metadata parser using the value of the --source option. There are three source parsers defined in docmodel.source_parser: SourceParserXML, SourceParserText and SourceParserTTK. These deal with the three input formats that the Tarsqi Toolkit is sensitive to. Metadata parsers are defined in docmodel.metadata_parser, currently there are five of them: MetadataParser, MetadataParserTTK, MetadataParserTimebank, MetadataParserATEE, MetadataParserRTE3 and MetadataParserVA.</li> <li>Set the minimal document structure parser that is used as a default.</li> </ol> <p>There is an instance of the Tarsqi class for each document processed. Actual processing occurs through the Tarsqi.process_document() method which does the following things:</p> <ol class="spacy"> <li>Run a source parser, a metadata parser and a minimal document structure parser. All take the TarsqiDocument as an argument and all add information to it.</li> <img src="images/docprocessing.png"/ height="195"> <li>Apply components as specified by the pipeline.</li> <li>Write the output to a file.</li> </ol> <p>We will discuss most of these steps in some more detail, but let's first take a look at the structure of the TarsqiDocument object since it is central to a lot of the processing in the Tarsqi toolkit. The four main elements of a TarsqiDocument are shown in the table below.</p> <table class="pythonclass indent spacy"> <tr> <td class="name" colspan="2">docmodel.document.TarsqiDocument</td> </tr> <tr> <td class="attribute">sourcedoc</td> <td>an instance of docmodel.document.SourceDoc</td> </tr> <tr> <td class="attribute">metadata</td> <td>a dictionary with meta data</td> </tr> <tr> <td class="attribute">options</td> <td>an instance of tarsqi.Options containing processing options</td> </tr> <tr> <td class="attribute">tags</td> <td>an instance of docmodel.document.TagRepository, tags are added here by the Tarsqi components</td> </tr> </table> <p>The TarsqiDocument is created during Tarsqi initialization. In step 1 above, the SourceParser adds a SourceDoc, the MetadataParser sets values in a meta data dictionary and the DocSructureParser adds docelement tags to a tag repository in tags. Application of pipeline components (step 2) changes the tags repository by adding new tags.</p> <p>The SourceDoc instance has the following structure:</p> <table class="pythonclass indent spacy"> <tr> <td class="name" colspan="2">docmodel.document.SourceDoc</td> </tr> <tr> <td class="attribute">filename</td> <td>the file that the SourceDoc is created for</td> </tr> <tr> <td class="attribute">text</td> <td>a unicode string</td> </tr> <tr> <td class="attribute">metadata</td> <td>a dictionary with the metadata expressed in the source document</td> </tr> <tr> <td class="attribute">comments</td> <td>a dictionary of comments in the source documents, indexed on text offset of the comment; currently, these comments are always XML comments</td> </tr> <tr> <td class="attribute">tags</td> <td> <table class="pythonclass embedded"> <tr> <td class="name" colspan="2">docmodel.document.TagRepository</td> </tr> <tr> <td class="attribute">tags</td> <td>list of instances of docmodel.document.Tag</td> </tr> <tr> <td class="attribute">opening_tags</td> <td>dictionary of instances of docmodel.document.Tag, indexed on opening offsets</td> </tr> <tr> <td class="attribute">closing_tags</td> <td>dictionary of tag names, indexed on closing offsets and opening offsets</td> </tr> </table> </td> </tr> </table> <pc>The TagRepository in the tags instance variable contains all tags that were present in the original document and is considered a read-only repository (that is, no tags will be deleted, added or changed after the source parser has applied).</p> <p>We now turn to how the three parsers of step 1 operate and how they fill in the TarsqiDocument and SourceDoc structures.</p> <a name="source"/> <h3>Parsing the source, its metadata and its structure</h3> <p><span class="header">SourceParser</span>. When the source parser applies, the main variables on the TarsqiDocument (source, metadata, options and tags) are not filled in yet. As the first part of step 1, the TarsqiDocument is processed by one of the subclasses of docmodel.source_parser.SourceParser. These classes parse the input file using parse_file(filename) and build the embedded SourceDoc instance in the source variable.</p> <p>Three subclasses of SourceParser are defined: SourceParserXML, SourceParserText and SourceParserTTK. Which one is picked depends on the --source option, which has 'xml' as the default. There is a dictionary in docmodel.main that maps the source to a source parser and to a metadata parser and the function create_source_parser() is used in the tarsqi module to get this parser.</p> <pre class="example indent"> <i>docmodel.main</i> PARSERS = { 'xml': (SourceParserXML, MetadataParser), 'timebank': (SourceParserXML, MetadataParserTimebank), 'text': (SourceParserText, MetadataParserText), 'ttk': (SourceParserTTK, MetadataParserTTK) } </pre> <p>As an aside, note that with these source types we can split a processing chain by storing intermediate results and then later applying components further downstream. In the code below for example we take an XML file and just run the preprocessor. Results are always stored in Tarsqi's native ttk format which is then used as the source format for the next invocation with the rest of the pipeline.</p> <pre class="example indent"> python tarsqi.py --pipeline=PREPROCESSOR --source=xml test.xml test-p.xml python tarsqi.py --pipeline=EVITA,SLINKET --source=ttk test-p.xml test-pge.xml </pre> <p>Back to document parsing. On Tarsqi initialization, the method create_source_parser() was used to set the value of the source_parser variable of the Tarsqi instance. And this parser is used by the Tarsqi.process_document() method, a fragment of which is shown here.</p> <pre class="example indent"> <i>tarsqi.Tarsqi</i> def process_document(self): <b>self.source_parser.parse_file(self.input, self.tarsqidoc)</b> self.metadata_parser.parse(self.tarsqidoc) self.docstructure_parser.parse(self.tarsqidoc) for (name, wrapper) in self.pipeline: self._apply_component(name, wrapper, self.tarsqidoc) </pre> <p>When we use --source=xml on the command line then self.source_parser contains an instance of SourceParserXML and the input is assumed to be an XML file with inline XML tags which the source parser splits into the primary text data (text without tags) and a dictionary of class TagRepository which has tags with character offsets pointing into the primary data. Both instance variables are intended to be read-only. That is, after the SourceDoc is created the primary data string never changes and tags are not added to the TagRepository. Here is a minimal example as an illustration: <pre class="example indent"> &lt;?xml version="1.0" ?> &lt;text>One &lt;noun>tag&lt;/noun> only.&lt;/text> </pre> <p>For this text, the tags list is as follows:</p> <pre class="example indent"> [ &lt;docmodel.source_parser.Tag instance at 0x108d6c518>, &lt;docmodel.source_parser.Tag instance at 0x108d6c4d0> ] </pre> <p>For clarity, here is the same list but with the unhelpful print string for Tags replaced by a more helpful one:</p> <pre class="example indent"> [ &lt;Tag text id=1 1:14 {}>, &lt;Tag noun id=2 5:8 {}> ] </pre> <p>The dictionaries on the two tags are empty, but if the XML tags had attributes they would end up in there. The two other instance variables on TagRepository are in effect indexes over the list, giving quick access to the tags at specified begin or end offsets. The opening tags dictionary is as follows:</p> <pre class="example indent"> { 1: [ &lt;Tag text id=1 1:14 {}> ], 5: [ &lt;Tag noun id=2 5:8 {}> ] } </pre> Which indicates that there are opening tags at positions 1 and 5, and in both cases there is only one tag at that offset. Instances of Tag contain the name of the tag, its attributes and its begin and end offsets. The closing tags dictionary for the above example is: <pre class="example indent"> { 8: { 5: {u'noun': True} }, 14: { 1: {u'text': True} } } </pre> <p>This dictionary says that at character offset 8 we close a noun tag that was opened at offset 5. The TagRepository class has convenience methods to access tags.</p> <p>The two other source parsers, SourceParserText and SourceParserTTK, add a SourceDoc instance to the TarsqiDocument, just as SourceParserXML does. The SourceParserText justs puts a string in the text variable and leaves all others empty. The SourceParserTTK however is used to deal with documents that were previsously saved as a TTK document and which may contain metadata, source tags and Tarsqi tags. Therefore, this parser adds elements to the metadata dictionary on the SourceDoc, source tags to the tags repository on the SourceDoc, and Tarsqi tags to the tags repository on the TarsqiDocument (and in some cases to the comments variable as well if the TTK document was created from an XML document with comments).</p> <p><span class="header">MetadataParser</span>. The second part of step 1 is to run a metadata parser, all metadata parsers are defined in docmodel.metadata_parser. Again, what metadata parser to use is determined by the --source command line option and the mapping in the PARSERS dictionary in docmodel.main.</p> <p>For generic XML we can use the default MetadataParser which takes a TarsqiDocument and fills in elements in its metadata dictionary. In fact, it only fills in one element, the Document Creation Time (DCT) which is added under the 'dct' key. To see how this works recall the process_document() method in the Tarsqi class, repeated here with the call to the metadata parser in bold face.</p> <pre class="example indent"> <i>tarsqi.Tarsqi</i> def process_document(self): self.source_parser.parse_file(self.input, self.tarsqidoc) <b>self.metadata_parser.parse(self.tarsqidoc)</b> self.docstructure_parser.parse(self.tarsqidoc) for (name, wrapper) in self.pipeline: self._apply_component(name, wrapper, self.tarsqidoc) </pre> <p>All metadata parsers define a parse() method, which in the case of the MetadataParser simply sets the DCT to today's date, which is what get_today() returns:</p> <pre class="example indent"> <i>docmodel.metadata_parser.MetadataParser</i> def parse(self, tarsqidoc): tarsqidoc.metadata['dct'] = self.get_dct() def get_dct(self): return get_today() </pre> <p>There are other metadata parsers with different approaches to getting the DCT. For example, the MetadataParserTimebank extracts certain xml elements from the document or parses the name of the input file. Any piece of code could be inserted in the parse() method and the DCT can be extracted using a full document parse or a database lookup if needed. Note that the metadata parser has access to the TarsqiDocument and its embedded SourceDoc, metadata and processing options. As for the options, the processing options are taken from the command line options and the config.txt file. Therefore, any settings there are available to the metadata parser simpy by using something like the following:</p> <pre class="example indent"> def parse(self, tarsqidoc): dct_db = tarsqidoc.options.getopt('dct-database') tarsqidoc.metadata['dct'] = lookup(tarsqidoc.source.filename, dct_db) </pre> <p>This piece of code assumes that 'dct-database' was given as a command line option (for example, "--dct-database=/home/databases/dct.sqlite") or was added to config.txt, it also requires that lookup() is defined appropriately.</p> <p><span class="header">DocumentStructureParser</span>. The third and last part of step 1 is to apply the document parser. We again print the relevant code, this time with the document parser invocation highlighted.</p> <pre class="example indent"> <i>tarsqi.Tarsqi</i> def process_document(self): self.source_parser.parse_file(self.input, self.tarsqidoc) self.metadata_parser.parse(self.tarsqidoc) <b>self.docstructure_parser.parse(self.tarsqidoc)</b> for (name, wrapper) in self.pipeline: self._apply_component(name, wrapper, self.tarsqidoc) </pre> <p>There is a simple default document parser named DocumentStructureParser defined in docmodel.docstructure_parser. This parser first checks whether document structure is already available in the form of docelement tags in the tags repository on the TarsqiDocument (which would happen if the input is a ttk file). If not, the parser finds the offsets of paragraph boundaries using white lines as a heuristic. These offsets are then used to add docelement tags to the tags repository on the TarsqiDocument. This simple parsers only adds docelement tags of type "paragraph", but future versions may also add other types like "section-header".</p> <a name="pipeline"/> <h3>Pipeline processing</h3> <p>Pipeline processing starts off from the same spot in the code as the parsers described above:</p> <pre class="example indent"> <i>tarsqi.Tarsqi</i> def process_document(self): self.source_parser.parse_file(self.input, self.tarsqidoc) self.metadata_parser.parse(self.tarsqidoc) self.docstructure_parser.parse(self.tarsqidoc) <b>for (name, wrapper) in self.pipeline: self._apply_component(name, wrapper, self.tarsqidoc)</b> </pre> <p>This applies all components as specified in the pipeline. Recall that on initialization the Tarsqi class creates a pipeline of components from the user's --pipeline option. If we had used a command line invocation like</p> <pre class="example indent"> $ python tarsqi.py --pipeline=PREPROCESSOR,GUTIME,EVITA in.xml out.xml </pre> <p>then the pipeline as stored on the pipeline variable in the Tarsqi instance would be</p> <pre class="example indent"> [('PREPROCESSOR', &lt;class components.preprocessing.wrapper.PreprocessorWrapper at 0x10514a668>), ('GUTIME', &lt;class components.gutime.wrapper.GUTimeWrapper at 0x1051c36d0>), ('EVITA', &lt;class components.evita.wrapper.EvitaWrapper at 0x1051c3ce8>)] </pre> <p>The code for all components is wrapped in special wrapper classes like PreprocessorWrapper in the example above. All available wrappers are defined in the COMPONENTS dictionary in components.__init__.py. Every wrapper is required to have the following two methods:</p> <ol class="tight"> <li>an initialization method that takes the TarsqiDocument as its sole argument, the TarsqiDocument will be saved on an instance variable on the wrapper</li> <li>a process() method which has the side effect of changing the TarsqiDocument instance.</li> </ol> <p>Components update the TarsqiDocument by updating its TagRepository. In some cases, another data structure is updated first and then the results are exported to the TarsqiDocument.</p> <a name="output"/> <h3>Tarsqi output</h3> <p>The Tarsqi class prints results by asking the TarsqiDocument to print the source text and all tags to a document, which in turn is done by retrieving the source and the source tags from the SourceDoc instance and the added Tarsqi tags from the TagRepository in the tarsqi_tags attribute. The output is written to one file with both the primary data and the tags. Here is an example of an output file that the Tarsqi toolkit produces. Suppose we have the input below.</p> <pre class="example indent"> &lt;?xml version="1.0" ?> &lt;text>He sleeps on Friday.&lt;/text> </pre> <p>And suppose we have a pipeline that includes the preprocessor, GUTime and Evita. Then the output will be as follows (note that in real life the EVENT tag would actually be printed on one line only, it is split over two lines here for readability).</p> <pre class="example indent"> &lt;ttk> &lt;text> She sleeps on Friday. &lt;/text> &lt;metadata> &lt;dct value="20160907"/> &lt;/metadata> &lt;source_tags> &lt;text id="1" begin="1" end="22" /> &lt;/source_tags> &lt;tarsqi_tags> &lt;docelement id="d1" begin="0" end="23" origin="DOCSTRUCTURE" type="paragraph" /> &lt;s id="s1" begin="1" end="22" origin="PREPROCESSOR" /> &lt;lex id="l1" begin="1" end="4" lemma="she" origin="PREPROCESSOR" pos="PP" text="She" /> &lt;ng id="c1" begin="1" end="4" origin="PREPROCESSOR" /> &lt;lex id="l2" begin="5" end="11" lemma="sleep" origin="PREPROCESSOR" pos="VBZ" text="sleeps" /> &lt;vg id="c2" begin="5" end="11" origin="PREPROCESSOR" /> &lt;EVENT begin="5" end="11" aspect="NONE" class="OCCURRENCE" eid="e1" eiid="ei1" epos="VERB" form="sleeps" origin="EVITA" pos="VBZ" tense="PRESENT" /> &lt;lex id="l3" begin="12" end="14" lemma="on" origin="PREPROCESSOR" pos="IN" text="on" /> &lt;lex id="l4" begin="15" end="21" lemma="Friday" origin="PREPROCESSOR" pos="NNP" text="Friday" /> &lt;ng id="c3" begin="15" end="21" origin="PREPROCESSOR" /> &lt;TIMEX3 begin="15" end="21" origin="GUTIME" tid="t1" type="DATE" value="" /> &lt;lex id="l5" begin="21" end="22" lemma="." origin="PREPROCESSOR" pos="." text="." /> &lt;TLINK eventInstanceID="ei1" origin="BLINKER-Type-2-on" relType="IS_INCLUDED" relatedToTime="t1" /> &lt;TLINK origin="LINK_MERGER" relType="INCLUDES" relatedToEventInstance="ei1" timeID="t1" /> &lt;/tarsqi_tags> &lt;/ttk> </pre> <p>All elements added by Tarsqi processing, with the exception of meta data elements like the DCT, are direct children of the tarsqi_tags tag. There is no strictly defined order, but in general textual occurrence is used for ordering.</p> <a name="tags"/> <h2>Tags added by the Tarsqi Toolkit</h2> <p>All Tarsqi tags added by the system have identifiers that are unique to the document and the tag type. The identifiers consist of a tag-specific prefix and an integer. The prefixes and the tags they go with are listed in the table below.</p> <table class="indent"> <tr class="tableheader"> <td>tag with identifier example</td> <td>component</td> <td>description</td> </tr> <tr> <td>&lt;docelement id="d1"&gt;</td> <td>DocumentStructureParser</td> <td>paragraphs</td> </tr> <tr> <td>&lt;s id="s1"&gt;</td> <td>Tokenizer</td> <td>sentences</td> </tr> <tr> <td>&lt;lex id="l12"&gt;</td> <td>Tokenizer and Tagger</td> <td>tokens with pos and lemma</td> </tr> <tr> <td>&lt;ng id="c1"&gt;</td> <td>Chunker</td> <td>noun chunks</td> </tr> <tr> <td>&lt;vg id="c2"&gt;</td> <td>Chunker</td> <td>verb chunks</td> </tr> <tr> <td>&lt;TIMEX3 tid="t3"&gt;</td> <td>GUTime</td> <td>TimeML time expressions</td> </tr> <tr> <td>&lt;EVENT eid="e23" eiid="ei23"&gt;</td> <td>Evita</td> <td>events</td> </tr> <tr> <td>&lt;ALINK lid="l31"&gt;</td> <td>Slinket</td> <td>aspectual links</td> </tr> <tr> <td>&lt;SLINK lid="l32"&gt;</td> <td>Slinket</td> <td>subordinating links</td> </tr> <tr> <td>&lt;TLINK lid="l33"&gt;</td> <td>Blinker, S2T, classifier</td> <td>temporal links</td> </tr> </table> <p>Tags introduced by the document structure parser and the preprocessor have lower case names and use the "id" attribute for the identifiers. TimeML tags are uppercase and introduce their identifiers with special attributes "tid", "eid", "eiid", and "lid". Identifiers of noun chunks and verb chunks share the same prefix and so do th eidentifiers on the three link types. As per the TimeML specifications, events have an event identifier and an event instance identifier, this allows us to deal with those events that have more than one instance. The latter case is not recognized by the Tarsqi Toolkit however and the eid and eiid will always have the same integer in it (but not with the same prefix).</p> </body> </html>
2012.12.0/apidocs/org/wildfly/swarm/config/RemotingSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Dec 12 12:37:10 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RemotingSupplier (BOM: * : All 2012.12.0 API)</title> <meta name="date" content="2017-12-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="RemotingSupplier (BOM: * : All 2012.12.0 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RemotingSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/config/RemotingConsumer.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/config/RequestController.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/config/RemotingSupplier.html" target="_top">Frames</a></li> <li><a href="RemotingSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config</div> <h2 title="Interface RemotingSupplier" class="title">Interface RemotingSupplier&lt;T extends <a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">RemotingSupplier&lt;T extends <a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/config/RemotingSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of Remoting resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&nbsp;get()</pre> <div class="block">Constructed instance of Remoting resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RemotingSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/config/RemotingConsumer.html" title="interface in org.wildfly.swarm.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/config/RequestController.html" title="class in org.wildfly.swarm.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/config/RemotingSupplier.html" target="_top">Frames</a></li> <li><a href="RemotingSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
test/index.html
clayandgithub/clayandgithub.github.io
--- layout: page title: "Test" description: "Hey, this is WWW." header-img: "../img/common-bg.jpg" --- <link rel="stylesheet" href="./resources/index.css" id="video"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <div class="bg"> <video autoplay="" loop=""> <source src="resources/sky.mp4" type="video/mp4"> </video> </div> <div class="container" style="margin:0;padding:0;width:100%;"> <p>This is a test page!</p> </div> {% if site.duoshuo_username %} <!-- 多说评论框 start --> <div class="ds-thread" data-thread-key="{{site.duoshuo_username}}/test" data-title="{{page.title}}" data-url="{{site.url}}test/"></div> <!-- 多说评论框 end --> <!-- 多说公共JS代码 start (一个网页只需插入一次) --> <script type="text/javascript"> var duoshuoQuery = {short_name:"{{site.duoshuo_username}}"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </script> <!-- 多说公共JS代码 end --> {% endif %}
docs/_docs/javadoc/com/centurylink/mdw/image/PngProcessExporter.html
CenturyLinkCloud/mdw
<!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 --> <title>PngProcessExporter (MDW 6 API JavaDocs)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="PngProcessExporter (MDW 6 API JavaDocs)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../com/centurylink/mdw/image/ProcessCanvas.html" title="class in com.centurylink.mdw.image"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/centurylink/mdw/image/PngProcessExporter.html" target="_top">Frames</a></li> <li><a href="PngProcessExporter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.centurylink.mdw.image</div> <h2 title="Class PngProcessExporter" class="title">Class PngProcessExporter</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.centurylink.mdw.image.PngProcessExporter</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../com/centurylink/mdw/export/ProcessExporter.html" title="interface in com.centurylink.mdw.export">ProcessExporter</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">PngProcessExporter</span> extends java.lang.Object implements <a href="../../../../com/centurylink/mdw/export/ProcessExporter.html" title="interface in com.centurylink.mdw.export">ProcessExporter</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/image/PngProcessExporter.html#PngProcessExporter-com.centurylink.mdw.model.project.Project-">PngProcessExporter</a></span>(<a href="../../../../com/centurylink/mdw/model/project/Project.html" title="interface in com.centurylink.mdw.model.project">Project</a>&nbsp;project)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/image/PngProcessExporter.html#export-com.centurylink.mdw.model.workflow.Process-">export</a></span>(<a href="../../../../com/centurylink/mdw/model/workflow/Process.html" title="class in com.centurylink.mdw.model.workflow">Process</a>&nbsp;process)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../com/centurylink/mdw/cli/Dependency.html" title="class in com.centurylink.mdw.cli">Dependency</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/image/PngProcessExporter.html#getDependencies--">getDependencies</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.awt.Dimension</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/image/PngProcessExporter.html#getDiagramSize-com.centurylink.mdw.model.workflow.Process-">getDiagramSize</a></span>(<a href="../../../../com/centurylink/mdw/model/workflow/Process.html" title="class in com.centurylink.mdw.model.workflow">Process</a>&nbsp;process)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>protected java.awt.image.BufferedImage</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/image/PngProcessExporter.html#printImage-com.centurylink.mdw.model.workflow.Process-">printImage</a></span>(<a href="../../../../com/centurylink/mdw/model/workflow/Process.html" title="class in com.centurylink.mdw.model.workflow">Process</a>&nbsp;process)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PngProcessExporter-com.centurylink.mdw.model.project.Project-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PngProcessExporter</h4> <pre>public&nbsp;PngProcessExporter(<a href="../../../../com/centurylink/mdw/model/project/Project.html" title="interface in com.centurylink.mdw.model.project">Project</a>&nbsp;project)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="export-com.centurylink.mdw.model.workflow.Process-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>export</h4> <pre>public&nbsp;byte[]&nbsp;export(<a href="../../../../com/centurylink/mdw/model/workflow/Process.html" title="class in com.centurylink.mdw.model.workflow">Process</a>&nbsp;process) throws java.io.IOException</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../com/centurylink/mdw/export/ProcessExporter.html#export-com.centurylink.mdw.model.workflow.Process-">export</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/centurylink/mdw/export/ProcessExporter.html" title="interface in com.centurylink.mdw.export">ProcessExporter</a></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="printImage-com.centurylink.mdw.model.workflow.Process-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>printImage</h4> <pre>protected&nbsp;java.awt.image.BufferedImage&nbsp;printImage(<a href="../../../../com/centurylink/mdw/model/workflow/Process.html" title="class in com.centurylink.mdw.model.workflow">Process</a>&nbsp;process)</pre> </li> </ul> <a name="getDiagramSize-com.centurylink.mdw.model.workflow.Process-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDiagramSize</h4> <pre>public&nbsp;java.awt.Dimension&nbsp;getDiagramSize(<a href="../../../../com/centurylink/mdw/model/workflow/Process.html" title="class in com.centurylink.mdw.model.workflow">Process</a>&nbsp;process)</pre> </li> </ul> <a name="getDependencies--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getDependencies</h4> <pre>public&nbsp;java.util.List&lt;<a href="../../../../com/centurylink/mdw/cli/Dependency.html" title="class in com.centurylink.mdw.cli">Dependency</a>&gt;&nbsp;getDependencies()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../com/centurylink/mdw/export/ProcessExporter.html#getDependencies--">getDependencies</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/centurylink/mdw/export/ProcessExporter.html" title="interface in com.centurylink.mdw.export">ProcessExporter</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../com/centurylink/mdw/image/ProcessCanvas.html" title="class in com.centurylink.mdw.image"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/centurylink/mdw/image/PngProcessExporter.html" target="_top">Frames</a></li> <li><a href="PngProcessExporter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright &#169; 2019 CenturyLink, Inc.</i></small></p> </body> </html>
candlelight/html/template.html
bigxodus/candlelight
<html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1; minimum-scale=1.0; maximum-scale=1.0; user-scalable=no"> <style> body { background-color: #191919; color: #FEFEFF; word-break:break-all; } .header{ padding-left: 10px; padding-top: 0px; } .line{ height: 1px; background-color: #3D3D40; margin:5px -5px 5px -5px; } .bodies{ background-color: #262626; margin: -5px; padding: 10px 10px; min-height: 400px; } .title{ font-size:20px; color: #CCCCCC; } .author{ padding-right:10px; color: #939393; } .reg-date{ padding-right:5px; color: #CECECE; } .read-count{ color: #858F87; } .comments div{ background-color: #262626; border-bottom:solid 1px #3D3D40; margin: -15px -5px -5px -5px; padding: 0px 10px 5px 10px; } .depth0{ padding-left:10px; } .depth1{ padding-left:25px; } .depth2{ padding-left:40px; } .depth3{ padding-left:55px; } .depth4{ padding-left:70px; } .depth5{ padding-left:85px; } .depth6{ padding-left:100px; } img { max-width: 100%; height:auto; } iframe { max-width: 100%; } </style> </head> <body> <div class='header'> <h2 class='title'>{{title}}</h2> <p> <span class='author'>{{author}}</span> <span class='reg-date'>{{regDate}}</span> <span class='read-count'>{{readCount}} 읽음</span></p> </div> <div class='line'></div> <div class='bodies'> {{content}} </div> <div class='line'></div> <div class='reply-title'> <span>Reply {{commentCount}}</span> <div> <div class='line'></div> <div class='comments'> {{comments}} </div> </body> </html>
docs/javadocs/api/docs/apidocs/keywhiz/api/class-use/CreateClientRequest.html
mcpherrinm/keywhiz
<!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_121) on Tue Jun 27 14:40:22 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class keywhiz.api.CreateClientRequest (Keywhiz API 0.8.0 API)</title> <meta name="date" content="2017-06-27"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class keywhiz.api.CreateClientRequest (Keywhiz API 0.8.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../keywhiz/api/CreateClientRequest.html" title="class in keywhiz.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?keywhiz/api/class-use/CreateClientRequest.html" target="_top">Frames</a></li> <li><a href="CreateClientRequest.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class keywhiz.api.CreateClientRequest" class="title">Uses of Class<br>keywhiz.api.CreateClientRequest</h2> </div> <div class="classUseContainer">No usage of keywhiz.api.CreateClientRequest</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../keywhiz/api/CreateClientRequest.html" title="class in keywhiz.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?keywhiz/api/class-use/CreateClientRequest.html" target="_top">Frames</a></li> <li><a href="CreateClientRequest.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>
docs/shortcuts-visual-studio-code/index.html
Adron/adron.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>Adron's Thrashing Code</title> <meta name="description" content=""> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="alternate" href="/feed.xml" type="application/rss+xml" title="Coder, Messenger, Recon, Infrastructure, Ops, &amp; A Sprinkling of Metal"> <link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96"> <link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png"> <link rel="stylesheet" href="/css/custom.css"> <link rel="stylesheet" href="/css/style.min.css"> <script src="/js/modernizr.js"></script> </head> <body class="article-detail"> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="header header-over large"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-6 col-xs-6"> <!-- Logo Image--><a href="/index.html" class="logo-image logo-animated"><img src="/img/logos/logo.png" alt="logo"></a> <!-- End of Logo Image--> </div> <div class="col-md-9 col-sm-6 col-xs-6"> <!-- Menu--> <nav class="right helper"> <ul class="menu sf-menu js-menu"> <li><a href="/docs/thrashing-code-news/">Thrashing Code News</a></li> <li><a href="#">Conf - Meetup - Events</a> <ul> <li><a href="/docs/Speaking-Presentations-Workshops/">Speaking - Presentations - Workshops</a></li> <li><a href="/docs/calendar">Calendar of Engagements</a></li> </ul> </li> <li><a href="/docs/documentation/">Docs</a></li> <li><a href="#">Contact</a> <ul> <li><a href="/docs/contact">Message</a></li> <li><a href="/docs/job-talk/">Hire</a></li> </ul> </li> <li><a href="/docs/about/">About</a></li> </ul> </nav> <!-- End of Menu--> </div> </div> </div> </div> <div class="header-back header-back-simple header-back-small"> <div class="header-back-container"> <div class="container"> <div class="row"> <div class="col-md-12"> <!-- Page Info--> <div class="page-info page-info-simple"> <h1>Visual Studio Code Shortcuts</h1> <div class="nav"> «<a href="/"> Home</a></div> </div> <!-- End Page Info--> </div> </div> </div> </div> </div> <div id="content"> <div class="container"> <div class="layout with-right-sidebar js-layout"> <div class="row"> <div class="col-md-12"> <div class="main-content"> <!-- Blog Page--> <docs class="article"> <section class="content"><p>For more on keyboard shortcuts and binding checkout the <a href="https://code.visualstudio.com/docs/customization/keybindings">Key Bindings for Visual Studio Code</a>.</p> <h2 id="basic-editing">Basic&nbsp;Editing</h2> <ul> <li>⌘X Cut line (empty selection)&nbsp;editor.action.clipboardCutAction</li> <li>⌘C Copy line (empty selection)&nbsp;editor.action.clipboardCopyAction</li> <li>⇧⌘K Delete Line&nbsp;editor.action.deleteLines</li> <li>⌘Enter Insert Line Below&nbsp;editor.action.insertLineAfter</li> <li>⇧⌘Enter Insert Line Above&nbsp;editor.action.insertLineBefore</li> <li>⌥↓ Move Line Down&nbsp;editor.action.moveLinesDownAction</li> <li>⌥↑ Move Line Up&nbsp;editor.action.moveLinesUpAction</li> <li>⇧⌥↓ Copy Line Down&nbsp;editor.action.copyLinesDownAction</li> <li>⇧⌥↑ Copy Line Up&nbsp;editor.action.copyLinesUpAction</li> <li>⌘D Add Selection To Next Find Match&nbsp;editor.action.addSelectionToNextFindMatch</li> <li>⌘K ⌘D Move Last Selection To Next Find Match&nbsp;editor.action.moveSelectionToNextFindMatch</li> <li>⌘U Undo last cursor operation&nbsp;cursorUndo</li> <li>⇧⌥I Insert cursor at end of each line selected&nbsp;editor.action.insertCursorAtEndOfEachLineSelected</li> <li>⇧⌘L Select all occurrences of current selection&nbsp;editor.action.selectHighlights</li> <li>⌘F2 Select all occurrences of current word&nbsp;editor.action.changeAll</li> <li>⌘I Select current line&nbsp;expandLineSelection</li> <li>⌥⌘↓ Insert Cursor Below&nbsp;editor.action.insertCursorBelow</li> <li>⌥⌘↑ Insert Cursor Above&nbsp;editor.action.insertCursorAbove</li> <li>⇧⌘\ Jump to matching bracket&nbsp;editor.action.jumpToBracket</li> <li>⌘] Indent Line&nbsp;editor.action.indentLines</li> <li>⌘[ Outdent Line&nbsp;editor.action.outdentLines</li> <li>Home Go to Beginning of Line&nbsp;cursorHome</li> <li>End Go to End of Line&nbsp;cursorEnd</li> <li>⌘↓ Go to End of File&nbsp;cursorBottom</li> <li>⌘↑ Go to Beginning of File&nbsp;cursorTop</li> <li>⌃PageDown Scroll Line Down&nbsp;scrollLineDown</li> <li>⌃PageUp Scroll Line Up&nbsp;scrollLineUp</li> <li>⌘PageDown Scroll Page Down&nbsp;scrollPageDown</li> <li>⌘PageUp Scroll Page Up&nbsp;scrollPageUp</li> <li>⇧⌘[ Fold (collapse) region&nbsp;editor.fold</li> <li>⇧⌘] Unfold (uncollapse) region&nbsp;editor.unfold</li> <li>⌘K ⌘[ Fold (collapse) all subregions&nbsp;editor.foldRecursively</li> <li>⌘K ⌘] Unfold (uncollapse) all subregions&nbsp;editor.unfoldRecursively</li> <li>⌘K ⌘0 Fold (collapse) all regions&nbsp;editor.foldAll</li> <li>⌘K ⌘J Unfold (uncollapse) all regions&nbsp;editor.unfoldAll</li> <li>⌘K ⌘C Add Line Comment&nbsp;editor.action.addCommentLine</li> <li>⌘K ⌘U Remove Line Comment&nbsp;editor.action.removeCommentLine</li> <li>⌘/ Toggle Line Comment&nbsp;editor.action.commentLine</li> <li>⇧⌥A Toggle Block Comment&nbsp;editor.action.blockComment</li> <li>⌘F Find&nbsp;actions.find</li> <li>⌥⌘F Replace&nbsp;editor.action.startFindReplaceAction</li> <li>⌘G Find Next&nbsp;editor.action.nextMatchFindAction</li> <li>⇧⌘G Find Previous&nbsp;editor.action.previousMatchFindAction</li> <li>⌥Enter Select All Occurences of Find Match&nbsp;editor.action.selectAllMatches</li> <li>⌥⌘C Toggle Find Case Sensitive&nbsp;toggleFindCaseSensitive</li> <li>⌥⌘R Toggle Find Regex&nbsp;toggleFindRegex</li> <li>⌥⌘W Toggle Find Whole Word&nbsp;toggleFindWholeWord</li> <li>⌃⇧M Toggle Use of Tab Key for Setting Focus&nbsp;editor.action.toggleTabFocusMode</li> <li>unassigned Toggle Render Whitespace&nbsp;toggleRenderWhitespace</li> </ul> <h2 id="rich-languages-editing">Rich Languages&nbsp;Editing</h2> <ul> <li>⌃Space Trigger Suggest&nbsp;editor.action.triggerSuggest</li> <li>⇧⌘Space Trigger Parameter Hints&nbsp;editor.action.triggerParameterHints</li> <li>⇧⌥F Format Code&nbsp;editor.action.format</li> <li>F12 Go to Definition&nbsp;editor.action.goToDeclaration</li> <li>⌥F12 Peek Definition&nbsp;editor.action.previewDeclaration</li> <li>⌘K F12 Open Definition to the Side&nbsp;editor.action.openDeclarationToTheSide</li> <li>⌘. Quick Fix&nbsp;editor.action.quickFix</li> <li>⇧F12 Show References&nbsp;editor.action.referenceSearch.trigger</li> <li>F2 Rename Symbol&nbsp;editor.action.rename</li> <li>⇧⌘. Replace with Next Value&nbsp;editor.action.inPlaceReplace.down</li> <li>⇧⌘, Replace with Previous Value&nbsp;editor.action.inPlaceReplace.up</li> <li>⌃⇧⌘→ Expand <span class="caps">AST</span> Select&nbsp;editor.action.smartSelect.grow</li> <li>⌃⇧⌘← Shrink <span class="caps">AST</span> Select&nbsp;editor.action.smartSelect.shrink</li> <li>⌘K ⌘X Trim Trailing Whitespace&nbsp;editor.action.trimTrailingWhitespace</li> <li>⌘K M Change Language Mode&nbsp;workbench.action.editor.changeLanguageMode</li> </ul> <h2 id="navigation">Navigation</h2> <ul> <li>⌘T Show All Symbols&nbsp;workbench.action.showAllSymbols</li> <li>⌃G Go to Line…&nbsp;workbench.action.gotoLine</li> <li>⌘P Go to File…, Quick Open&nbsp;workbench.action.quickOpen</li> <li>⇧⌘O Go to Symbol…&nbsp;workbench.action.gotoSymbol</li> <li>⇧⌘M Show Problems&nbsp;workbench.actions.view.problems</li> <li>F8 Go to Next Error or Warning&nbsp;editor.action.marker.next</li> <li>⇧F8 Go to Previous Error or Warning&nbsp;editor.action.marker.prev</li> <li>⇧⌘P Show All Commands&nbsp;workbench.action.showCommands</li> <li>⌃⇧Tab Navigate Editor Group History&nbsp;workbench.action.openPreviousRecentlyUsedEditorInGroup</li> <li>⌃- Go Back&nbsp;workbench.action.navigateBack</li> <li>⌃⇧- Go Forward&nbsp;workbench.action.navigateForward</li> </ul> <h2 id="editor-window-management">Editor/Window&nbsp;Management</h2> <ul> <li>⇧⌘N New Window&nbsp;workbench.action.newWindow</li> <li>⌘W Close Window&nbsp;workbench.action.closeWindow</li> <li>⌘W Close Editor&nbsp;workbench.action.closeActiveEditor</li> <li>⌘K F Close Folder&nbsp;workbench.action.closeFolder</li> <li>unassigned Cycle Between Editor Groups&nbsp;workbench.action.navigateEditorGroups</li> <li>⌘ (forward slash) Split Editor&nbsp;workbench.action.splitEditor</li> <li>⌘1 Focus into Left Editor Group&nbsp;workbench.action.focusFirstEditorGroup</li> <li>⌘2 Focus into Side Editor Group&nbsp;workbench.action.focusSecondEditorGroup</li> <li>⌘3 Focus into Right Editor Group&nbsp;workbench.action.focusThirdEditorGroup</li> <li>⌘K ⌘← Focus into Editor Group on the Left&nbsp;workbench.action.focusPreviousGroup</li> <li>⌘K ⌘→ Focus into Editor Group on the Right&nbsp;workbench.action.focusNextGroup</li> <li>⌘K ← Move Active Editor Group Left&nbsp;workbench.action.moveActiveEditorGroupLeft</li> <li>⌘K → Move Active Editor Group Right&nbsp;workbench.action.moveActiveEditorGroupRight</li> </ul> <h2 id="file-management">File&nbsp;Management</h2> <ul> <li>⌘N New File&nbsp;workbench.action.files.newUntitledFile</li> <li>unassigned Open File…&nbsp;workbench.action.files.openFile</li> <li>⌘S Save&nbsp;workbench.action.files.save</li> <li>unassigned Save All&nbsp;workbench.action.files.saveAll</li> <li>⇧⌘S Save As…&nbsp;workbench.action.files.saveAs</li> <li>⌘W Close&nbsp;workbench.action.closeActiveEditor</li> <li>⌥⌘T Close Others&nbsp;workbench.action.closeOtherEditors</li> <li>⌘K W Close Group&nbsp;workbench.action.closeEditorsInGroup</li> <li>unassigned Close Other Groups&nbsp;workbench.action.closeEditorsInOtherGroups</li> <li>unassigned Close Group to Left&nbsp;workbench.action.closeEditorsToTheLeft</li> <li>unassigned Close Group to Right&nbsp;workbench.action.closeEditorsToTheRight</li> <li>⌘K ⌘W Close All&nbsp;workbench.action.closeAllEditors</li> <li>⌘K Enter Keep Open&nbsp;workbench.action.keepEditor</li> <li>⌃Tab Open Next&nbsp;workbench.action.openNextRecentlyUsedEditorInGroup</li> <li>⌃⇧Tab Open Previous&nbsp;workbench.action.openPreviousRecentlyUsedEditorInGroup</li> <li>⌘K P Copy Path of Active File&nbsp;workbench.action.files.copyPathOfActiveFile</li> <li>⌘K R Reveal Active File in Windows&nbsp;workbench.action.files.revealActiveFileInWindows</li> <li>⌘K O Show Opened File in New Window&nbsp;workbench.action.files.showOpenedFileInNewWindow</li> <li>unassigned Compare Opened File With&nbsp;workbench.files.action.compareFileWith</li> </ul> <h2 id="display">Display</h2> <ul> <li>⌃⌘F Toggle Full Screen&nbsp;workbench.action.toggleFullScreen</li> <li>⌘= Zoom in&nbsp;workbench.action.zoomIn</li> <li>⌘- Zoom out&nbsp;workbench.action.zoomOut</li> <li>⌘B Toggle Sidebar Visibility&nbsp;workbench.action.toggleSidebarVisibility</li> <li>⇧⌘D Show Debug&nbsp;workbench.view.debug</li> <li>⇧⌘E Show Explorer / Toggle Focus&nbsp;workbench.view.explorer</li> <li>⌃⇧G Show Git&nbsp;workbench.view.git</li> <li>⇧⌘F Show Search&nbsp;workbench.view.search</li> <li>⇧⌘H Replace in Files&nbsp;workbench.action.replaceInFiles</li> <li>⇧⌘X Show Extensions&nbsp;workbench.view.extensions</li> <li>⇧⌘J Toggle Search Details&nbsp;workbench.action.search.toggleQueryDetails</li> <li>⇧⌘C Open New Command Prompt&nbsp;workbench.action.terminal.openNativeConsole</li> <li>⇧⌘U Show Output&nbsp;workbench.action.output.toggleOutput</li> <li>⇧⌘V Toggle Markdown Preview&nbsp;markdown.showPreview</li> <li>⌘K V Open Preview to the Side&nbsp;markdown.showPreviewToSide</li> <li>⌃ (tick) Toggle Integrated Terminal&nbsp;workbench.action.terminal.toggleTerminal</li> </ul> <h2 id="preferences">Preferences</h2> <ul> <li>⌘, Open User Settings&nbsp;workbench.action.openGlobalSettings</li> <li>unassigned Open Workspace Settings&nbsp;workbench.action.openWorkspaceSettings</li> <li>unassigned Open Keyboard Shortcuts&nbsp;workbench.action.openGlobalKeybindings</li> <li>unassigned Open User Snippets&nbsp;workbench.action.openSnippets</li> <li>unassigned Select Color Theme&nbsp;workbench.action.selectTheme</li> <li>unassigned Configure Display Language&nbsp;workbench.action.configureLocale</li> <li>Debug</li> <li>Key Command Command&nbsp;id</li> <li>F9 Toggle Breakpoint&nbsp;editor.debug.action.toggleBreakpoint</li> <li>F5 Continue&nbsp;workbench.action.debug.continue</li> <li>F5 Pause&nbsp;workbench.action.debug.start</li> <li>F11 Step Into&nbsp;workbench.action.debug.stepInto</li> <li>⇧F11 Step Out&nbsp;workbench.action.debug.stepOut</li> <li>F10 Step Over&nbsp;workbench.action.debug.stepOver</li> <li>⇧F5 Stop&nbsp;workbench.action.debug.stop</li> <li>⌘K ⌘I Show Hover&nbsp;editor.action.showHover</li> <li>Tasks</li> <li>Key Command Command&nbsp;id</li> <li>⇧⌘B Run Build Task&nbsp;workbench.action.tasks.build</li> <li>unassigned Run Test Task&nbsp;workbench.action.tasks.test</li> <li>Extensions</li> <li>Key Command Command&nbsp;id</li> <li>unassigned Install Extension&nbsp;workbench.extensions.action.installExtension</li> <li>unassigned Show Installed Extensions&nbsp;workbench.extensions.action.showInstalledExtensions</li> <li>unassigned Show Outdated Extensions&nbsp;workbench.extensions.action.listOutdatedExtensions</li> <li>unassigned Show Recommended Extensions&nbsp;workbench.extensions.action.showRecommendedExtensions</li> <li>unassigned Show Popular Extensions&nbsp;workbench.extensions.action.showPopularExtensions</li> </ul> </section> </docs> <!-- End of Blog Page--> </div> </div> </div> </div> <div class="nav"><a href="/">« Home</a></div> </div> </div> <script src="/js/all.js"></script> <script src="/js/custom.js"></script> <!-- Google Tag Manager--> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-KMMZX2" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script> console.log(document.getElementById("search-google")); console.log(document.getElementById("search-google").innerText); var searchBox = document.getElementById("search-google"); function googleSearch(search_string) { alert(search_string); } document.getElementById("search-google").addEventListener("onClick", function () { alert(document.getElementById("search-google").innerHTML); }); document.getElementById("search-google").addEventListener("onClick", function () { googleSearch(document.getElementById("search-google").innerHTML) }); </script> <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-39158070-6', 'auto'); ga('send', 'pageview'); </script> </body> </html>
reviews/templates/reviews/comic_detail.html
ibiwan/ibcomics
{% extends 'reviews/base.html' %} {% block title %} {{ block.super }}: Comic Detail {% endblock %} {% block content %} <h1>{{ comic.name }}</h1> <table> <tr> {% with avg=comic.average_rating %} <td>Overall:</td> <td> <span class="rateit" data-rateit-value="{{ avg }}" data-rateit-ispreset="true" data-rateit-readonly="true"> </span> ({{ avg }}). </td> {% endwith %} </tr> <tr> <td>Content:</td> <td>{{ comic.get_mpaa_rating_display }}</td> </tr> </table> <h2>Tags</h2> <div id="tagdisplay"> {% if comic.comictag_set.all %} {% for tag in comic.comictag_set.all %} <a href="{% url 'comicswithtag' tag %}"><button class="comictag">{{ tag }}</button></a> {% endfor %} <script type="text/javascript"> $(".comictag") .button() .removeClass('ui-corner-all'); </script> {% else %} <h3>No Tags to be found!</h3> {% endif %} </div> <br /> <h2>Links</h2> <div id="urldisplay"> <a href="{{ comic.url }}" class="alturl">FIRST</a> {% if comic.alternateurl_set.all %} {% for url in comic.alternateurl_set.all %} <a href="{{ url.url }}" class="alturl">{{ url.description }}</a> {% endfor %} {% endif %} <script type="text/javascript">$(".alturl").button()</script> </div> <br /> <h2>Reviews</h2> <div id="reviews"> {% if comic.review_set.all %} <table class="comicreviews" id="comicreviews"> {% for review in comic.review_set.all %} <tr> <td> <a href="{% url 'reviewerdetail' review.reviewer.id %}">{{ review.reviewer.name }}</a> </td> <td> <span class="rateit" data-rateit-value ="{{ review.stars }}" data-rateit-ispreset="true" data-rateit-readonly="true"> </span> ({{ review.stars }}) </td> <td> {{ review.summary }} {% if review.review_text != review.summary %} <a href="{% url 'detail' review.id %}">(Full Review)</a> {% endif %} </td> </tr> {% endfor %} </table> <br /><br /> {% else %} <h3>Huh. Nothing here...</h3> {% endif %} </div> {% if user and user.is_active %} <h3><a href="{% url 'writereview' comic.id %}">Add A Review</a></h3> <h3><a href="{% url 'editcomic' comic.id %}">Edit Comic</a></h3> {% endif %} {% if debug_message %}<p><strong>{{ debug_message }}</strong></p>{% endif %} <script type="text/javascript"> tableid = "comicreviews"; $(document).ready(function() { $('#'+tableid).dataTable({ "sPaginationType" : "full_numbers", "iDisplayLength" : 15, "bLengthChange" : false, "fnDrawCallback" : pagination_hider, "aaSorting": [[0, 'asc']], "aoColumns": [ {'sTitle' : 'Reviewer'}, {'sTitle' : 'Rating', "asSorting": ["desc", "asc"]}, {'sTitle' : 'Review Summary', "asSorting": []}, ], }); } ); </script> {% endblock %}
index.html
keywaysoft/sanye
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="中共安州区委区人民政府门户网站,安州区政府,安州" /> <meta name="description" content="中共安州区委区人民政府门户网站 安州区 安州政府" /> <meta name="application-name" content="中共安州区委区人民政府门户网站" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="renderer" content="webkit" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="format-detection" content="telephone=no, email=no"> <meta name="HandheldFriendly" content="true" /> <title>中共安州区委区人民政府门户网站</title> <link href="/Content/Main/Base/css/module.css" rel="stylesheet" type="text/css" /> <link href="/Content/Main/Base/css/default.css" rel="stylesheet" type="text/css" /> <link href="/Content/Main/Base/css/cssWeiban.css" rel="stylesheet" type="text/css" /> <link href="iconfont/iconfont.css" rel="stylesheet" /> <link href="/Content/Main/Home/css/index.css" rel="stylesheet" /> <link href="/Content/_Common/Base/css/power.css" rel="stylesheet" /> <script src="/Content/_Common/Assets/Scripts/jquery-1.11.1.js"></script> <script src="/Content/_Common/Assets/Scripts/jquery.cookie.js"></script> <!-- <script src="/Content/_Common/Base/js/antiClickjack.js"></script> --> <script src="/Content/_Common/Base/js/webCommon.js"></script> <script src="/Content/_Common/Base/js/jquery.SuperSlide.js"></script> <script src="/Content/_Common/Base/js/slides.js"></script> <script src="/Content/_Common/Base/js/indexJSRed.js"></script> <script src="/Content/_Common/Base/js/StoT.js"></script> </head> <body> <div class="wrap"> <!--背景轮播--> <div class="loopBg"> <div class="bd"> <ul> <li style="background-image: url(/Content/Main/Base/img/body-1.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/Main/Base/img/body-1.png',sizingMethod='scale');"></li> <li style="background-image: url(/Content/Main/Base/img/body-2.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/Main/Base/img/body-2.png',sizingMethod='scale');"></li> <li style="background-image: url(/Content/Main/Base/img/body-3.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/Main/Base/img/body-3.png',sizingMethod='scale');"></li> </ul> </div> <!--页码 可选--> <div class="hd"> <ul> <li></li> <li></li> <li></li> </ul> </div> </div> <script> $(function(){ /*背景轮播*/ $(".loopBg").slide({mainCell:".bd ul",autoPlay:true,mouseOverStop:false,effect:"fold",interTime:12000,delayTime:8000, startFun:function(i,c){ $(".bd ul li").eq(i).addClass("on"); },endFun:function(i,c){ $(".bd ul li").eq(i).siblings().removeClass("on"); }}); }) </script> <style> /*背景轮播*/ .loopBg{ position:fixed;left:0;top:0;width:100%;height:100%;overflow: hidden; } .loopBg .bd, .loopBg .bd .tempWrap, .loopBg .bd ul, .loopBg .bd li{width:100%;height:100%;margin:0;padding:0;} .loopBg .bd li{ background-repeat: no-repeat; background-position: center; background-size: cover;} .loopBg .bd .on{ animation: bigger 8s linear 0s both;} .loopBg .hd{ display:none;} @keyframes bigger{ from{ transform:scale(1);} to{ transform:scale(1.05);} } </style> <div class="topBar"> <div class="siteWidth"> <h1 title="中共安州区委区人民政府门户网站" id="logo2"><a href="http://www.luzhou.gov.cn"><img src="/content/main/base/img/logo-mini.png" /></a></h1> <ul class="list"> <li class="en"><a href="/english">English</a></li> <li class="phone"> <a href="javascript:;">手机版</a> <div class="pic"> <img src="/qrcode/qrcode.gif"> <i></i> </div> </li> <li class="obstacleFree"><a target="_blank" href="/wca.html">无障碍版</a></li> <li class="wechat"> <a href="javascript:;">政务微信</a> <div class="pic"> <img src='/Content/Main/Base/img/weixin.png' /> <i></i> </div> </li> <li class="robot"><a href="/znjqr">政务机器人</a></li> </ul> </div> <span class="topBarBg"></span> </div> <div class="topB"></div> <script> $(".topBar li").hover(function () { $(this).addClass("on") }, function () { $(this).removeClass("on") }); </script> <!-- header S --> <header id="header"> <div class="headerTop siteWidth"> <h1 title="中共安州区委区人民政府门户网站" id="logo"><a href="http://www.anxian.gov.cn"><img src="/content/main/base/img/logo.png" /></a></h1> <div class="siteSearchBar"> <div class="s-form"> <input type="hidden" id="sitelist" value="[{&quot;Name&quot;:&quot;全站群&quot;,&quot;Value&quot;:0},{&quot;Name&quot;:&quot;本站&quot;,&quot;Value&quot;:1},{&quot;Name&quot;:&quot;审计局&quot;,&quot;Value&quot;:2},{&quot;Name&quot;:&quot;农业局&quot;,&quot;Value&quot;:18}]" /> <input type="hidden" id="siteid" name="sid" value="0"> <div class="select-box"> <a id="sOptionBtn" class="s-option" href="javascript:void(0)">全站群</a> <i class="arrow-dn"></i> </div> <div class="input-box"> <input type="text" class="from-control" id="inputkeyword" placeholder="请输入关键词" spellcheck="false"> </div> <div class="btn-box"> <input type="submit" id="search" class="btn" onclick="gSearch();" value="搜 索"> <input type="hidden" id="route" value="s" /> </div> </div> <div class="hotWords"> 热门搜索:<a target="_blank" href="/s?st=1&wd=环保">环保</a><a target="_blank" href="/s?st=1&wd=生育">生育</a><a target="_blank" href="/s?st=1&wd=农业">农业</a><a target="_blank" href="/s?st=1&wd=医疗">医疗</a><a target="_blank" href="/s?st=1&wd=就业">就业</a> </div> <script src="/Content/_Common/FullTextSearch/js/default-site-search-box.js"></script> <script> document.getElementById("inputkeyword").onkeydown = function (e) { e = e || window.event; if (e.keyCode == 13) { gSearch(); } }; function gSearch() { var keyword = document.getElementById('inputkeyword').value; var route = document.getElementById('route').value; if (keyword == '' || keyword == "请输入关键字") { alert("请输入关键字"); } else { var siteid = document.getElementById('siteid').value; window.location = '/' + route + '?sid=' + siteid + '&st=1&wd=' + encodeURIComponent(keyword); } } </script> </div> <nav class="topNav clearfix"> <span class="menuBtn"></span> <ul id="mainNav" class="mainNav"> <li class="li1 first1" id="li-home"> <h3 class="h1"> <a class="a1" href='/'>首页</a> </h3> </li> <li class="li1 hasUl1" id="li-xw"> <h3 class="h1"> <a class="a1" href="/xw">政务动态</a></h3> </li> <li class="li1 hasUl1" id="li-zw"> <h3 class="h1"> <a class="a1" href="/zw">政务公开</a></h3> </li> <li class="li1 hasUl1" id="li-fw"> <h3 class="h1"> <a class="a1" href="/fw">政务服务</a></h3> </li> <li class="li1 hasUl1" id="li-hd"> <h3 class="h1"> <a class="a1" href="/hd">公众参与</a></h3> </li> <li class="li1 hasUl1" id="li-sq"> <h3 class="h1"> <a class="a1" href="/sq">走进安州</a></h3> </li> </ul> <span class="tip">点击切换<i class="icon iconfont icon-pointerleft"></i></span> <script type="text/javascript"> (function () { var navST; var navST1; var name = 'mainNav'; var t = 200; var type = 1; var removeOn = 'False'; var effect = 'fade'; var appendItem = '#'; var li = "#" + name + " li"; var index = 0; if (!$("#" + name + " .li1").hasClass("on1")) { $("#" + name + " .li1").first().addClass("on1"); } //默认第一个加.on1类 index = $("#" + name + " .li1").index($("#" + name + " .on1")); //鼠标离开导航后,回复默认.on1类位置 $("#" + name) .hover( function () { if (navST1 != null) { clearTimeout(navST1); } }, function () { navST1 = setTimeout(function () { $("#" + name + " .li1").removeClass("on1").eq(index).addClass("on1"); }, 500); } ); if (type == '1') { li = "#" + name + " .li1"; } if (appendItem != '#') { //插入内容 var appendHtml = $(appendItem).html(); $(li).first().append(appendHtml); $(appendItem).remove(); } if (type == '3') { $("#" + name + " .on1").find("ul").first().show(); } $(li) .hover(function () { var curItem = $(this); var onNum = (curItem.attr("class").split(" "))[0].replace("li", ""); $(li).removeClass("on" + onNum); curItem.addClass("on" + onNum); navST = setTimeout(function () { //延时触发 if ($("ul:first", curItem).css("display") != "block") { $(li + " .ul" + onNum).hide(); if (effect == 'fade') { $("ul:first", curItem).fadeIn(t); } else { $("ul:first", curItem).slideDown(t); } }; navST = null; }, t); }, function () { if (navST != null) { clearTimeout(navST); } if (type == '1' || type == '2') { if (effect == 'fade') { $(this).find("ul").first().fadeOut(t); } else { $(this).find("ul").first().slideUp(t); } } if (removeOn == 'True') { $(this).removeClass("on1"); } }, t); //end hover })() </script> </nav> <script> $(".topNav .h1").prepend("<i></i>") </script> </div> </header> <!-- header E --> <script> // 判断显示引导页还是主页 var showGuide = $.cookie("showGuide"); if( showGuide==undefined ){ $("body").addClass("bodyOpen"); } </script> <!-- 引导页按钮组 --> <ul class="container indBtns"> <li class="home"> <a href="/"> <i class="icon iconfont icon-shouye1"></i> <h5>首页</h5> </a> </li> <li class="news"> <a href="/xw"> <i class="icon iconfont icon-icon02"></i> <h5>政务动态</h5> </a> </li> <li class="gov"> <a href="/zw"> <i class="icon iconfont icon-jiaotongshishi-"></i> <h5>政务公开</h5> </a> </li> <li class="service"> <a href="/fw"> <i class="icon iconfont icon-document_fill"></i> <h5>政务服务</h5> </a> </li> <li class="interaction"> <a href="/hd"> <i class="icon iconfont icon-gongzhong"></i> <h5>公众参与</h5> </a> </li> <li class="about bnone"> <a href="/sq"> <i class="icon iconfont icon-feiji"></i> <h5>走进安州</h5> </a> </li> <li class="mBtn bnone"> <a class="open" href="javascript:void(0)"> <i class="icon iconfont icon-p-menus"></i> </a> </li> <span class="tip">点击下方展开<i class="icon iconfont icon-shoushijiaocheng"></i></span> </ul> <script> hover(".indBtns li"); </script> <!-- content S --> <div id="content"> <!-- 栏目切换 --> <section class="topColumns"> <!-- 首页 --> <div class="homePage"> <!-- 新闻头条 --> <dl class="headNew"> <dt> <div class="jrgz"><div class="jrgz_top"><p>新闻头条</p></div> <div class="jrgz_bt"><p class="dis_ib"> 2017.8.2 周三</p></div></div> </dt> <dd> <ul> <li class="first last t "> <div class="con"> <div class="title"> <a class="tit" href="/xw/jrxx/content_113070" title="市文明城市建设督导组对我区文明城市建设工作进行拉网式督导检查">市文明城市建设督导组对我区文明城市建设工作进行拉网式督导检查</a> </div> <span class="titleBg"></span> <div class="intro">市文明办主任韩贵钧、副主任赵准带领市文明城市建设督查组,对我区全国文明城市建设工作进行全面拉网式督导检查。相关单位负责人发表意见<a class="more" href="/xw/jrxx/content_113070">[详细]</a></div> </div> </li> </ul> </dd> </dl> <div class="row rowA"> <!-- 大图 --> <div id="slide-news" class="slide-news"> <div class="slide-md"> <h2 class="slide-hd"> <a href="1.html" target="_blank">彭宇行在调研群团工作时强调为绵阳科学发展凝聚强大正能量</a> <span>11月24日,市委书记彭宇行前往市职工创新创业中心、梁声文化音乐和电影鉴赏运用推广基地、四川凯路威电子有限公司等地,调研进一步做好新形势下的群团工作,出席群团工作座谈会并讲话。市委副书记付康参加调研并主持座谈会。</span> </h2> <p class="slide-bd"> <a href="1.html" target="_blank"> <img border="0" src="/upload/main/contentmanage/article/image/91be97f107a7434593b16c4496c1dd0e.jpg" ></a></p> <p class="slide-ft"> </p> </div> <div class="slide-md hide"> <h2 class="slide-hd"> <a href="2.html" target="_blank">[环境问题督导]胡斌到秀水镇督导环境问题整改情况</a> <span>8月2日,区委副书记胡斌带队到秀水镇督导环保督查反馈问题整改完成情况。胡斌一行先后前往绵阳市神龙重科实业有限公司、绵阳市金鸿饲料有限公司查看厂区环境,听取企业负责人环保问题整改落实情况汇报...</span> </h2> <p class="slide-bd"> <a href="2.html" target="_blank"> <img border="0" src="/upload/main/contentmanage/article/image/48f699abbb9845759f62be3422e6ffab.jpg" ></a></p> <p class="slide-ft"> </p> </div> <div class="slide-md hide"> <h2 class="slide-hd"> <a href="3.html" target="_blank">区委书记廖雪梅 慰问区人武部官兵</a> <span>8月1日,区委书记廖雪梅到区人武部慰问部队官兵,向他们致以节日的祝贺和亲切的问候,感谢他们为安州经济社会发展作出的贡献,强调军民同心,合力推进全省经济生态强区建设。</span> </h2> <p class="slide-bd"> <a href="3.html" target="_blank"> <img border="0" src="/upload/main/contentmanage/article/image/22c56297a4934e2cb9aed85b365d615b.jpg"></a></p> <p class="slide-ft"> </p> </div> <ul class="slide-tabs"> <li class="tab current"><a href="1.html"></a></li> <li class="tab"><a href="2.html"></a></li> <li class="tab"><a href="3.html"></a></li></ul> </div> </div> <!-- rowA S --> </div> <!-- 新闻 --> <div class="newsPage"> <!-- 本地要闻等切换 --> <div class="box indTab" id="indBdyw"> <div class="hd"> <ul> <li><a href="/xw/jrxx">今日安州</a></li> <li><a href="/xw/zwyw">政务要闻</a></li> <li></li> <li><a href="/xw/bmdt122">部门动态</a></li> </ul> </div> <div class="bd"> <ul class="topicList"> <li class="first t "> <div class="con"> <div class="title"> <a class="tit" href="/xw/jrxx/content_113077" title="全省深化统计管理体制改革座谈会在安州召开">全省深化统计管理体制改革座谈会在安州召开</a> </div> <span class="titleBg"></span> <div class="intro"> 要在大数据运用上走出新路子7月27日至28日,全省深化统计管理体制改革座谈会在安州召开。会议强调,要围绕大局,加强统计预警、预测分析,提高统计服务水平,在创新中做到应统尽统。… </div> </div> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113070" title="辽安产业合作园区召开&quot;自贸红利、区域共享&quot;对接会">辽安产业合作园区召开"自贸红利、区域共享"对接会</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113082" title="安州区花荄镇、桑枣镇将成为南开大学基层实践基地">安州区花荄镇、桑枣镇将成为南开大学基层实践基地</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113062" title="廖雪梅率队督导安州区环境保护突出问题">廖雪梅率队督导安州区环境保护突出问题</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113058" title="廖雪梅率队督导安州桑枣镇和乐兴镇环保突出问题">廖雪梅率队督导安州桑枣镇和乐兴镇环保突出问题</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113067" title="安州区表扬100名优秀复员退伍军人">安州区表扬100名优秀复员退伍军人</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113056" title="安州召开集贸市场创文工作现场推进会">安州召开集贸市场创文工作现场推进会</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113054" title="四川日报:安州“创文” 小举动折射大文明">四川日报:安州“创文” 小举动折射大文明</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/jrxx/content_113044" title="花荄镇:李昊天出席全区整治群众身边“微腐败”村级财务审计工作动员会">花荄镇:李昊天出席全区整治群众身边“微腐败”村级财务审计工作动…</a> </li> </ul> <ul class="topicList"> <li class="first t "> <div class="con"> <div class="title"> <a class="tit" href="/xw/zwyw/content_113125" title="市委常委、副市长王明华出席《百岁女红军—王定国》理论文献片新闻发布会">市委常委、副市长王明华出席《百岁女红军—王定国》理论文献片…</a> </div> <span class="titleBg"></span> <div class="intro"> 为庆祝中国人民解放军建军90周年,迎接党的十九大胜利召开,7月30日,由中国林业生态发展促进会王定国公益委员会、上海亚洲电视艺术中心联合制作的理论文献纪录片《百岁女红军—王定… </div> </div> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/zwyw/content_113078" title="全省深化统计管理体制改革座谈会在安州召开">全省深化统计管理体制改革座谈会在安州召开</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/zwyw/content_113071" title="辽安产业合作园区召开&quot;自贸红利、区域共享&quot;对接会">辽安产业合作园区召开"自贸红利、区域共享"对接会</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/zwyw/content_113083" title="安州区花荄镇、桑枣镇将成为南开大学基层实践基地">安州区花荄镇、桑枣镇将成为南开大学基层实践基地</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/zwyw/content_113106" title="我省将推广绿色机关标准化建设 在安州等3市试点">我省将推广绿色机关标准化建设 在安州等3市试点</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/zwyw/content_113035" title="抓好2017下半年工作 省政府放九个大招">抓好2017下半年工作 省政府放九个大招</a> </li> <li class="n"> <span class="date">2017-07-28</span> <a class="tit" href="/xw/zwyw/content_112942" title="安州区及安州区与长虹集团项目签约仪式在安州举行">安州区及安州区与长虹集团项目签约仪式在安州举行</a> </li> <li class="n"> <span class="date">2017-07-28</span> <a class="tit" href="/xw/zwyw/content_111482" title="安州:抓好自贸区建设 加快发展外向型经济">安州:抓好自贸区建设 加快发展外向型经济</a> </li> <li class="n"> <span class="date">2017-07-28</span> <a class="tit" href="/xw/zwyw/content_111499" title="安州区领导慰问区人武部官兵:发扬双拥传统 支持安州发展">安州区领导慰问区人武部官兵:发扬双拥传统 支持安州发展</a> </li> </ul> <ul class="topicList"> <li class="noData">暂无资料</li> </ul> <ul class="topicList"> <li class="first t "> <div class="con"> <div class="title"> <a class="tit" href="/xw/bmdt122/content_113068" title="安州区表扬100名优秀复员退伍军人">安州区表扬100名优秀复员退伍军人</a> </div> <span class="titleBg"></span> <div class="intro"> 7月30日,在中国人民解放军建军90周年前夕,安州区召开全市优秀复员退伍军人表扬大会,对三区四县涌现出的100名优秀复员退伍军人进行表扬。安州区副市长熊启权代表安州区政府向受到表… </div> </div> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/bmdt122/content_113053" title="安州森林防火指挥部:森林防火防控要“无死角、无盲区”">安州森林防火指挥部:森林防火防控要“无死角、无盲区”</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/bmdt122/content_113047" title="安州城西将建连江公园 造价3.5亿元绿地率82.5%">安州城西将建连江公园 造价3.5亿元绿地率82.5%</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/bmdt122/content_113027" title="安州区发放首批四川省工会会员服务卡">安州区发放首批四川省工会会员服务卡</a> </li> <li class="n"> <span class="date">2017-07-31</span> <a class="tit" href="/xw/bmdt122/content_113023" title="安州区开通“智慧安州医保” 实现掌上医保服务 ">安州区开通“智慧安州医保” 实现掌上医保服务 </a> </li> <li class="n"> <span class="date">2017-07-28</span> <a class="tit" href="/xw/bmdt122/content_111520" title="安州:发挥人才库智囊团作用 聚焦热点难点问题">安州:发挥人才库智囊团作用 聚焦热点难点问题</a> </li> <li class="n"> <span class="date">2017-07-28</span> <a class="tit" href="/xw/bmdt122/content_111488" title="预留轨道 双向六车道的安州长江五桥通过专家评审">预留轨道 双向六车道的安州长江五桥通过专家评审</a> </li> <li class="n"> <span class="date">2017-07-27</span> <a class="tit" href="/xw/bmdt122/content_111428" title="省委编办领导莅泸调研 安州&quot;岗编分离&quot;工作受肯定">省委编办领导莅泸调研 安州"岗编分离"工作受肯定</a> </li> <li class="n"> <span class="date">2017-07-27</span> <a class="tit" href="/xw/bmdt122/content_111434" title="安州区科知局高标准严要求开展市级众创空间认定">安州区科知局高标准严要求开展市级众创空间认定</a> </li> </ul> </div> </div> <!-- 便民公告等切换 --> <div class="box indTab" id="indBmgg"> <div class="hd"> <ul> <li><a href="/xw/bmgg">便民公告</a></li> <li><a href="/xw/mskd">民生快递</a></li> </ul> </div> <div class="bd"> <ul class="dateList"> <li class="first"> <dl class="date"> <dt>31</dt> <dd>2017-07</dd> </dl> <div class="con"> <div class="title"> <a class="tit" href="/xw/bmgg/content_113092" title="7月31日-8月14日 安州停电消息播报">7月31日-8月14日 安州停电消息播报</a> </div> <div class="intro"> 7月31 日安州益鑫钢铁有限公司(二期) <a class="more" href="/xw/bmgg/content_113092">[详细]</a> </div> </div> </li> <li> <dl class="date"> <dt>31</dt> <dd>2017-07</dd> </dl> <div class="con"> <div class="title"> <a class="tit" href="/xw/bmgg/content_113091" title="安州电表欠费跳闸 反插购电卡可透支10元电量应急">安州电表欠费跳闸 反插购电卡可透支10元电量应急</a> </div> <div class="intro"> 炎炎夏日,因为忘记缴电费晚上突然停电,又没法及时为电表充值是件很让人崩溃的事。遇到这种突发情况该怎么办?7月24日,国家电网安州供电公… <a class="more" href="/xw/bmgg/content_113091">[详细]</a> </div> </div> </li> <li class="last"> <dl class="date"> <dt>31</dt> <dd>2017-07</dd> </dl> <div class="con"> <div class="title"> <a class="tit" href="/xw/bmgg/content_113090" title="安州:花荄镇城区公立幼儿园摇号结果产生">安州:花荄镇城区公立幼儿园摇号结果产生</a> </div> <div class="intro"> 7月28日,花荄镇城区人民南路幼儿园、铜店街幼儿园、新马路幼儿园城西分园以及梓橦路学校附属幼儿园4所公办幼儿园,以现场摇号的方式抽取录取… <a class="more" href="/xw/bmgg/content_113090">[详细]</a> </div> </div> </li> </ul> <ul class="dateList"> <li class="first"> <dl class="date"> <dt>31</dt> <dd>2017-07</dd> </dl> <div class="con"> <div class="title"> <a class="tit" href="/xw/mskd/content_113086" title="安州区花荄镇、桑枣镇将成为南开大学基层实践基地">安州区花荄镇、桑枣镇将成为南开大学基层实践基地</a> </div> <div class="intro"> <a class="more" href="/xw/mskd/content_113086">[详细]</a> </div> </div> </li> <li> <dl class="date"> <dt>31</dt> <dd>2017-07</dd> </dl> <div class="con"> <div class="title"> <a class="tit" href="/xw/mskd/content_113064" title="廖雪梅率队督导安州区环境保护突出问题">廖雪梅率队督导安州区环境保护突出问题</a> </div> <div class="intro"> 7月29日,安州区委副书记、市长廖雪梅率市经信委、市环保局、市住建局、市农业局、市水务局等部门负责人,现场督导安州区环境保护突出问题。廖雪梅… <a class="more" href="/xw/mskd/content_113064">[详细]</a> </div> </div> </li> <li class="last"> <dl class="date"> <dt>31</dt> <dd>2017-07</dd> </dl> <div class="con"> <div class="title"> <a class="tit" href="/xw/mskd/content_113057" title="安州召开集贸市场创文工作现场推进会">安州召开集贸市场创文工作现场推进会</a> </div> <div class="intro"> <a class="more" href="/xw/mskd/content_113057">[详细]</a> </div> </div> </li> </ul> </div> </div> </div> <!-- 政务 --> <div class="govPage"> <div class="mainContent"> <!-- 政务动态切换 --> <div class="box indTab" id="indZwdt"> <div class="hd"> <ul> <li><a href="/zw/zfgzxx">政府工作信息</a></li> <li><a href="/zw/hzjcgk/zfgg">政府公告</a></li> </ul> </div> <div class="bd"> <ul class="infoList"> <li class="first"> <a href="/zw/zfgzxx/ssdb/content_113095" target="_blank" title="标题:安州区召开2017年第三次安委(扩大)会暨第17次县长督办会 点击数:40 发表时间:2017-07-31"> 安州区召开2017年第三次安委(扩大)会暨第17次县长督办会 </a> </li> <li> <a href="/zw/zfgzxx/ssdb/content_113094" target="_blank" title="标题:廖雪梅率队督导安州区环境保护突出问题 点击数:40 发表时间:2017-07-31"> 廖雪梅率队督导安州区环境保护突出问题 </a> </li> <li> <a href="/zw/zfgzxx/ssdb/content_113093" target="_blank" title="标题:廖雪梅率队督导安州桑枣镇和乐兴镇环保突出问题 点击数:57 发表时间:2017-07-31"> 廖雪梅率队督导安州桑枣镇和乐兴镇环保突出问题 </a> </li> <li> <a href="/zw/zfgzxx/jhzj/content_111114" target="_blank" title="标题:安州区城市管理行政执法局关于2017年上半年驻村帮扶工作情况的报告 点击数:294 发表时间:2017-07-24"> 安州区城市管理行政执法局关于2017年上半年驻村帮扶工作情况… </a> </li> <li> <a href="/zw/zfgzxx/ssdb/content_111109" target="_blank" title="标题:国务院督查组莅叙督查巡查脱贫攻坚工作 点击数:191 发表时间:2017-07-24"> 国务院督查组莅叙督查巡查脱贫攻坚工作 </a> </li> <li> <a href="/zw/zfgzxx/ssdb/content_111108" target="_blank" title="标题:安州区召开在建工程乱象专项整治工作会 点击数:182 发表时间:2017-07-24"> 安州区召开在建工程乱象专项整治工作会 </a> </li> <li> <a href="/zw/zfgzxx/ssdb/content_111107" target="_blank" title="标题:安州区安委会2017年第三次全体成员会、第34次市长督办会召开 点击数:188 发表时间:2017-07-24"> 安州区安委会2017年第三次全体成员会、第34次市长督办会召开 </a> </li> <li class="last"> <a href="/zw/zfgzxx/ssdb/content_111105" target="_blank" title="标题:省政协副主席王正荣莅泸督察古叙生活垃圾焚烧发电项目建设 点击数:234 发表时间:2017-07-24"> 省政协副主席王正荣莅泸督察古叙生活垃圾焚烧发电项目建设 </a> </li> </ul> <ul class="infoList"> <li class="first"> <a href="/zw/hzjcgk/zfgg/content_111438" target="_blank" title="标题:安州区国有建设用地使用权挂牌出让公告 (泸市国土资告[2017]23号) 点击数:323 发表时间:2017-07-27"> 安州区国有建设用地使用权挂牌出让公告 (泸市国土资告[201… </a> </li> <li> <a href="/zw/hzjcgk/zfgg/content_111300" target="_blank" title="标题:安州区公安局监管支队关于公开邀请招标代理机构的公告 点击数:515 发表时间:2017-07-25"> 安州区公安局监管支队关于公开邀请招标代理机构的公告 </a> </li> <li> <a href="/zw/hzjcgk/zfgg/content_111205" target="_blank" title="标题:安州区国有建设用地使用权出让公告 (泸市国土资告[2017]22号) 点击数:403 发表时间:2017-07-25"> 安州区国有建设用地使用权出让公告 (泸市国土资告[2017]22… </a> </li> <li> <a href="/zw/hzjcgk/zfgg/content_105930" target="_blank" title="标题:安州区国有建设用地使用权出让公告(泸市国土资告[2017]19号) 点击数:619 发表时间:2017-07-13"> 安州区国有建设用地使用权出让公告(泸市国土资告[2017]19号) </a> </li> <li> <a href="/zw/hzjcgk/zfgg/content_105914" target="_blank" title="标题:安州区国有建设用地使用权出让公告(泸市国土资告[2017] 20号) 点击数:746 发表时间:2017-07-12"> 安州区国有建设用地使用权出让公告(泸市国土资告[2017] 20号) </a> </li> <li> <a href="/zw/hzjcgk/zfgg/content_105698" target="_blank" title="标题:安州区国有建设用地使用权出让公告(泸市国土资告 [2017]18号) 点击数:853 发表时间:2017-07-04"> 安州区国有建设用地使用权出让公告(泸市国土资告 [2017]18… </a> </li> <li> <a href="/zw/hzjcgk/zfgg/content_100105" target="_blank" title="标题:安州区国有建设用地使用权出让补充公告 点击数:337 发表时间:2017-06-29"> 安州区国有建设用地使用权出让补充公告 </a> </li> <li class="last"> <a href="/zw/hzjcgk/zfgg/content_99828" target="_blank" title="标题:安州区国有建设用地使用权出让公告(泸市国土资告[2017]17号) 点击数:846 发表时间:2017-06-14"> 安州区国有建设用地使用权出让公告(泸市国土资告[2017]17号) </a> </li> </ul> </div> </div> <!-- 区政府常务会议切换 --> <div class="box indTab" id="indSzfcwh"> <div class="hd"> <ul> <li><a href="/zw/cwhy">区政府常务会议</a></li> <li><a href="/zw/hzjcgk/xwfbt/swszfxwfbt">安州区新闻发布会</a></li> </ul> </div> <div class="bd"> <ul class="infoList"> <li class="first"> <a href="http://anxian.my.gov.cn/publicity/subject09/subject179/60908" target="_blank" title="标题:安州区人民政府办公室关于印发安州区政府质量奖评选管理办法的通知 点击数:0 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区政府质量奖评选管理办法… </a> </li> <li> <a href="http://anxian.my.gov.cn/publicity/subject010/subject186/60907" target="_blank" title="标题:安州区人民政府办公室关于印发安州区沱江水体达标方案的通知 点击数:0 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区沱江水体达标方案的通知 </a> </li> <li> <a href="/zw/cwhy/lzsrmzflccwh/content_106620" target="_blank" title="标题:安州区八届人民政府第16次常务会议公开信息内容 点击数:424 发表时间:2017-07-18"> 安州区八届人民政府第16次常务会议公开信息内容 </a> </li> <li> <a href="/zw/cwhy/jtxf/content_105946" target="_blank" title="标题:安州区八届人民政府第15次常务会议会前学习活动拟公开信息内容 点击数:386 发表时间:2017-07-13"> 安州区八届人民政府第15次常务会议会前学习活动拟公开信息内容 </a> </li> <li> <a href="/zw/cwhy/lzsrmzflccwh/content_105945" target="_blank" title="标题:安州区八届人民政府第15次常务会议公开信息内容 点击数:310 发表时间:2017-07-13"> 安州区八届人民政府第15次常务会议公开信息内容 </a> </li> <li> <a href="/zw/cwhy/hywj/content_105856" target="_blank" title="标题:安州区人民政府办公室关于印发安州区安全生产“十三五”规划的通知 点击数:295 发表时间:2017-07-10"> 安州区人民政府办公室关于印发安州区安全生产“十三五”规划… </a> </li> <li> <a href="/zw/cwhy/hywj/content_105851" target="_blank" title="标题:安州区人民政府印发关于进一步促进建筑业持续健康发展的意见的通知 点击数:278 发表时间:2017-07-10"> 安州区人民政府印发关于进一步促进建筑业持续健康发展的意见… </a> </li> <li class="last"> <a href="/zw/cwhy/hywj/content_105850" target="_blank" title="标题:安州区人民政府办公室关于印发安州区“十三五”旅游业发展规划的通知 点击数:309 发表时间:2017-07-10"> 安州区人民政府办公室关于印发安州区“十三五”旅游业发展规… </a> </li> </ul> <ul class="infoList"> <li class="first"> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111530" target="_blank" title="标题:安州区人民政府办公室关于印发安州区政府质量奖评选管理办法的通知 点击数:118 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区政府质量奖评选管理办法… </a> </li> <li> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111528" target="_blank" title="标题:安州区人民政府办公室关于印发安州区沱江水体达标方案的通知 点击数:102 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区沱江水体达标方案的通知 </a> </li> <li> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111523" target="_blank" title="标题:安州区人民政府办公室关于印发安州区企业集群注册登记管理暂行办法的通知 点击数:106 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区企业集群注册登记管理暂… </a> </li> <li> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111517" target="_blank" title="标题:安州区人民政府办公室关于印发安州区商事主体住所(经营场所)登记管理暂行办法的通知 点击数:139 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区商事主体住所(经营场所… </a> </li> <li> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111510" target="_blank" title="标题:安州区人民政府办公室关于进一步加强政府信息公开工作的通知 点击数:112 发表时间:2017-07-28"> 安州区人民政府办公室关于进一步加强政府信息公开工作的通知 </a> </li> <li> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111506" target="_blank" title="标题:安州区人民政府办公室关于印发安州区村级农产品质量安全协管员管理办法的通知 点击数:161 发表时间:2017-07-28"> 安州区人民政府办公室关于印发安州区村级农产品质量安全协管… </a> </li> <li> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_111501" target="_blank" title="标题:安州区人民政府办公室转发市工商局关于实行“最多跑一次”改革提升办事效能的实施意见的通知 点击数:105 发表时间:2017-07-28"> 安州区人民政府办公室转发市工商局关于实行“最多跑一次”改… </a> </li> <li class="last"> <a href="/zw/hzjcgk/xwfbt/zcfg381/content_110818" target="_blank" title="标题:安州区人民政府办公室关于支持新型农业经营主体开展农业社会化服务的指导意见 点击数:337 发表时间:2017-07-24"> 安州区人民政府办公室关于支持新型农业经营主体开展农业社会… </a> </li> </ul> </div> </div> <ul class="zwZtList"> <li><a href="/ld">政府领导</a></li> <li><a href="/jg">机构职能</a></li> <li><a href="/zw/zcfg">政府文件</a></li> <li><a href="/sq">概况信息</a></li> <li><a href="/zw/zfxxgk/cateinfos?BasicCategoryId=14">统计数据</a></li> <li><a target="_blank" href="http://218.89.136.60/ceinwz/indexnewlz.htm">政府采购</a></li> <li><a href="/zw/zfxxgk/cateinfos?BasicCategoryId=22">行政收费</a></li> <li><a href="/zw/zfxxgk/cateinfos?BasicCategoryId=12">发展规划</a></li> <li><a href="/zw/zfxxgk/cateinfos?BasicCategoryId=5">办事指南</a></li> <li><a href="/zw/zfxxgk/cateinfos?BasicCategoryId=27">重大项目</a></li> <li><a href="/zw/zfxxgk/cateinfos?IsSearch=true&title=扶贫">扶贫服务</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2176">教育服务</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2184">医疗服务</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2191">社会保障</a></li> <li><a href="/zw/zfxxgk/cateinfos?BasicCategoryId=28">应急预案</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2171">环境保护</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2184">公共卫生</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2167">安全生产</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2166">食品药品</a></li> <li><a href="/zw/zfxxgk/cateinfos?SubjectCategoryId=2164">产品质量</a></li> <li><a href="/zt/sjbmys">预决算公开</a></li> </ul> </div><!-- mainContent E --> <div class="side"> <ul class="zwMenu"> <li class="li1 first"> <a class="tit" href="/zw/zfxxgk/zfxxgkzn" title="政府信息公开指南">政府信息公开指南</a> </li> <li class="li2"> <a class="tit" href="/zw/zfxxgk/cateinfos" title="政府信息公开目录">政府信息公开目录</a> </li> <li class="li3"> <a class="tit" href="/zw/zfxxgk/zfxxgkzd" title="政府信息公开制度">政府信息公开制度</a> </li> <li class="li4"> <a class="tit" href="/zw/zfxxgk/zfxxgknb" title="政府信息公开年报">政府信息公开年报</a> </li> <li class="li5"> <a class="tit" href="/infopublicity/applicationform" title="政府信息公开申请">政府信息公开申请</a> </li> <li class="li6"> <a class="tit" href="/zw/zfxxgk/qmtjwgk" title="全面推进五公开">全面推进五公开</a> </li> <li class="li7"> <a class="tit" href="/zw/zfxxgk/zdlyxxgk" title="信息公开年度要点">信息公开年度要点</a> </li> <li class="li8"> <a class="tit" href="http://www.zzgsc.gov.cn/info/index/510700000" title="工程领域信息公开">工程领域信息公开</a> </li> <li class="li9 last"> <a class="tit" href="/zw/zfxxgk/bmxxgktjbb" title="部门信息公开统计报表">部门信息公开统计报表</a> </li> </ul> </div><!-- side E --> </div> <!-- 服务 --> <div class="servicePage"> <!-- rowA S --> <div class="row rowA"> <!-- 个人办事等切换 --> <div class="box indTab" id="indGrbs"> <div class="hd"> <ul> <li><a href="/luzhouservicehall/servicelist?type=0">办件公示</a></li> <li><a href="/luzhouservicehall/servicelist?type=1">行政职权目录</a></li> </ul> </div> <div class="bd"> <iframe src="/cn/fw/home.html" width="100%" scrolling="no" height="236" frameborder="0" vspace="0" hspace="0" marginheight="0" marginwidth="0"></iframe> <ul class="grbsList qybsIcons"> <li class="li_kbsl"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=AF%2BeUr6Ly3o%3D">开办设立</a> </li> <li class="li_bgdj"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=2FP0Znt2sIs%3D">变更登记</a> </li> <li class="li_rlzy"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=uk6bUkSNkG4%3D">人力资源</a> </li> <li class="li_ldbz"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=s1KoUt1PnJY%3D">劳动保障</a> </li> <li class="li_qyzz"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=AU8aTkSNKI0%3D">企业资质</a> </li> <li class="li_swtz"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=RlWhUpViRI0%3D">商务投资</a> </li> <li class="li_gsgl"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=5V1GVaF7BnQ%3D">工商管理</a> </li> <li class="li_qyns"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=AU8aTrN%2BDno%3D">企业纳税</a> </li> <li class="li_njns"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=dF7AaHReoVs%3D">年检年审</a> </li> <li class="li_aqfh"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=iVtoUTKWpGI%3D">安全防护</a> </li> <li class="li_jsgl"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=%2Bl6%2Bi6F7BnQ%3D">建设管理</a> </li> <li class="li_hjbh"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=r3ODWN1PpGI%3D">环境保护</a> </li> <li class="li_pczx"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=NHinTuhsAJU%3D">破产注销</a> </li> <li class="li_qtfw"><a href="/luzhouservicehall/serviceitemlist?type=1&amp;code=dlHWTg1noVI%3D">其他服务</a> </li> </ul> </div> </div> <!-- 重点服务 --> <div class="box" id="indZdfw"> <div class="hd"> <h3><a href="/fw/zdfw">重点服务</a></h3> </div> <div class="bd"> <ul class="zdfwList"> <li class="li1 first"> <a class="tit" href="/fw/zdfw/sfzbl2413" title="身份证办理">身份证办理</a> </li> <li class="li2"> <a class="tit" href="/fw/zdfw/hkbl" title="户口办理">户口办理</a> </li> <li class="li3"> <a class="tit" href="/fw/zdfw/syfwz" title="生育服务证">生育服务证</a> </li> <li class="li4"> <a class="tit" href="/fw/zdfw/bzxzfsq" title="保障性住房">保障性住房</a> </li> <li class="li5"> <a class="tit" href="/fw/zdfw/fwcqdj" title="房屋产权登记">房屋产权登记</a> </li> <li class="li6"> <a class="tit" href="/fw/zdfw/cjr" title="残疾人">残疾人</a> </li> <li class="li7"> <a class="tit" href="/fw/zdfw/jdcjsz" title="机动车驾驶证">机动车驾驶证</a> </li> <li class="li8"> <a class="tit" href="/fw/zdfw/gjjdk2415" title="公积金贷款">公积金贷款</a> </li> <li class="li9"> <a class="tit" href="/fw/zdfw/lnrfl2416" title="老年人福利">老年人福利</a> </li> <li class="li10 last"> <a class="tit" href="/fw/zdfw/qyyhfc" title="企业优惠扶持">企业优惠扶持</a> </li> </ul> </div> <ul class="serList"> <li class="li1"><a href="/fw/sjkf"><i></i>数据开放</a></li> <li class="li2"><a href="http://zwdt.anxian.my.gov.cn/eGovP1/portal/index_pc10000.jsp" target="_blank"><i></i>行权运行平台</a></li> <li class="li3"><a href="http://egov.lzszwfw.gov.cn/status.aspx" target="_blank"><i></i>办件查询</a></li> </ul> </div> </div> <!-- rowA E --> <dl class="indFwsx"> <dt><span>服务事项</span></dt> <dd> <ul class="fwsxList fwsxIcons"> <li class="li1 first"> <a class="tit" href="/fw/fwsx/jyfw" title="教育服务">教育服务</a> </li> <li class="li2"> <a class="tit" href="/fw/fwsx/sbfw" title="社保服务">社保服务</a> </li> <li class="li3"> <a class="tit" href="/fw/fwsx/ylfw" title="医疗服务">医疗服务</a> </li> <li class="li4"> <a class="tit" href="/fw/fwsx/jiuyfw" title="就业服务">就业服务</a> </li> <li class="li5"> <a class="tit" href="/fw/fwsx/zffw" title="住房服务">住房服务</a> </li> <li class="li6"> <a class="tit" href="/fw/fwsx/ggjt" title="公共交通">公共交通</a> </li> <li class="li7"> <a class="tit" href="/fw/fwsx/qykb" title="企业服务">企业服务</a> </li> <li class="li8"> <a class="tit" href="/fw/fwsx/zjbl" title="证件办理">证件办理</a> </li> <li class="li9"> <a class="tit" href="/fw/fwsx/hysy" title="婚育收养">婚育收养</a> </li> <li class="li10"> <a class="tit" href="/fw/fwsx/ggsy" title="公共事业">公共事业</a> </li> <li class="li11"> <a class="tit" href="/fw/fwsx/zsyz" title="招商引资">招商引资</a> </li> <li class="li12 last"> <a class="tit" href="/fw/fwsx/kjcx" title="科技创新">科技创新</a> </li> </ul> </dd> </dl> <script> $(".zdfwList li,.fwsxList a,.grbsList a").prepend("<i></i>") </script> </div> <!-- 互动 --> <div class="interactionPage"> <div class="mainContent"> <!-- 书记信箱 --> <div class="box indTab" id="indSjxx"> <div class="hd"> <ul> <li><a href="http://anxian.my.gov.cn/" target="_blank">书记、区长信箱</a></li> <li><a href="http://anxian.my.gov.cn:82/" target="_blank">举报投诉</a></li> </ul> </div> <div class="bd"> <div class="item"> <ul class="infoList infoList-letter"> <li><span class="date">05-27</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=620AC16D053D95BA"> 辽安二级路段施工</a></li> <li><span class="date">05-12</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=1988A9CF431F8F7B">关于城区占道停车收费的问题</a> <li><span class="date">05-10</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=9714927AE6B435AA">关于关口读书难的问题</a></li> <li><span class="date">05-05</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=577EAE040544B3F8">咨询市城管部门办临时占道是否收费</a></li> <li><span class="date">04-30</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=8B54DE693EF78BB8">安州事业单位教师生育险怎么报</a></li> <li><span class="date">04-30</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=ECF3F0203541811C">关于修建云龙机场造成房屋损坏</a></li> <li><span class="date">03-31</span><a target="_blank" href="http://anxian.my.gov.cn/ShowMail.aspx?id=8DCF99999E7F7035">出租车即停即走违章?</a></li> </ul> </div> <div class="item"> <ul class="infoList infoList-letter"> <li class='first' oble='659131'><span class='date'>07-30</span><a href='#'>桑枣镇中心村电压低影响村民生活</a></li><li oble='658469'><span class='date'>07-28</span><a href='#'>咨询辽安街道花果山公园何时修建</a></li><li oble='657502'><span class='date'>07-26</span><a href='#'>秀水镇老街频繁停水影响居民生活</a></li><li oble='657413'><span class='date'>07-26</span><a href='#'>建议增设辽安未来锦城至黄土镇的公交路线</a></li><li oble='657286'><span class='date'>07-26</span><a href='#'>黄土镇五路口垃圾库未及时清理产生异味</a></li><li oble='657163'><span class='date'>07-25</span><a href='#'>咨询安州区90岁以上的老人可领取多少高龄津贴</a></li><li oble='656777'><span class='date'>07-25</span><a href='#'>希望在七一实验中学门前安装隔离桩</a></li><li oble='656738'><span class='date'>07-25</span><a href='#'>建议福集镇商业一街安装水泥下水管道</a></li> </ul> </div> </div> </div> <!-- 智能互动等 --> <ul class="ywzsk"> <li class="li1"><a href="/hd/ywzsk">智能互动</a></li> <li class="li2"><a href="/onlineinterview/">在线访谈</a></li> <li class="li3"><a target="_blank" href="http://liuyan.people.com.cn/city.php?fid=407">人民网地方<br/>领导留言板</a></li> </ul> <!-- 写信按钮等 --> <ul class="interacBtns"> <li class="li1"><a target="_blank" href="http://anxian.my.gov.cn/index.aspx"><i></i>给书记区长写信</a></li> <li class="li2"><a target="_blank" href="http://anxian.my.gov.cn:82/"><i></i>举报投诉</a></li> <li class="li3"><a href="/hd/ygzw"><i></i>阳光政务</a></li> <li class="li4"><a target="_blank" href="http://anxian.my.gov.cn/MailList.aspx"><i></i>信件处理情况</a></li> <li class="li5"><a target="_blank" href="http://weibo.com/luzhouzhengwu"><i></i>政务微博</a></li> <li class="li6"> <a href=""><i></i>政务微信</a> <p class="pic"> <img src="/Content/Main/Base/img/weixin.png"> </p> </li> </ul> <script>hover(".interacBtns .li6")</script> </div><!-- mainContent E --> <div class="side"> <!-- 在线访谈 --> <div class="box" id="indYgzw"> <div class="hd"> <a class="more" href="/onlineinterview/">更多&gt;&gt;</a> <h3><a href="/onlineinterview/">在线访谈</a></h3> </div> <div class="bd"> <div class="interviewItem"> <div class="interviewPic"> <a href="/onlineinterview/36"> <img alt="河长制・河长治" src="/upload/main/onlineinterview/moduledefault/image/201707241711158886_200_150.jpg" width="200" height="150" /> </a></div> <div class="interviewCon"> <div class="title"> <span class="label">主题:</span> <span class="con"><a href="/onlineinterview/36">河长制・河长治</a></span> </div> <div class="date"> <span class="label">时间:</span> <span class="con">2017-07-19 10:00</span> </div> <div class="guest"> <span class="label">嘉宾:</span> <span class="con">国网安州供电公司副总经理 高俊</span> </div> <div class="intro"> <span class="label">简介:</span> <span class="con">2017年7月19日10时,安州新闻网“有话请您说——安州区网络问政平台”,邀请国网安州供电公司副总经理高俊做客“新闻会客厅”接受“在线访谈”,重点就我市电网建设、电力供应及电费缴纳等工作与广大网友作在线交...</span> </div> </div> </div> <ul class="itvBtns"> <li class="li1"><a href="/onlineinterview/">往期访谈</a></li> <li class="li2"><a href="/onlineinterview/">访谈预告</a></li> </ul> </div> </div> <!-- 意见征集等 --> <div class="box indTab" id="indSjxx"> <div class="hd"> <ul> <li><a href="/hd/yjzj">意见征集</a></li> <li><a href="/survey/list">网上调查</a></li> </ul> </div> <div class="bd"> <ul class="infoList infoList-idea"> <li class="first"> <a href="/hd/yjzj/zzjh/content_105592" target="_blank" title="标题:《全国农业现代化规划(2016-2020年)》实施方案(征求意见稿)征求意见 点击数:248 发表时间:2017-07-12"> 《全国农业现代化规划(2016-2020年)》实施方案(… </a> </li> <li> <a href="/hd/yjzj/zzjh/content_105591" target="_blank" title="标题:《四川省高速公路网路线命名和编号方案》征求意见 点击数:259 发表时间:2017-07-12"> 《四川省高速公路网路线命名和编号方案》征求意见 </a> </li> <li> <a href="/hd/yjzj/jgfk/content_105590" target="_blank" title="标题:四川居民实体零售店和网上购物情况调查报告 点击数:265 发表时间:2017-07-12"> 四川居民实体零售店和网上购物情况调查报告 </a> </li> <li class="last"> <a href="/hd/yjzj/jgfk/content_105589" target="_blank" title="标题:2017年四川居民购房意愿网上调查报告 点击数:357 发表时间:2017-07-12"> 2017年四川居民购房意愿网上调查报告 </a> </li> </ul> <ul class="infoList infoList-idea"> <li><a href="/survey/19">2017年安州区政府信息公开公众满意度网上调查</a></li> <li><a href="/survey/18">2017年安州“3.15”消费者权益日专项网上调查专项网…</a></li> <li><a href="/survey/13">您认为本网站栏目调整后,哪一块内容得到提升,效果…</a></li> </ul> </div> </div> </div><!-- side E --> </div> <!-- 市情 --> <div class="aboutPage"> <div class="mainContent"> <!-- 最美安州切换 --> <div class="aboutBox"> <div class="bd"> <div class="intro">   安州历史厚重,人杰地灵。置县于公元347年(东晋永和三年),先后经历西浦县、平川县、金山县、龙安县、安州、安县等设置,花荄镇联丰村观斗山、沸水镇境内都曾为故城城址。公元1374年降安州为安县,县城由安州故城迁至安昌镇。2002年县政府驻地由安昌镇迁至花荄镇。2016年3月20日国务院批复同意撤销安县设立绵阳市安州区,同年5月20日挂牌成立。这里人文荟萃、英才辈出,是清代旷世才子李调元的桑梓,也是现代著名作家沙汀的故里,“长征”时期红四方面军曾在千佛山阻击激战70余天,抗日战争和解放战争中11496人从军参战,抗美援朝中陈开茂、蔡朝兴被誉为黄继光式的战斗英雄。… </div> </div> <div class="hd"> <ul> <li class="li1 first"> <a class="tit" href="/sq/zjlz/lzls" title="历史沿革">历史沿革</a> </li> <li class="li2"> <a class="tit" href="/sq/zjlz/jbqk" title="安州概况">安州概况</a> </li> <li class="li3"> <a class="tit" href="/sq/zjlz/zrgk" title="安州人文">安州人文</a> </li> <li class="li4"> <a class="tit" href="/sq/zjlz/hygk" title="安州年鉴">安州年鉴</a> </li> <li class="li5"> <a class="tit" href="/sq/zjlz/cwlc" title="招商引资">招商引资</a> </li> <li class="li6"> <a class="tit" href="/sq/zjlz/lzzy" title="安州旅游">安州旅游</a> </li> <li class="li7 last"> <a class="tit" href="http://www.lzghj.gov.cn/guihuachengguo/" title="城市规划">城市规划</a> </li> </ul> </div> </div> </div><!-- mainContent E --> <div class="side"> <div class="aboutSideBox" id="indLylz"> <div class="hd"></div> <div class="bd"> <ul class="list"> <li class="li1 first"> <a class="tit" href="http://www.mysta.gov.cn/lz-ddl.html" target="_blank" title="抵达安州">抵达安州</a> </li> <li class="li2"> <a class="tit" href="http://www.mysta.gov.cn/lz-hotel.html" target="_blank" title="宾馆酒店">宾馆酒店</a> </li> <li class="li3"> <a class="tit" href="http://www.mysta.gov.cn/scenic-list.html" target="_blank" title="景点大全">景点大全</a> </li> <li class="li4"> <a class="tit" href="http://www.mysta.gov.cn/visited-route.html" target="_blank" title="旅游线路">旅游线路</a> </li> <li class="li5"> <a class="tit" href="http://www.mysta.gov.cn/food-list.html" target="_blank" title="安州美食">安州美食</a> </li> <li class="li6 last"> <a class="tit" href="http://www.mysta.gov.cn/lz-tc.html" target="_blank" title="旅游特产">旅游特产</a> </li> </ul> </div> </div> <div class="aboutSideBox" id="indFzlz"> <div class="hd"></div> <div class="bd"> <ul class="list"> <li class="li1 first"> <a class="tit" href="/sq/fzlz/fzgk" title="发展概况">发展概况</a> </li> <li class="li2"> <a class="tit" href="/sq/fzlz/fzgh2282" title="发展规划">发展规划</a> </li> <li class="li3"> <a class="tit" href="/sq/fzlz/yhhz" title="友好合作">友好合作</a> </li> <li class="li4"> <a class="tit" href="/sq/fzlz/sewgh" title="“十三五”规划">“十三五”规划</a> </li> <li class="li5"> <a class="tit" href="/sq/fzlz/tjsj2285" title="统计数据">统计数据</a> </li> <li class="li6 last"> <a class="tit" href="/sq/fzlz/jjfz2286" title="经济发展">经济发展</a> </li> </ul> </div> </div> <div class="aboutSideBox" id="indTzlz"> <div class="hd"></div> <div class="bd"> <ul class="list"> <li class="li1 first"> <a class="tit" href="http://www.lzzsj.gov.cn/recommend/" target="_blank" title="投资环境">投资环境</a> </li> <li class="li2"> <a class="tit" href="http://www.lzzsj.gov.cn/invest/touzichengben/" target="_blank" title="投资成本">投资成本</a> </li> <li class="li3"> <a class="tit" href="http://www.lzzsj.gov.cn/project/" target="_blank" title="项目推荐">项目推荐</a> </li> <li class="li4 last"> <a class="tit" href="http://www.lzzsj.gov.cn/invest/service/" target="_blank" title="投资服务">投资服务</a> </li> </ul> </div> </div> </div><!-- side E --> </div> </section> </div> <!-- content E --> <script> $("#mainNav #li-home .a1").removeAttr("href"); $(".indTab,.aboutBox").slide({delayTime: 0}); $(".aboutPage .side").slide({titCell:".hd",targetCell:".bd",mainCell:".none",effect:"slideDown"}); $(".wrap").slide({ titCell:".mainNav li", mainCell:".topColumns", effect:"fade", prevCell:".none", nextCell:".none"}); //友情链接模拟下拉式 $(".friendLinks dl").hover( function(){},function(){ $(this).removeClass("on") }) $(".friendLinks dt").click(function(){ $(this).parent().toggleClass("on").siblings().removeClass("on"); }); $(".friendLinks li").click(function(){ window.open( $(this).attr("url") ) }); // 引导状态 var _h = $(window).height(); var paddingTop=_h-180; var contentHeight = (_h - 324)<480?480:(_h - 324); //.wrap高度 $(".wrap").css("min-height",_h); if(paddingTop<350){ paddingTop=350 } $(".headerTop").css("paddingTop",paddingTop); var isOpen=false; var openFunc=function(speed,speed_logo){ clearTimeout(sT); if(isOpen==false){ isOpen=true; $("body").removeClass("bodyOpen"); $(".topBar").addClass("topFixed"); $(".topB,.topNav").addClass("open"); $("#logo").animate({ "left":30,"top":45 },speed_logo,"swing"); $(".siteSearchBar").animate({ "right":30,"top":55 },speed,"swing",function(){ $("#content").css("visibility","visible").animate({"height":contentHeight},speed,"swing"); // setTimeout(function(){ // $("#footer").show(); // },500); }); // $(".footer2").animate({"height":0},speed,"swing"); $(".headerTop").animate({"paddingTop":160},speed,"swing",function(){ }); }else if(isOpen==true){ isOpen=false; $("body").addClass("bodyOpen"); $(".topBar").removeClass("topFixed topHei"); $(".topB,.topNav").removeClass("open"); $("#logo2").removeClass("show"); // $("#footer").hide(); $("#content").css({"visibility":"hidden","height":1}); $(".headerTop").animate({"paddingTop":paddingTop},speed,"swing",function(){ }); // $(".footer2").animate({"height":50},speed,"swing"); $("#logo").animate({ "left":412,"top":80 },speed_logo,"swing"); $(".siteSearchBar").animate({ "right":310,"top":210 },speed,"swing"); } } $(".indBtns .open").click(function(){openFunc(1000,1500)}); $(".menuBtn").click(function(){openFunc(1000,1500)}); var sT = setTimeout(function(){ if(isOpen==false){ openFunc(1000,1500) } },10000); //滚动事件 window.onscroll = function(){ if(getScrollTop()>100 && isOpen){ $(".topBar").addClass("topHei"); $("#logo2").addClass("show"); }else{ $(".topBar").removeClass("topHei"); $("#logo2").removeClass("show"); } } function getScrollTop() { var scrollPos; if (window.pageYOffset) { scrollPos = window.pageYOffset; } else if (document.compatMode && document.compatMode != 'BackCompat') { scrollPos = document.documentElement.scrollTop; } else if (document.body) { scrollPos = document.body.scrollTop; } return scrollPos; } // 判断显示引导页还是主页 // if( showGuide==undefined ){ // $.cookie('showGuide', 'true', { path: '/' }); // }else{ // isOpen=false; // openFunc(0,0) // } $(".wrap").css("visibility","visible"); </script> <!-- footer S --> <!-- <footer id="footer" style="display:none"> <div class="siteWidth"> <div class="footNav"> <a class="tit" href="/dbxgdy/yqlj19" title="常用网站">常用网站</a> <a class="tit" href="/dbxgdy/bzdt" title="本站地图">本站地图</a> <a class="tit" href="/dbxgdy/lxwm116" title="联系我们">联系我们</a> <a class="tit" href="/dbxgdy/sybz" title="使用帮助">使用帮助</a> <a class="tit" href="/dbxgdy/flsm" title="法律声明">法律声明</a> <a class="tit" href="/dbxgdy/bmdh1" title="便民电话">便民电话</a> </div> <div class="copyRight"><p> 安州区人民政府办公室 主办 &nbsp; &nbsp; &nbsp;安州区信息化工作办公室 承办 &nbsp; &nbsp; &nbsp;Tel:+86-0816-4509769 &nbsp; &nbsp;0816-4336030 &nbsp; &nbsp; &nbsp;fax:+86-0816-4509769 <br/>地址: 安州区花荄镇银河大道8号一楼 &nbsp; 建议用1920*1080 分辨率浏览 &nbsp; 版权所有,未经许可,不得复制、转载<br/>蜀ICP备12001441号<br/> &nbsp;<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51070302110201"><img src="/Content/Main/Base/img/ghs.png" border="0" data-bd-imgshare-binded="1"/>川公网安备 51070302110201号</a> </p> <div class="pics"> <a href="http://www.12377.cn" target="_blank"><img src="/Content/Main/Base/img/footer-jubao.jpg"/></a> &nbsp;&nbsp;<script id="_jiucuo_" sitecode="5107240009" src="http://pucha.kaipuyun.cn/exposure/jiucuo.js"></script> &nbsp;&nbsp;<a href="http://www.scjb.gov.cn/" target="_blank"><img src="/Content/Main/Base/img/footer-jubao1.jpg"/></a> &nbsp;&nbsp;<a href="//bszs.conac.cn/sitename?method=show&id=09C5DEBDACEC299FE053012819AC6FE1" target="_blank"><img src="/Content/Main/Base/img/footer-dangzheng.png"/></a> </div> </div> </div> </footer> --> <!-- footer E --> <footer class="footer2"> <div class="copyRight"> <p>主办:安州区人民政府办公室 &nbsp; &nbsp;承办:安州区信息化工作办公室 &nbsp; &nbsp;Tel:+86-0816-4509769 &nbsp;0816-4336030 &nbsp; &nbsp;蜀ICP备12001441号&nbsp;&nbsp;<a href="http://www.12377.cn" target="_blank"><img src="/Content/Main/Base/img/footer-jubao.jpg"/></a> <a href="http://www.scjb.gov.cn/" target="_blank"><img src="/Content/Main/Base/img/footer-jubao1.jpg"/></a> <a href="//bszs.conac.cn/sitename?method=show&id=09C5DEBDACEC299FE053012819AC6FE1" target="_blank"><img src="/Content/Main/Base/img/footer-dangzheng.png"/></a></p> </div> </footer> <!-- 侧栏固定菜单 --> <ul class="sideFixed" style="display:none"> <li class="wza"><a target="blank" target="_blank" href="/wca.html" title="无障碍版"></a></li> <li class="jqr"><a target="blank" href='/znjqr' title="智能机器人"></a></li> <li class="sj"> <a href="javascript:void(0);" title="手机版"></a> <div class="pic"> <img src="/qrcode/qrcode.gif" /> <i></i> </div> </li> <li class="wb"><a target="blank" href='http://weibo.com/luzhouzhengwu' title="政务微博"></a></li> <li class="wx"> <a href="javascript:void(0);" title="政务微信"></a> <div class="pic"> <img src='/Content/Main/Base/img/weixin.png' /> <i></i> </div> </li> <li class="db"><a href="#" title="返回顶部"></a></li> </ul> <script> $(".sideFixed li").hover(function () { $(this).addClass("on") }, function () { $(this).removeClass("on") }); </script></div> <script src="/Admin/Content/Assets/Scripts/audio.min.js"></script> <script src="/Content/_Common/Base/js/power.js"></script> </body> </html>
docs/configuration/resources/bridge/index.html
yamamoto-febc/terraform-provider-sakuracloud
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ブリッジ - Terraform for さくらのクラウド</title> <link rel="shortcut icon" href="../../../img/favicon.ico"> <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../../../css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../../css/theme_extra.css" type="text/css" /> <link rel="stylesheet" href="../../../css/highlight.css"> <link href="../../../css/extra.css" rel="stylesheet"> <script> // Current page data var mkdocs_page_name = "ブリッジ"; </script> <script src="../../../js/jquery-2.1.1.min.js"></script> <script src="../../../js/modernizr-2.8.3.min.js"></script> <script type="text/javascript" src="../../../js/highlight.pack.js"></script> <script src="../../../js/theme.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-63739336-5', 'auto'); ga('send', 'pageview'); </script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> <div class="wy-side-nav-search"> <a href="../../.." class="icon icon-home"> Terraform for さくらのクラウド</a> <div role="search"> <form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li> <li class="toctree-l1 "> <a class="" href="../../..">ホーム</a> </li> <li> <li> <ul class="subnav"> <li><span>ドキュメント</span></li> <li class="toctree-l1 "> <a class="" href="../../../installation/">インストールガイド</a> </li> <ul class="subnav"> <li><span>アップグレードガイド</span></li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v012/">v0.12での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v11/">v1.1での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v14/">v1.4での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v16/">v1.6での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v17/">v1.7での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v1_11/">v1.11での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v1_14/">v1.14での変更点</a> </li> <li class="toctree-l1 "> <a class="" href="../../../upgrade_to_v1_15/">v1.15での変更点</a> </li> </ul> <li class="toctree-l1 "> <a class="" href="../../../articles/">ブログ/記事/読み物</a> </li> </ul> <li> <li> <ul class="subnav"> <li><span>設定リファレンス</span></li> <ul class="subnav"> <li><span>全体/共通項目</span></li> <li class="toctree-l1 "> <a class="" href="../../provider/">プロバイダ</a> </li> </ul> <ul class="subnav"> <li><span>リソース</span></li> <li class="toctree-l1 "> <a class="" href="../server/">サーバ</a> </li> <li class="toctree-l1 "> <a class="" href="../disk/">ディスク</a> </li> <li class="toctree-l1 "> <a class="" href="../archive/">アーカイブ</a> </li> <li class="toctree-l1 "> <a class="" href="../cdrom/">ISOイメージ(CD-ROM)</a> </li> <li class="toctree-l1 "> <a class="" href="../switch/">スイッチ</a> </li> <li class="toctree-l1 "> <a class="" href="../internet/">ルータ</a> </li> <li class="toctree-l1 "> <a class="" href="../subnet/">サブネット</a> </li> <li class="toctree-l1 "> <a class="" href="../packet_filter/">パケットフィルタ</a> </li> <li class="toctree-l1 "> <a class="" href="../packet_filter_rule/">パケットフィルタ(ルール)</a> </li> <li class="toctree-l1 current"> <a class="current" href="./">ブリッジ</a> <ul> <li class="toctree-l3"><a href="#sakuracloud_bridge">ブリッジ(sakuracloud_bridge)</a></li> <li><a class="toctree-l4" href="#_1">設定例</a></li> <li><a class="toctree-l4" href="#_2">パラメーター</a></li> <li><a class="toctree-l4" href="#_3">属性</a></li> </ul> </li> <li class="toctree-l1 "> <a class="" href="../load_balancer/">ロードバランサ</a> </li> <li class="toctree-l1 "> <a class="" href="../vpc_router/">VPCルータ</a> </li> <li class="toctree-l1 "> <a class="" href="../vpc_router_old/">VPCルータ(子リソース)</a> </li> <li class="toctree-l1 "> <a class="" href="../database/">データベース</a> </li> <li class="toctree-l1 "> <a class="" href="../database_read_replica/">データベース(リードレプリカ)</a> </li> <li class="toctree-l1 "> <a class="" href="../nfs/">NFS</a> </li> <li class="toctree-l1 "> <a class="" href="../sim/">SIM</a> </li> <li class="toctree-l1 "> <a class="" href="../mobile_gateway/">モバイルゲートウェイ</a> </li> <li class="toctree-l1 "> <a class="" href="../note/">スタートアップスクリプト</a> </li> <li class="toctree-l1 "> <a class="" href="../ssh_key/">公開鍵</a> </li> <li class="toctree-l1 "> <a class="" href="../ssh_key_gen/">公開鍵(生成)</a> </li> <li class="toctree-l1 "> <a class="" href="../icon/">アイコン</a> </li> <li class="toctree-l1 "> <a class="" href="../private_host/">専有ホスト</a> </li> <li class="toctree-l1 "> <a class="" href="../dns/">DNS</a> </li> <li class="toctree-l1 "> <a class="" href="../ipv4_ptr/">IPv4逆引きレコード</a> </li> <li class="toctree-l1 "> <a class="" href="../proxylb/">エンハンスドロードバランサ</a> </li> <li class="toctree-l1 "> <a class="" href="../proxylb_acme/">エンハンスドロードバランサ(Let's Encrypt設定)</a> </li> <li class="toctree-l1 "> <a class="" href="../gslb/">GSLB</a> </li> <li class="toctree-l1 "> <a class="" href="../simple_monitor/">シンプル監視</a> </li> <li class="toctree-l1 "> <a class="" href="../auto_backup/">自動バックアップ</a> </li> <li class="toctree-l1 "> <a class="" href="../webaccel_certificate/">ウェブアクセラレータ(証明書)</a> </li> <li class="toctree-l1 "> <a class="" href="../bucket_object/">オブジェクトストレージ</a> </li> </ul> <ul class="subnav"> <li><span>特殊なリソース</span></li> <li class="toctree-l1 "> <a class="" href="../server_connector/">サーバ コネクタ</a> </li> </ul> <ul class="subnav"> <li><span>データリソース</span></li> <li class="toctree-l1 "> <a class="" href="../data_resource/">データリソースとは</a> </li> <li class="toctree-l1 "> <a class="" href="../data/server/">サーバ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/disk/">ディスク</a> </li> <li class="toctree-l1 "> <a class="" href="../data/archive/">アーカイブ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/cdrom/">ISOイメージ(CD-ROM)</a> </li> <li class="toctree-l1 "> <a class="" href="../data/switch/">スイッチ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/internet/">ルータ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/subnet/">サブネット</a> </li> <li class="toctree-l1 "> <a class="" href="../data/packet_filter/">パケットフィルタ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/bridge/">ブリッジ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/load_balancer/">ロードバランサ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/vpc_router/">VPCルータ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/database/">データベース</a> </li> <li class="toctree-l1 "> <a class="" href="../data/nfs/">NFS</a> </li> <li class="toctree-l1 "> <a class="" href="../data/note/">スタートアップスクリプト</a> </li> <li class="toctree-l1 "> <a class="" href="../data/ssh_key/">公開鍵</a> </li> <li class="toctree-l1 "> <a class="" href="../data/icon/">アイコン</a> </li> <li class="toctree-l1 "> <a class="" href="../data/private_host/">専有ホスト</a> </li> <li class="toctree-l1 "> <a class="" href="../data/dns/">DNS</a> </li> <li class="toctree-l1 "> <a class="" href="../data/proxylb/">エンハンスドロードバランサ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/gslb/">GSLB</a> </li> <li class="toctree-l1 "> <a class="" href="../data/simple_monitor/">シンプル監視</a> </li> <li class="toctree-l1 "> <a class="" href="../data/bucket_object/">オブジェクトストレージ</a> </li> <li class="toctree-l1 "> <a class="" href="../data/webaccel/">ウェブアクセラレータ(サイト)</a> </li> <li class="toctree-l1 "> <a class="" href="../data/zone/">ゾーン</a> </li> </ul> </ul> <li> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../..">Terraform for さくらのクラウド</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../..">Docs</a> &raquo;</li> <li>リソース &raquo;</li> <li>ブリッジ</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main"> <div class="section"> <h1 id="sakuracloud_bridge">ブリッジ(sakuracloud_bridge)</h1> <hr /> <p><strong>全ゾーン共通のグローバルリソースです。</strong></p> <h3 id="_1">設定例</h3> <pre><code class="hcl">#ブリッジの定義 resource &quot;sakuracloud_bridge&quot; &quot;bridge&quot; { name = &quot;bridge&quot; description = &quot;example bridge&quot; } # ブリッジに接続するスイッチ(東京第1ゾーン) resource &quot;sakuracloud_switch&quot; &quot;tk1a&quot; { name = &quot;switch_tk1a&quot; bridge_id = sakuracloud_bridge.bridge.id zone = &quot;tk1a&quot; } # ブリッジに接続するスイッチ(石狩第2ゾーン) resource &quot;sakuracloud_switch&quot; &quot;is1b&quot; { name = &quot;switch_is1b&quot; bridge_id = sakuracloud_bridge.bridge.id zone = &quot;is1b&quot; } </code></pre> <h3 id="_2">パラメーター</h3> <table> <thead> <tr> <th>パラメーター</th> <th align="center">必須</th> <th>名称</th> <th align="center">初期値</th> <th>設定値</th> <th>補足</th> </tr> </thead> <tbody> <tr> <td><code>name</code></td> <td align="center">◯</td> <td>ブリッジ名</td> <td align="center">-</td> <td>文字列</td> <td>-</td> </tr> <tr> <td><code>description</code></td> <td align="center">-</td> <td>説明</td> <td align="center">-</td> <td>文字列</td> <td>-</td> </tr> </tbody> </table> <h3 id="_3">属性</h3> <table> <thead> <tr> <th>属性名</th> <th>名称</th> <th>補足</th> </tr> </thead> <tbody> <tr> <td><code>id</code></td> <td>ブリッジID</td> <td>-</td> </tr> </tbody> </table> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="../load_balancer/" class="btn btn-neutral float-right" title="ロードバランサ"/>Next <span class="icon icon-circle-arrow-right"></span></a> <a href="../packet_filter_rule/" class="btn btn-neutral" title="パケットフィルタ(ルール)"><span class="icon icon-circle-arrow-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <!-- Copyright etc --> <p>Copyright (C) 2016-2019 terraform-provider-sakuracloud authors</p> </div> Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <div class="rst-versions" role="note" style="cursor: pointer"> <span class="rst-current-version" data-toggle="rst-current-version"> <span><a href="../packet_filter_rule/" style="color: #fcfcfc;">&laquo; Previous</a></span> <span style="margin-left: 15px"><a href="../load_balancer/" style="color: #fcfcfc">Next &raquo;</a></span> </span> </div> </body> </html>